/*auto column width*/
@media (max-width: 1280px){
    .column-wrapper .ba-grid-column-wrapper {
        flex-grow: 1 !important;
    }
}
p {
	padding-bottom: 12px;
}
.ewd-shadow1 {
  text-shadow: 0 0 3px #000,0 0 6px #000;
}
.ewd-shadow2 {
  text-shadow: 0 0 1px #000,0 0 2px #000;
}
.eco-nav {
    background: #595959;
    background: -webkit-linear-gradient(top, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
    background: -moz-linear-gradient(top, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
    background: -o-linear-gradient(top, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
    background: -ms-linear-gradient(top, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
    -svg-background: linear-gradient(top, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
    background: linear-gradient(to bottom, #5C5C5C 0, #5E5E5E 40%, #5E5E5E 70%, #303030 100%) no-repeat;
}