/*
Theme Name: Wydział Neofilologii UW - theme
Author: Jaroslaw Kubak
Version: 2.0
*/
@import url('css/bootstrap.css');
@import url('css/bootstrap-theme.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*** reset ***/
html {

  position: relative;

}
body {
  margin-bottom: 280px;
  font-family: 'Open Sans', sans-serif;
}
body, a {
  color: #414042;
}

a:hover {
  text-decoration: underline;
}
img {
  height: auto;

}
hr {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
ul, ol {
    margin-bottom: 0px;
}
.light-blue-font{
  color: #083a62;
}
.light-blue-font2{
  color: #083a62;
  font-size: 20px;
}
.orange-font {
  color: #ec7413;
}
.gray-font {
  color: #949494;
}
.white-font {
  color: #fff;
}
html #wpadminbar {
  position: fixed;
}

.alignnone {
    margin: -15px 10px 0px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 5px 40px 20px 0;
    max-width: 100%;
    height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

a img.alignleft {
    float: left;
    margin: 0px 15px 15px 0;
    max-width: 100%;
    height: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.material-icons.md-17 {
  font-size: 17px;
  padding-right: 5px;
  display: inline-flex;
  vertical-align: middle;
}


.tytuly
{
color: #083a62;
background-color: #fff;
font-size: 18px;
}

.col-xs-12 {
    padding-bottom: 30px;
}
/*** header/nagłówek ***/
.header-nav-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .header-nav-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*** menu-top/menu górne ***/
.top-nav {
  background: #083a62 none;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-nav {
    background: #e8e8e8;
  }
}
body .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
body .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
}
.top-nav .navbar-nav > li {
  margin-right: 15px;
  color: #fff;
}
.top-nav .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.top-nav .navbar-nav > li > a:hover {
  color: #fff;
}



.search-box {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (min-width: 768px) {
  .search-box {
    margin-right: -15px;
    float: right;
    position: static;
  }
}
.top-nav .nav.navbar-nav.navbar-right:last-child {
  margin-right: -10px;
}
@media (min-width: 992px) {
  .top-nav .nav.navbar-nav.navbar-right:last-child {
    margin-right: 15%;
  }
}


.search-form-grup {
  border: 1px solid #36aadd;
  border-radius: 4px;
  background-color: #36aadd;
  padding-right: 4px;
  height: 30px;
}
.search-form-grup label {
  font-weight: normal;
  margin-bottom: 0;
}
.search-form-grup input.search-field {
  background: none;
  background-color: #36aadd;
  border: none;
  padding: 4px 10px;
  color: #fff;
  float: left;
}
.search-form-grup input[type="submit"] {
  background: url('images/szukaj.png') no-repeat center;
  height: 28px;
  width: 30px;
  border: none;
}
input::-webkit-input-placeholder {
  color: #fff;
}



/*** logo in header/logo w nagłówku ***/
#logo-uw img {
  max-height: 100px;
}

/*** main menu/główne menu rozwijane ***/
#header-menu {
  margin-top: 25px;
}
#header-menu > .navbar-collapse.collapse {
  margin-right: 30px;
}
#header-menu .nav > li > a:hover,  #header-menu .nav .open > a, #header-menu .nav .open > a:hover, #header-menu .nav .open > a:focus {
  background-color: #083a62;
  color: #fff;
}
#header-menu .nav > li > a:hover, #header-menu .nav > li > a:focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header-menu .nav .open > a, #header-menu .nav .open > a:hover, #header-menu .nav .open > a:focus {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.navbar-right .dropdown-menu{
  right: auto;
}


.navbar-right > li:last-child .dropdown-menu {
  right: 0;
}
.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {

  background-image: none;
  filter:none;
}
.dropdown-menu > li > a {
  color:#083A62;
  padding: 5px 30px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #083A62;
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0px;
  border: 0;
  z-index: 1001;
}
.navbar-nav > li:last-child .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
}
#header-menu .nav > li {
  margin-left: 20px;
}
#header-menu > .navbar-collapse > .nav > li:first-child {
  margin-left: 0;
}

