﻿@charset "utf-8";
    @font-face {
       	font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        src: local('Open Sans Regular'), local('Open-Sans-Regular'), url(../fonts/OpenSans-Regular.ttf) format('truetype');
    }
	  @font-face {
       	font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        src: local('Open Sans Bold'), local('Open-Sans-Bold'), url(../fonts/OpenSans-Bold.ttf) format('truetype');
    }
.clear
{
	clear: both;
}
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #000000;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 500;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	/*border-bottom: solid 1px #ffa07f;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #0056b3;
	background: #fff;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(87,204,195,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 60px;}
h2{font-size: 36px;font-weight:700;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #404040;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #005598;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	height: 46px;
	border-radius: 20px;
}
.button a
{
	display: block;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.button_1
{
	background: #005598;
	border: solid 2px transparent;
}
.button_1 a
{
	color: #FFFFFF;
}
.button_1:hover
{
	background: transparent;
	border: solid 2px #005598;
}
.button_1:hover a
{
	color: #005598;
}
.button_2
{
	background: transparent;
	border: solid 2px #57ccc3;
}
.button_2 a
{
	color: #57ccc3;
}
.button_2:hover
{
	background: #57ccc3;
}
.button_2:hover a
{
	color: #FFFFFF;
}
.section_subtitle
{
	font-size: 18px;
	font-weight: 500;
	color: #a6abb2;
	line-height: 0.75;
}
.section_title
{
	margin-top: 9px;
	font-weight: 700;
}

.intro_text
{
	margin-top: 32px;
}

.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blue{
	color:#005598!important;
}
.section_title
{
	margin-top: 9px;
}
.section_title h2{
	font-size: 30px;
}
.pointer {cursor: pointer;}

.wp-block-heading{
	text-align:left;
}
.opis-content h2{
	text-align:left;
}

/*********************************
Header
*********************************/
.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  z-index:10;
  right: 20px;
  }

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  background:#005597;
  border: 2px solid #005597;
  border-radius:10px;
  font-size: 20px;
  margin-bottom:10px;
}

.icon-bar a:hover {
	color: #005597;
  background-color: #fff;
   border:  2px solid #005597
}

.kontakt-icon-menu{
	margin-left:15px;
}
.kontakt-icon-menu  a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  color: white;
  background:#005597;
  border: 2px solid #005597;
  border-radius:10px;
  font-size: 13px;
  margin-right:10px;
}
.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background: #FFFFFF;
	-webkit-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.35);
	box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.35);
}
.header_content
{
	width: 100%;
	height: 117px;
/*	padding-left: 100px;
	padding-right: 102px;*/
}/*
.header.scrolled .header_content
{
	height: 85px;
	
}
.logo{
	float:right;
}
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #353535;
}
.logo a > div:first-child span
{
	color: #57ccc3;
	margin-left: 7px;
}
.logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav
{
	margin-top: 35px;
/*	margin-left: 226px;*/
}
.main_nav ul li a
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	white-space: nowrap;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #005598;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 33px;
}
.work_hours
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	margin-right: 26px;
	white-space: nowrap;
}
.header_phone
{
	height: 46px;
	border-radius: 20px;
	background: #57ccc3;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 12px;
}
.header_phone::selection
{
	background: rgba(64,64,64,0.75);
}
.header_button
{
	margin-right: 16px;
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	background: #57ccc3;
}
.social ul li:hover a i
{
	color: #FFFFFF;
}
.social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}
.social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover
{
	border: solid 1px rgba(0,0,0,0.05);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
Menu
********************************/
/*
.menu
{
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background: #005598;
	z-index: 102;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
.menu.active
{
	right: 0;
}
.menu_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.menu_overlay.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close_container
{
	position: absolute;
    top: 41px;
    left: 28px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #1befc5;
}
.menu_nav
{
	margin-top: 75px;
}
.menu_nav ul li:not(:last-child)
{
	margin-bottom: 1px;
}
.menu_nav ul li a
{
	font-size: 24px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_nav ul li a:hover
{
	color: #1befc5;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu_social ul li:hover
{
	background: #404040;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu_extra
{
	margin-top: 50px;
}
.menu_extra > div:not(:last-child)
{
	margin-bottom: 5px;
}
.menu_link,
.menu_link a
{
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_link a:hover
{
	color: #FFFFFF;
}
.sub-menu{
	display:none;
}
.menu-item-object-custom:after{
	content: "\f107";
	
	padding-left: 5px;
	margin-left: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
}
}
*/

.header-area {
 /* background: #ffffff none repeat scroll 0 0; */
 background-color: #ffffff;
}
.logo-wrap {
  padding: 17px 0;
}
.logo-wrap > a {
	
  padding-bottom: 10px;
}
.main-menu {
  margin-top: 66px;
}
.header-area:after{
  content: "";
  display: block;
  clear: both;
}
/*
.main-menu:after{
  content: "";
  display: block;
  clear: both;
}
.main-menu ul#nav {
    float: left;
}*/
#nav > li {
  float: left;
  margin-left: 3px;
  position: relative;
}
#nav li a {
  color: #404040;
  display: block;
  font-size: 14px;
  font-weight:bold;
  padding: 5px 5px;

}/*
#nav li:hover a, #nav li.active {
 
  color:#005598 ;

}*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #FFF; }

    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li:focus-within > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%;	}
      .main-navigation ul ul a {
		  
        width: 250px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus-within > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
	margin:0;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

@media screen and (min-width:37.5em) {
 .menu-toggle {
  display:none
 }
 .main-navigation ul {
  display:block
 }
}
/*
.myclass {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 130%;
  background:#eee;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 9999;
}
.myclass li{
  width: 250px;
  padding: 3px 0;
  margin:0;

}*/
#site-navigation a {
 
  position: relative;

  display: inline-block;
 }

#site-navigation .menu {
 /* padding-bottom: 10px;*/
  position: relative; }
  #site-navigation .menu > li {
    display: inline-block;
  /*  margin-right: 37px;*/
    position: relative;
 /*   line-height: 57px; */}
    #site-navigation .menu > li.current-menu-item, #site-navigation .menu > li:hover, #site-navigation .menu > li:focus-within {
    /*  border-top: 3px solid #0a396d;
      margin-top: -3px;
	    color:#005598;
      top: 1px; */}
      #site-navigation .menu > li.current-menu-item > a, #site-navigation .menu > li:hover > a, #site-navigation .menu > li:focus-within > a {
       /* top: -1px;*/

		}
    #site-navigation .menu > li > a {
      position: relative;
      text-align: center; 
	  
}
      #site-navigation .menu > li > a:after {
        position: absolute;
     /*   bottom: -1px;*/
        left: 0;
        width: 100%;
        height: 3px;
        background-color: transparent;
        content: '';
        display: block; }
    #site-navigation .menu > li:last-of-type {
      padding-right: 0; }
    #site-navigation .menu > li.menu-item-has-children:after {
      content: "\F107";
      font-family: "FontAwesome";
      font-size: 16px;
      display: inline-block;
      padding-left: 0px;
	  position: absolute;
