/*
	Theme Name: UAM
	Theme URI: http://solmedia.pl
	Description: Custom WordPress Theme
	Version: 1.0
	Author: Andrzej Bolewski
	Author URI: http://solmedia.pl
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*
main color 00616c
baza*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    overflow-x:hidden;
	font-size: 16px;
	line-height: 1.62;
	color: #7a7a7a;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color:#6f6f6f;
    transition:0.3s all ease;
}
a:hover {
	opacity: .85;
}
strong,b {
	font-weight: 600;
}
h1,h2,h3 {
    font-weight: 600;
}
.btn {
	border-radius:0;
	border: 0;
}
div .kc_button {
	background-color: #00616c;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
}
div .kc_button.btn-default{
	background-color: #fff;
	color: #005163;
}
div .kc-blog-posts .kc-post-2-button:hover {
	background-color: #00616c;
	color: #fff;
	border: 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
p {
	/*font-size: 14px;*/
}
/*Sekcje*/
section,body:not(.kingcomposer) article {
   padding:30px 0
}
body.single article {
	padding-top: 0;
}
#category,.single main {
	padding:30px 0
}
.odstep {
	padding-top: 164px
}
#banner {
	height: 500px;	
}
#header {
	display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 5px #333;
	background: #fff;
	padding: 0;
	transition:0.3s all ease;
}
#header-main {
	padding: 30px 0;
}
#logo {
	display: flex;
	align-items:center;
	font-size:22px;
	color: #000;
}
html[lang="en-GB"] #logo{
	font-size: 16px;
}
#logo:hover {
	text-decoration: none;
}
#logo img {
	padding-left: 35px;
	border-left: 1px solid #000;
	margin-left: 45px;
}
#header.smaller {
}
#top {
	background: #00616c;
	color: #fff;
	padding: 5px 0;
}
#header .row {
	display: flex;
	align-items:center;
}
#tlo {
	background: url(img/tlo.jpg);
	background-size:cover;
	color: #fff;
	padding: 50px 0;
}
#tlo h1{
	font-size: 32px;
}
#stopkaBig {
	background:#00616c; 
	color: #fff;
}
#stopkaBig p {
	margin: 2px 0;
}
#stopka{
	background:#000;
	padding:25px 0;
	font-size:13px;
	font-weight:600;
	text-transform: uppercase;
	color:#fff;
	clear: left;
}
#stopka a {
	color: #ddd;
}
/*menu*/
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
	background-color:inherit;
}
.navbar-toggle .icon-bar {
	background: #8e4a8e;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	   margin-top: 6px;
}
.navbar-collapse {
    position: absolute;
    left: 0px;
    width: 100%;
	background: #fff;
    padding: 0 15px;
	top:160px;
	z-index: 9;
}
/*paski*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-left: 0px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
}
/*Misc*/
article p img {
    max-width: 100%;
    height: auto;
}
h4.title {
    font-size: 20px;
    font-weight: 700;
}
.readmore {
	display:inline-block;
	padding-bottom:30px;
}
.date-tags {
	display:flex;
    justify-content: space-between;
}
div.date {
    opacity: 0.6;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}
#searchform label {
	display: none;
}
/*Blog*/
#category .flex {
	display: flex;	
    flex-wrap: wrap;
}
#category .post {
	width: 350px;
    margin-right: 30px;
	margin-bottom: 30px;
}
#category .post {
	border: 1px solid #ddd;
}
#category .wrap-info {
	padding: 15px;
}
h3.title {
	margin-top: 10px;
}
.data-kat .category {
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px;
}
.navigation {
	width: 100%;
    display: flex;
    justify-content: center;	
}
/*Editor*/
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

#searchsubmit {
	text-indent: -9999em;
	background: url(img/search.png) no-repeat center center;
	width: 20px;
	height: 20px;
	border: 0;
}
#s {
    background: inherit;
    border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 25%);
}
#searchform ::placeholder {
  color: #fff !important;
}
.kc-fb-layout-2 .content-image {
    margin-top: 15px;
    min-height: 110px;
}
.kc-fb-layout-2 .content-title {
	color: #00616c;	
	font-weight: 800;
	letter-spacing: 0.4px;
	font-size: 16px;
}
div .kc-fb-layout-2 {
	box-shadow:inherit;
	border: 1px solid #ddd;
	background: #fff;
}
div .kc-fb-layout-2:hover {
	background: #00616c;
}
.kc-fb-layout-2:hover .content-title {
	color: #fff;
}
div .kc-fb-layout-2:hover .content-image img {
    filter: brightness(0) invert(1)
}
.kc-fb-layout-2 .content-button {
	display: none;
}
h3 {
	color: #00616c;
	font-weight: 700;
	font-size: 24px;
}
.home section .kc-container {
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
}
.home #banner .kc-container {
	border-bottom: 0;
	padding-bottom: 0;
}
.home #na-skroty .kc-container {
	border-bottom: 0;
}
body:not(.home) #na-skroty  {
	background-color: #f5f5f5;
}
#stopkaBig .kc-fb-layout-3 .content-desc{
	color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
