/*
Theme Name: RSP
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&subset=latin-ext');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*, :after, :before{
	box-sizing:border-box;	
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #1f1f1f;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.h1,
.h2 {
	font-family: 'Montserrat', sans-serif;
}

sup {
	font-size: smaller;
	vertical-align: super;
	line-height: 1;
}

#load-more,
input[type="submit"],
.button a,
.alm-load-more-btn {
	padding: 12px 44px;
	border: 1px solid;
	font-size: 14px;
	display: inline-block;
	transition: .3s;
	background-color: transparent;
}

.alm-load-more-btn:focus {
	outline: 0;
	box-shadow: none;
}

.button a.white {
	color: #fff;
	border-color: #fff;
}

.button a.white:hover {
	color: #2c2c2c;
	background: #fff;
}

#load-more,
input[type="submit"],
.button a.red,
.alm-load-more-btn {
	color: #bf4c42;
	border-color: #bf4c42;
	text-decoration:none;
}

#load-more:hover,
.button a.red:hover {
	color: #fff;
	background: #bf4c42;
}


#load-more {
	background: transparent;
	margin: 0;
}

.c {
	width: 1140px;
	margin: 0 auto;
	padding-left:20px;
	padding-right:20px;
}

#masthead {
	height: 100px;
	position: relative;
	background-image: none !important;
}

#masthead .fixed {
	background: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
	z-index: 99;
}

#masthead .fixed .c {
	display: flex;
	align-items: center;
	justify-content:flex-end;
	height: 100%;
	width: 100%;
	padding-right:0;
}

#masthead .logotyp{
	margin-right:auto;
}

#masthead .logotyp img{
	display:block;
}

#masthead #social {
	display: none;
}

#masthead #social a {
	color: #2c2c2c;
}

#primary-navigation {
	margin-left: auto;
}

#primary-navigation li {
	display: inline-block;
	margin-left: 30px;
}

#primary-navigation li:first-child {
	margin-left: 0;
}

#primary-navigation li.social-icon {
	margin-left: 15px;
}

#primary-navigation li.social-icon.facebook {
	margin-left: 40px
}

#primary-navigation li.social-icon a {
	font-size: 9px;
}

#primary-navigation li a {
	color: #2c2c2c;
	font-size: 15px;
	transition: .3s;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}


.single-post #menu-item-31 a,
.single-zespol #menu-item-32 a,
.single-obszaryspecjalizacji #menu-item-33 a,
#primary-navigation .current_page_item a,
#primary-navigation li a:hover {
	color: #c8645b;
}

#language {
	margin-top: 4px;
	margin-left: 40px;
	width: auto;
}

#masthead .phone{
	display:flex;
	width:60px;
	height:60px;
	margin-left:20px;
}

@media screen and (min-width:481px){
	#masthead .phone{
		width:100px;
		height:100px;
	}
}

@media screen and (min-width:1401px){
	#masthead .phone{
		margin-left:40px;
	}
}

#masthead .phone__link{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#6B2F2B;
}

@media screen and (min-width: 1141px){
	#masthead .phone__link{
		background-color:#bf4c42;
	}
}
					
#masthead .phone__icon{
	width:18px;
	height:18px;
}

#slider {
	position: relative;
	margin-top: -100px;
	height: 100vh;
}

#slider .swiper-container,
#slider .swiper-wrapper,
#slider .swiper-slide {
	height: 100%;
}

#slider .swiper-slide {
	background-size: cover;
	background-position: center 80px;
	display: flex;
	align-items: center;
}

#slider .swiper-button-next {
	width: 23px;
	background: url(images/right.png) no-repeat center;
	right: 48px;
}

#slider .swiper-button-prev {
	width: 23px;
	background: url(images/left.png) no-repeat center;
	left: 48px;
}

#slider .c {
	color: #fff;
	padding-top: 57px;
	position: relative;
	z-index: 10;
}

#slider .h1 {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 20px;
	max-width: 50%;
}

#slider p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 28px;
	max-width: 50%;
}

#slider .toBottom {
	position: absolute;
	bottom: 10px;
	width: 100px;
	text-align: center;
	z-index: 98;
	left: 50%;
	margin-left: -25px;
}


#slider .toBottom a {
	color: #fff;
	font-size: 13px;
}

#slider .toBottom img {
	width: 100px;
	margin-left: 5px;
	margin-top: 5px;
	height: auto;
}

#slider .bg {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.line {
	padding-top: 60px;
	padding-bottom: 55px;
}

.line .c {
	display: flex;
}

.line .left {
	width: 65px;
	height: 100%;
}

.line .left span {
	width: 65px;
	height: 1px;
	background: #bf4c42;
	display: block;
	margin-top: 16px;
}

.line .right {
	width: 1075px;
	padding-left: 35px;
	position: relative;
}

.page-template-home .line .right {
	padding-right: 295.5px;
}

.line .h1 {
	color: #1f1f1f;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.line .description {
	line-height: 22px;
}

.line .more {
	width: 263.5px;
	margin-left: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.line .more a {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: calc(100% - 2px);
}

#aktualnosci {
	margin-bottom: 60px;
}

#aktualnosci .swiper-container {
	padding-bottom: 70px;
}

#aktualnosci .swiper-button-next {
	right: 0;
	bottom: 0;
	top: initial;
	left: initial;
	width: 40px;
	height: 40px;
	border: 1px solid #bf4c42;
}

#aktualnosci .swiper-button-prev {
	right: 50px;
	bottom: 0;
	top: initial;
	left: initial;
	width: 40px;
	height: 40px;
	border: 1px solid #bf4c42;
}

#referencje {
	background: #f0f0f0;
	padding-bottom: 70px;
}

/* Związek Przedsiębiorst Podatkowych */

.zpf {
	margin-bottom: 55px;
}

@media (min-width:767px) {
	.zpf {
		margin-bottom: 80px;
	}
}


.zpf .h1 {
	margin-bottom: 0;
}

.zpf .zpf__list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zpf .zpf__logo {
	width: auto;
}

.zpf .zpf__logo--1 {
	height: 40px;
	padding-right: 15px;
}

@media (min-width:767px) {
	.zpf .zpf__logo--1 {
		height: 80px;
		padding-right: 30px;
	}
}

.zpf .zpf__logo--2 {
	height: 50px;
	padding-left: 15px;
}