left: 40%;
top: 28px;
      color: #939393; }
    #site-navigation .menu > li.menu-item-has-children > ul li:hover, #site-navigation .menu > li.menu-item-has-children > ul li:focus-within {
      color: #FFF;
      background-color: #0e649b; }
      #site-navigation .menu > li.menu-item-has-children > ul li:hover > a, #site-navigation .menu > li.menu-item-has-children > ul li:hover:after, #site-navigation .menu > li.menu-item-has-children > ul li:focus-within > a, #site-navigation .menu > li.menu-item-has-children > ul li:focus-within:after {
        color: #FFF; }
    #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children {
      position: relative; }
      #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:after {
        content: "\F105";
        font-family: "FontAwesome";
        font-size: 16px;
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 9px;
        color: #333; }
      #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:hover:after, #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:focus-within:after {
        color: #FFF; }
    #site-navigation .menu > li.menu-item-has-children > ul li a {
      padding: 10px 20px;
      font-size: 15px; }
  #site-navigation .menu .current_page_item a{
	  color:#005598;
  }
    #site-navigation .menu .current_page_item > a {
   /*   top: -1px;*/ }

	.myclass  a{
		 font-weight:300!important;
	}

#site-navigation .menu .contact a{
	  border: solid 1px #005598;
	  color: #404040;
	  border-radius: 10px;
  }
  #site-navigation .menu .contact a:hover{
	  border: solid 1px #005598;
	  color:#fff;
	  background: #005598;
	  border-radius: 10px;
  }
/*
#nav li:hover .myclass {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 9999;
  transition: all 0.3s ease 0s;
}
#nav li .myclass li a {
  border-radius: 0;
   color: #404040;
   font-weight:300;
  font-size: 16px;
  text-transform: capitalize;
}
#nav li .myclass li:hover a{
  background-color: #005598;
  color:#fff;
}
#nav li .myclass li a  .myclass li a {
  border-radius: 0;
   color: #404040;
   font-weight:300;
  font-size: 16px;
  text-transform: capitalize;
}
#nav li .myclass li:hover a{
  background-color: #005598;
  color:#fff;
}*/
.mobile-menu-area {
  display: none;
}



/*********************************
Home
*********************************/

