@font-face{font-family:Gotham-Bold;src:url("./fonts/Gotham-Bold.woff") format("woff"),url("./fonts/Gotham-Bold.ttf") format("truetype"),url("./fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),url("./fonts/Gotham-Bold.svg") format("svg");font-weight: normal;font-style: normal;font-display: block;}@font-face{font-family:Gotham-Book;src:url("./fonts/Gotham-Book.woff") format("woff"),url("./fonts/Gotham-Book.ttf") format("truetype"),url("./fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),url("./fonts/Gotham-Book.svg") format("svg");font-weight: normal;font-style: normal;font-display: block;}@font-face{font-family:Gotham-Light;src:url("./fonts/Gotham-Book.woff") format("woff"),url("./fonts/Gotham-Light.ttf") format("truetype"),url("./fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),url("./fonts/Gotham-Light.svg") format("svg");font-weight: normal;font-style: normal;font-display: block;}@font-face{font-family:Gotham-Medium;src:url("./fonts/Gotham-Medium.woff") format("woff"),url("./fonts/Gotham-Medium.ttf") format("truetype"),url("./fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),url("./fonts/Gotham-Medium.svg") format("svg");font-weight: normal;font-style: normal;font-display: block;}@font-face{font-family:Gotham-Medium-Italic;src:url("./fonts/Gotham-MediumItalic.woff") format("woff"),url("./fonts/Gotham-MediumItalic.ttf") format("truetype"),url("./fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"),url("./fonts/Gotham-MediumItalic.svg") format("svg");font-weight: normal;font-style: normal;font-display: block;}
html,body,div,form,fieldset,legend,caption,label,h1,h2,h3,h4,h5,h6,p,blockquote,pre{font-size:100%;font-weight:400;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:transparent}table{border-spacing:0;border-collapse:collapse}th,td{text-align:left;vertical-align:top}img{border:0}

html, body {
    height: 100vh;
    font-family: 'Gotham-Medium', sans-serif;
}

body {
    min-height: 100vh;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

.bg {
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/tires.svg);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}

a {
    color: #000000;
}

#topTopHd {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    padding: 23px 20px;
    background: rgba(0,0,0,0.72);
}

#topTopHd div {
    margin-left: 5cm;
}

#topTopHd .card-top-hd-logo {
    width: 180px;
    height: auto;
    fill: #ffffff;
}

#topHeader {
    margin: 0 0 20px 0;
    padding-top: 135px;
    text-align: center;
    color: #000000;
}

#topHeader h1 {
    font-family: 'Gotham-Bold';
    font-weight: 400;
    font-size: 42px;
    color: #000000;
    position: relative;
    padding-bottom: 30px;
}

#topHeader h1:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #cccccc;
}

#topHeader h3 {
    margin-top: 20px;
    font-size: 30px;
    color: #000000;
}

#pageWrap {
    padding-bottom: 20px;
}

.cards {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.card {
    background: #ffffff;
    width: 450px;
    display: inline-block;
    margin: 0 60px 20px 60px;
    text-align: left;
    position: relative;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 9999;
}

.card-image {
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.card-image .image {
    position: relative;
    z-index: 1;
    width: 450px;
    height: 300px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card:hover .card-image .image {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.card-top-logo {
    width: 180px;
    height: auto;
    position: absolute;
    z-index: 100;
    top: -46px;
    left: 0;
    fill: #000000;
}

.card:hover .card-top-logo {
    fill: #000000;
}

.card-header {
    position: absolute;
    top: -38px;
    left: 190px;
    text-align: left;
}

.card-header h2 {
    font-weight: 400;
    font-size: 18px;
}

.card-header a {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

.card-footer a {
    font-family: 'Gotham-Light';
    display: block;
    padding: 19px 12px;
    background: #383838;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card:hover .card-footer a {
    background: #000000;
}

#bottomFooter {
    text-align: center;
    padding: 25px 0;
    font-size: 13px;
}

@media (max-width: 1156px){
    #topTopHd div {
        margin-left: 0;
    }
    .card {
        margin: 0 30px 30px 30px;
    }
    .card {
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    .card.item-2 {
        margin-bottom: 0;
    }
    .card.item-3 {
        margin-bottom: 20px;
    }
    .card-top-logo {
        width: 120px;
        top: -35px;
    }
    .card-image {
        width: 300px;
        height: 200px;
    }
    .card-header {
        top: -31px;
        left: 130px;
    }
    .card-header h2 {
        font-size: 16px;
    }
}

@media (max-width: 767px){
    #topTopHd {
        padding: 10px 20px;
    }
    #topTopHd .card-top-hd-logo {
        width: 140px;
    }
    #topHeader {
        margin: 0;
        padding-top: 100px;
        padding-bottom: 0;
    }
    #topHeader h1 {
        font-size: 26px;
    }
    #topHeader h3 {
        font-size: 16px;
    }
    .cards {
        padding-top: 80px;
    }
    .card-image .image {
        width: 300px;
        height: 200px;
    }
}