/*** mobile-menu ***/
.menu-mobile-button {
  background: url('images/menu.png') no-repeat;
  border: none;
  border-radius: 0;
  float: none;
  width: 21px;
  height: 20px;
  margin-top: 15px;
}
.mobile-menu.navbar-default .navbar-nav > .open > a, .mobile-menu.navbar-default .navbar-nav > .open > a:focus, .mobile-menu.navbar-default .navbar-nav > li > a:focus, .mobile-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .mobile-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .mobile-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  background-color: #0092ce;
  color: #fff;
}
.navbar-default .navbar-toggle.menu-mobile-button:focus, .navbar-default .navbar-toggle.menu-mobile-button:hover, .navbar-default .navbar-toggle.menu-mobile-button:active {
  background-color: transparent;
}

/*** slider ***/
.bxslider li {
  left: 0;
}
.bx-wrapper {
  position: relative;
}
.bx-controls.bx-has-pager {
  position: absolute;
  right: 30px;
  top: 8px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .bx-controls.bx-has-pager {
    top: 20px;
  }
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: url('images/slider_disabled.png') no-repeat;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url('images/slider.png') no-repeat;
}
.slider-img {
  margin-bottom: 15px
}
.slider-img.col-xs-12 img {
  max-height: 226px;
  min-height: 80px;
  width: 100%;
}
.post .slider-text p {
  margin: 0 0 10px;
}

/*** header background/tło nagłówka ***/
.page-template-default .header-background {
  background: url('images/background/obrazek4.png') no-repeat;
}
.page-template-page-with-menu-php .header-background {
  background: url('images/background/obrazek3.png') no-repeat;
}
.archive .header-background {
  background: url('images/background/obrazek2.png') no-repeat;
}
.header-background {
  background: url('images/background/obrazek1.png') no-repeat;
  background-position: bottom;
  padding-bottom: 0px;
}
@media (min-width:768px) {
  .header-background, .page-template-default .header-background, .page-template-page-with-menu-php .header-background, .archive .header-background  {
    background-position: center 50px;
  }
}

/*** main page/strona główna ***/
#front-page {
  font-size: 14px;
}
#front-page h5 {
  font-size: 14px;

}
#front-page h3 {
  font-size: 20px;
}
#front-page p {
  margin-bottom: 20px;
}
.front-page-content-title {
  margin-top: 10px 0;
}
.front-page-content-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 40px;
  font-weight: bold;
}
.front-page-content-title2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 40px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .front-page-content-title {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 40px;
  }
  .front-page-content-title2 {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 40px;
  }
}
.front-page-first-col {
  padding-right: 25px;
}
.front-page-first-col h5 {
  margin-top: 20px;
}
.category {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .category {
    margin-top: 0;
  }
}
.category .panel, .category .panel-footer {
  border: none;
  border-radius: 0;
}
.category .panel-body {
  padding: 0;
}
.panel-body img {
  min-height: 60px;
}
.category .panel-footer {
  background-color: #0092ce;
  padding: 2px 5px
}
@media (min-width: 768px) {
  .category .panel-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category .panel-footer > a {
  color: #fff;
  text-transform: uppercase;
}

/*** sidebar ***/
.sidebar > li.widget {
  list-style: none;
}
.sidebar-container {
  font-size: 13px;
}
.sidebar-container ul  {
  list-style-image: url('images/arrow.png');
  list-style-position: inside;
  padding-left: 15px;
}
.sidebar-container ul > li {
  margin: 15px 0
}
.sidebar-container ul > li > a {
  padding: 8px 0 8px 5px;
}
.widgettitle {
  font-size: 16px;
}
#front-page .widgettitle {
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  #front-page .widgettitle {
    margin: 40px 0;
  }
}
.sidebar.with-border {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .sidebar.with-border {
    position: relative;
    top: -60px;
    margin-top: 0;
  }
}
.sidebar.with-border .widgettitle{
  border-bottom: 1px solid #d0d0d0;
  padding: 0 15px 20px;
}

/*** widgets ***/
.tagcloud, .textwidget {
  padding: 15px;
}
.sidebar-container .search-form {
  display: block;
  margin-left: 15px;
  max-width: 220px;
}

/*** calendar/kalendarz-widget ***/
#wp-calendar th, #wp-calendar td {
  border: 1px solid #ddd;
}
#wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td {
  padding: 8px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
}
#calendar_wrap tbody a {
  color: #0092ce;
  font-weight: bold;
  position: absolute;
  top:0;
  left: 0;
  padding: 8px;
  width: 100%;
}