@media (min-width:767px) {
	.zpf .zpf__logo--2 {
		height: 100px;
		padding-left: 30px;
	}
}




.one-post .thumb {
	margin-bottom: 25px;
}

.one-post .h3 {}

.one-post .h3 a {
	color: #bf4c42;
	display: block;
	display: -webkit-box;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:none;
}

.single-post .date,
.one-post .date {
	display: block;
	line-height: 60px;
	color: #9498a1;
	font-size: 12px;
	padding-left: 30px;
	background: url(images/calendar.png) no-repeat left 20px;
}

.one-post p {
	color: #2f3542;
	line-height: 28px !important;
	display: block;
	display: -webkit-box;
	height: 84px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-post .autor,
.one-post .autor {
	margin-top: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

.single-post .autor img,
.one-post .autor img {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	margin-right: 10px;
	float: left;
}

.single-post .autor span,
.one-post .autor span {
	display: block;
	color: #acacac;
	font-size: 12px;
	line-height: 16px;
}

.one-post .autor a,
.single-post .autor a{
	color: #1f1f1f;
	text-decoration:none;
}

.one-post .autor a:hover,
.single-post .autor a:hover {
	color: #bf4c42;
}

.aktualnosci .swiper-button-next {
	background: url(images/right2.png) no-repeat center center;
	width: 12px;
	height: 24px;
}


.aktualnosci .swiper-button-prev {
	background: url(images/left2.png) no-repeat center center;
	width: 12px;
	height: 24px;
}

.referencja a {
	text-align: center;
	color:#1f1f1f;
}

.referencja a:hover {
	color: #bf4c42;
}

.referencje_hide {
	display: none;
}

.entry-header {
	background: #bf4c42;
	padding: 40px 0;
}

.single-obszaryspecjalizacji .topimg,
.entry-header h1 {
	font-size: 30px;
	color: #fff;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.entry-content p {
	line-height: 22px;
	word-wrap: break-word;
}

.entry-content p{
	margin-bottom:20px;
}

.entry-content p:last-child,
.entry-content p:last-of-type{
	margin-bottom: 0;
}


.single-post .entry-content p {
	line-height: 30px;
	color: #2f3542;
}

.single-post .entry-content h2 {
	margin-bottom: 20px;
	font-size: 22px;
}

.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin-bottom: 20px;
}

.single-post .entry-content li {
	color: #2f3542;
}

.entry-content strong {
	font-weight: 700;
}

.desc strong {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.entry-content a {
	color: #bf4c42;
	text-decoration: underline;
}

.entry-content>h3 {
	text-transform: uppercase;
	color: #1f1f1f;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.entry-content blockquote,
.single-post .entry-content blockquote {
	padding: 30px 60px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}

.entry-content blockquote p,
.single-post .entry-content blockquote p {
	font-size: 24px;
	line-height: 44px;
	color: #bf4c42;
}

@media screen and (max-width:767px){
	.entry-content .menu-social-container {
		position:absolute;
		right: 0;
		bottom:0;
	}
}

@media screen and (min-width:768px){
	.entry-content .menu-social-container {
		margin-top:20px;
	}
}
.menu-social-container li {
	list-style: none !important;
	display: inline-block;
	background: none !important;
	margin-right: 7px;
	padding-left: 0 !important;
	margin-bottom:0 !important;
}

.menu-social-container li a {
	font-size: 9px;
	text-decoration:none;
	color:#1f1f1f;
}

.menu-social-container li a:hover{
	color:#bf4c42;
}

.entry-content h2{
	margin-bottom:20px;
}

.entry-content ul>li {
	list-style: none;
	padding-left: 24px;
	background: url(images/li.png) no-repeat left 8px;
	margin-bottom: 20px;
	line-height: 22px;
}

.entry-content ol li {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 22px;
}

.entry-content ol li:last-child,
.entry-content ul li:last-child {
	margin-bottom: 0;
}

.entry-content ol:not(:last-child),
.entry-content ul:not(:last-child) {
	margin-bottom: 25px;
}

.entry-content li>ol,
.entry-content li>ul {
	margin-top: 10px;
}

.entry-content table {
	border: 1px solid #ababab !important;
	margin-bottom: 20px;
}

.entry-content tr td {
	border: 0 !important;
	border-right: 1px solid #ababab !important;
	border-bottom: 1px solid #ababab !important;
	padding: 10px 10px;
}

.entry-content tr:last-child td {
	border-bottom: 0px !important;
}

.entry-content tr td:last-child {
	border-right: 0px !important;
}

.entry-content tr td p:last-child {
	margin-bottom: 0;
}

.padding .entry-content .c {
	padding-left: 100px;
}

.single-obszaryspecjalizacji .line,
.padding .line {
	padding-bottom: 23px;
}

.single-obszaryspecjalizacji .line .h1,
.padding .line .h1 {
	margin-bottom: 0;
}



.spec2.c,
.page-template-obszary-specjalizacji .entry-content .c {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.single-obszaryspecjalizacji .specjalizacja,
.page-template-obszary-specjalizacji .specjalizacja {
	width: calc((100% / 3) - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	height: 250px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.single-obszaryspecjalizacji .specjalizacja2 {
	height: 180px;
}

.single-obszaryspecjalizacji .specjalizacja:nth-child(3n+3),
.page-template-obszary-specjalizacji .specjalizacja:nth-child(3n+3) {
	margin-right: 0;
}

.single-obszaryspecjalizacji .specjalizacja a,
.page-template-obszary-specjalizacji .specjalizacja a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+66,000000+100&0+66,0.6+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 66%, rgba(0, 0, 0, 0.6) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 66%, rgba(0, 0, 0, 0.6) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 66%, rgba(0, 0, 0, 0.6) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99000000', GradientType=0);
	/* IE6-9 */
}

.single-obszaryspecjalizacji .specjalizacja .title,
.page-template-obszary-specjalizacji .specjalizacja .title {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: calc(100% - 80px);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 10;
}

.single-obszaryspecjalizacji .listing {
	margin-top: 40px;
	padding-left: 100px;
	padding-bottom: 0;
}

@media screen and (min-width:1024px){	
	.single-obszaryspecjalizacji .entry-content .c {
		padding-left:120px;
	}
}

.single-obszaryspecjalizacji .topimg {
	height: 160px;
	background-size: cover !important;
	color: #fff;
	line-height: 160px;
	padding: 0 50px;
	position: relative;
}

.single-obszaryspecjalizacji .topimg span {
	position: relative;
	z-index: 2;
}

.single-obszaryspecjalizacji .topimg .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.single-obszaryspecjalizacji .specjalizacja a .bg,
.page-template-obszary-specjalizacji .specjalizacja a .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.single-obszaryspecjalizacji .specjalizacja a:hover .bg,
.page-template-obszary-specjalizacji .specjalizacja a:hover .bg {
	opacity: 1;
	visibility: visible;
}

.alm-reveal,
.page-template-aktualnosci .entry-content .c {
	display: flex;
	flex-wrap: wrap;
}

.alm-btn-wrap {
	text-align: center;
}


.page-template-aktualnosci .one-post {
	width: calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 70px;
	position: relative;
}

.page-template-aktualnosci .one-post:nth-child(4n+4) {
	margin-right: 0;
}

.wp-pagenavi {
	text-align: right;
	margin-bottom: 80px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 90;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .page {
	display: none;
}

.wp-pagenavi .current {
	display: none;
}

.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi .first {
	display: none;
}


.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: 99999px;
	display: inline-block;
	width: 41px;
	height: 41px;
	border: 1px solid #bf4c42;
}

.wp-pagenavi .nextpostslink {
	background: url(images/right2.png) no-repeat center center;
	margin-left: 3px;
}

.wp-pagenavi .previouspostslink {
	background: url(images/left2.png) no-repeat center center;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	border-color: #bf4c42;
}

.references {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #eaeaea;
}

.references .references__single {
	width: 100%;
	position: relative;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	height: 100px;
	display:flex;
	flex-direction: column;
	justify-content:center;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
}


.references .references__single:not(.references__single--home){
	height: 150px;
}

.references .references__single:last-child{
	border-bottom:1px solid #eaeaea;
}

.references .references__single--odd:nth-child(1){
	border-top:0;
}

@media screen and (min-width:480px){
	.references .references__single {
		width: 50%;
	}
	
	.references .references__single:nth-last-child(2){
		border-bottom:1px solid #eaeaea;
	}
	
	.references .references__single--odd:nth-child(2){
		border-top:0;
	}

}

@media screen and (min-width:1024px){
	.references .references__single {
		width: 25%;
	}
	
	.references .references__single:nth-last-child(3),
	.references .references__single:nth-last-child(4){
		border-bottom:1px solid #eaeaea;
	}
	
	.references .references__single--odd:nth-child(3),
	.references .references__single--odd:nth-child(4){
		border-top:0;
	}
}

.references .references__single a {
	display: inline-flex;
	margin: 0 auto;
	text-decoration:none;
}

.references .references__single:not(.references__single--home) a{
	color: #bf4c42;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	background: url(images/referencje.png) no-repeat left center;
	margin: 15px auto 0;
	padding-left: 15px;
}

.page-template-referencje .entry-content .button {
	margin-top: 30px;
	margin-bottom: 70px;
	width: 100%;
	text-align: center;
}

#projekty {
	background: #f0f0f0;
}

.wyroznione,
.nie_wyroznione {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 130px;
}

.nie_wyroznione {
	margin-bottom: 100px;
}

.wyroznione .zespol-one {
	width: 390px;
	margin-right: 30px;
	background: #e9ecf2;
}

.wyroznione .zespol-one:last-child {
	margin-right: 0;
}

.nie_wyroznione .zespol-one {
	width: calc((100% / 3) - 20px);
	margin-right: 30px;
	margin-bottom: 20px;
	background: #e9ecf2;
}

.wyroznione .zespo-one:nth-child(3n+3) {
	margin-right: 0;
}

.nie_wyroznione .zespol-one:nth-child(3n+3) {
	margin-right: 0;
}

.zespol-one img {
	font-size: 0;
}

.zespol-one .box {
	position: relative;
	margin-top: -5px;
	padding: 50px 20px 35px;
	text-align: center;
	color: #2f3542;
}

.nie_wyroznione .zespol-one .box {
	overflow: hidden;
}

.zespol-one h3 {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}

.zespol-one h3 a {
	color: #2f3542;
	transition: .3s;
}

.zespol-one h3 a:hover {
	color: #bf4c42;
}

.zespol-one .stanowisko {
	color: #808797;
	margin-top: 4px;
	display: block;
}

.nie_wyroznione .zespol-one h3 {
	font-size: 16px;
	line-height: 20px;
}

.zespol-one span.line {
	width: 45px;
	height: 1px;
	display: block;
	margin: 25px auto;
	background: #2f3542;
	padding: 0;
}

.zespol-one .box .spec {
	font-weight: 500;
	font-size: 14px;
}

.zespol-one .box p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0;
}

.zespol-one .box a{
	text-decoration:none;
	color:inherit;
}

.zespol-one .box a:hover{
	color:#bf4c42;
}

.columns.c {
	display: flex;
	margin-bottom: 70px;
}

@media screen and (min-width:1023px){
	.columns.c {
		margin-bottom: 100px;
	}
}

.columns .left {
	width: 260px;
}

.columns .right {
	width: 880px;
}

.columns .spec {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background: #bf4c42;
	line-height: 50px;
	margin-top: -5px;
	padding: 0 20px;
	color: #fff;
}

.columns .box {
	background: #e9ecf2;
	padding: 25px 20px 5px;
}

.columns .box p {
	margin-bottom: 20px;
}

.columns .box a {
	color: #2f3542;
	line-height: 18px;
	text-decoration: underline;
	display: block;
	position: relative;
	padding-left: 18px;
	transition: .3s;
}

.columns .box a:hover {
	color: #bf4c42;
}

.columns .box a:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 9px;
	height: 7px;
	background: url(images/arrow3.png) no-repeat left top;
}

.columns .title2 {
	background: #bf4c42;
	padding: 40px 30px;
	margin-bottom: 30px;
	color: #fff;
	position: relative;
}

.columns .title2 .t1 {
	font-size: 30px;
	line-height: 34px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}

.columns .title2 .info {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 26px 30px 26px 0;
	text-align: right;
}

.columns .title2 a {
	color: #fff;
}

.columns .title2 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.columns .content {
	padding-left: 30px;
}

.columns .listing {
	padding-left: 30px;
	margin-top: 60px;
	padding-bottom: 10px;
}

.columns .listing.publikacje {
	margin-top: 0;
}

.columns .listing.publikacje:last-child{
	padding-bottom:0;
}

@media screen and (min-width: 1024px){
	.columns .listing .desc {
		width: 600px;
	}
}


.listing.publikacje .desc {
	margin-right: 30px;
}

.button.back {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 992px){
	.button.back {
		text-align: right;
	}
}

.button.back a {
	position: relative;
	padding-left: 54px
}

.button.back a:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 7px;
	background: url(images/arrow6.png) no-repeat center;
	left: 26px;
	top: 17px;
}

.listing {
	padding-bottom: 100px;
}

.listing .kategoria {
	border: 1px solid #d4d6d9;
	padding: 25px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	transition: .3s;
	color: #2f3542;
}

.listing .kategoria.active,
.listing .kategoria:hover {
	color: #bf4c42;
}

.listing .kategoria:last-child {
	margin-bottom: 0;
}

.listing .arrow {
	position: absolute;
	right: 40px;
	top: 33px;
	width: 12px;
	height: 8px;
	background: url(images/arrow.png) no-repeat center center;
	transition: .3s;
}

.listing .kategoria.active .arrow,
.listing .kategoria:hover .arrow {
	background: url(images/arrow2.png) no-repeat center center;
}

.listing .kategoria.active .arrow {
	transform: rotate(180deg);
}

.listing .content {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-top: 25px;
	line-height: 24px;
	display: none;
	padding-left: 0 !important;
	color: #2f3542 !important;
}

.listing .one {
	display:block;
	padding-top: 20px;
	border-top: 1px solid #d4d6d9;
	padding-bottom: 20px;
}

@media screen and (min-width:1024px){
	.listing .one {
		display: flex;
	}
}

.listing .title {
	width: 265px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	text-align: center;
}

.desc .title {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.listing .full .title,
.publikacje.listing .title {
	padding-left: 0;
	text-align: left;
	padding-right: 0;
}

@media screen and (min-width:1024px){
	.listing .desc {
		width: 785px;
		margin-left: auto;
	}
}

.listing .full .desc {
	width: 100%;
}

.listing .desc p {
	margin-bottom: 20px;
}

.listing .desc p:last-child {
	margin-bottom: 0;
}

.listing .pliki {
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:1023px){
	.listing .pliki {
		margin-top:10px;
	}
}

.listing .pliki .button a {
	padding: 9px 48px 9px 22px;
	font-size: 12px;
}

.listing .pliki .button a:after {
	content: "";
	background: url(images/arrow5.png) no-repeat center center;
	width: 9px;
	height: 7px;
	position: absolute;
	margin-top: 8px;
	margin-left: 16px;
}

.listing .data_publikacji {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

@media screen and (min-width:1024px){
	.listing .data_publikacji {
		margin-bottom: 23px;
	}
}

.listing .data_publikacji span {
	color: #aaaaaa;
}

@media screen and (min-width:1024px){
	.listing .data_publikacji span {
		margin-left: 35px;
	}
}

.listing .miniatura_pdf {
	width: 105px;
	height: auto;
	border: 1px solid #e9e8e9;
	border-radius: 2px;
}

#map {
	height: 380px;
}

.page-template-kontakt .entry-content .c {
	margin-top: 100px;
	display: flex;
	margin-bottom: 100px;
}

.page-template-kontakt .entry-content .c .form {
	width: 66%;
}

.page-template-kontakt .entry-content .c .entry-content {
	width: 34%;
	padding-right: 30px;
	position: relative;
}

.page-template-kontakt .entry-content p {
	font-size: 14px;
	line-height: 26px;
}

.page-template-kontakt .i1,
.page-template-kontakt .i2,
.page-template-kontakt .i3 {
	padding-left: 30px;
	background-position: left 5px;
	background-repeat: no-repeat;
}

.page-template-kontakt .i1 {
	background-image: url(images/i1.png);
	margin-top:20px;
}

.page-template-kontakt .i2 {
	background-image: url(images/i2.png);
}

.page-template-kontakt .i3 {
	background-image: url(images/i3.png);
}

.page-template-kontakt .i1 a,
.page-template-kontakt .i2 a,
.page-template-kontakt .i3 a{
	color:#1f1f1f;
	text-decoration:none;
}

.page-template-kontakt .i1 a:hover,
.page-template-kontakt .i2 a:hover,
.page-template-kontakt .i3 a:hover{
	color:#bf4c42;
	text-decoration:underline;
}

.single-post .columns .content {
	padding-left: 0;
}

.single-post .columns .right {
	padding-right: 30px;
}

.left h2,
.single-post .title h2 {
	color: #1f1f1f;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.left h2 {
	margin-top: 76px;
	margin-bottom: 10px;
}

.single-post .one-post {
	background: #fafafa;
	padding: 30px 20px;
	margin-top: -5px;
}

.single-post .single-post-image {
	margin-bottom: 50px;
}

.single-post .single-meta {
	display: flex;
	align-items: center;
	margin: 12px 0 15px;
}

.single-post .autor {
	margin-top: 0;
	margin-right: 20px;
	min-width: 180px;
}

.single-post .one-post .autor {
	margin-top: 30px;
}

.single-post .share {
	margin-top: 60px;
	overflow: hidden;
}

.single-post .share p {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.single-post .share>div {
	padding: 30px 0;
	border-top: 1px solid #eaeaec;
	border-bottom: 1px solid #eaeaec;
}


.single-post .share a{
	color:inherit;
	transition:color 300ms;
}


.single-post .share a:hover{
	color:#c8645b;
}

.social-sharing a {
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 8px !important;
	width: 26px;
	height: 26px;
	border: 2px solid #fff !important;
	background: none !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	text-indent: 99999px;
}

.social-sharing a.button-facebook {
	border-color: #3b5998 !important;
	background-image: url(images/f.png) !important
}

.social-sharing a.button-twitter {
	border-color: #1da1f2 !important;
	background-image: url(images/t.png) !important
}

.social-sharing a.button-linkedin {
	border-color: #1f88bd !important;
	background-image: url(images/in.png) !important
}

#newsletter {
	background: #bf4c42;
	padding: 44px 0 45px;
	color: #fff;
	text-align: center;
}

#newsletter .t1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

#newsletter .t2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
}

#newsletter .wpcf7,
#newsletter .widget_wysija {
	max-width: 550px;
	margin: 35px auto 0;
	position: relative;
}

