/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

body {
	font-family: Roboto, Helvetica, Verdana, Lato, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "Source Serif 4", serif;
	
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.page-id-3 .page-header-top-right, .page-id-3 .info_button {
	display: none;
}
/* ancient-browser-alert error */
.ancient-browser-alert {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}
.ancient-browser-alert a {
    color: #fff;
    text-decoration: underline;
}

header[role="banner"] {
	position: absolute;
    width: 100%;
	z-index: 11;
}

.pagination {
    margin: 0;
}



.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}



.required {
    color: #f00;
}



.row-with-vspace {
    margin-bottom: 20px;
}



.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}



.widget_calendar #wp-calendar {
    margin: 0;
}
.widget_calendar #wp-calendar #next {
    text-align: right;
}



#comments .comment-navigation {
    margin-bottom: 0;
}
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main-column .attachment .entry-content {
    margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
    text-align: center;
}
#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
   
    margin-bottom: 20px;
   
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
#main-column .post .entry-header .entry-meta a {
    color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main-column .post .entry-meta .categories-icon {
    cursor: default;
}
#main-column .post .entry-meta .comments-link a {
    color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}
#main-column .post .entry-meta .tags-icon {
    cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}
.mt-4 {
	margin-top: 40px;
	padding-right: 5%;
}


#site-footer {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 0 0;
	color: white;
	font-size: 24px;
	font-style: italic;
	font-family: "Source Sans 4";
	background: trnasparent;
}


.navbar-brand, .navbar-nav>li>a {
	padding: 25px 36px;
	transition: 0.4s all;
}

.navbar-brand, .navbar-nav>li >a:hover {
	background: #0c1653;
	border-radius: 0px 0px 18px 18px;
}
.info_button {
	
	padding: 25px 55px;
	margin-top: 100px;
	display: inline-block;
	font-family: "Source Sans 4";
	border-radius: 12px;
	color: white;
	background-color: #0c1653;
	font-size: 16px;
	text-transform: uppercase;
}
.flip {
	transform: rotate(90deg);
	margin-lefT: 10px;
	    display: inline-block;
}
.info_button:hover {
	text-decoration: none;
	color: white;
}

.offer {
	padding: 0 5%;
}
#topbar {
	background: #0c1653;
}

.navbar {
	margin-bottom: 0px;
}
#gallery {
	background-color: #0c1653;
	color: white;
	padding: 40px 0;
	
}
.tab-content h2, #middle h2 {
	margin-bottom: 30px;
}
.round {
	width: 100%;
	border-radius: 20px;
	
}
h2 {
	    font-size: 36px;
    margin-bottom: 40px;
}
.slog {
	font-family: "Source Sans 4";
	color: white;
	text-align: center;
	padding: 20px;
	display: inline-block;
	font-size: 18px;
    width: 100%;
	margin: 100px 0 40px 0;
}
.fab {
	color: #0c1653;
    font-size: 36px;
}
#main_content button {
	background: transparent;
	border: 0px solid;
	outline: none;
	font-family: "Source Sans 4";
    width: 100%;
	font-size: 22px;
    padding: 18px 40px;
}
ul.nav-tabs {
	width: 100%;
	background: 
}

.nav-tabs li {
	width: 100%;
	list-style: none;
}
.nav-item {
	width: 100%;
	background: #0c1653;
	color: white;
}
.blue {
	background: #0c1653;
	padding: 0 0;
	border-radius: 0 0 20px 20px;
}
.nav-item.active {
	
	background: white;
	color:  #0c1653;
}

#middle {
	
padding: 40px 5%;
background-color: #efefef;

}

#site-footer {
	
	padding: 60px 5%; 
}


#site-footer a {
	color: white;
} 


.ital {
	font-style: italic;
	
}
.navbar-toggle .icon-bar { 
	background: white;
}
#middle .ital {
	margin-bottom: 60px;
}
#offer {
	background: #efefef;
	padding: 40px 5%;
}

.news h3 {
	margin-bottom: 40px;
}

.carousel-caption {
	text-align: left;
	top: 0;
	left: 0;
	padding: 160px 7%;
	width: 100%;
}
.home #carouselExampleCaptions {
  height: calc(100vh - 160px);
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}
#carouselExampleCaptions {
  height: 50vh;
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}