/*** pagination ***/
.pagination-wrap .pagination .page-numbers{
  color: #414042;
}
.pagination-wrap .pagination .current {
  background-color: #083a62;
  border-color: #083a62;
  color: #fff;
}

/*** posts/posty ***/
.post-title {
  margin-bottom: 25px;
  margin-top: 0px;
  line-height: 1.2;
}
.highlighted-paragraph {
  border-left: 5px solid #0092ce;
  color: #949494;
  display: block;
  font-size: 14px;
  overflow: auto;
  padding: 2px 0 2px 10px;
}
.post p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.public-date {
  padding-top: 25px;
  color: #cdcdcd;
  float: right;
}
#post-container {
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 30px;
}
#post-container a[rel~="tag"] {
  color: #0092ce;
}
#post-container hr {
  margin: 80px 0 40px 0;;
}
#post-container img {
  max-height: 700px;
}

/*** default page template/domyślny szablon strony ***/
.default-page-title {
  margin-bottom: 0px;
  margin-left: 75px;
}
.parent-title {
  margin-left: 78px;
}
#default-page hr {
  margin-top:40px;
}
#default-page p {
  margin: 10px 0;
}

/*** page with cotext Menu template/szablon strony z menu kontekstowym ***/
.context-menu-img {
  margin: 40px 0 20px 0;
}
#page-with-context-menu .nav > li > a:hover {
  background-color: transparent;
  color: #8b8b8b;
}
.nav-context {
  margin-left: -15px;
}
#page-with-context-menu hr{
  margin-bottom: 20px;
}

/*** archive template/szablon strony Archiwum ***/
#archive-page {
  margin-top: 40px;
}
#archive-page, #archive-page h5, #archive-page .highlighted-paragraph {
  font-size: 13px;
}
#archive-page h5 {
  margin-bottom: 15px;
}
#archive-page .date-after-title {
  margin-bottom: 20px;
  display: block;
  color: #9f9f9f;
}
#archive-page hr {
  margin: 20px 0;
}


/*** search page/wyniki wyszukiwania ***/
.page-content .search-form-grup {
  max-width: 235px;
}

/*** footer/stopka ***/
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 280px;
  font-size: 13px;
}
#footer-first-line {
  position: relative;
  background-color: #f6f6f6;
}
#footer-first-line h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer-first-line .nav > li > a {
  padding: 3px 0;
}
.nav > li > a {
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .nav > li > a {
    padding: 15px 5px;
  }
}
@media (max-width: 600px) {
  .nav > li > a {
    padding: 20px 15px;
  }
}
#footer-first-line .nav > li > a:hover {
  background-color: transparent;
  color: #8b8b8b;
}
#footer-first-line .footer-menu-col {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #footer-first-line .footer-menu-col {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #footer-first-line .footer-menu-col:nth-child(3) {
    clear: both;
  }
}




#static-menu {
  margin-bottom: 0;
  margin-top: 0;
}
#footer-second-line {
  background-color: #083a62;
  color: #fff;
  min-height: 140px;
  padding: 15px 0;
}
#footer-second-line > .container > .row > div:first-child {
  text-align: left;
}
@media (max-width: 767px) {
  #footer-second-line > .container > .row > div:first-child {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
.nav-footer.breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
}
.nav-footer > li, .nav-footer.breadcrumb > li + li:before {
  padding: 0 0 0 3px;
}
@media (max-width: 767px) {
  .nav-footer > li, .nav-footer.breadcrumb > li + li:before {
    content: '';
    padding: 0px 0 0 0px;
  }
}
.nav-footer > li > a {
  color: #fff;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .vcenter {
    float: none;
  }
  #footer-second-line .col-xs-pull-6 {
    right: auto;
  }
  #footer-second-line .col-xs-push-6 {
    left: auto;
  }
}
#static-menu {
  background-color: #fbfbfb;
}
@media (min-width: 768px) {
  #static-menu {
    height: 100%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #static-menu {
    position: absolute;
    right: 15px;
  }
}
#static-menu .nav {
  margin: 30px auto;
}
#static-menu .nav > li > a {
  padding: 7px 0 7px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #static-menu .nav > li {
    float: left;
    margin-right: 40px;
  }
  #static-menu .nav > li > a {
    padding-left: 35px;
  }
}
#static-menu .nav > li > a:hover {
  color: #36b0e7;
}

