/*
Theme Name: Vitamed
Version: 3.0.6
License: GNU General Public License v2 or later
License URI: LICENSE


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:"poppins", sans-serif;
  font-weight:300;

  font-size:14px;
  background:#fff;
	color:#222;
}
#umowsie h3.tellewa {
	line-height:2;
}


body.page-parent  {
	  
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  
  
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 42px;
  padding-bottom: 10px;
}
h2 {
  font-size: 36px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #2f8bfa;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #DB251C ;
  box-shadow:0 0 30px rgba(0,0,0,0.3);
  
  position:relative;
  z-index:9;
  
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #fff;
  padding: 30px 35px;
  font-weight: 300;
  
  font-size: 22px;
  
}
#masthead .navbar-nav > li:nth-child(3) > a {

}


#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  
 
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: #111;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #111;
  background-color: #eee;
  font-size: 85%;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}
.site-logo {

width: 160px;
padding:5px 0;


}
.pasek_top {



padding:10px 0 10px 0;
color:#fff;
font-size:14px;
color:#000;

}

.slider {
height:100%;
}

.carousel-caption {


/*border-left:4px solid #DB251C;
text-align:left;
padding-left:15px;*/
}
.carousel-caption h2 {
color:#fff;
font-size:50px;
text-align:center;
font-weight:200;
margin:0;
}
.carousel-caption h2 b, .carousel-caption h2 strong{
font-weight:bold;

}
.slider_container {
position:relative;

}
.slider_container .bx-wrapper .bx-pager {
bottom:50px;
}
.sekcja {
padding:100px 0;
}
.onasglowna {


}
.textcenter {
text-align:center;
}
.ofertaglowna {


padding-top:30px;
}

/*bialy start*/
header#masthead {
position:fixed;
width:100%;
  background-color: #fff;
box-shadow:none;
}

#masthead .navbar-nav > li > a {
    color: #000;
	
    padding: 15px 28px;
    font-weight: 300;
    font-size: 16px;
	

	
}
#masthead .navbar-nav > li > a:hover{
color:#32363d;

}

.pasek_top .pasek_bold {
font-size:16px;
color:#49505b;
padding-top:12px;
display:inline-block;
margin:0;
margin-left:20px;
}
.pasek_top .pasek_bold i{
	font-size:22px;
}


/*bialy end*/

.btn {
font-size:13px;

border-radius:0;

}
.btn-lg {
padding: .75rem 1.5rem;
}
.btn-gala {
background:#32363d;
color:#fff;
}
.wpcf7-form-control-wrap {

display:block;
}
.form-control {
border-radius:0;



min-height:36px;
font-size:12px;
}
.contactformbox textarea {
height:100px;
}
.zalety_foto {
padding:40px;
border:3px solid #32363d;
border-radius:50%;
max-width:70%;
background:#fff;
margin:0px auto;
}
.zaletyboxy .col-md-4 .zalety_foto, .zaletyboxy .col-md-4 .zalety_foto img {
transition:0.5s all;
}
.zaletyboxy .col-md-4:hover .zalety_foto {
background:#fff;
}
.zaletyboxy .col-md-4:hover .zalety_foto img{

transform:scale(1.1);
}
.podtitle {
text-align:left;
margin:10px 0 20px 0;
font-size:14px;
text-transform:uppercase;
letter-spacing:5px;
color:#888;
font-weight:300;
}
.ofertabox_foto {

border-radius:50%;
overflow:hidden;
margin:0 40px;
}
.ofertabox img {
transition:0.5s all;
}
.ofertabox:hover img {
transform:scale(1.4);
}
.contactformbox {
background:#ddd;
padding:30px;
}
.contactbox {
background:#32363d;
color:#fff;
padding:30px;
height:100%;
}
.sekcja_kontakt h3 {
margin-bottom:30px;
}
.news_foto {
height:200px;
background-size:cover;
position:relative;
filter:grayscale(100%);
transition:0.5s all;
}
.newsbox:hover .news_foto {
	filter:grayscale(0%);
	height:250px;
}
.news_data {
background:#000;
height:80px;
line-height:80px;
width:80px;
position:absolute;
bottom:0;
z-index:99;
left:0;
text-align:center;
font-size:20px;
font-weight:bold;

color:#fff;
}
.news_opis {
font-size:13px;
color:rgba(255,255,255,0.7);
}
.sekcja h2 {
position:relative;
margin-top:0;
font-weight:400;
text-transform:uppercase;
font-size:26px;
}
.sekcja h2:after {
content:"";
position:absolute;
margin:0px auto;
width:100px;
border-top:2px solid #F29400;
left:0;

bottom:-0px;
}
.textright {
text-align:right;
padding-top:5px;
}
.pasek_top svg{
color:#32363d;
fill:#32363d;
}
.page-header {
padding:0px 0 30px 0;


}

#menu-menu-glowne > li:hover, #menu-menu-glowne > li:hover a {


}
.dropdown-menu {
margin:0;
border-radius:0;

}

.dropdown-menu .dropdown-item {
padding:15px 20px;
font-size:15px;
border-bottom:1px solid rgba(0,0,0,0.1);

}
a {
color:#32363d;
}
.entry-header{
color:#183172;
position:relative;
}

