/*
AUTHOR: GRAPHICA
COMPANY: HAMILTON CASTER
URL: HTTP://HAMILTONCASTER.COM
VERSION: 1.0
LAST UPDATED: 2016.12.15
*/

/*-- RESET
-------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/*-- GENERAL STYLES
-------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

ul.sub.first {
    background-color: white;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

::selection {
    background: rgba(255,204,102,0.5);
    color: rgba(0,0,0,1);
}

::-moz-selection {
    background: rgba(255,204,102,0.5);
    color: rgba(0,0,0,1);
}





/*-- GRID --*/
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

button:focus, button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

/*.content img {max-width:100%; margin-bottom: 20px;}*/

input, textarea {
    background: rgba(225,225,225,1);
    color: rgba(35,35,35,1);
    margin-bottom: 20px;
    padding: 15px;
    border: none;
}

.AG_FlatTextBox input, textarea{
	background-color: rgb(225, 225, 225);
}


    input:focus, textarea:focus, select:focus, select:active{
        border: 1px solid rgba(215,32,39,1);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        outline: none;
    }

#content aside input {
    width: 100%;
}

.span6 {
    width: 48%;
    margin-right: 1%;
}

.span8 {
    width: 67%;
    margin-right: 1%;
}

.span12 {
    width: 97.5%;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}



#content table, table {
    width: 100%;
    border: none;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
/* Commented out by Thomas Raley for careers page on 8-17-2022
#content table tbody tr:nth-child(odd), table tbody tr:nth-child(odd) {
        background: rgba(128,128,128,0.25);
}
*/
tr.head {
    background: rgba(255,255,255,1) !important;
}

    tr.head th {
        border-top: none !important;
    }

#content table th, table th {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 10px 15px;
}

#content table td, table td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.left{

}


/*-- CONTAINERS --*/
.container-fluid.content {
    padding: 0;
}

    .container-fluid.content .row {
        margin: 0;
    }

#blog .container-fluid.content {
    margin-top: 0;
}

#content .col-md-6 .col-md-3 {
    padding: 0;
}

#application-overview #featured-image {
    padding: 0 50px 20px 20px;
}


/*-- BASE TYPOGRAPHY
-------------------------------------------------------------------------------------*/
body {
    font-family: "roboto",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgba(109,110,112,1);
}

#service nav {
    font-size: 14px;
    /*font-weight: 300;*/
}

.tabcontent h3 {
    font-size: 16px;
    line-height: 20px;
    color: rgba(109,110,112,1);
    margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
	color: rgba(109,110,112,1);
}

h1 {
    font-size: 64px;
    line-height: 60px;
}

h2 {
    font-family: "roboto-condensed",sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}

h4 {
    font-size: 29px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

h5 {
    font-size: 25px;
    line-height: 28px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: rgba(109,110,112,1);
}

a {
    color: rgba(215,32,39,1);
}

    a:hover {
        color: rgba(166,18,24,1);
        cursor: pointer;
    }

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

#application-overview #content .col-md-4, #series #content .col-md-4 {
    margin-bottom: 50px;
}

#application-overview #content h4, #product-family #content h4, #series #content h4 {
    font-family: "roboto-condensed",sans-serif;
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
}

#application-overview #content h5, #product-family #content h5, #series #content h4 {
    font-family: "roboto",sans-serif;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}

#application-overview #content ul li, #product-family #content ul li, #series #content ul li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    background-position: 0 10px;
}

#content ul li {
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 12px 12px;
    color: rgba(109,110,112,1);
    padding-left: 25px;
}


/*-- NAVIGATION
-------------------------------------------------------------------------------------*/
.searchInputContainer a.dnnSearchBoxClearText {z-index:500 !important;}
button {
    background: rgba(215,32,39,1);
    color: rgba(255,255,255,1);
    padding: 10px 15px;
    border: none;
    border-radius: none;
    font-weight: 700;
}

    button:hover {
        background: rgba(166,18,24,1);
    }

	button a {
        color: rgba(255,255,255,1);
    }

#content button {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
}

.tabcontent a {
    color: rgba(109,110,112,1);
}

/*-- SERVICE --*/
#service {
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}

    #service h6 {
        font-size: 20px;
        font-weight: 700;
	    color: white;
    }

    #service ul {
        text-align: right;
    }

    #service li {
        display: inline-block;
    }
        #service li > ul {
            display: none;
        }

    #service button.live-chat {
        font-weight: 300;
    }

    #service a {
        color: rgba(255,255,255,1);
        padding: 18px 0;
    }

        #service a:hover {
            color: rgba(205,205,205,1);
            text-decoration: none;
        }

    #service .dropdown-menu {
        background: rgba(0,0,0,1);
        color: rgba(255,255,255,1);
        text-align: left;
    }
        #service .dropdown-menu li {
            display:block;
        }
            #service .dropdown-menu li:hover {
                background-color: rgba(0,0,0,1);
                color: rgba(205,205,205,1);
            }

                #service .dropdown-menu>li>a,
                #service .dropdown-menu>li>a {
                    padding: 0 10px;
                }
                    #service .dropdown-menu>li>a:focus,
                    #service .dropdown-menu>li>a:hover {
                        background-color: transparent;
                    }

/*-- PRIMARY --*/
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar-brand {
    width: 70px;
    height: 68px;
    background: url(/portals/0/images/logo-hamilton-caster.jpg) no-repeat center center;
    background-size: 100%;
}

.navbar-default {
    background-image: none;
    background: rgba(35,35,35,1);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > li > a:hover {
        background-image: none;
        background-color: transparent;
        color: rgba(255,255,255,1);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > li > a:hover {
            background-color: rgba(215,32,39,1);
        }

    .navbar-default .navbar-nav > li > a {
        color: rgba(255,255,255,1);
    }

.navbar-form {
    margin: 17px 0;
}

.navbar-right input.form-control {
    color: rgba(231,231,231,1);
    background: rgba(85,85,85,1);
    margin: 0;
    border-color: rgba(85,85,85,1);
    border-radius: 0;
}

.navbar-right .btn {
    padding: 6px;
}

.navbar-right .btn-default {
    font-size: 18px;
    color: rgba(255,255,255,1) !important;
    background-image: none;
    background-color: transparent;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none;
        border-radius: 0;
    }*/

.nav-list {
    border-bottom: 1px solid #eee;
}

    .nav-list > li {
        padding: 20px 15px 15px;
        border-left: 1px solid #eee;
    }

        .nav-list > li:last-child {
            border-right: 1px solid #eee;
        }

        .nav-list > li > a:hover {
            text-decoration: none;
        }

        .nav-list > li > a > span {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    width: 100%;
    background: rgba(109,110,112,1);
    background: -moz-linear-gradient(left, #6d6e70 -1%, #6d6e70 49%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6d6e70 -1%,#6d6e70 49%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6d6e70 -1%,#6d6e70 49%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e70', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    text-align: center;
}

.dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu:hover, .dropdown-menu.hover {
display:block !important;

}


/* TABS */

.col-sm-3 {
    padding-right: 0;
    padding-left: 30px;
}

.col-sm-9 {
    padding-right: 0;
    padding-left: 0;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    ul.tab li {
        margin-bottom: 18px;
    }

        ul.tab li:last-child {
            margin-bottom: none;
        }

        /* LINKS INSIDE THE LIST ITEMS */
        ul.tab li a {
            display: inline-block;
            color: rgba(255,255,255,1);
            background: rgba(168,173,177,1);
            text-align: left;
            padding: 14px 16px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 23px;
            font-weight: 700;
            width: 95%;
        }

            ul.tab li a:hover {
                background-color: rgba(221,221,221,1);
            }

            ul.tab li a:focus, ul.tab li a.active {
                font-size: 20px;
                background-color: rgba(255,255,255,1);
                color: rgba(215,32,39,1);
                width: 100%;
                padding: 20px 20px 20px 16px;
            }

/* TAB STYLES */
.tabcontent {
    display: none;
    min-height: 324px;
    background: rgba(255,255,255,1);
    padding: 15px 30px;
    border: none;
    border-top: none;
    text-align: left;
}

.form-control {
    background: rgba(248,248,248,1);
    margin: 0 0 10px 0;
}

    .form-control:focus, .form-control:active {
        border-color: rgba(215,32,39,1);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


/* PRODUCTS BY SERIES */
/*.nav {
    margin: 0;
    padding: 0; /*--position:relative;--*/
    float: left;
}*/

    .nav li {
        list-style: none;
    }

    .nav a {
        color: rgba(35,35,35,1);
        display: block;
        line-height: 2.4;
        padding: 0 1em;
        text-decoration: none;
    }
/* FLYOUT */

.ACSproductseries {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

    .ACSproductseries li {
        list-style: none;
    }

    .ACSproductseries a {
        color: rgba(110,109,113,1);
        display: block;
        line-height: 2.4;
        padding: 0 1em;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
.CasterSelectionTips {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

    .CasterSelectionTips li {
        list-style: none;
    }

    .CasterSelectionTips a {
        color: rgba(110,109,113,1);
        display: block;
        line-height: 2.4;
        padding: 0 1em;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
    .CasterSelectionTips li:hover .sub {
        display: block;
    }

        .CasterSelectionTips li:hover .sub .sub {
            display: none;
        }

    .CasterSelectionTips .sub li:hover .sub {
        display: block;
}

.CasterSelectionTips a.button {
    background: rgba(215,32,39,1);
    color: rgba(255,255,255,1) !important;
    padding: 10px 15px;
    border: none;
    border-radius: none;
    font-weight: 700;
    -webkit-appearance: button;
    cursor:pointer;
    display: inline-block;
    line-height:20px;
}

.CasterSelectionTips a.button:hover {
        background: rgba(166,18,24,1) !important;
 }

/*Wheel Selection Tips */
.WheelSelectionTips {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

    .WheelSelectionTips li {
        list-style: none;
    }

    .WheelSelectionTips a {
        color: rgba(110,109,113,1);
        display: block;
        line-height: 2.4;
        padding: 0 1em;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
    .WheelSelectionTips li:hover .sub {
        display: block;
    }

        .WheelSelectionTips li:hover .sub .sub {
            display: none;
        }

    .WheelSelectionTips .sub li:hover .sub {
        display: block;
}

.WheelSelectionTips a.button {
    background: rgba(215,32,39,1);
    color: rgba(255,255,255,1) !important;
    padding: 10px 15px;
    border: none;
    border-radius: none;
    font-weight: 700;
    -webkit-appearance: button;
    cursor:pointer;
    display: inline-block;
    line-height:20px;
}

.WheelSelectionTips a.button:hover {
        background: rgba(166,18,24,1) !important;
 }


/* FLYOUT */
.sub {
    top: 0;
    margin: 0;
    padding: 0;
    left: 100%;
    display: none;
    min-height: 100%;
    position: absolute;
    white-space: nowrap;
    border-left: 2px solid #eee;
    width:auto;
}

.ACSproductseries li:hover .sub {
    display: block;
}

    .ACSproductseries li:hover .sub .sub {
        display: none;
    }

.ACSproductseries .sub li:hover .sub {
    display: block;
}

.sub a:hover {
    color: #fff;
    /*background: #333;*/
}

/* .sub img { min-width:120px; float:left; } */
.sub .content {
    float: left;
}

.float {
    display: inline-block;
    vertical-align: top;
}


/* NEW */
ul.tab li a.active {
    font-size: 20px;
    padding: 20px;
    padding-left: 11.5%;
}

.nav li li {
    padding: 0;
}

.ACSproductseries a {
    border-bottom: 0;
}

ul.tab li a {
    width: 96%;
    margin-right: 4%;
}

    ul.tab li a.active {
        margin-right: 0;
        padding-left: 16px;
    }

/*ONE*/
.col-sm-9 #tabOne h3 {
    font-size: 20px;
    float: left;
}

.col-sm-9 select.form-control {
    height: 34px;
    border-radius: 0;
    -webkit-appearance: none;
}

.col-sm-9 button.btn.btn-default {
    font-size: 12px;
    color: rgba(215,32,39,1);
    float: left;
}

.col-sm-9 select.form-control {
    width: 80%;
    float: left;
    clear: left;
    background: url(/portals/0/images/icon-down.gif);
    background-color: #F0F3F5;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 10px center;
    border-color: rgba(35,35,35,1);
	font-size: 14px;
}

.col-sm-offset-9 {
    margin-bottom: 20px;
}

/*TWO*/
#tabTwo .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#tabTwo h3 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 25px 0 0;
}

    #tabTwo h3 a {
        color: rgba(110,109,113,1);
        line-height: 2em;
    }


/*THREE*/
.nav #tabCasterBySeries a:hover {
    background: transparent;
}

.ACSproductseries a {
    color: rgba(110,109,113,1);
}

#tabCasterBySeries .ACSproductseries li:hover a {
    color: rgba(35,35,35,1);
}

#tabCasterBySeries .nav a {
    color: rgba(110,109,113,1);
}

#tabCasterBySeries .ACSproductseries li a {
    font-weight: 500;
}

#tabCasterBySeries .ACSproductseries li:first-child .sub {
    background: rgba(35,35,35,0.02);
}

    #tabCasterBySeries .ACSproductseries li:first-child .sub .sub {
        background: rgba(255,255,255,1);
    }

#tabCasterBySeries button {
    width: 50%;
    font-size: 14px;
    margin: 10px 23%;
}


/*FOUR - Casters*/
#tabCasterSelectionTips .CasterSelectionTips a {
    font-weight: 500;
    color: rgba(110,109,113,1);
}

#tabCasterSelectionTips .sub {
    min-width: 500px;
}

    #tabCasterSelectionTips .sub li {
        display: table-cell;
    }