#newsletter .wpcf7 {
	text-align: left;
}

#newsletter .wpcf7-form .h2 {
	color: inherit;
}

#newsletter .wpcf7-acceptance .wpcf7-list-item-label:after,
#newsletter .wpcf7-checkbox .wpcf7-list-item-label:after,
#newsletter .wpcf7-acceptance .wpcf7-list-item-label:before,
#newsletter .wpcf7-checkbox .wpcf7-list-item-label:before {
	border: 1px solid #fff;
}

#newsletter .flex span:first-child {
	flex-grow: 1;
	margin: 0;
}

#newsletter .flex>input {
	width: 100%;
	margin-top: 10px;
}

@media screen and (min-width:992px) {
	#newsletter .flex>input {
		width: 180px;
		margin-top: 0;
	}
}

#newsletter p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#newsletter a {
	color: inherit;
}

#newsletter input {
	border: 0;
}

#newsletter .wysija-input {
	background-image: url(images/newsletter.png);
	border: 0;
	outline: 0;
	padding-right: 180px;
}

#newsletter .wysija-submit {
	margin-top: 0;
	background: #2f3542;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	outline: 0;
	height: 44px;
	line-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-right: 0;
}

#newsletter input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	background: #2f3542;
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
}

#newsletter .more {
	color: inherit;
}