.podkategorie {
padding:80px 0;
}
.news_content_container {
padding:40px 15px 80px 15px;
padding:10px 15px 30px 15px;
}
.breadcrumb_my a {
color:#fff;
opacity:0.7;
}
.breadcrumb_my  {
font-size:18px;
text-transform:uppercase;
letter-spacing:3px;
}
.onasglowna_dalej {
padding:15px 0 15px 0;
color:#000;
border-bottom:1px solid #eee;
}
.onasglowna_dalej a {
color:#F29400;
}
.loga img {
height:80px;
margin:10px;

transition:0.5s all;

}
.loga img:hover {
filter:grayscale(0%);

opacity:1;	
	
}
.logocontainer {
height:100px;
line-height:100px;
}
@media (max-width: 768px) {
	
	
.site-logo {
position:relative;
}
#masthead .navbar-nav > li > a {
padding:15px;
}
.onasglowna {
top:0;
margin-bottom:0;

background:url(img/onas.png) #d7251c center top no-repeat;

}
#flyouttab, .carousel-caption {
display:none;
}
.sekcja {
padding:20px 0;
}
.zalety_foto {
max-width:100px;
padding:20px;
}
}


.menu_gora {

border-top:1px solid #eee;
background-position:top center;
height:88px;
position:relative;
bottom:-15px;
margin-top:-15px;
}
.onas_info {

position: relative;

padding: 80px 0 80px 0;

text-align: center;
}

/*test*//*
.site-logo {
box-shadow:none;
background:none;
top:150px;
width:100%;
text-align:center;
}

.carousel-caption {
top:35%;
}
.pasek_top .pasek_bold {
display:inline-block;

}
header#masthead {
position: fixed;
top: 0;
width: 100%;
background:none;
}
.bx-wrapper img {
max-width:none;
}
.pasek_top {
display:none;
}
.menu_gora {
margin-top:-27px;
}
#masthead .navbar-nav > li:nth-child(3) > a {
margin:0;
}
.site-logo {
top:0;
right:0;
background:#fff;
width:300px;
left:unset;
z-index:999;
}*/
/*test*/
.lokacje {
text-align:center;
}
.lokacje h4 {
font-weight:bold;
}
#kantyny-stolowki {
background:#f6f6f6;
}
.podkategorie {
position:relative;
padding:60px 0 10px 0;
z-index:9;
color:#fff;
top:-10px;
margin-bottom:-10px;
text-shadow:1px 1px 1px rgba(0,0,0,0.6);
}
.podkategorie .news_title a {
color:#fff;
transition:0.5s all;
}
.onasglowna_dalej {
top:0;
margin:0;
}
.news_foto_container2 {
border-radius:50%;
width:200px;
height:200px;
margin:0px auto;
}
.parent-page.news2{
text-align:center;
}

