nav.main-nav .container > ul > li > .sub-menu {
    display: none;
}

nav.main-nav .container > ul > li {
    float: left;

    font-size: 20px;
    padding: 12px 0 14px;
    position: relative;
}
nav.main-nav .container > ul > li:hover{
    cursor: pointer;
}


nav.main-nav .container > ul > li > a{
        color: #b1adab;
}
nav.main-nav .container > ul > li:hover > a{
        color: #ee3124;
}

nav.main-nav .container > ul {
    margin: 0;
    margin-left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
}

nav.main-nav .container > ul > li:hover > .sub-menu {
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    width: 600px;
    background: #fff;
    padding: 15px 0;
    border-top: 4px solid #ee3124;
}

nav.main-nav .container > ul > li > .sub-menu > li {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
nav.main-nav .container > ul > li > .sub-menu.one-column{
    width: 300px;
}
nav.main-nav .container > ul > li > .sub-menu.one-column > li:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
nav.main-nav .container > ul > li > .sub-menu.one-column > li:last-child {

    padding-top: 15px;
}
nav.main-nav .container > ul > li > .sub-menu.one-column > li:last-child a{
        color: red;
}
nav.main-nav .container > ul > li > .sub-menu.one-column > li {
    float: none;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
}

nav.main-nav .container > ul > li > .sub-menu > li .sub-menu li{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    text-align: left;
}
nav.main-nav .container > ul > li > .sub-menu > li .sub-menu li:last-child{
    padding-top: 15px;
}
nav.main-nav .container > ul > li > .sub-menu > li .sub-menu li:last-child a{
    color: red;
}
#application-eqiupment{
    margin-top: 30px;
}

footer .footer-top-left nav {
    display: flex;
    justify-content: space-between;
    width: 830px;
}

#outer-wrap {
    background: #fff;
    min-height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: left 600ms;
    -moz-transition: left 600ms;
    -o-transition: left 600ms;
    transition: left 600ms;
}

/********************************************************
3.5 CSS Shift Nav
********************************************************/

#mobile-nav-block {
    background: #1D1D20;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

#company-name {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    left: 65px;
    top: 15px;
    position: relative;
}

.nav-trigger {
    display: none;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.nav-trigger:checked + label {
    left: 300px;
    -webkit-transition: left 600ms;
    -moz-transition: left 600ms;
    -o-transition: left 600ms;
    transition: left 600ms;
    background: url(/dist/images/close.svg) no-repeat 50% 50%;
    background: url(/dist/images/close.svg) no-repeat 50% 50%;
    background-size: contain;
}

label[for="nav-trigger"] {
    display: none;
    position: fixed;
    left: 0;
    z-index: 999;
    width: 60px;
    cursor: pointer;
    -webkit-transition: left 600ms;
    -moz-transition: left 600ms;
    -o-transition: left 600ms;
    transition: left 600ms;
    background-size: contain;
    background: url(/dist/images/hamburger.svg) no-repeat 50% 50%;
    background: url(/dist/images/hamburger.svg) no-repeat 50% 50%;
    height: 20px;
    top: 14px;
    background-size: contain;
}
.nav-trigger:checked ~ #outer-wrap {
    overflow: hidden;
    left: 300px;
    -webkit-transition: left 600ms;
    -moz-transition: left 600ms;
    -o-transition: left 600ms;
    transition: left 600ms;
}

.nav-trigger:checked ~ #outer-wrap > label {
    opacity: 0;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.nav-trigger:checked ~ #outer-wrap .search-wrap {
    top: 0;
    left: 300px;
}

.nav-trigger:checked ~ #outer-wrap .phone-buttons {
    left: 300px;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.nav-trigger:checked ~ #outer-wrap #mobile-nav-block {
    left: 300px;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.nav-trigger:checked ~ #outer-wrap .search-trigger + label {
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.nav-trigger:checked ~ #mobile-nav ul {
    opacity: 1;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

#mobile-nav > ul {
    list-style: none;
    padding:  0;
    width: 300px;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x hidden;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1200ms;
    -moz-transition: all 1200ms;
    -o-transition: all 1200ms;
    transition: all 1200ms;
}
#mobile-nav ul {
    list-style: none;
    padding:  0;
    width: 300px;
    position: fixed;
    overflow-y: scroll;
    overflow-x hidden;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1200ms;
    -moz-transition: all 1200ms;
    -o-transition: all 1200ms;
    transition: all 1200ms;
}

#mobile-nav ul li.menu-item-has-children {
    border-bottom: none;
    position: relative;
}

button.mobile-dropdown {
    cursor: pointer;
    position: absolute;
    outline: none;
    right: 0;
    top: 0;
    padding: 10px;
    width: 60px;
    height: 50px;
    background: url(/dist/images/open.svg) no-repeat 50% 50%;
    background-size: 25px;
    border: none;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

button.mobile-dropdown.open {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    transform: rotate(45deg);
}

button.mobile-dropdown.open ~ .sub-menu {
    max-height: 999px !important;
    -webkit-transition: max-height 400ms !important;
    -moz-transition: max-height 400ms !important;
    -o-transition: max-height 400ms !important;
    transition: max-height 400ms !important;
}

#mobile-nav ul li .sub-menu {
    max-height: 0;
    display: block;
    position: relative;
    -webkit-transition: max-height 300ms !important;
    -moz-transition: max-height 300ms !important;
    -o-transition: max-height 300ms !important;
    transition: max-height 300ms !important;
}

#mobile-nav ul li .sub-menu li {
    border-top-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(0, 0, 0, .8);
}

#mobile-nav ul li .sub-menu li:last-child {
    border-bottom: none;
}

#mobile-nav ul li .sub-menu a {
    background: #000000;
}