#newsletter .wpcf7-not-valid-tip {
	color: #FDCBCB;
}

#newsletter ul {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
}


.flex {
	display: flex;
	margin-bottom: 15px;
}

.flex span {
	display: block;
	width: calc(100%/3 - 10px);
	margin-right: 15px;
}

.flex .wpcf7-not-valid-tip {
	width: 100%;
}

.flex span:last-child {
	margin-right: 0;
}

textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	width: 100%;
	border: 1px solid #c0c2c6;
	height: 44px;
	color: #767c88;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0 20px 0 50px;
	outline: 0;
	background-position: 20px center;
	background-repeat: no-repeat;
	border-radius: 0;
}

.wpcf7 .wpcf7-text,
.your-name .wpcf7-text {
	background-image: url(images/name.png);
}

.wpcf7 .your-email,
.your-email .wpcf7-email {
	background-image: url(images/email.png);
}

.wpcf7 .wpcf7-tel,
.tel-901 .wpcf7-tel {
	background-image: url(images/tel.png);
}

textarea {
	height: 260px;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display:block;
}

textarea:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus {
	border-color: #bf4c42;
}

form input[type="submit"] {
	color: #fff;
	background: #bf4c42;
	position: relative;
	margin-top: -8px;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

form .wpcf7-spinner {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 20px;
	padding: 8px 14px 8px 14px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

.wpcf7-field {
	margin-bottom: 30px;
}

.wpcf7-field--small {
	margin-bottom: 10px;
}


.wpcf7-acceptance,
.wpcf7-checkbox {
	display: block;
}

.wpcf7-checkbox span {
	display: block;
	margin-left: 0;
	margin-bottom: 10px;
}

.wpcf7-checkbox span:not(:last-child) {
	margin-bottom: 15px;
}

.wpcf7-acceptance span {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.wpcf7-acceptance input,
.wpcf7-checkbox input {
	display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 30px;
	position: relative;
	display: block;
}

.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: -1px;
	border: 1px solid #bf4c42;
	border-radius: 2px;

}

.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after {
	content: "";
	background: url(images/checked.svg) no-repeat center center;
	opacity: 0;
	visibility: hidden;
}

.wpcf7-acceptance input:checked+.wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked+.wpcf7-list-item-label:before {
	background-color: #bf4c42;
}

.wpcf7-acceptance input:checked+.wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after {
	opacity: 1;
	visibility: visible;
}

#wpcf7-f4046-p3037-o1 input[type="submit"] {
	height: 44px;
}

@media (min-width:992px) {
	#wpcf7-f4046-p3037-o1 input[type="submit"] {
		margin-left: 15px;
	}
}


