

div.ccm-block-switch-language-text {
	float: right;
background: none;
    color: #1c305c;
    /*background-color: #f3f3f2;*/
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}
	
	
	div.ccm-block-switch-language-active-text{
	color: #fff !important;
	}