.news {
margin:10px 0;
}
.ofertacol {
transition:0.5s all;
}
.ofertacol:hover {
flex:0 0 40%;


}
.ofertabox_foto2 {
background-size:auto 100%;
background-position:50% 50%;
transition:0.5s all;

}
.ofertacol:hover .ofertabox_foto2 {
background-size:auto 140%;
}
.ofertabox_foto2:after, .news_foto:after  {
content:"";

background: linear-gradient(135deg,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 49%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0.7;
transition:0.5s all;
}



.ofertacol:hover .ofertabox_foto2:after {
opacity:1;





}





.ofertabox_foto2 h3 {
margin:0;
position:absolute;
top:40%;
text-align:center;
transition:0.5s all;
width:100%;
z-index:999;
font-size:30px;
text-shadow:0 0 1px rgba(0,0,0,0.6);
color:#fff;
}
.ofertabox2_opis {
transition:0.5s all;

color:#fff;
width:100%;
position:absolute;
opacity:0;

top:40%;
z-index:999;
}
.ofertacol:hover  .ofertabox2_opis {
opacity:1;

}
.ofertacol:hover .ofertabox_foto2 h3 {
top:32%;
}



.carousel-caption {
	text-align:left;
	max-width: 400px;
margin: 0px auto;
border: 3px solid #fff;
z-index:99999;
text-align:center;
	bottom:20%;
}
.slider img, .ofertacol, .entry-header  {
	
	
}
.carousel-caption .btn-gala {
	background:none;
	border:2px solid #fff;
	
}
.ofertabox2_opis a {
	color:#fff;
	
}
.entry-title {
	font-size:44px;
	text-align:left;
	
	font-weight:300;
	padding-bottom:10px;
	
	margin-bottom:0px;
	margin-top:110px;
	
	color:#fff;
}
.entry-header {
background:#183172;

background-position:top right;
background-size:cover;

}
.ofertabox_foto2 h3:after{
	content:"";
position:absolute;
margin:0px auto;
width:100px;
border-top:2px solid #F39200;
left:0;
right:0;
bottom:-15px;
	
}


.news_title {
color:#000;
	font-size:18px;
transition:0.5s all;
}
.zaleta b {
	font-size:30px;
	
}
.btn-outline-dark:hover {
	
	color:#fff !important;
	
}


.breadcrumb {
	padding:0;
	margin:0;
	background:none;
filter:grayscale(0%);
	letter-spacing:2px;
	font-weight:bold;
	
}
.breadcrumb a {
	color:#F29400;
	
	
}

.eael-content-timeline-container {
	width:100%;
	max-width:100%;
		margin-top:0;
		padding-top:0;
}
.eael-content-timeline-content td {
	vertical-align:top;
	
	padding:5px 3px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	
}
.eael-content-timeline-content  tr > td:first-child {
	font-weight:bold;
	width:50%;
}
.eael-content-timeline-content  tr > td:last-child {
	font-size:12px;
}

.eael-date {
	font-size:50px !important;
	top:-50px !important;
	
}
.elementor-widget-text-editor {
	color:initial !important;
	font-weight: 300;
}
.news_list>div:first-child {
	padding-left:0;
	
}
.news_list>div:last-child {
	padding-right:0;
	
}
.news_inner {
	padding:0 15px;
	
}
.btn-primary {
	background:#183172;
	border:0;
	border-radius:40px;
	color:#fff !important;
	text-transform:uppercase;
	padding: .675rem 1.55rem;
	font-weight:bold;
}
label {
	width:100%;
	
}
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select {
	width:100%;
	
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text::placeholder, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea::placeholder, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select::placeholder {
color:#fff;
	
}
input[type="submit"]{
	background:#000 !important;
	
}
.eael-contact-form-7 {
	background:#F29400;
	padding:40px;
	color:#fff;
}
.eael-contact-form-7 input {
	color:#fff;
	
}
.eael-dual-header {
	margin-bottom:15px;
	
}
.eael-contact-form input[type="text"], .eael-contact-form input[type="email"], .eael-contact-form input[type="url"], .eael-contact-form input[type="tel"], .eael-contact-form input[type="date"], .eael-contact-form input[type="number"], .eael-contact-form textarea
{
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.1)
}
.eael-dual-header .title, .eael-dual-header .title span {
	margin-top:0;
	
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-left:0 !important;
	padding-right:0 !important;
	
}
.ofertabigbox .row > div{
	min-height:400px;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
	font-size:14px;
	
}
.card {
	border:0;
	background:none;
	
}
.ofertabigbox .row > div h3 span a{
	color:#fff;
	text-decoration:none;
}
.ofertabigbox .row > div h3 span{
	font-size:24px;
	text-align:center;
	border-bottom:2px solid #F29400;
	color:#fff;
	
	padding:15px;
}
.boxbg {
	background-position:50% 50% !important;
background-size:cover !important;	
box-shadow:         inset 0px 0px 30px 0px rgba(0, 2, 0, 0.3);
}
.ofertabigbox .row > div li {
	list-style-type:none;
	
}
.ofertabigbox .row > div li:before {
content: '\f067';
  font-family: fontawesome;
 display:inline-block;
margin-right:10px;
color:#F29400; 
}
.boxcontent {
	font-size:16px !important;
	padding-top:50px !important;
	padding-bottom:50px !important;
	
}
.box_big {
	padding:50px;
	font-size:20px;
	text-align:center;
	
}
@media (max-width: 768px) {
	.entry-title {
		font-size:30px;
		
	}
	.ofertabigbox .row > div h3 span {
		border:0;
		padding:0
		
	}
	.ofertacol, .ofertabox_foto2  {
		width:100%;
		height:90vh !important;
		
	}
	.ofertacol:hover {
		flex:100%;
		
	}
	.bx-controls-direction {
		display:none;
		
	}
}
#page {
	margin:0 5%;
	background:#f6f6f6;
}
h3.title {
font-size: 28px;
position:relative;
	font-weight:700;
	letter-spacing: 4.8px;
	text-transform:uppercase;
	
	color:#111;
	margin-bottom:30px;
	
	
}
h3.title span {
	position:relative;
	
}
h3.title span:before {
	content:"";
	position:absolute;
	border-top:1px solid #ccc;
	width:40px;
	top:50%;
	left:-50px;
}
h3.title span:after {
	content:"";
	position:absolute;
	border-top:1px solid #ccc;
	width:40px;
	top:50%;
	right:-50px;
}


.icon.icon--menu {
	width:40px;
	height:40px;
	
}
.menulogo {
	z-index: 99;

width: 40%;



color: #fff;

padding: 0px;

font-size: 22px;

border: 2px solid;
	
}


.eael-grid-post .eael-entry-wrapper {
	padding:30px 50px;
	
}
.eael-load-more-button-wrap {
	margin-top:50px;
	
}
.content__title img {
	max-width:250px;
	
}
.galleryitem {
	margin:5px;
	
}
.eael-entry-media {
	max-height:200px;
	overflow:hidden;
	
}
@media(max-width:991px) {
	.menu__item-map {
		text-align:center;
		
	}
	.menulogo {
		margin:0px auto;
		
	}
	.content__title img {
		max-width:100%;
		
	}
}

blockquote {
	padding-left:30px;
	
}
.lang-switch li{
	display:inline-block;
	list-style-type:none;	
}
.lang-switch {
	position:fixed;
	left:10px;
	top:10px;
	z-index:999;
	
}
header.mainheader {
	
	background:#fff;
	width:100%;
	position:fixed;
	z-index:99;
	transition:0.5s all;
	top:0;
	left:0;
	
}
header.mainheader .logoimg, header.mainheader .action--menu{
	transition:0.5s all;
}
header.mainheader.nizej .action--menu {
	top:0.6rem;
	
}
header.mainheader.nizej .logoimg,  header.mainheader.nizej .action--menu{
	filter:invert(0%)
	
}
section {
padding: 100px 0;
font-size: 14px;
color: #333;
line-height: 2;

}
section.onas {
	background: #fff;	
}
section.wstep{
	background: #fff;	
	font-size:24px;
	line-height:1.5;
	color:#000;
	
}
section.onas .columnleft {
	padding:120px;
	padding-left:8.5%;
}
section.sekcja2 .columnleft {
	padding:120px;
	padding-right:8.5%;
}
section .image {
	width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
	
}
.image .curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 58, 93, 0.75);
}

