fullvideo {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 77px);
    margin: 0 auto;
}

fullvideo a {
    color: rgba(225, 225, 225, 0.6);
    text-decoration: none;
}

.contact-container {
    width: 1100px;
    margin: 10px auto;
    text-align: center;
}

.white-background {
    background: white;
}

.w3-spin {
    animation: w3-spin 2s infinite cubic-bezier(1, -0.08, 0.43, 1.16);
}

.textbox {
    width: 100%;
    padding: 24px 50px;
    border: 1px solid #ccc;
    color: rgb(88, 89, 91);
    border-radius: 3px;
}

center *,
center h2 {
    text-align: center;
}

textarea.textbox {
    height: 150px;
}

.clear {
    clear: both;
}

.textbox:focus {
    background-image: none !important;
}

.textbox#name {
    background-image: url(/SVG/name.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 11px;
}

.headings {
    display: inline-block;
    font-size: 36px;
    margin: 10px 5px;
}

.textbox#email {
    background-image: url(/SVG/email.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 11px;
}

.textbox#message {
    background-image: url(/SVG/message.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 11px 21px;
}

.form-group {
    margin-bottom: 6px;
}

h2 {
    text-align: center;
    font-size: 24px;
}

h3{
    font-size: 18px;
}

label {
    display: inherit;
}

.footer {
    width: 100%;
    padding: 0 10%;
    background: black;
    border-top: 1px solid #6a6a6a;
}

.footer p {
    color: white;
}

.footer a {
    color: whitesmoke;
    text-decoration: none;
}

.footer a:visited {
    color: whitesmoke
}

.footer h4 {
    color: whitesmoke
}

.footer img {
    width: 70%;
    padding: 20px;
}

footer {
    width: 100%;
    z-index: 0;
}

#container img {
    margin: 0 15px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.center-me {
    margin: 0 50%;
    transform: translate(-50%);
}

.buttons {
    position: absolute;
    width: 500px;
    left: calc(50% - 250px);
    bottom: 20%;
    text-align: center;
}

.nice-button {
    background: transparent;
    position: relative;
    vertical-align: middle;
    color: #FFF;
    display: inline-block;
    height: 70px;
    line-height: 60px;
    text-align: center;
    transition: 0.5s;
    padding: 0 35px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
    letter-spacing: 4px;
}

.nice-button:hover {
    border: 1px solid rgba(0, 160, 80, 0);
    color: #fffefe;
    background: #d1150517;
    font-weight: 500;
}

.nice-button::before,
.nice-button::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s;
}

.nice-button::before {
    border-bottom: 2px solid #d11505;
    border-left: 2px solid #d11505;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.nice-button::after {
    border-top: 2px solid #d11505;
    border-right: 2px solid #d11505;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nice-button:hover::after,
.nice-button:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nice-button:focus {
    outline: none;
}

.contact {
    background: transparent;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 70px;
    line-height: 60px;
    text-align: center;
    transition: 0.5s;
    padding: 0 35px;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
    letter-spacing: 4px;
    border: 1px solid black;
    color: black;
}

.contact:hover {
    background: #d1150517;
}

.contact:focus {
    border: 1px solid rgba(0, 160, 80, 0);
    background: #d1150517;
    font-weight: 500;
}

.contact::before,
.contact::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 3s;
}