#tabCasterSelectionTips li {
    font-size: 15px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav #tabCasterSelectionTips .sub li:hover {
    background: transparent;
}
.CasterSelectionTips a {
    border-bottom: 0;
}

/*FOUR - Wheels*/
#tabWheelSelectionTips .WheelSelectionTips a {
    font-weight: 500;
    color: rgba(110,109,113,1);
}

#tabWheelSelectionTips .sub {
    min-width: 500px;
}

    #tabWheelSelectionTips .sub li {
        display: table-cell;
    }

#tabWheelSelectionTips li {
    font-size: 15px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav #tabWheelSelectionTips .sub li:hover {
    background: transparent;
}
.WheelSelectionTips a {
    border-bottom: 0;
}

/*-- BREADCRUMBS --*/
section.breadcrumbs {
    background: rgba(128,128,128,1);
    padding-left: 15px;
    padding-right: 15px;
}

nav#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs button {
    background: none;
    font-weight: 300;
    padding: 10px 15px 10px 0;
}

#breadcrumbs .fa-times-circle:before {
    margin-left: 5px;
}

/*-- SEARCH --*/
.search {
    float: right;
}


/*-- MAIN
-------------------------------------------------------------------------------------*/

#home .container-fluid.content {
    margin-top: 0;
}

#home #banner {
    background-image: url(/portals/0/images/footer-border.png);
    background-repeat: repeat-x;
    padding-bottom: 40px;
    background-position: bottom center;
}

#home #industries .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center right;
    background-size: 75%;
    opacity: 0;
    animation-name: industry;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    position: relative;
    overflow-y: hidden;
}

#home #industries #auto .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center right;
    background-size: 75%;
}

#home #industries #heavy .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center right;
    background-size: 75%;
}

#home #industries #warehouse .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center right;
    background-size: 75%;
}

#home #industries #track .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center right;
    background-size: 75%;
}

#home #industries #heat .panel-body {
    padding: 0;
    background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center right;
    background-size: 75%;
}

#home #industries #washdown .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-Washdown.jpg) no-repeat center right;
        background-size: 75%;
    }

#home #industries .panel .left {
    max-width: 55%;
    position: inherit;
    padding: 2.5% 5% 5% 24%;
    background: url(/portals/0/images/background-border-left.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1);
    z-index: 4;
    -webkit-clip-path: polygon(0 100%, 0% 0, 100% 0, 90% 100%);
    clip-path: polygon(0 100%, 0% 0, 100% 0, 90% 100%);
}

#home #industries .panel .right {
    position: absolute;
    width: 100%;
    max-height: 100px;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(250,178,48,0.6);
    transform: translateY(200px);
    -webkit-animation: move 0.5s;
    animation: move 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home .carousel-indicators {
    bottom: 80px;
}

#home #industries .panel .right img {
    float: right;
    margin-top: -50px;
    margin-right: 5%;
}

#home #industries .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#home #industries .panel-group {
    margin-bottom: 0;
}

    #home #industries .panel-group .panel {
        border: 0;
    }

        #home #industries .panel-group .panel + .panel {
            margin-top: 0;
        }

#home #industries .panel a, #home #industries .panel a:hover {
    text-decoration: none;
}

    #home #industries .panel a:hover {
        color: rgba(255,255,255,0.75);
    }

#home #industries .panel-title {
    text-align: left;
}

#home #industries .panel-heading {
    position: relative;
    background: rgba(0,0,0,0.75);
    border: 3px solid rgba(255,255,255,1);
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding: 20px 11%;
}

#home #industries #aero a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #auto a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #heavy a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #warehouse a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #track a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #heat a.collapsed .panel-heading {
    background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center center;
    background-size: 100%;
}

#home #industries #washdown a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-Washdown.jpg) no-repeat center right;
         background-size: 100%;
    }

#home #industries .panel:first-child .panel-heading {
    border: none;
}

#home #industries .panel-heading h4 {
    font-family: 'roboto', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 1px 3px 3px rgba(0,0,0,1);
}

#home #industries .panel-body {
    border-bottom: 0;
}

#home h2 {
    font-family: 'roboto', sans-serif;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}

#home #industries button, #home #blog-posts button {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 40px;
    margin: 0 0 15px 0;
}

#home #blog-posts input[type="email"] {
    width: 100%;
}

@keyframes industry {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes move {
    from {
        -webkit-transform: translateY(1050px);
    }

    to {
        -webkit-transform: translateY(-75px);
    }
}

@keyframes move {
    from {
        transform: translateY(1050px);
    }

    to {
        transform: translateY(-75px);
    }
}


/*BANNER*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
    }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            visibility: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
            text-align: left;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
            display: block;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
            display: block;
            -webkit-backface-visibility: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
            display: block;
            -webkit-transform: translateZ(0);
        }

            .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
                position: absolute;
            }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
    }

    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    -moz-border-radius: 0.34em;
    -webkit-border-radius: 0.34em;
    border-radius: 0.34em;
    padding: 0.15em;
    background: rgba(215,32,39,1);
    color: #eee0d3;
}

    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
        -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
        background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
        background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
        background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
        padding: 0 0 0 0.15em;
    }

        .odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
            -moz-border-radius: 0.2em 0 0 0.2em;
            -webkit-border-radius: 0.2em;
            border-radius: 0.2em 0 0 0.2em;
        }

        .odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
            -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
            -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
            background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
            background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
            background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
            padding: 0 0 0 0.15em;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
            left: 0.1em;
        }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

.odometer {
    font-size: 80px !important;
}

span.odometer-digit:last-of-type::after {
    content: 'HRS';
    padding-left: 10px;
    letter-spacing: 10px;
}

.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
    border-radius: 0px 0.2em 0.2em 0px;
}


/*-- HEADER --*/
#blog-banner {
    background-image: url(/portals/0/images/background-blog-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3%;
    padding-left: 50px;
    padding-right: 50px;
}



/*-- MAIN --*/
.rule-bottom {
    border-bottom: 1px solid rgba(242,242,242,1);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#application-overview .rule-bottom, #series .rule-bottom {
    margin-bottom: 45px;
}

.rule-top {
    border-top: 1px solid rgba(242,242,242,1);
    margin-top: 50px !important;
    padding-top: 40px !important;
}

.container.content {
    margin: 100px auto 0 auto;
    padding-bottom: 0;
}

.content .row {
    margin-bottom: 25px;
    padding: 0 2.5%;
}

    .content .row .row {
        margin-bottom: 0;
    }

/*.content ul {
    margin: 0 0 0 25px;
}

    .content ul li {
        color: rgba(100,126,119,1);
    } */

        .content ul li h6 {
            font-family: "roboto", sans-serif;
            font-size: 21px;
            line-height: 26px;
            font-weight: 400;
        }

        .content ul li p {
            color: rgba(109,110,112,1);
        }

#featured-image {
    padding: 0 80px 0 110px;
}

.carousel-indicators {
    bottom: 30px;
}

    .carousel-indicators li {
        background-color: rgba(128,128,128,1);
        border: 0;
        margin: 0 5px;
    }

        .carousel-indicators li.active {
            background-color: rgba(215,32,39,1);
            margin: 0 5px;
        }

.carousel-inner > .item > img {
    /*width: 100%;*/
}

#summary p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
}

#featured-content button {
    margin-right: 20px;
    margin-bottom: 15px;
}

#featured-content input {
    max-width: 50px;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 5px;
}

#featured-content h6 {
    margin-bottom: 10px;
}

/*-- FEATURED SPECS --*/
div#featured {
    background: rgba(246,246,246,1);
    border-top: 1px solid rgba(234,234,234,1);
    border-bottom: 1px solid rgba(234,234,234,1);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

    div#featured h2 {
        margin-bottom: 15px;
    }

#featured h2 {
    position: relative;
}

    #featured h2::before,
    #featured h2::after,
    #products h2::before,
    #products h2::after,
    #details h2::before,
    #details h2::after,
    #industries a.heading h4.panel-title::before,
    #industries a.heading h4.panel-title::after    {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 25px;
        height: 4px;
        margin-top: -2px;
        background-color: rgba(255,255,255,1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

#products h2::before,
#products h2::after,
#details h2::before,
#details h2::after {
    top: 25px;
    right: 20px;
}

#industries a.heading h4.panel-title::before,
#industries a.heading h4.panel-title::after, {
    background-color: rgba(255,255,255,1);
    top: 50%;
    right: 13%;
    width: 35px;
    height: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

#featured h2::before, #products h2::before, #details h2::before, #industries a.heading h4.panel-title::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

#featured h2.collapsed::before, #products h2.collapsed::before, #details h2.collapsed::before, #industries a.heading.collapsed h4.panel-title::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

#featured h2.collapsed::after, #products h2.collapsed::after, #details h2.collapsed::after, #industries a.heading.collapsed h4.panel-title::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*-- WHEEL CHOICES --*/
#wheel {
    border-left: 1px solid rgba(221,221,221,1);
    border-right: 1px solid rgba(221,221,221,1);
}

    #wheel img {
        width: 100%;
        margin-bottom: 0;
    }

    #wheel p {
        text-align: center;
    }

/*-- TOOLTIP --*/
button.btn.btn-group-xs {
    background: none;
    color: rgba(215,32,39,1);
    padding: 0;
    margin-left: 5px;
}






/* Bugfix for older Webkit, including mobile Webkit.
                         * http://css-tricks.com/webkit-sibling-bug/
                         */

.switch, .toggle {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        position: relative;
    }

    to {
        position: relative;
    }
}



.hide {
    display: none;
}

#other img {
    margin-bottom: 0;
}

#other .pull-left {
    font-family: "Roboto-condensed", sans-serif;
}

#other .pull-right {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
}


/*-- DURABILITY --*/
#durability {
    background: rgba(35,35,35,1);
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #durability .col-md-5 {
        background: rgba(255,255,255,0.8);
        padding: 20px;
    }
 #durability .col-md-4 {
        background: rgba(255,255,255,0.8);
        padding: 20px;
		width: 525px;
    }

	 #durability .col-md-6 {
        background: rgba(255,255,255,0.8);
        padding: 20px;
		width: 525px;
    }

    #durability h3 {
        font-family: "roboto-condensed",sans-serif;
        font-size: 40px;
        line-height: 40px;
        color: rgba(0,0,0,1);
        margin-bottom: 15px;
    }

    #durability p {
        font-size: 18px;
        line-height: 27px;
        color: rgba(0,0,0,1);
    }

        #durability p:last-child {
            margin-bottom: 0;
        }

/*-- BLOG --*/
#blog-banner img {
    max-width: 45%;
    margin-top: 20px;
}

#blog #content h1 {
    font-size: 45px;
    line-height: 55px;
}

#blog #content article h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
}

#blog #content h2 {
    font-family: "roboto", sans-serif;
    font-size: 28px;
    line-height: 38px;

}

#blog #content article.summary h2 {
    line-height: 33px;
    margin-bottom: 0;
}

#comment-entry h3, #comments h3 {
    font-size: 35px;
    line-height: 40px;
    font-family: "roboto-condensed", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

#blog article.summary {
    /*margin-bottom: 50px;
    padding-bottom: 30px;*/
    border-bottom: 1px solid rgba(247,247,247,1);
}

#blog #content article.summary h2 {
    margin-top: 0;
}

#blog time {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
	/*margin-left: 445px;*/
}

#blog summary {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

#blog aside button {
    margin-bottom: 20px;
}

#comment-entry {
    background: rgba(247,247,247,1);
    margin: 50px 0;
    padding: 50px;
}

    #comment-entry input, #comment-entry textarea {
        background: rgba(255,255,255,1);
    }

    #comment-entry input {
        width: 50%;
    }

    #comment-entry textarea {
        width: 100%;
    }

    #comment-entry button {
        margin-right: 20px;
    }

#comments {
    padding-left: 50px;
    padding-right: 50px;
}

    #comments .comment {
        border-top: 1px solid rgba(247,247,247,1);
        border-bottom: 1px solid rgba(247,247,247,1);
        padding: 20px;
    }

.comment:nth-of-type(even) {
    background: rgba(242,242,242,1);
}

#blog #comments .reply {
    padding-left: 50px;
}

#blog #comments .author {
    font-weight: 700;
}

    #blog #comments .author a {
        font-weight: normal;
    }


#blog .col-md-offset-4 button {
    margin-left: 15px;
    margin-bottom: 50px;
}

/*-- CUSTOM SOLUTIONS --*/
#mandeep {
    margin-bottom: -5px;
}

#mandeep-thumbs {
    margin-top: -10px;
}

#custom-solutions textarea {
    width: 100%;
}

/*-- SERIES --*/
#series .col-md-4 .col-md-4, #series .col-md-4 .col-md-8 {
    padding-left: 0;
}


/*-- SEARCH RESULTS --*/
.result a {
    display: block;
}

#search-results table td:nth-child(1), #search-results table td:nth-child(2) {
    width: 25%;
}

#search-results table td:nth-child(1), #search-results table th:nth-child(1) {
    padding-left: 30px;
}

#search-results table td:nth-child(3) {
    width: 50%;
}
/*-- DISTRIBUTOR --*/
.distributors article.result {
    margin-bottom: 20px;
}

.distributors .result p {
    margin-bottom: 0;
}

.distributors .result a {
    display: inline-block;
}

#map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    #map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*-- PROJECT --*/
.form-inline input {
    margin-top: 10px;
}

#content h4.totals {
    color: rgba(100,126,119,1);
    line-height: 30px;
    font-weight: 300;
}

#project .tablesaw tr.head:first-child th {
    text-align: left;
}

