.flag{
	width: 30px!important;
	height: 20px!important;
}

.itaeng{
    font-size: 14px;
    font-weight: 500;
    padding-top: 14px;
    padding-right: 8px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.itaeng > span{
	color: white;
}

.itaeng > a{
	color: white;
	text-decoration: none;
}

.itaeng > a:HOVER{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

@media only screen and (max-width:1024px) {

.itaeng{
    padding-top: 10px;
    padding-left: 15px;
}
}

@media only screen and (max-width:800px){

.itaeng{
    padding-top: 10px;
    padding-left: 15px;
}
}