#stopkaBig .kc-fb-layout-3 .content-icon i {
	font-size: 14px;
}
#stopkaBig .kc-icon-wrapper i {
	color: #fff;
}
#stopkaBig .kc-multi-icons-wrapper a {
	background-color: #00616c; 
    float: left;
	padding: 0;
}
#stopkaBig .kc-multi-icons-wrapper i {
	padding: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    width: 30px;
    height: 30px;
    color: #00616c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.polityka {
	margin-top: 3px;
}
.pracownicy h4 {
	font-weight: 700;
	color: #000;
	font-size: 16px;
}
.pracownicy h5 {
	font-weight: 700;
	text-transform: uppercase;
    font-size: 13px;
}
.pracownicy {
	display: inline-block;
	margin-right: 30px;
	max-width: 40%;
}
.ramka {
	border: 1px solid #00616c;
	padding: 25px;
	min-height: 219px;
}
.ramka h3 {
	margin: 0 0 10px;
}
#breadcrumbs {
    padding-bottom: 0;
	color: #000;
	font-size: 15px;
}
#right {
	background: #00616c;
	color: #fff;
	padding: 15px 30px;
}
.single #right {
	font-size: 14px;
}
#right a{
	color: #ddd;
    word-break: break-word;
}
#right p,#right li {
	margin: 0;
	display: block;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #fff;
}
#right ul {
	padding-left: 0;
}
#right h3{
	color: #fff;
}
.table-pola td {
	padding-right: 15px;
}
.table-pola td:first-child {
	font-weight: 700;
	text-align: right;
}
div .kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
	color: #7a7a7a;
}
.slide {
	display: none;
	font-size: 14px;
}
.switch {
	background: url(img/arrowGreen.png) 96% center no-repeat;
	cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    font-size: 24px;
}
.switch.open {
	background-image: url(img/arrowGreenUp.png)
}
.pracownicy .img-wrap-single {
	position: relative;
}
.pracownicy:hover .img-wrap-single:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background: rgb(0 97 108 / 71%) url(img/lupa.png) center no-repeat;
	z-index:1;
	content:'';
}
@media (min-width: 992px) {
	#mega-menu-wrap-mainmenu #mega-menu-mainmenu  li.mega-menu-item.mega-current-menu-item > a,#mega-menu-wrap-mainmenu #mega-menu-mainmenu  li.mega-menu-item.mega-current-menu-parent >a{
		font-weight: 700 !important;
	}
	.col2 {
		column-count:2
	}
}
.pozostale {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.pozostale h3 {
	font-weight: 700;
	font-size: 24px;
}
div .kc_tabs_nav~.kc_tab.ui-tabs-body-active{
	background: inherit;
	border: 1px solid #ddd;
	padding-bottom: 30px;
}
div .kc_tabs_nav>li:hover, div .kc_tabs_nav>li>a:hover {
	background: inherit;
}
div .kc_tabs_nav>li>a {
	position: relative;
	top: 1px;
}
div .kc_tabs_nav~.kc_tab {
	margin-top: -1px;
}
div .kc_tabs_nav>.ui-tabs-active>a {
	background-color:#fff !important;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
div .kc_tabs>.kc_wrapper>.kc_tabs_nav {
	background: inherit;
}
div .kc_tabs_nav a{
	font-weight: 700;
    border: 1px solid #fff;
	display: inline-block !important;
}
.wrap-img img {
	box-shadow:0 0 5px #ccc;
}
#right li>a[aria-current="page"] {
	font-weight: 700;
	color: #fff;
}
/*galeria*/
.kc_image_gallery .item-grid {
	margin-bottom: 30px;
}
div a.kc-image-link {
    display: inline-block;
    position: relative;
}
.galeria > a {
	position: relative;
    float: left;
}
.galeria h3 {
	position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
	font-size: 18px;
    color: #fff;
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    padding: 15px;
    justify-content: center;
}
div .kc-blog-posts-3 .kc-list-item-3 .post-title-alt {
	text-transform: inherit;
}
.my-widget:first-child h3{
	margin-top: 0;
}
.search-highlight {
background:yellow
}
.flex.right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lang-item {
	display: inline-block;
}
#right.right-blog {
	padding-top: 30px;
}
#right.right-blog li {
    padding-top: 5px;
    margin-top: 5px;
	border-top-color: rgb(255 255 255 / 38%);
}
div .kc-fb-layout-1 .content-icon i {
	color: #00616c;
}
div .kc-fb-layout-1 .content-button a:hover {
	background-color: #00616c;
}
@media (max-width: 991px) {
	#stopkaBig .kc-container {
		float: left;
	}
	.newsy {
		display: flex;
		flex-wrap: wrap;
	}
	.newsy > h2 {
		width: 100%;
	}
	#zdjecie {
		text-align: center;	
	    padding: 30px 15px;
	}
}
@media (max-width: 767px) {
	#logo,html[lang="en-GB"] #logo {
		font-size: 13px;
	}
	#na-skroty .kc-fb-layout-2 {
		margin-bottom: 30px;
	}
	#stopkaBig h4 {
		margin-top: 50px;
	}
	#category .flex {
	    justify-content: center;
	}
	#category .text {		
		display: none;
	}
	#logo img {
		padding-left: 15px;
		margin-left: 20px;
	}
}
@media (max-width: 600px) {
	.admin-bar #header {
		top: 0;
	}
	.odstep {
		/*padding-top: 129px;*/
	}
}
.galerie {
	
    display: flex;
    flex-wrap: wrap;
}
.galerie .galeria {
	margin: 0 10px 10px 0;
}