@media (max-width:992px) {
	#wpcf7-f4046-p3037-o1 input[type="submit"] {
		width: 100%;
	}
}

#wpcf7-f4046-p3037-o1 p,
#wpcf7-f4046-p3037-o1 ul li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#wpcf7-f4046-p3037-o1 ul {
	margin-bottom: 10px;
}

#wpcf7-f4046-p3037-o1 ul li {
	margin-bottom: 0;
	background-position: left 5px;
}

#wpcf7-f4046-p3037-o1 ul li:after {}

.wpcf7-form .h2 {
	margin-bottom: 20px;
	color: #bf4c42;
	font-size: 16px;
}

.wpcf7-form input[type="submit"] {
	margin-top: 0;
}

.page-template-default .entry-content {
	padding-top: 60px;
	padding-bottom: 45px;
}

#colophon {
	background: #242424;
	padding: 65px 0;
	position: relative;
	color: #fff;
	font-size: 14px;
}

@media screen and (min-width: 768px){
	#colophon{
		padding-bottom:30px;
	}
}

#colophon p {
	line-height: 28px;
}

#colophon a {
	color: #fff;
}

#colophon .c {
	display: flex;
}

#colophon .c .c1,
#colophon .c .c2 {
	width: 50%;
}

#colophon .c2 {
	text-align: right;
}

#colophon .copyright {
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:576px){
	#colophon .copyright {
		line-height:28px;
	}
}

#colophon .copyright span{
	display:none;
}

@media screen and (min-width:576px){
	#colophon .copyright span{
		display:inline-block;
		margin:0 5px;
	}
}

@media screen and (max-width:576px){
	#colophon .copyright *{
		display:block;	
	}
}

#colophon .copyright a {
	color: #fff;
}

#toTop {
	width: 30px;
	height: 30px;
	background: #bf4c42 url(images/totop.png) no-repeat center center;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	margin-left: -15px;
	cursor: pointer;
}

.cookies-set #cookie-notice,
.cookies-accepted #cookie-notice {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transition-delay: .1s;
}

#cookie-notice {
	left: 10px;
	right: 10px;
	bottom: 10px;
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
	border: 1px solid #bf4c42;
}

