@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

.t-primary-bgcolor {
    background-color: #ea4342;
}

a {
    color: #555;
}

a:hover {
    color: #ed1c24;
}

body {
    background: white;
}


.header__logo {
    margin-top: 12px;
}

.header__contact {
    display: none;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header__nav {
    margin-top: 89px;
}

.header__nav a {
    display: inline-block;
    padding: 0px 5px 0px 21px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans';
}

.header__nav a:hover {
    text-decoration: none;
    color: #ed1c24;
}

.header__nav a.active {
    color: #ed1c24;
}

.container {
    width: 966px;
}

.main {
    padding-left: 0;
    padding-right: 0;
}