/*
Theme Name: Adopcje.pl
Author: Smart Apps
Author URI: http://smartapps.pl/
Version: 1.0

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Plugins:

1. ACF Pro
2. BE Subpages Widget

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/
 
 3. Themekraft/_tk

 * https://github.com/Themekraft/_tk/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}


/**
* Theme styles
*/
.container {
	padding-top: 10px;
	padding-bottom: 10px;
}

body {
	font-family: 'Open Sans', sans-serif;
}

body.contrast {
	background: #000;
	color: #fff;
}

a {
  color: #0092ED;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #42B135;
  text-decoration: underline;
}

body.contrast a,
body.contrast a:hover {
	color: yellow;
}

header.top-bar {
	background: #231F20;
	color: #fff;
}

header.top-bar .container {
	padding-top: 15px;
}

body.contrast header.top-bar {
	background: none;
	color: #fff;
}

header.middle-bar {
	background: #42B135;
	color: #fff;
}

header.middle-bar .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

body.contrast header.middle-bar {
	background: none;
	color: #fff;
}

footer.site-footer-1 {
	background: #222222;
	color: #fff;
	padding: 15px 0;
}

body.contrast footer.site-footer-1 {
	background: none;
	color: #fff;
}

footer.site-footer-1 a {
	color: #fff;
	text-decoration: none;
}

body.contrast footer.site-footer-1 a {
	color: #fff;
}

footer.site-footer-1 a:hover,
footer.site-footer-1 a:focus {
	color: #0092ED;
	text-decoration: none;
}

footer.site-footer-1 h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #0092ED;
}

body.contrast footer.site-footer-1 h3 {
	color: #fff;
}

body.contrast footer.site-footer-1 a:hover,
body.contrast footer.site-footer-1 a:focus {
	color: #FFFF00;
}

footer.site-footer-1 .nav > li > a {
	padding: 0 0 10px 0;
	text-transform: none;
	font-weight: normal;
}

footer.site-footer-1 .nav > li > a:hover,
footer.site-footer-1 .nav > li > a:focus {
	background: transparent;
}


footer.site-footer-2 {
	background: #2D2D2D;
	color: #bbb;
	padding: 5px 0;
}

body.contrast footer.site-footer-2 {
	background: none;
	color: #fff;
}

footer.site-footer-2 a {
	color: #bbb;
	text-decoration: none;
}

body.contrast footer.site-footer-2 a {
	color: #FFFF00;
}

footer.site-footer-2 a:hover,
footer.site-footer-2 a:focus {
	color: #0092ED;
	text-decoration: none;
}

body.contrast footer.site-footer-2 a:hover,
body.contrast footer.site-footer-2 a:focus {
	color: #FFFF00;
}



footer.site-footer-3 {
	background: #171717;
	color: #666;
	padding: 5px 0;
}

body.contrast footer.site-footer-3 {
	background: none;
	color: #fff;
}

footer.site-footer-3 a {
	color: #666;
	font-weight: 600;
	text-decoration: none;
}

body.contrast footer.site-footer-3 a {
	color: #FFFF00;
}

footer.site-footer-3 a:hover,
footer.site-footer-3 a:focus {
	color: #0092ED;
}

body.contrast footer.site-footer-3 a:hover,
body.contrast footer.site-footer-3 a:focus {
	color: #FFFF00;
}


.sidebar-padder {
	background: #e8f1f2;
	padding: 15px;
}

.navbar-collapse {
	padding: 0;
}