.contact::before {
    border-bottom: 2px solid #d11505;
    border-left: 2px solid #d11505;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.contact::after {
    border-top: 2px solid #d11505;
    border-right: 2px solid #d11505;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.contact:focus::after,
.contact:focus::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact:focus {
    outline: none;
}

.red-border {
    border: 1px solid red;
}

hr {
    border-top: 1px solid #5e4800;
}

body {
    font-family: "Gotham A", "Gotham B", "Gotham", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Gotham A", "Gotham B", "Gotham", Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
}

tbody {
    border: 1px #1e1e1e solid;
}

.tyre {
    background: white !important;
    border-right: 1px #bbbbbb solid;
}

th,
td {
    padding: 5px;
}

heading2 {
    text-align: center;
    color: white;
    display: inherit;
    font-size: 2.25vmin;
    letter-spacing: .1vmin;
    font-weight: 100;
    font-family: "Gotham A", "Gotham B", "Gotham", Arial, Helvetica, sans-serif;
}

big {
    text-align: center;
    color: white;
    font-size: 8.25vmin;
    letter-spacing: 1.685vmin;
    width: 100%;
    margin: -9.25vmin 0 0;
}

.main {
    text-align: center;
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
}

.main select {
    width: 100%;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #d1a81b;
    outline: 0;
    background-color: transparent;
}

ul {
    margin: 0;
    list-style-type:square;
}
ul li{
     margin-top:5px;
}

.headerslist li {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    transition-timing-function: cubic-bezier(.515, .005, .515, 1);
    transition-duration: .8s;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}

.headerslist li a {
    display: block;
    transition-timing-function: linear;
    transition-duration: .3s;
    transition-property: color, border;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    height: 100%;
    color: rgb(204, 202, 193);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 100;
    box-sizing: border-box;
}

.headerslist li a:hover {
    color: #ee3324;
    border-bottom: 4px solid #ee3324;
}

.headerslist {
    height: 100%;
    text-align: center;
    letter-spacing: .1025em;
    background: 0 0;
    width: 100%;
    padding-left: 0px;
}

.headers {
    height: 100%;
    width: 100%;
}

.logo-container {
    top: 0;
    left: 0;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    align-items: center;
}

.logo-container img {
    margin-right: 20px;
    margin-left: 4.5vmin;
    width: 220px;
}

a {
    background-color: transparent;
}

.container-wrapper {
    background: black;
    z-index: 2;
    width: 100%;
    position: relative;
    margin-top: 77px;
    padding: 40px 0;
    margin-bottom: 100px;
}

header {
    height: 77px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 3;
    border-bottom: 1px solid rgb(106, 106, 106);
    background: black;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-container {
    overflow: hidden;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform linear;
    transition: transform linear, -webkit-transform linear;
}

.content-main {
    margin: 0 auto;
    background: white;
    box-shadow: 0 5px 5px 0 rgb(0, 0, 0), 0 4px 254px 0 rgba(196, 151, 0, 1);
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.black-background {
    background: black;
}

h1,
h2,
h3,
h4 {
    text-align: center;
}

.w3-container {
    padding: 16px 16px;
}
.w3-half{
    padding:4px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #c32013;
    background-image: none;
}


/* Remove IE arrow */

select::-ms-expand {
    display: none;
}


/* Custom Select */

.select {
    margin: 0 auto;
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #c32013;
    overflow: hidden;
    border-radius: .25em;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
}


/* Arrow */

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #a21c12;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.burger {
    position: absolute;
    width: 30px;
    display: none;
    left: 10px;
    filter: invert(82%);
    top: 22px;
}
.sidebar {
    display: none;
    left: 0;
    top: 77px;
    position: fixed;
    z-index: 3;
    text-align: center;
    width: 60%;
    height: 100vh;
    background: #000;
}
.sidebar:target {
    display: block;
}
.sidebar-close {
    position: fixed;
    width: 40%;
    right: 0;
    top: 77px;
    height: 100%;
}
.sidebar p a {
    font-size: 20px;
    color: rgb(204, 202, 193);
    text-decoration: none;
}
.sidebar a:hover {
    color: #ee3324;
    border-bottom: 4px solid #ee3324;
}
.w3-mobile-container {
    padding: 0.01em 16px;
}

.float-right {
    float: right;
    width: 550px;
    padding: 0px 0px 8px 16px;
    box-sizing: border-box;
}

.float-left {
    float: left;
    width: 550px;
    padding: 0px 16px 8px 0px;
    box-sizing: border-box;
}
video{
    width: 550px;
    max-width: 100%;
}
.medium {
    width: 350px !important;
}

.media-responsive {
    width: 550px;
}

.media-responsive-m {
    width: 400px;
}

.media-responsive-s {
    width: 350px;
}

.media-responsive img {
    width: 100%;
}

.media-responsive-m img {
    width: 100%;
}

.media-responsive-s img {
    width: 100%;
}

img{
    max-width: 100%;
}

h4{
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
}
/*Country Flags on suppliers page*/
.country-flags{
    display: flex;
    text-align: center;
    margin: 0 10%;
}

.country-flags a {
    width: 10%;
    max-width: 100px;
    margin: 0 1.25%;
}

.country-flags img{
    width:100%;
}

#big-image {
    position: fixed;
left: 50%;
transform: translate(-50%);
height: auto;
max-width: 100%;
max-height: calc(100vh - 5vh);
top: 5%;
padding: 20px;
z-index: 6;
}

#big-image-close {
        top: 1%;
right: 1%;
z-index: 4;
background: #c32013;
border-radius: 30px;
line-height: 33px;
padding: 9px 5px 15px 5px;
font-size: 59px;
color: #d1a81b;
position: fixed;
cursor: pointer;
}

.pop-up-image {
    cursor: pointer;
}

@media only screen and (max-width: 1175px) {
    .media-responsive {
        width: 450px;
    }
    .media-responsive-m {
        width: 300px;
    }
    .media-responsive-s {
        width: 250px;
    }
    .content-main {
        width: 100%;
        margin: 0 auto;
    }
    .contact-container {
        width: 100%;
    }
    .w3-mobile-container {
        padding: 2px;
    }
    .cars {
        vertical-align: bottom;
        padding-left: 5px;
    }
    body .mobile-overlay {
        display: block;
    }
    body {
        overflow-x: hidden;
    }
    .headers {
        display: none;
    }
    .logo-container {
        margin: 0 auto;
    }
    td.tyre {
        width: 108px;
    }
    .burger {
        display: block;
    }
    footer {
        position: relative;
    }
    .container-wrapper {
        margin-bottom: 0px;
    }
}

.mobile-overlay {
    display: none;
    background: #536fd9;
    position: fixed;
    width: 90vw;
    left: 5vw;
    top: 40%;
    padding: 10px;
    border-radius: 5px;
    font-size: 22px;
    color: white;
    z-index: 10
}


/* Transition */

.select:hover::after {
    color: #f39c12;
}

.fleft{
    text-align: left;
}

.pdf-button {
    font-family: "Teko", sans-serif;
    background-color: #d11505;
    position: relative;
    vertical-align: middle;
    color: #FFF;
    display: inline-block;
    height: 70px;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    font-size: 30px;
    border: 1px solid #FFF;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s; 
    font-weight: 600;
    letter-spacing: 4px;
}

.pdf-button:hover {
     /*border: 1px solid rgba(0, 160, 80, 0); */
     background-color:#ffffff;
     color: #d11505;
     border-radius: 10px;
     font-weight: 700;
     padding: 0 15px;
} 
.pdf-button::before,
.pdf-button::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s;
}

.pdf-button::before {
    border-bottom: 2px solid #d11505;
    border-left: 2px solid #d11505;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.pdf-button::after {
    border-top: 2px solid #d11505;
    border-right: 2px solid #d11505;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.pdf-button:hover::after,
.pdf-button:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pdf-button:focus {
    outline: none;
}
@media only screen and (max-width: 400px) {
    .pdf-button {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }
}