#mobile-nav ul li .sub-menu .sub-menu a{
    background: #424246;
}

#mobile-nav ul li {
    width: 100%;
    border-bottom: 1px solid #111;
    border-top: 1px solid #4d4d4d;
}

#mobile-nav ul li a {
    background: #1D1D20;
    display: block;
    padding: 18px;
    color: #fff;
    font-size: .875em;
    text-decoration: none;
    transition: color 0.2s, background 0.5s;
}


#mobile-nav ul li a.nav-current {
    background: #424242;
    border-top-color: rgba(255, 255, 255, .4);
    border-bottom-color: rgba(0, 0, 0, .8);
}
.mobile-pdf-flip{
    display: none !important;
}


/********************************************************/
.phone-show {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        display: block;
        background: #ab1e15;
    }
    .phone-buttons {
        display: none;
        width: 100%;
        padding: 0 0;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms;
    }
    .phone-buttons div {
        font-size: 10px;
        position: relative;
        float: left;
        width: 33%;
        height: 50px;
    }
    span.phone-hr {
        position: absolute;
        right: 0;
        height: 40px;
        margin-top: 5px;
        border-right: 1px solid #77140d;
    }
    .phone-buttons a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-top: 0;
        text-align: center;
        border-top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .phone-buttons a .svg {
        width: 30px;
        height: 30px;
        margin-top: 9px;
        fill: #fff;
    }

    .search-wrap {
        display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
}
.search-wrap *{
   font-size:16px!important;
    }

    .search-wrap form{
        margin-bottom: 0px;
    }
div.search-wrap input, div.search-wrap input[type='text'] {
    vertical-align: top;
    margin-top: 5px;
    width: 93%;
    height: 30px;
    padding: 0;
    margin: 0 0 2px 0px;
    border-radius: 0;
    font-size:16px!important;
}

div.search-wrap .search_button {
    width: 25px;
    margin-top: 0;
    padding: 0;
    background: none;
    position: absolute;
    right: 15px;
    top: 13px;
    height: auto;
}

div.search-wrap form#searchform {
    width: 240px;
    height: 28px;
    text-align: center;
}

div.search-wrap input.field {
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    padding: 3px;
    width: 150px;
    margin-left: 20px;
    color: #494949;
  font-size:16px!important;
}

input#search-trigger {
    display: none;
}
.table-wrapper{
    overflow-x: scroll;
    width: 100%;
}
@media only screen and (max-width:1100px) {
    footer .search{
        display: none;
    }
}
@media only screen and (max-width:990px) {
.top_logo{
    margin: 0;
    display: block;
    padding: 30px 00;
}
}
@media only screen and (max-width:950px) {
    nav.main-nav .container > ul > li > a{
        text-transform:capitalize;
    }
}

@media only screen and (max-width:800px) {
    .desktop-pdf-flip{
        display: none !important;
    }
    .mobile-pdf-flip{
        display: block !important;
    }
    .footer-address{
        display: none;
    }
    .csw_logo img{
        width: 50px;
    }
    span.specifications-description:before{
        height: 100%;
    }
    body{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-nav{
        display:none;
    }
footer .footer-top-left, footer .footer-top-right{
        display: none;
    }
    .fixed-button{
        display: none !important;
    }
    .slick-slider{
        display: none !important;;
    }
    .gallery{
        margin: 20px 0 20px 0;
    }
    #mobile-nav-block, label[for="nav-trigger"], .phone-buttons{
        display: block;
    }
    .main-wrapper > .menu-wrapper{
        display: none;
    }
    .content{
        padding: 25px 15px;
    }
    body {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #1D1D20;
}
header{
    border-bottom: 4px solid #ccc;
}
.specification-name{
    width: 30% !important;
}

    .search-trigger:checked ~ .search-wrap {
        top: 50px;
        box-shadow: 1px 5px 11px 1px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms;
    }
    .search-trigger {
        transition: left 1.0s;
    }
    .nav-trigger,
    .search-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    label[for="search-trigger"] {
        opacity: 1;
        position: fixed;
        top: 16px;
        right: 15px;
        z-index: 999;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background-size: contain;
        background: url(/dist/images/search.svg) no-repeat 50% 50%;
        -webkit-transition: opacity 1000ms;
        -moz-transition: opacity 1000ms;
        -o-transition: opacity 1000ms;
        transition: opacity 1000ms;
    }
    .search-trigger:checked + label {
        background: url(/dist/images/close.svg) no-repeat 50% 50%;
    }
    div.search-wrap input.button {
        width: 20px;
        height: 20px;
        margin-top: 5px;
        padding: 0 0 0 15px;
        float: right;
    }
    div.search-wrap input.button:focus {
        outline: 0;
    }
    div.search-wrap input.field {
        float: none;
        width: auto;
        padding-right: 30px;
        margin-left: 0;
        height: 19px;
        margin-top: 0;
        flex: 1;
    }
    div.search-wrap form#searchform {
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        display: flex;
        flex-direction: row;
    }
    .search-wrap {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -o-transition: all 600ms;
        transition: all 600ms;
        background: #41464c;
        z-index: 9;
        padding: 10px;
    }
    .search-wrap{
        display: block;
    }
    .top_logo{
        margin: 0 auto;
    }
    .hidden-md-down{
        display: none;
    }
}
@media only screen and (max-width:600px) {
div.search-wrap input, div.search-wrap input[type='text']{
    width: 90% !important;
}
}
@media only screen and (max-width:450px) {

}
@media only screen and (max-width:400px) {
.specification-name{
    width: 50% !important;
}
div.search-wrap input, div.search-wrap input[type='text']{
    width: 85% !important;
}
}