.wrapperLqTitile {
	max-width:18em;height:auto;
	

	position:relative;

	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;

	align-items: center;
	justify-content: flex-start;

	background:#396b9b;
}

.wrapperLqTitile .containerLqTitleDecor {
	width:50px;height:50px;

	position:absolute;
	top:-0.5em;left:15px;

	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;

	align-items: center;
	justify-content: center;

	border:1px solid rgba(255,255,255,0.3);
	background:#396b9b;

	font-size:1.7em;
	line-height: 1em;
	text-transform: uppercase;
	color:#fff;

	-moz-transform: rotateZ(5deg);
	-webkit-transform: rotateZ(5deg);
	-o-transform: rotateZ(5deg);
	-ms-transform: rotateZ(5deg);
	transform: rotateZ(5deg);

	-webkit-transform-style: preserve-3d; 

	-webkit-backface-visibility: hidden;
	
	outline:1px solid transparent;

	box-shadow: 0 0 1px rgba(255,255,255,0);

}

.wrapperLqTitile .containerLqTitleDecor img {
	max-width:35px;height:auto;
}

.wrapperLqTitile .txtTitle {

	margin-left:73px;

	font-size:1.5em;
	line-height: 1.5em;
	text-transform: uppercase;
	color:#fff;
	
}