/*
Theme Name: Romaniszyn
Author: Webtom.pl
Author URI: https://webtom.pl/
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,700&subset=latin-ext');

* {
	font-family: 'PT Sans', sans-serif;
}



:focus {
	outline: 0;
}

/* =WordPress Core- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

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

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

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

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

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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;
}

/*GALERIA WORDPRESS*/
#prevLink,
#nextLink {
	transition: none;
}

.gallery {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.gallery a {
	border: 3px solid #ffffff;
	display: block;
	float: left;
	padding: 0;
	overflow: hidden;
}

.gallery-columns-1 a {
	width: 100%;
}

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

.gallery-columns-3 a {
	width: 33.333333%;
}

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

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

.gallery-columns-6 a {
	width: 16.666666%;
}

.gallery-columns-7 a {
	width: 14.2857%;
}

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

.gallery-columns-9 a {
	width: 11.11111%;
}

.gallery a img {
	height: auto;
	width: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.gallery a img:hover,
.gallery a img:focus {
	transform: rotate(5deg) scale(1.1);
}

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

	.gallery-columns-4 a,
	.gallery-columns-6 a,
	.gallery-columns-8 a {
		width: 50%;
	}

	.gallery-columns-5 a,
	.gallery-columns-7 a,
	.gallery-columns-9 a {
		width: 33.33333%;
	}
}

/*HEAD*/
#menu-top {
	background-color: #00101f;
	border-bottom: 5px solid #42a8de;
}

#contact-top {
	line-height: 35px;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#contact-top li {
	display: inline-block;
}

#contact-top li a {
	display: block;
}

#contact-top li a {
	padding: 0 15px;
	color: #fff;
}

#contact-top li a:nth-last-child(-n+2) {
	padding: 0 8px;
}

#contact-top li a:hover,
#contact-top li a:focus {
	background-color: #42a8de;
}

#contact-top li a span {
	font-family: 'PT Sans Narrow', sans-serif;
}

#contact-top li a i {
	font-size: 17px;
	color: #42a8de;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#contact-top li a:hover i,
#contact-top li a:focus i {
	color: #fff;
}


/*
WCAG
*/
#wcag {
	display: table;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#wcag>li {
	display: table-cell;
	vertical-align: middle;
}

#wcag>li>a {
	cursor: pointer;
	display: block;
	line-height: 35px;
	color: #42a8de;
	padding: 0 3px;
}

#wcag>li>a:hover,
#wcag>li>a:focus,
#wcag>li>a.active,
#wcag>li>a#font-normal:hover,
#wcag>li>a#contrast-normal:hover,
#wcag>li>a#font-normal:focus,
#wcag>li>a#contrast-normal:focus {
	background-color: #42a8de;
	color: #fff;
}

#wcag>li>a#font-normal {
	background-color: transparent;
	color: #42a8de;
	font-size: 16px;
}

#wcag>li>a#font-bigger {
	font-size: 20px;
}

#wcag>li>a#font-bigest {
	font-size: 23px;
}


#wcag>li>a#contrast-normal {
	background-color: transparent;
	color: #42a8de;
}

#wcag>li>a#contrast-white {
	color: #fff;
}

#wcag>li>a#contrast-yellow {
	color: #ffff00;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 100px !important;
	background: transparent !important;
	background-position: unset !important;
	height: 100px !important;
	top: calc(50% - 100px) !important;
	left: 0 !important;
	margin-top: 0 !important;
	position: absolute !important;
	z-index: 110 !important;
}

.ms-skin-default .ms-nav-next {
	right: 0 !important;
	left: auto !important;
}

.ms-skin-default .ms-nav-next::after,
.ms-skin-default .ms-nav-prev::after {
	color: #3f597d;
	font-size: 100px;
	font-family: FontAwesome;
	opacity: 0.5;
	display: block;
	line-height: 100px;
	text-align: center;
}

.ms-skin-default .ms-nav-next:hover::after,
.ms-skin-default .ms-nav-prev:hover::after,
.ms-skin-default .ms-nav-next:focus::after,
.ms-skin-default .ms-nav-prev:focus::after {
	opacity: 1;
}

.ms-skin-default .ms-nav-next::after {
	content: "\f105";
}

.ms-skin-default .ms-nav-prev::after {
	content: "\f104";
}

/*MENU*/
.after {
	display: none;
}

#main-navigation ul {
	float: right;
}

#main-navigation ul li .sub-menu {
	visibility: hidden;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 20;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	transform: translate(5px, 5px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	left: 0;
}

@media screen and (min-width: 991px) {

	#main-navigation ul li:hover .sub-menu,
	#main-navigation ul li:focus .sub-menu {
		visibility: visible;
		transform: translate(0, 0);
		opacity: 1;
	}
}

#main-navigation ul li .sub-menu li {
	position: relative;
}

#main-navigation ul li .sub-menu li a {
	background-color: #EBEBEB;
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 10px 13px;
	text-align: left;
}

#menu-item-583>a,
#menu-item-584>a,
#menu-item-582>a {
	cursor: default;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu li a:focus {
	background-color: #42A8DE;
	color: #fff;
}

/*FRONT*/
#terminarz-szkolen {
	background-color: rgba(112, 200, 246, 0.9);
	height: 100px;
	margin-top: -100px;
	position: relative;
}

#terminarz-szkolen h2 {
	color: #fff;
	display: inline-block;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	top: -30px;
}

#terminarz-szkolen h2::before {
	background-color: rgba(112, 200, 246, 0.9);
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#terminarz-szkolen h2>* {
	position: relative;
	font-family: inherit;
}

#terminarz-szkolen h2>span i {
	padding-right: 7px;
}

#ue-logos {
	background-color: #fff;
	height: 100px;
}

#ue-logos img {
	width: auto;
	margin: 25px 0;
	height: 50px;
}

/*MAIN*/
main h1 {
	color: #16426f;
	text-transform: uppercase;
	margin: 50px 0 30px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

main h1::after,
main h1::before {
	position: absolute;
	content: "";
	height: 1px;
	top: 50%;
	background-color: #42a8de;
	width: 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

main h1::after {
	left: 50%;
}

main h1::before {
	right: 50%;
}

main h1.on-screen::after,
main h1.on-screen::before {
	width: 50%;
}

main h1 span {
	background-color: #ebebeb;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	font-family: "PT Sans Narrow", sans-serif;
}

main .course-cat {
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

main .course-cat.on-screen {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
}

main .course-cat::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(66, 168, 222, 0);
	content: "";
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

main .course-cat:hover::after,
main .course-cat:focus::after {
	background-color: rgba(66, 168, 222, 0.75);
}

main .course-cat h2 {
	position: absolute;
	margin: 0;
	bottom: 5px;
	left: 10px;
	font-size: 22px;
	color: #fff;
	font-family: "PT Sans Narrow", sans-serif;
	z-index: 3;
}

main .courses {
	position: relative;
	top: -30px;
}

main .courses .course-item-header {
	display: block;
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	padding-left: 10px;
	position: relative;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
}

main .courses .course-item:nth-of-type(1) .course-item-header {
	background-color: #42a8de;
}

main .courses .course-item:nth-of-type(2) .course-item-header {
	background-color: #3d597d;
}

main .courses .course-item:nth-of-type(3) .course-item-header {
	background-color: #16426f;
}

main .courses .course-item:nth-of-type(4) .course-item-header {
	background-color: #04305a;
}

main .courses .course-item:nth-of-type(5) .course-item-header {
	background-color: #00101f;
}

main .courses .course-item .course-item-header::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	font-size: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

main .courses .course-item:hover .course-item-header::after,
main .courses .course-item:focus .course-item-header::after {
	transform: rotate(90deg);
}

main .courses .course-item .course-item-detail {
	position: absolute;
	width: 100%;
	top: 40px;
	background-color: #fff;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translate(5px, 5px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

main .courses .course-item:hover .course-item-detail,
main .courses .course-item:focus .course-item-detail {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

main .courses .course-item .course-item-detail .row {
	margin: 0;
}

main .courses .course-item .course-item-detail h4 {
	background-color: #ebebeb;
	margin: 0;
	font-size: 17px;
	color: #04305a;
	font-family: "PT Sans Narrow", sans-serif;
	line-height: 40px;
}

main .courses .course-item .course-item-detail h4 strong,
main .courses .course-item .course-item-detail h4 a {
	font-family: "PT Sans Narrow", sans-serif;
}

main .courses .course-item .course-item-detail h4:first-of-type {
	text-align: left;
}

main .courses .course-item .course-item-detail h4:last-of-type {
	text-align: right;
}

main .courses .course-item .course-item-detail a:hover,
main .courses .course-item .course-item-detail a:focus {
	color: #42A8DE;
}

main .courses .course-item .course-item-detail a.has-discount {
	position: relative;
	padding-right: 8rem;
	display: block;
}

main .courses .course-item .course-item-detail a.has-discount .discount {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
	background: red;
	padding: 2px 5px;
	font-weight: lighter;
	border-radius: 3px;
	text-transform: uppercase;
}

main .courses .course-item .course-item-detail .courses-list {
	text-align: left;
	margin-bottom: 5px;
}

main .courses .course-item .course-item-detail .courses-list:nth-of-type(3n+1) {
	clear: left;
}

main .courses .course-item .course-item-detail .courses-list p {
	font-size: 15px;
	margin: 0;
	font-weight: 700;
	color: #04305a;
}

main #content section:first-of-type {
	padding-left: 0;
}

main #content section:last-of-type {
	padding-right: 0;
}

main #content article {
	background-color: #fff;
	text-align: justify;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

main #content #news-block div {
	margin-bottom: 20px;
}

main #content #news-block div:nth-of-type(odd) {
	padding-left: 0;
	clear: left;
}

main #content #news-block div:nth-of-type(even) {
	padding-right: 0;
}