#cn-notice-text {
	text-align: left;
	display: inline-block;
}

#cn-accept-cookie {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	color: #bf4c42;
}

#cn-more-info {
	color: #bf4c42;
}

.pum-title.popmake-title {
	display: none;
}

.pum-content.popmake-content {
	padding-top: 50px;
}

.popmake-content img {
	margin-bottom: 45px;
}

.popmake-content .widget_wysija {
	background: #c8645b;
	padding: 50px 50px 0 50px;
	margin-top: 45px;
	position: relative;
	margin-bottom: 20px;
}

.popmake-content .wysija-input {
	background-image: url(images/newsletter.png);
}

.popmake-content .wysija-input:focus {
	border-color: #c0c2c6;
}

.popmake-content .wysija-submit {
	position: absolute;
	right: 50px;
	top: 50px;
	background: #2f3543;
	border: 0px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #fff;
	margin: 0;
}

.popmake-content .p1 {
	color: #121212;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.popmake-content .p2 {
	color: #bd4c44;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.popmake-content form .wysija-paragraph:first-child {
	width: 100%;
	background: transparent;
	margin-left: 0;
	padding: 0;
	margin-bottom: 45px;
	font-size: initial;
}

.popmake-content form .wysija-paragraph {
	width: calc(100% + 100px);
	background: #fff;
	position: relative;
	margin-left: -50px;
	padding: 20px 50px 0;
	font-size: 11px;
	line-height: 15px;
	color: #a6a6a6;
}

.popmake-content label {
	margin-bottom: 0 !important;
}

.popmake-content #reg {
	color: #000;
	display: inline-block;
	cursor: pointer;
}

.popmake-close {
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: 0;
	outline: 0;
	-webkit-apperance: none;
	appearance: none;
}

.widget_wysija .wysija-radio-label,
.widget_wysija .wysija-checkbox-label {
	position: relative;
}


.formError {
	left: 0 !important;
	top: -30px !important;
}

.formError .formErrorContent {
	width: 100%;
}

.infobox-wrapper {
	display: none;
}

.pum-content .wpcf7 {
	padding: 40px;
	font-size: 12px;
}

.pum-content .wpcf7 .flex span:first-child {
	flex-grow: 1;
	margin: 0;
}

.pum-content input[type="submit"] {
	height: 44px;
}


.pum-content .wpcf7 a {
	color: inherit;
}

.pum-content .wpcf7 ul,
.pum-content .wpcf7 p {
	margin-bottom: 10px;
}


.pum-content .wpcf7 ul {
	padding-left: 20px;
}

#infobox {
	padding: 15px;
}

#infobox p.title {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

#infobox p {
	font-size: 14px;
	color: #fff;
}

.mobile2,
.mobile {
	display: none;
}

@media only screen and (max-width: 1400px) {

	#primary-navigation li {
		margin-left: 20px;
	}

	#primary-navigation li.social-icon.facebook {
		margin-left: 20px;
	}

	#primary-navigation li.social-icon {
		margin-left: 7px;
	}

	#language {
		margin-left: 20px;
	}

	#slider .swiper-button-next {
		right: 20px;
	}

	#slider .swiper-button-prev {
		left: 20px;
	}

}


@media only screen and (max-width: 1240px) {
	#masthead .logotyp img {
		height: 60px;
		width: 190px;
	}
	
	#primary-navigation li {
		margin-left: 12px;
	}
}

@media only screen and (max-width: 1140px) {

	.c {
		width: 940px;
	}

	#masthead,
	#masthead .fixed {
		height: 100px;
	}

	#masthead .fixed {
		padding: 0;
	}

	#masthead .c {
		padding-right:0;
		padding-left: 20px;
	}

	.mobile {
		display: block;
	}

	button.mobile {
		position: relative;
		height: 100%;
		width: 100px;
		background: #bf4c42;
		border: 0;
		outline: 0;
		transition: background 300ms;
		padding:0;
	}

	button.mobile.active {
		background: #fff;
	}

	button.mobile span {
		height: 2px;
		width: 30px;
		position: absolute;
		left: 35px;
		background: #fff;
		border-radius: 2px;
	}

	button.mobile.active span {
		background: #bf4c42;
	}

	button.mobile .sp1 {
		top: 40px;
	}

	button.mobile .sp2 {
		top: 46px;
		width: 22px
	}

	button.mobile span.sp3 {
		bottom: 46px;
	}

	button.mobile span.sp4 {
		bottom: 40px;
		width: 15px;
	}

	#language {
		/*margin-left: auto;*/
	}

	#primary-navigation {
		position: absolute;
		left: 0;
		top: 100px;
		background: #fff;
		width: 100%;
		padding: 20px 0;
		transition: .3s;
		transform: translateX(20px);
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
	}

	#primary-navigation>div {
		height: 100%;
		overflow: auto;
	}

	#primary-navigation.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	#primary-navigation li {
		display: block;
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}

	#primary-navigation li.social-icon {
		display: none;
	}

	#primary-navigation li a {
		display: block;
		padding: 10px 0;
	}

	#masthead #social {
		display: block;
		right: 158px;
		top: 42px;
	}

	#masthead #social li {
		margin: 0 6px;
	}

}