#project form table tbody {
    border: 1px solid rgba(128,128,128,0.25);
}

    #project form table tbody tr td {
        text-align: left;
    }

        #project form table tbody tr td:first-child {
            padding: 0;
        }

form table input {
    background: rgb(225, 225, 225);
    margin: 0;
    padding: 10px;
    border-right: 1px solid rgba(128,128,128,0.25);
}

.tablesaw input {
    width: 100%;
}
/*-- CHECKOUT --*/
.checkout div.checkbox {
    padding: 15px;
}

    .checkout div.checkbox:nth-of-type(even) {
        background: rgba(242,242,242,1);
    }

.checkout .checkbox label {
    line-height: 24px;
}

.checkout .checkbox input[type="checkbox"] {
    margin-top: 5px;
}

.checkbox label h4 {
    margin-bottom: 0;
}

.checkout .radio {
    margin: 20px 0;
}

.checkout .pull-left textarea {
    width: 100%;
    min-height: 125px;
}

.checkout form p {
    margin-bottom: 0;
}

.checkout select {
    height: 50px;
    background: rgba(247,247,247,1);
    color: rgba(35,35,35,1);
    margin-bottom: 20px;
    padding: 15px;
    border: none;
}

    .checkout select option {
        background: rgba(247,247,247,1);
        color: rgba(35,35,35,1);
        padding: 15px;
        border: none;
    }

select.span12 {
    width: 100%;
}

select.span6 {
    width: 48%;
}

select.span3 {
    width: 23.076923076923077%;
}

.checkout aside .controls p {
    margin-top: -20px;
}

div#sameaddress {
    padding: 0;
    margin: 0 0 30px 0;
}

.row.mobilehide.rule-bottom {
    padding: 20px 0;
    margin-bottom: 20px;
}

#order-acknowledgement .col-md-6 a {
    margin-right: 15px;
}

#order-acknowledgement .col-md-4 h3 {
    margin-bottom: 0;
}

#order-acknowledgement .col-md-4 {
    margin-bottom: 20px;
}

#order-acknowledgement table {
    margin-bottom: 50px;
}

    #order-acknowledgement table:last-of-type {
        margin-bottom: 15px;
    }

/*-- ORDERS --*/
#product-table .pull-left button {
    padding: 5px 10px;
    margin-right: 20px;
}

    #product-table .pull-left button a {
        font-size: 16px;
        line-height: 22px;
    }

span.count select.filter {
    margin-right: 20px;
}

#product-table .pull-left a img.download {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    padding;
    0;
}

#product-table .pull-right {
    margin-top: 8px;
}

#content table {
    table-layout: auto;
}

    #content table th, table th {
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        padding: 5px;
    }

#content #shipments .tracking {
    color: rgba(255,255,255,1);
}

.tablesaw tr td {
    border: 1px solid rgba(210,210,210,1);
    padding: 0;
}

#content #shipments tr td:last-child button {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    padding: 2.5px 5px;
}

    #content #shipments tr td:last-child button a {
        color: rgba(255,255,255,1);
        font-size: 14px;
        line-height: 20px;
    }

#product-table .usd {
    text-align: right;
}

/*-- FINDER --*/
#compare-views {
    margin-bottom: 20px;
}

.col-md-6.pull-right.text-right {
    position: absolute;
    right: 10px;
    bottom: 0;
}

#compare-views h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#compare-views .text-right h5 {
    margin-top: 5px;
}

#compare-views .text-right h5, #compare-views .text-right button {
    float: right;
    margin-right: 10px;
}

#compare-views .text-right button {
    color: rgba(168,173,177,1);
    background: none;
    padding: 0;
}

    #compare-views .text-right button.active {
        color: rgba(215,32,39,1);
    }

#compare-views .fa {
    font-size: 25px;
    line-height: 30px;
}

#compare-views .compare img {
    margin: 0 5px 0 0;
}

#content #compare-views .compare button {
    position: absolute;
    margin-top: 5px;
    margin-left: 20px;
}

.panel-default {
    border-color: 1px solid rgba(168,173,177,1);
}

    .panel-default > .panel-heading, .panel-heading {
        background: rgba(215,32,39,1);
        color: rgba(255,255,255,1);
        background-image: none;
        -webkit-background-image: none;
        -moz-background-image: none;
        border: 1px solid rgba(215,32,39,1);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

.panel-heading {
    font-size: 20px;
}

    .panel-heading a {
        color: rgba(255,255,255,1) !important;
    }

        .panel-heading a:hover {
            color: rgba(255,255,255,0.75) !important;
        }

.panel-body {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid rgba(168,173,177,1);
}

    .panel-body img {
        margin-bottom: 0;
    }

    .panel-body .col-md-6 {
        padding: 0;
    }

        .panel-body .col-md-6:first-child, .panel-body.ratings {
            font-weight: 700;
        }

            .panel-body.ratings .col-md-6 {
                font-size: 12px;
                line-height: 15px;
            }

#content .panel-body ul, #details ul {
    list-style: none;
    margin: 0;
}

    #content .panel-body ul li, .list ul li, #details ul li {
        display: inline-block;
        width: 13px;
        height: 20px;
        background: rgba(168,173,177,1);
        margin: 5px 3px 0 0;
        padding: 0;
        background-image: none !important;
    }

    #details ul, #details ul li {
        margin: 0;
        padding: 0;
        line-height: 0;
    }

.list ul li {
    padding-left: 15px !Important;
}

#content .panel-body ul.one li:first-child, #content .panel-body ul.two li:first-child, #content .panel-body ul.three li:first-child, #content .panel-body ul.four li:first-child, .list ul.one li:first-child, .list ul.two li:first-child, .list ul.three li:first-child, .list ul.four li:first-child, #details ul.one li:first-child, #details ul.two li:first-child, #details ul.three li:first-child, #details ul.four li:first-child {
    background: rgba(215,32,39,1);
}

#content .panel-body ul.two li:nth-child(2), #content .panel-body ul.three li:nth-child(2), #content .panel-body ul.four li:nth-child(2), .list ul.two li:nth-child(2), .list ul.three li:nth-child(2), .list ul.four li:nth-child(2), #details ul.two li:nth-child(2), #details ul.three li:nth-child(2), #details ul.four li:nth-child(2) {
    background: rgba(215,32,39,1);
}

#content .panel-body ul.three li:nth-child(3), #content .panel-body ul.four li:nth-child(3), .list ul.three li:nth-child(3), .list ul.four li:nth-child(3), #details ul.three li:nth-child(3), #details ul.four li:nth-child(3) {
    background: rgba(215,32,39,1);
}

#content .panel-body ul.four li:nth-child(4), .list ul.four li:nth-child(4), #details ul.four li:nth-child(4) {
    background: rgba(215,32,39,1);
}

#content .panel-body ul.five li, .list ul.five li, #details ul.five li {
    background: rgba(215,32,39,1);
}

.panel-footer {
    background: rgba(109,110,112,0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
}

.container-fluid.content .row.list {
    border-top: 1px solid rgba(128,128,128,0.25);
    border-bottom: 1px solid rgba(128,128,128,0.25);
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.list p {
    margin-bottom: 5px;
}

.list .col-md-6, .list .col-md-4, .list .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

    .list .col-md-2:first-child {
        padding-right: 15px;
    }

    .list .col-md-2:last-child {
        padding-left: 15px;
    }

.list .col-md-8 .col-md-12 {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(128,128,128,0.25);
}

.list input { /*position: absolute; right: 0; bottom: 15px;*/
}

.list .col-md-8 a {
    font-size: 55px;
    line-height: 60px;
}

.list .col-md-6 p {
    line-height: 23px;
}

.list .col-md-4 p, .list .specs p {
    font-size: 14px;
}

#content .list ul {
    margin-left: 0;
}



/*-- FOOTER --*/
footer {
    background-image: url(/portals/0/images/footer-border.png);
    background-repeat: repeat-x;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    margin-top: 0px;
}

.footer-brand img {
    max-width: 100%;
    height: auto;
}

footer h3 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 10px;
		color: white;
}

footer h4 {
    font-size: 24px;
    line-height: 27px;
		color: white;
}

footer ul {
    list-style: none;
}

    footer ul li a {
        display: inline-block;
        color: rgba(255,255,255,1);
    }

footer a:hover {
    color: rgba(168,173,177,1);
}

/*footer .col-md-2 ul li {
    margin: 0 0 15px 0;
}*/

footer .col-md-8 ul li {
    display: inline-block;
    padding: 0 7.5px;
    border-left: 1px solid rgba(255,255,255,1);
}

    footer .col-md-8 ul li:first-child {
        border-left: none;
    }

footer #copyright {
    text-align: right;
}

footer .social {
    text-align: right;
    font-size: 35px;
    margin-bottom: 20px;
}

    footer .social a {
        color: rgba(128,128,128,1) !important;
    }

        footer .social a:hover {
            color: rgba(255,255,255,1) !important;
        }

/*-- FOOTER SEARCH --*/
footer .input-group-btn {
    width: initial;
}

footer .form-control {
    border-radius: 0px;
    ;
    border: none;
}

footer .input-group-btn:last-child > .btn, footer .input-group-btn:last-child > .btn-group {
    background: rgba(215,32,39,1);
    color: rgba(255,255,255,1);
    text-shadow: none;
    border: none;
    margin-left: 10px;
    box-shadow: none;
    border-radius: 0;
}
.ProductConfig_mobileOnly
{
	display:none !important;

}
@media (max-width:480px) {
	.ProductConfig_mobileOnly
	{
		display:block !important;

	}
	.applicaiton-background{
		width: 90%;
		margin-bottom: 155%;
	}
	.videoWrapper{
		visibility: hidden;
	}

}

#application-overview #content ul li, #product-family #content ul li {
		background-image: url(/portals/0/images/bullet-yellow.png);
    }

@media (max-width:740px) {
	.ProductConfig_mobileOnly
		{
			display:block !important;

	}
}

#application-overview #content ul li, #product-family #content ul li {
		background-image: url(/portals/0/images/bullet-yellow.png);
    }

@media (max-width:1100px) {
	.videoWrapper{
		visibility: hidden;
	}
}

.left-align p{
	text-align: left !important;
}

/*-- RESPONSIVE
--------------------------------------------------------------------------------------*/