main #content #news-block article.news h3 {
	color: #16426f;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

main #content #news-block article.news time,
main .courses .course-item .course-item-detail .courses-list time {
	font-size: 12px;
	color: #545454;
	margin: 10px 0;
	display: block;
	line-height: 15px;
}

main .courses .course-item .course-item-detail .courses-list time {
	margin-bottom: 0;
}

main .courses .course-item .course-item-detail p {
	margin: 10px 0;
}

main #content #news-block article.news time i {
	font-size: 14px;
	color: #cccccc;
}

main #content .read-more {
	color: #42a8de;
	font-family: "PT Sans Narrow", sans-serif;
}

main #content .read-more:hover,
main #content .read-more:focus {
	color: #16426F;
}

main .read-all {
	border: none;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #42a8de;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 10px 13px;
}

.single main .read-all {
	margin-top: 20px;
}

main #content .read-all:hover,
main #content .read-all:focus {
	background: #42a8de;
	color: #fff;
}

main #content p,
main #content li {
	color: #404040;
	font-size: 13px;
}

main p:last-child {
	margin: 0;
}

main #content #about-us img {
	margin-bottom: 15px;
}

/*SZKOLENIA*/
main #content #about-us,
main #content #news-block article.news,
.blog main article.news,
.category-template_1 main article.news,
.page-template-page-szkolenia #main article.course-cat-listing {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: translate(0px, 20px);
}

main #content #about-us.on-screen,
main #content #news-block article.news.on-screen,
.blog main article.news.on-screen,
.category-template_1 main article.news.on-screen,
.page-template-page-szkolenia #main article.course-cat-listing.on-screen {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.page-template-page-szkolenia #main article.course-cat-listing:not(:nth-last-child(-n+3)) {
	margin-bottom: 20px;
}

#main .course-cat-listing:nth-of-type(3n+1) {
	clear: left;
}

.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
	margin: 15px 0;
	font-size: 20px;
}

.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content ul {
	font-size: 13px;
	padding: 0 10px 0 15px;
	margin: 0;
}

#page-388 .post-content article {
	margin: 5px 0;
}

#page-388 .post-content article:nth-of-type(3n+1) {
	clear: left;
}

#page-388 .post-content article .btn-studia {
	display: block;
	text-align: center;
	border: 2px solid #42A8DE;
	padding: 10px;
	background: transparent;
}

#page-388 .post-content article .btn-studia:hover,
#page-388 .post-content article .btn-studia:focus {
	color: #fff;
	background: #42A8DE;
}

/*ARCHIVE TAX*/
#main article.content-block {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: translate(0px, 20px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

#main article.content-block.on-screen {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

#main article.content-block h2 {
	margin: 0 0 10px 0;
	font-size: 25px;
}

#main article.content-block ul {
	margin-bottom: 10px;
}

#askModal #nazwa-szkolenia,
#askModal #data-szkolenia,
#askModal #oddzial-szkolenia {
	font-size: 12px;
	padding-right: 10px;
}

/*FORMULARZE*/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 13px;
}

/*BLOG AND CATEGORY TEMPLATE_1*/
.blog main .archive div:not(:nth-last-of-type(-n+2)),
.category-template_1 main .archive div:not(:nth-last-of-type(-n+2)) {
	margin-bottom: 20px;
}

.blog main .archive div:nth-of-type(odd),
.category-template_1 main .archive div:nth-of-type(odd) {
	clear: left;
}

.blog main article.news,
.category-template_1 main article.news {
	background-color: #fff;
	text-align: justify;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.blog main article.news h3,
.category-template_1 main article.news h3 {
	color: #16426f;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.blog main article.news time,
.category-template_1 main article.news time {
	font-size: 12px;
	color: #545454;
	margin: 10px 0;
	display: block;
	line-height: 15px;
}

.blog main article.news time i,
.category-template_1 main article.news time i {
	font-size: 14px;
	color: #cccccc;
}

.blog main .read-more,
.category-template_1 main .read-more {
	color: #42a8de;
	font-family: "PT Sans Narrow", sans-serif;
}

.blog main .read-more:hover,
.blog main .read-more:focus,
.category-template_1 main .read-more:hover,
.category-template_1 main .read-more:focus {
	color: #16426F;
}

/*SINGLE POST & PAGE*/
.post-content {
	background-color: #fff;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: translate(0px, 20px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	text-align: justify;
}

.post-content.on-screen {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

main .post-content h3 {
	font-size: 20px;
	font-weight: 700;
}

main .post-content table {
	margin-bottom: 15px;
}

/*CONTACT*/
.page-template-page-contact h2 {
	margin: 10px 0;
	font-weight: 700;
	font-size: 25px;
	color: #16426F;
}

.page-template-page-contact h3 {
	color: #42a8de;
	text-align: left;
}

/*FOOTER*/
footer#footer {
	background-color: #04305a;
	color: #fff;
	margin-top: 50px;
}

footer#footer .container {
	padding: 40px 10px;
	font-size: 13px;
}

footer#footer .container h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
}

footer#footer .container a {
	color: #42a8de;
}

footer#footer .container a:hover,
footer#footer .container a:focus {
	color: #fff;
}

footer#footer #privacy_policy {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 36px;
	height: 33px;
	overflow: hidden;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	footer#footer #privacy_policy {
		right: auto;
		left: 0;
		top: -120%;
	}
}

footer#footer .webtom {
	background-color: #00101f;
	text-align: center;
	padding: 10px 0;
	position: relative;
}

footer#footer .webtom p {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	margin: 0;
	color: #42a8de;
}

footer#footer .webtom p a {
	font-family: inherit;
}

footer#footer .webtom p a:hover,
footer#footer .webtom p a:focus {
	color: #fff;
}

#cookie {
	background-color: rgba(0, 0, 0, 0.2);
	margin: 45px 0 0;
	padding: 20px 60px 20px 10px;
	position: relative;
}

#cookie p {
	margin: 0;
}

#accept-cookie {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	position: absolute;
	right: 15px;
	top: calc(50% - 16px);
}

#accept-cookie:hover,
#accept-cookie:focus {
	background-color: #000;
	color: #fff;
}

