.ccm-block-switch-language-textOnly {
	text-transform: uppercase;
	font-family: 'ralewaybold', arial, sans-serif;
	font-size:12px;
	text-align: right;
	margin-right: 6px;
}
.ccm-block-switch-language-textOnly a {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.ccm-block-switch-language-textOnly a:hover, .ccm-block-switch-language-textOnly a:active {
	color: #0067AC;
}