@media (min-width: 768px) {
	
	.navbar-default {
		background: none;
		border: none;
		margin-top: 10px;
		margin-bottom: 0;
		
	}
	
	.nav > li > a {
		padding: 7px 7px;
		margin: 0 4px 0 0;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	body.contrast .nav > li > a {
		color: #FFFF00;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
		background: #0092ED;
		
	}
	
	body.contrast .navbar-default .navbar-nav > .active > a,
	body.contrast .navbar-default .navbar-nav > .active > a:hover,
	body.contrast .navbar-default .navbar-nav > .active > a:focus {
		color: #000;
		background: #FFFF00;
		
	}
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  	color: #fff;
	  	background: #0092ED;
	}
	
	body.contrast .navbar-default .navbar-nav > li > a:hover,
	body.contrast .navbar-default .navbar-nav > li > a:focus {
	  	color: #000;
	  	background: #FFFF00;
	}
	
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .current-page-ancestor > a,
	.navbar-default .navbar-nav > .current-page-ancestor > a:hover,
	.navbar-default .navbar-nav > .current-page-ancestor > a:focus
	 {
		color: #fff;
	  	background: #0092ED;
	}
	
	body.contrast .navbar-default .navbar-nav > .open > a,
	body.contrast .navbar-default .navbar-nav > .open > a:hover,
	body.contrast .navbar-default .navbar-nav > .open > a:focus,
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a,
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a:hover,
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a:focus
	 {
		color: #000;
	  	background: #FFFF00;
	}
	
	.dropdown-menu {
	  padding: 5px 0;
	  margin: 0;
	  list-style: none;
	  font-size: 14px;
	  text-align: left;
	  background:none;
	  border: none;
	  border-radius: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	
	.dropdown-menu > li > a {
	  padding: 5px 13px;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #fff;
	  background: #0092ED;
	  margin-top: 4px;
	  text-transform: uppercase;
	}
	
	body.contrast .dropdown-menu > li > a {
	  color: #000;
	  background: #FFFF00;
	}
	
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  text-decoration: none;
	  color: #fff;
	  background-color: #0092ED;
	}
	
	body.contrast .dropdown-menu > li > a:hover,
	body.contrast .dropdown-menu > li > a:focus {
	  color: #000;
	  background: #FFFF00;
	}
	
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
	  color: #fff;
	  background-color: #0092ED;
	}
	
	body.contrast .dropdown-menu > .active > a,
	body.contrast .dropdown-menu > .active > a:hover,
	body.contrast .dropdown-menu > .active > a:focus {
	  color: #000;
	  background: #FFFF00;
	}

}

@media (max-width: 767px) {
	
	header.site-nav .container {
		padding: 0;
	}
	
	.navbar {
		margin-bottom: 0;
		border: none;
	}
	
	.navbar-default {
		background: #0092ED;
		color: #fff;
	}
	
	body.contrast .navbar-default {
		background: #FFFF00;
		color: #000;
	}
	
	.navbar-default .navbar-brand {
	  	color: #fff;
	}
	
	body.contrast  .navbar-brand {
	  	color: #000;
	}
	
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
	  color: #fff;
	}
	
	body.contrast .navbar-default .navbar-brand:hover,
	body.contrast .navbar-default .navbar-brand:focus {
	  color: #000;
	}
	
	.navbar-default .navbar-toggle {
	  border-color: #fff;
	}
	
	body.contrast .navbar-default .navbar-toggle {
	  border-color: #000;
	}
	
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
	  color: #0092ED;
	  background: #fff;
	}
	
	body.contrast .navbar-default .navbar-toggle:hover,
	body.contrast .navbar-default .navbar-toggle:focus {
	  color: #FFFF00;
	  background: #000;
	}
	
	body.contrast .navbar-default .navbar-collapse,
	body.contrast .navbar-default .navbar-form {
	  border-color: #000;
	}
	
	.navbar-nav {
	  margin: 7.5px 0;
	}
	
	.navbar-nav > li > a {
		text-transform: uppercase;
	}
	
	.dropdown-menu > li > a {
		text-transform: uppercase;
	}
	
	.navbar-default .navbar-nav > li > a {
	  color: #fff;
	}
	
	body.contrast .navbar-default .navbar-nav > li > a {
	  color: #000;
	}
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #fff;
	  background-color: transparent;
	}
	
	body.contrast .navbar-default .navbar-nav > li > a:hover,
	body.contrast .navbar-default .navbar-nav > li > a:focus {
	  color: #000;
	  background-color: transparent;
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #0092ED;
	  background-color: #fff;
	}
	
	body.contrast .navbar-default .navbar-nav > .active > a,
	body.contrast .navbar-default .navbar-nav > .active > a:hover,
	body.contrast .navbar-default .navbar-nav > .active > a:focus {
	  color: #000;
	  background-color: #fff;
	}
	
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
	  background-color: transparent;
	  color: #fff;
	}
	
	body.contrast .navbar-default .navbar-nav > .open > a,
	body.contrast .navbar-default .navbar-nav > .open > a:hover,
	body.contrast .navbar-default .navbar-nav > .open > a:focus {
	  background-color: transparent;
	  color: #000;
	}
	
	.navbar-default .navbar-nav > .current-page-ancestor > a,
	.navbar-default .navbar-nav > .current-page-ancestor > a:hover,
	.navbar-default .navbar-nav > .current-page-ancestor > a:focus {
	  color: #0092ED;
	  background-color: #fff;
	}
	
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a,
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a:hover,
	body.contrast .navbar-default .navbar-nav > .current-page-ancestor > a:focus {
	  color: #000;
	  background-color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: transparent;
	}
	
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000;
	}
	
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #000;
		background-color: transparent;
	}
	
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	body.contrast .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #000;
		background-color: transparent;
	}
}