/*RWD*/
@media screen and (max-width: 1199px) {
	#ue-logos {
		height: 80px;
	}

	#ue-logos img {
		margin: 20px 0;
		height: 40px;
	}

	.navbar-brand>img,
	.custom-logo-link>img {
		height: 70px;
		margin: 5px 0;
	}

	.navbar-nav>li>a {
		font-size: 15px;
		padding: 30px 10px;
	}

	#main-navigation ul li .sub-menu li a {
		padding: 10px;
		font-size: 15px;
	}

	#contact-top,
	#contact-top a i {
		font-size: 13px;
	}

	#contact-top a,
	#contact-top a:nth-last-child(-n+2) {
		padding: 0 7px;
	}

	.ms-skin-default .ms-nav-next::after,
	.ms-skin-default .ms-nav-prev::after {
		font-size: 60px;
	}

	footer#footer .container {
		padding: 20px 0;
		font-size: 12px;
	}

	footer#footer {
		margin-top: 30px;
	}

	main h1 {
		font-size: 30px;
		margin: 30px 0 20px 0;
	}

	main .courses .course-item .course-item-detail h4 {
		font-size: 14px;
		line-height: 30px;
	}

	main .courses .course-item .course-item-detail .courses-list p {
		font-size: 13px;
	}

	main #content #news-block article.news time,
	main .courses .course-item .course-item-detail .courses-list time {
		font-size: 11px;
	}

	main .post-content h3 {
		font-size: 18px;
	}

	p,
	#main ul,
	body {
		font-size: 14px;
	}

	#mapa {
		height: 400px;
		overflow: hidden;
	}

	.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
		font-size: 18px;
	}

	#main article.content-block h2 {
		font-size: 18px;
	}

	.table {
		font-size: 12px;
	}

	main .courses .course-item .course-item-detail a.has-discount .discount {
		padding: 1px 4px;
		font-size: 10px;
	}
}

@media screen and (max-width: 991px) {
	#main-navigation ul {
		float: none
	}

	main #content section:first-of-type {
		padding-left: 10px;
	}

	main #content section:last-of-type {
		padding-right: 10px;
	}

	#slider,
	#mapa,
	#ue-logos {
		display: none;
	}

	#terminarz-szkolen {
		height: 80px;
		margin-top: 25px;
	}

	#terminarz-szkolen h2 {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		top: -25px;
	}

	main .courses .course-item-header {
		font-size: 13px;
		padding-left: 0;
		text-align: center;
	}

	main .courses .course-item .course-item-header::after {
		display: none;
	}

	main .courses .course-item .course-item-detail {
		display: none !important;
	}

	footer article:nth-last-child(-n+3) {
		margin-top: 15px;
	}

	#contact-top a:nth-last-child(-n+2) {
		display: none;
	}

	#main .course-cat-listing:nth-of-type(3n+1) {
		clear: none;
	}

	#main .course-cat-listing:nth-of-type(2n+1) {
		clear: left;
	}

	.page-template-page-szkolenia #main article.course-cat-listing:not(:nth-last-child(-n+3)) {
		margin-bottom: 0;
	}

	.page-template-page-szkolenia #main article.course-cat-listing:not(:nth-last-child(-n+2)) {
		margin-bottom: 20px;
	}

	.page-template-page-contact h2 {
		font-size: 22px;
	}

	#page-388 .post-content article:nth-of-type(3n+1) {
		clear: none;
	}

	#page-388 .post-content article:nth-of-type(2n+1) {
		clear: left;
	}

	#menu-menu {
		float: none !important;
		overflow: hidden;
	}

	.navbar-toggle {
		margin-bottom: 24px;
		margin-top: 24px;
		border-radius: 0;
	}

	.navbar-nav li a {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		font-size: 16px;
		padding: 10px 0;
	}

	.sub-menu,
	ul li:hover .sub-menu,
	sub-menu,
	ul li:focus .sub-menu {
		display: none !important;
	}

	.collapse.in ul li .sub-menu.showSubMenu {
		position: relative !important;
		box-shadow: none !important;
		visibility: visible !important;
		transform: translate(0, 0) !important;
		opacity: 1 !important;
		display: block !important;
	}

	.collapse.in ul li .sub-menu.showSubMenu a {
		text-align: center !important;
		font-size: 13px !important;
	}

	.after {
		background: #42A8DE none repeat scroll 0 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 25px;
		height: 41px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 41px;
		z-index: 99;
	}

	.after i {
		line-height: 41px;
		transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
	}

	.after.active i {
		transform: rotateX(180deg);
	}
}

@media screen and (max-width: 767px) {
	#contact-top {
		float: none !important;
		text-align: center;
	}

	#terminarz-szkolen {
		height: auto;
	}

	main .courses .course-item-header {
		width: 100%;
	}

	main h1 {
		font-size: 25px;
	}

	main #content #news-block div:nth-of-type(2n+1) {
		padding-left: 10px;
		clear: none;
	}

	main #content #news-block div:nth-of-type(2n) {
		padding-right: 10px;
	}

	main .read-all {
		margin: 0 10px 0 0;
	}

	footer#footer .container {
		padding: 20px 10px 6rem;
	}

	footer article:nth-last-child(-n+4) {
		margin-top: 15px;
	}

	main #content section:last-of-type {
		display: none;
	}

	.blog main .archive div:not(:last-of-type),
	.category-template_1 main .archive div:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.page-template-page-szkolenia #main article.course-cat-listing:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.page-template-page-contact h2 {
		text-align: left;
	}

}

@media screen and (max-width: 516px) {
	.page-template-page-contact form.wpcf7-form {
		margin-top: 30px;
	}

	main h1 span {
		padding: 0 10px;
	}

	footer article:not(:first-of-type) {
		margin-top: 15px;
	}
}


/*

WCAG

*/


/* 
FONT-BIGGER 
*/
body.font-bigger .wp-caption p.wp-caption-text {
	font-size: 13px
}

body.font-bigger .screen-reader-text:focus {
	font-size: 16px;
}

body.font-bigger {
	font-size: 18px;
}

/* HEADER */
body.font-bigger .navbar-header {
	text-align: center;
	width: 100%;
}

body.font-bigger .navbar-brand,
body.font-bigger .custom-logo-link {
	float: none;
	display: inline-block;
}

body.font-bigger #main-navigation {
	float: left;
	text-align: center;
	width: 100%;
}

body.font-bigger #main-navigation ul {
	display: inline-block;
	float: none;
	margin-bottom: -7px;
}

body.font-bigger .navbar-nav>li a {
	font-size: 19px;
}


body.font-bigger #wcag>li>a {
	line-height: 39px;
}


body.font-bigger #contact-top,
body.font-bigger #contact-top li a i {
	font-size: 17px
}

body.font-bigger #contact-top li a:nth-last-child(-n+2) {
	padding: 2px 8px
}

/* END HEADER */


/* FRONT */

body.font-bigger #terminarz-szkolen h2 {
	font-size: 28px;
}

body.font-bigger main h1 {
	font-size: 37px;
}

body.font-bigger main .course-cat h2 {
	font-size: 24px;
}

body.font-bigger main .courses .course-item-header {
	font-size: 18px;
}

body.font-bigger main .courses .course-item .course-item-header::after {
	font-size: 27px;
}


body.font-bigger main .courses .course-item .course-item-detail h4 {
	font-size: 19px;
	line-height: 44px;
}

body.font-bigger main .courses .course-item .course-item-detail .courses-list p {
	font-size: 17px;
}

body.font-bigger main #content #news-block article.news h3 {
	font-size: 20px;
	line-height: 1.333em;
}

body.font-bigger main #content #news-block article.news time,
body.font-bigger main .courses .course-item .course-item-detail .courses-list time {
	font-size: 16px;
	line-height: 20px;
}

body.font-bigger main #content #news-block article.news time i {
	font-size: 16px;
}

body.font-bigger main .read-all {
	font-size: 17px;
}

/* END FRONT */

