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

@media screen and (min-width: 1200px) {
.cd-primary-nav >li:nth-child(6) {
	box-shadow:inset 0 -4px 0 #ccc;
}
}

.slder-background {
	width: 100%;
	height: 50vh;
	position: relative;
	background-image: url(images/title-bg.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 3%;
}
 
.filter {
	width: 100%;
	height: 100%;
	padding-top: 120px;
}
.filter .inner {
	color: #fff;
}
.filter .inner h1 {
	font-family: serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top:50px;
}
#path a { color:#fff;}

/**/
.tab-4 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tab-4 > label {
	flex: 1 1;
	order: -1;
	position: relative;
	padding: .1em 1em;
	background-color: #f2f2f2;
	color: #999;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	max-width: 120px !important;
}

.tab-4 > label:hover {background-color: #f26c72; color:#fff;}
.tab-4 label:has(:checked) {
    /*background-color: #2589d0;*/
	background-color: #cb151d;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 12px;
    background-color: #cb151d;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
	display: none;
	width: 100%;
	padding: 3em 0em 0em;
	border-top: 3px solid #cb151d;
}

.tab-4 label:has(:checked) + div {
    display: block;
}



@media screen and (max-width: 768px) {
.filter {
	padding-top:60px;
}
.tab-4 > label {
    font-size: 20px;
}

}