body.contrast .btn-default {
  color: #000;
  background-color: #ffffff;
  border-color: #cccccc;
}

body.contrast .btn-default:hover,
body.contrast .btn-default:focus,
body.contrast .btn-default.focus,
body.contrast .btn-default:active,
body.contrast .btn-default.active,
body.contrast .open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}

#content.small-text {
	font-size: inherit;
}

#content.medium-text {
	font-size: 18px;
}
#content.large-text {
	font-size: 22px;
}

h3.widget-title,
h3.widget-title a
{
	color: #000;
	text-decoration: none;
}

h3.widget-title a:hover,
h3.widget-title a:focus
{
	color: #0092ed;
	text-decoration: none;
}

body.contrast h3.widget-title,
body.contrast h3.widget-title a {
	color: #fff;

}


h1.page-title {
	color: #0092ED;
	text-transform: uppercase;
}

body.contrast h1.page-title {
	color: #fff;
}


.sidebar .nav > li > a {
	padding: 7px 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #777777;
}

body.contrast .sidebar .nav > li > a {
	color: #FFFF00;
}

.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li.widget_subpages_current_page > a {
  text-decoration: none;
  background-color: transparent;
  color: #0092ED;
}

body.contrast .sidebar .nav > li > a:hover,
body.contrast .sidebar .nav > li > a:focus,
body.contrast .sidebar .nav > li.widget_subpages_current_page > a  {
  color: #FFFF00; 
}

.entry-meta {
	margin-bottom: 10px;
	color: #777;
}

body.contrast .entry-meta {
	color: #fff;
}

h2.article-title,
h2.article-title a {
	font-size: 18px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
}

body.contrast h2.article-title,
body.contrast h2.article-title a {
	color: #FFFF00;
}

h2.article-title a:focus,
h2.article-title a:hover {
	color: #0092ED;
	text-decoration: none;
}

body.contrast h2.article-title a:focus,
body.contrast h2.article-title a:hover {
	color: #FFFF00;
}

.middle-bar h2 {
	margin: 0;
}

.middle-bar p {
	margin: 0;
}

@media screen and (max-width: 991px) { 
	.middle-bar h2 {
		margin-bottom: 10px;
	}
	.middle-bar p {
		margin-bottom: 10px;
	}
}

.slider-wrapper {
	position: relative;
}

.slider-item {
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 40px 0;
    color: #fff;
	text-align: center;
}

.slider-item-text {
	font-size: 16px;
}

.slider-item h1 {
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 30px;
}

.slider-item .btn {
	margin-top: 30px;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 40px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
    z-index: 1000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content:  "\f104";
}
[dir='rtl'] .slick-prev:before
{
    content:  "\f104";
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: "\f105";
}