.home #slider h2 {
  font-size: clamp(2rem, 3vw, 6rem);
  font-weight: 600;
  margin-bottom: 40px;
}

#slider h2 {
  font-size: clamp(4rem, 6vw, 9rem);
  font-weight: 600;
  margin-bottom: 40px;
}

h5 {
	font-size: clamp(1.2rem, 2vw, 2.6rem);
}

#slider h4 {
  font-size: clamp(2rem, 3vw, 6rem);
}

#slider h5 {
  font-size: clamp(1.2rem, 2vw, 2.6rem);
}
.logo_img {
	width: 100%;
}
td {
	font-size: 18px;
	
}
.buttons {
	text-align: right;
	padding-top: 15px
	}
	

.box {
	border-radius: 20px;
	aspect-ratio: 3 / 2; 
}
#gallery img {
	    border-radius: 20px;
}

#topbar span {
	display: inline-block;
	margin-right: 60px;
}
#menu-menu-1 {
	margin-top: -1px!important;
}
#topbar {
	font-family: "Source Serif 4";
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home .offer {

background: #eef0f3 
}

#content, #gallery {
	padding: 60px 7%;
}

.home #content {
	padding: 0 0;	
}



#main_content {
padding: 0px 0;
}	
#middle h4 {
	font-size: clamp(1.2rem, 2vw, 2.6rem);
}


 



.jump {
  
   -webkit-transition: all 0.5s;
   transition: all 0.5s; 
    z-index: 99999;
   margin: 5px 20px!important;
   bottom: 0px;
   opacity: 0;
}


.home .offer, .home #slider h4, .home #slider .col-md-6 {
	display: block;
}
.hov {
	display: none;
}


li, p {
	font-size: 18px;
}


 
.social-icons {
      display: flex;
      gap: 16px;     
      padding: 20px 0;
    }

    .social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;          
      font-size: 24px;
      text-decoration: none; 
      transition: all 0.25s ease;
      
    }

    
    .social-link:hover {
      transform: translateY(-3px);
      
      color: #ffffff;
	  text-decoration: none;
    }

   

    /* ewentualnie mniejsza wersja */
    .social-link.small {
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
.bblock .col-md-4 {
margin-top: 40px;
}	
	

@media (min-width: 1668px) {
.carousel-item img {
	
	width: 100%;
}

}

@media (min-width: 992px) {
    .navbar-nav {
        float: none;
        margin: auto;
        text-align: center;
        display: inline-block;
    }
	.navbar-primary-collapse {
		text-align: center;
	}
	
}

@media (min-width: 1420px) and  (max-width: 1680px) {
	
	.navbar-brand, .navbar-nav>li a {
    padding: 20px 25px;
	font-size: 22px;
	}
	.a_block a, .g_block a  {
		font-size: 18px;
		padding: 30px 30px;
	}
}

@media (min-width: 992px) and  (max-width: 1420px) {
	
	.navbar-brand, .navbar-nav>li a {
    padding: 15px 15px;
	font-size: 18px;
	}
	.a_block a, .g_block a  {
		font-size: 18px;
		padding: 30px 30px;
	}
}

@media (max-width: 992px) {
	
	.a_block a, .box, .g_block a  {
		margin-top: 30px;
	}
	.slog {
		display: none;
	}
	#topbar, #topbar  .text-right {
		text-align: center!important;
	}
	#site-footer .col-md-3  {
		margin-bottom: 30px;
	}
	
	#slider h5 {
		text-align: left;
	}
	header[role="banner"] {
		padding: 0px 0;
	}
	
	#content, #offer, #site-footer {
		padding: 60px 0;
	}
	.sect {
		margin-right: -15px;
    margin-left: -15px;
		
	}
	
	.navbar-collapse {
		background: #0c1653
	}
	.navbar-brand, .navbar-nav>li {
    padding: 0px 20px;
	}
	
	#site-footer {
		text-align: center;
	}
}
	.d-big {
		display: block;
	}
	.d-small {
		display: none;
	}
	
	
@media (max-width: 768px) {
	.d-big, .buttons {
		display: none;
	}
	.d-small {
		display: block;
	}
	
	
}