div.actions {padding-bottom: 15px; background: #ee1d23 url(../img/header_bg.png) no-repeat left bottom;}

.header-logo {margin-left: 20px; margin-top: 10px;}

@media screen and (max-width: 750px){
    div.actions {padding-bottom: 5px; padding-right: 1em; background: #ee1d23;}
    .header .logo img {width: 150px;  margin-top: 3px;}
}

@media screen and (max-width: 450px){
    div.actions {padding-bottom: 5px;}
	.header .logo {text-align: center;}
    .header .logo img {width: 100px;  margin-top: 3px;}
}