/*-- BELOW THIS IS BOOTSTRAP DEFAULT STATES --*/
@media (max-width: 768px) {
	 span.glyphicon {
        display: none;
    }

    /*-- CONTAINTERS --*/
    .container-fluid.content {
        margin-top: 25px;
    }

    .content .row {
        margin-bottom: 50px;
    }

        .content .row .row {
            padding: 0;
        }

    .rule-bottom {
        margin-bottom: 25px;
    }

    .rule-top {
        margin-top: 0 !important;
        padding-top: 15px !important;
    }

    #application-overview .rule-bottom, #application-overview .rule-top, #series .rule-bottom, #series .rule-top, #product-family .rule-top {
        border: none;
        margin-bottom: initial;
    }

    #applicaiton-overview #content .col-md-4, #series #content .col-md-4 {
        border-bottom: 1px solid rgba(242,242,242,1);
        padding-bottom: 40px;
    }

        #series #content .col-md-4 .col-md-4 {
            border-bottom: none;
            margin-bottom: 0;
            padding-right: 0;
            padding-bottom: 0;
        }

    .col-md-6 .col-md-9 {
        padding: 0;
    }

    .span6 {
        width: 97.5%;
    }

    .span8 {
        width: 100%;
    }

    .two-column {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    #details span.glyphicon {
        display: none;
    }
	.mobilehide, #order-acknowledgement .mobilehide {
        display: none;
    }


    /*-- TYPOGRAPHY --*/
    h1 {
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 10px 0;
    }

    h2 {
        font-size: 23px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }

    h5 {
        font-size: 21px;
        line-height: 17px;
    }

    p, label {
        font-size: 14px;
        line-height: 26px;
    }


    #application-overview #content h2, #series #content h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
    }

    #application-overview #content h4, #product-family #content h4, #series #content h4 {
        font-size: 34px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    #application-overview #content h5, #product-family #content h5, #series #content h5 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #application-overview #content #featured-content h5, #product-family #content #featured-content h5 {
        margin-bottom: 0px;
    }

    #application-overview #content h6, #series #content h6 {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    #application-overview #content ul, #blog ul, #product-family #content ul, #series #content ul {
        margin: 0 0 30px 25px;
    }

        #application-overview #content ul li, #blog ul li, #product-family #content ul li, #series #content ul li {
            background-position: 0 6px;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 15px;
        }


    #content h2 {
        font-family: "roboto", sans-serif;
        margin-bottom: 20px;
    }

    #content h3 {
        font-family: "roboto", sans-serif;
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    #general #content ul {
        margin: 0 0 30px 25px;
    }

        #general #content ul li {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 15px;
        }

    #blog #content h1 {
        font-size: 30px;
        line-height: 35px;
    }

    /*-- NAVIGATION --*/
    #content button {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        padding;
        20px;
    }

    /*-- SERVICE --*/
    #service {
        display: none;
    }

    /*-- PRIMARY --*/
    .navbar-brand {
        width: 180px;
        margin-left: 15px;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 16px;
        border: 0;
        padding: 9px 5px;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-toggle a {
        color: rgba(255,255,255,1);
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-toggle.collapsed .glyphicon-align-justify {
        display: block;
    }

    .navbar-toggle .glyphicon-align-justify {
        display: none;
    }

    .navbar-toggle.collapsed .glyphicon-remove {
        display: none;
    }

    .navbar-toggle .glyphicon-remove {
        display: block;
    }

    .togglesearch.navbar-toggle.collapsed .glyphicon-search {
        display: block;
    }

    .togglesearch.navbar-toggle .glyphicon-search {
        display: none;
    }

    .togglesearch.navbar-toggle.collapsed .glyphicon-remove {
        display: none;
    }

    .togglesearch.navbar-toggle .glyphicon-remove {
        display: block;
    }

    .navbar-default .navbar-form {
        margin: 0;
    }

    /*-- BREADCRUMBS --*/
    .breadcrumbs {
        display: none;
    }

    /*-- SEARCH --*/
    .navbar-form {
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(128,128,128,1);
    }

    .navbar-form .form-group {
        display: inline-block;
        width: 89%;
    }

    #search-results .tips {
        margin-top: 25px;
    }

    #bs-megadropdown-tabs .search {
        display: none;
    }



    /* NEW NAV*/

    span.caret {
        display: none;
    }

    .dropdown-menu {
        display: none !important;
    }

    /*NEW SEARCH*/
    .navbar-nav {
        width: 100%;
        margin: 0;
       /* broke menu drop down on mobile height:100px;*/
    }

    .navbar-form .form-group {
        width: 89%;
    }


    /*-- MAIN --*/
    #main {
        margin-bottom: 25px;
    }

        #main .col-md-8 {
            padding-left: 15px;
            padding-right: 15px;
        }

    #summary p {
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
    }

    .plate {
        padding-left: 0;
        padding-right: 0;
    }

        .plate img {
            max-width: 100%;
        }

    #featured-image {
        width: 100%;
        padding: 0 20px;
    }

    #related .col-md-6 {
        border-bottom: 1px solid rgba(241,241,241,1);
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        #related .col-md-6::last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    /*-- HOME --*/
    #home .container-fluid.content #banner {
        padding: 0;
    }

    #home #banner {
        background-size: 1% 15%;
    }

    #home .carousel-indicators {
        bottom: 30px;
    }

    #home #industries .row {
        padding: 0;
    }

    #home #industries .panel-heading {
        padding: 15px;
    }

        #home #industries .panel-heading h4 {
            font-size: 23px;
            line-height: 25px;
        }

    #home #industries .panel-body, #home #industries #auto .panel-body, #home #industries #heavy .panel-body, #home #industries #warehouse .panel-body, #home #industries #track .panel-body, #home #industries #heat .panel-body, #home #industries #washdown .panel-body {
        background-size: 100%;
        background-position: top center;
        overflow-y: visible;
    }

    #home #industries .panel .left {
        max-width: 100%;
        margin-top: 32%;
        padding: 15px;
        background: none;
        -webkit-clip-path: none;
        clip-path: none;
    }

    #home #industries .left.under {
        display: none;
    }

    #home #industries h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    #home #industries .panel .right {
        display: none;
    }

    #industries a.heading h4.panel-title::before, #industries a.heading h4.panel-title::after {
        width: 25px;
        height: 4px;
        right: 7%;
    }

    #home #industries button, #home #blog-posts button {
        width: 100%;
    }

    #home #blog-banner {
        padding-left: 0;
        padding-right: 0;
    }

    #home #blog-posts .col-md-4 {
        padding-bottom: 20px;
        margin-bottom: 27px;
        border-bottom: 1px solid rgba(221,221,221,1);
    }

        #home #blog-posts .col-md-4:last-child {
            margin-bottom: initial;
            padding-bottom: initial;
            border-bottom: none;
        }

    #home #blog-posts h4 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 5px 0;
    }

    #home #blog-posts time {
        display: block;
        margin-bottom: 15px;
    }


    /*-- FEATURED --*/
    div#featured {
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 0;
    }

    #featured h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #featured h2::before, #featured h2::after {
            right: -10px;
        }

    #featured .col-md-4, #details .col-md-4 {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(221,221,221,1);
    }

        #details .col-md-4:last-child {
            border-bottom: none;
        }

    #details .in {
        padding-bottom: 50px;
    }

    #wheel-choices {
        border-left: 0;
        border-right: 0;
    }

        #wheel-choices .row {
            padding: 0 15px;
        }

    #wheels .col-md-4 {
        width: 33%;
        float: left;
        border-bottom: 0;
    }

    #featured-content h6, #featured-content label {
        font-size: 18px;
        line-height: 21px;
        margin: 10px 0;
    }

    #featured-content label {
        margin: 0;
    }

    #featured-content input {
        max-width: 100px;
    }

    #featured-content button {
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 8px 15px;
    }

        #featured-content button i {
            display: none;
        }

        #featured-content button:last-child {
            width: 100%;
            font-size: 20px;
            margin-top: 15px;
            margin-bottom: 15px;
            padding: 10px 15px;
        }

    #featured-image {
        padding: 0 15px;
    }

    #application-overview #featured-image {
        padding: 0 15px 20px 15px;
    }



    span.diameter {
        width: 100%;
        margin: 20px 0 0 0;
    }

    #products h2::before, #products h2::after, #details h2::before, #details h2::after {
        top: 15px;
        right: 5px;
    }

    .tablesaw-advance {
        float: left;
    }

    #products select {
        border: 1px solid rgba(100,126,119,1);
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .tablesaw-columntoggle-popup .btn-group > label {
        font-weight: 400;
    }

    .tablesaw tbody {
        border: 1px solid rgba(210,210,210,1);
    }

    .tablesaw th {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        font-weight: 500;
    }

    .tablesaw td {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        border: 1px solid rgba(210,210,210,1);
    }

    .tablesaw .light {
        border-left: 1px solid rgba(210,210,210,1);
    }

    #details h2 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #details button {
        display: none;
    }

    #recommended h5 {
        line-height: 22px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    #recommended h6 {
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    #recommended button {
        padding: 10px 35px;
    }


    /*-- APPLICATIONS --*/
    #related .col-md-6 {
        margin-top: 0;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    /*-- BLOG --*/
    #blog-banner {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }

        #blog-banner img {
            min-width: 100%;
            max-width: 100%;
            margin-top: 10px;
			margin-bottom: 10px;
        }

    #blog .col-md-9 .col-md-12, #blog .col-md-9 .col-md-4, #blog .col-md-9 .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

    #blog summary {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #blog article.summary {
        margin-bottom: 30px;
    }

    #comments, #comment-entry {
        padding-left: 15px;
        padding-right: 15px;
    }

        #comments .col-md-9, #comment-entry .col-md-9 {
            padding-left: 0;
            padding-right: 0;
        }

    #comment-entry {
        margin: 50px 0;
    }

        #comment-entry input, #comment-entry textarea {
            width: 100%;
        }

    #blog #comment-entry button {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    aside {
        margin-top: 25px;
    }

    #blog .col-md-offset-4 button {
        margin-left: 0;
        margin-bottom: 25px;
    }

    /*-- CUSTOM SOLUTIONS --*/
    #mandeep {
        margin-bottom: 10px;
    }

    #content .border {
        display: none;
    }

    #mandeep-thumbs {
        margin-top: 0;
    }

    /*-- PROJECT --*/
    #finder #main .col-md-12 .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

    #finder #main .col-md-12 .col-md-2 img {
        max-width: 119px;
    }

    .form-inline {
        margin-bottom: 25px;
    }

        .form-inline input {
            margin-top: 0;
        }

    #content h4.totals {
        font-size: 25px;
        line-height: 32px;
        text-align: left;
        font-weight: 500;
        margin: 10px 0 20px 0;
    }

    #project form table tbody tr td:first-child {
        max-width: 105px;
        padding: 0;
    }

    form table input {
        width: 100%;
    }

    #project #content .pull-left, #project #content .pull-right {
        float: none !important;
    }

    .container-fluid.content .row.list {
        padding: 30px 5%;
    }

    .list .col-md-8 a {
        display: block;
        font-size: 35px;
        line-height: 40px;
        padding-top: 10px;
    }

    span.checkposition {
        position: absolute;
        right: 0;
        top: 0;
    }

    .list .col-md-8 .col-md-12 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .list ul li {
        margin: -2px 3px 10px 0;
    }

    .list .col-md-6:nth-child(1), .list .col-md-6:nth-child(3) {
        float: left;
        margin-right: 20px;
    }


    /*-- FINDER --*/
    #finder .col-md-12 .col-md-2 {
        max-width: 100%;
        float: none;
        padding: 0;
    }

    #finder #main .col-md-12 .col-md-2 img {
        max-width: 100%;
        width: 60%;
        margin: 0 20%;
    }

    #finder #main .col-md-8 .col-md-12 span.checkposition {
        position: absolute;
        right: 0;
        bottom: 15px;
        top: initial;
    }

    #finder #main .col-md-8 .col-md-12 input[type=checkbox] {
        margin-top: -3px;
    }

    #finder .list .col-md-8 .col-md-12 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    #finder .compare.col-md-6 {
        padding: 0;
    }

    #finder #compare-views .compare img {
        width: 20%;
        margin: 0 2.5% 0 0;
    }

    #finder #content #compare-views .compare button {
        position: initial;
        margin-top: 15px;
        margin-left: initial;
    }

    #finder .compare button {
        width: 100%;
    }

    #finder .col-md-6.pull-right.text-right {
        width: 100%;
        margin: 40px 0 5px 0;
        padding-left: 0;
        padding-right: 0;
    }

    #finder #compare-views h5 {
        margin-right: 0;
    }

    #finder #compare-views .text-right button {
        width: initial;
        margin-right: 0;
        margin-left: 10px;
    }

    #finder .panel-body {
        padding: 10px 15px;
    }

    #finder .panel-default .panel-body:nth-child(7), .panel-default .panel-body:nth-child(8), .panel-default .panel-body:nth-child(9) {
        display: none;
    }

    #finder #content .panel-default .panel-body .col-md-6 {
        width: 50%;
        font-size: 18px;
        line-height: 25px;
    }

    #finder .col-md-6.pull-right.text-right {
        position: initial;
        right: initial;
        bottom: initial;
    }

    #finder .panel-footer {
        font-size: 18px;
        line-height: 25px;
    }

    .list .col-md-2:first-child {
        max-width: 40%;
        float: left;
    }
/*-- DISTRIBUTORS --*/
    #map {
        display: none;
    }

    /*-- ORDERS --*/
    #product-table .pull-left button {
        margin-bottom: 20px;
    }

    #product-table .pull-right {
        width: 100%;
        text-align: left;
        float: left !important;
        margin: 15px 0 0 0;
    }

        #product-table .pull-right p {
            margin-bottom: 5px;
        }

    span.count select.filter {
        margin-right: 0;
        width: 100%;
        margin: 10px 0;
    }

    #product-orders .tablesaw-bar.tablesaw-mode-columntoggle:nth-of-type(3) {
        display: block !important;
    }

    #product-orders .tablesaw-columntoggle-btnwrap.tablesaw-advance {
        width: 61%;
        margin-bottom: 15px;
    }
    /* TABLE POSSIBLE ISSUE COME BACK*/

    #content #shipments tr td:last-child button {
        float: none;
        width: 98%;
        margin-bottom: 10px;
    }

    /*-- CHECKOUT --*/
    .checkout .col-md-4 {
        margin-bottom: 25px;
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(210,210,210,1);
    }

        .checkout .col-md-4:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

    .checkout aside button {
        margin-bottom: 10px;
    }

    .checkout .radio {
        margin: 10px 0;
    }

    select.span12, select.span6, select.span3, .span3 {
        width: 97.5%;
    }

    /*-- DURABILITY --*/
    #durability {
        padding: 40px 30px;
    }

        #durability p {
            font-size: 18px;
            line-height: 26px;
        }

        #durability .col-md-3 {
            width: 50%;
            float: left;
            margin-top: 25px;
        }

    /*-- FOOTER --*/
    footer {
        padding: 80px 25px 50px 25px;
    }

    .content footer .row {
        margin-bottom: 10px;
    }

    .footer-brand img {
        margin-bottom: 5px;
    }

    footer h4 {
        font-size: 21px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 35px 0;
		color: white;
    }

    footer h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
		color: white;
    }

    footer .col-md-2 {
        display: none;
    }

        footer .col-md-2.distributor {
            display: block;
        }

    footer .col-md-3, footer .col-md-2, footer .col-md-4, footer .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

    footer .form-control {
        height: 42px;
    }

    footer .input-group {
        width: 100%;
    }

    footer .input-group-btn:last-child > .btn, footer .input-group-btn:last-child > .btn-group {
        width: 100%;
        font-size: 22px;
        font-weight: 300;
    }

    footer .social {
        font-size: 45px;
        text-align: center;
        margin-bottom: 10px;
    }

    .content footer ul {
        margin: 0;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer .pull-right {
        float: none !important;
    }

    footer .social {
        margin-top: 20px;
    }

    footer .copyright .col-md-8, footer .copyright .col-md-4 {
        text-align: center;
        margin-bottom: 10px;
    }

    footer #copyright {
        text-align: center;
    }

    footer .col-md-8 ul li {
        padding: 0 2px 0 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /*-- CONTAINERS --*/
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 50%;
    }

    #blog .col-md-9 .col-md-4 {
        padding-left: 0;
    }

    #blog .col-md-9 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .content .row {
        padding: initial;
    }

    /*-- TYPOGRAPHY --*/
    h1 {
        font-size: 50px;
        line-height: 47px;
    }

    #content h2 {
        font-family: "roboto", sans-serif;
        margin-bottom: 20px;
    }

    #content h3 {
        font-family: "roboto", sans-serif;
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 15px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }

   /* span.glyphicon {
        display: none;
    }*/

    #content ul {
        margin-left: 22.5px;
    }

        #content ul li {
            font-size: 17px;
            line-height: 23px;
            margin-bottom: 10px;
        }

    #application-overview #content #featured-content h5 {
        line-height: 30px;
        margin-bottom: 0;
    }

    #series #content h4, #series #content h5 {
        margin-bottom: 0;
    }

    /*-- NAVIGATION --*/
    /*-- SERVICE --*/
    #service {
        display: block;
    }

        #service .col-md-3 {
            display: block;
            padding-top: 19px;
            padding-bottom: 19px;
        }

		#service .col-md-5 {
            display: block;
            padding-top: 19px;
            padding-bottom: 19px;
        }

        #service h6 {
            font-size: 11px;
			color: white;
        }

        #service .col-md-9 {
            float: right;
        }

        #service li {
            padding: 10px 5px;
        }

            #service li a, #service button.live-chat {
                font-size: 11px;
            }

        #service button.live-chat {
            padding: 10px;
        }

    /*-- PRIMARY --*/
    .navbar > .container-fluid .navbar-brand {
        width: 200px;
        margin-left: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        /*font-weight: 300;*/
    }

    .nav > li > a {
        padding: 24px 8px;
    }

    .navbar-form .form-control {
        max-width: 120px;
    }

    .navbar-right .btn-default {
        display: none;
    }
    /* HIDING SEARCH BUTTON */

    /*--SUB-NAV--*/
    .tabcontent {
        padding: 10px 15px;
    }

    #tabOne h3 {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    #tabTwo h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 0;
    }

    #tabCasterSelectionTips h3 {
        font-size: 14px;
        line-height: 20px;
    }
    #tabWheelSelectionTips h3 {
            font-size: 14px;
            line-height: 20px;
    }

    ul.tab li {
        margin-bottom: 12px;
    }

        ul.tab li a {
            width: 96%;
            font-size: 14px;
            line-height: 18px;
            margin-right: 4%;
        }

    .col-sm-9 .col-sm-3 {
        padding-left: 0;
        padding-right: 10px;
    }

    .col-sm-9 .form-control {
        height: 28px;
        font-size: 12px;
    }

    /* FLYOUT */
    .nav li {
        font-size: 12px;
    }

        .nav li li {
            padding: 0;
            border-bottom: 1px solid rgba(210,210,210,0.5);
        }

    .nav .sub {
        min-width: 180px;
    }

    .nav li:hover {
        background: rgba(168,173,177,0.3);
    }

    .sub .float {
        display: block;
        vertical-align: middle;
    }

    ul.sub li .float:first-of-type {
        display: none;
    }

    .sub h5 {
        font-size: 14px;
        line-height: 14px;
    }

    .sub h6 {
        color: rgba(110,109,113,1);
        margin: 5px 0 25px 0;
    }

    .sub .sub li {
        display: block;
    }

    #tabCasterSelectionTips .sub {
        white-space: normal;
    }

        #tabCasterSelectionTips .sub li {
            min-width: 100%;
        }