.btn-ghost {
    background-color: none;
    border-color: #fff;
    color: #ffffff;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost.focus,
.btn-ghost:active,
.btn-ghost.active {
    background-color: #fff;
    color: #0092ed;
}

.btn-ghost-blue {
    background-color: none;
    border-color: #0092ed;
    color: #0092ed;
}
.btn-ghost-blue:hover,
.btn-ghost-blue:focus,
.btn-ghost-blue.focus,
.btn-ghost-blue:active,
.btn-ghost-blue.active {
    background-color: #0092ed;
    color: #fff;
}

body.contrast .btn-ghost,
body.contrast .btn-ghost-blue {
  color: #000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
body.contrast .btn-ghost:hover,
body.contrast .btn-ghost:focus,
body.contrast .btn-ghost.focus,
body.contrast .btn-ghost:active,
body.contrast .btn-ghost.active,
body.contrast .btn-ghost-blue:hover,
body.contrast .btn-ghost-blue:focus,
body.contrast .btn-ghost-blue.focus,
body.contrast .btn-ghost-blue:active,
body.contrast .btn-ghost-blue.active {
  color: #000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}

.color-white,
.text-white {
	color: #fff;
}

.white-bar {
	margin-bottom: 20px;
}
.white-bar.white-bar-border-top {
	border-top: 1px solid #edeeef;
	padding-top: 20px;
}

.white-bar.white-bar-border-top h1 {
	color: #1e1e1e; 
}

.white-bar h1 {
	font-weight: lighter;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.white-bar-content {
	color: #777777;
	font-size: 16px;
	font-weight: lighter;
}

body.contrast .white-bar-content {
	color: #fff;
}

.white-bar-content ul {
	padding: 0;
}

.white-bar-content li {
	list-style: none;
	margin-bottom: 10px;
}

.grey-bar {
	background: #F5F8FA;
	padding: 20px 0;
	border-bottom: 1px solid #edeeef;
	border-top: 1px solid #edeeef;
	margin-bottom: 20px;
}

body.contrast .grey-bar {
	background: none;
	border: none;
}

.grey-bar h1 {
	color: #1e1e1e;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0;
}

body.contrast .grey-bar h1 {
	color: #fff;
}

.carousel
{
	margin: 20px 40px;
	padding: 0;
}

.carousel li {
	text-align: center;
	
	margin: 0 15px;
}

.carousel .slick-prev:before,
.carousel .slick-next:before
{
    color: #1e1e1e;
}

body.contrast .carousel .slick-prev:before,
body.contrast .carousel .slick-next:before
{
    color: #fff;
}

.carousel .slick-prev
{
    left: -25px;
}
[dir='rtl'] .carousel .slick-prev
{
    right: -25px;
    left: auto;
}
.carousel .slick-next
{
    right: -25px;
}
[dir='rtl'] .carousel .slick-next
{
    right: auto;
    left: -25px;
}

.carousel li h2 {
	font-size: 20px;
	margin: 15px 0;
}

.carousel .post-date {
	color: #777777;
	text-transform: uppercase;
	font-size: 12px;
}

body.contrast .carousel .post-date {
	color: #fff;
}

.carousel .post-content {
	min-height: 130px;
	margin-bottom: 10px;
}


.btn-primary {
  color: #ffffff;
  background-color: #0092ed;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}


body.contrast .btn-primary {
  color: #000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
body.contrast .btn-primary:hover,
body.contrast .btn-primary:focus,
body.contrast .btn-primary.focus,
body.contrast .btn-primary:active,
body.contrast .btn-primary.active,
body.contrast .open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}

h2, .h2 {
	font-size: 26px;
	font-weight: lighter;
}


.blue-bar {
	background: #0092ed;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #fff;
}

body.contrast .blue-bar {
	background: none;
}


.blue-bar h1 {
	color: #fff;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0;
}

body.contrast .blue-bar h1 {
	color: #fff;
}


.rounded-image img {
	border-radius: 75px;
	-webkit-border-radius:75px;
	-moz-border-radius: 75px;
}

.rounded-image {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius:75px;
	-moz-border-radius: 75px;
	display: block;
	margin: 15px auto;
}

a.dziecko-title, .dziecko-title {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}

.dzieci-carousel {
	padding-top: 20px;
}

.gallery-carousel li {
	margin: 0 5px;
}

.gallery-carousel li img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.text-center-sm {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.text-right-md {
		text-align: right;
	}
}