body.font-bigger main #content p,
body.font-bigger main #content li {
	font-size: 15px;
}

body.font-bigger.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
	font-size: 22px;
}

body.font-bigger.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content ul {
	font-size: 15px;
}

body.font-bigger #main article.content-block h2 {
	font-size: 27px;
}

body.font-bigger .table {
	font-size: 16px;
}

body.font-bigger #askModal #nazwa-szkolenia,
body.font-bigger #askModal #data-szkolenia,
body.font-bigger #askModal #oddzial-szkolenia {
	font-size: 14px;
}

body.font-bigger div.wpcf7-response-output {
	font-size: 15px;
}

body.font-bigger.blog main article.news h3 {
	font-size: 20px;
}

body.font-bigger.blog main article.news time {
	font-size: 16px;
	line-height: 20px;
}

body.font-bigger.blog main article.news time i {
	font-size: 16px;
}

body.font-bigger main .post-content h3 {
	font-size: 22px;
}

body.font-bigger.page-template-page-contact h2 {
	font-size: 27px;
}

body.font-bigger footer#footer .container {
	font-size: 15px;
}

body.font-bigger footer#footer .container h3 {
	font-size: 17px;
}

body.font-bigger footer#footer .webtom p {
	font-size: 11px;
}

@media screen and (max-width: 1199px) {
	body.font-bigger .navbar-nav>li a {
		font-size: 18px
	}

	body.font-bigger #main-navigation ul li .sub-menu li a {
		font-size: 17px;
	}

	body.font-bigger #contact-top,
	body.font-bigger #contact-top a i {
		font-size: 15px;
	}

	body.font-bigger footer#footer .container {
		font-size: 14px;
	}

	body.font-bigger main h1 {
		font-size: 32px
	}

	body.font-bigger main .courses .course-item .course-item-detail h4 {
		font-size: 16px;
	}

	body.font-bigger main .courses .course-item .course-item-detail .courses-list p {
		font-size: 15px;
	}

	body.font-bigger main #content #news-block article.news time,
	body.font-bigger main .courses .course-item .course-item-detail .courses-list time {
		font-size: 13px;
	}

	body.font-bigger main .post-content h3 {
		font-size: 20px;
	}

	body.font-bigger p,
	body.font-bigger #main ul,
	body {
		font-size: 16px;
	}

	body.font-bigger.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
		font-size: 20px;
	}

	body.font-bigger #main article.content-block h2 {
		font-size: 20px;
	}

	body.font-bigger .table {
		font-size: 14px;
	}
}


@media screen and (max-width: 991px) {
	body.font-bigger .navbar-header {
		width: auto;
		text-align: left;
	}

	body.font-bigger #main-navigation {
		width: auto;
		float: none;
	}

	body.font-bigger #main-navigation ul {
		width: 100%;
	}

	body.font-bigger #terminarz-szkolen h2 {
		font-size: 22px;
	}

	body.font-bigger main .courses .course-item-header {
		font-size: 15px;
	}

	body.font-bigger.page-template-page-contact h2 {
		font-size: 24px;
	}

	body.font-bigger .navbar-nav li a {
		font-size: 18px;
	}

	body.font-bigger .collapse.in ul li .sub-menu.showSubMenu a {
		font-size: 15px !important;
	}

	body.font-bigger .after {
		font-size: 27px;
	}
}

@media screen and (max-width: 767px) {
	body.font-bigger main h1 {
		font-size: 27px;
	}
}

/* 
END FONT-BIGGER 
*/




/* 
FONT-BIGEST 
*/


body.font-bigest .wp-caption p.wp-caption-text {
	font-size: 15px
}

body.font-bigest .screen-reader-text:focus {
	font-size: 18px;
}

body.font-bigest {
	font-size: 20px;
}

/* HEADER */
body.font-bigest .navbar-header {
	text-align: center;
	width: 100%;
}

body.font-bigest .navbar-brand,
body.font-bigest .custom-logo-link {
	float: none;
	display: inline-block;
}

body.font-bigest #main-navigation {
	float: left;
	text-align: center;
	width: 100%;
}

body.font-bigest #main-navigation ul {
	display: inline-block;
	float: none;
	margin-bottom: -7px;
}

body.font-bigest .navbar-nav>li a {
	font-size: 21px;
}

body.font-bigest #wcag>li>a {
	line-height: 39px;
}


body.font-bigest #contact-top,
body.font-bigest #contact-top li a i {
	font-size: 19px
}

body.font-bigest #contact-top li a:nth-last-child(-n+2) {
	padding: 2px 8px
}

/* END HEADER */


/* FRONT */

body.font-bigest #terminarz-szkolen h2 {
	font-size: 30px;
}

body.font-bigest main h1 {
	font-size: 40px;
}

body.font-bigest main .course-cat h2 {
	font-size: 28px;
}

body.font-bigest main .courses .course-item-header {
	font-size: 20px;
}

body.font-bigest main .courses .course-item .course-item-header::after {
	font-size: 29px;
}


body.font-bigest main .courses .course-item .course-item-detail h4 {
	font-size: 21px;
	line-height: 46px;
}

body.font-bigest main .courses .course-item .course-item-detail .courses-list p {
	font-size: 19px;
}

body.font-bigest main #content #news-block article.news h3 {
	font-size: 22px;
	line-height: 1.333em;
}

body.font-bigest main #content #news-block article.news time,
body.font-bigest main .courses .course-item .course-item-detail .courses-list time {
	font-size: 18px;
	line-height: 22px;
}

body.font-bigest main #content #news-block article.news time i {
	font-size: 18px;
}

body.font-bigest main .read-all {
	font-size: 19px;
}

/* END FRONT */

body.font-bigest main #content p,
body.font-bigest main #content li {
	font-size: 17px;
}

body.font-bigest.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
	font-size: 24px;
}

body.font-bigest.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content ul {
	font-size: 17px;
}

body.font-bigest #main article.content-block h2 {
	font-size: 29px;
}

body.font-bigest .table {
	font-size: 18px;
}

body.font-bigest #askModal #nazwa-szkolenia,
body.font-bigest #askModal #data-szkolenia,
body.font-bigest #askModal #oddzial-szkolenia {
	font-size: 16px;
}

body.font-bigest div.wpcf7-response-output {
	font-size: 17px;
}

body.font-bigest.blog main article.news h3 {
	font-size: 22px;
}

body.font-bigest.blog main article.news time {
	font-size: 18px;
	line-height: 22px;
}

body.font-bigest.blog main article.news time i {
	font-size: 18px;
}

body.font-bigest main .post-content h3 {
	font-size: 24px;
}

body.font-bigest.page-template-page-contact h2 {
	font-size: 29px;
}

body.font-bigest footer#footer .container {
	font-size: 17px;
}

body.font-bigest footer#footer .container h3 {
	font-size: 19px;
}

body.font-bigest footer#footer .webtom p {
	font-size: 13px;
}

@media screen and (max-width: 1199px) {
	body.font-bigest .navbar-nav>li a {
		font-size: 20px
	}

	body.font-bigest #main-navigation ul li .sub-menu li a {
		font-size: 19px;
	}

	body.font-bigest #contact-top,
	body.font-bigest #contact-top a i {
		font-size: 17px;
	}

	body.font-bigest footer#footer .container {
		font-size: 16px;
	}

	body.font-bigest main h1 {
		font-size: 34px
	}

	body.font-bigest main .courses .course-item .course-item-detail h4 {
		font-size: 18px;
	}

	body.font-bigest main .courses .course-item .course-item-detail .courses-list p {
		font-size: 17px;
	}

	body.font-bigest main #content #news-block article.news time,
	body.font-bigest main .courses .course-item .course-item-detail .courses-list time {
		font-size: 15px;
	}

	body.font-bigest main .post-content h3 {
		font-size: 22px;
	}

	body.font-bigest p,
	body.font-bigest #main ul,
	body {
		font-size: 18px;
	}

	body.font-bigest.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content h2 {
		font-size: 22px;
	}

	body.font-bigest #main article.content-block h2 {
		font-size: 22px;
	}

	body.font-bigest .table {
		font-size: 16px;
	}



	body.font-bigest .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	body.font-bigest .table-responsive>.table {
		margin-bottom: 0
	}

	body.font-bigest .table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	body.font-bigest .table-responsive>.table-bordered {
		border: 0
	}

	body.font-bigest .table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	body.font-bigest .table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	body.font-bigest .table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}



}


