.top-bar-2025 {
	font-size: 1.4rem;
	color: #333;
}

.top-bar-2025.tht  {
	background: #F2F2F2;
	color: #333;
}

.header-2025.biz .top-bar-2025  {
	background: #000;
	color: #333;
}

.header-2025.biz .top-bar-2025 .flex-area a{  
	color: #fff;
}


.biz-area, .service-area {
    display: flex;
}

.top-bar-2025 a{  
	padding: 2px 6px;
	text-decoration: none;
	color: #333;
}

.top-bar-2025  a:last-of-type{
	padding-right: 0;
}

.top-bar-2025 .flex-area .service-area a:hover{  
	color: #e20074;
}

.top-bar-2025 .flex-area a:hover{
	text-decoration: underline;
	color: #e20074;
}

.top-bar-nav a::before:hover{
	color: #E20074;
}


.top-bar-container {
	margin: auto;
	padding: 8px 0 0 34px;
}

.botnav-container-2025{
	/*border: 1px solid lime;*/
	width: 100%;
}

.masternav-container-2025{
	display: flex;
	/* border: 1px solid red;*/
	width: 100%;
	max-width: 1260px;
	margin: auto;
}

.header-2025 {
	position: relative;
	border-bottom: 1px solid #999;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	z-index: 1005;
}

.header-2025.bus .site-title a{
	display: flex;
	background-color: #e20074;
}

.header-2025.bus.slim .menu-2025{
	margin: 10px 0 0 16px;
}

.header-2025.bus .menu-2025 {
    width: 100%;
	margin: 21px 0 0 16px;
}

.header-2025.bus .site-title a img {
	width: 100%;
}

