@font-face {
    font-family: 'matosans';
    src: url('/fonts/matosans-regular-webfont.ttf') format("truetype");
}

@font-face {
    font-family: 'matosans';
    src: url('/fonts/matosans-bold-webfont.ttf') format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'matosans';
    src: url('/fonts/matosans-regularitalic-webfont.ttf') format("truetype");
    font-style: italic;
}

.stepy-header li.stepy-active div {
    background: #d67d79;
}
.stepy-header li div:after{
    background-color: #d67d79;
}

#logo {
    width: 300px;
    position: relative;
}

/*body {*/
/*font-family: matosans;*/
/*}*/

.navbar.normal, #footer {
    background: lightgrey;
}

#footer .menu ul li a {
    color: #459CE7 !important;
}

#footer .col-sm-3.copyright {
    color: black !important;
}

.panel-info > .panel-heading {
    background: #d67d79;
}

.panel-info {
    border-color: #d67d79 !important;
}

.alert-info {
    border-color: #d67d79 !important;
}

.alert-info .alert-icon {
    background: #d67d79 !important;
}

.growl-notice {
    background: #d67d79 !important;
}

.alert-info.alert-block {
    background: #d67d79 !important;
}

.checkout-header-text {
    color: darkslategray !important;
}