#tabWheelSelectionTips .sub {
        white-space: normal;
    }

        #tabWheelSelectionTips .sub li {
            min-width: 100%;
        }
    /*-- SEARCH --*/
    div#mobilesearch {
        display: none !important;
    }

    #bs-megadropdown-tabs .search {
        display: block;
    }

    .navbar-default .navbar-form {
        margin: 17px 0;
    }

    /* NEW */
    .nav li li {
        border-bottom: none;
    }

    .navbar-nav {
        width: inherit;
    }

    .sub .sub li {
        display: flex;
    }

    #tabCasterSelectionTips .sub {
        min-width: 300px;
        padding: 10px 20px;
    }
     #tabWheelSelectionTips .sub {
        min-width: 300px;
        padding: 10px 20px;
    }
    ul.sub li .float:first-of-type {
        display: none;
    }

    .sub img {
        display: none;
    }

    .col-sm-9 select.form-control {
        width: 100%;
        background-size: 10px 10px;
    }

    .col-sm-9 button.btn.btn-default {
        display: none;
    }

    .col-sm-9 #tabOne h3 {
        font-size: 17px;
    }

    #tabThree li li {
        padding: 10px;
    }

    #tabCasterSelectionTips h3 {
        font-size: 26px;
        line-height: 30px;
    }

    #tabCasterSelectionTips li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #tabCasterSelectionTips h3 {
        font-size: 20px;
        line-height: 25px;
    }

    #tabCasterSelectionTips p {
        font-size: 14px;
        line-height: 18px;
    }

 #tabWheelSelectionTips h3 {
        font-size: 26px;
        line-height: 30px;
    }

    #tabWheelSelectionTips li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #tabWheelSelectionTips h3 {
        font-size: 20px;
        line-height: 25px;
    }

    #tabWheelSelectionTips p {
        font-size: 14px;
        line-height: 18px;
    }

	.application-yt{
		height: 500px;
		}

    /*-- BREADCRUMBS --*/
    .breadcrumbs {
        display: block;
    }

    #breadcrumbs button {
        font-size: 12px;
        padding: 10px 8px 10px 0;
    }

    /*-- MAIN --*/
    #main {
        /*margin-bottom: 25px;*/
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid.content {
        margin-top: 50px;
    }

    #content {
        margin-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }


    #home .container-fluid.content #banner {
        padding: 0;
    }

    #home #banner {
        background-size: 1% 17%;
    }

    #home .carousel-indicators {
        bottom: 30px;
    }

    #home #industries .row {
        padding: 0;
    }

    #home #industries .panel-heading {
        padding: 15px;
    }

        #home #industries .panel-heading h4 {
            font-size: 23px;
            line-height: 25px;
        }

    #home #industries .panel-body, #home #industries #auto .panel-body, #home #industries #heavy .panel-body, #home #industries #warehouse .panel-body, #home #industries #track .panel-body, #home #industries #heat .panel-body {
        background-size: cover;
        background-position: top right;
        padding-top: 0;
        overflow-y: visible;
    }

    #home #industries .panel .left {
        max-width: 45%;
        padding: 15px;
        background: none;
        color: rgba(255,255,255,1);
        -webkit-clip-path: none;
        clip-path: none;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
        -moz-text-shadow: 1px 1px 1px rgba(0,0,0,1);
    }

    #home #industries .left.under {
        display: none;
    }

    #home #industries h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    #home #industries .panel .right {
        display: none;
    }

    #industries a.heading h4.panel-title::before, #industries a.heading h4.panel-title::after {
        width: 25px;
        height: 4px;
        right: 7%;
    }

    #home #industries button, #home #blog-posts button {
        width: 100%;
    }

    #home #blog-banner: {
        padding-left: 0;
        padding-right: 0;
    }

    #home #blog-posts .col-md-4 {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 27px;
        border-bottom: 1px solid rgba(221,221,221,1);
    }

        #home #blog-posts .col-md-4:last-child {
            margin-bottom: initial;
            padding-bottom: initial;
            border-bottom: none;
        }

    #home #blog-posts h4 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 5px 0;
    }

    #home #blog-posts time {
        display: block;
        margin-bottom: 15px;
    }


    #featured-content {
        float: right;
    }

    #featured-image {
        float: left;
    }

    #featured-image {
        padding: 0 20px;
    }

    #featured-content h4 {
        font-size: 16px;
        line-height: 25px;
        margin: 10px 0;
    }

    #summary p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .plate img {
        max-width: 50%;
    }

    #featured-content h6, #featured-content label {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    #featured-content button {
        font-size: 12px;
        line-height: 15px;
        margin-right: 10px;
    }

    /*-- FEATURED --*/
    div#featured {
        padding: 0;
        margin-bottom: initial;
        border-bottom: 0;
    }

    #featured .col-md-4, #details .col-md-4 {
        width: 100%;
        float: none;
        padding: 0 30px;
        border-bottom: 1px solid rgba(221,221,221,1);
    }

    #details .col-md-4 {
        padding: 0;
    }

    div#featured h2 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 0;
    }

    #wheel-choices {
        border-left: 0;
        border-right: 0;
    }

        #wheel-choices .row {
            margin-left: 0;
            margin-right: 0;
        }

    #wheels .col-md-4 {
        width: 33%;
        float: left;
        border-bottom: 0;
    }

    #featured #recommended .col-md-2 img {
        max-width: 20%;
        float: left;
        margin-right: 30px;
    }

    #featured #recommended .col-md-2 a h5 {
        max-width: 30%;
        float: left;
        margin-right: 30px;
        font-size: 20px;
        line-height: 25px;
    }

    #featured #recommended .col-md-2 h6, #recommended .col-md-2 button, #recommended .col-md-2 p {
        text-align: right;
        clear: right;
    }

    #featured #recommended button {
        float: right;
        margin-top: -10px;
    }

    #products h2::before, #products h2::after, #details h2::before, #details h2::after {
        top: 32px;
        right: 5px;
    }

    #details .col-md-4:last-child {
        border-bottom: none;
    }

    /*-- PRODUCTS --*/
    #products, #details {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

        #products h2, #details h2 {
            float: none;
            padding: 10px 0;
        }



    #featured .col-md-2 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    #featured .col-md-2 h6 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    #featured .col-md-2 button {
        padding: 10px 40px;
        margin-bottom: 10px;
    }

    #featured .col-md-2 p {
        font-size: 11px;
        line-height: 15px;
    }

    #details img {
        width: 100%;
    }

	#details .col-md-6 img {
	width: 35%;
    margin-left: 31%;
	}

	#details .col-md-4  img {
    width: 50%;
    margin-left: 23%;
}

    #details button {
        padding: 0;
        color: rgba(215,32,39,1);
        background: transparent;
    }

    /*-- FINDER --*/
    #finder .compare.col-md-6 {
        width: 50%;
        padding: 0;
    }

    #finder #content .col-md-3 {
        width: 50%;
    }

    #finder .panel-body {
        padding: 10px 15px;
    }

    #finder .panel-body, .panel-body .col-md-6, .panel-body.ratings .col-md-6 {
        min-width: 50%;
        font-size: 18px;
        line-height: 22px;
    }

    #finder #content #compare-views .compare button {
        width: inherit;
        position: absolute;
        margin-top: 5px;
        margin-left: 15px;
    }

    #finder .panel-body.ratings .col-md-6 {
        font-size: 15px;
        line-height: 20px;
    }

    #finder .panel-body .col-md-6:first-child {
        margin-bottom: 5px;
    }

    #finder #content .panel-body ul li {
        width: 10px;
        height: 20px;
        margin: 5px 3px 0 0;
    }

    span.checkposition {
        position: absolute;
        right: 0;
        bottom: 12px;
    }

    .list .col-md-2 {
        width: 20%;
    }

        .list .col-md-2:last-child {
            display: none;
        }

    .list .col-md-8 {
        width: 80%;
        padding: 0;
    }

        .list .col-md-8 .col-md-8 {
            width: 100%;
        }

    .list .col-md-6 p {
        font-size: 16px;
        line-height: 27px;
        margin: 0;
    }

    .list .col-md-4 p, .list .specs p {
        font-size: 15px;
    }

    .list .specs p {
        line-height: 27px;
    }

    #content .list ul li {
        margin: 0 3px 0 0;
    }

    /*-- PROJECT --*/
    #content h4.totals {
        font-size: 23px;
        line-height: 29px;
    }

    /*-- BLOG --*/
    #blog-banner {
        padding-left: 0;
        padding-right: 0;
    }

        #blog-banner img {
            max-width: 60%;
            margin-top: 20px;
			margin-bottom: 20px;
        }