@media screen and (max-width: 991px) {
	body.font-bigest .navbar-header {
		width: auto;
		text-align: left;
	}

	body.font-bigest #main-navigation {
		width: auto;
		float: none;
	}

	body.font-bigest #main-navigation ul {
		width: 100%;
	}

	body.font-bigest #terminarz-szkolen h2 {
		font-size: 24px;
	}

	body.font-bigest main .courses .course-item-header {
		font-size: 17px;
	}

	body.font-bigest.page-template-page-contact h2 {
		font-size: 26px;
	}

	body.font-bigest .navbar-nav li a {
		font-size: 20px;
	}

	body.font-bigest .collapse.in ul li .sub-menu.showSubMenu a {
		font-size: 17px !important;
	}

	body.font-bigest .after {
		font-size: 29px;
	}
}

@media screen and (max-width: 767px) {
	body.font-bigest main h1 {
		font-size: 29px;
	}
}

/* END FONT-BIGEST */



/* CONTRAST */

/* HEADER */

body.contrast-white {
	color: #fff;
	background-color: #000;
}

body.contrast-white #menu-top {
	border-bottom: 5px solid #fff
}

body.contrast-white #contact-top li a i,
body.contrast-yellow #contact-top li a i {
	color: inherit;
}

body.contrast-white a,
body.contrast-white i,
body.contrast-yellow a,
body.contrast-yellow i {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

body.contrast-white footer#footer {
	background-color: #2a2a2a;
}

body.contrast-white .btn-default {
	border: 1px solid #fff;
}

body.contrast-white .form-control,
body.contrast-yellow .form-control,
body.contrast-white.page-template-page-contact .btn-default,
body.contrast-white .modal-content .btn-default,
body.contrast-yellow .modal-content .btn-default {
	border: 1px solid #000;
}


body.contrast-white main .course-cat:hover::after,
body.contrast-white main .course-cat:focus::after,
body.contrast-yellow main .course-cat:hover::after,
body.contrast-yellow main .course-cat:focus::after {
	background-color: rgba(0, 0, 0, 0.75);
}


body#page-388.contrast-white .post-content article .btn-studia {
	border: 2px solid #000;
}


body.contrast-white #wcag>li>a:hover,
body.contrast-white #wcag>li>a:focus,
body.contrast-white #wcag>li>a.active,
body.contrast-white #wcag>li>a#contrast-white,
body.contrast-white #wcag>li>a#font-normal:hover,
body.contrast-white #wcag>li>a#contrast-normal:hover,
body.contrast-white #wcag>li>a#font-normal:focus,
body.contrast-white #wcag>li>a#contrast-normal:focus,
body.contrast-white #contact-top li a:hover,
body.contrast-white #contact-top li a:focus,
body.contrast-white .nav>li>a:focus,
body.contrast-white .nav>li>a:hover,
body.contrast-white #main-navigation .sub-menu li a:hover,
body.contrast-white #main-navigation .sub-menu li a:focus,
body.contrast-white main .courses .course-item .course-item-header,
body.contrast-white footer#footer .container a:hover,
body.contrast-white footer#footer .container a:focus,
body.contrast-white .btn-default:hover,
body.contrast-white .btn-default:focus,
body.contrast-white .after,
body.contrast-white main .read-all:hover,
body.contrast-white main .read-all:focus,
body.contrast-white main #content .read-all:hover,
body.contrast-white main #content .read-all:focus {
	color: #000;
	background-color: #fff;
}

body.contrast-white main .courses .course-item .course-item-header:hover,
body.contrast-white main .courses .course-item .course-item-header:focus,
body.contrast-white main .courses .course-item .course-item-detail a:hover,
body.contrast-white main .courses .course-item .course-item-detail a:focus,
body.contrast-white a:focus,
body.contrast-white a:hover,
body.contrast-white .btn-default {
	color: #fff;
	background-color: #000;
}

body.contrast-white .navbar-toggle .icon-bar,
body.contrast-white main h1::after,
body.contrast-white main h1::before,
body.contrast-white main h1 span,
body.contrast-white .navbar-brand>img,
body.contrast-white .custom-logo-link>img,
body.contrast-yellow .navbar-brand>img,
body.contrast-yellow .custom-logo-link>img {
	background-color: #fff;
}


body.contrast-white #main-navigation ul li .sub-menu li a,
body.contrast-white #terminarz-szkolen,
body.contrast-white #terminarz-szkolen h2,
body.contrast-white #terminarz-szkolen h2::before,
body#page-388.contrast-white .post-content article .btn-studia:hover,
body#page-388.contrast-white .post-content article .btn-studia:focus {
	background-color: #000;
}


body.contrast-white #wcag>li>a,
body.contrast-white #wcag>li>a#font-normal,
body.contrast-white .navbar-nav>li a,
body.contrast-white footer#footer .container a,
body.contrast-white footer#footer .webtom p,
body.contrast-white main #content .read-more:hover,
body.contrast-white main #content .read-more:focus,
body.contrast-white.blog main .read-more:hover,
body.contrast-white.blog main .read-more:focus,
body.contrast-yellow.blog main article.news time {
	color: #fff;
}

body.contrast-white main .courses .course-item .course-item-detail h4,
body.contrast-white main .courses .course-item .course-item-detail .courses-list p,
body.contrast-white main #content #news-block article.news time,
body.contrast-white main .courses .course-item .course-item-detail .courses-list time,
body.contrast-white #main ul li::before,
body.contrast-white main,
body.contrast-white main h1,
body.contrast-white main #content .read-more,
body.contrast-white main #content #news-block article.news h3,
body.contrast-white.page-template-page-contact h2,
body.contrast-white main .post-content h3,
body.contrast-white.blog main article.news h3,
body.contrast-white.blog main .read-more {
	color: #000;
}


/* END WHITE FONT */





/* YELLOW FONT */


body.contrast-yellow {
	color: #FFFF00;
	background-color: #000;
}

body.contrast-yellow #menu-top {
	border-bottom: 5px solid #FFFF00
}

body.contrast-yellow main .read-all,
body.contrast-yellow main .read-all:hover,
body.contrast-yellow main .read-all:focus {
	border: 1px solid;
}

body.contrast-yellow .btn-default {
	border-color: #ffff00;
}

body.contrast-yellow .table-striped>tbody>tr:nth-of-type(2n+1),
body.contrast-yellow .has-error .form-control,
body.contrast-yellow .wpcf7-not-valid,
body.contrast-yellow.page-template-page-szkolenia #main article.course-cat-listing .course-cat-content,
body.contrast-yellow footer#footer {
	background-color: #333;
}

body.contrast-yellow main .courses .course-item .course-item-detail {
	border: 1px solid #777;
}

body.contrast-yellow .modal-header {
	border: none;
}


body.contrast-yellow.page-template-page-contact .form-control {
	border: 1px solid #ffff00;
	color: #fff;
}

body.contrast-yellow.page-template-page-contact .form-control:-webkit-input-placeholder {
	color: #fff;
	opacity: 0.6;
}

body.contrast-yellow.page-template-page-contact .form-control::-moz-placeholder {
	color: #fff;
	opacity: 0.6;
}

body.contrast-yellow.page-template-page-contact .form-control:-ms-input-placeholder {
	color: #fff;
	opacity: 0.6;
}

body#page-388.contrast-yellow .post-content article .btn-studia {
	border: 2px solid #ffff00;
}