.logoimg {
	transition:0.5s all;
	max-width:160px;
	margin-top:17px;
}
.action--menu  {
	transition:0.5s all;
	
}
.slider {
	position:relative;
	
}
.slider, .slider > li {
	
	overflow:hidden;
	
}
.slide_caption {
position: absolute;
z-index: 9999;
top: 28%;
left: 0;
right: 0;
color:#fff;
}
.slide_caption h2 {
	letter-spacing:3px;
	color:#000;
font-weight: bold;
font-size: 42px;
line-height: 1;
text-transform: uppercase;
position:relative
}
#.slide_caption h2:after {
	width: 140px;
height: 2px;
background: #183172;
position: absolute;
left: 0px;
bottom: 0px;
content: "";
	
}
.slide_caption h2 span {
	font-weight:300;
	
	
}
.slide_inner {
	max-width:750px;
	
	
	
}

.slide_caption_inner {
	font-size:14px;
	font-weight:400;
	color:#111;
	
	
	
	
}
section {
	position:relative;
	
}

section.onas:after {
	content:"";
	height:150px;
	background:#eee;
	bottom:0;
	width:100%;
	position:absolute;
	
}
section.sekcja2:after {
	/*content:"";*/
	height:80px;
	background:#eee;
	top:0;
	width:100%;
	position:absolute;
	
}
section .columnleft, section .columnright {
	position:relative;
	z-index:9;
	
}
.counter .number.nr1 {
	font-size:190px;
	font-weight:900;
	color:#000;
	margin:0;
}
.lh-1 {
	line-height:1;
	
}
.offercolinner {
	background:#fff;
	padding:15px;
	
	text-align:center;
	min-height:200px;
	transition:0.5s all;
	position:relative;
}
.offercolinner h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
.offercol .offernumber {
	transform:rotate(-90deg);
	padding-right:40px;
}
.offercol .offernumber:before {
	content:"";
	width:30px;
	height:1px;
	background:#666;
	position:relative;
	top:-3px;
	margin-right:5px;
	display:inline-block;	
}
.slide_inner h6:before {
	content:"";
	width:50px;
	height:2px;
	background:#183172;
	position:absolute;
	bottom:-10px;
	margin-right:5px;
	display:inline-block;
	
}
.withline:before {	
	content:"";
	width:30px;
	height:1px;
	background:#666;
	position:relative;
	top:-4px;
	margin-right:5px;
	display:inline-block;
}
.offercolinner:hover {
	transform:scale(1.2);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	z-index:9;
}
.teltop {
	font-weight:bold;
	color:#fff;
	padding-top:5px;
	transition:0.5s all;
}
.nizej .teltop { 
color:#1D3A5D;
}
.sekcja2 {
	background:#fff;
	padding:0;
}
.number_text_big {
	margin-top:5px;
font-size: 32px;
	
}
section.counter{
	background:#fff;
}
.counter .number {
	font-size:90px;
	font-weight:bold;
	color:#000;
	margin-top:100px;
	display:block;
}
.counter .number_text {
	font-size:24px;
	margin-top:10px;
}
.slider_container {
	margin-top:85px;
	position:relative;
	z-index:9;
}
.slider_container .bx-controls {
	top: 40%;
position: absolute;
width: 100%;
height: 70px;
background: none;
left:0;
right:0;
	
}
.slider_container .contact-icon {
	padding:18px;
}
.slider_container .contact-icon {
	width:70px;
	height:70px;
	right:0;
	background:#fff;
	z-index:9;
	position:absolute;
	right:0;
	bottom:0;
	
}
.slider_container .bx-wrapper .bx-prev {
	left:20px;	
	z-index:1;
	background: url(js/images/controls.png) 0 -32px no-repeat #85B602;
	border-radius:50%;
}
.slider_container .bx-wrapper .bx-next {
	right:20px;	
	z-index:1;
	background: url(js/images/controls.png) -43px -32px no-repeat #85B602;
	border-radius:50%;
}

section.oferta .offercolinner:before {
	content:"";
	position:absolute;
	top:-50px;
	left:0;
	width: 100%;
height: 0;
border-style: solid;
border-width: 0 240px 50px 0px;
border-color: transparent transparent #ffffff transparent;
}
section.oferta .offercolinner:after {
	content:"";
	position:absolute;
	bottom:-50px;
	left:0;
	width: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 0 240px 50px 0;
border-color: transparent #ffffff transparent transparent;


	
}
.ofertaboxes {
	padding:60px 0;
	
}
img.gosciu {
	position:absolute;
	bottom:0;
	right:0;
	opacity:0.4;
}
.slider {
	background:#fff;
	
}
.offercol {
	padding:15px;
	height:350px;
}
.bx-wrapper .bx-prev {
	left:-40px;
	
}
.bx-wrapper .bx-next {
	right:-40px;
	
}
.menu__item-inner .sidemenu {
	background:url('img/praw.jpg');
	background-position:50% 50%;
	background-size:cover;
	
}
.offercolimg {
	text-align:center;	
}
.offercolimg img, .offercolimg svg {
	width:50px;
	height:auto;
	margin:0px auto;
	margin-top:70px;
	
}
.counter .number, .counter .number.nr1,  .wstep b {
	color:#1d3a5d;
	
}
h3.title {
	color:#000;
	
}
section#kontakt .prawakontakt {
    padding: 120px;
        padding-right: 120px;
    padding-right: 8.5%;
}
section#kontakt {
	
	background:#1D3A5D;
	background:url(img/bgkontakt.jpg);
	background-size:cover;
	background-position:50% 50%;
	background-attachment:fixed;
	color:#fff;
	
	
}
.prawatel  {
	font-weight:bold;
	font-size:25px;
	
	color:#fff;
	margin:0 0 40px 0;
	
}

