#topmenu a, #currency .item .title, #currency .item .icon {
	color: #fff;
}

footer .footermenu1 li a, footer .about, footer .footermenu2 li a {
	color: #000;
}

.safirSocial li a span {
	display: none;
} 

.safirSocial li a {
	width: 28px;
	height: 28px;
	background-size: contain;
} 

#single .share li a {
	width: 24px;
	height: 24px;
} 

.safirSocial .instagram a {
	background-image: url(socials/instagram.png);
} 

.safirSocial .tiktok a {
	background-image: url(socials/tiktok.png);
} 

.safirSocial .facebook a {
	background-image: url(socials/facebook.png);
}

.safirSocial .twitter a {
	background-image: url(socials/twitter.png);
} 

.safirSocial .youtube a {
	background-image: url(socials/youtube.png);
} 

.safirSocial .linkedin a {
	background-image: url(socials/linkedin.png);
} 

.safirSocial .whatsapp a {
	background-image: url(socials/whatsapp.png);
}

.safirSocial .telegram a {
	background-image: url(socials/telegram.png);
} 

.safirSocial .bip a {
	background-image: url(socials/bip.png);
} 

.safirSocial .rss a {
	background-image: url(socials/rss.png);
}

/* WHATSAPP BUTTON */

.sfrWhatsappButton {
	display: block;
	border-radius: 50%;
	bottom: 40px;
	left: 40px;
	z-index: 999;
	color: #fff;
	background: #48A91F;
	position: fixed;
}

.sfrWhatsappButton .safiricon {
	margin: 0;
}

.sfrWhatsappButton .safiricon svg {
	display: block;
	width: 30px;
	height: 30px;
	margin: 15px;
	transition: all .3s;
}

.sfrWhatsappButton:hover .safiricon svg {
	transform: scale(1.1);
}

.sfrWhatsappButton .circle {
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	width: 200%;
	height: 200%;
	background-color: transparent;
	border: 2px solid #48A91F;
	-webkit-animation: whatsappCircle 2.2s infinite ease-in-out;
	animation: whatsappCircle 2.2s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	left: -50%;
	bottom: -50%
}

@-webkit-keyframes whatsappCircle {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .01
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .01
	}
}

@media (max-width: 768px) {

	.sfrWhatsappButton {
		left: 20px;
		bottom: 20px;
	}
	
	.sfrWhatsappButton .safiricon svg {
		width: 20px;
		height: 20px;
		margin: 10px;
	}
	
}