body.contrast-yellow a:focus,
body.contrast-yellow a:hover,
body.contrast-yellow #contact-top li a:hover,
body.contrast-yellow #contact-top li a:focus,
body.contrast-yellow #wcag>li>a:hover,
body.contrast-yellow #wcag>li>a:focus,
body.contrast-yellow #wcag>li>a.active,
body.contrast-yellow #wcag>li>a#contrast-yellow,
body.contrast-yellow #wcag>li>a#font-normal:hover,
body.contrast-yellow #wcag>li>a#contrast-normal:hover,
body.contrast-yellow #wcag>li>a#font-normal:focus,
body.contrast-yellow #wcag>li>a#contrast-normal:focus,
body.contrast-yellow .navbar-nav>li a:hover,
body.contrast-yellow .navbar-nav>li a:focus,
body.contrast-yellow #main-navigation .sub-menu li a:hover,
body.contrast-yellow #main-navigation .sub-menu li a:focus,
body.contrast-yellow footer#footer .container a:hover,
body.contrast-yellow footer#footer .container a:focus,
body.contrast-yellow footer#footer .webtom p a:hover,
body.contrast-yellow footer#footer .webtom p a:focus,
body.contrast-yellow main .courses .course-item .course-item-header,
body.contrast-yellow main .read-all,
body.contrast-yellow main .courses .course-item .course-item-detail h4,
body.contrast-yellow .btn-default:hover,
body.contrast-yellow .btn-default:focus,
body#page-388.contrast-yellow .post-content article .btn-studia:hover,
body#page-388.contrast-yellow .post-content article .btn-studia:focus,
body.contrast-yellow .after {
	background-color: #FFFF00;
	color: #000;
}


body.contrast-yellow main .courses .course-item .course-item-header:hover,
body.contrast-yellow main .courses .course-item .course-item-header:focus,
body.contrast-yellow main h1 span,
body.contrast-yellow .btn-default,
body.contrast-yellow main .read-all:hover,
body.contrast-yellow main .read-all:focus,
body.contrast-yellow main #content .read-all:hover,
body.contrast-yellow main #content .read-all:focus {
	background-color: #000;
	color: #FFFF00;
}



body.contrast-yellow #contact-top li a,
body.contrast-yellow #wcag>li>a,
body.contrast-yellow #wcag>li>a#font-normal,
body.contrast-yellow .navbar-nav>li a,
body.contrast-yellow footer#footer .container a,
body.contrast-yellow footer#footer .webtom p,
body.contrast-yellow main #content .read-more:hover,
body.contrast-yellow main #content .read-more:focus,
body.contrast-yellow footer#footer,
body.contrast-yellow main #content #news-block article.news h3,
body.contrast-yellow main #content p,
body.contrast-yellow main #content li,
body.contrast-yellow main #content #news-block article.news time,
body.contrast-yellow main .courses .course-item .course-item-detail .courses-list time,
body.contrast-yellow main #content .read-more,
body.contrast-yellow #main ul li::before,
body.contrast-yellow main .courses .course-item .course-item-detail .courses-list p,
body.contrast-yellow.page-template-page-contact h2,
body.contrast-yellow.page-template-page-contact h3,
body.contrast-yellow .ms-skin-default .ms-nav-next::after,
body.contrast-yellow .ms-skin-default .ms-nav-prev::after,
body.contrast-yellow.blog main article.news h3,
body.contrast-yellow.blog main .read-more {
	color: #FFFF00;
}

body.contrast-yellow #terminarz-szkolen h2,
body.contrast-yellow main #content .read-more:hover,
body.contrast-yellow main #content .read-more:focus,
body.contrast-yellow main .courses .course-item .course-item-detail a:hover,
body.contrast-yellow main .courses .course-item .course-item-detail a:focus,
body.contrast-yellow .modal-header,
body.contrast-yellow.blog main .read-more:hover,
body.contrast-yellow.blog main .read-more:focus {
	color: #000;
}


body.contrast-yellow #main-navigation ul li .sub-menu li a,
body.contrast-yellow .post-content,
body.contrast-yellow main #content article,
body.contrast-yellow main .courses .course-item .course-item-detail,
body.contrast-yellow #main article.content-block,
body.contrast-yellow.blog main article.news {
	background-color: #000;
}

body.contrast-yellow .navbar-toggle .icon-bar,
body.contrast-yellow #terminarz-szkolen,
body.contrast-yellow #terminarz-szkolen h2::before,
body.contrast-yellow main h1::after,
body.contrast-yellow main h1::before,
body.contrast-yellow .modal-content {
	background-color: #FFFF00;
}


/* END YELLOW FONT */


/*

END WCAG

*/




.table .form,
.table .phone,
.table .time {
	white-space: nowrap;
}

.wpcf7-acceptance {
	font-size: 12px;
	font-weight: 500 !important;
}

#askModal .g-recaptcha {
	position: relative;
	top: -35px;
	max-width: 305px;
}

:not(#askModal) .g-recaptcha {
	margin-bottom: 25px;
}




.wpcf7-acceptance label {
	position: relative;
	padding-left: 25px;
}

.wpcf7-list-item input {
	position: absolute;
	left: -9999px;
}

.wpcf7-acceptance span {
	margin: 0 !important;
}

.wpcf7-list-item input+span {
	position: relative;
	display: inline-block;
	font-weight: 400;
}

.wpcf7-acceptance input+span::before,
.wpcf7-acceptance input:checked+span::before {
	width: 15px;
	height: 15px;
	border: 1px solid #42a8de;
	position: absolute;
	left: -25px;
	top: 3px;
	border-radius: 0;
}

.wpcf7-acceptance input:checked+span::before {
	background-color: #42a8de;
}





.table>tbody>tr>td.has-discount {
	position: relative;
	padding-right: 9rem;
	display: block;
}

.table>tbody>tr>td.has-discount .discount {
	position: absolute;
	right: 1rem;
	top: 50%;
	font-size: 10px;
	color: #fff;
	background: red;
	padding: 2px 5px;
	font-weight: lighter;
	border-radius: 3px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 12px;
}






/**
*
*	CATEGORY TEMPLATE_2
*
**/

#posts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 4rem;
}

#posts .post {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 2rem 30px;
	position: relative;
	display: -ms-flex;
	display: flex;
}

#posts .post::before {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 1.5rem;
	left: 1.5rem;
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	z-index: -1;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}



#posts .post .post-excerpt h3 {
	color: #16426f;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

#posts .post .post-excerpt time {
	font-size: 12px;
	color: #545454;
	margin: 10px 0;
	display: block;
	line-height: 15px;
}

#posts .post .post-excerpt p:last-child {
	margin: 0 0 10px;
}

#posts .post .post-excerpt .read-more {
	color: #42a8de;
	font-family: "PT Sans Narrow", sans-serif;
}

#posts .post .post-excerpt .read-more:hover,
#posts .post .post-excerpt .read-more:focus {
	color: #16426f;
}

#posts .post .post-thumb {
	flex: 0 0 30%;
	background-size: cover;
	background-position: center;
	margin: 2rem 2rem 2rem 1rem;
}


@media screen and (max-width: 991px) {
	#posts {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;

	}

	#posts .post {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pagination {
		margin-bottom: -2rem !important;
	}
}

@media screen and (max-width: 479px) {
	#posts .post {
		display: block;
	}

	#posts .post .post-thumb {
		margin: 2rem 0rem;
		height: 15rem;
	}
}


#posts:not(.direction-column) #pagination {
	padding: 0 15px;
}




#posts.direction-column {
	flex-direction: column;
	width: calc(70% - 1rem);
	float: left;
	margin: 0 1rem 0 0;
	padding: 0px 10px;
}

#posts.direction-column .post {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 2rem;
}


#posts.direction-column .post::before {
	top: 1rem;
	left: 0rem;
	width: 100%;
	height: calc(100% - 2rem);
}

#posts.direction-column .post .post-thumb {
	margin: 1.5rem 2rem 1.5rem 0rem;
}

@media screen and (max-width: 991px) {
	#posts.direction-column {
		width: 100%;
		float: none;
		margin: 0 0 2rem;
	}
}