.mapakontakt {
	position:relative;
	z-index:9;
	padding:0;
	
}
.mapakontakt iframe {
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	filter:grayscale(100%);
	transition:0.5s all;
	

}
.mapakontakt iframe:hover {
	filter:grayscale(0%);
	
}
#kontakt h3.title {
	color:#fff;
	
}

section#primary {
	padding:15px 15px;
	
}
#content .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color:#111;
	font-size:46px;
	margin-top:30px;
	
}
#content {
	background:#fff;
	
}
#content .eael-team-content {
	background:#f6f6f6;
	
}
.breadcrumbs {
	font-weight:400;	
	margin-bottom:0px;
}
.breadcrumbs a {
	color:#fff;
	opacity:0.6;
	
	
}
section.oferta {
	background:#eee;
	
}

section.sekcja2:after {
    content: "";
    height: 50px;
    background: 
    #eee;
    top: 0;
    width: 100%;
    position: absolute;
}
a:active, a:hover {
    outline: 0;
	text-decoration:none;
	color:#1d3a5d
}
.ofertarow .offercolinner {
	background:#ddd;
	margin-bottom:30px;
	
}
.ofertarow .offercolinner a {
	color:#000;	
}
.ofertarow .offercolinner svg path {
	fill:#000;
	
}
.newsbox {
	background:#eee;
	margin-bottom:30px;
	height:360px;
	height:200px;
	text-align:center;
	
	
}
.podkategorie2 .newsbox {
	height:360px;
	transition:0.5s all;
}
.podkategorie2 .newsbox:hover {
	transform:scale(1.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	
}
.newsinner {
	padding:0 15px;
	position: relative;
z-index: 99999 !important;
}


.menu .mainmenu {
	background-image:url(img/lublinmenu.jpg);
	background-size:cover;
	background-position:right bottom;
	
}
.page-id-120 section#kontakt:after {
	display:none;
	
}
.page-id-120 section#kontakt {
	padding:60px 15px;
	
}
.btn-secondary {
	background-color:#1D3A5D;
	border:0;
	
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
.preload {
	position:fixed;
	top:0;
	left:0;
	widtH:100%;
	height:100%;
	background:url(img/bgheader.jpg);
	background-size:cover;
	z-index:999999;
	text-align:center;
	
}
.preload > div {
	position:absolute;
	top:50%;
	
}
.katglowna {
	margin-top:-120px;
	
	position:relative;
	z-index:99;
	
	
}
.catglownaitems .newsboxglowna {
	background:#0068B3;
	padding:10px 10px;
	border-top:3px solid #85B602;
	text-align:center;
	color:#fff;
	min-height:230px;
	position:relative;
	
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.menuglowne {
	background:#0068B3;

	box-shadow:0px 5px 5px rgba(0,0,0,0.3);
	
}

/*
.catglownaitems {
	padding:30px 0;
	height:500px;
	
}

.catglownaitems .newsboxglowna:before {

    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 350px 30px 0px;
    border-color: transparent transparent #9AC500  transparent;

}
.catglownaitems .newsboxglowna:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 350px 30px 0;
    border-color: 
transparent #9AC500 transparent
    transparent;
}*/

.podkategorie2 .news_title {
	font-size: 16px;
line-height: 1.425;
letter-spacing: .25em;
font-weight: 700;
text-transform: uppercase;
text-align:center;
margin-top:10px;

}

.page-parent .podkategorie2 .news_title{
	font-size:14px;
	letter-spacing: .15em;
}
.podkategorie2 .btn-default {
	
	border:0;
	color:#fff;
	font-weight:bold;
	
}
.newsboxglownainner {
	padding:10px 0;
	
}
.menuglowne .navbar {
	padding:0;
	
}
.menuglowne .navbar-expand-sm ul > li > a.nav-link {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 46px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border-bottom:3px solid transparent;
}
.menuglowne .navbar-expand-sm ul > li:nth-child(1) > a.nav-link {
	border-bottom-color:#85B602;
}
.ikonka_glowna img{
	filter:invert(100%);
	
	
	
}
.ikonka_glowna {
	
	width:100px;
	height:auto;
	padding:20px;
	border-radius:50%;
	margin:0px auto;
}
.topcontact {
	color:#A2A2A2;	
	font-size:18px;
	line-height:1.2;
}
.topcontactitem {
	margin-top:6px;
	
}
.topcontact span {
	color:#fff;
	
	display:block;
	
	
}
.topicon {
	width:44px;
	height:44px;
	line-height:44px;
	background:#85B602;
	text-align:center;
	font-size:20px;	
	color:#fff;
	border-radius:50%;
	
}
.slide_inner h6 {
	position:relative;
	
}
h3.title2 {
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:24px;
	margin-top: 60px;
	
}

#kontakt .podtitle {
	color:#fff;
	
}
.graybg {
	background:#eee;
	
	
}
.colorwhite {
	color:#fff !important;
	
}
#nowosci {
padding-left:30px;
padding-right:30px;
background:#fff;

padding:10px 30px 50px 30px;
}
.nowoscinewsboxglowna {
	overflow:hidden;
	background:rgba(0,0,0,0.6);
	background:;
	padding:40px 20px;
	height:270px;
	position:relative;
	background-size:cover;
	background-position:50% 50%;
	filter:blur(30%);
}

