html {
	scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: 'Montserrat';
}

ol {
	padding-left: 40px;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat';
	font-weight: 600;
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1200px) {
    .w-xl-25 {
        width: 25%!important;
    }
}

.mmy {
	margin-top: 140px;
}

.tpms .mmy {
	margin-top: 0px !important;
}

.ind-table{
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	/*overflow-x:auto;*/
	border-collapse: collapse;

}


.ind-table th, td {
	padding: 10px;

}

.ind-table td {
	border: 1px solid #d70826;
	text-align: center;
	font-size: 1.0em;

}

.ind-table td ul {
	text-align: left;
	font-size: 1.0em;

}

.ind-table th {
	background-color: #d70826;
	color: #fff;
	text-align: center;
}

a.button-red {
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    background-color: #c8102e;
    font-size: 13px;
    padding: 7px 7px 7px 7px;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    line-height: normal;
}

.centered-text {
	text-align: center;
}

.table-out {
	width: 100%;
	font-size: 1.0em;
	}

.table-out td {
	padding:10px;
	vertical-align: top;
}

.large-border-bottom {
	border-bottom: 5px solid #D80927;
}

/**** CUSTOM CSS FOR 5 BOOTSTRAP COLUMNS ****/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5ths {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/**** CUSTOM CSS FOR 7 BOOTSTRAP COLUMNS ****/

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths,
.col-xl-7ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7ths {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

@media (min-width: 576px) {
    .col-sm-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 768px) {
    .col-md-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 992px) {
    .col-lg-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

.contact-headers {
	font-weight:600;
	color: #D70826;
	font-size:1.2em;
}

.bg-white {
    z-index: 2;
    position: relative;
}
.bg-grey {
    background-color: #D70826;
    color: #fff;
}
.bg-red {
    background-color: #D70826;
    color: #fff;
}
.fc-red {
    color: #D70826;
}
.fc-white {
    color: #fff;
}
.bg-black {
    background-color: #000;
    color: #fff;
}

.text-red {
	color: #d70826;
}

.text-gold {
	color: #A18F29;
}

.bg-black a {
    color: #fff;
}
.fs-13 {
    font-size: 1.3rem;
}
.fs-15 {
    font-size: 1.5rem;
}
a {
    color: #000;
}
.f-bold {
    font-weight: 700;
}

.equal {
	margin: 0 auto;
}

.half-r {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 40px;
}

.text-bigger {
	font-size: 2.2em;
}

.table-protea {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-protea th {
	background-color: #D70826;
}

.table-protea th, .table-protea tr, .table-protea td{
	border: 1px solid #D70826;
	padding: 5px;
}

.table-protea-wider {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-protea-wider th{
	background-color: #D70826;
}

.table-protea-wider th, .table-protea-wider tr, .table-protea-wider td{
	border: 1px solid #D70826;
	padding: 5px;
}

.underline h2{
	border-bottom: 1px solid #D70826;
}

.text-center p {
    text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
    color: #999 !important;
    text-decoration: none;
}
hr {
    border-top: 1px solid #D70826;
    margin: 20px 0;
}
.breadcrumbs {
    font-size: 0.8rem;
}
.breadcrumbs .fas {
    color: #D70826;
}
.bc-light-grey {
    background-color: #E9E9EB;
}
.bc-dark-grey {
    z-index: 1;
    background-color: #D70826;
    color: #fff;
}
.bc-dark-grey h2 {
    border-bottom: 2px solid #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.stripe-box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/******** HEADER *******/
.dropdown-toggle::after {
    display:none
}
.navbar {
    padding: .5rem .5rem 0 .5rem;
}
.navbar-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.bg-light {
    background-color: #fff !important;
}
.back-to-top {
	background-color: #000;
	color: #fff;
	z-index: 2000;
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}

@media screen and (min-width: 1200px) {
    ul.navbar-nav {
        width: 100%;
    }
    .navbar {
        padding: 0;
    }
    .sub-cat-title {
        min-height: 60px;
    }
    #navbar-top {
        background-color: #fff;
        padding-right: .5rem;
    }
    #navbar-top a i {
        color: #D70826;
    }
    #navbar-top .nav-link {
        padding: 0rem;
        color: #fff;
    }
    ul.nav-links {
        width: 80%;
        color: #fff;
    }
    .contact-details {
        color: #D70826;
        font-size: 20px;
        font-weight: 600;
    }
    .contact-details a {
        color: #D70826;
    }
    .navbar-bottom {
					   
        background-color: #D70826;
    }
    .nav-item {
        padding: 0rem .25rem !important;
        white-space: nowrap;
        position: static;
    }
    .nav-item .sub-description, .nav-item p {
        white-space: normal;
        font-size: 0.8rem;
        font-weight: 600;
        margin-top: 15px;
    }
    .sub-cat:hover {
        background-color: #D70826;
        color: #fff !important;
    }
    .sub-cat:hover .sub-description {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 1.2rem;
        white-space: normal;
    }
    .navbar-light .navbar-nav .active > .nav-link {
        color: #fff;
        font-weight: 700;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #8A8D8B;
    }
    .line-break {
        border-left: 1px solid #434141;
    }
    .dropdown-menu {
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
    .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transition-delay: 0.5s;
		left: 0;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
    .dropdown:hover .dropdown-menu {
        max-height: 500px;
        opacity: 1;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .dropdown-menu .nav-link {
        color: #212529 !important;
    }
    .dropdown-menu h2 {
        text-transform: uppercase;
    }
    .dropdown-item.active, .dropdown-item:active {
        background: none;
    }
    .search-link .tipue_search_button {
        right: auto;
    }
    .nav-link .fas {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    nav.navbar{
        padding: 0;
        background-color: transparent !important;
		z-index: 1000;
    }
    .navbar-nav.nav-links li {
        width: 100%;
    }
    .navbar-main {
        width: 100%;
        padding: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #FFF !important;
    }
    .navbar-brand {
        padding: 0.5rem;
        max-width: 200px;
    }
    .navbar-toggler {
		height: 32px;
        margin: 0 .5rem;
        font-size: .8rem;
        padding: .25rem .5rem;
        background-color: #D70826;
    }
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
	}
    .contact-link {
        padding-right: 10px;
        color: #D70826 !important;
    }
    .nav-link {
        padding-left: 1rem !important;
        background-color: #FFF;
        border-bottom: 1px solid #dcdcdc;
        color: #000 !important;
		font-weight: 400;
        width: 100%;
    }
    .show-mobile {
        display: block;
    }
	.mob-link {
		background-color: #F1F1F1;
		font-weight: 700;
	}
    .dropdown-menu {
        border: 0;
		border-radius: 0;
		margin: 0;
        background-color: #F1F1F1;
    }
    .dropdown-menu .container {
        padding: 0;
    }
    .dropdown-menu .container .row .col-12:last-child ul li:last-child a {
        border-bottom: 0;
    }
    .dropdown-item {
        border-bottom: 1px solid #dcdcdc;
        white-space: pre-wrap;
    }
    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        cursor: pointer;
    }
    .navbar-position {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-collapse .navbar-nav.w-xs-100 {
        width: 100%;
    }

    /****** CSS taken from Tooth Express *******/
    .minisearch {
        padding: 0 15px;
        position: relative;
        margin: 15px 0;
    }
    .minisearch input {
        border-radius: 10px;
        height: 40px;
    }
    .minisearch .search-autocomplete {
        display: none;
        margin-top: -15px;
        overflow: hidden;
        position: absolute;
        z-index: 3;
    }
    .minisearch .actions {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .minisearch button {
        border: none;
        background-color: #D70826;
        padding: 0;
        color: #D70826;
    }
	.w3-animate-right {
        position: absolute;
        animation: animateright 0.4s;
        top: 100%;
		width: 70%;
        z-index: 1000;
    }
    @keyframes animateright {
        from{
            right: -300px;
            opacity: 0
        } to {
            right: 0;
            opacity: 1
        }
    }

    /******* CSS taken from https://www.codeply.com/go/Nu4fAIThY8/bootstrap-4-navbar-mobile-slide-left *******/
    .navbar-collapse {
        right: 0;
        max-height: calc(100vh - 180px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }

    .social-media-icons img {
        max-width: 55px;
    }
}

.sub-menu {
    background-color: #4F4F4F;
    color: #fff;
    font-weight: 500;
}
.sibling-links .active-link {
    color: #D70826;
}
.sibling-links a {
    border-right: 2px solid #fff;
    color: #fff;
}
.sibling-links a:hover {
    color: #D70826;
}
.sibling-links a:last-child {
    border-right: none;
}

/******** HOME ********/

.carousel-video {
    min-width: 100%;
    min-height: 100%;
}
.video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}
.mw-video {
    max-width: 800px;
}
.video-overlay hr {
    border-top: 1px solid #fff;
}
.video-overlay h2 {
    font-size: 44px;
    margin-bottom: 25px;
}
.video-overlay .link {
    margin-top: 30px;
    max-width: 200px;
}
.video-overlay a span {
    padding: 8px 50px;
    color: #fff;
    background: #D70826;
}
.video-overlay a:hover {
    text-decoration: none;
}
.video-overlay a:hover span {
    background-color: rgba(0,0,0,1);
}
.centre-elements {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tool {
    max-width: 85px;
    padding-top: 10px;
}
.skew-select .select {
						   
    transform: skew(140deg);
    padding: 0 16px;
}
.skew-select .select .form-control {
    background-color: #d70826;
    color: #fff;
    border: none;
    transform: skew(-140deg);
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#tpms-tool-banner {
    background-image: url('/img/tpms-spotlight-tech1000-fullsize.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

#wheel-well-banner {
    background-image: url('/img/tpms-tools-own-the-wheel-well-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

#tpms-software-banner {
    background-image: url('/img/tpms-software-home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

#tpms-sensors-banner {
    background-image: url('/img/tpms-sensors-home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

#services-banner {
    background-image: url('/img/services-home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

#services-tools-banner {
    background-image: url('/img/service-tools-home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

.ratio {position: relative; width: 100%; height: 0;padding-bottom: 65%;}

.ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}


@media screen and (min-width: 768px) {
    .pl-6 {
        padding-left: 6rem !important;
    }
    .sidebar-right {
        position: absolute;
        right: 0;
        top:  0;
        height: 100%;
        width: 100px;
        background-color: #d70826;
        z-index: 1;
    }
    .box-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        z-index: -1;
        height: 0;
        border-style: solid;
        border-width: 100px 0 0 100px;
        border-color: transparent transparent transparent #d70826;
        -webkit-filter: drop-shadow(2px -5px 3px rgba(0,0,0,.25));
        filter: drop-shadow(2px -5px 3px rgba(0,0,0,.25));
    }
    .sidebar-right h2 {
        position: absolute;
        transform: rotate(270deg);
        width: 700px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
}
@media screen and (max-width: 991px) {
    .sidebar-right {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .video-overlay {
        padding: 15px;
    }
    
    .btn {
        white-space: normal !important;
    }
}
@media screen and (max-width: 1199px) {
	.skew-select .select .form-control {
	    background-color: #d70826;
	    color: #fff;
	    border: none;
	    transform: skew(-140deg);
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}
}
@media screen and (min-width: 1199px) {
	.pl-8 {
        padding-left: 8rem !important;
    }
}

/******* CATEGORY ******/

.carousel-indicators li {
    height: 15px;
    transform: skew(147deg);
}
.red-border {
    border-left: 2px solid #d70826;
    padding-left: 40px;
}
.red-border p {
    margin-bottom: 0;
}
.red-band {
    height: 150px;
    color: #fff;
    position: relative;
}
.red-band a:not(.btn-lg) {
    color: #fff;
}
.red-band .va {
    display: flex;
    align-items: center;
}
.red-band .btn-lg {
    background-color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.category-img {
    position: absolute;
	width: auto;
}
.category-ul {
    list-style: none;
}
.category-ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d70826;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.transparent-angle {
    width: 20px;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.white-left {
    background: linear-gradient(63deg, #fff 0%, #fff 50%, transparent 0%, transparent 100%);
    left: 0;
    top: 0;
}
.white-right {
    background: linear-gradient(297deg, #fff 0%, #fff 50%, transparent 0%, transparent 100%);
    right: 0;
    top: 0;
}
.carousel-overlay {
    position: absolute;
    color: #fff;
}
.carousel-overlay h2 {
    text-transform: uppercase;
}
.carousel-overlay a {
    border-radius: 0;
    background-color: #fff;
    color: #e8143a;
    font-weight: 600;
}
.detail-btn .btn {
	white-space: normal;
}

@media screen and (min-width: 768px) {
	.carousel-overlay h2 {
	    margin-bottom: 20px;
	}
	.carousel-overlay p {
	    margin-bottom: 20px;
	}
	.carousel-overlay {
		bottom: 10%;
	    left: 8%;
	}
    .white-stripe {
        position: absolute;
        height: 132%;
        margin-top: -23px;
        width: 20px;
        transform: rotate(145deg);
        right: 45%;
        background-color: #fff;
    }
}
@media screen and (min-width: 992px) {
    .category-breadcrumbs {
        margin-top: -40px;
    }
    .carousel-indicators {
        right: auto;
        bottom: 45px;
    }
    .pb-10 {
        padding-bottom: 10rem;
    }
    .category-img {
        margin-top: -50px;
        left: 1%;
    }
    .fs-18 {
        font-size: 1.8rem;
    }
    .category-ul {
        font-size: 1.4rem;
        line-height: 2;
    }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.white-stripe {
		display: none;
	}
    .col-xl-3.va, .col-xl-4.va {
		flex: 0 0 75%;
		max-width: 75%;
    }
	.offset-xl-3, .offset-xl-2 {
		margin-left: 25%;
	}
	.red-band .va {
		justify-content: flex-end;
		text-align: right;
	}
}
@media screen and (max-width: 991px) {
    .pb-10 {
        padding-bottom: 5rem;
    }
    .btn-lg {
        font-size: 1rem;
    }
    .red-band h2 {
        font-size: 1.4rem;
    }
	.red-band .category-img {
		background-color: #FFF;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .category-img {
        margin-top: -15px;
        left: 3%;
        max-width: 110px;
    }
}
@media screen and (max-width: 767px) {
	.red-band {
		height: auto;
		padding: 10px 0;
		justify-content: center;
	}
	.detail-btn {
		margin: 15px 0;
	}
    .red-band .va {
        justify-content: center;
		text-align: center;
    }
	.category-img {
        position: relative;
    }
	.red-band .btn-lg {
	    white-space: pre-wrap;
	}
	.breadcrumbs {
		text-align: center;
	}
	.carousel-overlay {
		width: 100%;
	    left: 0;
		bottom: 0;
		padding: 15px;
		background: rgba(255,255,255,.8);
	}
	.carousel-overlay a {
		color: #fff;
		background-color: #D80726;
	}
	.carousel-overlay h2, .carousel-overlay p {
	    color: #D80726;
	}
}

/***** TPMS SENSORS *****/

.b-subs .col-6:hover {
    background-color: #D70826;
    font-weight: 600;
}
.b-subs .col-6:hover a {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .white-bltr {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 1;
        background: linear-gradient(102deg, #fff 0%, #fff 50%, transparent calc(50% + 1px), transparent 100%);
    }
}
@media screen and (min-width: 992px) {
    .b-subs {
        border: 2px solid #DEE2E6;
        margin-bottom: 3rem;
    }
    .br-sub img {
        border-right: 1px solid #DEE2E6;
    }
    .b-subs .col-6:last-child .br-sub img {
        border-right: none;
    }
    .no-lg-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .no-lg-gutters>.col, .no-lg-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .br-sub {
        border: 1px solid #DEE2E6;
        padding: 1rem;
    }
}

/***** TOOLS *****/

.list-style-none {
    list-style: none;
    padding-left: 0;
}
.list-style-none li {
    margin-bottom: 2rem;
}
.btn-register {
    border: 2px solid #fff;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}
.btn-register:hover {
    color: #D70826;
    background-color: #fff;
}
.download li {
    margin-bottom: .5rem;
}
#carousel-gallery .carousel-control-prev {
    left: -5%;
}
#carousel-gallery .carousel-control-next {
    right: -5%;
}

@media screen and (max-width: 991px) {
	#carousel-gallery .carousel-control-prev {
		left: 0;
	}
	#carousel-gallery .carousel-control-next {
		right: 0;
	}
}

@media screen and (min-width: 992px) {
    .ws-bltr {
		position: absolute;
		height: 200px;
		margin-top: -25px;
		width: 20px;
		transform: rotate(214deg);
		right: 50%;
		background-color: #fff;
    }
    .fc-black {
        color: #212529;
    }
    .register {
        height: 86px;
    }
    .register-white {
        background-color: #fff;
    }
}
@media screen and (min-width: 1200px) {
    .red-bltr {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: 1;
        background: linear-gradient(102deg, #D70826 0%, #D70826 30%, transparent calc(30% + 1px), transparent 100%);
    }
    .register-angle {
        width: 22px;
    }
}

/***** RITESYNC *****/

.mw-200 {
    max-width: 200px;
}
.ticks li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
}
.h-500 {
    height: 500px;
}

/***** MMY LOOKUP *****/

.fw-400 {
    font-weight: 400;
}
.border-thick {
    border: 2px solid #dee2e6!important;
}
.sensor-table td {
    padding-left: 0;
}
.sensor-carousel .carousel-control-prev {
    left: -8%;
}
.sensor-carousel .carousel-control-next {
    right: -8%;
    width: 5%;
}
.sensor-carousel .carousel-indicators {
    right: 0;
    bottom: 10px;
}
.sensor-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D70826' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.sensor-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D70826' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.sensor-carousel .carousel-indicators li {
    background-color: #D70826;
}
.sensor-carousel .carousel-indicators li.active {
    background-color: #000;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/******* VACANCIES *******/

.accordion-border {
    border: 1px solid #D70826;
}

/******** PRODUCT ********/

#gallery_start {
	cursor: pointer;
}

#lightgallery .carousel-inner {
    width: 90%;
}
#lightgallery .carousel-control-next, .carousel-control-prev {
    width: 5%;
}
#lightgallery .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#lightgallery .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#lightgallery .lightbox img:hover {
    box-shadow: none;
    transform: scale(1);
}
#lightgallery .lightbox img {
    box-shadow: none;
}

/**** TECHNICAL INFO *****/

.technical .card {
    border-top: 3px solid #E83532;
    max-width: 350px;
}
.fa-file-pdf {
    color: #E83532;
}
a:hover.card {
    background-color: #F1F1F1;
}
a:hover.card h4 {
    color: #E83532;
}
a:hover.card p {
    color: #000;
}

/****** PROJECTS *******/

.project-overlay {
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(46, 52, 64, 0.8);
    opacity: 0;
    transition: opacity .6s
}
.project a:hover .project-overlay {
    opacity: 1;
}
.project-overlay span {
    font-size: 2rem;
}
.project-overlay span.mr-5 {
    color: #a6a7ab;
}
.project-name {
    bottom: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: rgba(0,0,0,0.2);
}

/******* NEWS *******/

.news-date {
    font-size: 0.9rem;
    color: #909599;
}
@media screen and (min-width: 1200px) {
    #timeline {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        background-repeat: repeat-y;
        background-position: center top;
        position: relative;
    }

    #timeline:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 50%;
        border-left: 4px solid #D70826;
        margin-left: -2px
    }

    #timelinestart {
        background-color: #D70826;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 0px auto 10px auto
    }

    #timelinestart:after,
    #timelinestart:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelinestart:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelinestart:before {
        width: 10px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #D70826;
        top: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px
    }

    #timelineend {
        background-color: #e73900;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 10px auto 0px auto
    }

    #timelineend:after,
    #timelineend:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelineend:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelineend:before {
        width: 4px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #e73900;
        bottom: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .timelineitem {
        width: 575px;
        margin-left: 10px;
        margin-bottom: 20px;
        margin-right: 10px;
        background-color: #FFFFFF;
        margin-top: 20px;
        height: auto;
        float: left
    }

    .pointerleft {
        width: 13px;
        height: 20px;
        position: absolute;
        left: 585px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #D70826 4px
    }

    .pointerright {
        width: 14px;
        height: 20px;
        position: absolute;
        left: 602px;
        background-position: 13px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #D70826 4px
    }

    .timelineevent {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        background-color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 20px;
        clear: both;
        margin-top: 20px
    }

    .sharebox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 55px;
        background-color: #f0f0f0;
        line-height: 30px;
        clear: both;
        position: absolute;
        z-index: 100;
        left: 50%;
        margin-left: -28px;
        box-shadow: 5px 10px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #f1f1f1
    }

    .shareholder {
        height: 222px
    }

    .wide {
        width: 500px;
        text-align: left
    }

    .timelineevent h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    .timelineevent h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    #timelinebottom {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        clear: both;
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 30px;
        width: 1200px;
        margin-right: auto;
        margin-left: auto
    }

    .imagepad .imagepadwhite {
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }

	.timelineitem .imagepad .imagepadwhite img {
        width: 100%;
    }

    .timelineevent .imagepad {
        cursor: pointer;
    }

    .imagepad {
        box-shadow: 0px 0px 1px #6c757d;
        position: relative;
        overflow: visible
    }
	
	.imagepad::after {
		position: absolute;
		content: "";
		bottom: 16px;
		right: 10px;
		width: 73%;
		top: 75%;
		max-width: 300px;
		background: #999;
		-webkit-box-shadow: 0 15px 10px #666;
		-moz-box-shadow: 0 15px 10px #666;
		box-shadow: 0 15px 10px #666;
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
		border-top-right-radius: 100%;
	}

    .imagepadwhite h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .imagepad {
        width: 90%;
        height: auto;
        margin: 0px 5% 20px 5%;
    }
    .imagepadwhite {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }
}

/******* SEARCH ********/

.search-title {
    font: 300 30px/1.2 'Open Sans',sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-title {
    color: #333;
    text-decoration: none;
}
.search-url {
    padding-top: 3px;
    word-wrap: break-word;
    font: 300 15px/1.7 'Open Sans',sans-serif;
    color: #333;
}
.search-url a {
    color: #339e41;
    text-decoration: none;
}
.search-url a:hover {
    color: #666;
}
.search-description {
    word-wrap: break-word;
    margin-top: 1px;
    font: 300 16px/1.6 'Open Sans',sans-serif;
    color: #666;
}
.search-result {
    padding-top: 21px;
}
.search-control {
    height: calc(2.8rem + 2px);
    background-color: #F3F3F3;
    color: #161616;
    border: 1px solid #E8E8E8;
}
.search-control::placeholder {
    color: #B6B6B6;
}
.search-btn {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #D70826;
    padding: 0 18px;
    border-radius: 0 .25rem .25rem 0;
}
.pipe {
    color: #fff;
    padding: 0 0.5rem;
}
.sidebar-form .input-group span {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .search-btn .fa-search {
        font-size: 19px;
    }
}
@media screen and (max-width: 1199px) {
    .sidebar-form .input-group {
        background-color: #f1f1f1;
        border-bottom: 1px solid #dcdcdc;
        padding: 1rem;
    }
    .sidebar-form .nav-link {
        width: auto;
        border-bottom: none;
    }
    .sidebar-form .input-group span {
        color: #000;
    }
    .search-control {
        border: 1px solid #c2c2c2;
        background-color: #fff;
        color: #000;
    }
    .search-control::placeholder {
        color: #c2c2c2;
    }
}

/******** DISTRIBUTORS ********/

.dataTables_filter input {
    outline: initial;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    color: #47404f;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    width: auto;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 50% !important;
    left: 10% !important;
    background-color: #D70826 !important;
    transform: translate(-50%, -50%);
}
table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
table.dataTable td {
    border-top: 1px solid #dee2e6;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em .7em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #04446e;
    color: #ffffff !important;
    border: 1px solid #dee2e6;
    background: #04446e;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 1em;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #0087cc;
    color: #fff;
}

/******** DOWNLOAD *********/

.download-pdf {
    background-color: #F0F0F0;
    border-top: 1px solid #D70826;
    border-bottom: 1px solid #D70826;
    color: #888888;
}

/******* EXHIBITIONS *******/

#exhibitions th, #exhibitions td {
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
        padding-left: 50px !important;
    }
}

/******** FOOTER *******/

.required:not(.checkbox) label:after, .asterisk:after {
    color: #E32;
    content: "*";
    display: inline;
    margin-left: 2px;
}
#contact-form .checkbox span {
    font-size: 0.8rem;
}
#contact-form .checkbox input {
    margin-right: 0.5rem;
    margin-bottom: 0;
}
.img-overlay {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}
.img-overlay a {
    color: #fff;
}
.bg-footer {
    background-image: url(/img/footer-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-default {
    color: #fff;
    background-color: #D70826;
    border-radius: 0;
}
.btn-default:hover {
    border: 1px solid #D70826;
    background-color: #fff;
    color: #D70826;
}
.footer {
    background: #D70826;
    height: auto;
    padding: 60px 60px 40px 60px;
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
}
footer p {
    margin: 0;
}
footer .nav-pills li {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h5 {
    color: #fff;
    font-weight: 600;
    line-height: 27px;
}
.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #fff;
}
.footer ul li {
    margin: 0px;
}
.footer ul li a {
    display: block;
}
.footer a {
    color: #fff;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.social-icons a {
    margin-right: 15px;
}
.social li {
    background: none repeat scroll 0 0 #D70826;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 8px 0 !important;
    padding: 0;
    text-align: center;
    width: 50px;
    min-width: 50px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social li.facebook {
    background-color: #4867AA;
}
.social li.twitter {
    background-color: #1DA1F2;
}
.social li.linkedin {
    background-color: #0077B5;
}
.social li.youtube {
    background-color: #FF0000;
}
.social li.whatsapp {
    background-color: #00E676;
}
.social li.pinterest {
    background-color: #BD081B;
}
.social li.social-email {
    background-color: #22B8CF;
}
.social-share {
    margin-top: 1rem;
    margin-bottom: 1.7rem;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
    width: 100%;
}
.social a:hover li {
    text-decoration: none;
}
.social li a i {
    font-size: 20px;
    color: #EDEFF1 !important;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    background: #D70826;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}
.address {
    clear: both;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .social-share {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }
    .footer {
        padding: 15px;
    }
    .footer ul {
        margin-bottom: 30px;
    }
    .footer ul.contact-footer li {
        margin-bottom: 5px;
    }
    .footer ul.contact-footer li.social-icons {
        margin-top: 10px;
    }
}

/******** Workarounds for IE **********/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-link img {
        height: 100% !important;
    }
    .white-bltr {
		display: none;
	}
}

/******* Mike Additions ********/

.bordered {
	border: 1px solid #D70826;
}

.pad20b {
	padding-bottom:20px;
}

.pad10b {
	padding-bottom:10px;
}


.pad20t{
	padding-top:20px;
}

.pad10t{
	padding-top:10px;
}

.center {
	text-align: center;
}

.button-orange button{
	background-color: #D70826;
	padding: 10px 20px;
	text-align: center;

}

/******** Bootstrap Responsive Tables ********/

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

		/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/***** REMOVE NON-RESPONSIVE ELEMENTS *****/

@media screen and (min-width: 1600px) {
	.stripes {
	    background: linear-gradient(135deg, #fff 0%, #fff 10%, transparent 0%, transparent 20%, #fff 0%, #fff 30%, transparent 0%, transparent 40%, #fff 0%, #fff 50%, transparent 0%);
	    width: 175px;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 1;
	}
	.stripes-right {
	    background: linear-gradient(240deg, #fff 0%, #fff 10%, transparent 0%, transparent 20%, #fff 0%, #fff 30%, transparent 0%, transparent 40%, #fff 0%, #fff 50%, transparent 0%);
	    right: 0;
	    width: 131px;
	    height: 224px;
	    left: auto;
	}
	.after:after {
        content: '';
        height: 100%;
        width: 150px;
        position: absolute;
        top: 0;
        right: -60px;
        transform: skew(140deg);
        z-index: 1;
        background-color: #D70826;
    }
	.d-xxl-block {
		display: block !important;
	}
}

.language .dropdown-menu {
	width: auto;
	max-width: 275px;
	min-width: 100px;
	border: 1px solid #efefef;
}
.bb-menu {
	border-bottom: 1px solid #dcdcdc;
}
.mob-link .flag-icon {
	width: 32px;
	line-height: 24px;
}

.dropdown-home {left:auto !important; }

/***** REVIEWS *****/
.reviews .rating {
	color: #D70826;
}

.pdflink{width:48%;float:left;margin-bottom:20px;text-align:center}

@media only print, only screen and (min-width:641px){
.pdflink{width:137px;float:left;height:270px;font-size:10px;text-align:center;}
}

.downloads-heading .pdflink{height:350px;width:240px;}

.clearboth{clear:both;}