.home
{
	width: 100%;
	height: 400px;
	margin-top: 117px;
		margin-bottom: 30px;
}
.home_content{
	padding: 10px 20px;
	background:#005598;
}
.ofirmie
{
	width: 100%;
	height: 400px;
	margin-top: 117px;
}
.klub-bm
{
	width: 100%;
	height: 450px;
	margin-top: 117px;
}
.page
{
	width: 100%;
	height: 375px;
	margin-top: 117px;
	margin-bottom: 30px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.home_content
{
	max-width: 550px;
}
.home_container::before {
    content: '';
    position: absolute;
    background: #005597;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0;
	width:50%;
}
.home_subtitle
{
	margin-top:10px; 
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;
 display: inline;
 /* background: #005598;
  box-shadow: 10px 0 0#005598, -10px 0 0 #005598;*/
}
.home_title
{
	/*  background: #005598;
  box-shadow: 10px 0 0#005598, -10px 0 0 #005598;
*/

	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
margin-bottom: 25px;

}
.home_title,.home_subtitle {
   

    color: #FFF;
	padding:2px 5px;
    display: inline;
}

.home_text
{
	margin-top: 11px;
}
.home_buttons
{
	margin-top: 36px;
}
.home_buttons > div:not(:last-child)
{
	margin-right: 10px;
}
.home_slider_dots
{
	position: absolute;
	bottom: 53px;
	left: calc((100vw - 1140px) / 2);
	z-index: 1;
}
.home_slider_custom_dot
{
	width: 8px;
	height: 8px;
	background: #b4b4b4;
	border-radius: 50%;
	cursor: pointer;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #57ccc3;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-right: 8px;
}

.page_container
{
	position: absolute;
	/*bottom: -51px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
	left: 0;
	width: 100%;
}
.ofirmie .page_container{
	/*bottom:-75px;*/
}
.page_content
{
	max-width: 550px;
	padding:20px 0;
	 background: #005598;
}
.page_subtitle
{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;

 /* background: #005598;
  box-shadow: 10px 0 0#005598, -10px 0 0 #005598;*/
}
.page_title
{
	/*  background: #005598;
  box-shadow: 10px 0 0#005598, -10px 0 0 #005598;
*/

	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
margin-bottom:10px;

}
.page_title h1
{
	/*  background: #005598;
  box-shadow: 10px 0 0#005598, -10px 0 0 #005598;
*/

	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
margin-bottom:10px;

}
.page_title,.page_subtitle {
   
   /* background: #005598;*/
    color: #FFF;
	padding:2px 5px;
   /* display: inline;*/
}
.page_content::before {
    content: '';
    position: absolute;
    background: #005597;
    left: -150%;
    right: 0%;
    top: 0;
    bottom: 0;
}
/*
#33 .page_container{
	bottom: -75px!important;
}*/
/********************************
Kontakt
********************************/
.dojazd{
	display: block;
	margin: 20px 0;
	padding: 10px 15px;
	width: 220px;
	background: #005598;
	color: #fff;

	border: solid 2px #005598;
}
.dojazd:after{
	content:'\f105';

	border-left: solid 1px #fff;
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
}
.dojazd:hover{
	display: block;
	margin: 20px 0;
	width: 220px;
	background: #fff;
	color: #005598;

	border: solid 2px #005598;
}

.legenda {
	position:absolute;
	right:5px;
	bottom:5px;
	background:#fff;
	padding: 5px 5px 0;
	line-height:20px;
	vertical-align:middle;
}
.legenda i{
	background:#2c72aa; display:inline-block; width:20px;height:20px; margin-right:15px;
}

.btn-cta{
	display: block;
	margin: 20px auto;
	width: 250px;
	background: #005598;
	color: #fff;
	font-size: 18px;
padding : 15px 20px;
	border: solid 2px #005598;
}
.btn-cta:after{
	content:'\f105';

	border-left: solid 1px #fff;
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	font-size: inherit;
}
.btn-cta:hover{
	display: block;
	margin: 20px auto;
	
	background: #fff;
	color: #005598;

	border: solid 2px #005598;
}

.btn-cta:hover:after{
	
	border-left: solid 1px #005598;
	color: #005598;
}
.btn-sent{
	display: block;
	margin: 0 auto;
	width: 150px;
	background: #005598;
	color: #FFF;
}
.btn-sent:after{
	content:'\f1d9';

	border-left: solid 1px #fff;
	padding-left: 5px;
	margin-left: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
}
.btn-sent-o{
	display: block;
	margin: 0 auto;
	width: 150px;
	background: #005598;
	color: #FFF;
	border: solid 2px #fff;
}
.btn-sent-o:after{
	content:'\f1d9';

	border-left: solid 1px #fff;
	padding-left: 5px;
	margin-left: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
}
.title-site{
	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	background: #005598;
	color: #FFF;
	padding:2px 5px;
	display: inline;
}
.left-kontakt{
	padding: 80px 0 0;
}

.top-section{
	padding: 180px 0 70px;
}
.blue-bgr{
	background-color: rgba(0,85,152,1);
}
.kontakt-content{
	padding: 30px;
	margin-top:50px;
	width: 420px;

}
.kontakt-content p{
	font-size: 22px;
	line-height: 30px;
	color:#fff;
}
.kontakt-content ul{
	margin-top:30px;
}
.kontakt-content ul li, .kontakt-content ul li a{
	font-size: 18px;
	padding:5px 0;
	line-height: 30px;
	color:#fff;
}
.kontakt-list li{
	padding: 5px 0;
}
.blue-frame{
	background-color: rgba(0,85,152,0.7);
	padding: 10px;
}
.form-content{
	padding: 20px;
	background-color: #fff;
}
.form-content h3{
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	line-height: 38px;
	color: #005598;
}
.bgr-kontakt{
	background: url(../img/page-kontakt2.jpg) top center no-repeat ;
	background-size: cover;
	background-position: center center;
}
.company{
	background-position: center ;
	background-repeat: no-repeat;
		background-size: cover;
}
.product{
	background-position: center ;
	background-repeat: no-repeat;
		background-size: cover;
}

.kontakt-list i {
	color: #005598;
}
.kontakt-list a {
	color:#828282;
}
.kontakt-descript-list{
	margin-left:30px;
	list-style: square;
}
.section_title_container{
	margin-bottom:25px;
}
.section.oddzialy{
	padding:50px 0;
}
.section hr{
	height: 1px;
	width: 100%;
	background-color: #005598;
	border:0;
}
.pracownicy{
	padding-bottom: 70px;
}
.box-pracownicy  {
	padding: 20px 0;
}

.box-pracownicy h5{
	color:#005598;
	margin-bottom:0px;
	font-weight:700;
	text-align: center;
}
.kontakt-list{
	margin-bottom: 10px;
}
.box-pracownicy p{
	margin-bottom: 10px;
	text-align: center;
}
.box-pracownicy ul li{
	text-align: center;
}

.opis-oddzialy h3{
	font-weight: 700;
	font-size: 24px;
	color: #005598;
	margin-bottom: 20px;
}
.opis-content{
	margin-bottom:50px;
}

#pracownicy-content {
	width:100%;
}
.pracownicy-content {
	
	padding-top: 50px;
}
.pracownicy-content h4{
	font-weight: 700;
	font-size: 24px;
	color: #005598;
	margin-bottom: 20px;
}
.pracownicy-content .box-pracownicy h5{
	font-weight: 700;
	font-size: 16px;
	color: #005598;
}
.pracownicy-content .box-pracownicy .kontakt-list li{
margin-left:0px;	
}
.pracownicy-content .box-pracownicy .kontakt-list li:before{
	content:none;
}
.pracownicy-content .box-pracownicy p{
	margin-bottom:2px;
	font-size: 14px;
}
.opis-oddzialu-content .foogallery {
	margin-bottom:20px;
}
.opis-oddzialu-content {
	padding: 20px 0;
}
.dane-oddzialu p{
	line-height: 1.6em;
}
.dane-oddzialu h4{
	font-weight: 700;
	font-size: 18px;
	color: #005598;
	margin-bottom:20px;
	margin-top:20px;
}
/*********************************
Services
*********************************/
.checkbox label, .checkbox a{
	color:#fff;
}
.opis{
	padding: 50px 0;
}
.opis h3 a{
	color: #005598;
}
.opis h3{
	font-weight: 700;
	font-size: 20px;
	color: #005598;
	margin-bottom: 20px;
}
.opis table td{
	border: 1px solid #eee;
	padding: 3px 10px;
}
.font-30{
	font-size:30px;
}
.font-20{
	font-size:20px;
}
.font-15{
	font-size:16px;
	padding: 3px 0;
	display:block;
}
.font-bold{
	font-weight:700;
}
.phone-number-bar{
margin-bottom:20px;
}
.sidebar-menu p{
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 700;
	border-top: solid 1px #005598;
	border-bottom: solid 1px #005598;
	margin-bottom: 10px;
}
.sidebar-menu li{
	margin-left: 10px;
	padding: 10px 0;
}
.sidebar-menu li i{

	padding-right: 5px;
}
.sidebar-menu ul li a{
	color:#3e3e3e;

}
.sidebar-menu ul li a:hover{
	color:#005598;

}
.phone-number-bar span, .phone-number-bar a{
	color: #3e3e3e;
}
.phone-number-bar h3 {
	font-size: 30px;
	color: #005598;
	text-align: center;
	font-weight: bold;
}
.mini-formcontact {
	border: 1px solid #005598;
	padding: 10px 15px;
	margin: 20px 0;
	background: #005598;
}
.mini-formcontact h4 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.mini-formcontact p {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.bgr-product-sucha.top-section {
	padding: 180px 0 150px;
}


.bgr-product-sucha{
	background: url(../img/bgr-product-sucha.jpg) top center no-repeat ;
	background-size: cover;
}
.img-box {
	position: relative;
	width: 50%;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.img-box:hover .image {
	opacity: 0.3;
}

.img-box:hover .middle {
	opacity: 1;
}

.text {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}
.img-box{
	float: left;
	width: 50%;
	margin-bottom:20px;
	padding: 10px;
}
/*********************************
Services
*********************************/

.services
{
	background: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.services_row
{
	margin-top: 68px;
}
.service_col
{
	margin-bottom: 55px;
}
.service_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
	margin-top: 25px;
}
.service_text
{
	margin-top: 21px;
}
.services .icon_container
{
	width: 280px;
	height: 220px;

}
.services .icon
{
	/*width: 32px;
	height: 32px;*/
}
.services .icon img
{
	max-width: 100%;
}

/*
.portfolio-block{
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px #eee;
    box-shadow:  0px 0px 20px #eee;
}
.portfolio-block img{
    margin-bottom: 15px;
}


.portfolio-content{
    padding: 20px 0px 20px;
}


.mb-5, .my-5 {
	margin-bottom: 1rem !important;
}

.overlay-content{
    position: absolute;
    content:"";
    margin-top: -15%;
    top: 50%;
    left: 40%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out ;
}
.overlay-content i{
    width: 60px;
    height: 60px;
    display: block;
    background: #fff;
    text-align: center;
    padding-top: 22px;
    border-radius: 100%;
}

.portfolio-block:before{
    position: absolute;
    content:"";
    width: 94%;
    height: 100%;
    background:rgba(0,85,152,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out ;
}
.portfolio-block:hover .overlay-content,.portfolio-block:hover:before{
    opacity: 1;
    visibility: visible;
}

.overlay-content a:focus, .overlay-content a:hover{
    text-decoration: none;
}*/

/*********************************
Why
*********************************/

.why
{
	width: 100%;
	background: #eff3f7;
		padding-top: 102px;
	padding-bottom: 90px;
}
.why_content
{
	padding-top: 0px;
	padding-bottom: 25px;
}
.why_text
{
	margin-top: 33px;
}
.why_list
{
	margin-top: 37px;
}
.why_list ul li:not(:last-of-type)
{
	margin-bottom: 31px;
}
.icon_container
{
	/*width: 61px;
	height: 61px;*/

}
.why .icon
{
	width: 60px;
	height: 60px;
}
 .why .icon img
{
	max-width: 100%;
}
.why_list_content
{
	padding-left: 37px;
}
.why_list_title
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
}
.why_list_text
{
	font-size: 14px;
	font-weight: 500;
	color: #868686;
}
.why_image_container
{
	width: 100%;
	height: 100%;
}
.why_image
{
	position: absolute;
	bottom: 0;
	right: 0;
}
/*********************************
Milestones
*********************************/

.milestones
{
	padding-top: 90px;
	padding-bottom: 90px;
}
.milestones_row
{
	margin-top: 60px;
}
.milestone
{
	width: 100%;
}
.milestone_content
{
	padding-left: 20px;
}
.milestone_counter
{
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	text-align:center;
	line-height: 1.1;
}
.milestone_text
{
	font-size: 24px;
	color: #fff;
	text-align:center;
	font-weight: 500;
	margin-top: 12px;
	line-height: 1.5;
/*	white-space: nwrap;*/
	padding-left: 3px;
}



.feature_item{
	min-height:216px;
	max-height:216px;

	
}

.feature_item img{
	width:200px;
	  display:table-cell; vertical-align:middle

}
.owl-carousel .owl-item img
{
	max-width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.feature_area {
	padding: 50px 0;
	

	background: #fff; }
.feature_area.feature_tow {
	background: #fff; }
.feature_area.feature_tow .feature_item {
	background: #f9f9ff; }
.feature_area.feature_tow .feature_item:hover {
	background: #fff; }

.feature_inner {
	margin-bottom: -30px; }

.feature_item {
	padding: 30px 35px;
	border-radius: 10px;
	transition: all 300ms linear 0s;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.feature_item i {
	margin-bottom: 35px;
	display: block; }
.feature_item i:before {
	margin-left: 0px;
	font-size: 60px;
	color: #e1e1e1;
	line-height: 60px; }
.feature_item h4 {
	color: #222222;
	font-size: 21px;
	font-family: "Heebo", sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase; }
.feature_item p {
	margin-bottom: 0px; }
.feature_item .main_btn {
	padding: 0px 30px;
	line-height: 38px; }
.feature_item:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
	border-color: #fff; }
.feature_item:hover i:before {
	background: linear-gradient(to right, #8490ff 0%, #62bdfc 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }




.single-portfolio .inner .portfolio-img .hover-content .button, 
.single-portfolio .inner .portfolio-content h3:hover {
  color: #4698ff; }


.single-portfolio .inner .portfolio-img .hover-content {
  background-color: rgba(0,85,152,0.5); }


 .single-portfolio .inner .portfolio-img .hover-content, .single-portfolio .inner .portfolio-content h3 {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s; }

	
	
.single-portfolio {
  margin: 0px 0 20px; }
  .single-portfolio .inner .portfolio-img {
    position: relative; }
    .single-portfolio .inner .portfolio-img img {
		 height:auto;
      width: 100%; }
    .single-portfolio .inner .portfolio-img .hover-content {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      text-align: center;
      opacity: 0;
      visibility: hidden; }
      .single-portfolio .inner .portfolio-img .hover-content .button {
        background-color: #fff;
        border-color: #fff !important; }
        .single-portfolio .inner .portfolio-img .hover-content .button:hover {
          background-color: #222;
          color: #005598 ;
          border-color: #222 !important; }
    .single-portfolio .inner .portfolio-img:hover .hover-content {
      opacity: 1;
      visibility: visible; }
  .single-portfolio .inner .portfolio-content {
    text-align: center;
    padding-top: 25px;
    color: #005598 ; }
    .single-portfolio .inner .portfolio-content a {
      display: block; }
    .single-portfolio .inner .portfolio-content h3 {
      font-weight: 400;
      margin: 0;
      font-size: 24px; }
	
	.single-portfolio .inner .portfolio-img .hover-content .button i{
    width: 60px;
    height: 60px;
    display: block;
	margin:0 auto;
    background: #fff;
    text-align: center;
    padding-top: 22px;
    border-radius: 100%;
}

.page-desc{
	padding:60px 0;
}

.page-desc ul{
	list-style: square;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
.page-desc li{
	padding: 5px 0;
}




.footer
{
	display: block;
	position: relative;
	color:#fff;
	background: #005598;
}
.footer_bar
{
	width: 100%;
	background: #005598;
}
.footer_bar_content
{
	height: 49px;
}
.copyright
{
	margin:0 auto;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}
.copyright a{
	color: #fff;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #fff;
}

.menu-oddzialy{
	background:#005598;
	border-radius:10px;
}
.menu-oddzialy{
	padding:20px 10px;
}
.menu-oddzialy p{
	font-size:16px;
	font-weight:700;
	margin-left: 10px;
	margin-bottom: 7px;
	color: #fff;
}
.menu-oddzialy ul{
	margin-left:0;
	padding-left:0;
}
.menu-oddzialy li{
	margin-left:0;
	border-top: 1px solid #1563a0;
}
.menu-oddzialy a{
	padding:7px 10px;
	display:block;
	font-size:16px;
	font-weight:400;
	color: #fff;
}
.menu-oddzialy .current_page_item {
	background:#1563a0
}
.menu-oddzialy a:hover{

	background:#1563a0
}
.contact-item:hover{
	border: 1px solid #005598;
-webkit-box-shadow: 0px 2px 20px -9px rgba(0, 85, 152, 1);
-moz-box-shadow: 0px 2px 20px -9px rgba(0, 85, 152, 1);
box-shadow: 0px 2px 20px -9px rgba(0, 85, 152, 1);
}
.contact-item{
	width:100%;
	text-align:center;
	padding:15px 5px;
	border:solid 1px #e7e7e7;
	border-radius:10px;
	margin-bottom:15px;
}
.contact-item h5 a{
	color:#005598;
}
.contact-item h5 a:hover{
	
	color:#008fff;
}
.contact-item h5{
	font-size:16px;
	color:#005598;
	font-weight:700;
}
.contact-item p{
	font-size:12px;
	line-height:18px;
	
}
.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  margin-top:50px;
}
.cd-product-wrapper > img {
  display: block;
}

.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #005598 ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-single-point.active_point > a  {
	background: #008fff!important;
}
.cd-single-point:hover > a  {
	background: #008fff!important;
}
.cd-single-point > a::after, .cd-single-point > a:before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
 /* background-color: #ffffff;*/
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after {
  /* this is used to create the pulse animation */
 /* content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;*/
}
.cd-single-point:nth-of-type(1) {
	top: 4%;
	left: 37%;
}
.cd-single-point:nth-of-type(2) {
  top: 16%;
left: 29%;
}
.cd-single-point:nth-of-type(3) {
  top: 39%;
left: 21%;
}
.cd-single-point:nth-of-type(4) {
  top: 30%;
right: 51%;
}
.cd-single-point:nth-of-type(5) {
  top: 62%;
left: 22%;
}
.cd-single-point:nth-of-type(6) {
top: 42%;
right: 26%;
}
.cd-single-point:nth-of-type(7) {
 top: 78%;
right: 38%;
}
.cd-single-point:nth-of-type(8) {
top: 52%;
right: 43%;
}
@media only screen and (min-width: 600px) {
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}

.wpcf7-textarea{
	height:100px;
}
.wpcf7-acceptance span{
	font-size:10px;
}

.opis-content ul, .kontakt-descript-list {
  list-style: none;
	margin-left:1.2em;
	margin-bottom: 1rem;
}
.opis-content  li, .kontakt-descript-list li {
	padding: 3px 0;
}
.opis-content ul li::before, .kontakt-descript-list li::before {
  content: "■";
  display: inline-block; width: 1em;
  margin-left: -1em;
  color: #005598;
  
}
.hidden{
	display:none;
}
.logo {
	padding-top:30px;
	
	}
	.mobile-menu-area {

   /* margin-top: -59px;*/

}
.mean-container .mean-nav ul li {
    background: #eee none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a{
	color:#404040;
}

 
 /********************/
 
 
 
 
 .galeria-content{
	 padding: 30px 0 5px;
 }
.galeria-content p{
	color:#404040;
}
.galeria-content .fiv-count{
	display:none!important;
}

.fiv-ctrls{
    background-color: transparent!important;
    color: #333;
    border-color: transparent!important;
	position: relative;
	margin-top:-58px;

}
.galeria-content .fiv-next, .galeria-content .fiv-prev {
	background-color: transparent!important;
}
.fg-image-viewer.fg-light .fiv-next, .fg-image-viewer.fg-light .fiv-prev{
	box-shadow: inset 0 0 0 0px #ddd!important;
}
.fiv-ctrls .fiv-prev{
position: relative;
 top: -295px;
  z-index: 1000;
}
.fiv-ctrls .fiv-next {
position: relative;
top: -295px;
  z-index: 1000;
}
.galeria-content ul{
  list-style: none;
	margin-left:1.2em;
}
.galeria-content  li {
	padding: 3px 0;
	font-weight:bold;
	color:#404040;
}
.galeria-content ul li::before {
  content: "■";
  display: inline-block; width: 1em;
  margin-left: -1em;
  color: #005598;
  
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev::before {
    content: '\f104'; font: normal normal normal 14px/1 FontAwesome;
  font-size: 54px;
  color:#fff;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next, .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev{
	min-height:50px;
	min-width:50px;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next::before, .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev::before{
	transform: none;
transition: none;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next span, .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev span{
	display:none;
}.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover::before, .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover::before {
    transform: translateY(0%);
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next::before {
    content: '\f105'; font: normal normal normal 14px/1 FontAwesome;
  font-size: 54px;color:#fff;
}


 .gallery_box{
	 width: 100%;
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
 }
 
 
.gallery_author_box
{
position: absolute;
  width: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: #005598;
  border-radius: 10px;
  padding: 20px 20px;
bottom: 50px;
  z-index: 5;
 }
.gallery_author_box .title{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	margin-bottom:0px;
}
.gallery_author_box .subtitle{
	font-size:14px;
	color:#fff;
	margin-bottom:0px;
}

@media only screen and (max-width: 575px)
{
	
	.gallery_author_box{
		 width: 300px;
		 bottom: 45px;
	}
	.gallery_author_box .title{
	font-size:14px;
}
.gallery_author_box .subtitle{
	font-size:10px;
	color:#fff;
}
}


/**********************/
.creator{
	float:right;
}
.creator a{
	color:#eee;
}






.black{
	color:#000;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:40px;
}
.klub-pasek-niebieski{
	padding-bottom:50px; 
	color:#fff;
	background-color:#1f5fa3;
	padding-top:50px;
}
.klub-opis .circle-klub{
	background-color:#fff;
	width:250px;
	height:250px;
	border-radius:250px;
	border: 6px solid #1f5fa3;
	display:block;
	margin:0 auto;
	align-content: center;
}
.klub-opis a:hover .circle-klub{
	background-color:#1f5fa3;
}

.circle-klub .circle-title{
	text-align:center;
	 font-size: 40px;
	  font-weight: 700;
	 color:#1f5fa3;
	text-transform:uppercase;
}
.circle-klub .circle-subtitle{
	text-align:center;
	font-size: 30px;
	font-weight: 700;
	color:#1f5fa3;
	text-transform:uppercase;
}
.klub-opis a:hover .circle-klub .circle-title, .klub-opis a:hover .circle-klub .circle-subtitle {
	color:#fff;
}
.klub-opis  .section_title h1{
	color:#000;
	font-size: 36px;
font-weight: 700;
}
.text-dolacz span{
		font-size: 36px;
font-weight: 700;
}
.text-dolacz {
	margin-top:30px;
	margin-bottom:30px;
	line-height:38px;
		font-size: 28px;
font-weight: 700;
}

.klub-opis .page_title {
  
    font-size: 40px;
 
    line-height: 1.2;
    font-weight: 700;
}
.klub-pasek-niebieski h2{
	color:#fff;
	text-transform:uppercase;
}

.pasek-nagrody{
	padding-bottom:50px; 
	color:#fff;
	background-color:#1f5fa3;
	padding-top:50px;
}
.pasek-nagrody h2{
	color:#fff;
 margin-bottom:50px;
}

.nagrody-content h4{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0;
}
.nagrody-content li{

	margin: 5px 0;
}
.nagrody-content img{
 border: 4px solid #d1d3d4;	
}
.pasek-jak-to-dziala{
	padding-bottom:50px; 
	padding-top:50px;
}
.pasek-jak-to-dziala p{
	font-size:14px;
	margin: 50px 0 10px;
}
.pasek-jak-to-dziala a{
	color:#1f5fa3;
	text-decoration:underline;
}
.pasek-jak-to-dziala h2{
 margin-bottom:50px;
}
.pasek-jak-to-dziala h3{
	color:#1f5fa3;
	font-size:18px;
	font-weight:bold;
	margin: 10px 0 10px;
}

@media only screen and (max-width: 575px)
{
	
	.klub-bm
{
	width: 100%;
	height: 145px;
	margin-top: 117px;
}
}

.news{
	padding-bottom:25px; 
	padding-top:25px;
}
.white-box {
	margin-bottom:20px;
}
#news .white-box h2 {
    padding: 10px 0px;
    text-align: left;
	font-size: 18px;
	margin-top:5px;
font-weight: bold;
    min-height: 55px;
}
#news .white-box h3 {
    padding: 10px 0px;
    text-align: left;
	font-size: 18px;
	margin-top:5px;
font-weight: bold;
    min-height: 55px;
}
#news .white-box  h3 a {
	color: #005598;
}
#news .white-box p {
    padding-top: 0px;
    padding-left: 0px;
	font-size: 16px;
	line-height:1.3;
    text-align: justify;
}
#blog .white-box h2 {
    padding: 10px 0px;
    text-align: left;
	font-size: 18px;
	margin-top:5px;
font-weight: bold;
    min-height: 55px;
}
#blog .white-box h3 a {
	color: #005598;
}
#blog .white-box h3 {
 padding: 5px 0px;
text-align: left;
font-size: 18px;
margin-top: 0px;
color: #005598;
font-weight: bold;
min-height: 40px;
margin-bottom: 0;
}

.logo img{
	width:100%;
	height:auto;
}
#blog .white-box p {
    padding-top: 0px;
    padding-left: 0px;
	font-size: 16px;
	line-height:1.3;
    text-align: justify;
}
.white-box p {
    min-height: 80px;
}
.white-box:hover .image {
    opacity: 0.5;
    transition: all 0.5s;
}
.news .image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 250px;
}
.news .white-box {
    overflow: hidden;
    height: 100% !important;
}
.news .white-box {
    display: block;
    color: #333 !important;
    text-align: center;
    padding: 0px;
    margin-bottom: 20px;
    min-height: 450px;
}
#news .section_title_container {
    margin-bottom: 15px;
}
.news .white-box .btn-more, .opis .white-box .btn-more {
    display: none;
    position: absolute;
    border-radius: 0px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
        margin-top: 0px;
    width: 200px;
    margin-top: -150px !important;
    text-shadow: none !important;
    border: 2px solid #005598 ;
    background: #005598 ;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: normal !important;
    transition: all 0.2s;
}
.news .white-box .btn-more:hover, .opis .white-box .btn-more:hover{background:#fff;color:#005598;text-decoration:none !important;}
.news .white-box .btn-more:before, .opis .white-box .btn-more:before {content: attr(data-website);unicode-bidi: bidi-override;direction: ltr;}
.white-box:hover .image{opacity:0.5;transition:all 0.5s;}
.white-box:hover .btn-more{display:block;-webkit-box-shadow: 0px 0px 15px 0px rgba(0,85,152,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,85,152,1);
box-shadow: 0px 0px 15px 0px rgba(0,85,152,1);}
.opis .btn-more{
	text-align:center;
}
.nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    float: left;
}
.navigation {
	width:100%;
}
.nav-links a {
    color: #005598;
    font-size: 16px;
}

.nav-links span::before {
    content: attr(data-website);
    unicode-bidi: bidi-override;
    direction: ltr;
}
.nav-links {
    clear: both;
}
.opis img.size-large, .opis img.size-full {
    width: 100%;
    height: auto;
}

.overflov-img {
    position: relative;
    top: -20%;
}
.overflov-img {
    overflow: hidden;
  /*  max-height: 400px;*/
    margin-bottom: 30px;
}
.overflov-img  img{
	width:100%;
}
.nav-next {
    width: 50%;
	text-align:right;
    float: right!important;
}
.article-navi-content{
	padding:0 15px;
	min-height: 70px;
}
.opis .image {
	overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 235px;
}
.producenci-section .image img{ 
	max-width:100%;
	height:auto;
}
.producenci-section .image {
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: auto;
  margin-bottom: 20px;
  border: solid 1px #eee;
}
.producenci-section h3 a {
  color: #005598;
}
.producenci-section h3 {
  font-weight: 700;
  font-size: 20px;
  color: #005598;
  margin-bottom: 20px;
  text-align: center;
}
.producenci-section .white-box {
  margin-bottom: 35px;
}
/*
.producenci-section .white-box .btn-more {
  display: none;
  position: absolute;
  border-radius: 0px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  margin-top: 0px;
  width: 200px;
  margin-top: -78px !important;
  text-shadow: none !important;
  border: 2px solid #005598;
  background: #005598;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: normal !important;
  transition: all 0.2s;
  
}
*/

.opis .image img{ 
	max-width:100%;
/*	height:100%;*/
}
.opis .white-box h2 {
    padding: 10px 0px;
    text-align: left;
	font-size: 18px;
	margin-top:5px;
font-weight: bold;
    min-height: 55px;
}
.opis .white-box p {
    padding-top: 0px;
    padding-left: 0px;
	font-size: 16px;
	line-height:1.3;
    text-align: justify;
}
.sitebar2 .mini-formcontact {
    border: 1px solid #005598;
    padding: 10px 15px;
    margin: 0px 0;
    background: #005598;
}



.custom-list {
	list-style:none;
	margin-left:5px!important;
    padding-left: 0;
}
.custom-list li {
		list-style:none;
    position: relative;
    padding-left: 30px;
}
.custom-list li:before {
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    background-image: url('../img/check.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#wpcf7-f682-o1{
	width:100%;
}
.badge-pill{
position: absolute;

right: 7px;
background:#25b7d3;
padding-top: 4px;

padding-bottom: 4px;

font-size: 12px;
	
}
.klub-menu{
	color:#fff;
	background:#005898!important;
}
.klub-menu a{
	color:#fff!important;
}
.regulamin-klub h3{
	font-size:18px; 
	font-weight:bold;
}
.regulamin-klub ul,li{
	margin-left:20px;
}
.klub-page h3{
		font-size:24px; 
		color:#005898;
	font-weight:bold;
}
.klub-page .section_title_container p{
	font-size:18px; 
	font-weight:normal;
}
.klub-page .section_title_container h2{
	color:#000;
}
.klub-page .btn-klub{
margin-top:50px;
margin-bottom:10px;
}
.btn-klub{
	background:#005898;
	color:#fff;
	font-size:16px;
	padding:10px 25px;
	margin-left:10px; margin-right:10px;
	font-weight:bold;
}
.btn-klub:hover {
	color:#fff;
	background:#054d81;
}
.wpcf7-mail-sent-ok{
	background:#39b272;
	padding: 20px;
	border:2px solid #159853!important;
	color:#fff;
	font-size:16px;
}
.wpcf7-validation-errors{
	background:#ff412d;
	padding: 20px;
	border:2px solid #dc2c1a!important;
	color:#fff;
	font-size:16px;
}
.sm-panel {
	position: fixed;
	top: 150px;
	right: -105px;
	z-index: 1000000;
	transition: visibility .25s, opacity .25s;
	-webkit-transition: visibility .25s, opacity .25s;
}
.sm-panel>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sm-panel>ul>li {
	transition: transform .25s;
	-webkit-transition: -webkit-transform .25s;
}
.sm-panel>ul>li:hover {
	transform: translateX(-105px);
	-webkit-transform: translateX(-105px);
}
.sm-panel>ul>li>a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}
.sm-panel>ul>li>a>img {
	margin: 0 10px 0 0;
}
.sm-panel>ul>li>a>span {
	font-size: initial;
}
.sm-panel>ul>li[class^="sm-"] {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0%;
}
.sm-text-black {
	color: #000;
}
.sm-gplus {background:#dc4a3d}
.sm-fb {background:#305891}
.sm-twitter {background:#28aae1}
.sm-gmap {background:#20a464}
.sm-blog {background:#0171bb}
.sm-pinterest {background:#d73532}
.sm-youtube {background:#e32c26}
.sm-allegro {background:#ff5a00}
.sm-linkedin {background:#0097bd}
.sm-payback {background:#00349a}
.sm-goldenline, .sm-googlekspert {background:#fff;}
@media screen and (max-width:640px) {
	.sm-panel {visibility:hidden;opacity:0;}
	}

.kontakt_contact {
	padding-top:30px;
}
.kontakt_contact h2{
	text-align:left;
}
.content-detail {
	padding: 150px 0 80px;
}
.global-title {
  display: block;

  font-size: 150px;
  font-weight: 800;
}

.back-btn {
  display: block;
  margin: 20px auto;
  width: 250px;
  background: #005598;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border: solid 2px #005598;
}
.back-btn:hover {
  display: block;
  margin: 20px auto;
  background: #fff;
  color: #005598;
  border: solid 2px #005598;
}
.footer-07 #footer_menu{
	border-top: 1px solid #fff;
	padding-top:20px;
	font-size:12px;
}
 .footer-07 #footer_menu li{
	display:inline; 
 }
  .footer-07 #footer_menu a {
     color:#fff;
      margin: 0 10px;
      letter-spacing: 1px; }
.footer-07 #footer_menu a:hover{
	color:#fff;
}
  .footer-07 #footer_menu {
	  margin-top: 30px;
    margin-bottom: 30px; 
	}
	
.seofooter_h{
	margin-top: 20px;
	margin-bottom: 20px!important;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
}
.seofooter{
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
}
	
	.kondolencje_form{
	background:#dfdfdf;
	padding:20px;
}
.kondolencje_form .form-submit{
	margin-top:20px!important;
}
.kondolencje_form .form-submit input{
	display: block;
font-weight: 400;
text-align: center;
white-space: nowrap;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
width: 150px;
background: #005598;
color: #FFF;
}
.kondolencje_form textarea{
	width:100%;
}
.kondolencje-box{
	
	padding:20px;
/*	margin:20px 0;*/
	background:#eff3f7;
}
.kondolencje_name{
	font-style: italic;
padding-top: 1em;
color: #333;
clear: both;
}
.home_content {
  padding: 10px 20px;
  background: #005598;
}
.home_title{
	display: block;
margin-bottom: 10px;
	font-size:30px;
}
.home_subtitle p{
	color:#fff;
	font-size:24px;
}
.row-kol{
 -webkit-column-count: 3;-moz-column-count: 3;column-count: 3;
			
}
.kondolencje_form input[type="checkbox"]{
	margin-right: 10px; 

}
.row-kol .col-kol {break-inside: avoid-column;

margin-bottom: 20px;
}
.btn-enter{
	display: block;
margin-top:20px;
width: 270px;
background: #005598;
border:2px solid #fff;
color: #FFF;
}
  .btn-enter:hover{
	  background: #fff;
	  color: #005598;
  }
  
  
  .home_slider_container{
/*	background:url(https://baustoff-metall.com.pl/wp-content/uploads/2022/06/baner-kond.jpg.webp) no-repeat*/
}
  @media only screen and (max-width: 575px){
.home {
 height: 215px!important;
  }
  .home_title {
  font-size: 20px!important;
}
  .home_slider_container{
/*	background:url(https://baustoff-metall.com.pl/wp-content/uploads/2022/06/mini-baner-kondolencje.jpg) no-repeat top center;*/
}
.btn-enter{
	font-size:12px;
}
 .home_container {
	 bottom:0;
	 top:auto; 
  height: 85px;
	 
 }
 .home_content {
  height: 85px;
	 
 }
  }
  
  .footer_link a{
	  color:white;
  }
  
  /**********/

@media only screen and (max-width: 1940px){
	.why_image img {

		width: 100%;
		height: auto;
		margin-top: 88px;

	}

	.home{
		height: 460px;
	}
	.why_image_container {

		height: 89%;

	}
}

@media only screen and (max-width: 1840px)
{
	.main_nav
	{
	    margin-left: 143px;
	}
}

/************
1. 1760px
************/

@media only screen and (max-width: 1760px)
{
	.work_hours
	{
	    display: none;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.main_nav
	{
		margin-left: 54px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header_phone
	{
		display: none;
	}
	
	
	.services {
		padding-top: 30px;
	}
	.why_image img {

		width: 100%;
		height: auto;
		margin-top: 98px;

	}
	.why_image_container {

		width: 100%;
		height: 89%;

	}
	.section_title_container {
		margin-bottom: 20px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.main_nav ul li:not(:last-child)
	{
		margin-right: 29px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.header_button
	{
		display: none;
	}
	.home_slider_dots
	{
		left: calc((100vw - 930px) / 2);
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.page
{

  margin-top: 60px;
}
	
	
	.main_nav,
	.header_social
	{
		display: none;
	}
	.home_slider_dots
	{
		left: calc((100vw - 690px) / 2);
	}
	.hamburger
	{
		display: block;
	}
	.intro_form_container
	{
		margin-top: 102px;
	}
	.why_image
	{
		position: relative;
		bottom: auto;
		right: auto;
	}
	.why_content
	{
		padding-bottom: 60px;
	}
	.why_image img
	{
		max-width: 100%;
	}
	.cta_phone
	{
		margin-top: 33px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.footer_location,
	.footer_contact
	{
		padding-top: 0;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 1200px){
	#nav li a
{
  color: #404040;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 5px;
}
#site-navigation .menu > li.menu-item-has-children::after
{

  padding-left: 0px;
}
}
.site-mobile-menu {
/*	display:none;*/
}
@media only screen and (max-width: 989px)
{
	.icon-bar {

display:none;
  }
	.home
{

  margin-top: 70px;
}
	
	
	.main-menu
{
  margin-top: 0px;
}
	.main-navigation{
		display:none;
	}
	.header_content
{
  width: 100%;
  height: 70px;
}
	.logo-wrap
{
  padding: 5px 0;
  text-align: right;
}
.logo-wrap img{
	width: 150px;
  height: auto;

}
.ofirmie
{
  width: 100%;
  height: 400px;
  margin-top: 62px;
}

.site-mobile-menu {
  width: 350px;
  position: fixed;
  top:0;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 3px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }


				.site-mobile-menu-body .site-nav-wrap a{
					padding: 12px 10px!important;
				} 
				
				.site-mobile-menu-body #nav > li{
					border-bottom: solid 1px #eee;
				}
				.site-mobile-menu-body #nav > li > ul{
					background: #faf8f8;
				}
				
				.site-mobile-menu-body #nav > li > ul > li > ul{
					border-top: solid 1px #eee;
					border-bottom: solid 1px #eee;
				}
/*.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
  display: block;
}
  .header-area
{
    display: none;
  }*/
 /* .home
{
  width: 100%;
  height: 400px;
  margin-top: 0px;
}
	}*/
	}
/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
/*	.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
  display: block;
}
.header-area {
  display: none;
}*/
.fiv-ctrls {

    top: 0px;
}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.home_slider_dots
	{
		left: calc((100vw - 510px) / 2);
	}
	.home_content
	{
		max-width: 100%;
	}
	.home_title
	{
		font-size: 48px;
	}
	.home_subtitle
	{
		font-size: 24px;
	}
	.milestone_col:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.milestone_content {
    padding-left: 20px;
    margin: 0 auto;
	}
	.extra_content
	{
		width: 100%;
	}
	.footer_bar_content
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_nav
	{
		margin-top: 15px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.kontakt-content{
		width:345px;
		margin-bottom: 30px;
	}
	.position-b{
		
    background-position: -235px 0;

	}
/*	.home{
		height: 160px;
	}*/
	.logo{
		float:left;
	}
	.logo img{
		width:100px;
	}
	.kontakt-content p {
		font-size: 19px;
		line-height: 28px;
		color: #fff;
	}
	p
	{
		font-size: 13px;
	}
	h2
	{
		font-size: 36px;
	}
	.header.scrolled .header_content,
	.header_content
	{
		height: 60px;
	}
	.home
	{
		margin-top: 60px;
		margin-bottom: 50px;
		/*height: calc(100vh - 60px)*/
	}
	.logo a > div:first-child
	{
		font-size: 24px;
	}
	.logo a > div:last-child
	{
		font-size: 10px;
	}
	.section_subtitle
	{
		font-size: 16px;
	}
	.header_content
	{
		padding-left: 15px;
		padding-right: 30px;
	}
	.button
	{
		height: 40px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 36px;
		padding-left: 31px;
		padding-right: 30px;
	}
	.home_slider_dots
	{
		display: none !important;
	}
	.home_subtitle
	{
		font-size: 18px;
	}
	.home_title
	{
		font-size: 36px;
	}
	.cta_title
	{
		font-size: 28px;
	}
	.cta_phone
	{
		font-size: 24px;
	}
	.extra_disc > div:first-child
	{
		font-size: 48px;
	}
	.extra_disc > div:last-child
	{
		font-size: 20px;
	}
	.extra_title
	{
		font-size: 56px;
	}
	.newsletter
	{
		padding-bottom: 67px;
	}
	.newsletter_row
	{
		margin-top: 39px;
	}
	.newsletter_title
	{
		font-size: 24px;
	}
	.newsletter_input
	{
		width: calc(100% - 120px);
		height: 40px;
	}
	.newsletter_input::-webkit-input-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_input:-moz-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_input::-moz-placeholder
	{
		font-size: 13px !important;
	} 
	.newsletter_input:-ms-input-placeholder
	{ 
		font-size: 13px !important;
	}
	.newsletter_input::input-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_button
	{
		width: 142px;
		height: 40px;
		font-size: 12px;
	}
	.opening_hours
	{
		left: auto;
		width: 100%;
	}
	#157.owl-item{
		display:none;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}
.sidebar-info {
  display: flex;

  flex-wrap: nowrap;
  margin-top: 0px;
  padding-top: 0px;
}
 .sidebar-info .info-icon {
  width: 40px;
  margin-right: 20px;
  height: 40px;
}
.sidebar-info .info-text {

}
.phone-number-list{
	
}
.phone-number-list li{
	margin-left:0;
}
.phone-number-to-show{
	display:none;
}
.show-phone-number::after{
	color: #005598;
	content:'Pokaż numer';
}
.show-phone-number:hover::after{
	cursor:pointer;
	text-decoration:underline;
}
.hide-phone-number::after{
	color: #005598;
	content:'Ukryj';
}
.hide-phone-number:hover::after{
	cursor:pointer;
	text-decoration:underline;
}

.email-to-show{
	display:none;
}
.show-email::after{
	color: #005598;
	content:'Pokaż e-mail';
}
.show-email:hover::after{
	cursor:pointer;
	text-decoration:underline;
}
.hide-email::after{
	color: #005598;
	content:'Ukryj';
}
.hide-email:hover::after{
	cursor:pointer;
	text-decoration:underline;
}
.footer_bar .show-phone-number::after{
	color: #fff;
	
}
.footer_bar .show-email::after{
		color: #fff;
	
}
.home_slider .owl-nav{
	background: transparent!important;
	position:absolute;
	top: 40%;
	width:100%;
}

.home_slider .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #fff;
   
    color: #FFF;
  font-size: 40px!important;
  margin: 5px;
  padding: 4px 7px;
  background: rgba(193,193,193, 0.3)!important;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px!important;
  
}
.home_slider .owl-nav div:hover{
	background:#005598 !important;
	 background: rgba(0,85,152, 0.6)!important;
} 
.home_slider .owl-nav div.owl-prev {
	 float: left;
}
.home_slider .owl-nav div.owl-next {
   float: right;
 /*right: 8%;*/
}
.home_slider .owl-nav div {
  /*  left: 3%;*/
    visibility: visible;
    opacity: 1;
}

.home_slider .owl-dots{
	margin-top:10px;
}

.btn-offer {
    display: block;
 
    border-radius: 10px;

    margin: 0 auto !important;
        margin-top: 0px;
    width: 200px;
    margin-top: 20px !important;
    text-shadow: none !important;
    border: 2px solid #005598 ;
    background: #005598 ;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: normal !important;
    transition: all 0.2s;
}
.btn-offer:hover{background:#fff;color:#005598;text-decoration:none !important;}
 .btn-offer:before {content: attr(data-website);unicode-bidi: bidi-override;direction: ltr;}



.sygnalisci{
	margin-top:50px;
}
.sygnalisci h4{
font-weight: 700;
  font-size: 18px;
  color: #005598;
  margin-bottom: 20px;
}
.sygnalisci a{
	  color: #005598;
}
.sygnalisci a:hover{
	  text-decoration:underline;
}
.sygnalisci_pliki{
	list-style:none;
}
.sygnalisci ul li {
	padding: 10px 0;
	position:relative;
}
.sygnalisci ul li::before {
  content: url("../img/ico-pdf.png");
  display: inline-block;
  width: 2em;
  position:absolute;
  margin-left: -2em;
  color: #005598;
}

#wpcf7-f4935-o1 .form-check p{
	font-size: 9px;
}