/*-- DISTRIBUTORS --*/
    #map {
        display: block;
    }

    /*-- ORDERS --*/
    #content #shipments tr td:last-child button {
        float: none;
        width: 98%;
        margin-bottom: 10px;
    }

    #product-table span.glyphicon {
        display: inline-block;
    }

    /*-- CHECKOUT --*/
    .checkout .col-md-4 {
        margin-bottom: 25px;
        padding-bottom: 35px;
        border-bottom: none;
    }

        .checkout .col-md-4:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

    .checkout #content button {
        margin-bottom: 10px;
    }

    select.span12 {
        width: 97.5%;
    }

    select.span6 {
        width: 48%;
    }

    select.span3, .span3 {
        width: 24%;
    }


    /*-- DURABILITY --*/
    .row#durability {
        padding: 35px 15px;
    }

    #durability .col-md-3 {
        width: 50%;
        text-align: center;
    }

        #durability .col-md-3 img {
            width: 80%;
        }

    /*-- FOOTER --*/
    .content footer .row {
        margin-bottom: 0;
    }

    footer {
        padding: 80px 15px 25px 15px;
    }

    .footer-brand img {
        max-width: 35%;
        margin-bottom: 5px;
    }

    footer h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        margin: 0 0 25px 0;
		color: white;
    }

    footer h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
		color: white;
    }

    footer .col-md-2 {
        width: 33%;
    }

    .content footer ul {
        margin: 0;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .col-md-2.distributor {
        clear: left;
        width: 38%;
        margin-top: 25px;
    }

    footer .form-control {
    }

    footer .input-group {
        width: 100%;
    }

    footer .input-group-btn:last-child > .btn, footer .input-group-btn:last-child > .btn-group {
        font-size: 16px;
        font-weight: 300;
    }

    footer .pull-right {
        margin-top: -34px;
    }

    footer .social {
        font-size: 35px;
        text-align: right;
        margin-bottom: 10px;
    }

    footer .copyright {
        margin-top: 30px;
    }

        footer .copyright .col-md-8, footer .copyright .col-md-4 {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

    footer #copyright {
        text-align: center;
    }

    footer .col-md-8 ul li {
        padding: 0 2px 0 5px;
        font-size: 14px;
        margin-bottom: 0px;
    }

	label {
		font-weight: 400px;
	}
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*-- GENERAL --*/
    input[type=checkbox], input[type=radio] {
        margin: 0;
    }


    /*-- CONTAINERS --*/
    .container-fluid.content {
        margin-top: 40px;
    }

    .content .row {
        margin-bottom: 50px;
    }

    #application-overview #content .col-md-4, #series #content .col-md-4 {
        margin-bottom: 40px;
    }

        #series #content .col-md-4 .col-md-4, #series #content .col-md-4 .col-md-8 {
            width: 100%;
            margin-bottom: 0;
        }

    /*-- TYPOGRAPHY --*/
    h1 {
        font-size: 45px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    h4 {
        font-size: 21px;
        line-height: 26px;
    }

    h5 {
        font-size: 20px;
        line-height: 26px;
    }

    #application-overview #content h2, #series #content h2 {
        margin-bottom: 10px;
    }

    #application-overview #content h4, #product-family #content h4, #series #content h4 {
        font-family: "roboto-condensed",sans-serif;
        font-size: 31px;
        line-height: 35px;
    }

    #application-overview #content h5, #product-family #content h5, #series #content h5 {
        font-family: "roboto",sans-serif;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #series #content h4, #series #content h5 {
        margin-bottom: 5px;
    }

    #application-overview #content ul, #product-family #content ul, #series #content ul {
        margin-bottom: 20px;
    }

        #application-overview #content ul li, #product-family #content ul li, #series #content ul li {
            font-size: 18px;
            line-height: 21px;
            background-position: 0 4px;
        }

    /*-- NAVIGATION --*/
    /*-- SERVICE --*/
    #service h6, #service li a, #service button.live-chat {
        font-size: 15px;
		color: white;
    }

    /*-- PRIMARY --*/
    #.navbar > .container-fluid .navbar-brand {
        width: 260px;
    }

    .nav > li > a {
        padding: 28px 8px 29px 8px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 19px;
    }

    .navbar-right input.form-control {
        max-width: 155px;
    }

    .navbar-right .btn-default {
        display: initial;
    }

    /*--SUB-NAV--*/
    .tabcontent {
        padding: 10px 15px;
    }

    ul.tab li {
        margin-bottom: 12px;
    }

        ul.tab li a, ul.tab li a.active {
            font-size: 17px;
            line-height: 20px;
        }

    .col-sm-9 .col-sm-3 {
        padding-left: 0;
        padding-right: 10px;
    }

    .col-sm-9 .form-control {
        height: 28px;
        font-size: 12px;
    }

    /* FLYOUT */
    .nav li {
        font-size: 12px;
        width: initial;
    }

        .nav li li {
            padding: 0;
            border-bottom: 1px solid rgba(210,210,210,0.5);
        }

    #tabThree li li {
        padding: 10px;
    }

    .nav li li {
        border-bottom: 0;
    }

    #tabThree .sub .sub li {
        display: block;
        width: 100%;
    }

    .sub h5 {
        font-size: 14px;
        line-height: 14px;
    }

    .sub img {
        max-width: 40px;
    }

    .sub .sub li {
        display: inline-flex;
        float:left;
    }

    .sub .sub .clearfix {
        display: block;
    }

    #tabCasterSelectionTips .sub {
        min-width: 450px;
        padding: 0 20px;
    }

    #tabCasterSelectionTips li {
        font-size: 17px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #tabWheelSelectionTips .sub {
            min-width: 450px;
            padding: 0 20px;
        }

        #tabWheelSelectionTips li {
            font-size: 17px;
            line-height: 20px;
            padding-top: 0;
            padding-bottom: 0;
    }


    /*-- BREADCRUMBS --*/
    #breadcrumbs button {
        font-size: 14px;
    }

    /*-- MAIN --*/

    #home .container-fluid.content #banner {
        padding-bottom: 0.2%;
    }

    #home #industries .panel-heading, #home #industries .panel-body, #home #industries #auto .panel-body, #home #industries #heavy .panel-body, #home #industries #warehouse .panel-body, #home #industries #track .panel-body, #home #industries #heat .panel-body {
        padding: 15px 30px;
    }

        #home #industries .panel-heading h4 {
            font-size: 30px;
            line-height: 33px;
        }

    #home #industries .panel .left {
        max-width: 40%;
    }


    #featured-image {
        padding: 0 30px 0 80px;
    }

    #summary p, #featured-content p {
        font-size: 16px;
        line-height: 21px;
    }

    .plate img {
        max-width: 90%;
    }

    #featured-content button {
        font-size: 15px;
        line-height: 18px;
    }

        #featured-content button:last-child {
            font-size: 12px;
            line-height: 16px;
            padding: 5px 15px;
        }

    /*-- FEATURED --*/
    div#featured {
        padding: 40px 15px;
    }

    #featured .col-md-4 {
        width: 33.33333333%;
        float: left;
        padding: 0 15px;
        border-bottom: 0;
    }

        #featured .col-md-4:first-of-type {
            border-right: 1px solid rgba(221,221,221,1);
        }

        #featured .col-md-4:last-of-type {
            border-left: 1px solid rgba(221,221,221,1);
        }

        #featured .col-md-4 .col-md-4:first-of-type, #featured .col-md-4 .col-md-4:last-of-type {
            border: none;
        }

    div#featured h2 {
        padding: 0;
        margin-bottom: 15px;
    }

    #featured h2::before, #featured h2::after, #products h2::before, #products h2::after, #details h2::before, #details h2::after {
        display: none;
    }

    #wheel-choices p {
        font-size: 12px;
    }

    #featured #recommended .col-md-2 img {
        max-width: 100%;
        float: none;
        margin-right: initial;
        margin-bottom: 5px;
    }

	#featured #recommended .col-md-2 {
        width: 14.25%;
    }

    #featured #recommended .col-md-2 a h5 {
        max-width: 100%;
        font-size: 13px;
        line-height: 17px;
        float: none;
        margin-right: initial;
    }

    #featured #recommended .col-md-2 h6, #recommended .col-md-2 button, #recommended .col-md-2 p {
        text-align: left;
        clear: both;
    }

    #featured #recommended button {
        float: none;
        margin-top: initial;
    }

    /*-- PRODUCTS --*/
    #products, #details {
        margin: 25px 0 50px 0;
    }

        #products h2 {
            font-size: 40px;
            float: left;
        }

    .toggle-switch {
        margin-top: 10px;
    }

    span.diameter {
        margin-top: 13px;
    }

    .tablesaw-advance {
        display: none;
    }

    #details .col-md-4 {
        width: 33.33333333%;
        float: left;
        padding: 0 15px;
        border: none;
    }

    #details img {
        margin-bottom: 20px;
    }

    #details #other img {
        margin-bottom: 5px;
    }

    /*-- FINDER --*/
    #finder #content .col-md-3 {
        width: 25%;
    }

    #finder .panel-body {
        padding: 10px 15px;
    }

        #finder .panel-body .col-md-6, .panel-body.ratings .col-md-6 {
            min-width: 100%;
            font-size: 18px;
            line-height: 22px;
        }

            #finder .panel-body .col-md-6:first-child {
                margin-bottom: 5px;
            }

    #finder #content .panel-body ul li {
        width: 10px;
        height: 20px;
        margin: 5px 3px 0 0;
    }

    .list .col-md-2 {
        width: 20%;
    }

        .list .col-md-2:last-child {
            display: block;
        }

    .list .col-md-8 {
        width: 60%;
    }

    /*-- DURABILITY --*/
    #durability {
        padding: 50px 0;
    }

        #durability .col-md-offset-1 {
            margin-left: 8.33333333%;
        }

        #durability .col-md-5 {
            width: 60%;
        }

        #durability .col-md-3 {
            width: 30%;
        }

    /*-- FOOTER --*/
    footer {
        padding: 100px 30px 25px 30px;
    }

    .footer-brand img {
        max-width: 100%;
        margin-bottom: 5px;
    }

    footer h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        margin: 0 0 25px 0;
		color: white;
    }

    footer h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
		color: white;
    }

    footer .col-md-2 {
        width: initial;
    }

    .col-md-offset-1 {
        margin-left: 0;
    }

    .content footer ul {
        margin: 0;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1367px) {
    /*-- CONTAINERS --*/
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .cisaMsg h3
    {
	font-size:27px !important;
    }
    #application-overview #content .col-md-4, #series #content .col-md-4 {
        margin-bottom: 50px;
    }

        #series #content .col-md-4 .col-md-4 {
            width: 33.33333333%;
        }

        #series #content .col-md-4 .col-md-8 {
            width: 66.66666667%;
        }

    /*-- TYPOGRAPHY --*/
    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h5 {
        font-size: 25px;
        line-height: 21px;
    }

    p {
        font-size: 18px;
        line-height: 29px;
    }

    span.glyphicon {
        display: inline-block;
    }

    #application-overview #content h4, #product-family #content h4, #series #content h4 {
        font-family: "roboto-condensed",sans-serif;
        font-size: 38px;
        line-height: 42px;
        font-weight: 500;
        margin-bottom: 0;
    }

    #application-overview #content h5, #product-family #content h5, #series #content h5 {
        font-family: "roboto",sans-serif;
        font-size: 21px;
        line-height: 35px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 15px;
    }

    #series #content h5 {
        margin-bottom: 0;
    }

    #application-overview #content ul li, #product-family #content ul li, #series #content ul li {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        background-position: 0 10px;
    }

	#application-overview #content ul li, #product-family #content ul li {
		background-image: url(/portals/0/images/bullet-yellow.png);
    }

    #application-overview #content #featured-content h6 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    /*-- NAVIGATION --*/
    /*-- SERVICE --*/
    #service h6, #service li a, #service button.live-chat {
        font-size: 16px;
		color: white;
    }

    #service li {
        padding: 10px;
    }

    /*-- PRIMARY --*/
    .navbar > .container-fluid .navbar-brand {
        width: 270px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }

    .nav > li > a {
        padding: 28px 15px 29px 15px;
    }


    .navbar-form .form-group {
        width: 215px;
    }

    .navbar-right input.form-control {
        width: 170px;
        max-width: 175px;
    }


    /*--SUB-NAV--*/

    /* FLYOUT */
    .nav li {
        font-size: 12px;
        width: initial;
    }

        .nav li li {
            padding: 0;
            border-bottom: 1px solid rgba(210,210,210,0.5);
        }

        .nav li li {
            border-bottom: 0;

        }

    .nav .sub {
        min-width: 235px;
    }

    .sub .float {
        display: inline-block;
        vertical-align: top;
    }

    .sub h5 {
        font-size: 14px;
        line-height: 14px;
    }

    .sub img {
        max-width: 40px;
    }



    .sub .sub .clearfix {
        display: block;
    }

    /*NEW*/
    ul.tab li a, ul.tab li a.active {
        font-size: 20px;
        line-height: 20px;
    }

    .ACSproductseries .sub li {
        padding: 10px;
    }

    .sub .sub li {
       display:inline;
       float:left;
       clear:both;

    }

    .sub .sub li:nth-child(2n+0)
    {
    	top: -20em;
    	margin-left:30em;
    	margin-top:-8em;

    }
    .sub img {
        display: block;
        max-width: 40px;
        margin-right: 10px;
    }

    .sub h5 {
        font-size: 17px;
        line-height: 20px;
    }

    .sub h6 {
        font-size: 14px;
        line-height: 17px;
    }

    #tabTwo h3 {
        font-size: 21px;
        line-height: 25px;
        margin: 0 25px 0 0;
    }

    #tabThree .sub .sub li {
        display: table-cell;
    }

    #tabCasterSelectionTips li {
        font-size: 18px;
        line-height: 20px;
        padding-top: 5;
        padding-bottom: 5;
    }

    #tabCasterSelectionTips .sub {
        min-width: 600px;
    }

      #tabWheelSelectionTips li {
            font-size: 18px;
            line-height: 20px;
            padding-top: 5;
            padding-bottom: 5;
        }

        #tabWheelSelectionTips .sub {
            min-width: 600px;
    }

    .col-sm-9 select.form-control {
        width: 80%;
        background-size: 15px 15px;
    }

    .col-sm-9 button.btn.btn-default {
        display: block;
    }

    .col-sm-9 #tabOne h3 {
        font-size: 20px;
    }

    #tabThree li li {
        padding: 10px;
    }

    #tabCasterSelectionTips h3 {
        font-size: 26px;
        line-height: 30px;
    }

    #tabCasterSelectionTips li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #tabCasterSelectionTips h3 {
        font-size: 23px;
        line-height: 26px;
    }

    #tabCasterSelectionTips p {
        font-size: 16px;
        line-height: 26px;
    }


      #tabWheelSelectionTips h3 {
            font-size: 26px;
            line-height: 30px;
        }

        #tabWheelSelectionTips li {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        #tabWheelSelectionTips h3 {
            font-size: 23px;
            line-height: 26px;
        }

        #tabWheelSelectionTips p {
            font-size: 16px;
            line-height: 26px;
        }




    /*-- BREADCRUMBS --*/
    #breadcrumbs button {
        font-size: 16px;
    }

    /*-- MAIN --*/
    #main {
        /*margin-bottom: 50px;*/
        padding: 0;
    }

    #home .container-fluid.content {
        margin-top: 0;
    }

    #home #banner {

        background-repeat: repeat-x;
        padding-bottom: 40px;
        background-position: bottom center;
    }

    #home #industries .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center right;
        background-size: 85%;
        opacity: 0;
        animation-name: industry;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        position: relative;
        overflow-y: hidden;
    }

   #home #industries #auto .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries #heavy .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries #warehouse .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries #track .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries #heat .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

	#home #industries #washdown .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-Washdown.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries .panel .left {
        max-width: 55%;
        position: inherit;
        padding: 2.5% 5% 5% 5%;
        -webkit-clip-path: polygon(0 100%, 0% 0, 96.5% 0, 82% 100%);
        background-color: rgba(255,255,255,1);
        clip-path: polygon(0 100%, 0% 0, 96.5% 0, 82% 100%);
        color: inherit;
        text-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
    }

    #home #industries .left.under {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 56%;
        height: 100%;
        background-color: rgba(215,32,39,1);
        z-index: 3;
    }

    #home #industries .panel .right {
        display: block;
        position: absolute;
        width: 100%;
        max-height: 100px;
        bottom: 0;
        right: 0;
        z-index: 2;
        background: rgba(250,178,48,0.6);
        transform: translateY(200px);
        -webkit-animation: move 0.5s;
        animation: move 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    #home .carousel-indicators {
        bottom: 80px;
    }

    #home #industries .panel .right img {
        max-width: 150px;
        float: right;
        margin-top: -25px;
        margin-right: 5%;
    }

    #home #industries .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #home #industries .panel-group {
        margin-bottom: 0;
    }

        #home #industries .panel-group .panel {
            border: 0;
        }

            #home #industries .panel-group .panel + .panel {
                margin-top: 0;
            }

    #home #industries .panel a, #home #industries .panel a:hover {
        text-decoration: none;
    }

        #home #industries .panel a:hover {
            color: rgba(255,255,255,0.75);
        }

    #home #industries .panel-title {
        text-align: left;
    }

    #home #industries .panel-heading {
        position: relative;
        background: rgba(0,0,0,0.75);
        border: 3px solid rgba(255,255,255,1);
        border-right: none;
        border-bottom: none;
        border-left: none;
        padding: 20px 45px;
    }

   #home #industries #aero a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries #auto a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries #heavy a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries #warehouse a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries #track a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries #heat a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center center;
        background-size: cover;
    }

	#home #industries #washdown a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-washdown.jpg) no-repeat center center;
        background-size: cover;
    }

    #home #industries .panel:first-child .panel-heading {
        border: none;
    }

    #home #industries .panel-heading h4 {
        font-family: 'roboto', sans-serif;
        font-size: 40px;
        line-height: 40px;
    }

    #home #industries .panel-body {
        border-bottom: 0;
    }

    #home #industries h2 {
        font-family: 'roboto', sans-serif;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

     #home #industries button, #home #blog-posts button, a.Home-Indusrties {
        width: initial;
        font-size: 25px;
        line-height: 30px;
        padding: 5px 40px;
        margin: 0 0 15px 0;
    }

    #home #blog-posts {
        padding-left: 15px;
        padding-right: 15px;
    }

        #home #blog-posts .col-md-4 {
            width: 33.33333333%;
            padding-left: 30px;
            padding-right: 30px;
            border-bottom: none;
            padding-bottom: initial;
            margin-bottom: initial;
        }

        #home #blog-posts input[type="email"] {
            width: 100%;
        }



    #featured-image {
        padding: 0 50px 0 110px;
    }

    #featured-content h4 {
        font-size: 21px;
        line-height: 27px;
    }

    #summary p, #featured-content p {
        font-size: 22px;
        line-height: 30px;
    }

    #summary p {
        margin: 15px 0 25px 0;
    }

    #featured-content button {
        font-size: 17px;
        line-height: 20px;
        margin-right: 15px;
        padding: 10px 30px;
    }


    /*-- FEATURED --*/
    div#featured {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content ul li h6 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

    #wheel-choices p {
        font-size: 16px;
		text-align: center;
    }

    #featured #recommended .col-md-2 a h5 {
        font-size: 16px;
        line-height: 20px;
    }

    #featured #recommended .col-md-2 h6 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    /*-- PRODUCTS --*/
    .toggle-switch {
        margin-top: 12px;
    }

    .toggle {
        height: 40px;
    }

        .toggle p span {
            font-size: 20px;
            top: 5px;
            font-weight: 400;
        }




    span.diameter {
        font-size: 20px;
        margin-top: 18px;
    }

    #products, #details, #durability {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*-- PROJECT --*/
    span.checkposition {
        position: absolute;
        right: 0;
        bottom: 12px;
    }


    /*-- BLOG --*/
    #blog-banner {
        padding-left: 50px;
        padding-right: 50px;
    }

        #blog-banner .col-md-12 {
            padding-left: 0;
            padding-right: 0;
        }

        #blog-banner img {
            max-width: 45%;
            margin-top: 20px;
			margin-bottom: 20px;
        }

    /*-- FINDER --*/
    #finder .panel {
        margin-bottom: 50px;
    }

    #finder .panel-body {
        font-size: 15px;
        line-height: 15px;
        padding: 15px;
    }

        #finder .panel-body .col-md-6, .panel-body.ratings .col-md-6 {
            min-width: 50%;
            font-size: 15px;
            line-height: 15px;
        }

            #finder .panel-body .col-md-6:first-child {
                margin-bottom: 0px;
            }

    #finder #content #compare-views .compare button {
        width: auto;
    }

    #finder .panel-body.ratings .col-md-6 {
        font-size: 12px;
        line-height: 15px;
    }

    #finder #content .panel-body ul li {
        width: 13px;
        height: 20px;
        margin: 5px 3px 0 0;
    }

    #finder .list .col-md-8 .col-md-4 {
        clear: left;
        font-size: 12px;
        line-height: 22px;
    }

    #finder .list .col-md-8 .col-md-8 {
        width: 66.6666667%;
    }

    .list .col-md-8 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .list .col-md-6 p {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 10px 0;
    }

    .list .col-md-4 p {
        font-size: 12px;
        line-height: 21px;
    }
	/*-- CHECKOUT --*/
    .checkout #main {
        margin-bottom: 150px;
    }

    .checkout .col-md-4 {
        margin-bottom: initial;
        padding-bottom: initial;
        border-bottom: none;
    }

        .checkout .col-md-4:last-child {
            margin-bottom: initial;
            padding-bottom: initial;
            border-bottom: none;
        }

    /*-- DURABILITY --*/
    #durability .col-md-5 {
        width: 41.66666667%;
    }

    #durability .col-md-3 {
        width: 25%;
    }

    #durability h3 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    #durability p {
        font-size: 17px;
        line-height: 23px;
    }

    /*-- FOOTER --*/
    footer .col-md-2, .col-md-2.distributor {
        width: 16.66666667%;
    }

    .col-md-2.distributor {
        clear: none;
        margin-top: initial;
    }

    footer h4 {
        font-size: 14px;
        line-height: 24px;
		color: white;
    }

    footer ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    footer p, footer .copyright ul li a {
        font-size: 13px;
        line-height: 19px;
    }

    footer .col-md-offset-9 {
        margin-left: 75%;
    }

    footer .col-md-3 {
        width: 25%;
    }

    footer .copyright .col-md-8 {
        width: 66.66666667%;
        float: left;
        text-align: left;
    }

    footer .copyright .col-md-4 {
        width: 33.33333333%;
        float: left;
    }

    footer .social {
        text-align: right;
        margin-top: 30px;
    }

    footer .copyright {
        margin-top: 20px;
    }

    footer #copyright {
        text-align: left;
    }
}
/* Large devices (large desktops ) */
@media (min-width: 1366px) {
    .container-fluid, div#featured, #products, #details, #durability, footer {
    }

    .container {
        width: 90%;
        max-width: 2000px;
    }

	#application-overview #content ul li, #product-family #content ul li {
		background-image: url(/portals/0/images/bullet-yellow.png);
    }
    /* UPDATE 2017-06-01*/

}

