@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap&subset=latin-ext');

* {
	font-family: 'Montserrat', sans-serif;
}

*:focus {
    outline: 0 !important;
}

img {
	border: none;
}

html, body {
	overflow-x: hidden;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}
.c-pointer {
	cursor: pointer;
}

.bip-header {
	width: 100%;
	min-height: 100px;
}
.bip-header .left .logo-card {
	width: 100%;
	position: absolute;
	top: 0;
}
.bip-header .left .logo-card > div {
	width: 100%;
	min-height: 100px;
	background: #fff;
}
.bip-header .left .logo-card a {
	margin-top: 13px;
}
.bip-header .left .logo-card h1 img {
	width: 178px;
	height: auto;
	display: block;
}
.bip-header .left .logo-card .gradient {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -1px;
}
.bip-header .right {
	min-height: 100px;
}
.bip-header .right .bip-logo img {
	display: block;
	width: 90px;
	height: auto;
	margin-top: 13px;
}
.bip-header .right button  {
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: #dd127b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9rem;
	border-color: #dd127b;
	min-height: 36px;
}
.bip-header .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 207, 232);
}
.bip-header .btn-primary:not(:disabled):not(.disabled).active, .bip-header .btn-primary:not(:disabled):not(.disabled):active, .bip-header .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #dd127b;
	border-color: #dd127b;
	box-shadow: 0 0 0 0.2rem rgb(255, 207, 232);
}
.bip-header .form-control {
	color: #222222;
	font-size: 0.9rem;
	border-radius: 0.25rem 0 0 0.25rem;
	min-height: 36px;
}
.bip-header .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ff0084;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(255, 207, 232);
}
@media (max-width: 991px) {
	.bip-header .left .logo-card h1 img {
		width: 147px;
	}
}
@media (max-width: 757px) {
	.bip-header .right {
		justify-content: flex-end !important;
	}
	.bip-header .right .bip-logo {
		margin: 15px 0 15px 0 !important;
	}
	.bip-header .right .bip-logo img {
		margin: 0px;
	}
	.bip-header .right div:nth-child(2) {
		margin: 0 0 15px 0 !important;
	}
	.bip-header .left .logo-card > div {
		min-height: 80px;
	}
	.bip-header .left .logo-card h1 img {
		width: 120px;
	}
} 
@media (max-width: 575px) {
	.bip-header .right {
		padding: 0;
	}
	.bip-header .left .logo-card {
		width: 180px;
		position: relative;
		margin: 0 15px;
	}
	.bip-header .left .logo-card > div {
		min-height: 80px;
	}
	 .bip-header .right {
		flex-direction: column;
	}
	.bip-header .right .form-group {
		flex-wrap: nowrap;
		display: flex;
		margin: 0 auto;
	}
	.bip-header .right .form-group input {
		width: calc(100vw - 86px - 30px);
	}
	.bip-header .right .bip-logo {
		margin: 20px 0 20px 0 !important;
	}
}



