﻿.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: #000;
    margin-left: 1em;
}

.dropdown-item:hover {
    color: var(--accent-color) !important;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 0;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}
li.nav-item.dropend {
    padding: 0;
}
.dropdown-menu a {
    color: black;
    padding-block: 0;
    font-weight: 700;
    font-size: 16px;
    padding-block: 5px !important;
}

.dropdown-menu .nav-item {
    padding-block: 0 !important;
}
.dropdown-menu .nav-item a{
    padding-block: 5px !important;
}
.navbar-nav .nav-item .nav-link {
    padding: 25px 18px;
}
.ProdGroupName {
    background: #c52f33;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 3px;
}
.navbar-nav .nav-item .nav-link {
    padding: 14px 18px;
    font-size: 16px;
}

.text-content {
    background: #000000ab;
    display: table;
    margin: 0 auto;
    padding: 40px 43px !important;

}

.text-content h2{
	font-weight:bold;
	
}

.text-content .button-outline-accent {
    border-width: 1px;
    border-style: solid;
    border-color: var(--accent-color);
    color: #FFF;
    background: var(--accent-color) !important;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}



/* News */
.news-slider {
    /* Style the actual content */
}

    .news-slider .text-content {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        /* background-color: rgba(255, 255, 255, 0.9); */
        padding: 1em;
        /* width: 30%; */
        /* height: 100%; */
    }

        .news-slider .text-content h2 {
            margin: 0;
        }

        .news-slider .text-content p {
            margin: 1em 0;
        }

        .news-slider .text-content a.button-link {
            padding: 0.25em 0.5em;
            position: absolute;
            bottom: 1em;
            right: 1em;
        }

    .news-slider .image-content {
        line-height: 0;
    }

        .news-slider .image-content img {
            max-width: 100%;
        }

    .news-slider .news-pager {
        text-align: right;
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        list-style: none;
    }

        .news-slider .news-pager li {
            display: inline-block;
            padding: 0.6em;
            margin: 0 0 0 1em;
        }

            .news-slider .news-pager li.sy-active a {
                color: #31ace2;
            }

            .news-slider .news-pager li a {
                font-weight: 500;
                text-decoration: none;
                display: block;
                color: #222;
            }
li.breadcrumb-item {
    text-transform: uppercase;
}
.pagebanner {
    margin-bottom: 20px;
}
.page-content {
    margin-bottom: 20px;
}

.HeaderStrap {
    /* background: var(--dark-color);*/
    background: url('/images/silver-strip.jpg');
    background-position:center center;
    background-size:cover;
    color: var(--dark-color);
    margin: 15px 0 30px;
    padding: 35px;
}
.downloadButton {
    display: table;
    background: #c52f33;
    padding: 8px 17px;
    margin-top: 15px;
    border-radius: 5px;
    border: 0;
}
    .downloadButton a {
        color: #fff
    }
    .downloadButton i {
        margin-right: 10px;
    }
.g-recaptcha {
    margin-top: 0;
    margin-bottom: 25px;
}
/*a.nav-link.dropdown-toggle.show {
    color: #000;
}
*/
.colourItem {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

    .colourItem img {
        width: 100%;
        max-width: 80px;
        border: 1px solid grey;
    }
.colourName {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}




#Benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Benefits li {
    padding-left: 1em;
    text-indent: -0.7em;
    line-height: 22px;
    padding-bottom: 5px;
}

    #Benefits li::before {
        content: "• ";
        color: #c52f33;
        font-size: 25px;
        vertical-align: sub;
        display: inline-block;
        padding: 0 5px;
    }
.greyStrap {
    background: #f3f3f3;
    padding: 30px 0;
}



#Warranty table {
    border: 1px solid lightgrey;
    margin-bottom: 10px;
}
#Warranty td {
    padding: 4px 10px;
    border: 1px solid lightgrey;
}
#Warranty th {
    padding: 4px 10px;
    text-align: center;
    background: #c52f33;
    color: white;
    border: 1px solid lightgrey;
}
a.CustomButton {
    background: #c52f33;
    display: table;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    margin: 10px auto;
    border-radius: 5px;
}
.RelatedName {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 6px;
    color:#1d1d1d;
}
.navbar-nav a {
    text-transform: uppercase;
}
a.dropdown-item {
    padding-left: 27px;
}
.TechHeader {
    background: #e5e5e5;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.techImage {
    text-align: center;
}

    .techImage img {
        width: 100%;
      /*  max-width: 300px;*/
    }
#technicalInfo .row {
    margin-bottom: 30px;
}
.techSubHeader {
    text-align: center;
    padding: 5px;
    display: table;
    max-width: 170px;
    margin: 0 auto;
}
.product_name {
    text-align: center;
    background: #1d1d1d;
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}


/* Tabs container */
.r-tabs {
    position: relative;
    background-color: #c52f33;
    border-top: 4px solid #c52f33;
    border-right: 4px solid #c52f33;
    border-left: 4px solid #c52f33;
    border-bottom: 4px solid #c52f33;
    border-radius: 4px;
}

    /* Tab element */
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        background-color: #c52f33;
    }

    /* Tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        display: inline-block;
        padding: 10px 12px;
        text-decoration: none;
  
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform:uppercase;
    }

    /* Disabled tab */
    .r-tabs .r-tabs-nav .r-tabs-state-disabled {
        opacity: 0.5;
    }

    /* Active state tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color: #c52f33;
        text-shadow: none;
        background-color: white;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    /* Tab panel */
    .r-tabs .r-tabs-panel {
        background-color: white;
        border-bottom: 4px solid white;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    /* Accordion anchor */
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
        padding: 10px;
        background-color: #c52f33;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    /* Active accordion anchor */
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #fff;
        color: #c52f33;
        text-shadow: none;
    }

    /* Disabled accordion button */
    .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }

/* Buttons */
button {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    cursor: pointer;
}

/* Info bar */
.info {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;
    font-size: 14px;
    color: #c52f33;
    border: 2px solid #00ab94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.dropdown-toggle::after {
    display:none !important;
}

#ImageBlocks1 img{
    width:100%;
}

.testimonial {
    background: #ebebeb;
    padding: 30px 0 15px;
}
.ReturnMessage {
    color: #c52f33;
}