#back-to-top {
  display: none;
}
@media (min-width: 992px) {
  #back-to-top {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/*** ukryty link ***/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

#table_dziekanat {
width: 100%;
}
#table_dziekanat td {
padding: 1px;
}
#tabela1 {
width: 35%;
vertical-align:center;
}
#tabela2 {
width: 35%;
vertical-align:center;
}
#tabela3 {
vertical-align:center;
}
#tabela4 {
vertical-align:center;
}



.jezyk {

float: right;
margin-right:20%;
margin-top: 5%;
z-index: 1001;
}




.dom_ico {
position: relative;
top: -100px;
left: 0px;
}


.sek_eko {
position: relative;
top: -40px;
left: 0px;
}

.sek_pracownicy {
position: relative;
top: 0px;
left: 0px;
}


.pracownicy1 {
position: relative;
top: -50px;
left: 77px;
color: #083a62;
font-size: 30px;
}

.accord {
  width: 100%;
}


.iframe {
  width: 100% !important;
}

.flex_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  align-items:  baseline;
  padding-left: 0px;
}
.flex_content_dziek {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  align-items:  baseline;
  padding-left: 0px;
}

.flex_content_ssd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  align-items:  baseline;
  padding-left: 0px;
}
.flex_content_ssd li{
  padding-right: 100px;
}
.flex_item {
 width: 500px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 7px;
}
.flex_item_krw {
 padding-right: 25px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 7px;
}
.flex_item_sw {
  width: 470px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 7px;
}
.information_about_people_items {
padding-right: 20px;
padding-top: 0px;
padding-bottom: 25px;
max-width: 500px;
}
.information_about_people_items_dziek {
width: 390px;
padding-right: 60px;
padding-top: 0px;
padding-bottom: 25px;
}
.flex_content_fin {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:  flex-start;
  list-style: none;
  align-items:  baseline;
  padding-left: 0px;
}
.information_about_people_items_fin {
width: 350px;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 25px;
}
/* 2- kolumnowy flexbox */
.flex_content2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  align-content:  stretch;
  margin-top: 30px;
  margin-bottom: 30px;

}
.flex_item2{
 width: 550px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 7px;

}


#tabela2 {

}

.tabela2 th {
    color: #fff;
	font-family:Verdana;
    font-size:0.85em;
	text-decoration:none;

    padding:7px 25px 7px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
    background: #083A62;

}
.tabela2 th:first-child{
    text-align: left;
    padding-left:20px;
}
.tabela2 tr:first-child th:first-child{

    border-top-left-radius:3px;
}
.tabela2 tr:first-child th:last-child{

    border-top-right-radius:3px;
}
.tabela2 tr{
    text-align: center;
    padding-left:20px;
}
.tabela2 tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.tabela2 tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;

}
.tabela2 tr:nth-child(even) td{
    background: #f6f6f6;

}
.tabela2 tr:last-child td{
    border-bottom:0;
}
.tabela2 tr:last-child td:first-child{

    border-bottom-left-radius:3px;
}
.tabela2 tr:last-child td:last-child{

    border-bottom-right-radius:3px;
}

.text_kw {
display: inline-block;
color: #fff;
background-color: #083A62;
line-height: 17px;
}
.text_ig {
display: inline-block;
}




#w4eb734d2f2c715e08142f8b1c7a6514b {
	background-color: #fff !important;
	border: none !important;
}
div#w4eb734d2f2c715e08142f8b1c7a6514b div.LT_header a:link {
	color: #fff  !important;
}

div#w4eb734d2f2c715e08142f8b1c7a6514b .LT_itemLast {
	border-bottom: 2px solid #fff  !important;
}

div#w4eb734d2f2c715e08142f8b1c7a6514b .LT_powered a:link {
	color: #083A62  !important;
}

div#w4eb734d2f2c715e08142f8b1c7a6514b {
	color: #083A62  !important;

}

div#w4eb734d2f2c715e08142f8b1c7a6514b .LT_titleandauthor {
top: 20px !important;
position: relative !important;
}

div#w4eb734d2f2c715e08142f8b1c7a6514b .LT_header {
	background-color: #083A62 !important;
}

#w9b98119733081aecd04279a926c67841
 {
	background-color: #fff !important;
	border: none !important;
}
div#w9b98119733081aecd04279a926c67841  div.LT_header a:link {
	color: #fff  !important;
}

div#w9b98119733081aecd04279a926c67841  .LT_itemLast {
	border-bottom: 2px solid #fff  !important;
}

