
.header-static {
	background-color: #C41D29;
	text-align: center;
}
.header-img {
	padding: 30px;
}
.static-space-m {
	margin-top: 10px;
}
.static-text {
	color: #666666;
	font-weight: 700;
    font-size: 20px;
}
footer .inner {
    border-top: #666 1px solid;
    padding: 40px 0;
	
}
footer {
    background-color: #333;
}
footer #footer-logo {
    border: 0;
    background: url(./images/logo-footer.png) no-repeat center left;
    height: 50px;
}
.inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1185px;
}
footer {
    padding: 0 15px;
}

.col-sm-6.rightside-image {
	/* padding-right: 0px; */
}
@media (min-width: 768px) and (max-width: 15000px) {
	.col-sm-6.rightside-image {
	padding-right: 0px;
}
}
.static-text a { 
 	/* color: #666666; */
}
.static-text a:focus, .static-text a:hover {
	/* color: #666666; */
	/* text-decoration: none; */
}