@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);


.container-banner-promo {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.de-col-1, .de-col-2, .de-col-3, .de-col-4, .de-col-5, .de-col-6, .de-col-7, .de-col-8, .de-col-9, .de-col-10, .de-col-11, .de-col-12 {
    float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.de-col-12 { width: 100%; }
.de-col-11 { width: 91.66666667%; }
.de-col-10 { width: 83.33333333%; }
.de-col-9 { width: 75%; }
.de-col-8 { width: 66.66666667%; }
.de-col-7 { width: 58.33333333%; }
.de-col-6 { width: 50%; }
.de-col-5 { width: 41.66666667%; }
.de-col-4 { width: 33.33333333%; }
.de-col-3 { width: 25%; }
.de-col-2 { width: 16.66666667%; }
.de-col-1 { width: 8.33333333%; }
#de-banner-promo{
	background: #fff;
	font-size: 13px;
	font-family: 'Poppins', Helvetica, Arial, Sans-serif;
	color: #000;
	position:relative;
}
#de-banner-promo-inner{
	height:100px;
	position:relative;
	display: flex;
   /* justify-content: center;*/
    align-items: center;
}
#de-banner-promo a{
	color: #000;
}
.de-text-promo{
	text-align: right;
	letter-spacing: 1px;
}
.de-text-promo a{
	padding-bottom:4px;
	border-bottom:1px solid #fff;
}
.de-img-promo{
	/*position: absolute;
	transform: translate3d(-370px,0px, 0);
	-ms-transform: translate3d(-370px,0px, 0);
    -webkit-transform: translate3d(-370px,0px, 0);
    -moz-transform: translate3d(-370px, -47px, 0px);*/
    z-index: 10;
    /* right:0; */
    width:auto;
    height: 94px;
}
.de-list-img-theme{
	list-style: none;
	width:100%;
	margin:0;
	display: block;
	position: relative;
}
.de-list-img-theme li{
	display: inline;
	width:100%;
}

@media (max-width: 959px) {
	#de-banner-promo{
		display:none !important;	
	}
}