div#w9b98119733081aecd04279a926c67841  .LT_powered a:link {
	color: #083A62  !important;
}

div#w9b98119733081aecd04279a926c67841
 {
	color: #083A62  !important;

}

div#ww9b98119733081aecd04279a926c67841  .LT_titleandauthor {
top: 20px !important;
position: relative !important;
}

div#w9b98119733081aecd04279a926c67841  .LT_header {
	background-color: #083A62 !important;
}

div#logo-slider {
	position: relative;
	right: 0px;
  left: 0px;
	width: 100%;
	bottom: 0px;
	top: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	overflow: visible;
}

div#logo-slider img {
margin-right: 0px;
margin-top: 0px;
margin-bottom: 50px;
}
@media (max-width: 992px) {
div#logo-slider {
  margin-left: 0px;
  left: 0px;
}
}
div#tekst_baner {
	position: relative;

	left: 10%;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
  font-size: .95em;
  font-family: Arial;
  font-weight: bold;

}
.badania {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1280px) {
  .badania {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.pading-ul {
  width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pading-li {
  width: 500px;
  padding-top: 25px;
}

/*==============================
galeria
 ===============================*/

.gallery {
  margin: 0
  auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 25%;
  padding: 15px;
}
.gallery-columns-1 .gallery-item { width: 100%;}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%;}
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16%; }
.gallery-columns-7 .gallery-item { width: 14%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11%; }
.gallery img {
	box-shadow: 0px 0px 7px #999;
	border: 0px solid white;
	padding: 0px;
}
.gallery img:hover {
	background: white;
  opacity : 0.75;
  transition-duration: 0.5s;
}
.gallery-columns-1 .attachment-medium {
	max-width: 100%;
	height: auto;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-3 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-5 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-6 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-7 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-8 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-9 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery-columns-6 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery-columns-7 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery-columns-8 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery-columns-9 .attachment-thumbnail {
	max-width: 92%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/* ==============================
 Strona glowna
 ===============================*/
.front-page-fluid {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 30px;
}
.page-size-front {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
@media (max-width: 1440px) {
  .page-size-front {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .page-size-front {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  margin: 0px;
  padding: 0px;
}
.category-archive {
  padding-top: 50px;
}
.pagination-nav {
  padding-left: 45%;
}
@media (max-width: 600px) {
  .pagination-nav {
    padding-left: 20%;
  }
}
@media (max-width: 1536px) {
 .front-page-fluid {
      padding-left: 50px;
      padding-right: 50px;
    }
}
@media (max-width: 1280px) {
 .front-page-fluid {
      padding-left: 20px;
      padding-right: 20px;
    }
}
@media (max-width: 992px) {
 .front-page-fluid {
      padding-left: 20px;
      padding-right: 20px;
    }

}
.front-page-flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .front-page-flex {
    flex-direction: column;
  }
}
.container-baner {
  width: 100%;
  background-color: #fff;
}
.baner {
  padding-left: 170px;
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .baner {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .baner {
    padding-left: 50px;
  }
}
@media (max-width: 414px) {
  .baner {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  #default-page hr {
    margin-top: 0px;
    display: none !important;
}
}

.publicate {
  padding-bottom: 15px;
  color: #cdcdcd;
}

.a-og a:hover {
  text-decoration: none;
}
.og-padding {
  padding-bottom: 25px;
}
.news-og {

}
.news {
  max-width: 1150px;
  margin-right: 50px;
}
@media (max-width: 1600px) {
  .news {
    margin-right: 50px;
  }
}
@media (max-width: 1536px) {
  .news {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .news {
    max-width: 1000px;
  }
}
@media (max-width: 1366px) {
  .news {
    max-width: 900px;
  }
}
@media (max-width: 1280px) {
  .news {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .news {
    max-width: 900px;
  }
}
.flex_content_sg {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items:  baseline;
  list-style: none;
  padding-left: 0px;
}
.socjal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items:  baseline;
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}
.socjal li {
  padding-right: 25px;
}
/* ==============================
neonalia
===============================*/
.neonalia {
  background-color: #fff;
}
.neonalia-pla {
  padding-bottom: 0px;
  padding-top: 0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#accordions-8564 {
    background: #97bf92 url() repeat scroll 0 0 !important;
}
.neonalia-title2 {

  padding-left: 10px;
  line-height: 30px;
  font-weight: bold;
  color: #3b7e48;
}
/* ==============================
coolTUTOR
===============================*/
.coolTUTOR {
  background-color: #3f955d;

}
/* ==============================*/
.swn-row {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .swn-row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1536px) {
  .news {
    margin-right: 5px;
  }
}
.swn-sg {
  padding-left: 10px;
  padding-top: 50px;
}
.fp-sg {
  padding-top: 50px;
}
.swn-li {
  padding-bottom: 25px;
  padding-left: 10px;
}
.all-og {
  padding-left: 10px;
}
.og-flex {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.thumb-li {
  padding-right: 25px;
}
.thumb-li img{

}
.flex-title-op {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1200px) {
  .flex_content_sg {
    flex-direction: row;
  }
  .swn-li {
    width: 300px;
  }
  .swn-sg {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .flex_content_sg {
   justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .flex_content_sg {
   justify-content: center;
  }
}
@media (max-width: 600px) {
  .og-flex {
    flex-direction: column;
    align-items: center;
  }
  .thumb-li {
    padding-right: 0px;
    padding-bottom: 25px;
  }
  .flex_content_sg {
    align-items: center;
    justify-content: center;
  }
}
/*===============================
Accordions - strona glowna
===============================*/

#accordions-6398 .accordions-head{
  border: 0px;
}
#accordions-6398 .accordion-content{
  border: 0px;
}
#accordions-6398 {
  padding-bottom: 20px !important;
}
/* ==============================
 single
  ===============================*/
.single-img-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}
.single-img-li {
  width: auto;
}
.single-img img{
  height: auto;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1440px) {
  .single-img-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .single-img-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-img img{
    width: 100%;
    height: auto;
    padding-right: 10px;
  }
}
.single-content a {
  color: #083a62 !important;
  font-weight: bold;
}
.page-size a {
    color: #083a62 !important;

}
.page-size ul li {
 padding-bottom: 1px;
 padding-top: 1px;
}
.page-size p {
 line-height: 1.6;
}
.single-size {
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  line-height: 1.8;
  background-color: #f6f6f6;
}

/*=======================
Biblioteka
=====================*/

.bib-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  min-width: 450px;
  padding-left: 0px;
}
.bib-flex li {
  width: 400px;
  padding-bottom: 40px !important;
}


@media (max-width: 1600px) {
  .single-size {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 1280px) {
  .single-size {
    padding-right: 50px;
    padding-left: 50px;
  }
 .wp-image-6428{
    float: left !important;
    padding-right: 30px;
    margin-left: 0px !important;;
  }
}
@media (max-width: 600px) {
  .single-size {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 414px) {
  .single-size {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ==============================
page
  ===============================*/
.page-size {
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  line-height: 1.8;
  background-color: #f6f6f6;
}

#page-container {
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 30px;
}
}
@media (max-width: 1440px) {
  .page-size {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .page-size {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .page-size {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  #page-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ==============================
wladza partials
===============================*/
.authority {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  padding-left: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.authority-people {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .authority-people {
    flex-direction: column;
    justify-content: center;
  }
}
/* ==============================
instytuty partials
===============================*/

.institute-title-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  align-items: center;
}
.institute-title-flex .light-blue-font {
  padding: 0px;
  margin: 0px;
}
.institute-title-flex li {
  padding-left: 15px !important;
}
.institute-title-parent {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  align-items: flex-start;
  justify-content:  flex-start;
}
.institute-title-parent li {
  padding: 0px !important;
  margin: 0px !important;
}

.institute-parent-title {
  margin-left: 0px;
}
.institute-conent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 15px;
  padding-top: 50px;
  margin: 0px;
  justify-content: space-around;
}
@media (max-width: 1440px) {
  .institute-conent {
   justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .institute-conent {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .institute-conent {
    justify-content: flex-start;
  }
}
.institute-one {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 50px;
  margin: 0px;
  width: 720px;
  justify-content:  flex-start;
}
@media (max-width: 1600px) {
  .institute-one {
    width: 650px;
  }
}
@media (max-width: 1536px) {
  .institute-one {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .institute-one {
    width: 700px;
  }
}
@media (max-width: 600px) {
  .institute-one {
  flex-direction:  column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  }
}
.institute-tc {
    width: 100%;
}
.institute-img {
  width: 140px;
  padding-top: 25px !important;
}
.institute-one img {
}
.institute-title-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 35px;
  margin: 0px;
  justify-content: flex-start;
}
.institute-title {
  color: #083a62;
  font-size: 24px;
}
.institute-ak {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  list-style: none;
  padding-top: 25px;
  padding-left: 0px;
  margin: 0px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .institute-ak {
    flex-direction: column;
  }
}
/* ==============================
Rejestracja 2022 2023
===============================*/

.rek2223 {
  background-color: #0d8c5f;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 400px;
  list-style: none;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rek2223a {
  background-color: #0d8c5f;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 500px;
  list-style: none;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* rekrutacja */
.table_rek1 {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  justify-content:  space-around;
  align-items: flex-start;
}
.table_rek {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #0d8c5f;
  color: #fff;
  list-style: none;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 450px;
  min-height: 450px;
}
.table_rek2 {
  padding-left: 10px;
}
.table_rek a {
  color: #fff !important;
}
.table_rek li {
  padding-right: 50px;
}
.table_rek2 {
list-style: none;
}
@media (max-width: 1024px) {
  .table_rek {
    flex-direction: column;
  }
  .table_rek li {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .table_rek {
    width: auto;
  }

}
/* ==============================
Ogłoszenia o publicznych obronach
===============================*/

.og-dr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 15px;
}
.og-dr-title {
  font-size: 18px;
}
@media (max-width: 600px) {
  .og-dr li {
    padding-bottom: 10px !important;
  }
  .og-dr-title {
    font-size: 16px;
  }
}
/* ==============================
Przewody doktorskie
===============================*/

.p-dr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 15px;
}
.p-dr li {
  width: 450px;
}
@media (max-width: 1600px) {
  .p-dr li {
    width: 350px;
  }
}
@media (max-width: 1366px) {
  .p-dr li {
    width: 400px;
  }
}
@media (max-width: 360px) {
  .p-dr li {
    width: 300px;
  }
}
.p-dr-title {
  font-size: 18px;
}
.p_dr-desc {
  padding-top: 25px;
  padding-left: 15px;
  font-size: 16px;
}

.single-img-p_dr-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

/* ==============================
Postępowania habilitacyjne
===============================*/

.p-hab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 15px;
}
@media (max-width: 1600px) {
  .p-hab {
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .p-hab {
    justify-content: flex-start;
  }
}
.p-hab li {
  width: 450px;
}

@media (max-width: 1600px) {
  .p-hab li {
    width: 450px;
  }
}
@media (max-width: 414px) {
  .p-hab li {
    width: 250px;
  }
}

.p-hab-li {
  padding-bottom: 35px;
}

.p-hab-title {
  font-size: 18px;
}
.p_hab-desc {
  padding-top: 25px;
  padding-left: 15px;
  font-size: 14px;
}

/* ==============================
Kontakt - dziekanat
===============================*/
.d-addres-iframe {
  display: flex;

  list-style: none;
  flex-wrap: nowrap;
  justify-content:flex-start;
  align-items: center;
  padding-left: 0px;
  padding-top: 50px;
}
.d-adress {
  width: 30%;
}
.d-iframe {
  width: 70%;
}
@media (max-width: 992px) {
  .d-addres-iframe {
    align-items: flex-start;
    flex-direction: column;
  }
  .d-adress {
    width: 100%;
  }
  .d-iframe {
    width: 100%;
  }
}
/* ==============================
footer partials
===============================*/
.footer-partials-flex {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: nowrap;
  justify-content:  space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
  margin-bottom: 0px;
}

.candidate {
  max-width: 300px;
}
.footer-partials-ul {
  list-style: none;
}
.footer-partials-ul li {
  padding-bottom: 10px;
}
.title-partials {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #083a62;
  padding-bottom: 25px;
}
.footer-op {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: nowrap;
  justify-content:  center;
  align-items: center;
  padding-top: 25px;
}
.footer-op li {
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .footer-partials-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .footer-partials-flex {
    flex-wrap: wrap;
    justify-content:  space-around;
  }
  .footer-partials-ul {
    padding-left: 0px;
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .footer-partials-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20%;
  }
  @media (max-width: 414px) {
    .footer-partials-flex {
      padding-left: 5%;
    }
  .lsp_main_slider {
   height: auto;
  }
  .candidate {
    padding-bottom: 25px;
  }
}