@media screen and (max-width: 479px) {
	#posts.direction-column .post .post-thumb {
		display: block;
		margin: 1rem 0 0;
	}
}

/**
*
*	END CATEGORY TEMPLATE_2
*
**/


/**
*
*	SINGLE TEMPLATE_2
*
**/

#post {
	width: calc(70% - 3rem);
	float: left;
	margin: 1rem 2rem 4rem 1rem;
}

#post .read-all {
	margin-top: 0px;
	margin-bottom: -14rem;
	margin-left: -1.5rem;
}

#post .post-thumb {
	margin: -1.5rem -1.5rem 4rem;
	height: 40rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	#post {
		width: calc(100% - 2rem);
		float: none;
		margin: 1rem 1rem 11rem;
	}

	#post .post-thumb {
		height: 30rem;
	}

	#post .read-all {
		margin-bottom: -16rem;
	}
}


/**
*
*	END SINGLE TEMPLATE_2
*
**/


/**
*
*	WIDGETS
*
**/


#widgets {
	float: left;
	width: calc(30% - 10px);
	margin-left: 0;
	background-color: #fff;
	padding: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-top: 1rem;
	margin-right: 10px;
	position: sticky;
	top: 30px;
	margin-bottom: 75px;
}

.admin-bar #widgets {
	top: 60px;
}

.widget {
	margin-bottom: 2rem;
}

.widget>ul {
	margin: 0 !important;
	padding: 0 1.5rem !important;
}

.widget>ul li:before {
	content: none !important;
}

.widget>ul li {
	margin-bottom: 2rem;
	display: flex;
}

.widget>ul li:last-child {
	margin-bottom: 0rem;
}


.widget>ul li .post-thumbnail {
	-webkit-flex: 0 0 40%;
	-moz-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	-o-flex: 0 0 40%;
	flex: 0 0 40%;
	margin-right: 1.5rem;
}

.widget>ul li .post-title {
	margin: 0;
	text-transform: uppercase;
	color: #42a8de;
	font-size: 16px;
	flex: 0 0 calc(60% - 1.5rem);
	font-weight: 600;
	line-height: 1.33333em;
}

.widget>ul li .post-title a:hover,
.widget>ul li .post-title a:focus {
	color: #16426f;
}

.widget>ul li .post-title .post-date {
	font-size: 12px;
	color: #545454;
	margin: 10px 0 0;
	display: block;
	line-height: 15px;
}

.widget>ul li .post-title .post-category {
	font-size: 12px;
	color: #545454;
	margin: 10px 0 0;
	display: block;
	line-height: 15px;
}

.widget>ul li .post-title .post-category:hover,
.widget>ul li .post-title .post-category:focus {
	color: #42a8de;
}

.widget-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 1.5rem;
	margin-bottom: 2rem;
	background-color: #16426f;
	color: #fff;
}


.widget .tagcloud {
	margin: 0 0 -1rem !important;
	padding: 0 1.5rem !important;
}

.widget .tagcloud .tag-cloud-link {
	display: inline-block;
	font-size: 14px !important;
	padding: 5px 15px;
	background-color: #42a8e4;
	color: #fff;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
}

.widget .tagcloud .tag-cloud-link:hover,
.widget .tagcloud .tag-cloud-link:focus {
	background-color: #16426f;
	color: #fff;
}

.widget .tagcloud .tag-cloud-link:last-child {
	margin-right: 0;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	.widget>ul li .post-title {
		font-size: 14px;
	}

	.widget>ul li .post-title .post-date {
		font-size: 10px;
		line-height: 13px;
		margin: 8px 0 0;
	}

	.widget>ul li .post-title .post-category {
		font-size: 10px;
		margin: 8px 0 0;
		line-height: 13px;
	}
}

@media screen and (max-width: 991px) {
	#widgets {
		float: none;
		margin-top: 3rem;
		margin-bottom: 0rem;
		width: calc(100% - 2rem);
		margin-left: 1rem;
		display: flex;
		display: -ms-flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

}

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

	.widget>ul li .post-thumbnail {
		-webkit-flex: 0 0 15rem;
		-moz-flex: 0 0 15rem;
		-ms-flex: 0 0 15rem;
		-o-flex: 0 0 15rem;
		flex: 0 0 15rem;
	}

	.widget>ul li .post-title {
		-webkit-flex: 0 0 25rem;
		-moz-flex: 0 0 25rem;
		-ms-flex: 0 0 25rem;
		-o-flex: 0 0 25rem;
		flex: 0 0 25rem;
	}
}

@media screen and (max-width: 479px) {
	.widget>ul li .post-title {
		font-size: 14px;
	}

	.widget>ul li .post-title .post-date {
		font-size: 10px;
		line-height: 13px;
		margin: 8px 0 0;
	}

	.widget>ul li .post-title .post-category {
		font-size: 10px;
		margin: 8px 0 0;
		line-height: 13px;
	}
}

.w-100 {
	-webkit-flex: 0 0 100% !important;
	-moz-flex: 0 0 100% !important;
	-ms-flex: 0 0 100% !important;
	-o-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
}

/**
*
*	END WIDGETS
*
**/







/**
*
*	JOBS
*
**/

#jobs.preload {
	opacity: 0.5;
}

#jobs #pagination {
	margin-top: 4rem;
}




/*---------- JOB ROW ITEM ----------*/


.job-item {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 2rem;
	position: relative;
}


.job-item:hover,
.job-item:focus {
	background-color: #fafafa;
}

.job-content {
	padding: 0 15px;
	flex: 0 0 calc(100% - 200px);
	width: calc(100% - 200px);
	position: relative;
}

.job-content p {
	color: #000;
}

.job-title {
	color: #16426f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	overflow: hidden;
}

.job-desc {
	display: none;
}

.job-desc p {
	font-size: 1.4rem;
	padding: 2rem 15px;
	margin: 0;
	color: #000;
}

.job-details {
	margin: 2rem 0 0 0;
	color: #777;
	font-size: 1.4rem;
}

.job-details span+span {
	margin-left: 2rem;
}


.job-footer {
	border-top: .0625rem solid #f1f1f1;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 5px 15px;
	color: #000;
}

.job-show-desc {
	position: absolute;
	right: 0;
	background: transparent;
	border: none;
	bottom: 0;
	padding: 5px 15px;
	transition: all 0.4s ease;
	transform: rotate(0deg);
}

.job-show-desc.active {
	transform: rotate(180deg);
}




@media screen and (max-width: 1199px) {
	.job-details {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	#jobs-title {
		margin-left: 10px;
		max-width: calc(100% - 20px);
	}

	#jobs {
		padding: 0 10px;
	}

	#jobs+.btn {
		margin: 0 10px 0 0;
	}

	.job-show-desc,
	.job-desc {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#jobs {
		padding: 0 20px;
	}

	#jobs+.btn {
		margin: 0 20px 0 0;
	}

	.job-details>span {
		display: none;
	}

	.job-details>span:first-child {
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.job-thumbnail {
		max-width: 150px;
		width: 150px;
		overflow: hidden;
		position: relative;
	}

	.job-thumbnail img {
		position: absolute;
		height: 100%;
		max-width: none;
		top: 50%;
		left: 50%;
		width: auto;
		transform: translate(-50%, -50%);
	}

	.job-content {
		flex: 0 0 calc(100% - 150px);
		width: calc(100% - 150px);
	}

	.job-title {
		font-size: 1.8rem;
		margin-top: 1.5rem;
		margin-bottom: 0.5rem;
		white-space: normal;
	}

	.job-content p {
		margin-bottom: 0.5rem;
	}

	.job-details {
		margin-top: 1rem;
	}

	.job-details i {}

	.job-footer {
		text-indent: -9999px;
	}

	.job-footer time {
		text-indent: 0;
		display: -webkit-box;
		margin-top: -16px;
	}
}

@media screen and (max-width: 420px) {
	.job-thumbnail {
		max-width: 120px;
		width: 120px;
	}

	.job-content {
		flex: 0 0 calc(100% - 120px);
		width: calc(100% - 120px);
	}
}

