/***** CSS RESET *****/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    margin-block-start: 0em;
    margin-block-end: 0em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*===============================================================*/
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url(../siteart/background.png) center center;
    overflow-x: hidden;
    -webkit-appearance: none;
}

p {
    -webkit-margin-after: 1em;
}

ul {
    list-style-type: none;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

a:active,
a:visited,
a {
    text-decoration: none;
    color: inherit;
    list-style-type: none;
}

/**** Header ****/
.header {
    margin: 0 auto;
    z-index: 5;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
}

.header>.wrapper {
    margin: 0 auto 10px auto;
}

.header>.wrapper div a,
.header>.wrapper div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header>.wrapper .fb {
    justify-content: flex-end;
}

.top-banner {
    background: #ff6c13;
    height: 28px;
    box-shadow: #d7d7d7 1px 1px 1px 1px;
}

.logo {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0 0;
    max-width: 200px;
    margin-top: 10px !important;
}

.fb {
    display: none;
}

.num1 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 0;
}

.num1 img {
    vertical-align: middle;
}

.num1 span {
    color: #020055;
    text-decoration: none;
}

.add {
    display: none;
}

@media screen and (min-width:769px) {
    .logo {
        float: left;
        margin: 0 0 0 10px;
    }

    .add {
        display: block;
        text-align: center;
        margin: 0;
    }

    .num1 {
        margin: 0;
    }
}

@media screen and (min-width:1024px) {
    .fb {
        display: block;
        text-align: right;
        margin: 0 10px 0 0;
    }

    .fb img {
        max-width: 35px;
        margin: 10px 0 0 0;
    }

    .add {
        display: block;
        text-align: center;
        margin: 0;
    }

    .add img {
        vertical-align: middle;
        width: 22px;
    }

    .num1 img {
        width: 22px;
    }
}

/***** Nav *****/
.full-nav {
    display: none;
}

#mob_list a {
    display: none;
}

.home {
    padding: 0 10px;
}

.mob-nav a {
    padding: 10px;
    color: black;
    text-decoration: none;
}

.mob-nav a:hover {
    font-weight: bold;
}

/** Burger icon styles **/
.x-container {
    display: inline-block;
    cursor: pointer;
    float: right;
    padding-right: 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.dropdown-content a {
    background: #f1f1f1
}

@media screen and (min-width:1040px) {
    .mob-nav {
        display: none;
    }

    .full-nav {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0 20px 0;
        margin: 0;
        background: #000;
    }

    .full-nav>.wrapper>ul>a li {
        display: inline-block;
        padding: 20px 10px 10px 10px;
        color: #fff;
        font-size: calc(0.625rem + ((1vw - 7.67px) * 0.4337));
    }

    .full-nav>.wrapper>ul>a>li:hover {
        font-weight: bold;
        border-bottom: 2px solid #ff6c13;
        margin-bottom: -2px;
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #000;
        color: #fff;
        padding: 10px 5px;
        font-size: 11.5px;
        /* calc(0.625rem + ((1vw - 7.67px) * 0.4337)) */
        border: none;
    }

    .dropbtn:hover {
        border-bottom: 2px solid #ff6c13;
        margin-bottom: -2px;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 180px;
        margin-top: 0;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99999;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
        z-index: 999;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #000;
        font-weight: bold;
    }
}

@media screen and (min-width:1024px) {
    .full-nav {
        background: #000;
    }

    .full-nav>.wrapper>ul>a li {
        padding: 20px 5px 10px 5px;
        font-size: 11.5px;
        /* calc(0.625rem + ((1vw - 7.67px) * 0.4337)) */
    }
}

@media screen and (min-width: 1222px) {
    .full-nav>.wrapper>ul>a li {
        padding: 20px 5px 10px 5px;
        font-size: 14.5px;
        /* calc(0.625rem + ((1vw - 7.67px) * 0.4337)) */
    }

    .dropbtn {
        padding: 10px 5px;
        font-size: 14.5px;
        /* calc(0.625rem + ((1vw - 7.67px) * 0.4337)) */
    }
}

/**** Main ****/
main {
    padding: 50px 10px;
    line-height: 1.3;
}

/**** Buttons ****/
.btn-container {
    max-width: 100%;
    padding: 10px;
}

.button {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #020055 50%, #020055 100%);
    height: 270px;
    margin: 0 0 0 0;
}

.button img {
    max-width: 255px;
    margin: 0 auto;
    display: block;
}

.kioti {
    width: 85%;
    padding: 13px 0 0 0;
}

.massey {
    width: 79%;
    padding: 78px 0 0 0;
}

.bearing {
    width: 75%;
    padding: 71px 0 0 0;
}

.title,
.title-sr {
    color: #fff;
    background: #020055;
    margin-bottom: 10px;
    padding: 0 0 10px 10px;
}

.highlite:hover,
.highlite-sr:hover {
    box-shadow: #d7d7d7 0px 1px 8px 3px;
    color: #ff6c13;
    font-weight: bold;
}

@media screen and (min-width:924px) {
    .highlite {
        display: inline-block;
        width: 33%;
    }
}

input:checked+label {
    color: #eee;
    background: black;
    border-top: 2px solid #818285;
}

.detailed-search-wrap label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
}

