html {
    position: relative;
}

html,
body {
    color: #58595b;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

a:hover {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2 {
    display: inline-block;
    font-weight: 700;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}


/* HELPER CLASSES */
.heading-line {
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
}

section.stacked .heading-line {
    margin-bottom: 25px;
}


.heading-line:after {
    border-bottom: 5px solid;
    content: '';
    color: #bcbec0;
    display: block;
    margin-top: 20px;
    width: 120px;
}

.heading-line.line-center:after {
    border-bottom: 5px solid;
    content: '';
    display: block;
    margin: 20px auto 0 auto;
    width: 120px;
}

.heading-line.white-text:after {
    color: #ffffff;
}

.news-heading {
    font-size: 40px;
}

.p35 {
    padding: 15px 0;
}

.p70 {
    padding: 25px 0;
}

.black-bg {
    background-color: #010101;
}

.blue-bg {
    background-color: rgba(0,73,144,1)
}

.ltgray-bg {
    background-color: #e6e7e8;
}

.mdgray-bg {
    background-color: #777777;
}

.red-bg {
    background-color: #df050d; 
}

.white-bg {
    background-color: #ffffff;
}

.red-overlay {
    background-color: rgba(223,5,13,.65);
    color: #ffffff;
}

.red-overlay a {
    color: #ffffff !important;
}

.black-overlay {
    background-color: rgba(0,0,0,0.65);
    color: #ffffff;
}

.black-overlay a {
    color: #ffffff !important;
}

.blue-overlay {
    background-color: rgba(0,73,144,.65);
    color: #ffffff;
}

.blue-overlay a {
    color: #ffffff !important;
}

.white-text,
a.white-text {
    color: #fff;
}

.black-text,
a.black-text {
    color: #231f20;
}

.blue-text,
a.blue-text {
    color: rgba(0,73,144,1);
}

.ltblue-text,
a.ltblue-text {
    color: #65a3df;
}

.ltgray-text,
a.ltgray-text {
    color: #a7a9ac;
}

.mdgray-text,
a.mdgray-text {
    color: #777777;
}

.red-text,
a.red-text {
    color: #df050d;
}

.text-light {
    font-weight: 300;
}

.text-bold {
    font-weight: 700;
}

.text-black {
    font-weight: 900;
}

.fineprint {
    font-size: 14px;
}

.part-number {
    font-size: 18px;
}

.blue-border-btn,
a.blue-border-btn {
    border: 2px solid rgba(0,73,144,1); 
}

.blue-flat-btn,
a.blue-flat-btn {
    color: #fff;
    background-color: rgba(0,73,144,1);
}

.red-border-btn,
a.red-border-btn {
    border: 2px solid #ff0000; 
}

.red-flat-btn,
a.red-flat-btn {
    color: #fff;
    background-color: #ff0000;
}

.white-flat-btn,
a.white-flat-btn {
    background-color: #fff;
    color: #ff0000 !important;
}

.white-border-btn,
a.white-border-btn {
    border: 2px solid #fff; 
}

.btn-style-1 {
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.btn-style-2 {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.btn-style-3 {
    display: inline-block;
    padding: 11px;
    width: 200px;
    text-align: center;
}

.btn-style-4 {
    display: inline-block;
    padding: 11px;
    width: 75%;
    text-align: left;
}

.home-post {
    font-size: 18px;
}

.post-thumbnail {
    margin: 0 0 20px 0;
}

.post-published {
    color: #939598;
    margin: 0 0 10px 0;
}

.post-link {
    display: inline-block;
    font-weight: 700;
}

.container-sm {
    margin: 0 auto;
    max-width: 768px;
}

.container-md {
    max-width: 975px !important;
}

.youtube-video {
    min-height: 155px;
}

/* HEADER */
.top-header-block {
    display: inline-block;
    width: 100%;
}

.block-left,
.block-right {
    width: 100%;
}

.header-search {
    display: inline-block;
}

.header-search input {
    height: 27px;
}

.header-search input[type=text] {
    border: 0;
}

.header-search button {
    color: #ffffff;
    background-color: transparent;
    border: 0;
}

.searchBox input[type=text] {
    border: 0; 
}

input, select {
    height: 27px !important;
    margin-top: 5px;
}

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* MOBILE NAV */
.mobile.main-navigation {
    background-color: #ffffff;
    border: 1px solid #df050d;
    display: none;
    font-weight: 300;
    padding: 10px 15px;
    position: absolute;
    z-index: 999;
}

.mobile.main-navigation.active {
    display: block;
}

.mobile.main-navigation ul {
    margin: 0;
}

.mobile.main-navigation a {
    color: #df050d;
    display: block;
    padding: 3px 10px 3px 0;
}

.mobile.main-navigation .hitspot {
    color: #de4b50;
    float: right;
    font-size: 14px;
    height: 20px;
    text-align: center;
    width: 40px;
}

.mobile-sub-menu {
    display: none;
    padding: 0 0 0 20px;
    list-style-type: none;
}

/* HOMEPAGE */
.home-main-slider .slide .container {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.slide {
    backgound-color: #333333;
}

.slider-content-box.position-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
}

.slider-content-box h2 {
    font-size: 14px;
    margin-bottom: 10px !important;
}

.slider-content-box h2:after {
    margin-top: 10px;
}

.slider-content-box .btn-style-3 {
    width: auto;
    padding: 5px 13px 3px 7px;
}

.product-line-selection {
    display: none;
    background-color: #dcddde;
    background-position: center -158px;
    background-repeat: no-repeat;
}

.product-line-selection h2 {
    font-family: 'Roboto', sans-serif;
}

a.product-line-block {
    margin: 0 0 20px 0;
    text-align: center;
}

a.product-line-block:last-of-type {
    margin: 0;
}

.product-lines-wrapper {
    margin: 10px 0 0 0;
}

a .product-line-text {
    font-size: 18px;
    font-weight: 900;
    line-height: 19px;
}

.icon-container {
    /* background-color: #363636; */
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 60%; */
    border-radius: 100px;
    display: inline-block;
    height: 100px;
    margin: 0 0 10px 0;
    width: 100px;
}

.home-latest-blogs {
    background-color: #e6e7e8;
}


/* CTA MODULE */
.cta-text {
    font-size: 22px;
}

/* PRODUCT PAGES */
.breadcrumbs {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumbs a {
    clear: left;
    float: left;
}

a.current-breadcrumb,
.current-breadcrumb {
    color: #c8d7e5 !important;
    text-transform: initial !important;
}

.collections-subtext {
    font-size: 30px;
}

.pro-coll-titles {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.product-list-featured-product {
    background-position: center center;
    background-repeat: no-repeat;
}

.product-model {
    background-color: #ffffff;
}

.product-carousel .slick-track {
    max-height: 150px;
    overflow: hidden;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

#tabbedNav .list-inline-item {
    padding: 5px 20px;
}

#tabbedNav .list-inline-item h3 {
    margin: 0;
}

#tabbedNav .list-inline-item.active {
    background-color: #777777;
}

#tabbedNav .list-inline-item.active a {
    color: #ffffff;
}

table.specs {
    background-color: #ffffff;
}

/* NEWS & MEDIA */
.blog-share {
    border-bottom: 3px solid #a7a9ac;
}

iframe.news-item {
    border: none;
    min-height: 175px;
}

/* FOOTER */
footer {
    font-size: 18px;
    font-weight: 400;
}

footer a {
    color: #65a3df;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-col-1 {
    margin: 0 0 20px 0;
}

.footer-link-list li {
    border-top: 1px solid #707070;
    margin: 0 0 7px 0;
    padding: 7px 0 0 0;
}

.footer-link-list li:first-of-type {
    border: 0;
}

.contact-points,
.footer-social {
    margin: 0 0 10px 0;
}

.contact-points div {
    margin: 0 0 3px 0;
}

.back-to-top {
    bottom: 10px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.15);
    height: 40px;
    opacity: 0.75;
    padding: 7px 0 0 0;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    z-index: 99999;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.back-to-top.active {
    right: 10px;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

table.specs {width:100%;
	margin-bottom:15px;}

table.specs td {text-align:center;
	border:#000 solid 1px;
	width:11.111%;
	padding:5px 0;
	height:20px; 
	line-height:20px;
	
	}
	
table.specs tr.header, table.specs tr.header2, .unit {font-weight:bold;}

table.specs tr.header {text-transform:uppercase; font-size:12px;}

table.specs td.blank {border:none;}

.fraction {
    display: inline-block;
    text-align: center;
	vertical-align:middle;
	line-height:12px;
	
	
}
.fraction, .ftop, .fbottom {
   font-size: 10px;
}

.fbottom {
    border-top: 1px solid black;
    display: block;
}


/* **************************************************** */
/* MEDIA QUERIES */
/* **************************************************** */

@media only screen and ( min-width: 480px ) {
    
    .product-line-selection {
        background-position: center -207px;
    }

    .slider-content-box h2 {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    
    .slider-content-box h2:after {
        margin-top: 20px;
    }

    .product-model {
        margin: inherit 2.5%;
        width: 45%
    }

    /* NEWS AND MEDIA */
    iframe.news-item {
        min-height: 245px;
    }
}

@media only screen and ( min-width: 568px ) {

    .slider-content-box h2 {
        font-size: 14px;
        margin-bottom: 15px !important;
    }
    
    .slider-content-box h2:after {
        margin-top: 15px;
    }

    .youtube-video {
        min-height: 300px;
    }   
    
    /* NEWS AND MEDIA */
    iframe.news-item {
        min-height: 295px;
    }
}

@media only screen and ( min-width:768px ) {

    /* HELPERS */
    .p35 {
        padding: 25px 0;
    }

    .p70 {
        padding: 50px 0;
    }

    .youtube-video {
        min-height: 190px;
    } 

    /* HEADER */
    .top-header {
        padding: 7px 0;
    }

    .top-header .row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .top-header-block {
        padding: 0 5px;
        width: auto;
    }

    .block-left {
        width: auto;
    }

    .block-right {
        width: auto;
    }

    #mobileSearch {
        display: none;
    }

    /* CTA MODULE */
    .cta-text {
        font-size: 32px;
    }

    /* HOMEPAGE */
    .slider-content-box {
        max-width: 400px;
    }

    .slider-content-box .heading-line {
        font-size: 25px;
    }

    .slider-content-box .slider-content-box-text {
        font-size: 18px;
    }

    .slider-content-box .btn-style-3 {
        padding: 11px;
        width: 200px;
    }

    .home-section:nth-of-type( even ) .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .home-section.home-intro .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .product-line-selection {
        display: block;
        background-position: center -197px;
    }



    /* BLOCKS */

    section.stacked div.blocks-one-column {
        margin-bottom: 65px;
    }




    /* PRODUCT PAGES */
    .breadcrumbs {
        font-size: 35px;
    }

    a.current-breadcrumb,
    .current-breadcrumb {
        font-size: 28px;
    }

    .product-model {
        margin: inherit 1.5%;
        width: 30%
    }

    .product-carousel .slick-track {
        max-height: 200px;
        overflow: hidden;
    }

    .product-carousel-nav {
        margin: 0 auto;
        max-width: 90%;
    }

    .slick-next:before,
    .slick-prev:before {
        color: #777777 !important;
    }

    .product-carousel-nav .slick-slide {
        margin: 0 5px;
    }

    .slider-content-box-text {
        font-size: 28px;
    }

    /* NEWS AND MEDIA */
    .news-heading {
        font-size: 50px;
    }

    iframe.news-item {
        min-height: 190px;
    }
}

@media only screen and ( min-width: 992px ) {

    /* HELPERS */
    .heading-line {
        font-size: 45px;
    }

    .youtube-video {
        min-height: 255px;
    }

    /* HEADER */
    .top-header-block {
        padding: 0 10px;
    }

    .desktop-nav-container {
        padding: 20px 0 0 0;
    }

    .desktop.main-navigation {
        width: 100%;
    }

    .desktop.main-navigation .list-inline-item {
        margin: 0 0 3px 0;
        position: relative;
    }

    .desktop.main-navigation .list-inline-item:after {
        content: ' | ';
        position: relative;
        right: -12px;
    }

    .desktop.main-navigation .list-inline-item:last-of-type:after {
        content: '';
    }

    .desktop.main-navigation li {
        border: 3px solid #ffffff;
        padding: 3px 5px;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation li:hover {
        border-color: #df050d;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation a {
        color: #777777 !important;
        display: inline-block;
        font-weight: 700;
        margin: 0;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation a:hover {
        color: red !important;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation a .svg-inline--fa {
        color: #004990;
        font-size: 14px;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation a:hover .svg-inline--fa {
        color: #df050d !important;

        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .desktop.main-navigation .list-inline-item:hover > ul.desktop-sub-menu {
        display: block;
        -webkit-box-shadow: 1px 3px 9px -3px rgba(0,0,0,.15);
        box-shadow: 1px 3px 9px -3px rgba(0,0,0,.15);
    }
    
    .desktop-sub-menu {
        background-color: #ffffff;
        border-top: 3px solid #df050d;
        display: none;
        left: -3px;
        list-style-type: none;
        margin: 7px 0 0 0;
        min-width: 200px;
        padding: 0 0 0 10px;
        position: absolute;
        text-align: left;
        width: auto;
        z-index: 9999;
    }

    .desktop-sub-menu li {
        border: 0 !important;
    }
    
    .desktop-sub-menu a {
        border: 0 !important;
        margin: 0 !important;
        font-weight: 500 !important;
        padding: 5px 0 !important;
    }

    a.dead-link {
        cursor: default;
    }

    /* HOMEPAGE */
    .slider-content-box {
        max-width: 475px;
    }

    .slider-content-box .heading-line {
        font-size: 35px;
    }

    .slider-content-box .slider-content-box-text {
        font-size: 23px;
    }

    /* PRODUCT PAGES */
    .product-model {
        margin: inherit 1.25%;
        width: 22.5%
    }

    .product-carousel .slick-track {
        max-height: 500px;
        overflow: hidden;
    }

    /* NEWS AND MEDIA */
    iframe.news-item {
        min-height: 260px;
    }
}
 
@media only screen and ( min-width: 1024px ) {

    /* HELPER CLASSES */
    .p35 {
        padding: 35px 0;
    }

    .p70 {
        padding: 75px 0;
    }

    /* HOMEPAGE */
    #sbc {
        display: block;
    }

    #mobile-slider {
        display: none;
    }

    .product-line-selection {
        background-position: center -187px;
    }
}

@media only screen and ( min-width: 1200px ) {

    /* HELPER CLASSES */
    .container {
        max-width: 1200px;
    }

    .heading-line {
        font-size: 55px;
    }

    section.stacked h2.heading-line {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .youtube-video {
        min-height: 400px;
    }

    /* HEADER */
    .desktop.main-navigation .list-inline-item {
        padding: 7px 13px;
    }

    .desktop.main-navigation .list-inline-item:after {
        right: -20px;
    }

    .desktop-sub-menu {
        margin: 11px 0 0 0;
    }

    /* HOMEPAGE */
    .slider-content-box {
        max-width: 600px;
    }

    .slider-content-box .heading-line {
        font-size: 55px;
    }

    .slider-content-box .slider-content-box-text {
        font-size: 28px;
    }

    .product-line-selection {
        background-position: center -190px;
    }

    .home.product-line-selection {
        padding-bottom: 10px;
    }

    /* NEWS AND MEDIA */
    iframe.news-item {
        min-height: 320px;
    }
}

@media only screen and ( min-width: 1440px ) {

    /* HELPER CLASSES */
    .container-wide {
        max-width: 1500px;
    }

    .slider-content-box h2 {
        font-size: 55px;
        margin-bottom: 20px !important;
    }
    
    .slider-content-box h2:after {
        margin-top: 20px;
    }
}