@media (min-width: 1600px) {
    /*NAV*/
    .sub img {
        max-width: 80px;
    }

    .sub h5 {
        font-size: 18px;
        line-height: 20px;
    }

    ul.sub li .float:first-of-type {
        display: inline-block;
    }


    #tabCasterSelectionTips .sub {
        min-width: 800px;
    }
    #tabWheelSelectionTips .sub {
            min-width: 800px;
    }

	.application-yt{
		height: 500px;
		}

	/*-- CONTAINER --*/
    .container {
        width: 100%;
        max-width: 2000px;
    }
    /* UPDATE 2017-06-01*/


    /*MAIN*/
    #home #industries .panel .left {
        padding-right: 10%;
    }

    .list .col-md-8 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .list .col-md-6 p {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 10px 0;
    }

    .list .col-md-4 p {
        font-size: 18px;
        line-height: 21px;
    }
	 /*-- ORDERS --*/
    #content #shipments tr td:last-child button {
        float: left;
        width: 45%;
        margin-bottom: 0;
    }
}


/* Large devices (large desktops, 2000px and up) */
@media (min-width: 2000px) {
    /*-- CONTAINERS --*/
    .container-fluid {
        padding: 0 10%;
    }

        .container-fluid.content {
            margin-top: 70px;
            padding: 0;
        }

            .container-fluid.content .row {
                margin: 0;
                padding: 0;
            }

            .container-fluid.content footer .row {
                padding: 0;
            }

            .container-fluid.content .row .row {
                padding: 0;
            }

    .content .row {
        margin-bottom: 80px;
    }

    /*-- TYPOGRAPHY --*/
    h1 {
        font-size: 85px;
        line-height: 75px;
    }

    h4 {
        font-size: 42px;
        line-height: 47px;
        margin: 15px 0 40px 0;
    }

    h5 {
        font-size: 34px;
        line-height: 28px;
    }

    p {
        font-size: 19px;
        line-height: 27px;
    }

    #content table td, table td {
        font-size: 17px;
        line-height: 25px;
    }

    #application-overview #content h2, #series #content h2 {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 55px;
        margin-top: 20px;
    }

    #application-overview #content h4, #product-family #content h4, #series #content h4 {
        font-size: 42px;
        line-height: 45px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #application-overview #content ul, #series #content ul {
        margin-bottom: 20px;
    }

    /*-- NAVIGATION --*/
    /*-- SERVICE --*/
    #service h6, #service li a, #service button.live-chat {
        font-size: 20px;
		color: white;
    }

    #service .col-md-9 {
        padding-right: 0;
    }

    #service li {
        padding: 10px 15px;
    }

    /*-- PRIMARY --*/
    .navbar > .container-fluid .navbar-brand {
        width: 380px;
        margin-left: 15px;
    }

    .navbar-brand {
        height: 80px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 25px;
    }

    .nav > li > a {
        padding: 33px 15px;
    }

    .navbar-default .navbar-form {
        margin: 21px 0;
        padding: 0;
    }

    .navbar-form .form-group {
        width: 330px;
    }

    .navbar-right input.form-control {
        width: 300px;
        max-width: 300px;
    }

    /*NEW*/
    ul.sub li .float:first-of-type {
        display: inline-block;
    }

    .ACSproductseries .sub li {
        padding: 15px;
    }

    .sub .sub li {
        display: table-cell;
    }
    /* THIS IS THE KEY TO MAKING IT BLOCK OUT */
    .sub img {
        max-width: 80px;
        margin-right: 20px;
    }

    .col-sm-9 #tabOne h3 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .col-sm-9 select.form-control {
        font-size: 17px;
        height: 37px;
    }

    .col-sm-9 .col-sm-offset-9 button {
        font-size: 20px;
        padding: 10px 30px;
    }

    .ACSproductseries li {
        font-size: 15px;
    }

    #tabCasterSelectionTips .sub {
        min-width: 1000px;
    }
    #tabWheelSelectionTips .sub {
            min-width: 1000px;
        }


    /*-- BREADCRUMBS --*/
    #breadcrumbs button {
        font-size: 19px;
        padding: 10px 15px 10px 0;
    }

    /*-- MAIN --*/

    #home .container-fluid.content {
        margin-top: 0;
    }

    #home #banner {
        background-image: url(/portals/0/images/footer-border.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: 1% 7%;
    }

    #home .container-fluid.content #banner {
        padding-bottom: 40px;
    }

    #home #industries .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center right;
        background-size: 75%;
        opacity: 0;
        animation-name: industry;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        position: relative;
        overflow-y: hidden;
    }

    #home #industries #auto .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center right;
        background-size: 75%;
    }

    #home #industries #heavy .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center right;
        background-size: 75%;
    }

    #home #industries #warehouse .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center right;
        background-size: 75%;
    }

    #home #industries #track .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center right;
        background-size: 75%;
    }

    #home #industries #heat .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center right;
        background-size: 75%;
    }

	#home #industries #washdown .panel-body {
        padding: 0;
        background: url(/portals/0/images/homepage/background-industry-Washdown.jpg) no-repeat center right;
        background-size: 85%;
        overflow-y: hidden;
    }

    #home #industries .panel .left {
        max-width: 55%;
        position: inherit;
        padding: 2.5% 5% 5% 24%;
        -webkit-clip-path: polygon(0 100%, 0% 0, 100% 0, 90% 100%);
        clip-path: polygon(0 100%, 0% 0, 100% 0, 90% 100%);
    }

    #home #industries .left.under {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 56%;
    }

    #home #industries .panel .right {
        position: absolute;
        width: 100%;
        max-height: 100px;
        bottom: 0;
        right: 0;
        z-index: 2;
        background: rgba(250,178,48,0.6);
        transform: translateY(200px);
        -webkit-animation: move 0.5s;
        animation: move 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    #home .carousel-indicators {
        bottom: 80px;
    }


    #home #industries .panel .right img {
        max-width: none;
        float: right;
        margin-top: -50px;
        margin-right: 5%;
    }

    #home #industries .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #home #industries .panel-group {
        margin-bottom: 0;
    }

        #home #industries .panel-group .panel {
            border: 0;
        }

            #home #industries .panel-group .panel + .panel {
                margin-top: 0;
            }

    #home #industries .panel a, #home #industries .panel a:hover {
        text-decoration: none;
    }

        #home #industries .panel a:hover {
            color: rgba(255,255,255,0.75);
        }

    #home #industries .panel-title {
        text-align: left;
    }

    #home #industries .panel-heading {
        position: relative;
        background: rgba(0,0,0,0.75);
        border: 3px solid rgba(255,255,255,1);
        border-right: none;
        border-bottom: none;
        border-left: none;
        padding: 20px 11%;
    }


    #home #industries #aero a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-aerospace.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries #auto a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-automotive.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries #heavy a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-heavy.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries #warehouse a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-warehouse.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries #track a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-agv.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries #heat a.collapsed .panel-heading {
        background: url(/portals/0/images/homepage/background-industry-high-heat.jpg) no-repeat center center;
        background-size: 100%;
    }

    #home #industries .panel:first-child .panel-heading {
        border: none;
    }

    #home #industries .panel-heading h4 {
        font-family: 'roboto', sans-serif;
        font-size: 50px;
        line-height: 55px;
        font-weight: 400;
        text-decoration: none;
        text-shadow: 1px 3px 3px rgba(0,0,0,1);
    }

    #home #industries .panel-body {
        border-bottom: 0;
    }

    #home h2 {
        font-family: 'roboto', sans-serif;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    #home #industries button, #home #blog-posts button {
        font-size: 25px;
        line-height: 30px;
        padding: 5px 40px;
        margin: 0 0 15px 0;
    }

    #home #blog-posts input[type="email"] {
        width: 100%;
    }


    #home div#banner {
        padding: 0 0 40px 0;
    }

    #home #industries .row {
        padding: 0;
    }

    #home #industries .panel-heading, #home #industries .panel-body {
        padding: 20px 13%;
    }

    #home #industries .panel-body {
        padding: 0;
    }

    #home #blog-posts h4 {
        font-size: 42px;
        line-height: 48px;
        margin: 0 0 10px 0;
        font-weight: 500;
    }

    #home time {
        display: block;
        margin: 5px 0 15px 0;
    }

    #home p, #home time {
        font-size: 22px;
        line-height: 32px;
    }


    #main {
        padding: 0;
        margin-bottom: 100px;
    }

    #featured-content {
        padding: 0;
    }

        #featured-content .row {
            padding: 0;
        }

        #featured-content h4 {
            font-size: 34px;
            line-height: 42px;
        }

    #summary p {
        font-size: 34px;
        line-height: 49px;
        font-weight: 300;
    }

    #featured-content button {
        font-size: 23px;
        line-height: 27px;
        margin-right: 25px;
    }

    #featured-image {
        padding: 0 120px 0 130px;
    }

    #featured-content h6, #featured-content label {
        font-size: 21px;
        line-height: 26px;
    }

    #featured-content input {
        max-width: 90px;
    }

    #featured-content button:last-child {
        font-size: 18px;
        line-height: 22px;
        padding: 7px 20px;
    }

    /*-- BLOG --*/
    #blog #content .col-md-4 img {
        margin-left: 15%;
        margin-right: 15%;
    }

    /*-- FEATURED --*/
    div#featured {
        padding: 50px 0;
    }

    #featured .row {
        margin-bottom: 0;
    }

    #featured .col-md-4 {
        padding: 0 40px;
    }

        #featured .col-md-4 .col-md-4 {
            padding: 0 15px;
        }

        #featured .col-md-4:first-of-type {
            padding-left: 0;
        }

        #featured .col-md-4 .col-md-4:first-of-type {
            padding-left: 15px;
        }

        #featured .col-md-4:last-of-type {
            padding-right: 0;
        }

        #featured .col-md-4 .col-md-4:last-of-type {
            padding-right: 15px;
        }

    div#featured h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .content ul li h6 {
        font-size: 30px;
        line-height: 35px;
    }

    #wheel-choices p {
        font-size: 19px;
    }

    #featured .btn {
        font-size: 18px;
    }

    #featured #recommended .col-md-2 a h5 {
        font-size: 28px;
        line-height: 32px;
    }

    #featured #recommended .col-md-2 h6 {
        font-size: 19px;
        line-height: 24px;
    }

    #featured #recommended .col-md-2 p {
        font-size: 17px;
        line-height: 21px;
    }

    /*-- PRODUCTS --*/
    #products h2, #details h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #products h2, .toggle-switch, span.diameter {
        margin: 0 65px 0 0;
    }

    .toggle-switch {
        margin-top: 18px;
    }

    span.diameter {
        margin-top: 25px;
    }

    #products th {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }

    #products, #details, #durability {
        padding-left: 0;
        padding-right: 0;
    }

    /*-- FINDER --*/
    #finder .panel {
        margin: 0 15px 60px 15px;
    }

    #finder .panel-heading {
        font-size: 26px;
    }

    #finder .compare.col-md-6 {
        padding: 0 15px;
    }

    #finder .panel-body, .panel-body .col-md-6, .panel-footer {
        font-size: 20px;
        line-height: 20px;
    }

        #finder .panel-body.ratings .col-md-6 {
            font-size: 17px;
            line-height: 20px;
        }

    #finder #content .panel-body ul li {
        width: 17px;
        height: 28px;
        margin: 5px 6px 0 0;
    }

    .container-fluid.content .row.list {
        margin-left: 10%;
        margin-right: 10%;
        padding: 30px 15px 10px 15px;
    }

    /*-- CART --*/
    #content h4.totals {
        font-size: 26px;
        line-height: 34px;
    }
