* {
	font-family: 'Bebas Neue', cursive;
}
body {
  padding-top: 4.2rem;
  overflow-x: hidden;
}
.bg-dark {
    background-color: #000!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 1.2em;
    text-transform: uppercase;
    padding: .5rem 20px;
}
canvas#myCanvas {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: .2;
}
.starter-template {
    padding: 0;
    text-align: center;
    position: relative;
}
.banner-content{
	position: relative;
    margin-top: -160px;
    z-index: 7;
}
.banner-content h1 {
    font-size: 22px;
    color: #e9271d;
    margin: 0;
}
.banner-content p span {
    color: #e9271d;
    font-weight: bold;
}
.banner-content p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}
.banner-content img {
    max-width: 370px;
    width: 100%;
}
.bannerimg {
	width: 100%;
}
footer {
    background: #0d0802 ;
    padding: 15px 0 20px;
    color: #fff;
    margin-top: 0;
    /*position: relative !important;*/
    z-index: 1;
    text-align: center;
    position: fixed !important;
    bottom: 0;
    width: 100%;
}
footer p {
    margin: 0;
}
footer ul {
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
footer ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 32px;
}
.contact-map {
    margin-bottom: 50px;
    width: 100%;
}
button.navbar-toggler-md {
    background: transparent;
}
main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, black , black,#000, black, black);
	mix-blend-mode: color;
	pointer-events: none;
	transition: all .5s;
}
.product-template {
	padding: 50px 0;
}
.product-title-img {
    width: 100%;
    max-width: 400px;
	margin: 0 auto 30px;
}
.product-details-bar{
	font-size: 1.3rem;
}
.progress {
    height: 1.4rem;
}
.progress-bar.rating-i {
    background-color: #321010;
    text-align: left;
    font-size: 1rem;
    padding-left: 5px;
}
.progress-bar.rating-ii {
    background-color: #700e10;
}
.progress-bar.rating-iii {
    background-color: #a61d21;
}
.progress-bar.rating-iv {
    background-color: #d31f26;
}
.progress-bar.rating-v {
    background-color: #e71e25;
}

/****************    ACROVA   ****************/
div#blue-rating-i {
    background-color: #003d7c !important;
    text-align: left;
    font-size: 1rem;
    padding-left: 5px;
}

/****************    ACROVA   ****************/


.product-size-details h1 {
    font-size: 80px;
}
.product-size-details h1 span {
    color: #de474b;
    filter: grayscale(0);
}
table.product-sizes {
    width: 100%;
}
table.product-sizes thead {
    background: #4b4847;
}
table.product-sizes thead th {
    padding: 10px 5px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
table.product-sizes tbody td {
    font-size: 18px;
    text-align: center;
	padding: 5px;
}
table.product-sizes tbody td:nth-child(1),table.product-sizes tbody td:nth-child(2) {
    text-align: left;
}
td.bg-red {
    background-color: #ec3137;
    filter: grayscale(0);
    color: #fff;
}
table.product-sizes tbody tr:nth-child(odd) {
    background: #e6e7e8;
}
.product-size-details {
    margin-top: 50px;
}
table.product-sizes thead th:nth-child(2) {
	text-align: left;
}

.progress-bar[aria-valuenow="0"] {
    background: #aeaeae;
}

.progress-bar[aria-valuenow="50"] {
    background: rgb(174,174,174);
    background: -moz-linear-gradient(270deg, rgba(174,174,174,1) 50%, rgba(166,29,33,1) 50%);
    background: -webkit-linear-gradient(270deg, rgba(174,174,174,1) 50%, rgba(166,29,33,1) 50%);
    background: linear-gradient(270deg, rgba(174,174,174,1) 50%, rgba(166,29,33,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aeaeae",endColorstr="#a61d21",GradientType=1);
}
footer a, footer a:hover {
    color: #fff;
}
.contact-details {
    padding: 0 0 20px;
}
.contact-us {
    padding: 50px 0;
	height: 100%;
}
button#submitContact, button#submitSignup {
    width: 100%;
    background: #ed1f24;
    border: 0;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
	position: relative;
}
li.nav-item.parent ul {
    width: 170px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #000;
    right: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
li.nav-item.parent {
    position: relative;
}
li.nav-item.parent ul li {
    padding: 5px 20px;
    display: block;
    border-bottom: 1px solid;
}
li.nav-item.parent ul li a {
    text-decoration: none;
    color: #fff;
    text-align: left;
    display: block;
}
.news-page {
    padding: 50px 0;
}
.title {
    padding: 0 0 20px;
}
.find-a-dealer {
    padding: 0 0 40px;
}



@media (min-width: 1400px) {
	.container {
	  max-width: 1400px;
	}
	table.product-sizes thead th {
		font-size: 32px;
		line-height: 1;
	}
}

@media only screen and(min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1200px) {

	#navbarsExampleDefault {
	    position: absolute;
	    right: 0;
	    top: 67px;
	    background: #000;
	    width: 200px;
	}
	div#navbarsExampleDefault ul {
	    display: block;
	}

	div#navbarsExampleDefault ul li a {
	    font-weight: bold;
	}
}

@media only screen and (max-width: 768px) {

	.bannerimg {
		opacity: 0;
	}
	.starter-template {
	    background: url(banner.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: top center;
	    height: 500px;
	    margin-bottom: 120px;
	}
	.banner-content p {
	    color: #000;
	    margin: 0;
	}
	.banner-content .col-md-6.text-right.align-self-center {
	    text-align: left!important;
	    margin-bottom: 19px;
	}
	.banner-content{
	    margin-top: 40px;
	}
	.banner-content br {
	    display: none;
	}
	img.simpletire {
        width: 430px;
    }
}

@media only screen and (max-width: 551px) {

	.banner-content p {
	    color: #000;
	    margin: 0;
	}
}
@media only screen and (max-width: 500px) {
	.banner-content {
	    margin-top: 110px;
	}
	img.simpletire {
        width: 400px;
    }
}
@media only screen and (max-width: 375px) {
	.banner-content {
	    margin-top: 180px;
	}
	img.simpletire {
        width: 296px;
    }
}
@media only screen and (max-width: 360px) {
	.banner-content {
	    margin-top: 15px;
	}
	.starter-template {
	    background: url(banner.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    height: 330px;
	    padding-bottom: 120px;
	    margin-bottom: 130px;
	}
}
