/*!
Theme Name: BritishPoles
Theme URI: http://www.dkamedia.pl
Author: DKAmedia
Author URI: http://www.dkamedia.pl
Description: BritishPoles
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bpoles
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BritishPoles is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## 0. GENERAL

Szary - #EDEDED - rgba(237, 237, 237, 1);
Ciemny Szary: #878787 - rgba(135, 135, 135, 1);
#FFFFFF - biały;
	

    'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.page {
	margin-bottom: 0px;
}
.w1180 {
	max-width: 1180px;
    margin: 0 auto; 
}
.w1380 {
	max-width: 1380px;
    margin: 0 auto; 
}
.w900 {
	max-width: 900px;
	margin: 0 auto;
}
.w650 {
	max-width: 650px;
	margin: 0 auto;
}

.cnt {
	text-align: center;
}

.rgt {
	text-align: right;
}

.lft {
	text-align: left;
}

.pr{
	padding-right: 0;
}

.pl {
	padding-left: 0;
}

.np {
	padding-left: 0;
	padding-right: 0;
}

.pd40 {
	padding-top: 40px;
}

.mp{
	margin: 0; padding: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #D8131F;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

::-webkit-scrollbar-thumb:hover {
    background: #D8131F;
}

::-moz-selection { 
    color: #fff; 
    background: rgba(14, 59, 140, 1);
}

::selection {
    color: #fff; 
    background: rgba(14, 59, 140, 1);
}

.over-main::-webkit-scrollbar-track {
    background: #D8131F; 
}
.over-main::-webkit-scrollbar-thumb {
    background: #D8131F;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

.over-main::-webkit-scrollbar-thumb:hover {
    background: #D8131F;
}

.bold {
	font-weight: 700;
}

/* STYLE */
/* red: #D8131F;
 * orange: #FF7F1A;
 * basic: #3A3A3A;
 */
/* Global */
.rel {
	position: relative;
}
/* Nagłówek strony */
.desk-h {
    padding: 20px 0 20px 0;
}
.pic-h {
	width: 45px;
	margin-bottom: 2px;
	display: inline;
}
.box-nav {
	display: inline-block;
}
.p-h {
	display: block;
}
/* Nawigacja Nagłówka */
.row-nav {
/* 	border-bottom: 2px solid #D8131F;
	padding-bottom: 15px; */
}
.ul-h {
  margin: 0; padding: 10px 0 0 0;
  list-style: none;
}
.ul-h li {
  padding-left: 20px;	
  display: inline-block;
}
a.a-h,
a.a-h:active,
a.a-h:focus,
a.a-h:visited {
  font-size: 16px;
  color: #3A3A3A;
	display: inline-block;
  font-weight: 600;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
a.a-h:hover {
  text-decoration: none;
  color: #D8131F;
}
/* Section Welcome */
.sec-welcome {
  padding: 60px 0 60px 0;	
	background-image: url('/wp-content/uploads/2019/04/bcg-welcome.jpg');	
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	position: relative;
/* 	border-top: 4px solid #D8131F; */
}
.pic-wel {
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.pic-wel:before {
    content: "";
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100.5%;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    height: 50%;
}
.sec-welcome .owl-dots {
	display: none;
}
a.a-dsc-wel,
a.a-dsc-wel:visited,
a.a-dsc-wel:focus,
a.a-dsc-wel:active{
	color: #fff;	  
	font-weight: normal;
	font-size: 15px;	
	padding-left: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
	   text-decoration: none; 
    text-overflow: ellipsis; 
    display: block; 
    overflow: hidden; 
    white-space: nowrap;
    width: 100%x; 
    height: 32px;
}
a.a-dsc-wel:hover{
	text-decoration: none;
	color: #D8131F;
}

.a-dsc-wel p {
	   text-decoration: none; 
    text-overflow: ellipsis; 
    display: block; 
    overflow: hidden; 
    white-space: nowrap;
    width: 100%; 
    height: 32px;
}

/* Sidebar Welcome */
.btn-more,
.btn-more:active,
.btn-more:focus,
.btn-more:visited {
	color: #fff;
	font-size: 14px;
	background-color: #D8131F;
	padding: 2px 12px;
	margin-top: 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
}
.btn-more:hover {
	text-decoration: none;
	background-color: rgba(216, 19, 31, .6);
	color: #fff;
}
.h2-last {	
	color: #3A3A3A;
	font-size: 20px;
	text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  white-space: nowrap;
}
/* .h2-last:before {
  content: '';
  background-image: url(/wp-content/uploads/2019/04/dot-british.png);
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
	margin-bottom: 1px;
	margin-right: 5px;
} */
.ul-sidebar {
	margin: 0; padding: 0;
	list-style: none;
	width: 100%;	
	
}
.ul-sidebar li {
	overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #dcdcdc;
 	-webkit-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}
.ul-sidebar li:hover {
	background-color: #F8F8F8;
	-webkit-box-shadow: inset -15px 0 25px -6px #fff, inset 15px 0 25px -6px #fff;
	        box-shadow: inset -15px 0 25px -6px #fff, inset 15px 0 25px -6px #fff;
}
.h2-tyt-akt {
	color: #3A3A3A;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	padding-left: 10px;
}
.h2-tyt-akt:hover {
	color: #D8131F;
} 
.h2-tyt-akt:before {
	content: '';
	background-image: url(/wp-content/uploads/2019/04/dot-british.png);
	height: 3px;
	width: 3px;
  	background-size: 3px 3px;
  	display: inline-block;
	position: absolute;
	margin-left: -7px;
	margin-top: 8px;
}
.a-wel:hover {
	text-decoration: none;
}
.d-left {
	width: calc(100% - 75px);
	float: left;
	padding-right: 20px;
}

.d-right {
	width: 75px;
	float: left;
}
.p-date {
	font-size: 13px;
	color: lightgrey;
	width: 100%;
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px;
	padding-right: 4px;
}
/* Category */
.bcg-nag {
	background-image: url('https://images.unsplash.com/photo-1549314662-c81dcbec48a8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1355&q=80');
	  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	position: relative;
/* 	margin-bottom: 30px; */
}
.bcg-nag:before,
.other-post:before {
    content: "";
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.6));
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.69)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.69));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.69));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.69));
    height: 70%;
}
.h2-nag {
	color: #fff;
	position: absolute;
	bottom: -200px;		
	font-weight: 100;
	font-size: 125px;
	text-shadow: 0 5px 10px rgba(0,0,0,.8);
}