/*---------- FILTER CATEGORIES JOBS ----------*/

.job-actions {
	display: flex;
}

.job-filter {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}

.job-types {
	display: flex;
	padding: 0 !important;
	list-style: none;
	margin-bottom: 0rem !important;
	justify-content: center;
	margin-left: 2rem !important;
}

.job-types li::before {
	content: none !important
}

.job-types li+li {
	margin-left: 20px;
}

.job-types li a {
	font-size: 14px;
	padding: 5px 15px;
	border: 1px solid #42a8de;
	display: block;
	text-transform: lowercase;
	color: #16426f;
}

.job-types li.active a,
.job-types li a:hover,
.job-types li a:focus {
	background-color: #42a8de;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.job-actions {
		flex-direction: column;
	}

	.job-filter {
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}

	.job-filter>strong {
		width: 100%;
		margin-bottom: 1rem;
	}

	.job-types {
		margin-left: 0 !important;
	}

}


/*---------- SHOW NUMBER JOBS ----------*/

.job-show {
	display: flex;
	margin-left: auto;
}



#n {
	margin-left: 20px;
	border-radius: 0;
	display: inline-block;
	width: 60px;
	height: 32px;
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}


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


	.job-show {
		margin-left: 0;
		margin-bottom: 2rem;
	}

	.job-show label {
		margin-bottom: 0;
	}
}


/*----------  JOB SINGLE  ----------*/

#job {
	width: calc(70% - 3rem);
	float: left;
	margin: 1rem 2rem 4rem 1rem;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	right: 30%;
}



#job .job-thumbnail {
	margin-bottom: 4rem;
}

#job .job-section {
	padding: 0 15px;
	margin-bottom: 4rem;
}

#job .job-section>h2 {
	margin: 0 -15px 2rem;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	background-color: #16426f;
}

#job .job-publish {
	padding: 10px 15px 0;
	font-size: 12px;
	color: #777;
}

#job .job-footer {
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.btn-job-apply {
	color: #fff;
	background-color: #42a8de;
	border: 1px solid #42a8de;
	font-size: 18px;
	line-height: 1.5em;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-job-apply:hover,
.btn-job-apply:focus {
	background-color: #16426f;
	border: 1px solid #16426f;
}

.job-back {
	margin-bottom: -6rem !important;
	display: flex;
	margin-top: 3rem !important;
	padding: 0;
}

@media screen and (max-width: 991px) {
	#job {
		display: flex;
		width: 100%;
		flex: 0 0 100%;
		flex-direction: column;
		order: 2;
		margin: 0rem 0rem 4rem;
		right: 0;
	}

	#job .job-footer {
		display: none;
	}

	.btn-job-apply {
		padding: 10px 100px;
	}

	.job-back {
		margin-bottom: -5rem !important;
		margin-top: 5rem !important;
	}
}

@media screen and (max-width: 767px) {
	#job {
		margin-left: 15px;
		width: calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}

	.btn-job-apply {
		padding: 10px 100px;
	}
}

@media screen and (max-width: 575px) {
	#job .job-thumbnail {
		max-width: 100%;
		width: 100%;
	}

	#job .job-thumbnail img {
		position: relative;
		height: auto;
		max-width: 100%;
		top: 0;
		left: 0;
		transform: none;
	}

	.btn-job-apply {
		padding: 10px 10px;
		width: calc(100% - 30px);
	}
}

/*----------  JOB ASIDE  ----------*/

#job-aside {
	float: left;
	width: calc(30% - 10px);
	margin-left: 0;
	padding: 0;
	margin-top: 1rem;
	margin-right: 10px;
	top: 30px;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	left: 70%;
}

.admin-bar #job-aside {
	top: 60px;
}

#job-aside .job-info {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 15px 15px;
	margin-bottom: 2rem;
}

#job-aside .job-title {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: left;
	padding: 0 15px;
	font-size: 2.3rem;
}

#job-aside .job-title::before,
#job-aside .job-title::after {
	content: none;
}

#job-aside .job-employer {
	font-size: 1.7rem;
	padding: 0 15px;
	margin-top: -1rem;
	margin-bottom: 2rem;
}


#job-aside .job-details {
	padding: 0 15px;
}

#job-aside .job-details li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

#job-aside .job-details li::before {
	content: none;
}

#job-aside .job-details li i {
	width: 2rem;
	margin-left: -1rem;
	font-size: 2rem;
	margin-right: 2rem;
}



.job-action {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	border-top: .0625rem solid #f1f1f1;
	padding-top: 2rem;
}

@media screen and (max-width: 991px) {
	#job-aside {
		left: 0;
		display: flex;
		width: 100%;
		flex-direction: column;
		position: relative;
		margin-top: 0;
		top: 0;
	}

	#job-aside .job-info {
		margin-bottom: 0rem;
	}

	.job-action {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		margin-bottom: 0 !important;
		padding-bottom: 2rem;
		box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.076);
	}
}

@media screen and (max-width: 767px) {
	#job-aside {
		margin-left: 15px;
		width: calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}

	#job-aside .job-title {
		padding: 0 5px;
	}

	#job-aside .job-employer {
		padding: 0 5px;
	}
}




/*----------  JOB OTHERS  ----------*/

.jobs-other>h2 {
	font-size: 20px;
}

.job-other-item {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 15px 15px;
	margin-bottom: 2rem;
	display: block;
}

.job-other-item:hover,
.job-other-item:focus {
	background-color: #fafafa;
	color: #000;
}

#job-aside .job-other-item .job-title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

#job-aside .job-other-item .job-employer {
	font-size: 15px;
	margin: 1rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#job-aside .job-other-item .job-location {
	margin-left: 1rem;
	margin-top: 0.5rem;
	font-size: 14px;
	color: #777;
	line-height: 1em;
}

@media screen and (max-width: 991px) {
	.jobs-other {
		display: none;
	}
}





/*----------  JOB MODAL  ----------*/

#job-modal .modal-dialog {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
	#job-modal .modal-dialog {
		min-height: calc(100% - 6rem);
	}
}

#job-modal .modal-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
	padding: 2rem;
	box-shadow: none;
	max-width: 100%;
}

#job-modal .modal-header {
	position: relative;
	border-bottom: none;
}

#job-modal .modal-footer {
	text-align: center;
	border-top: none;
	padding-top: 1rem;
}

#job-modal .modal-header .close {
	position: absolute;
	font-size: 4rem;
	font-weight: 300;
	right: 0;
	top: 0;
	padding: 1.6rem 1rem;
}

#job-modal .modal-title {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 3rem;
}

#job-modal .ajax-loader {
	display: none;
}




.form-file input {
	display: none;
}

.form-file>label {
	padding-left: 128px !important;
	font-weight: normal;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-file>label:before {
	content: "Dodaj plik";
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	background-color: #42A8DD;
	color: #fff;
	font-weight: normal;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	#job-modal .modal-content {
		padding: 2rem 0;
	}

}

@media screen and (max-width: 575px) {
	#job-modal .form-control {
		height: 40px;
		font-size: 16px;
	}

}

/**
*
*	END JOBS
*
**/


/**
*
*	MAIN
*
**/


@media screen and (min-width: 576px) {
	#main {
		min-height: calc(100vh - 120px - 285px);
	}
}

@media screen and (max-width: 991px) and (min-width: 576px) {
	#main {
		min-height: calc(100vh - 120px - 322px);
	}
}

/**
*
*	END MAIN
*
**/





.baner-ads {
	margin-top: 50px;
	position: relative;
}

.baner-ads a {
	display: block;
}

@media screen and (max-width: 1199px) {
	.baner-ads {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.baner-ads {
		height: 170px;
		max-width: 100%;
		overflow: hidden;
	}

	.baner-ads img {
		position: absolute;
		height: 100%;
		max-width: none;
		width: auto;
		left: 0;
		top: 0;
	}
}

@media screen and (max-width: 575px) {
	.baner-ads {
		display: none;
	}
}