@media only screen and (max-width: 1023px) {

	.c {
		width: 760px;
	}

	.mobile2 {
		display: block;
	}

	#slider {
		height: 500px;
		margin-top: 0;
	}

	#slider .c {
		padding-top: 0;
	}

	#slider .swiper-slide {
		background-position: top center;
	}

	#slider p,
	#slider .h1 {
		width: 100%;
		max-width: 100%;
	}

	#slider .toBottom,
	#slider .swiper-button-next,
	#slider .swiper-button-prev {
		display: none;
	}

	.single-post .columns.c {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.single-post .columns .right {
		padding-right: 0;
	}

	.single-post .columns .left {
		display: block;
		width: 100%;
	}

	#powiazany {
		position: relative;
		margin-top: 30px;
		padding-bottom: 50px;
	}

	#powiazany>a {
		position: absolute;
		left: 0;
		top: 0;
		width: 160px;
		height: 100%;
		z-index: 22;
	}

	#powiazany .one-post {
		padding-left: 180px;
		padding-right: 20px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	#powiazany .one-post h3 {
		margin-bottom: 8px;
	}

	#powiazany .one-post .h3 a {
		height: 24px;
	}

	#powiazany .one-post p {
		height: 56px;
	}

	#powiazany .one-post .date {
		position: absolute;
		left: 0;
		bottom: -10px;
	}

	#powiazany .one-post .autor {
		position: absolute;
		left: 180px;
		bottom: 0;
		margin-top: 0;
	}

	.columns .right {
		width: 100%;
	}

	.columns .left {
		display: none;
	}

	.columns .content {
		padding-left: 0;
	}

	.columns .listing {
		padding-left: 0;
	}

	.columns .title2 {
		height: 320px;
		padding: 20px;
		padding-left: 300px;
	}

	.columns .title2 .info {
		left: 300px;
		text-align: left;
		bottom: 0;
		height: auto;
		top: initial;
	}

	.columns .title2 img:not(.linkedin img) {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		height: 320px;
	}

	.columns .title2 .specjalizacja {
		margin-top: 20px;
	}

	.columns .box2 {
		margin-top: 5px;
	}

	.columns .box2 li {
		list-style: none;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 3px;
	}

	.columns .box2 li a {
		padding-right: 5px;
		text-decoration: underline;
	}

	.line .left {
		display: none;
	}

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

	.line .right .h1 {
		position: relative;
	}

	.line .right .h1:after {
		content: "";
		width: 65px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -10px;
		background: #bf4c42;
	}

	.page-template-home .line .right {
		padding-right: calc(33% + 10px);
	}

	.line .more {
		width: calc(33% - 10px);
	}

	.wyroznione,
	.nie_wyroznione {
		margin-bottom: 80px;
	}

	.wyroznione+.c {
		padding: 0;
	}

	.wyroznione .zespol-one {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.wyroznione .zespol-one:nth-child(2n+2) {
		margin-right: 0;
	}

	.zespol-one .box {
		padding: 35px 10px 20px;
	}

	.nie_wyroznione .zespol-one .box {
		padding: 20px 5px 5px;
	}

	.nie_wyroznione .zespol-one {
		width: calc((100% / 3) - 8px);
		margin-right: 12px;
		margin-bottom: 8px;
	}

	.single-obszaryspecjalizacji .specjalizacja,
	.page-template-obszary-specjalizacji .specjalizacja {
		height: initial;
		padding-top: 25%;
	}

	.single-obszaryspecjalizacji .specjalizacja .title,
	.page-template-obszary-specjalizacji .specjalizacja .title {
		left: 20px;
		bottom: 20px;
	}

	.single-obszaryspecjalizacji .line {
		padding-top: 30px;
	}

	.single-obszaryspecjalizacji .topimg {
		padding-top: 20%;
		height: initial;
		background-position: top center;
	}

	.page-template-aktualnosci .one-post {
		width: calc((100% / 3) - 14px);
		margin-right: 21px;
	}

	.page-template-aktualnosci .one-post:nth-child(4n+4) {
		margin-right: 21px;
	}

	.page-template-aktualnosci .one-post:nth-child(3n+3) {
		margin-right: 0;
	}

	.page-template-kontakt .entry-content .c .entry-content {
		width: 50%;
		margin-right: 0;
	}

	.page-template-kontakt .entry-content .c .form {
		width: 50%;
	}

	.flex {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.flex span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

}


@media only screen and (max-width: 767px) {

	.c {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#masthead #social {
		display: none;
	}

	#primary-navigation ul {
		text-align: center;
	}

	#primary-navigation li.social-icon {
		display: inline-block;
		width: auto;
	}

	#primary-navigation li.social-icon.facebook {
		margin-left: 0;
	}

	#slider .h1 {
		font-size: 40px;
		line-height: 46px;
	}

	#referencje .line .c,
	#aktualnosci .line .c {
		padding-left: 20px;
		padding-right: 20px;
	}


	.wyroznione {
		margin-bottom: 20px;
	}

	.nie_wyroznione {
		margin-bottom: 0;
	}

	.nie_wyroznione .zespol-one {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}


	.nie_wyroznione .zespol-one:nth-child(3n+3) {
		margin-right: 20px;
	}

	.nie_wyroznione .zespol-one:nth-child(2n+2) {
		margin-right: 0;
	}

	.single-obszaryspecjalizacji .specjalizacja,
	.page-template-obszary-specjalizacji .specjalizacja {
		height: initial;
		padding-top: 25%;
		margin-right: 0;
		margin-bottom: 0;
		width: 50%;
		padding-top: 33%;
	}

	.single-obszaryspecjalizacji .listing {
		padding-left: 0;
	}

	.page-template-aktualnosci .one-post {
		width: calc((100% / 2) - 15px);
		margin-right: 30px;
	}

	.page-template-aktualnosci .one-post:nth-child(4n+4) {
		margin-right: 0px;
	}

	.page-template-aktualnosci .one-post:nth-child(3n+3) {
		margin-right: 30px;
	}

	.page-template-aktualnosci .one-post:nth-child(2n+2) {
		margin-right: 0px;
	}

	.one-post img {
		width: 100%;
		height: auto;
	}

	.page-template-kontakt .entry-content .c {
		flex-wrap: wrap;
		margin: 50px 0;
	}

	.page-template-kontakt .entry-content .c .entry-content {
		width: 100%;
	}

	.entry-content .menu-social-container ul {
		text-align: right;
	}

	.page-template-kontakt .entry-content .c .form {
		width: 100%;
		margin-top: 20px;
	}

	.listing .kategoria {
		padding: 15px 20px;
	}

	.listing .arrow {
		right: 20px;
		top: 23px;
	}

	.columns .title2 {
		height: auto;
		padding-left: 20px;
		padding-bottom: 120px;
	}

	.columns .title2 img:not(.linkedin img) {
		width: calc(100% + 40px);
		height: auto;
		position: relative;
		top: -20px;
		left: -20px;
		max-width: initial;
	}

	.columns .title2 .info {
		left: 20px;
		bottom: 0px;
	}

	#colophon .c {
		flex-wrap: wrap;
	}

	#colophon .c .c1,
	#colophon .c .c2 {
		width: 100%;
		text-align: center;
	}

	#colophon .c .c1 {
		margin-bottom: 30px;
	}

	.popmake-content form .wysija-paragraph:first-child {
		margin-bottom: 0;
	}

	.popmake-content .wysija-submit {
		width: 100%;
		position: static;
		margin-bottom: 50px;
	}

}



