.no-mobile {
	display: block;
}
@media screen and (max-width:767px) {
	.no-mobile {
		display: none;
	}
	.mobile-em {
		 font-size:1.5em;
	}
}

.flags {
	height: 18px; 
	width: 28px; 
	border: 1px solid #c1c1c1; 
	margin-right:3px; 
	margin-left: 3px; 
	cursor: pointer;
}

.rd-nav-item-img {
	margin-left: 15px;
}