.nowoscinewsboxglowna .news_opis {
	font-size:12px;
	color:#000;
	line-height:1.2;
	transform:translatey(300px);
	transition:0.5s all;
}
.nowoscitem:hover .news_title{
	transform:translatey(-250px);
	letter-spacing:0;
	
}
.nowoscitem:hover .news_opis {
	transform:translatey(50px);
}
.nowoscinewsboxglowna:after {
	content:"";
	background:rgba(0,0,0,0.2);
	/*background:rgba(110, 176, 176, 0.4);*/
	/*background:rgba(10, 203, 208, 0.4);*/
	/*background:rgba(255,255,255,0.3);*/
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	transition:0.5s all;
}

.nowoscitem:hover .nowoscinewsboxglowna:after {
	opacity:0;
}
.nowoscinewsboxglowna:before {
	width:94%;
	height:92%;
	margin:auto;
	content:"";
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	transform:scale(0);
	
	transition:0.5s all;	
}
.nowoscitem:hover .nowoscinewsboxglowna:before {
	transform:scale(1);
}
.podkategorie2 .nowoscinewsboxglowna h3.news_title {
	line-height:1.2;
	transition:0.5s all;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#fff;
	
}
.dropdown-menu {
    min-width: 300px;
}
section h3 {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	
}
.news_container {
	padding:15px;
	
}
.podkategorie2 .newsbox {
	background:#eee;
	/*box-shadow: 10px 10px 20px rgba(0,0,0,0.35);*/
	
}
.podkategorie2 {
	margin-top:30px;
	
}
.acceptance-649, .acceptance-648 {
	float:left;
	margin: 0;
    margin-right: 0px;
padding: 0;
margin-right: 15px;
	
}
.site-footer h4 {
	margin-top:0;
	
}
.site-footer p {
	padding:0;
	margin:0;
	font-size:12px;
	
}
.site-footer h4 {
	font-size: 14px;
line-height: 1.625;
letter-spacing: .2em;
font-weight: 700;
text-transform: uppercase;


}
.m5 {
	/*margin:0 5%;
	position:relative;*/
	width:90%;
	margin:0px auto;
	position:relative;
}

#menu-menu-glowne > li > a {
	color:#fff;
	text-transform:uppercase;
	
	font-size:14px;
	padding:25px 20px;
	font-weight:500;
	letter-spacing: .1em
	
}
.mainheader.nizej {
	background:#111;
	
}

   /* the slides */
  #nowosci .slick-slide {
    margin: 0 17px;
  }
  /* the parent */
  #nowosci .slick-list {
    margin: 0 -27px;
  }
  .news_opis_inner {
	  line-height:1.8;
	  height:90px;
	  overflow:hidden;
	  text-align:center;
	  
  }
   .boschlogo img {
	   transition:0.5s all;
	   
   }
  .boschlogo {
	  padding:15px;
	 transition:0.5s all;
	 width:90px;
	 position:absolute;top:0;right:0;
  }
 
  .btn-default.btn-bodych {
	  border-radius:50px;
	  background:#183172;
	  color:#fff;
	  text-transform:uppercase;
	  font-weight:600;
	  font-size:11px;
	  letter-spacing:1px;
	  padding:12px 30px;
	  transition:0.5s all;
  }
  .btn-default.btn-bodych:hover {
	  background:#111;
	  
  }
  .slide_caption_inner .slideimg, .site-footer .slideimg {
	  transition:0.5s all;
	  opacity:0.6;
	  
	  filter:grayscale(100%);
	  height:120px;
	  widtH:auto;
  }
  
  .site-footer .slideimg:hover {
	  transform:scale(1.2);
	  
	  
  }
  .contactinfo_top {
	  
	  padding-top:20px;
	  font-size: 16px;
	line-height: 1.5;
	text-align:right;
	
	font-weight:500;
	color:#183172;
	  
  }
  .contactinfo_top span, .contactinfo_top span a{
	color:#999;  
	  
  }
    .contactinfo_top a {
		color:#183172;
		
	}
	.contactinfo_top i,.contactinfo_top svg {
		margin-right:5px;
		margin-left:20px;
		
	}
  .btn-slider {
	  border-radius:50px;
	    background:#183172;
	  border-color:transparent;
	  
	  color:#fff;
	  text-transform:uppercase;
	  font-weight:600;
	  font-size:14px;
	  padding:15px 30px;
	  letter-spacing:1px;
	  transition:0.5s all;
  }
  .btn-slider:hover {
	  color:#fff;
	background:none;
	  border:1px solid #eee;
	  
  }
  .mainheader .navbar, .mainheader .col-md-7  {
	  position:static;
	  
	  
  }
  .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	  font-size:14px;
	  color:#111;
	  
  }
  .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
	  padding:40px;
	  
  }
  h3.title:before {
	  width:40px;
	  height:2px;
	  background:#183172;
	  position:absolute;
	  left:-50px;
	  top:12px;
	  content:"";
	  
	  
  }
  .ubermenu-target-with-image:hover .ubermenu-image {
	  transform:scale(1.2);
	  
  }
  .ubermenu-image {
	  width:40px;
	  height:auto;
	  transition:0.5s all;
	  margin:0px auto;
	  
	  
  }
   .ubermenu-image *{
	  fill:#183172 !important; 
   }
  .slider_container .slick-slide {
	  position:relative;
	  
  }
  .newsarrow {
	  display:inline-block;
	  width:60px;
	  cursor:pointer;
	  padding:30px 15px;
	  
	  
  }.footerlogo {
	  width:160px;
	  opacity:0.5;
	  
  }
  img.footersvg {
	  filter:invert(100%);
	  
  }
  .footersvg {
	  width:40px;
	  height:auto;
	  display:inline-block;
	  margin:20px 15px 0 0;
	  
  }
  .footersvg {
	  fill:#fff;
	  position:relative;
	  top:10px;
	  margin-bottom:20px;
  }
  .footericon {
text-align:center;
line-height:1.8;
	  
	font-size:18px;
	  font-weight:bold;
  }
  
 
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  top:40vh;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vitamed_preload {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
background-image: url(img/conowego2.jpg);
background-position: 50% 50%;
background-size: cover;
	z-index:99999;
	text-align:center;

	
	
}
.vitamed_preload img {
	position:absolute;
	top:30vh;
	margin:0px auto;
	text-align:center;
	left:0;
	right:0;
	
}

