
        body .ly_header_9 .logo{padding: 3px 0;}
        body .ly_header_9 .nav{padding: 6px 0;}
	.custom_header_msg{text-align: right;background: rgb(51,51,51);}
	.ly_header_9 .custom_header_msg .wide{justify-content: flex-end;}
	.custom_header_msg .item{display: inline-block;vertical-align: middle;margin: 0 0 0 20px;}
	.custom_header_msg .item, .custom_header_msg .item a{font-size: 14px;color: #ffffff;line-height: 23px;}
	@media(max-width: 768px){
		.ly_header_9 .custom_header_msg .wide{justify-content: space-between;}
		.custom_header_msg .item{margin: 0;}
		.custom_header_msg .item, .custom_header_msg .item a{font-size: 12px;}
	}
	@media(max-width: 400px){
		.custom_header_msg{display: block;}
	}
