/*
Theme Name: Theme UW 2015 .
Author: it@uw
Version: 0.2.0
*/
@import url('css/bootstrap.css');
@import url('css/bootstrap-theme.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans');


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/*** reset ***/
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', sans-serif;

}
body, a {
  color: #414042;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
hr {
  margin-bottom: 0;
}
.light-blue-font{
  color: #0092ce;
}
.entry-content a, #default-page a {color: #0092ce;}
.entry-content a:hover, #default-page a:hover {color: #333!important;}
.orange-font {
  color: #ec7413;
}
.gray-font {
  color: #949494;
}
.white-font {
  color: #fff;
}
html #wpadminbar {
  position: fixed;
}
td {padding:10px;}table {
  color: #333;
  font-family: sans-serif;
  font-size: .9em;
  font-weight: 300;
  text-align: left;
  line-height: 40px;
  border-spacing: 0;
  border: 1px solid #ccc;
  width: 100%;
  margin: 20px auto;
}

thead tr:first-child {
  background: #428bca;
  color: #fff;
  border: none;
}

th {font-weight: bold;}
th:first-child, td:first-child {padding: 0 15px 0 20px;}

thead tr:last-child th {border-bottom: 2px solid #ddd; }

tbody tr:hover {background-color: #f0f0f0;}
tbody td {border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
thead td:last-child  {border-right:0px solid #ddd;}

td:last-child {
  text-align: right;
  padding-right: 10px;
}


.site-title{ color: #093e68; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }


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

/*** menu-top/menu górne ***/
.top-nav {
  background: #093e68 none;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-nav {
    margin-bottom: 20px;
  }
}
.top-nav .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.top-nav .navbar-nav > li > a:hover {
  color: #bbb;
}
.search-box {
  padding-bottom: 9px;
  padding-top: 9px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: 15px;
}
@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: 0;
	margin-top:5px;
  }
}
.search-form-grup {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  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: #fff;
  border: none;
  padding: 4px 10px;
  color: #093e68;
  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: 20px;
}
#header-menu > .navbar-collapse.collapse {
  margin-left: -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: #0092ce;
  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-color: #0092ce;
  background-image: none;
  filter:none;
}
.dropdown-menu > li > a {
  color:#fff;
  padding: 15px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #053043;
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  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: 0px;
}
#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: 13px;
}
#front-page h5 {
  font-size: 14px;
}
#front-page p {
  margin-bottom: 10px;
}
.front-page-content-title {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .front-page-content-title {
    margin: 40px 0;
  }
}
.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 {margin-bottom:20px;}
.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: 7px 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: 30px 0 20px 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: 0px;
      margin-bottom: 30px;
  }
}
.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.42857143;
  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: #0092ce;
  border-color: #0092ce;
  color: #fff;
}

/*** posts/posty ***/
.post-title {
  margin: 30px 0;
}
.highlighted-paragraph {
  border-left: 5px solid #0092ce;
  color: #949494;
  display: block;
  font-size: 14px;
  overflow: auto;
  padding: 2px 0 2px 10px;
}
.post p {
  margin: 40px 0;
}
.public-date {
  float: right;
}
#post-container a[rel~="tag"] {
  color: #0092ce;
}
#post-container hr {
  margin: 80px 0 40px 0;;
}
#post-container img {
 
}

/*** default page template/domyślny szablon strony ***/
.default-page-title {
  margin-bottom: 0;
}
#default-page hr {
  margin-top:40px;
}
#default-page p {
  margin: 20px 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: 10px;
}
#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: relative;
  width: 100%;
 
  font-size: 13px;
}
#footer-first-line {
  min-height: 225px;
  position: relative;
}
#footer-first-line h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer-first-line .nav > li > a {
  padding: 3px 0;
}
#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: #222a2f;
  color: #fff;
  min-height: 140px;
  padding: 20px 0;
}
#footer-second-line > .container > .row > div:first-child {
  text-align: right;
}
@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: 10px 0 0 10px;
  }
}
.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;
}
.ic-hat {
  background: url('images/ic-hat.png') no-repeat left;
}
.ic-point {
  background: url('images/ic-point.png') no-repeat left;
}
.ic-briefcase {
  background: url('images/ic-briefcase.png') no-repeat left;
}
.ic-mic {
  background: url('images/ic-mic.png') no-repeat left;
}
.ic-percent {
  background: url('images/ic-percent.png') no-repeat left;
}
#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 */
}

.current_page_item a {font-weight:bold; color:#f0ad4e;}

.pxc {
	padding:105px 10px 15px 10px;
	background:#f1f1f1;
	border-color: #f1f1f1;
  	border-width: 1px;
  	border-style: solid;
	font-size:16px;
	margin-bottom:10px;
}

.pxca {background:#fff; padding:10px; font-size:16px; }

.navbar-brand, .navbar-nav > li > a {padding:10px; margin-bottom:5px;}