@media only screen and (max-width: 480px) {

	#masthead,
	#masthead .fixed {
		height: 60px;
	}

	#masthead .fixed .c {
		padding-right: 0;
	}

	#masthead .c {
		padding-left: 10px;
	}

	#masthead .logotyp img {
		height: 40px;
		width: 127px;
	}

	.left h2,
	.single-post .title h2 {
		font-size: 26px;
		line-height: 32px;
	}

	button.mobile {
		width: 60px;
		margin-left:0;
	}

	button.mobile span {
		left: 15px;
	}

	button.mobile span.sp1 {
		top: 31px
	}

	button.mobile span.sp2 {
		top: 36px
	}

	button.mobile span.sp3 {
		bottom: 37px
	}

	button.mobile span.sp4 {
		bottom: 32px
	}


	#primary-navigation {
		top: 60px;
	}

	.page-template-home .line .right {
		padding-right: 0;
	}

	.line .more {
		position: static;
		width: 100%;
		margin-top: 10px;
	}

	.page-template-aktualnosci .one-post {
		width: 100%;
		margin-right: 0px !important
	}

	.single-obszaryspecjalizacji .topimg,
	.entry-header .entry-title,
	.entry-header h1 {
		text-align: center;
	}

	.wyroznione {
		margin-bottom: 0;
	}

	.wyroznione .zespol-one {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.nie_wyroznione .zespol-one {
		width: 100%;
		margin-right: 0;
	}

	.nie_wyroznione .zespol-one:nth-child(3n+3) {
		margin-right: 0px;
	}

	.single-post .single-post-image {
		margin-bottom: 25px;
	}

	.zespol-one img {
		width: 100%;
		height: auto;
	}

	#powiazany>a {
		position: static;
	}

	#powiazany>a img {
		width: 100%;
		height: auto;
	}

	#powiazany .one-post {
		padding: 20px;
	}

	#powiazany .one-post .h3 a {
		height: 96px;
	}

	#powiazany .one-post p {
		height: 84px;
	}

	#powiazany .one-post .date {
		position: static;
	}

	#powiazany .one-post .autor {
		position: static;
		margin-top: 30px;
	}

	#newsletter .wysija-input {
		padding-right: 20px;
	}

	#newsletter .wysija-submit {
		position: static;
		width: 100%;
	}
	
	.single-obszaryspecjalizacji .specjalizacja,
	.page-template-obszary-specjalizacji .specjalizacja {
		width:100%;
		padding-top:50%;
	}
	
	.single-obszaryspecjalizacji .specjalizacja:not(:last-child),
	.page-template-obszary-specjalizacji .specjalizacja:not(:last-child){
		margin-bottom:20px;
	}
}

.breadcrumb{
	margin:20px 0;
	font-size:14px;
}

.breadcrumb a{
	color:inherit;
}

.breadcrumb .breadcrumb__container > span{
	display:flex;
	align-items:center;
}

.breadcrumb .breadcrumb_spacer{
	width: 18px;
	height: 17px;
	line-height: 1;
	margin: 0 8px;
	display:inline-block;
	background:url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.646 8.90401C11.7445 8.80564 11.7999 8.6722 11.8 8.53301V8.26701C11.7984 8.12812 11.7433 7.99521 11.646 7.89601L8.04805 4.30501C7.98233 4.23875 7.89287 4.20148 7.79955 4.20148C7.70623 4.20148 7.61677 4.23875 7.55105 4.30501L7.05405 4.80201C6.9882 4.86652 6.9511 4.95482 6.9511 5.04701C6.9511 5.13919 6.9882 5.22749 7.05405 5.29201L10.169 8.40001L7.05405 11.508C6.98779 11.5737 6.95052 11.6632 6.95052 11.7565C6.95052 11.8498 6.98779 11.9393 7.05405 12.005L7.55105 12.495C7.61677 12.5613 7.70623 12.5985 7.79955 12.5985C7.89287 12.5985 7.98233 12.5613 8.04805 12.495L11.646 8.90401Z' fill='rgb(51, 51, 51)'/%3E%3C/svg%3E") no-repeat center;

}
.breadcrumb .breadcrumb_last{
	color:#bf4c42;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.categories-list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:40px;
}

@media screen and (min-width:992px){
	.categories-list{
		margin-top:60px;
	}
}

.categories-list__btn{
	align-items: center;
	background-color:transparent;
	border-radius: 21px;
	color: #2c2c2c;
	border:1px solid #2c2c2c;
	display: inline-flex;
	font-size: 12px;
	height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	transition: .3s;
	opacity:0.5;
}

@media screen and (min-width:992px){
	.categories-list__btn{
		height: 42px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 14px;
	}
}

.categories-list__btn:hover{
	border-color:#bf4c42;
	color:#bf4c42;
	opacity:1;
}

.categories-list__btn--active{
	color:#fff;
	border-color:#bf4c42;
	background-color:#bf4c42;
	opacity:1;
}

.categories-list__btn--active:hover{
	color:#fff;
}


/* Post ad 
 * Baner for post type and obszaryspecjalizacji
 * */

.post-ad{
	margin-top:60px;
}

.post-ad--spec{
	margin-bottom:60px;
}

.post-ad__grid{
	background-color:#bf4c42;
	padding:30px;
	display:grid;
	grid-template-columns: 1fr;
	gap:20px;
}

@media screen and (min-width:992px){
	.post-ad__grid{
		grid-template-columns: 1fr auto;
		padding:45px;
	}
}

.post-ad__left{
	color:#fff;
}

.post-ad__right{
	align-self:end;
}

.post-ad .h1{
	font-size:26px;
	line-height:1.3;
	font-weight:500;
	margin-top:15px;
}

@media screen and (min-width:992px){
	.post-ad .h1{
		font-size:42px;
	    margin-top:40px;
	}
}

.post-ad .h2{
	font-size:20px;
	line-height:1.3;
	margin-top:10px;
}

@media screen and (min-width:992px){
	.post-ad .h2{
		font-size:32px;
	}
}

.post-ad .button a{
	padding-left:30px;
	padding-right:30px;
}


@media screen and (max-width:992px){
	.post-ad br{
		display:none;
	}
}