/* Treść i menu */
.bip-content {
	padding: 82px 0 60px 0;
	width: 100%;
	background: #e3eff7;
} 
.bip-content .content-wrapper {
	padding: 4rem 3rem 3rem 3rem;
	background: #fff;
}
.bip-content .left .navbar {
	padding: 0;
}
.bip-content .left .navbar .navbar-wrapper {
	height: 50px;
	width: 100%;
	background: #dd127b;
	padding: 0 20px;
}
.bip-content .left .navbar .text {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.bip-content .left .navbar .navbar-toggler {
	background: #fff;
}
.bip-content .left .collapse .accordion {
	width: 100%;
}
.bip-content .left .collapse .card {
	border-radius: 0;
}
.bip-content .left .collapse .btn-link {
	border-radius: 0;
	border: 0 !important;
	color: #0093dd;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
	font-weight: 500;
	-webkit-appearance: none !important;
	text-align: left;
}
.bip-content .left .collapse .btn-link.active {
	color: #dd127b;
}
.bip-content .left .collapse .btn-link:hover  {
	color: #005488;
}
.bip-content .left .collapse .card-body a {
	margin: 4px 0;
	padding: 6px 12px;
	font-size: 1rem;
	line-height: 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	transition: color 0.5s ease-in-out;
}
.bip-content .left .collapse .card-body a svg {
	display: block;
	height: 14px;
	width: auto;
	margin-right: 18px;
	color: #aaaaaa;
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.bip-content .left .collapse .card-body a svg.loaded {
	transition: transform 0.25s ease-in-out, color 0.5s ease-in-out;
}
.bip-content .left .collapse .card-body a.active {
	color: #dd127b;
}
.bip-content .left .collapse .card-body a.active svg {
	transform: rotate(0deg);
	color: #ffcc00;
}
.bip-content .left .collapse .card-body a:hover {
	color: #dd127b;
}
.bip-content .left .collapse .card-body a:hover svg {
	transform: rotate(0deg);
	color: #dd127b;
}
.bip-content .left .collapse .card-body ul {
	list-style: none;
    padding-left: 45.75px;
    margin-bottom: 0;
}
.bip-content .left .collapse .card-body ul li a {
	padding: 6px 0;
}
.bip-content .left .collapse .card-body ul li a span {
	display: block;
	height:6px;
	width: 6px;
	border-radius: 3px;
	margin-right: 0.5rem;
	background-color: #aaaaaa;
	transition: background-color 0.5s ease-in-out;
}
.bip-content .left .collapse .card-body ul li a.active span {
	background-color: #ffcc00;
}
.bip-content .left .collapse .card-body ul li a:hover span  {
	background-color: #dd127b;
}
.bip-content .title-bar {
	width: 100%;
	min-height: 50px;
	background: #dd127b;
	color: #fff;
}
.bip-content .title-bar .text {
	width: calc(100% - 120px);
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}
.bip-content .right .title-bar .resize-wrapper {
	width: 120px;
	background-color: #ffcc00;
	color: #222222;
}
.bip-content .right .title-bar .font-resize {
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.bip-content .right .title-bar .font-resize:hover, .bip-content .right .title-bar .font-resize.active {
	text-decoration: underline;
}
.bip-content .right .title-bar .font-resize:nth-child(2) {
	font-size: 16px;
}
.bip-content .right .title-bar .font-resize:nth-child(3) {
	font-size: 20px;
}
.bip-content .right .title-bar .font-resize:nth-child(4) {
	font-size: 24px;
}
.bip-content .right .content {
	font-size: 16px;
}
.bip-content .right .content h1 {
	font-size: 1.75em;
	line-height: 1;
}
.bip-content .right .content h2 {
	font-size: 1.65em;
	line-height: 1;
}
.bip-content .right .content h3 {
	font-size: 1.5em;
	line-height: 1;
}
.bip-content .right .content h4 {
	font-size: 1.35em;
	line-height: 1;
}
.bip-content .right .content h5 {
	font-size: 1.15em;
	line-height: 1;
}
.bip-content .right .content h6 {
	font-size: 1em;
	line-height: 1;
}
.bip-content .right .content h1, .bip-content .right .content h2, .bip-content .right .content h3, .bip-content .right .content h4, .bip-content .right .content h5, .bip-content .right .content h6, .bip-content .right .content p {
	margin-bottom: 32px;
	font-weight: 700;
}
.bip-content .right .content p {
	font-weight: 500;
	font-size: 1em;
	margin-bottom: 25px;
}
.bip-content .right .content ul, .bip-content .right .content ol {
	font-weight: 500;
	font-size: 1em;
	margin-bottom: 32px;
}
.bip-content .right a svg {
	display: inline-block;
	width: 10px;
	height: 10px;
}
.bip-content .right a {
	color: #0093dd;
	transition: color 0.5s ease-in-out;
}
.bip-content .right a.highlight {
	display: inline-block;
	background-color: #ffcc00;
	color: #222222;
	padding: 6px 0;
	transition: 0.5s ease-in-out;
	padding: 10px 25px;
}
.bip-content .right a.highlight:hover {
	background-color: #f2f2f2;
}
.bip-content .right a:hover {
	color: #dd127b;
}
.bip-content .right strong {
	font-weight: 700;
}
.bip-content .right table {
	margin-bottom: 32px;
	font-size: 1em;
}
.bip-content .right table td {
	padding: .25rem .5rem;
}
.bip-content .right table.th-highlight tbody tr:last-child td {
	padding-bottom: 0.75rem;
}
.bip-content .right table.th-highlight td,
.bip-content .right table.th-highlight th {
	padding: .25rem .5rem;
}
.bip-content .right table.th-highlight tr th {
	background: #0093dd;
	border-bottom: none;
	color: #fff;
}
.bip-content .right table.vertical-align-middle td {
	vertical-align: middle;
}
.bip-content .right table thead tr td {
	background: #0093dd;
	border-bottom: none;
	color: #fff;
}
.bip-content .right table tfoot tr td {
	background: #d0d8dc;
	border-bottom: none;
	color: #000;
}
.bip-content .right table.highlight {
	width: 100%;
	background-color: #ecf0f1;
}
.bip-content .right table.highlight td {
	padding: 25px;
	border: none;
}
@media (max-width: 767px) {
	.bip-content {
		padding: 60px 0 60px 0;
	}
}
@media (max-width: 575px) {
	.bip-content .content-wrapper {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.bip-content .right .title-bar .text {
		width: 100%;
	}
	.bip-content .right .title-bar .resize-wrapper {
		display: none !important;
	}
	.bip-content .container > .row {
		width: 100%;
	}
}

.bip-content .right table.style-1 {
	font-size: 0.85em;
}
.bip-content .right .metadata table.style-1 tr td {
	padding: 0.3rem 0.75rem;
}
.bip-content .right table.style-2 {
	font-size: 0.85em;
}
.bip-content .right table.style-2 tr td {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.bip-content .right table.style-2 tr:first-child td {
	border-top: none;
}
.bip-content .breadcrumb-wrapper {
	/*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    padding: 0.5rem 20px;
    background-color: #f7f7f7;
	margin-top: -4rem;
	margin-left: -3rem;
	margin-right: -3rem;
	margin-bottom: 2rem;
}
@media (max-width: 575px) {
	.bip-content .breadcrumb-wrapper {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
.bip-content .breadcrumb a {
	color: #557586;
}
.bip-content .breadcrumb li.active,
.bip-content .breadcrumb li.active a:not(:hover) {
	color: #97a0a5;
}
.bip-content .metadata h6 {
	color: #acacac;
}
.bip-content .right .btn-back {
	display: table;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b20d5f;
    background: #f2f2f2;
    transition: 0.5s ease-in-out;
}
.bip-content .right .btn-back:hover {
    color: #fff;
    background-color: #b20d5f;
}
.bip-content .right .btn-highlight {
	display: inline-block;
    background-color: #ffcc00;
    color: #222222;
    padding: 6px 0;
    box-shadow: -20px 0 0 #ffcc00, 20px 0 0 #ffcc00;
    margin-left: 20px;
    transition: 0.5s ease-in-out;
}
.bip-content .right .btn-highlight.section-link {
	background-color: transparent;
	box-shadow: none;
	line-height: 0.9;
}
.bip-content .right .btn-highlight.section-link svg {
	margin-right: 0.5rem;
	color: #0093dd;
	transition: 0.5s ease-in-out;
}
.bip-content .right .btn-highlight.section-link:hover,
.bip-content .right .btn-highlight.section-link:hover svg {
	color: #dd127b;
}
.bip-content .right .btn-highlight:hover {
	color: #222222;
	background-color: #f2f2f2;
    box-shadow: -20px 0 0 #f2f2f2, 20px 0 0 #f2f2f2;
}
.bip-content .right .bip-sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bip-content .right .bip-sitemap ul.level-2 {
	padding-left: 30px;
}
.bip-content .right .bip-sitemap ul.level-3 {
	padding-left: 50px;
}

/* Stopka */
.bip-footer {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 60px 0;
	background: rgba(0,52,75,1);
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,52,75,1) 0%, rgba(0,26,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,52,75,1)), color-stop(100%, rgba(0,26,37,1)));
	background: -webkit-linear-gradient(top, rgba(0,52,75,1) 0%, rgba(0,26,37,1) 100%);
	background: -o-linear-gradient(top, rgba(0,52,75,1) 0%, rgba(0,26,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,52,75,1) 0%, rgba(0,26,37,1) 100%);
	background: linear-gradient(to bottom, rgba(0,52,75,1) 0%, rgba(0,26,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00344b', endColorstr='#001a25', GradientType=0 );
}
.bip-footer .partner-logo .img-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 5px;
	background: #fff;
}

@media (max-width: 991px) {
	.bip-content .right {
		padding: 0;
		margin-top: 15px;
	}
}

.logo-4s {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 20px;
    background: url(/images/svg/nowemedia-logo.svg);
}

/* Cookies */
#cookiesModal .modal-body {
	padding-top: 0 !important;
}
#cookiesModal .modal-footer a {
	display: inline-block;
	padding: 6px 20px;
	transition: 0.5s ease-in-out;
}
#cookiesModal a.highlight {
	background-color: #ffcc00;
	color: #222222;
}
#cookiesModal a.highlight:hover {
	background-color: #f2f2f2;
}
#cookiesModal a.success {
	background-color: #28a745;
	color: #fff;
}
#cookiesModal a.success:hover {
	background-color: #1c7430;
}
@media (max-width: 575px) {
	#cookiesModal .modal-body {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	#cookiesModal .modal-footer {
		flex-direction: column;
	}
	#cookiesModal .modal-footer a:not(:last-child) {
		margin-right: 0 !important;
		margin-bottom: 0.5rem;
	}
}