/** Category **/
.sec-category_blog {
	padding: 60px 0;
}
.thumb-all {
	height: 200px;
}
.entry-dka  a{
	color: #D8131F;    
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.entry-dka a:hover{
	text-decoration: none;

	color: #D8131F;   
}
/* Front */
.front-d {
	font-weight: 400;
	color: #a8a8a8;
	font-size: 12px;
}
.pic-thumb {
	height: 180px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
  box-shadow: 0 1px 7px rgba(0,0,0,.05);
  -webkit-transition: all .12s ease-in;
  -o-transition: all .12s ease-in;
  transition: all .12s ease-in;
}
.pic-thumb:hover {
	opacity: .7;
}
/* ZMIANA */
.pic-thumb:before {
    content: "";
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100.5%;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    height: 80%;
}
.box-t {
	position: absolute;
	bottom: 10px;
	left: 10px;	
}
.h2-inbox {
	color: #fff;
	font-size: 16px;
	border-left: 2px solid #D8131F;
	padding-left: 5px;
}
/* END */
.sidebar {
	padding: 15px;
}
.h2-pt {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: -15px 0 6px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.h2-pt:hover {
	color: rgba(0,0,0,.7);
	text-decoration: none;
}
.a-ptitle,
.a-ptitle:visited,
.a-ptitle:focus,
.a-ptitle:active{
	text-decoration: none;
	display: block;
	margin: -10px 0 00; padding: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.h2-pol {
	position: relative;	
}
.pic-cat {
	width: 40px;
	margin-top: -10px;
	margin-right: 10px;
}
.h2-poles {
	font-size: 26px;
}

.r-hist {
	margin-top: 30px;
}
.a-ptitle:hover {
	color: rgba(0,0,0,.7);
	text-decoration: none;
}
.p-pdsc {
	margin-bottom: 0;
	margin-top: -5px;
}
.a-pdsc,
.a-pdsc:visited,
.a-pdsc:focus,
.a-pdsc:active {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
.a-pdsc:hover {
	color: rgba(0,0,0,.7);
	text-decoration: none;
}

.a-wiecej,
.a-wiecej:visited,
.a-wiecej:active,
.a-wiecej:focus {
	text-align: center;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
	color: #000!important;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	-webkit-transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	transition: all .12s ease-in-out;
}

.a-wiecej:hover {
	text-decoration: none;
	font-weight: 700;
	color: rgba(0, 0, 0, .7);
}

.category-a,
.category-a:focus,
.category-a:active,
.category-a:visited{
	font-size: 12px;
	margin: 0;
	display: inline-block;
	background-color: #D8131F;
	color: #fff;
	padding: 0px 5px;
	 -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    box-shadow: 0 1px 7px rgba(0,0,0,.05);
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.category-a:hover{
	text-decoration: none;
	color: #fff;
	opacity: .7;
}

.btn-all,
.btn-all:focus,
.btn-all:visited,
.btn-all:active{
	background-color: #72d2d6;
	color: #fff;
	display: inline-block;
	border: none;
	margin-bottom: 40px;
	padding: 10px 40px;
	text-decoration: none;
   -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    box-shadow: 0 1px 7px rgba(0,0,0,.05);
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.btn-all:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(114, 210, 214, .8);
}

.link-kat,
.link-kat:visited,
.link-kat:focus,
.link-kat:active {
	color: #404040;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.link-kat:hover {
	color: #D8131F;
	text-decoration: none;
}
/* end front ost */

/* Category */
.sec-politics {
    padding: 60px 0;
    background-image: -webkit-linear-gradient(330deg, #fdfbfb 0%, rgba(235, 237, 238, .2) 100%);
    background-image: -o-linear-gradient(330deg, #fdfbfb 0%, rgba(235, 237, 238, .2) 100%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, rgba(235, 237, 238, .2) 100%);
}

/* Sections Front */
.sec-sections {
	padding: 60px 0;
}

/* SINGLE POST */
.p-post_data {
	color: #000;	
	margin: 6px 0;
	font-size: 13px;
	font-weight: 500;
}

.h2-post_title {
	color: #000;
	font-size: 42px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.meta-post {
	border-left: 5px solid #D8131F;
}
.p-autor {
	font-weight: 600;
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 10px;
}

.light {
	font-weight: 400;
	color: gray;
}

.post-hr {
   background: #D8131F;
   height: 4px;
   width: 100px;
   margin-top: 20px;
	display: inline-block;
	margin-bottom: -10px;
}

.post-category,
.post-category:focus,
.post-category:active,
.post-category:visited{
	margin-right: 3px;
  margin-left: 1px;
	padding: 8px 12px 10px 12px;  
  top: 5px;
	font-size: 14px;
  position: relative;
  color: #7c7c7c!important;
	text-decoration: none;
	font-weight: 300;
  background: #f3f3f3;
  text-transform: unset;
  border-left: 0 solid white;   
	-webkit-transition: all .2s ease-in;   
	-o-transition: all .2s ease-in;   
	transition: all .2s ease-in;
	 border-bottom: none!important;
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
	
}

.post-category:hover{
	text-decoration: none;
	opacity: .6;
	color: #7c7c7c;
}


/* Inne posty */
.bcg-inne {
	background-color: #fafafa;
	padding: 60px 0;
}

.h2-inne {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
}

.inne-a,
.inne-a:focus,
.inne-a:visited,
.inne-a:active{
	color: rgba(0,0,0,.54);	
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	padding-right: 8px;
}
.inne-a:hover{
	text-decoration: none;
	color: #7c7c7c;
	opacity: .7;
}
/* END INNE posty */

.post__title,
.post__title:visited,
.post__title:active,
.post__title:focus{
	text-align: center;
	font-size: 22px;
	color: rgba(10, 165, 94, 1);
	display: block;
	margin: 10px 0;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

.post__title:hover{
	color: rgba(10, 165, 94, .6);
	text-decoration: none;
}

.post__dsc,
.post__dsc:visited,
.post__dsc:active,
.post__dsc:focus{
	font-size: 16px;
	color: #979797;
	font-weight: 400;
	text-align: center;
	display: block;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}

.post__dsc:hover{
	color: rgba(10, 165, 94, 1);
	text-decoration: none;
}

.thumb-single {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.meta__data {
    position: absolute;
    bottom: 20px;
    left: 20px;
   background-color: rgba(221, 151, 38, 1);
	padding: 10px 20px;
}

.h1__title {
    color: #fff;
    margin: 0 0 0 0px;
    padding: 0;
}

.post__data {
    color: #fff;
    margin: 0 0 0 0px;
    padding: 0;
    font-size: 14px;
}
/* Inne posty box */
.shadow-box {
	    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    box-shadow: 0 1px 7px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 15px;	
	margin-top: -10px;
	min-height: 150px;
	position: relative;
}
.btn-single {
	margin-top: 60px;
	 -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
    box-shadow: 0 1px 7px rgba(0,0,0,.05);
}
.other-post {
	  height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.other-post:hover {
	opacity: .7;
}
.h1-other,
.h1-other:visited{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: -5px;
	text-align: center;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; 
}

.h1-other:hover{
	color: #72d2d6;
}

.ph1-other,
.ph1-other:focus,
.ph1-other:active,
.ph1-other:visited{
	color: #000;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	display: block;
	line-height: 20px;
	margin: 0px 0 0 0; padding: 0;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

.ah1-other,
.ah1-other:visited{
	color:  rgba(0,0,0, 1);
	margin: 0; padding: 0;
	text-decoration: none;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

.ah1-other:hover,
.ph1-other:hover{
	color: rgba(0,0,0, .7);
	text-decoration: none;
}

.a.btn.btn-link.joinbtn.btn__allpost {
	margin-top: 20px;
}

.entry-content p{
	font-weight: 300;
	color: #000;
}
/* NAV POST */
.nav__post {
	margin: 40px 0;
}

.a-pag,
.a-pag:visited,
.a-pag:active,
.a-pag:focus{
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all .12s ease;
	-o-transition: all .12s ease;
	transition: all .12s ease;	
}

.a-pag:hover {
	color: rgba(0,0,0,.8);
	text-decoration: none;
}

.ul__post {
	
}

.ul__post li{
	display: inline;
	margin: 20px;
	text-align: center;
}
.a-all,
.a-all:visited,
.a-all:active,
.a-all:focus{
	color: #7c7c7c;;
	-webkit-transition: all .12s ease;;
	-o-transition: all .12s ease;;
	transition: all .12s ease;	
	display: block;
	font-weight: 100;
	margin-bottom: 60px;
}

.a-all:hover{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.other-post {
	margin-bottom: 30px;
}
/** END SINGLE POST **/
.h2-wyd {
	text-align: center;
	font-size: 24px;
	margin: 60px 0 10px 0;
	border-bottom: 2px solid #D8131F;
	padding-bottom: 10px;
}
.h2-wyd1 {
	text-align: center;
	font-size: 24px;
	margin: 0px 0 10px 0;	
	padding-bottom: 10px;
}

.owl-events .pic-thumb {
	height: 150px;
}

.owl-events {
	overflow: auto;
    background-color: #fff;
    height: 1000px;
    padding: 20px;
}

.owl-events .box-post {
	padding-bottom: 0;
}
.owl-events .h2-inbox {
	margin-bottom: 0px;
}

.faj-dat {
	text-align: center;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
}


.p-dzien {
	font-size: 24px;
	margin-bottom: 0;
	color: #404040;
	line-height: 1.2;
}
.p-mies {
	background: #D8131F;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

.h2-nw {
	font-size: 32px;
	margin-top: 15px;
	text-align: left;
}

.img-pc-nw {
	height: 18px;
	margin-right: 5px;
	margin-top: -2px;
}

.rkursy {
	padding: 5px 20px !important;
	background: #fff !important;
}
.currency{
	width:100%;
	font-size: 20px;
	font-family: verdana;
	}
.currency td:last-child{
	text-align: right;
	color: #343;
}
.currency table {
	margin-bottom: 0;
}
.h2-kw {
	font-size: 20px;
}
/* stopka */

.img-ff {
	height: 30px;
	margin-bottom: -5px;
}

.a-ff,
.a-ff:visited,
.a-ff:focus,
.a-ff:active {
	font-size: 11px;
	font-weight: 600;
	color: #404040;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	padding-left: 2px;
	padding-right: 2px;
}
.a-ff:hover {
	color: #D8131F;
	text-decoration: none;
}
.foot-fix {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	left: 0;
	display: block;
	-webkit-box-shadow: 0 5px 6px 6px lightgrey;
	box-shadow: 0 5px 6px 6px lightgrey;
}
.owl-mff .owl-prev {
	display: none !important;
}
.owl-mff .owl-theme .owl-nav {
    margin-top: 0;
}
.owl-mff .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	z-index: 3;
	margin-top: -45px;
	right: 0px;
}
.owl-mff .owl-dots {
	display: none;
}
.owl-mff .item {
	text-align: center;
	margin-bottom: 4px;
}
.owl-mff .a-ff {
	display: inline-block;
}
.owl-mff img {
	width: auto !important;
	margin: 7px auto 0 auto;
}

/* Events popr */
.owl-events .owl-dots {
	display: none;
}
.d-mob-even .owl-prev,
.d-mob-even .owl-next {
	background: #D8131F !important;
	border-radius: 0px !important;
}

.d-mob-even span {
	padding: 5px 12px;
	border-radius: 0px;
	color: #fff;
}

/* header popr */
.ul-h {
	float: right;
}
.ul-h li:hover .pic-h {
	animation-name: podnies;
	animation-duration: .7s;
}

@keyframes podnies {
	0% {
		margin-top: 0px;
	}
	
	50% {
		margin-top: -40px;
	}
	100% {
		margin-top: 0px;
	}
}


@media screen and (max-width: 768px) {
	.owl-events {
		height: auto;
		overflow-x: hidden;
		padding: 0;
	}
	.sec-politics {
		padding-bottom: 0px !important;
	}
	.owl-events .pic-thumb {
		height: 230px;	
	}
	.pic-thumb {
		margin-bottom: 0px;
	}
}





@media screen and (min-width: 769px) {
	.foot-fix {
		display: none;
	}
}

.page-id-7 .mt0 {
	margin-top: 0;
}
.page-id-809 .entry-title {
	display: none;
}
img.img-donate {
    margin-bottom: 40px;
}
.mt20 {
	margin-top: 20px;
}
.p-slider {
text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	border-left: 5px solid #D8131F;
	padding-left: 10px;
	margin-bottom: 0;
	line-height: 30px;
	transition: color .3s ease-in-out;
}
.p-slider:hover {
	color: #D8131F; 
	cursor: pointer;
}
.a-dsc-wel p {
	margin-bottom: 0;
	padding-left: 10px;
}
.item {
	position: relative;
}
.wel-box {	
	width: 90%;
/* 	overflow: hidden;
    white-space: normal;
     -o-text-overflow: ellipsis; 
       text-overflow: ellipsis; */
  color: #fff;
	position: absolute;
	bottom: -440px;
}

.pic-twitter {
	margin-top: 40px;
	margin: 0 auto;
  display: block;
	transition: opacity .3s ease-in-out;
}
.pic-twitter:hover {
	opacity: .8;
}
.pic-facebook-mob {
	margin-top: 40px;
	margin: 20px auto 0 auto;
	width: 100px;
   display: block;
	transition: opacity .3s ease-in-out;	
}
.pic-facebook-mobr:hover {
	opacity: .8;
}
.sec-kul-his {
	padding: 30px 0 60px 0;
}
.sec-politics {
	padding-bottom: 30px;
}
/** Share Button **/
.ssba, .ssba a {
	margin-bottom: 10px;
}
img.ssba.ssba-img {
	margin-top: 10px;
  width: 30px !important;
	transition: all .2s ease-in-out;
}
img.ssba.ssba-img:hover {
	opacity: .8;
}
/** Formularz kontaktowy **/
.form-box .form-k {
	border-radius: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 100;
	padding-left: 20px;
}
.form-box input.wpcf7-form-control.wpcf7-submit,
.form-box input.wpcf7-form-control.wpcf7-submit:active,
.form-box input.wpcf7-form-control.wpcf7-submit:visited,
.form-box input.wpcf7-form-control.wpcf7-submit:focus{
	color: #fff;
	background-color: rgba(216, 19, 31, 1);
	border: none;
	border-radius: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding: 10px 70px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}
.form-box input.wpcf7-form-control.wpcf7-submit:hover {
	opacity: .8;
	text-decoration: none;
}
/** Event **/
.h2-event {
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0;
}
.span-event {
	color: #fff;
}
.pic-event {
	width: 10px;
	margin-top: -2px;
	margin-right: 5px;
}
/** Pojedyńczy Post - ACF **/
.wyd-content {
	margin: 30px 0;
}
.h2-post-w {
	font-weight: bold;
	color: rgba(216, 19, 31, 1);
	font-size: 18px;
}
span.span-wyd {
	font-weight: normal;
	color: #000;
}
/** Koniec **/

.entry-content ul {
	margin: 0 0 10px 0; 	
}
.entry-content ul li {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 100;
}
/** Kursy Walut **/
.h2-kw {
	background-color: rgba(216, 19, 31, 1);
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin: 0 auto;
}
.currency.table td {
	font-size: 16px;
	border-bottom: 1px solid rgba(222, 226, 230, .5);
	font-size: 15px;
	font-weight: normal;
}
.table td, .table th {
  padding: 5px;
  border-top: none;
}
/* GALLERY */
.gallery {
	padding: 40px 0 0 0;
}
.attr-bcg {
	height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.mb30 {
	margin-bottom: 30px;
}
.gall-main {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(216, 19, 31, .2);
	display: none;
	transition: all .2s ease-in-out;

}
.attr-bcg:hover .gall-main {
	display: block;
}
.gall_pic-s {
	text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 40px;
}
/** END **/
.entry-dka a:hover {
	
	font-weight: normal;
}
.pic-sth {
	width: 14px;
	margin-top: -5px;
	margin-right: 5px;
}
.container-fluid.np.top-b,
.search-con{
/*    border-top: 4px solid #D8131F; */
   padding-top: 60px;
}
/** Aktualności **/
.pagin-akt .page-numbers.current{
  background-color: #D8131F;
	color: #fff;
	padding: 1px 5px;
}
.page-numbers {
	color: #D8131F;
	transition: all .2s ease-in-out;
}
.page-numbers:hover {
	color: #D8131F;
	opacity: .6;
	text-decoration: none;
}
/** Koniec Paginacji **/
.p-h {
	margin-bottom: 0;
}
span.box-time {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}
.box-date {
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	background-color: #D4D5D5;
	padding: 3px 8px;
	width: 78px;
	font-weight: 500;
}
/* Stopka Strony */
.main-f {	
	padding: 140px 0 90px 0;
	background-color: #D8131F;
}
.ul-f {
	margin: 0; padding: 0;
	list-style: none;
}
.ul-f li {
	display: inline;
}
.ul-f li:after {
  content: '';
  background-image: url(/wp-content/uploads/2019/04/circle.png);
  height: 4px;
  width: 4px;
  background-size: 4px 4px;
  display: inline-block;	
  margin-right: 5px;
  margin-bottom: 2px;
}
.ul-f li.li-last:after {
  content: '';
  background-image: none;
}
.pic-f {
	width: 100%;
	margin-bottom: 60px;
}
.a-f,
.a-f:visited,
.a-f:active,
.a-f:focus{
	color: #fff;
	transition: all .2s ease-in-out;
	padding: 0 15px;
}
.a-f:hover {
	color: rgba(255,255,255,.7);
	text-decoration: none;
}
.btn-f,
.btn-f:active,
.btn-f:visited,
.btn-f:focus{
	background-color: #fff;
	color: #D8131F;
	border-radius: 0;
	margin-bottom: 50px;
	font-size: 20px;
	transition: all .2s ease-in-out;
}
.btn-f:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,.9);
	color: #D8131F;
}
/* Copywrite Stopka */
.copywrite-content {
	padding: 5px 0;
	background-color: #fff;
}
.p-copy {
	color: #D8131F;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
}
.a-copy,
.a-copy:active,
.a-copy:visited,
.a-copy:focus{
	color: #D8131F;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
.a-copy:hover {
	text-decoration: none;
	color: goldenrod;
}
/* .f-bt {
	border-top: 3px solid #D8131F;
	padding: 20px 0;
} */
.desk-th {
	background-color: #D8131F;
	padding: 6px 0;
	position: relative;
	z-index: 11;
}
.ul-th {
	margin: 0; padding: 0;
	list-style: none;
}
.ul-th li {
	display: inline;
}
.a-th,
.a-th:visited,
.a-th:active,
.a-th:focus {
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	transition: all .2s ease-in-out;
}
.a-th:hover {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}
.p-th {
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-size: 15px;
	padding-left: 20px;
	transition: all .2s ease-in-out;
}
.p-th:hover {
	color: rgba(255,255,255,.8);
	cursor: pointer;
}

/** Search Form **/
.form-control.form-s {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #D8131F;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	padding-left: 40px;
}
.form-control.form-s::placeholder {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
}
.card {
	border: none;
  border-radius: 0;
	margin-top: 10px;
	position: relative;
	z-index: 12;
}
.pic-s {
	width: 20px;
	position: absolute;
	left: 20px;
	top: 28px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.over-focus {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 10;
	display: none;
}
.focus-me {
	display: block;
}
.h2-s {
	font-size: 21px;
	color: #D8131F;
	font-weight: 400;
}
span.span-s {
	color: #000;
	font-weight: 100;
}
span.span-s:after {
	content: "'";
}
span.span-s:before {
	content: "'";
}
.no-result {
	margin-top: 120px;
}
.h2-nr {
	font-weight: normal;
}
span.span-nr {
	color: #000;
	font-weight: 100;
	color: #D8131F;
}

/* Wersja Mobilna */
@media only screen and (max-width: 950px) {
	.ul-h {
		padding-top: 0;
	}
	.ul-h li {
		padding-left: 5px;
	}
}
@media only screen and (max-width: 800px) {
	.p-h {
		font-size: 14px;
	}	
}

@media only screen and (max-width: 768px) {
	.desk-h,
	.desk-th {
		display: none;
	}
}

/* MOBILKA - Menu Typu Overlay */
.mob-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #D8131F;
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mob-overlay-content {
  position: relative;   
  width: 100%;   
	overflow-y: hidden;
}
.mob-overlay a {
  padding: 4px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.mob-overlay a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
}
.mob-overlay a:hover,
.mob-overlay a:focus {
  color: #f1f1f1;
}
.mob-overlay .closebtn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 60px;
  width: 25px;
}
@media screen and (max-height: 450px) {
 .mob-overlay {
     overflow-y: auto;
    }
 .mob-overlay a {
     font-size: 20px
    }
 .mob-overlay .closebtn {
     font-size: 40px;
     top: 20px;
     right: 20px;
    }
}
.mob-h {
	display: none;
}
@media only screen and (min-width: 769px) {
	.mob-non {
		display: block;
	}
	.desk-non {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.mob-h {
		display: block;
		margin-bottom: 10px;
	}
	.mob-non {
		display: none;
	}
	.desk-non {
		display: block;
	}
  .mob-overlay .closebtn {
      position: absolute;
     top: 20px;
     right: 20px;
      font-size: 60px;
    }
	img.mob_logo-h.mob_o-logo {
		margin-left: 15px;
		margin-top: 0;
		width: 200px;
	}
    .dka-tab {
        height: 250px;
    }
	
	/** Globalbe Style **/
	.mob-mt20 {
		margin-top: 20px;
	}
	.mob-np {
		padding-left: 0;
		padding-right: 0;
	}
	/** Sekcja Welcome **/
	.sec-welcome {
		padding: 0 0 40px 0
	}
	.mob-np {
		padding-left: 0;
		padding-right: 0;
	}
	.wel-box {
		width: 95%;
		margin-left: 0;
		left: 5px;
/* 		padding-top: 280px; */
	}
	.pic-wel {
		height: 400px;
	}
	.a-slider, .a-slider:visited, .a-slider:focus, .a-slider:active {
		font-size: 24px;
	}
	
	/** Sekcja Polityka **/
	.sec-politics {
		padding: 0 0 40px 0;
	}
	
	/** Stopka Storny **/
	.ul-f li {
		display: block;
		padding-bottom: 10px;
	}
	.ul-f li:after {
  content: '';
  background-image: none;
	}
	.ul-f {
		display: none;
	}
	
	/** Blog - pojedyczy wpis **/
	.thumb-single {
		margin-top: 20px;
		height: 300px;
	}
	.h2-post_title {
		font-size: 30px;
	}
	.entry-content p {
		text-align: justify;
	}
	
	/** Post - zobacz również **/
	.bcg-inne {
		padding: 40px 0; 
	}
	.h2-inne {
		text-align: center;
	}
	
	/** Kategorie **/
	.bcg-nag {
		height: 100px;
	}
	.h2-nag {
		bottom: -100px;
		font-size: 35px;
	}
	.sec-category_blog {
		padding: 40px 0;
	}
	.post-category,
	.post-category:focus,
	.post-category:active,
	.post-category:visited {
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px;
	}
	.sec-category_blog .h2-last,
	.search-con .h2-last{
		 margin-top: 20px;
	}
	
	/** Sekcja - Polacy w UK **/
	.h2-poles,
	.h2-pol{
		margin-top: 20px;
	}
	
	/** Wyniki wyszukiwania **/
	.container-fluid.single--post.search-con {
    padding-bottom: 40px;
	}
	
	/** Pod Kreska **/
	.container-fluid.np.top-b, .search-con {
		padding-top: 0;
	}
}

/** Koniec Stylów max-width: 768px **/
img.open-menu {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 35px;
  z-index: 10;
}
img.mob_logo-h {
  width: 190px;
  margin-top: 10px;
}

/** Styl dla OverlayMenu **/
.col-md-12.np.mob_over-m {
  background-color: #fff;
}
.over-main {
  padding: 20px;
}
img.pic-om {
  width: 25px;
  margin-top: -3px;
  margin-right: 10px;
}
img.pic-om-w {
	width: 20px;
}
h2.h2-om {
  color: #fff;
	font-size: 24px;
}
a.mob-a {
 padding-bottom: 2px;
 font-weight: bold;
	font-size: 15px;
}
a.mob-asoc {
  width: auto!important;
  display: inline;
}
img.mob_pic-social {
    width: 30px;
}
.mob-hr {
	background: firebrick;
  height: 3px;
  width: 80%;
	margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 380px) {
	.over-main {
		overflow-y: scroll;
    height: 500px;
	}
}
.post-category:hover { 
    padding: 8px 12px 10px 12px!important;
}

/** Na szybko **/
.desk-sh {
		display: none;
	}
@media only screen and (max-width: 768px) {
	.wel-box {
		bottom: -390px;
	}
	.mob-prl {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-slider {
		font-size: 18px;
		font-weight: 700;
		line-height: 25px;
	}
	.mob-non {
		display: none;
	}
	.desk-sh {
		display: block;
	}
	.sec-mob-f{
		padding: 40px 0;
	}
}
strong {
	font-weight: bold;
}
.entry-dka p{
	text-align: justify;
}
.entry-dka img {
	box-shadow: 0 5px 12px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}

/** Arrow Carousel **/
.sec-welcome .owl-carousel .owl-prev:after {
	content: '';
	background-image: url("/wp-content/uploads/2019/06/british-car.png");
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 30px 30px;
	margin-left: 1px;
}
.sec-welcome .owl-carousel .owl-next:after {
	content: '';
	background-image: url("/wp-content/uploads/2019/06/british-car.png");
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 30px 30px;
	margin-left: 1px;
	transform: rotate(180deg);
}
.sec-welcome .owl-carousel .owl-theme .owl-nav [class*="owl-"]:hover,
.sec-welcome .owl-theme .owl-prev [class*="owl-"]:hover{
	background: none;
}
.sec-welcome .owl-carousel .owl-dots {
	display: none;
}
.sec-welcome .owl-carousel button.owl-next span,
.sec-welcome .owl-carousel button.owl-prev span{
	display: none;
}
.sec-welcome .owl-carousel button.owl-prev {
	position: absolute;
	left: 0;
	top: 190px;
	transition: all .2s ease-in-out;
}
.sec-welcome .owl-carousel button.owl-next {
	position: absolute;
	right: 0;
	top: 190px;
	transition: all .2s ease-in-out;
}
.sec-welcome .owl-carousel button.owl-next:hover,
.sec-welcome .owl-carousel button.owl-prev:hover {
	opacity: .8;
}
.sec-welcome .owl-carousel button.owl-next:focus,
.sec-welcome .owl-carousel button.owl-prev:focus {
	outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

@media only screen and (max-width: 768px) {
	.sec-welcome .owl-carousel .owl-nav  {
		display: none;
	}
}
.fb-iframe {
	display: block;
	margin: 0 auto;
}

/* Reklamy */
.sec-rek-head .owl-carousel {
	display: block !important;
}
header {
	border-bottom: 4px solid #D8131F;
}
.sec-rek-head .owl-dots {
	display: none;
}

.sec-welcome {
	padding-top: 10px;
}
.page-id-7 .sec-rek-head,
.page-id-1684 .img-rek-head {
	margin-bottom: 30px;
	background-position: center right;
}
@media screen and (min-width: 769px) {
	.img-mob {
		display: none  !important;
	}
}
@media screen and (max-width: 768px) {
	.img-desk {
		display: none !important;
	}
}


/* Wydarzenia */
.img-rek-head {
	margin-top: 20px;
}
.page-id-7 .img-rek-head,
.page-id-1684 .img-rek-head{
	margin-top: 10px;
}
.h2-nag-wyd {
	text-align: left;
	font-size: 24px;
}

.p-lan {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
}
.pic-flaga {
	margin-left: 20px;
}
/** Partnerzy **/
.mt20 {
	margin-top: 20px;
}
img.pic-partner {
	max-height: 140px!important;
}
.owl-partnerzy .item {
	position: relative;
	height: 140px;
}
.owl-partnerzy img {
	width: auto!important;	
  margin: 0 auto;
	text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: opacity .2s ease-in;
}
.owl-partnerzy img:hover {
	opacity: .8;
}
.owl-partnerzy .item a.a-part {
	height: 140px;
}
.owl-partnerzy .owl-dots {
	display: none;
}

.box-language {
  position: absolute;
  top: 20px;
  right: 55px;
}
img.mob-flaga {
	width: 40px;
}
/** Search Resuluts **/
.search .sec-sidebar,
.search .h2-last,
.search .h2-nw,
.search .owl-events,
.search .rkursy {
	display: none;
}
.search .pic-twitter {
	margin-top: 20px;
}
.box-search {
	position: relative;
}
.pic-lupa {
	width: 25px;
}
.h2-s {
	position: absolute;
	top: 0;
	top: 3px;
	left: 40px;
}

/** END SEARCH **/
.a-flaga {
	display: inline-block;	
	margin-left: 10px;	
	transition: opacity .2s ease-in;
}
.a-flaga:hover {
	opacity: .7;
}
.pic-flaga {
	width: 30px;
	margin-top: -3px;
	transition: opacity .2s ease-in;
}
.pic-flaga:hover {
	opacity: .7;
}
.p-flaga {
	display: inline-block;
}

/** Tooltips **/
.tooltip-content {
	display: inline;
}
.tooltip-content .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color:  rgba(63, 62, 64, 1);
  color: #fff;
  text-align: center;  
  padding: 5px 0;  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 25px;
  right: -25px;
  margin-left: -60px;
}
.tooltiptext {
	font-size: 12px;
}
.tooltip-content:hover .tooltiptext {
  visibility: visible;
}

/* WERSJE POD WPISEM */
.d-wersje-art {
	margin-top: 10px;
}
.d-wersje-art .p-lan {
	color: #000;
}
.d-wersje-art .pic-flaga {
	margin-left: 0px;
}

/* nowe zmiany */

.pop-m .pic-h {
    margin-bottom: 8px;
    display: inline;
    height: 40px;
	width: auto;
}
.pop-m .p-h {
	font-size: 14px;
}

/** Wersja Mobilna - Nagłówek **/
@media only screen and (max-width: 820px) {
	.pop-m .pic-h {
		height: 30px;
	}
	.pop-m .p-h {
    font-size: 12px;
	}
	.ul-h {
		margin-top: 2px;
	}
}



/* Search mob */
.pic-serach-m {
	width: 22px;
	margin-top: -1px;
    margin-right: 15px;
}
.p-search-m {
	padding-left: 5px;
}

@media screen and (max-width: 768px) {
	.box-search {
		margin-top: 20px;
	}
}