/*-- CHECKOUT --*/
    .checkbox label h4 {
        font-size: 21px;
        line-height: 26px;
        margin-top: 0;
    }

    .row.mobilehide.rule-bottom {
        padding: 2% 10%;
        margin-bottom: 2%;
    }

    #order-acknowledgement .row.rule-bottom {
        padding: .5% 10% 1% 10%;
    }

    /*-- DURABILITY --*/
    #durability {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        #durability .row {
            margin-bottom: 0;
        }

        #durability .col-md-5 {
            width: 50%;
        }

        #durability .col-md-offset-1 {
            margin-left: 0;
        }

        #durability h3 {
            font-size: 60px;
            line-height: 70px;
        }

        #durability p {
            font-size: 23px;
            line-height: 32px;
        }

    /*-- FOOTER --*/
    footer {
        padding: 100px 10% 25px 10%;
        margin-left: 0;
        margin-right: 0;
    }

        footer .col-md-3 {
            padding: 0;
        }

    .footer-brand img {
        max-width: 380px;
    }

    footer h3 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 15px;
		color: white;
    }

    footer h4 {
        font-size: 33px;
        line-height: 37px;
		color: white;
    }

    footer ul li a {
        font-size: 20px;
        line-height: 25px;
    }

    footer .social {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .row.copyright .col-md-8, .row.copyright .col-md-4 {
        padding: 0;
    }

    footer p, footer .copyright ul li a {
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
    }
}

.heavy-man-background{
	background-image: url("/portals/0/images/applications/Heavy_Man_op.jpg");
	background-repeat: no-repeat;
}

.aerospace-background{
	background-image: url("/portals/0/images/applications/aerospace_op.jpg");
	background-repeat: no-repeat;
}

.automotive-background{
	background-image: url("/portals/0/images/applications/automotive_op.jpg");
	background-repeat: no-repeat;
}

.hiheat-background{
	background-image: url("/portals/0/images/applications/hiheat_op.jpg");
	background-repeat: no-repeat;
}

.agv-background{
	background-image: url("/portals/0/images/applications/agv_op.jpg");
	background-repeat: no-repeat;
}

.washdown-background{
	background-image: url("/portals/0/images/applications/washdown_op.jpg");
	background-repeat: no-repeat;
}

.track-background{
	background-image: url("/portals/0/images/applications/track_op.jpg");
	background-repeat: no-repeat;
}

.energy-background{
	background-image: url("/portals/0/images/applications/Energy_op.jpg");
	background-repeat: no-repeat;
}

.academy-vid{
	text-align: center;
}

.academy-vid img{
	border: 1px;
    border-color: red;
    border-style: solid;
}

.academy-vid hr{
    display: block;
    text-align: center;
    height: 1px;
    border: 0;
    border-top: 4px solid #ccc;
    margin: 1em 5%;
    padding: 0;
}

.academy-vid h4{
	    font-size: 16px;
    line-height: 16px;
}

.left, .next { width: 100%; }

img.print-header {
    display: none;
}
h3.print-header{
	display:none;
}
h3.print-footer {
    display: none;
}



@media print {

a[href]:after {
    content: none !important;
  }
a#lb3D {
    display:none;
}
button#lbCAD{
	display:none !important;
}
a#ModifyProfile{
	display:none;
}
select#cdsdownloadformats_client{
	display:none;
}
label#dnn_ctr8757_PartDetail_lblQty{
	display:none;
}
.button{
	display:none !important;
}
#featured .col-md-4, #details .col-md-4 {
    border: none !important;
}
input#dnn_ctr8757_PartDetail_txtQuantity{
	display:none;
}
.Part_imageCaption {
    font-size: 10px;
}
.col-md-2{
	width:15%;
	float:left;
}
div#right-panel.ds-wheel {
	width:50%;
	float:left;
}
div#left-panel.ds-wheel {
	width:50%;
	float:left;
}
div#right-panel.ds-caster {
	width:45%;
	float:left;
}
div#left-panel.ds-caster {
	width:55%;
	float:left;
}
#right-panel h5{
	text-align: center;
}
p#DS-image-caption {
    text-align: center;
}
.col-md-4{
	width:50% !important;
	float:left;
}
.col-md-8{
	float:left;
	padding-left: 0px;
    padding-right: 0px;
}
#application-overview #content ul li, #product-family #content ul li {
    background-image: url(/portals/0/images/bullet-yellow.png) !important;
	background-repeat: no-repeat !important;
}
ul{
	margin: 0px !important;
}
div[id*="Ergo"]{
	display:none;
}
label[id*="lblQty"]{
	display:none;
}
input[id*="txtQuantity"]{
	display:none;
}
div#featured{
	display:none;
}
div#specs{
    float: left;
	display:block;
}
div#wheelcharacteristics{
	display:block;
    float: right;
}
footer{
	display:none;
}
#content table td, table td {
    font-size: 12px;
    line-height: 13px;
    padding: 2px 10px;
}
#main {
    margin-bottom: 0px;
}
h5#DS-Part-ID {
    margin-bottom: 20px;
	font-size: 18px;
}
#details h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
h4 {
    margin: 0 0 5px 0;
}

    div#featured-content{
		width:47%;
		float:right;
	}
	div#featured-image{
		width:53%;
		float:left;
	}
#specs img.img-responsive {
    width: 55%;
	max-width: 167px !important;
    max-height: 167px !important;
}
#wheelcharacteristics img.img-responsive {
    width: 55%;
}
#details .in {
    padding-bottom: 10px;
}
#featured-content h6, #featured-content label {
    font-size: 14px;
    line-height: 21px;
}
h4 {
    font-size: 16px;
    line-height: 23px;
}
h1 {
    font-size: 36px;
    line-height: 40px;
}
h5 {
    font-size: 18px;
    line-height: 17px;
}
img.print-header {
    display: block;
	float:left;
	width: 45%;
	margin-bottom: 10px;
}
.printHeader {
    margin-bottom: 10px;
}
h3.print-footer {
    display: inline-block;
	width:100%;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.print-footer a{
	margin: 0 6%;
}
div#durability {
    display: none;
}
div#Part_RegularImage img {
    max-width: 226px !important;
}
.row.configpad {
    display: none;
}


}

#datasheet li{
	list-style: disc !important;
    /*list-style-position: inside !important;*/
	padding-left: 0px !important;
	margin-left: 20px;
}
#datasheet h3{
	font-family: "roboto", sans-serif !important;
    font-size: 14px !important;
	line-height: 5px !important;
	font-weight: bold !important;
	margin-bottom: 5px !important;
	padding-top: 30px !important;
}
#datasheet p{
	line-height: normal;
	font-size:12px;
}
#datasheet li{
	font-size:12px;
}
img#user_logo {
    margin-left: 25px;
    width: 225px !important;
}
img#DS-mounting-plate {
    width: 175px;
    margin: 0px 20%;
}
span#DS-Part-ID {
    font-size: 24px !important;
}
img#DS-part-image {
    height: 225px;
    margin: 0px 20% 0px 20%;
}
img#hamilton_logo {
    width: 200px !important;
}
img#cross_section {
    height: 125px;
    margin: 0px 3%;
}
div#left-panel {
    padding-right: 25px;
}
div#right-panel {
    padding-left: 25px;
}
div#DS-ham-logo {
    margin-bottom: 15px;
}
#DS-ham-logo span {
    font-weight: bold;
    font-size: 18px;
}
h5#DS-model-no {
    font-size: 12px;
}
img#DS-footer {
    margin-top: 25px;
	width: 100%;
}
#DS-cross-section h3 {
    font-family: "roboto", sans-serif !important;
    font-size: 14px !important;
    line-height: 0px !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    padding-top: 15px !important;
}
#DS-ergo-specs h3 {
    font-family: "roboto", sans-serif !important;
    font-size: 14px !important;
    line-height: 0px !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}
img#DS-ergo-data {
    height: 640px;
}
#DS-ergo-specs p{
	font-size:10px;
	margin-bottom: 0px;
}
@page {
    margin: 0.5cm;
}
h3#DS-wheel-specs {
    padding-top: 0px !important;
}
#ds-wheel-list li {
    font-size: 11px;
}
div.ds-wheel-properties {
    padding-left: 20px;
    font-size: 12px;
}
li.ds-wheel-properties {
    font-weight: bold;
}