.header-2025.slim {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.header-2025.slim .top-bar-2025 {
	display: none;
}

.header-2025.slim .site-title{
	width: 70px;
	height: 60px;
}

.header-2025.slim .drop-line{
	top: 65px;
}

.header-2025.slim .menu-2025 {
	margin: 15px 0 0 16px;
}

.header-2025.slim .top-bar-nav {
	top: 26px;
}

.top-bar-nav {
	position: absolute;
    z-index: 1001;
    top: 62px;
	right: calc((100vw - 1260px) / 2);
	display: flex;
	gap: 16px;
}



.header-2025.bus .top-bar-nav {
	right: calc((100vw - 1260px) / 2);
}

.top-bar-nav li.cancel {
	display: none;
 }

 .top-bar-nav li.basket {
	position: relative;
 }

 .top-bar-nav li.basket span.count {
	position: absolute;
	background: #e20074;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	left: 14px;
	top: -4px;
	font-size: 1.1rem;
	display: flex;
	align-items: end;
	justify-content: center;
	color: white;
	font-family: telegroteskscreen-bold;
}

.top-bar-nav a{
	color: #333;
	text-decoration: none;
	font-size: 1.5rem;
	padding: 6px 6px 6px 28px;
	forced-color-adjust: preserve-parent-color;
}

.top-bar-nav a:last-of-type{
	padding-right: 0;
}

.top-bar-nav a.search {
	background: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/search-black.svg") no-repeat left;
	background-size: 25px;
}

.top-bar-nav a.search:hover{
	background-image: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/search-mag.svg");
}

.top-bar-nav a.user {
	background: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/login-black.svg") no-repeat left;
	background-size: 25px;
}

.top-bar-nav a.user:hover{
	background-image: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/login-mag.svg");
}

.top-bar-nav a.user.userActive {
	background-image: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/login-mag.svg");
}

.top-bar-nav a.basket {
	background: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/cart-black.svg") no-repeat left;
	background-size: 25px;
}

.top-bar-nav a.basket:hover{
	background-image: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/cart-mag.svg");
}


.top-bar-nav a:hover{
	color: #e20074;
	text-decoration: underline;
}

.top-bar-nav a img{
	width: 25px;
	height: 25px;
	display: inline-block;
}

.top-bar-nav a img:hover{
	fill: red;
}

.top-bar-nav a.user.userActive {
	background-image: url("https://www.hrvatskitelekom.hr/webresources/images/icons/2025/login-mag.svg");
}

.header-2025 a.active {
	font-family: TeleGroteskScreen-ultra;
	color: #E20074;
}


.flex-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gone {
	transform: translateX(0);
}

.section-nav-container{
	background-color: #fff;
	width: 100%;
}

.drop-line {
	position: absolute; 
	top: 102px; 
	left: 0; 
	right: 0; 
	bottom: 500px; 
	background: #fff; 
	width: 100%;
    height: 360px;
	display: none;
	z-index: 998;
}

.header-2025.bus .drop-line {
	top: 101px; 
}

.bg-fade{
	position: absolute; 
	top: 360px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: #000; 
	opacity: 0.75;
	width: 100%;
    height: 100vh;
	/*display: none;*/
	z-index: 997;
}

.header-2025.biz .drop-line{ height: 525px;}
.header-2025.tht .drop-line{ height: 385px; top: 101px;}
.header-2025.tht.slim .drop-line{ height: 385px; top: 66px;}

.section-nav-2025{
	display: flex;
	position: relative;
	margin: auto;
	max-width: 1260px;
	
	/*border: 1px solid lime;*/
}

.section-nav-2025 .site-title {
	position: relative;
	z-index: 100;
	font-size: 1em !important;
	height: 60px;
	width: 60px;
	background: url(https://www.hrvatskitelekom.hr/webresources/images/t-logo-2022/t-logo-magenta-padd-x2.svg) no-repeat -10px 50%;
	margin: 0px;
}

.section-nav-container.section-main-magenta {
	background: #e20074!important;
}

.section-nav-container.section-main-magenta .section-nav-2025 .site-title {
	background: url(https://www.hrvatskitelekom.hr/webresources/images/t-logo-2022/t-logo-white-padd-x2.svg) no-repeat -10px 50%;
}

.header-2025.bus .site-title {
	width: 180px;
}

.site-title {
	width: 110px;
	height: 100px;
    display: block;
	transition: .3s all ease-out;
}

.site-title a{
	height: 100%;
	width: 100%;
	display: block;
}
.site-title img {
	transition: .3s all ease-out;
}

.menu-container {
	width: 100%;
	z-index: 999;
	margin: 0 auto 0 auto;
	display: none;
}


.menu-2025{
	width: 100%;
	margin: 22px 0 0 16px;
}

.menu-2025 a{
	color: #333;
	text-decoration: none;
	font-family: telegroteskscreen-medium;
}

.menu-2025 a:hover{
	color: #e20074;
	text-decoration: none;
}

.menu-2025 ul li {
	list-style: none;
	
}

.menu-2025>ul{
	display: flex;
	align-items: center;
}

.menu-2025 ul li {
	height: 50px;
}

.menu-2025 ul>li.active>a {
	color: #E20074;
}

span.border{
	display: none;
	border-bottom: 5px solid #e20074;
    height: 17px;
	width: 100%;
	outline: 0;
}

ul li.active a span.border {
	display: block;
	outline: 0;
   
}

ul li a:hover span.border, ul li a:focus span.border {
	outline: 0;
    display: block;
  
}

.top-bar-nav li  {
	list-style: none;
}


.top-bar-nav li span{
	font-size: 1.5rem;
}

li.text-bold.text-magenta, li.parent {
	padding: 8px 0;
	color: #000;
	font-weight: normal;
	font-family: telegroteskscreen-medium;
	
}

li.text-bold {
	padding: 0 0 4px 4px;
}

.menu-2025 ul li a {
	display: block;
	padding: 12px 4px;
	font-size: 1.6rem;
	transition: .2s;
	color: #333;
	display: inline-block;
}

.menu-2025 ul li a.top-link {
	font-family: TeleGroteskScreen-ultra;
}

.menu-2025 ul li a.top-link:after {
	content: "\00003E";
	font-size: 1.5rem;
	margin-left: 14px;
}


.menu-2025>ul>li>a {
	font-size: 1.8rem;
    padding: 12px 24px;
    font-family: 'telegroteskscreen-ultra';
}


.menu-2025 ul li a:hover {
	color: #e20074;
}

.menu-2025 ul li .dropdown {
	position: absolute;
	display: none;
	z-index: 1001;
	padding: 30px 0 50px 20px;
}

.header-2025.tht .menu-2025 ul li .dropdown {
	width: 100%;
}

.header-2025.tht.slim .menu-2025 {
    margin: 12px 0 7px 16px;
}

.header-2025.tht .dropline {
   top: 101;
}

.menu-2025 ul li .dropdown li {
	width: 25%;
}

.header-2025.tht .menu-2025 ul li {
	height: auto;
}

.menu-2025 ul li .dropdown li:last-of-type {
	margin-bottom: 25px;
}

.menu-2025 ul li .dropdown-block {
    position: absolute;
    left: 0;
    width: calc(100% + 230px); 
    display: none;
	padding: 32px 0 50px 213px;
    z-index: 1001;
    margin-left: -176px;
    padding-bottom: 260px;
	animation: fadeOut ease 0.5s;
}


.menu-2025 ul li .dropdown-block ul {
	margin: auto;
	max-width: 1260px;
}

.menu-banner {
	/*position: absolute; 
	right:48px;*/
	box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.menu-2025 .menu-banner img, .menu-2025 .menu-banner a {
	display: block;
	padding: 0;
}


.menu-2025 ul li .dropdown-block li a:hover {
	font-weight: bold;
}

.menu-2025 ul li .dropdown-block li ul li a {
	border-bottom: none;
	display: inline-block;
}

.menu-2025 ul li .dropdown-block li ul li a:hover {
	color: #e20074;
	text-decoration: underline;
}

.menu-2025 ul li .dropdown-block li {
	width: 20%;
	float: left;
}

.menu-2025 ul li .dropdown-block.internet > li {
	padding-left: 35px;
    background-size: 30px;
    background-position: 0 -5px;
	background-repeat: no-repeat;
}

.menu-2025 ul li .dropdown-block.internet > li h2 {
	font-size: 1.6rem;
	font-family: telegroteskscreen-ultra;
	padding: 3px 0 16px 5px;
}

.menu-2025 ul li .dropdown-block.internet li.block-1 {
	background-image: url(/webresources/images/icons/2025/fiksni.svg);
	
}

.menu-2025 ul li .dropdown-block.internet li.block-2 {
	background-image: url(/webresources/images/icons/2025/prijenosni.svg);
}

.menu-2025 ul li .dropdown-block.internet li.block-3 {
	background-image: url(/webresources/images/icons/2025/usluge.svg);
}

.menu-2025 ul li .dropdown-block  li.banner {
	width: 40%;
	float: right;
	display: block;
	padding-left: 0;
}

.menu-2025 ul li .dropdown-block  li.banner a{
	width: 466px;
	height: 225px;
}




.menu-2025 ul li .dropdown li ul li {
	display: none;
}

.menu-2025 ul li .dropdown-block li ul li {
	height: auto;
	float: none;
	display: block;
	width: 100%;
}


.top-bar-nav .icon-cancel {
	font-size: 2.5rem;
	color: #000;
	height: 30px;
	padding-top: 4px;
	display: none;
}

.top-bar-nav .icon-cancel.show {
	display: inline-block;
}

.top-bar-nav .icon-cancel:hover {
	color: #e20074
}


.tag {
	border: 1px solid #dcdcdc;
}
.user-wrapper {
	position: absolute;
	display: none;
	width: 100%;
	height: 30vh;
	background-color: #e5e5e5;
	z-index: 9;
}

.user-wrapper.active {
	display: block;
}

.basket-wrapper {
	position: absolute;
	display: none;
	width: 100%;
	height: 30vh;
	background-color: #e5e5e5;
	z-index: 9;
}

.basket-wrapper.active {
	display: block;
}



/*=================================*/

span.drop_down_icon {
	color: #fff;
	padding-left: 5px;
	font-size: 1.8rem;
	position: absolute;
	margin-top: 11px;
}

.menu-toggler {
	display: none;
}

.no-dtp {display: none;}


/*=================================*/

@media only screen and (max-width: 1300px) {
	.top-bar-nav {
	    position: absolute;
	    z-index: 1001;
		right: 20px;
	}

	/*.icon-cancel {right: 20px;}*/

	.top-bar-container {
		padding: 12px 20px 6px 20px;
	}

	.section-nav-2025 .site-title {
		margin-left: 20px;
	}

	.menu-2025 ul li .dropdown-block {margin-left: 0; padding-left: 20px; width: 100%; }

	.menu-2025{
		width: 100%;
		margin: 15px 0 0 16px;
	}

	.menu-banner {right: 20px;}


	.top-bar-nav li:last-of-type {  
		right: 68px;
	}

}


@media only screen and (max-width: 1024px) {

	.header-2025.fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 2000;
	}

	.menu-2025 ul>li>a>span.border{
		display: none!important;
	}

	.menu-2025 ul li .dropdown-block.internet > li {
		background-position: 24px -5px;
		padding-left: 0;
	}
	
	.menu-2025 ul li .dropdown-block.internet > li h2 {
		padding: 0 0 8px 64px;
	}

	.menu-2025 ul>li {
		height: auto;
	}

	.menu-2025>ul>li>a {padding: 15px 20px;}

	li.text-bold.text-magenta, li.parent {padding-left: 30px;}

	.site-title, .site-title a {
		height: 60px;
		width: 60px;
		display: block;
	}

	.header-2025.bus .site-title a {
		height: 60px;
		width: 130px;
	}
	
	.top-bar-2025  a{  
		padding: 2px 6px;
	}

	.top-bar-2025  a:first-of-type{  
		padding: 2px 6px 2px 6px;
	}

	.top-bar-2025  a:last-of-type{  
		padding: 2px 6px 0;
	}

	.top-bar-nav .icon-cancel {color: #fff; color: #fff; right: -40px;}
	
	.top-bar-2025 {
		position: absolute;
        top: 61px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 2px 0;
		z-index: 1111;
	}

	.top-bar-nav, .header-2025.slim .top-bar-nav, .header-2025.bus .top-bar-nav {
		right: 64px;
		top: 19px;
	}
	

	.top-bar-nav li span {
		display: none;
	}

	.top-bar-nav li.basket span.count {
		display: flex;
	}


	
	.top-bar-nav a:hover {
		color: #E20074;
	}
	.top-bar-nav li:last-of-type {
		right: 0px;
	}
	
	/*.section-nav-2025 .site-title {
		background: url(https://www.hrvatskitelekom.hr/webresources/images/t-logo-desktop-white.png) no-repeat 0 50%;
	}*/

	.section-nav-2025 .site-title {
		background: url(https://www.hrvatskitelekom.hr/webresources/images/t-logo-2022/t-logo-white-padd-x2.svg) no-repeat -15px 50%;
	}

	.header-2025.tht .site-title {
		background: url(https://www.hrvatskitelekom.hr/webresources/images/t-logo-2022/t-logo-magenta-padd-x2.svg) no-repeat -15px 50%;
	}

	.menu-toggler {
		cursor: pointer;
		position: absolute;
		right: 22px;
		top: 17px;
		background: none;
		font-family: Telekom-Icon;
		font-size: 2.5rem;
		z-index: 1001;
		display: block;
		border: none;
	}

	.menu-toggler:before {
		content: "=";
	}

	.menu-toggler.active:before {
		content: "X";
	}

	.section-nav-2025{
		flex-flow: column;
	}

	.section-nav-container {
		height: 60px;
	}

	/*.section-nav-container.tht{
		background-color: #f2f2f2;
	}*/

	.menu-toggler.tht {
		color: #000;
	}
	
	.menu-2025 {margin: 0;}

	.menu-2025>ul {
		flex-flow: column;
		gap: 0;
		margin: 15px 0;
	}
	
	.menu-2025>ul>li {
		width: 100%;
		position: relative;
	}

	.menu-2025 ul li a  {
		padding: 10px 25px;
	}

	.menu-2025 ul li ul li a {
		padding: 16px 30px;
	}

	.menu-2025 ul li .dropdown {
		padding: 0;
	}

	.menu-2025 ul li .dropdown-block > li{
		margin-top: 16px;
	}

	.menu-2025 ul li .dropdown-block  li.banner a{
		width: 100%;
		height: auto;
	}

	.menu-2025 ul li .dropdown-block, .menu-2025 ul li .dropdown{
		background-color: #fff;
		padding: 0;
	}
	
	.menu-2025>ul>li::after {
		content: "§";
	    font-size: 1.8rem;
	    color: 	#333;
	    font-family: Telekom-Icon;
	    position: absolute;
	    right: 32px;
	    top: 9px; 
	}

	.menu-2025>ul>li.loco::after {
		content: "";
	}

	.menu-2025>ul>li.parent::after {
		content: "";
	}

	.menu-2025 ul li.loco{
		margin-top: 0;
	}

	.menu-2025 ul li.last{
		margin-left: 0;
	}

	.menu-2025 ul li.divider{
		border-top: 1px solid #e5e5e5;
	}

	.menu-2025>ul>li.no-dtp::after{
		content: "";
	}

	.menu-2025 ul li ul li{
	border-left: 0;
		}

	.menu-2025 ul li ul li:first-of-type {
		margin-top: 10px;
	}

	li.text-bold {
		padding: 0 0 0px 29px;
	}

	.menu-2025 ul>li>ul.dropdown-block>li {
		border-left: 0;
		border-bottom: 1px solid #e5e5e5;
    	padding-bottom: 10px;
	}

	.menu-2025 ul li a.parent{
		background-color: #fff;
		text-align: center;
		color: 	#333;
		display: block!important;
	}

	.menu-2025 ul li a:hover{
		color: 	#333;
	}

	.menu-2025 ul li ul li a:hover{
		color: 	#e20074;
	}

	.menu-2025 ul li a.parent::before{
		content: "%";
	    font-size: 1.8rem;
	    float: left;
	    display: block;
	    color: 	#333;
	    font-family: Telekom-Icon;;
	}

	.menu-2025 ul li .dropdown {
		width: 100%;
		display: none;
		position: relative;
	}
	.menu-2025 ul li .dropdown li {
		width: 100%;
		padding: 0 30px;
	}
	.menu-2025 ul li .dropdown li a {
		width: 100%;
		padding: 8px 0px;
	}
	.menu-2025 ul li .dropdown-block li, 
	.menu-2025 ul li .dropdown li {
		width: 100%;
	}

	.menu-2025 ul li .dropdown-block li:last-of-type {
		width: 100%;
	}

	.menu-banner {
		margin: 20px 0;
		max-width: 100%;
		border-bottom: none!important;
		position: static;
	}

	.menu-banner img{
		width: 100%;
		max-width: 100%;
	}

	.menu-2025 ul li .dropdown-block li.banner {
		padding-right: 0;
	}

	.menu-2025 ul li .dropdown-block,
	.menu-2025 ul li .dropdown {
		position: absolute;
		transition: 0.1s all ease-out;
		left: -1024px;
		display: none;
		width: 100%;
		margin-left: 0;
	}
	.menu-2025 ul li.none, .none {
		display: none;
	}
	.menu-2025 ul li .dropdown-block.gone2,
	.menu-2025 ul li .dropdown.gone2 {
		left: 0;
		display: block;
	}

	.section-nav-2025{
		left: -60px;
		/*border: 1px solid lime;*/
	}
	.header-2025.bus .section-nav-2025{
		left: -144px;
		/*border: 1px solid lime;*/
	}

	.menu-container {
		transform: translate(-1024px, 100px);
		transition: 0.3s ease-out;
		height: 0;
		background: #fff;
		width: calc(100% + 60px);
		overflow: hidden;
		visibility: hidden;
	}

	.header-2025.bus .menu-container {
		width: calc(100% + 144px);
	}


	.menu-container.gone {
		transform: translate(0px, 100px);
		visibility: visible;
		height: 300vh;
	}

	.no-dtp {display: block;}

	.addon-menu li a  {
		padding: 15px 25px;
		
		font-size: 1.5rem;
		display: block;
		font-family: telegroteskscreen-medium;
	}

	.addon-menu li.divider{
		border-top: 1px solid #e5e5e5;
	}

	form input {
		width: 88%;
	}


}

/* AI tab */
.aitab {
    border: 1px solid #000;
    border-radius: 24px;
    padding: 5px 6px 3px 6px  !important;
    position:relative;
}

.aitab img{
	max-width: 20px; 
	position: absolute; 
	top:3px; 
	filter: brightness(0);
}

.aitab:hover {
	 border: 1px solid #e20074;
}

.aitab:hover img {
	filter: none;
}
									
.aitab .aicont{
	width: 45px;
	font-size: 1.8rem;
    font-family: 'telegroteskscreen-ultra';
}
									
.sps {
    margin-right: 3px;
}
									
@media only screen and (max-width: 1024px) {
	.loco .aitab {display: none;}
	.aitab .aicont {padding: 5px 6px 3px 6px!important;}
	.aitab {margin-left: 24px; top:4px;}
}

@media (prefers-color-scheme: dark) {
	.aitab {border: 1px solid #fff;}
	.aitab img {filter: brightness(1);}
	.aitab:hover img {
		filter: contrast(0);
	}
}

/************/

#divMainPreviewToolbar {display: none;}

/* dodano smooth učitavanje nvigacije kako bi se izbjegao BUG kada je miš iznad navigacije da se dogodi twich */
.menu-container.fade-in {
	display: block;
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
	}
	@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}

	.fade-out {
		animation: fadeOut ease 1s;
		-webkit-animation: fadeOut ease 1s;
		-moz-animation: fadeOut ease 1s;
		-o-animation: fadeOut ease 1s;
		-ms-animation: fadeOut ease 1s;
		}
		@keyframes fadeOut {
			100% {opacity:1;}	
			0% {opacity:0;}
		}
		
		@-moz-keyframes fadeOut {
			100% {opacity:1;}	
			0% {opacity:0;}
		}
		
		@-webkit-keyframes fadeOut {
			100% {opacity:1;}	
			0% {opacity:0;}
		}
		
		@-o-keyframes fadeOut {
			100% {opacity:1;}	
			0% {opacity:0;}
		}
		
		@-ms-keyframes fadeOut {
			100% {opacity:1;}	
			0% {opacity:0;}
		}

.skip-to-main-content a {
	position: absolute; 
	left: -9999px;
	z-index: 9999; 
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0; 
}

.skip-to-main-content a:focus {
	left: 118px; 
	transform: translateX(-50%); 
	opacity: 1; 
}

@media (max-width: 768px) {
	.skip-to-main-content a, .skip-to-main-content a:focus{
   		display: none;   
    }
}


@media (prefers-color-scheme: dark) or (prefers-contrast: more) {

	.header-2025.bus, .header-2025.bus .section-nav-container, .header-2025.bus .top-bar-2025, .header-2025.bus .menu-container,
	.header-2025.bus .drop-line, .header-2025.bus .menu-2025 ul li .dropdown-block, .header-2025.bus .menu-2025 ul li .dropdown, .header-2025.bus .menu-2025 ul li a.parent{
		background-color: #000;
	}

	.header-2025.bus .menu-2025 ul li a, .header-2025.bus .top-bar-2025 a, .header-2025.bus li{
		color:#fff;
	}

	.header-2025.bus .top-bar-nav a, .header-2025.bus .menu-toggler, .header-2025.bus .menu-2025>ul>li::after, .header-2025.bus .menu-2025 ul li a.parent::before {
		filter: invert(1);
	}

	.header-2025.bus .top-bar-nav a:hover {
		filter: invert(0);
	}

	.menu-2025 ul li a:hover, .menu-2025 ul li a.parent::before {
        color: #fff;
    }

	

}