@media (max-width:991px) {
	#umowsie h3 span {
		font-size:16px;
		
	}
	.footersvg {
		margin-bottom:20px;
		
	}
	.umowsie {
		text-align:center;
		
	}
.umowprawa {
	display:none;
	
}
.logoimg {
	max-width:100px;
	
}
.socbtn {
	top:20px !important;
	right:110px !important;
	
}
.footericon {
	font-size:14px;
	text-align:center;
	line-height:4;
}
#umowsie h3 {
	

	
}
#colophon .col-md-6 {
	margin-top:30px;
	
}
.site-footer .slideimg {
	height:auto;
	width:auto;
	
}
.footersvg {
	width:30px;
	margin:0 10px 0 0;
	
}
	.ubermenu-skin-grey-white.ubermenu-responsive-toggle {
		position:absolute;
		top:10px;
		right:0px;
		
	}
	h3.title {
		font-size:20px;
		
	}
	header.mainheader {
		position:relative;
		
	}
	.slider_container {
		margin-top:5px;
		
	}
	.topcontact {
		font-size:14px;
		
	}
	.katglowna {
		margin:0;
		
	}
	h3.title {
		line-height:1.1;
		font-size:20px;
		
	}
	.newsarrow {
		width:30px;
		padding:5px;
		margin-top:20px;
		
	}
	body {
		padding:0 !important;
		
	}

section.onas .columnleft, section.sekcja2 .columnleft, section#kontakt .prawakontakt {
	padding:15px;
	
}	
section.onas .columnright, section.sekcja2 .columnright {
	height:300px;
}
.counter .number {
	margin-top:30px;
	
}	
.counter {
	text-align:center;
	
}
section#kontakt:after {
	display:none;
	
}
.teltop {
	font-size:12px;
	
}
.prawatel {
	font-size:18px;
	
}
.slide_caption h2 {
	font-size:18px;
	margin:0;
}
.slide_inner {
	padding:0 15px;
	
}

.slide_caption_inner {
	display:none;
	
}
.slide_inner h6 {
	display:none;
	
}
}
.mainheader.nizej {
	background:#fff;
	box-shadow:0 0 30px rgba(0,0,0,0.3);
	
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
	right:2px !important;
	
}
.cennikrow > div {
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}
.cennikrow {
	border-bottom:1px solid #eee;
	
}
.cennikrow h5 {
	margin:0;
	font-size:14px;
}
.cennik {padding:80px 0;}
.kontakt-prawa {
	background:#eee;
	padding:50px;
	
}
.kontakt-prawa h3 {
	margin-top:0;
	margin-bottom:30px;
}
.kontakt-prawa p {
	margin-bottom:0;
	
}
.kontakt-prawa textarea {
	height:150px;
	
}
.kontakt-prawa label {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	
}