/* BREAKING */

	#breakingGroup, #breakingGroup .breakingContainer {
		background: #FFE9A8;
	} 

	#breakingGroup .breakingTitle {
		flex: 1 0 240px;
		max-width: 240px;
	}

	#breakingGroup .innerContainer {
		overflow: visible;
	}

	#breakingGroup {
		position: relative;
	}

	#breakingGroup:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		margin: 6px 0;
		display: block;
		width: 50%;
		height: 40px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	}

	#breakingGroup:after {
		content: "";
		position: absolute;
		bottom: -4px;
		right: 0;
		display: block;
		width: 50%;
		height: 4px;
	}

	#breakingGroup .breakingTitle {
		line-height: 20px;
		font-weight: 600;
		line-height: 40px;
		margin: 6px 0;
		position: relative;
		padding: 0 80px 0 20px;
		margin-left: -20px;
		font-weight: bold;
		font-size: 15px;
		overflow: hidden;
	}

	#breakingGroup .breakingTitle .clock-icon {
		display: block;
		float: left;
		position: relative;
		z-index: 2;
	}

	#breakingGroup .breakingTitle .clock-icon svg {
		width: 16px;
		height: 16px;
		margin: 12px 3px;
	}

	#breakingGroup .breakingTitle:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
		width: 100%;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
		transform: skew(20deg);
		border-radius: 4px;
	}

	#breakingGroup .breakingTitle .title {
		position: relative;
		z-index: 2;
	}

	#breakingGroup .arrows {
		position: absolute;
		right: 20px;
		top: -3px;
		z-index: 2;
		height: 46px;
		padding: 3px 5px;
		width: 60px;
		box-shadow: -5px 0 5px -5px rgba(0,0,0,0.1);
	}

	#breakingGroup .arrows span {
		cursor: pointer;
		display: block;
		text-align: center;
		float: left;
		transition: all .3s;
		color: #000;
	}

	#breakingGroup .arrows span svg {
		width: 12px;
		height: 12px;
		margin: 14px 6px;
	}

	#breaking {
		color: #000;
		height: 52px;
		width: 100%;
		display: flex;
	}

	#breaking .items {
		height: 52px;
		margin: 0 5px;
		display: flex;
		align-items: center;
		width: 100%;
		position: relative;
	}

	#breaking .items:before {
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		border-radius: 0 0 0 2px;
		transform: skew(20deg);
		position: absolute;
		bottom: -4px;
	}

	#breaking .post {
		font-weight: 500;
		font-size: 15px;
		display: none;
	}

	#breaking .post:first-child {
		display: block;
	}

	#breaking .post a {
		color: #000;
	}

	#breaking .breakingMoreLink {
		display: block;
		margin-left: auto;
		font-weight: 600;
		font-size: 13px;
		line-height: 52px;
		color: #000;
		white-space: nowrap;
	}

	@media all and (max-width: 768px) {

		#breaking .breakingMoreLink {
			display: none;
		}

	}

	@media all and (max-width: 600px) {

		#breakingGroup:after {
			width: 100%;
		}

		#breakingGroup .innerContainer {
			padding: 0;
		}

		#breakingGroup:before, #breakingGroup .breakingTitle .title {
			display: none;
		}

		#breakingGroup #breaking .breakingTitle {
			max-width: 140px;
		}

		#breakingGroup .breakingTitle .clock-icon {
			margin-left: 10px;
		}

		#breaking .items {
			margin: 0;
		}

		#breaking .items:before {
			transform: none;
			border-radius: 0;
		}

		#breaking .post {
			line-height: 18px;
			padding: 0 10px 0 0;
			max-height: 36px;
			font-size: 14px;
			overflow: hidden;
		}

	}

	.bannerAd {
		margin: 10px 0 10px auto;
	}

	@media (max-width: 1040px) {

		#header-cont .innerContainer {
			display: block;
			text-align: center;
		}

		.bannerAd {
			margin: 10px auto;
		}

	}

	.menuContainer {
		background: #fafafa;
	}

	.menuContainer .innerContainer {
		align-items: center;
		justify-content: center;
	}	

	#toplogin {
		position: relative;
	}

	#header-cont {
		z-index: 930;
	}

	#mainMenu {
		margin-left: 0;
	}
	
	.menuContainer .searchWidget form {
		display: none;
		position: absolute;
		top: 40px;
		padding-top: 5px;
		right: 0;
		width: 200px;
	}	

	.menuContainer .searchWidget .searchButton {
		background: #fff;
		float: left;
		margin-left: 10px;
		border-radius: 3px;
		cursor: pointer;
	}	

	.menuContainer .searchWidget:hover form {
		display: block;
	}	

	.menuContainer .searchWidget form input {
		height: 40px;
	}	

	.menuContainer .searchWidget button {
		height: 40px;
		width: 40px;
		right: 0;
		top: 5px;
		padding: 13px;
		background: #e0e0e0;
	}	

	.menuContainer .searchWidget .searchButton svg {
		margin: 13px;
		width: 14px;
		height: 14px;
	}	

	.menuContainer .searchWidget form button:before {
		content: "";
		display: block;
		position: absolute;
		right: 12px;
		top: -5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #e0e0e0 transparent;
	}


	.mobileApps {
		margin-top: 20px;
	}
	
	.mobileApps img {
		max-height: 35px;
	}

	body #toplogin .button {
		margin: 20px 0;
	}

	body #menu a {
		line-height: 60px;
	}

	@media (max-width: 1040px) {

		.menuContainer .searchWidget {
			display: none;
		}

		#header-logo {
			height: 80px;
		}

		#header-logo a {
			line-height: 70px;
		}

		#header-cont .toggleMenu, #header-cont .membershipButton {
			height: 80px;
		}

		#header-cont .toggleMenu svg, #header-cont .membershipButton svg {
			margin-top: 30px;
			margin-bottom: 30px;
		}
	}

	#loginMenu {
		right: 0px;
	}

	body #loginMenu {
		top: 60px;
		
	}

	#mobileHeader .membershipMenuContainer {
		display: none;
	}

	#topbar .rightGroup {
		padding: 10px 0;
	}

	@media (max-width: 1040px) {
		#header-cont .membershipMenuContainer #loginMenu {
			top: 80px
		}

		#topbar {
			display: none;
		}
	}
