.module-container.flags {
	position: relative;
	width: 100%;
	text-align: right;
	background: #cec2c2;
}
li.language-content.language-doc-link-cta {
	display: inline-block;
	position: relative;
	padding:0;
	line-height: 1.8;
}
.language-doc-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #b5121b;
}
.language-doc-link:hover { color: #7e0c12; }

/* -- flag images --*/
li.language-content.language-doc-link-cta {
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	margin:0 10px;
}

li.language-content.language-doc-link-cta img {
	width:30px;
	height: auto;
}


@media screen and (min-width: 767px) {
	li.language-content.language-doc-link-cta {
		text-align: right;
		padding: 0;
	}
}

@media screen and (min-width: 981px) {
	.language-container-background {
		background: #cec2c2;
		height: 38px;
	}
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 979px)
and (orientation: portrait) {
	.language-container-background { background: #cec2c2; height: 38px; }

	/** -- LOGO -- **/
	.et_header_style_left .logo_container { width: 200px; height: 93px; }
	.logo_container a { width: 220px; }
}