.gallery-img-content {
	padding:0 !important;
}
.umowprawa {
	position:fixed;
	right:0;
	top:20%;
	
}
.modal-dialog {
	max-width:800px;
}
.modal-content {
border-radius:0 !important;

}
.modal-header {
	background:#183172;
	color:#fff;
border-radius:0 !important;	
}
.modal-content label{
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:30px
}
.modal-content .wpcf7-form-control {
	background:#333;
	border-color:#444;
	color:#aaa;
}
.kat_icon svg, .kat_icon img {
	max-width:100%;
	height:auto;
}
.kat_icon svg * {
	fill:#183172;
	
}
.kat_icon {
	width:70px;
	margin:0px auto;
	padding-top:15px;
}
.zobacztakze {
	background:#eee;
	
}
.zobacztakzeicon {
	width:70px;
	margin:0px auto;
	padding-top:15px;
	
}
.zobacztakzeicon svg, .zobacztakzeicon img {
	max-width:100%;
	height:auto;
}
.zobacztakze {
	height:230px;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding:30px;
	
}
b, strong {
	font-weight:bold;
	
}
.kontakt_form {
	background:#eee;
	padding:30px;
	
}
.cena_prawa {
	background:#183172;
	padding:20px;
	text-align:center;
	color:#fff;
	font-size:20px;
	
	
}
#umowprawa .modal-body {
	padding:60px;
	
}
.galleryrow {
	margin-bottom:30px;
	
}
.wpcf7-acceptance .wpcf7-list-item {
	padding:10px 0;
	
	margin:0;
}
.wpcf7-acceptance .wpcf7-list-item label{
	text-transform:initial;
	font-size:10px;
	letter-spacing:0;
}
.socbtn {
	float:right;
	position:absolute;
	right:0px;
	top:30px;
	z-index:9;
}
.socbtn > a {
	color:#183172;
		padding:0 5px;
		font-size:20px;
}
.page-id-15 .view-wrapper img {
	width:250px;
	height:350px;
	
}
.entry-content a {
	color:#183172;
	
}
#onas {
	background:#eee;
	background:url(img/onasbg.jpg);
	background-size:cover;
	background-position:50% 50%;
}

.myBg { background-color: #CCCCCC; }
.myKenburns .slick-slider { overflow: hidden; margin-top: 1.5rem;}
.myKenburns .slick-slider div.slick-active img {
    -webkit-animation: myMove 8s 1 ease-in-out;  
    -moz-animation: myMove 8s 1 ease-in-out;  
    -o-animation: myMove 8s 1 ease-in-out;  
    -ms-animation: myMove 8s 1 ease-in-out;  
    animation: myMove 8s 1 ease-in-out; }

.myKenburns .slick-slide[aria-hidden="true"] img {
    visibility: hidden; }

@keyframes myMove { 
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; } 
    to { transform: scale(1.3,1.3); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove { 
    from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; } 
    to { -webkit-transform: scale(1.3,1.3); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove { 
    from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; } 
    to { -o-transform: scale(1.3,1.3); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove { 
    from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; } 
    to { -moz-transform: scale(1.3,1.3); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove { 
    from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; } 
    to { -ms-transform: scale(1.3,1.3); -ms-transform-origin: 50% 0%; }
}


.carousel {
	padding: 0 70px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #183172;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#umowsie {
	background:#183172;
	background-image:url(img/umowsie2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
	padding:50px 0;
}
#umowsie h3 {
	font-size:25px;
	font-weight:300;
	line-height:2;
}
#umowsie h3 span {
	font-weight:bold;
	font-size:25px;
}
#umowsie .btn {
	font-size:24px;
	
}
.mainheader .container {
	position:relative;
	
}
#umowsie .btn-primary {
	background:#fff;
	color:#111 !important;
	
}
@media (min-width:1170px) {
	.pl-container {
		padding-left:calc((100vw - 1170px) / 2);		
	}
	.pr-container {
		padding-right:calc((100vw - 1170px) / 2);
		
	}
	
}
.space100y {
	padding-top:100px;
	padding-bottom:100px;
}
.space80y {
	padding-top:80px;
	padding-bottom:80px;
}
.ofertaprawafoto {
	height:100%;
	position:relative;
	background-size:cover;
	background-position:50% 50%;
	
}
.ofertaprawafoto:after {
width:100%;
	height:100%;
	margin:auto;
	content:"";
	background:rgba(10,103,108,0.3);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	
}
.lekarz {
	background:#183172;
	height:100%;
	
}
.lekarz h3 {
	padding:120px 15px 15px 15px;
	color:#fff;
	text-align:center;
	
}
#accordion .card-title {
	color:#000;
	font-size:18px;
	
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}


@media (max-width:991px) {
	#umowsie h3 span {
		font-size:16px;
		
	}
	#umowsie h3 {
		font-size:20px;
		line-height:3;
		
	}
	#umowsie, #umowsie .text-right {
		text-align:center !important;
		
	}
	.contactinfo_top {
		text-align:center;
		
	}
	.ubermenu-responsive-toggle-main { 
	padding-left:0;
	position: absolute !important;
top: 0 !important;
right: 0 !important;
	}
	.entry-title {
		margin-top:80px;
		
	}
	.ofertaprawafoto {
		height:300px;
		
	}
	.space80y {
		padding-top: 20px;
padding-bottom: 20px;
		
	}
	#umowsie {
		padding:20px 0;
		
	}
	#umowsie a {
		color:#fff;
		
	}
	#umowsie .tellewa h3 {
		line-height:2;
		
	}
}
.ofertaopis {
	position:absolute;
	bottom:-18px;
	font-size:12px;
	opacity:0.6;
	
}

.newsfoto {
	height:200px;
	background-size:cover;
	position:50% 50%;
	
}
.tellewa a{
	color:#fff;
	
}
.ubermenu-responsive-toggle .fa-bars {
	margin-right:10px;
	
}