.detailed-search h4 {
    color: #eee;
    font-weight: normal;
    font-size: 16px;
}

.detailed-row {
    margin: 10px 0 5px;
    font-size: 18px;
}

.col-1-2 {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 5px;
}

.col-1-3 {
    width: 23%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.detailed-search input[type='text'] {
    width: 100%;
    margin: 2px 0;
    padding: 0 8px;
    font-size: 15px;
    height: 40px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.detailed-search input[type='submit'] {
    font-size: 16px;
    background: #818285;
    width: 100%;
    margin-top: 2px;
    height: 40px;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.detailed-search-wrap section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #818285;
}

.detailed-search-wrap {
    padding: 30px 0;
}

.detailed-search h3 {
    color: black;
    padding: 10px;
    font-size: 24px;
}

.detailed-search-wrap .content {
    width: 100%;
    margin: 0;
    padding: 0;
}

#tab4:checked~#content4 {
    display: block;
    background: black;
    padding: 10px;
}

/**** SR Buttons ****/
.sr-mob {
    display: block;
}

.sr-full {
    display: none;
}

.sr-container {
    max-width: 100%;
    padding: 0 10px;
}

.banner {
    background: #020055;
    height: 160px;
    margin: 0 0 0 0;
}

.banner img {
    max-width: 490px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width:1200px) {
    .sr-container {
        margin: -6px 0 0 0;
        width: 99.8%;
    }

    .banner img {
        max-width: 43%;
        margin: 0;
        padding: 10px 0 0 10px;
    }

    .title {
        margin-bottom: 0;
    }

    .title-sr {
        text-align: right;
        padding: 0 10px 10px 0;
        margin-bottom: 4px;
    }
}

@media screen and (min-width:1040px) {
    .sr-mob {
        display: none;
    }

    .sr-full {
        display: block;
    }
}

/***** Showroom Pages *****/
.header-img-banner {
    padding: 20px 0 0 10px;
}

.header-img-banner h1 {
    float: left;
}

.header-img-banner img {
    float: right;
    max-width: 100px;
}

.srm-container {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.srm-box {
    display: inline-block;
    width: 93%;
    max-width: 270px;
    margin: 20px 10px;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.srm-box:hover {
    box-shadow: #d7d7d7 0px 1px 8px 3px;
}

.srm-title {
    font-size: 30px;
    color: #020055;
    display: inline-block;
    -webkit-margin-after: 0em;
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
}

.srm-title:hover {
    color: #ff6c13;
}

.srm-title>span {
    font-size: 18px;
    vertical-align: top;
}

.srm-sub-title {
    font-size: 17px;
    color: #d7d7d7;
    -webkit-margin-after: 0.2em;
    text-align: center;
}

.srm-box img {
    max-width: 100%;
}

.srm-nm {
    background: #020055;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    -webkit-margin-after: 0em;
}

.srm-nm:hover {
    background: #333;
}

.single-drop {
    margin-bottom: 33.5px;
}

.double-drop {
    margin-bottom: 63.5px;
}

.secondary-pad {
    padding: 10px 20px 0 20px;
}

.third-pad {
    padding: 10px 50px 0 50px;
}

/**** Contact-Section ****/
.contact-bg {
    background: #020055;
    padding-bottom: 10px;
}

#formpage {
    padding: 10px 0;
    -webkit-appearance: none;
}

.form-title,
.map-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.map-title {
    margin-bottom: 10px;
}

input,
select,
textarea {
    margin: 10px auto;
    display: block;
    width: 80%;
    height: 30px;
    text-indent: 5px;
    border: none;
    appearance: none;
}

.faceted-option-checkbox-container input {
    width: auto !important;
    height: initial !important;
    appearance: auto !important;
    margin-right: 3px !important
}

textarea {
    height: 90px;
}

.btn {
    background: #ff6c13;
    border: none;
    cursor: pointer;
    font-weight: bold;
    -webkit-appearance: none;
}

.btn:hover {
    background: #d7d7d7;
}

@media screen and (min-width:1024px) {
    /* form {
        display: inline-block;
        width: 50%;
    } */

    #formpage {
        display: inline-block;
        width: 100%;
    }

    .map-group {
        display: inline-block;
        width: 45%;
    }

    .map iframe {
        height: 181px;
    }
}

/***** Footer *****/
footer {
    text-align: center;
    color: #020055;
    margin: 10px 0 0 0;
    background: #fff;
    box-shadow: #d7d7d7 0px -3px 3px 0px;
}

.ftr-logo {
    max-width: 140px;
    padding: 10px 0;
}

.ftr-icon {
    vertical-align: middle;
    max-width: 20px;
}

.address {
    line-height: 0.5;
    margin: 10px 0 20px 0;
}

.tel:hover {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

.hours {
    margin: 13px 0 0 0;
    line-height: 1.1;
}

footer ul {
    padding: 20px 0;
}

footer ul li {
    padding: 4px 0;
    text-transform: uppercase;
}

footer ul li:hover {
    font-weight: bold;
}

.ftr-banner {
    background: #ff6c13;
    padding: 20px 0 5px 0;
    font-weight: bold;
    box-shadow: #d7d7d7 0px -3px 3px 0px;
}

@media screen and (min-width:1024px) {
    footer {
        text-align: inherit;
    }

    .address {
        line-height: 1.5;
        text-indent: -25px;
    }

    .tel {
        margin-left: -25px;
    }

    .ftr-logo,
    .ftr-num-add,
    .hours {
        display: inline-block;
        margin: 0 58px;
        width: 13%;
        vertical-align: middle;
    }

    footer ul {
        display: inline-block;
        margin: 0 50px;
        width: 15%;
        vertical-align: middle;
    }

    .ftr-num-add {
        margin-top: -12px;
    }

    .hours {
        line-height: 2.1;
    }

    .ftr-banner {
        text-align: center;
    }
}

@media screen and (min-width:1200px) {
    footer {
        text-align: inherit;
    }

    .address {
        line-height: 1.5;
        text-indent: -25px;
    }

    .tel {
        margin-left: -25px;
    }

    .ftr-logo,
    .ftr-num-add,
    .hours,
    footer ul {
        display: inline-block;
        margin: 0 76px;
        width: 12%;
        vertical-align: middle;
    }

    .ftr-num-add {
        margin-top: -12px;
    }

    .hours {
        line-height: 1.4;
    }

    .ftr-banner {
        text-align: center;
    }
}

#btt {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff6c13;
    opacity: 0.7;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 45%;
}

/***** CAPTCHA CONTROLS *****/
.CaptchaPanel {
    margin: 0 0 0px 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.subscribe-box form .CaptchaPanel img {
    width: 60%;
    height: auto;
}

.CaptchaPanel img {
    width: 30%;
    height: auto;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
    width: 60%;
    margin: 5px 20%;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
    color: #fff;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/**** Scrolling Inventory ****/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/***** RESPONSIVE STYLES *****/
.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    color: #fff !important;
    background: #333 !important;
    border-radius: 3px !important;
}

.hosted-content input[type='submit'],
.hosted-content button:hover[type='submit'],
.hosted-content .btn:hover,
.hosted-content .button:hover {
    background: #c0c0c0 !important;
    border-radius: 3px !important;
    color: #000 !important;
}