@charset "UTF-8";
/* CSS Document */

.dziennik span, .content-main h2, h1, h4, .result-title, .result-title a {
	color: #fbd632;
}
.color-boxes, .contact-box, .left-menu ul li a, .menu-list > li, .readmore a, .leftcolumn h3, .btqc_submit.button {
	background-color: #FBD632;
}
.nav-mobile {
	background: url("../img/nav.svg") no-repeat scroll center center / 18px auto #fbd632;
}
.menu-list > li > a:hover, .menu-list > li.active a {
	background: #fde050;
}
.left-menu > ul > li > a:hover, .left-menu > ul > li.current > a, .readmore a:hover,  .btqc_submit.button:hover, .left-menu > ul > li.active.deeper > a, .left-menu > ul > li > ul > li.current > a  {
	background-color: #fde050;
}
.left-menu ul li a {
	border-bottom: 1px solid  #fde050;
}
.left-menu ul li:hover a::after, .left-menu ul li.current a::after, .left-menu > ul > li.active.deeper > a::after {
	background-image: URL(../img/sp-pointer-right.png);
}
.header_whole {
	background-image: URL(../img/sp-top-bg.png);
}
p.date-icon {
	background-image: URL(../img/sp-yellow-cal.jpg);
}
.content-main ul li {
	background-image: URL(../img/sp-yellow-point.png);
}
#cp-bullet span.active, .cp-title {
	background-color: #fde050 !important;
}
.item-page a {
	color: #fbd632;
	font-weight: bold;
}
.item-page a:hover {
	text-decoration: underline;
}
.nav-child a {
	background:#fbd632;
	border-bottom:1px solid #fde050;
	display:block;
	padding:15px;
}
.nav-child a:hover {
	background:#fde050;
}
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #fde050;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#fde050;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.menu-list > li > a {
	border-bottom: 1px solid #fde050;
}
.menu-list > li > a:hover, .menu-list > li.active a {
	border-bottom: 1px solid #fbd632;
}
}