/*
Theme Name: IMS
Theme URI: http://www.ims-ltd.co.uk
Author: the Essential team
Author URI: http://www.tomhartill.com
Description: A bespoke design designed and develop for IMS by Tom Hartill
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ims

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 * 7.0 - Sidebar
 * 8.0 - Footer
 * 9.0 - Media Queries
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
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, font, ins, kbd, q, s, samp, small, strike, strong,  sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background-color:#fff;
    position:relative;
}
.noscroll {
    overflow:hidden!important;
    height:100vh;
}
table {
    table-layout: fixed;
}
.single-product_type #search-primary .button {
    display:table;
    background:#fb700d;
    line-height:44px;
    height:44px;
    padding:0 18px;
    color:#fff;
    text-transform:uppercase;
    text-decoration: none;
    font-size:18px;
    font-weight:bold;
    position:relative;
    margin:10px auto 30px auto;
    cursor:pointer;
}
.single-product_type #search-primary .button:hover {
    background-color:#0198E1
}
.single-product_type #search-primary .button.active {
    background-color:#0198E1
}
.single-product_type #search-primary .button i {
    font-size:22px;
    color:#fff;
    line-height:44px;
    padding:0 10px 0 0;
    position:static;
}
.single-product_type #search-primary p {
    text-align: center;
}
.loading_wrapper {
    position:fixed;
    top:0;
    left:0;
    display:block;
    height:100%;
    width:100%;
    z-index:1;
}
.load_gear {
    width:100%;
    text-align: center;
    height:100%;
}
.loading_wrapper td {
    vertical-align: middle;
}
.tablepress tbody td {
    width:30px;
}
img {
    max-width:100%;
    height:auto;
}
.alignleft {
    float:left;
    display:block;
    margin-right:8px;
    margin-bottom:20px;
}
.alignright {
    float:right;
    display:block;
    margin-left:8px;
    margin-bottom:20px;
}
.aligncenter {
    float:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
p {
    color: #646464;
    font-size: 16px;
    line-height:24px;
    margin-bottom:20px;
    font-weight:200;
    line-height:28px;
}
p:last-child {
    margin:0;
}
h1 {
    color:#646464;
    font-size:30px;
    line-height:50px;
    font-weight:100;
    margin:0 0 5px 0;
}
h2 {
    color:#646464;
    font-size:22px;
    line-height:40px;
    text-transform:uppercase;
    font-weight:500;
    margin: 0 0 8px 0;
}
.fullwidth {
    width:100%!important;
}
.clear {
    display:block;
    clear:both;
    width:100%;
}
.responsive-slider.flexslider .flex-control-nav {
    bottom:-11%!important;
}
ol {
    padding-left: 24px;
}
ol li {
    color:#646464;
}
.notification {
    position:fixed;
    bottom:10px;
    right:10px;
    height:50px;
    padding:0 30px;
    background-color:#0097e0;
    z-index:9999999999;
    color:#fff;
    font-size:18px;
    opacity:1;
    visibility:visible;
    line-height:50px;
    border-radius:3px;
}
.notification.hidden {
    opacity:0;
    visibility:hidden;
}
.inbutton {
    padding:0 20px 0 14px;
    line-height:38px;
    border:1px solid #eee;
    display:inline-block;
    margin-right:10px;
    cursor:pointer;
}
.inbutton i {
    width:24px;
    text-align:center;
}

/* FORMS */
#search-primary .accordion_form {
    margin-bottom:30px;
}
#search-primary .accordion_form, #search-primary .accordion_form .accordion, #search-primary .accordion_form .accordion .sub_accordion, #search-primary .accordion_form .accordion .sub_accordion .sub_accordion_fields {
    display:block;
    width:100%;
}

#search-primary .accordion_form .accordion h2 {
    cursor:pointer;
    border-top:1px solid #f5f5f5;
    margin:0;
    padding:0;
    line-height:60px;
}
#search-primary .accordion_form .accordion h2 i {
    margin-right:10px;
    color:#FB700D;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    -o-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
#search-primary .accordion_form .accordion h2:hover {
    color:#0198E1;
}
#search-primary .accordion_form .accordion h2.active {
    color:#0198E1;
}
#search-primary .accordion_form .accordion h2.active i {
    transform:rotate(90deg);
}
#search-primary .accordion_form .accordion p {
    margin:0;
    padding:0;
    height:0;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    -o-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
    opacity:0;
    visibility:hidden;
}

/* sub accordion */
#search-primary .accordion_form .sub_accordion {
    height:0;
    opacity:0;
    visibility:hidden;
}
#search-primary .accordion_form .sub_accordion.active {
    height:auto;
    opacity:1;
    visibility:visible;
}
#search-primary .accordion_form .sub_accordion.active p {
    padding:20px 0 0 0;
    height:86px;
    opacity:1;
    visibility:visible;
}
#search-primary .accordion_form .sub_accordion.active p.subtextarea {
    height:310px;
}
#search-primary .accordion_form .sub_accordion_fields {
    padding:30px 0 0 0;
}
#search-primary .accordion_form .sub_accordion_fields h3 {
    color:#0198E1;
}
#search-primary form select {
    line-height: 42px;
    height: 42px;
    padding: 0;
    margin: 2px 0 0 0;
    color: rgba(0,0,0,0.6);
    top: 0;
    right: 0;
    border: 0;
    width: 100%;
    font-size: 18px;
    background: #f9f9f9;
    outline: 0;
}
#search-primary form textarea {
    outline: 0;
    font-family:inherit;
}
#search-primary form .wpcf7-mail-sent-ok {
    text-transform:uppercase;
    font-size:13px;
    color:#fff;
    background-color:#65c452;
    border:0;
    text-align: center;
    line-height:34px;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Roboto+Condensed:400,300);

em{
    font-style: italic;
}
table {
    width:100%;
    margin: 0 0 15px 0;
}
input {
    width:100%;
    height:44px;
    line-height:44px;
    padding:0 12px;
    background-color:#f5f5f5;
    border:1px solid #f5f5f5;
    border-radius:0;
    font-size:16px;
    color:#999;
    outline: none;
}
input[type="submit"] {
    margin:0 auto;
    display:table;
    padding:0 20px;
    background-color:#FB700D;
    color:#fff;
    text-transform:uppercase;
    cursor:pointer;
    width:auto;
    -webkit-appearance: none;
}
input[type="submit"]:hover {
    background-color:#0097E0;
}
textarea {
    width:100%;
    line-height:24px;
    padding:12px;
    background-color:#f5f5f5;
    border:1px solid #f5f5f5;
    border-radius:0;
    font-size:16px;
    color:#999;
}


/* -- CONTACT FORM 7 -- */


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
#page{
    width:100%;
    height:auto;
    background-color:#fff;
    position:relative;
    z-index:2;
}
header.site-header{
    width:100%;
    height:auto;
    background-color:#ffffff;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
.header-main{
    width:100%;
    max-width:1160px;
    margin:0 auto;
}
#logo{
    position:absolute;
    z-index: 9;
}
#logo a{
    display: block;
    width: 100%;
}
#phone-number {
    background-color:#fb700d;
    color:#ffffff;
    font-size:20px;
    padding:0 23px;
    float:right;
    display:block;
    zoom:1;
    line-height:57px;
    font-weight:500;
}
#phone-number a {
    text-decoration:none;
    color:#fff;
    cursor:default;
}
#phone-number i{
    margin-right:10px;
}
#top-banner{
    width:100%;
    height: 200px;
    background: url('/wp-content/themes/ims/images/banner_v2.jpg') #33373A;
    background-repeat: no-repeat;
    background-position: center;
}
#top-banner h1{
    margin: 0;
}
.strapline {
    line-height: 50px;
    color: #fff;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    position:absolute;
    top:120px;
    left:0;
}

#main-content .newsbox {
    display:block;
    background-color:#fff;
    padding:20px;
    margin:30px auto;
}

.page-template-page-news #main-content .newsbox-image{
    background-size: contain;
    background-color: #fff;
}

#main-content .newsbox-image {
    display:block;
    background-color:#f5f5f5;
    padding:0;
    float:left;
    margin:0 30px 0 0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    height:145px;
    width:200px;
}
#main-content .newsbox-content {
    display:block;
    max-width:880px;
    float:left;
    position:relative;
    width: 100%;
    padding: 0 0 35px;
}
#main-content .newsbox-content a {
    position:absolute;
    bottom:0;
    left:0;
    margin: 15px 0 0;
}
#main-content .newsbox-content p {
    margin-bottom:0;
}
#main-content .threebox_newsitem:last-child .newstext {
    border-bottom:0;
}

.category-sale{
    text-align: center;
}

.category-sale h1{
    color: rgb(255, 50, 50);
    font-size: 40px;
    font-weight: bold;
}

.category-sale hr{
    background-color: #646464;
    height: 3px;
    border: none;
    margin: 0 0 20px;
}

.top-search {
    position:absolute;
    top:0;
    right:0;
    height:100%;
}

.top-search .button {
    display:table;
    background:#fff;
    line-height:54px;
    height:54px;
    padding:0 28px 0 68px;
    color:#5a5a5a;
    text-transform:uppercase;
    text-decoration: none;
    font-size:22px;
    font-weight:bold;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
    position:relative;
    margin-top:76px;

    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-search .button span {
    color:#fb700d;
}
.top-search .button i {
    font-size:34px;
    color:#fb700d;
    position:absolute;
    top:0;
    left:0;
    line-height:54px;
    padding:0 20px;
}

#three-boxes .box a,
#phone-number{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#phone-number:hover{
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.top-search .button:hover,
#three-boxes .box a:hover{
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.home .top-search .button:hover,
.home #three-boxes .box a:hover{
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.top-search .basket {
    display: table;
    background: none;
    line-height: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    bottom:10px;
    right:0;
}
.top-search .basket i {
    font-size: 22px;
    color: #fff;
    line-height: 38px;
    padding: 0;
    margin-right:10px;
}
.top-search .basket span {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    padding: 0;
}
.top-search .basket span i {

}
.basket_form {
    margin:40px 0 0 0;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
nav#search-primary-navigation{
    margin-left:260px;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
nav#search-primary-navigation ul{
    display:block;
    margin: 0 auto;
    width:100%;
}
nav#search-primary-navigation ul ul{
    display:block;
    width:220px;
    top:100%;
    left:0;
    position:absolute;
    z-index:9999;
    background-color:#fff;
    border:1px solid #e5e5e5;
    padding:3px 0;
    visibility:hidden;
    box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
}
nav#search-primary-navigation ul ul li:hover > ul{
    height: auto;
    padding: 0;
}
nav#search-primary-navigation ul ul ul{
    position: relative;
    margin: 0;
    /*opacity: 0;
    visibility: hidden;
    height: 0;*/
    padding: 0;
    border: none;
    box-shadow: none;
    width: 100%;
}
nav#search-primary-navigation ul ul ul li{

}
nav#search-primary-navigation ul ul ul li a{
    background: #fff;
    padding: 0 0 0 40px;
    height: auto;
}
nav#search-primary-navigation ul li a{
    border-bottom: none !important;
}
nav#search-primary-navigation ul li > a:hover,
nav#search-primary-navigation ul li.current-menu-parent > a,
nav#search-primary-navigation ul li.current-menu-item > a{
    color: #0097e0;
    background-color: #f5f5f5;
}
nav#search-primary-navigation li{
    padding:0;
    display:block;
    float:left;
    position:relative;
}
nav#search-primary-navigation ul ul li{
    padding:0;
    display:block;
    float:none;
    position:relative;
}
nav#search-primary-navigation a{
    color:#646464;
    font-size:16px;
    line-height:60px;
    height:57px;
    text-decoration: none;
    text-transform: uppercase;
    display:block;
    padding:0 15px;
    font-weight:500;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
nav#search-primary-navigation ul ul a{
    color:#646464;
    font-size:12px;
    line-height:32px;
    height:32px;
    text-decoration: none;
    text-transform: uppercase;
    display:block;
    padding:0 20px;
    opacity:0;
    font-weight:400;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
nav#search-primary-navigation ul ul a:hover, nav#search-primary-navigation ul ul a:hover, nav#search-primary-navigation ul ul li.current-menu-item a {
    background-color:#f5f5f5;
    color:#0097e0;
    border:0;
}
nav#search-primary-navigation a:hover, nav#search-primary-navigation li.current-menu-item > a, nav#search-primary-navigation li.menu-item-has-children:hover > a {
    border-bottom:3px solid #0097e0;
}
nav#search-primary-navigation li.menu-item-has-children:hover > ul, nav#search-primary-navigation li.menu-item-has-children:hover > ul a {
    visibility:visible;
    opacity:1;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.blue-banner{
    width:100%;
    height:auto;
    background-color:#0097e0;
    padding:50px 0;
    clear:both;
}
.light-grey-banner{
    width:100%;
    height:auto;
    background-color:#f5f5f5;
    padding:40px 0;
    clear:both;
}
.grey-banner{
    width:100%;
    height:auto;
    background-color:#e9e9e9;
    padding:50px 0;
    clear:both;
}

#image-banner{
    width:760px;
    height: 339px;
    margin-right:30px;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
.responsive-slider.flexslider{
    margin-bottom:0;
}
.flexslider .slides img{
    width:760px;
    height:339px;
}
.responsive-slider.flexslider .slide {
    height:339px;
}
.responsive-slider.flexslider .slide .slide-title{
    width:100%;
}
.responsive-slider.flexslider .slide-title a{
    width:100%;
    padding:0 20px;
    top:initial;
    bottom:0;
    color:#646464;
    background-color:#ffffff;
    font-size:22px;
    line-height:60px;
}
.responsive-slider.flexslider .slide-title a:hover{
    color:#646464;
    background-color:#ffffff;
}
#three-boxes{
    width:365px;
    height:auto;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
.box{
    background-color:#ffffff;
    margin-bottom:24px;
    position:relative;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
}
.box:last-child{
    margin-bottom:0;
}
.box-image{
    width:66px;
    padding: 16px 18px;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
.box-image img{
    max-width:100%;
    margin:20px;
}
.box-content{
    width:279px;
    padding:20px 15px 16px;
    padding-left:0;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
.box-content p{
    color:#646464;
    font-size:14px;
    line-height:20px;
    margin:0;
}
.box-image a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.box-content p strong, .box-content p a strong{
    color:#646464;
    font-size:18px;
    font-weight:500;
}

/* ------------------------------ SEARCHBAR ------------------------------ */
.searchbar h3 {
    color:#646464;
    font-size:30px;
}
.searchbar h3 span {
    color:#0097E0;
}
.searchboxes {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0;
    font-size: 0;
}
.searchboxes .searchbox {
    display: inline-block;
    vertical-align: top;
    /*width: 267px;*/
    width: 23%;
    margin: 0 2.65% 30px 0;
    height: 220px;
    background-color: #fff;
    position: relative;
}

.searchboxes .searchbox:nth-child(4n){
    margin-right:0;
}

.searchboxes .searchbox p {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin:0;
    height:100%;
    line-height:50px;
    font-size:14px;
    height:50px;
    padding:0 20px;
    text-transform:uppercase;
    font-weight:500;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.searchboxes .searchbox p span {
    color:#0097E0;
}
.searchboxes .searchbox a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
    overflow:hidden;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
    background-position:top right;
    background-repeat: no-repeat;
    background-image:url('/wp-content/themes/ims/images/ims_logo_small.png');
}
.searchboxes .searchbox:hover a {
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
}
.searchboxes .searchbox:hover p {
    font-size:18px;
}
.searchboxes .searchbox:hover .searchbox_image {
    height:200px;
}
.searchboxes .searchbox:hover a span {
    right:0;
}
.searchboxes .searchbox:hover a span i {
    opacity:1;
}
.searchboxes .searchbox a span {
    position: absolute;
    right: 100%;
    text-align:right;
    bottom: 0;
    line-height: 50px;
    height:50px;
    padding:0;
    width:100%;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.searchboxes .searchbox a span i {
    float:right;
    margin:0;
    padding:0 20px;
    color:#0097E0;
    font-size:24px;
    line-height:50px;
    opacity:0;
    -webkit-transition:all 300ms ease-in-out 100ms;
    -moz-transition:all 300ms ease-in-out 100ms;
    -ms-transition:all 300ms ease-in-out 100ms;
    transition:all 300ms ease-in-out 100ms;
}
.searchboxes .searchbox .searchbox_image {
    height:180px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}

/* ------------------------------ THREEBAR ------------------------------ */

.threebar {
    height:400px;
}
.threebox {
    background-color:#fff;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
    width:265px;
    height:300px;
    margin-right:32px;
    float:left;
    display:block;
    position:relative;
}
.threebox:last-child {
    margin-right:0;
    float:right;
}
.threebox p {
    line-height:60px;
    border-bottom:1px solid #efefef;
    font-size:22px;
    padding:0 30px 0 70px;
    margin:0;
    background-position:center left;
    background-repeat:no-repeat;
}
.threebox a {
    position:absolute;
    bottom:7px;
    right:14px;
    padding:0 14px;
    line-height:30px;
    background-color:#fff;
    color:#0097e0;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.threebox a:hover {
    background-color:#0097e0;
    color:#fff;
}
.threebox .threebox_desc {
    width:100%;
    height:240px;
    padding:0;
}
.threebox .threebox_desc p {
    font-size:14px;
    line-height:24px;
    padding:5px 20px 5px;
    margin:0;
    border:none;
}
.threebox .threebox_desc img {
    display:block;
    margin:0 auto;
}
.threebox_desc .threebox_newsitem {
    display:block;
    margin: 0;
    padding:12px 20px 0 20px;
    width:100%;
    position:relative;
}
.threebox_desc .newscroll {
    overflow-y:scroll;
    height:180px;
}
.descroll {
    overflow-y:hidden !important;
}
.threebox_desc .threebox_newsitem .newsthumb {
    float:left;
    width:50px;
    height:50px;
    background-color:#fff;
    position:absolute;
    top:12px;
    left:20px;
    background-position:center center;
    background-size:auto 100%;
    background-repeat:no-repeat;
    border-radius: 50%;
}
.threebox_desc .threebox_newsitem span {
    padding-left:60px;
    display:block;
    position: relative;
    min-height: 50px;
}
.threebox:nth-child(3) .threebox_desc .threebox_newsitem span{
    padding-right: 60px;
}
.threebox_desc .threebox_newsitem a.newstitle {
    margin: 0;
    font-size:16px;
    color:#0097e0;
    padding:0;
    line-height:20px;
    position:static;
    background:none;
    text-transform:none;
    text-align: left;
}
.threebox_desc .threebox_newsitem .newsdate {
    position:absolute;
    top:0;
    line-height: 18px;
    right:0;
    color:#646464;
    padding:0;
    font-size:10px;
}
.threebox_desc .threebox_newsitem .newstext {
    color:#646464;
    padding:0 0 10px 0;
    font-size:13px;
    margin:0;
    line-height:20px;
    border-bottom:1px solid #e5e5e5;
}
.threebox_desc .threebox_newsitem .newstext a {
    background:none;
    font-size:13px;
    text-transform:none;
    line-height:20px;
    padding:0;
    margin:0;
    position:static;
}
.threebox_desc .threebox_newsitem .newstext a:hover {
    color:#646464;
}

/* ------------------------------ INNER ------------------------------ */
#search-primary {
    margin:40px 0;
    float:left;
    position:relative;
    width:760px;
    background-color:#fff;
    padding:30px 40px;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
}
#search-primary .important {
    color:#fff;
    background-color:#d85d5d;
    padding:8px 15px;
    display:block;
}
#search-primary h3 {
    color:#646464;
    font-size:18px;
    line-height:22px;
    font-weight:400;
    margin:0;
    text-transform:uppercase;
}
#search-primary ul {
    padding-left:30px;
    color:#646464;
}
#search-primary li {
    line-height:30px;
}
#search-primary a, .newsbox a {
    color:#0198E1;
    text-decoration:none;
}
#search-primary a:hover {
    color:#FB700D;
}
#secondary {
    margin:40px 0;
    width:360px;
    float:right;
}
.inner-container{
    width:100%;
    max-width:1160px;
    margin:0 auto;
    position:relative;
    height:100%;
}
.inner_title {
    line-height: 50px;
    color: #fff;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    position:absolute;
    top:110px;
    left:0;
}
.inner_breadcrumb {
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    position:absolute;
    top:156px;
    left:0;
}
.inner_breadcrumb .trail-browse {
    display:none;
}
.inner_breadcrumb a {
    color:#fff;
    font-size:12px;
    text-decoration: none;
}
.inner_breadcrumb a i {
    color:#fff;
    font-size:18px;
}
.inner_breadcrumb .sep {
    display:inline-block;
    margin:0 10px;
}
.inner_main-image {
    width:100%;
    display:block;
    height:320px;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0 0 30px 0;
    position:relative;
}
.single-product_type .inner_main-image:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-position:center center;
    background-repeat:repeat;
    background-image:url('/wp-content/themes/ims/images/watermark.png');
}
.watermark {
    position:relative;
    display:block;
    height:auto;
}
.watermark:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-position:center center;
    background-repeat:repeat;
    background-image:url('/wp-content/themes/ims/images/watermark.png');
}
.page-template-page-basket .inner_box {
    min-height:80px;
    padding: 10px 180px 10px 115px;
    position:relative;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    -o-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.page-template-page-basket .inner_box p {
    font-size:14px;
}
.page-template-page-basket .inner_box .basket-actions {
    position:absolute;
    top:0;
    right:0;
    width:auto;
    height:80px;
    text-align:right;
    font-size:0;
}
.page-template-page-basket .inner_box .basket-actions span.quantity {
    display:inline-block;
    text-align:center;
    font-size:0;
    line-height:80px;
    color:#d35b5b;
    cursor:pointer;
    padding:0;
    position:relative;
    overflow:hidden;
    width:124px;
    height: 100%;
    vertical-align: top;
}
.page-template-page-basket .inner_box .basket-actions span.quantity input {
    width:80px;
    display:inline-block;
    vertical-align: middle;
    font-size:12px;
    height:36px;
    line-height:36px;
    background-color: #fff;
    color:#3a3a3a;
    vertical-align: top;
}
.page-template-page-basket .inner_box .basket-actions span.quantity input.updated {
    border-color:#65C452;
}
.page-template-page-basket .inner_box .basket-actions span.remove {
    display:inline-block;
    text-align:center;
    font-size:22px;
    line-height:80px;
    color:#d35b5b;
    cursor:pointer;
    padding:0 14px;
    position:relative;
    overflow:hidden;
    height: 100%;
    vertical-align: top;
}
.page-template-page-basket .inner_box .basket-actions span.remove i{
    vertical-align: top;
    line-height: 36px;
}

.page-template-page-basket .inner_box .basket-actions span.remove i.fa-times:hover {
    transform: rotate(180deg);
    -webkit-transition:all 200ms ease-in-out 0s;
    -moz-transition:all 200ms ease-in-out 0s;
    -ms-transition:all 200ms ease-in-out 0s;
    -o-transition:all 200ms ease-in-out 0s;
    transition:all 200ms ease-in-out 0s;
}
.page-template-page-basket .inner_box .inner_image {
    height:60px;
    width:110px;
    top:10px;
}
.page-template-page-basket .inner_box h2 {
    line-height:30px;
    margin:0;
}
.page-template-page-basket .inner_box p {
    margin:0;
}
.page-template-page-basket .inner_box.hidden {
    height:0;
    opacity:0;
    visibility:hidden;
    min-height:0;
    padding:0;
}
.inner_box {
    display:block;
    padding:30px 0 30px 180px;
    width:100%;
    min-height:260px;
    margin: 0;
    position:relative;
    border-bottom:1px solid #f5f5f5;
}
.inner_box:last-child {
    border:0;
}
.inner_box .inner_image {
    position:absolute;
    top:30px;
    left:0;
    width:160px;
    height:200px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}

.find-out-more{
    margin: 20px 0 0;
}

.inner_box .cat_form {
    height:0;
    opacity:0;
    visibility:hidden;
    display:block;
    position:relative;
    width:100%;
}
.inner_box .cat_form .sent span.your-email, .inner_box .cat_form .sent span.your-comp, .inner_box .cat_form .sent input[type="submit"] {
    opacity:0;
    visibility:hidden;
}
.inner_box .cat_form span.your-email {
    height:44px;
    font-size:16px;
    width:75%;
    position:absolute;
    top:46px;
    left:0;
}
.inner_box .cat_form span.your-comp {
    height:44px;
    font-size:16px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.inner_box .cat_form input[type="submit"] {
    height:44px;
    font-size:14px;
    width:25%;
    position: absolute;
    top:46px;
    right:0;
    outline:none;
}
.inner_box .cat_form input[type="email"], .inner_box .cat_form input[type="text"] {
    outline:none;
}
.inner_box .cat_form_on {
    height:90px;
    opacity:1;
    visibility:visible;
}
#search-primary .inner_box div.wpcf7-response-output {
    border:0;
    position: absolute;
    top:0;
    right:-30px;
    width:20px;
    line-height:44px;
    height:44px;
    padding:0;
    margin:0;
    color:#c4444d;
}
#search-primary .inner_box div.wpcf7-mail-sent-ok {
    position:absolute;
    top:0;
    left:0;
    right:auto;
    width:100%;
    color:inherit;
    line-height:44px;
}
.hide {
    display:none;
}
#search-primary .inner_box .cat_form .ajax-loader {
    position:absolute;
    top:14px;
    right:-25px;
}

/* ------------------------------ INTERACTIVE SEARCH ------------------------------ */
.nodata {
    display:block;
    line-height:32px;
    margin:0;
    color:#fff;
    text-align:center;
    height:32px;
    width:100%;
    background-color:#e74c3c;
    position:absolute;
    /*top:44px;*/
    left:0;
}
#search-primary .filter {
    display:block;
    width:100%;
}
#search-primary .filter .table_sizer {
    position:absolute;
    top:10px;
    right:10px;
    margin:0;
    padding:0;
    height:30px;
    text-align:right;
    color:rgba(0,0,0,0.6);
}
#search-primary .filter .table_sizer i {
    font-size:22px;
    text-align: center;
    padding:5px;
    height:30px;
    width:30px;
    cursor:pointer;
    z-index:99;
    position:relative;
    display:inline-block;
}
#search-primary .filter .table_sizer i:hover {
    background-color:#e5e5e5;
}
#search-primary .filter h3 {
    line-height:40px;
}
#search-primary form div {
    display:inline-block;
    width:20%;
    position:relative;
    margin-right:1%;
}
#search-primary form div.wpcf7-response-output {
    display:block;
    width:100%;
    position:relative;
    margin:0;
}
#search-primary form div:last-child {
    margin:0;
}
#search-primary form div p {
    font-size:16px;
    color:rgba(0,0,0,0.6);
    font-weight:bold;
    line-height:140%;
    margin:0 0 10px 0;
    vertical-align: top;
}
#search-primary form div p i {
    display:inline-block;
    font-size:20px;
    color:rgba(0,0,0,0.6);
    line-height:100%;
    margin-right:3px;
}
#search-primary form div span.search_span {
    position:absolute;
    display:block;
    font-weight:100;
    top:auto;
    bottom: 0;
    right:0px;
    font-size:14px;
    color:#5a5a5a;
    background: none;
    width:42px;
    height:42px;
    text-align:center;
    line-height:42px;
    z-index:1;
    cursor:pointer;
}
#search-primary form div input {
    padding:10px;
    position:relative;
    z-index:1;
    background:#f9f9f9;
    border:1px solid #e5e5e5;
    -webkit-transition:all 300ms ease-in-out 0;
    -moz-transition:all 300ms ease-in-out 0;
    -ms-transition:all 300ms ease-in-out 0;
    transition:all 300ms ease-in-out 0;
    outline:0;
    color:rgba(0,0,0,0.6);
    font-size:20px;
    height: 44px;
}
#search-primary form div textarea {
    padding:10px;
    position:relative;
    z-index:1;
    background:#f9f9f9;
    border:1px solid #e5e5e5;
    outline:0;
    color:rgba(0,0,0,0.6);
    font-size:20px;
    max-width:100%;
}
#search-primary form div input::-webkit-input-placeholder {
    color:#e2e2e2;
}
#search-primary form div input::-moz-placeholder {
    color:#e2e2e2;
}
#search-primary form div input:-moz-placeholder {
    color:#e2e2e2;
}
#search-primary form div input:-ms-input-placeholder {
    color:#e2e2e2;
}
#search-primary form div input:focus, #search-primary form div textarea:focus {
    background:none;
    color:#0097E0;
}
#search-primary form div.select {
    padding:0;
    position:relative;
    z-index:1;
    border:1px solid #e5e5e5;
    -webkit-transition:all 300ms ease-in-out 0;
    -moz-transition:all 300ms ease-in-out 0;
    -ms-transition:all 300ms ease-in-out 0;
    transition:all 300ms ease-in-out 0;
    outline:0;
    height:44px;
    width:40%;
    vertical-align: bottom;
}
#search-primary form div.select p {
    margin-top:-31px;
}
#search-primary form div.select select {
    line-height:42px;
    height:42px;
    padding:0;
    margin:0;
    color:rgba(0,0,0,0.6);
    top:0;
    right:0;
    border:0;
    width:100%;
    font-size:14px;
    background:#f9f9f9;
    outline:0;
    margin:-2px 0 0 0;
}
#search-primary form div.type_option {
    margin-right:0;
}

#search-primary form div.search_button {
    float: right;
    width: auto;
    line-height: 50px;
    margin-top: 33px;
    text-align: left;
    padding-left:52px;
    padding-right:22px;
    color: #fff;
    background: #FB700D;
    height:44px;
    position:relative;
    font-size:20px;
    -webkit-transition:all 100ms ease-in-out 0;
    -moz-transition:all 100ms ease-in-out 0;
    -ms-transition:all 100ms ease-in-out 0;
    transition:all 100ms ease-in-out 0;
}
#search-primary form div.search_button i {
    position:absolute;
    top:0;
    left:0;
    width:52px;
    line-height: 44px;
    height:44px;
    font-size:22px;
    text-align:center;
}
#search-primary form div.search_button:hover {
    background: #0097E0;
    cursor:pointer;
}


#search-primary form div.select_image {
    width:100%;
    margin:10px 0;
    text-align:center;
}
#search-primary form div.select_image span {
    margin: 0;
    display: table;
    position: static;
    line-height:0;
    padding:0;
    height:100px;
    float:left;
}
#search-primary form div.select_image p {
    display:none;
}
#search-primary form div img {
    background:none;
    border:0;
    padding:0;
    width:55px;
    height:auto;
    -webkit-transition:all 300ms ease-in-out 0;
    -moz-transition:all 300ms ease-in-out 0;
    -ms-transition:all 300ms ease-in-out 0;
    transition:all 300ms ease-in-out 0;
    display:table-cell;
    vertical-align: middle;
}


#search-primary form input[type="hidden"] {
    display:none!important;
}
.dimensions{
    margin: 0;
    display: inline-block;
    padding: 10px 20px 0;
    background: #0097E0;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.table_wrapper {
    margin:0 auto;
    max-width:1160px;
    display:block;
    background-color:#fff;
    -webkit-transition:all 300ms ease-in-out 0;
    -moz-transition:all 300ms ease-in-out 0;
    -ms-transition:all 300ms ease-in-out 0;
    transition:all 300ms ease-in-out 0;
}
.table_interactive_search {
    margin:0 0 40px;
    border-spacing: 0;
    position:relative;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
}
.table_interactive_search thead {
    background-color:#0097E0;
    color:#fff;
}
.table_interactive_search thead th, .table_interactive_search thead tr {
    line-height:44px;
    padding:0 10px;
    text-align:center;
    font-size:16px;
    cursor:default;
    background:none!important;
    font-weight:normal!important;
    border:none!important;
}
.table_interactive_search thead th{
    vertical-align: middle;
    line-height: 150%;
    padding: 10px 8px;
}
.table_interactive_search tbody tr {
    color:#5a5a5a;
    cursor:default;
}
.table_interactive_search tbody tr.odd{
    background: #ECECEC;
}
.table_interactive_search tbody tr.even{
    background: #E2E2E2;
}
.table_interactive_search tbody tr.searched {
    background:#fff;
}
.table_interactive_search tbody tr.hidden {
    opacity:0;
    display:none;
}
.table_interactive_search tbody tr.subhead {
    background-color:#fff;
}
.table_interactive_search tbody tr.subhead td strong {
    font-weight:bold;
    color:#0097E0;
    font-size:14px;
}
.table_interactive_search tbody tr.subhead:hover td {
    background-color:#fff!important;
}
.table_interactive_search tbody tr:hover td {
    color:#3a3a3a;
    background-color:#f5f5f5!important;
}
.table_interactive_search tbody td {
    padding:0 10px;
    font-size:14px;
    vertical-align: middle!important;
    text-align: center;
    height:50px;
    border-bottom:1px solid #f5f5f5;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    -o-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.table_interactive_search tbody td:first-child{
    text-align: left;
}
.page-id-274 .table_interactive_search tbody td:nth-child(7), .page-id-278 .table_interactive_search tbody td:nth-child(7), .page-id-112 .table_interactive_search tbody td:nth-child(3) {
    font-size:12px;
    text-align:left;
}
.table_interactive_search tbody td.thumb{
    text-align: center !important;
}
.table_interactive_search td:last-child {
    width:6%;
}
.table_interactive_search td.desc_col {
    width:15%;
}
.page-id-276 .table_interactive_search td.desc_col {
    width:50%;
}
.tablepress-id-1 th.column-2 {
    width:4%;
}
.tablepress-id-1 th.column-8 {
    width:20%;
}
.tablepress-id-1 th.column-6, .tablepress-id-7 th.column-2 {
    width:18%;
}
.tablepress-id-7 th.column-10 {
    width:5%;
}
.tablepress-id-7 th.column-4 {
    width:10%;
}
.tablepress-id-7 th.column-9 {
    width:8%;
}
.table_interactive_search tbody td img {
    vertical-align: middle;
    text-align: center;
    margin:0;
    padding:0;
    height:auto;
    width:50px;
    -webkit-transition:all 300ms ease-in-out 0s;
    -moz-transition:all 300ms ease-in-out 0s;
    -ms-transition:all 300ms ease-in-out 0s;
    -o-transition:all 300ms ease-in-out 0s;
    transition:all 300ms ease-in-out 0s;
}
.table_interactive_search tbody td a span img {
    height:auto;
    width:100%;
    max-width:100%;
    max-height:100%;
}
.table_interactive_search tbody tr.upsize img {
    height:150px;
    width:150px;
}
.table_interactive_search tfoot img {
    margin:0 auto;
    display:block;
    opacity:1;
    max-width:80px;
    padding:30px 0;
}

.back-button{
    font-size: 14px;
    margin: 0 0 15px;
    display: block;
}

#noty_center_layout_container .table_interactive_search{
    margin: 0;
    box-shadow: none;
}

#noty_center_layout_container .noty_buttons{
    border-top-width: 0px !important;
    padding: 0 10px 10px !important;
}

#noty_center_layout_container button{
    border: none;
    background: #FB700D;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

button#button-0{
    background: #0097E0;
}

button#button-0:before{
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin: 0 10px 0 0;
}

button#button-1:after{
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin: 0 0 0 10px;
}

/* ------------------------------ ENQUIRY ------------------------------ */

.table_interactive_search thead th.actions {
    width:5%;
}
.table_interactive_search thead th.actions i {
    font-size:0;
}
.table_interactive_search tbody td.actions i {
    font-size:26px;
    color:#fb700d;
    cursor:pointer;
    z-index:999;
    position:relative;
    padding:10px;
    cursor: pointer;
}
.table_interactive_search tbody td.actions {
    position:relative;
    padding:0;
    cursor: pointer;
}
.table_interactive_search tbody td.actions *{
    cursor: pointer;
}
.table_interactive_search tbody td.actions i.active {
    color:#0097e0;
}
.table_interactive_search tbody td.actions i:hover {
    color:#0097e0;
}
.table_interactive_search tbody td.actions i:hover + span {
    opacity:1;
    visibility:visible;
    right: 100%;
    margin-right: 20px;
    pointer-events: none;
}
.table_interactive_search tbody td.actions i:before{
    cursor: pointer;
}
.table_interactive_search tbody td.actions span {
    position:absolute;
    top:0;
    right:0;
    height:30px;
    line-height:30px;
    margin:10px 0;
    width: 225px;
    display: block;
    padding: 0 10px;
    background:#fff;
    opacity:0;
    font-size:12px;
    font-weight:bold;
    visibility:hidden;
    text-transform: uppercase;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    -o-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}

@media (max-width:1645px) {

    .table_interactive_search tbody td.actions span{
        display: none;
    }

}

.table_interactive_search tbody td.actions span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
}


/* ------------------------------ TECHDATA ------------------------------ */
#techdata {
    margin-top: 30px;
    padding: 0;
    border:1px solid #efefef;
    position: relative;
    overflow: hidden;
}
#techdata h2 {
    line-height:50px;
    padding:0 20px;
    margin:0;
    background:#f5f5f5;
}
#techdata ul.techtabs {
    margin: 10px 0;
    width:100%;
    display:block;
    list-style: none;
    padding:0;
    text-align: center;
}
#techdata ul.techtabs li {
    display:inline-block;
    margin-left:-4px;
    width:30%;
}
#techdata ul.techtabs li a {
    display:block;
    padding:0;
    line-height:44px;
    border-bottom: 3px solid #f5f5f5;
    color:#646464;
    cursor: pointer;
}
#techdata ul.techtabs li a:hover, #techdata ul.techtabs li a.active {
    border-bottom: 3px solid #0198E1;
    color:#646464;
}
#techdata .techdrawing {
    padding:0;
    min-height:300px;
}
#techdata .techdata {
    display:block;
    width:90%;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size:contain;
    height:0;
    padding-top:0;
    opacity:0;
    -webkit-transition:all 300ms ease-in-out 0s;
    -moz-transition:all 300ms ease-in-out 0s;
    -ms-transition:all 300ms ease-in-out 0s;
    -o-transition:all 300ms ease-in-out 0s;
    transition:all 300ms ease-in-out 0s;
}
#techdata_din {
    background-image:url('/wp-content/themes/ims/images/techdata/techdata_din/din_main.png');
}
#techdata_sae {
    background-image:url('/wp-content/themes/ims/images/techdata/techdata_sae/sae_main.png');
}
#techdata_mid {
    background-image:url('/wp-content/themes/ims/images/techdata/techdata_mid/mid_main.png');
}
#techdata .techdata ul {
    margin: 10px 0;
    text-align: center;
    padding:0;
    display: block;
    list-style: none;
}
#techdata .techdata li {
    display:block;
    width:100%;
    margin:0;
    text-align: left;
    height:38px;
}
#techdata .techdata a {
    width:auto;
    margin:0;
    text-align: left;
    line-height:38px;
    padding-left:15px;
    border-left:2px solid rgba(0,0,0,0);
    cursor:pointer;
    height:38px;
    display:table-cell;
    background:#fff;
}
#techdata .techdata a.active {
    border-left:2px solid #FB700D;
    color:#FB700D;
    background:none;
}
#techdata .techdata a.active + a.viewtech {
    opacity:1;
}
#techdata .techdata a.viewtech {
    width:auto;
    margin:0;
    text-align: left;
    line-height:38px;
    padding-left:15px;
    border-left:2px solid rgba(0,0,0,0);
    cursor:pointer;
    height:38px;
    display:table-cell;
    opacity: 0;
}

.queried_article {
    margin:0 -40px;
    padding:20px;
    border-top:1px solid #f5f5f5;
    cursor: pointer;
    padding-right:100px;
    position:relative;
}
.queried_article:hover {
    background-color:#f5f5f5;
}
.queried_article .mainlink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
#secondary .widget {
    background-color:#fff;
    padding:15px 20px;
    margin-bottom:28px;
    box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);
}
#contact-map{
    margin-top:28px;
    padding:0 !important;
    font-size:0;
}
#secondary .contactside {
    height:225px;
    position:relative;
    background-image:url('/wp-content/themes/ims/images/contactside_bg.png');
    background-position:bottom right;
    background-repeat:no-repeat;
}
#secondary .contactside h3 {
    color:#0097e0;
    position:absolute;
    top:30px;
    left:40px;
    font-size:24px;
    font-weight:500;
    width:120px;
    line-height:30px;
}
#secondary .contactside p {
    color:#646464;
    position:absolute;
    bottom:30px;
    left:40px;
    font-size:16px;
    font-weight:500;
    width:200px;
    line-height:30px;
}
#secondary .contactside p a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
#secondary .contactside p a:hover{
    color: #0097e0;
}
#secondary .contactside i:first-child {
    color:#0097e0;
    margin-right:12px;
    font-size:20px;
}
#secondary .contactside i:last-child {
    color:#0097e0;
    margin-right:12px;
    font-size:17px;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
    clear:both;
}
.footer-social-media{
    background: url('/wp-content/themes/ims/images/banner_v2.jpg') #33373A;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.footer-social-media .inner-container{
    padding: 0px;
}
.footer-social-media .inner-container a {
    width:60px;
    display:block;
    float:left;
    color:#fff;
    text-decoration:none;
}
.footer-social-media .inner-container .social_icons {
    width:240px;
    margin:0 auto;
    display:block;
}
.footer-social-media .inner-container i {
    font-size: 32px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    display: block;
    -webkit-transition:all 100ms ease-in-out 0s;
    -moz-transition:all 100ms ease-in-out 0s;
    -ms-transition:all 100ms ease-in-out 0s;
    transition:all 100ms ease-in-out 0s;
}
.footer-social-media .inner-container i:hover {
    font-size:28px;
}
.site-info{
    background-color:#0097e0;
    text-align: center;
    padding:35px 0px;
}
footer aside{
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    width:300px;
}
footer aside p, footer aside a{
    color:#ffffff;
    text-decoration: none;
    margin:0;
}
footer aside:last-child{
    margin-right:0;
}
.searched{
    font-weight:bold;
}

.single-post table{
    color: #646464;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: 200;
    border-collapse: collapse;
}

.single-post table tr:first-child td{
    vertical-align: middle;
}

.single-post table tr td strong{
    font-weight: bold;
}

.single-post table tr:first-child td:nth-child(4){
    padding: 10px 0;
}

.single-post table tr td:nth-child(4),
.single-post table tr td:nth-child(5),
.single-post table tr td:nth-child(6){
    text-align: center;
}

.single-post td, .single-post th {
    width: 4rem;
    height: 2rem;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.postid-4808 table tr th:nth-child(1),
.postid-4808 table tr th:nth-child(2),
.postid-4808 table tr th:nth-child(3){
    width: 75px;
}

.postid-4808 table tr td:nth-child(1){
    background: #0097e0;
    border-color: #fff;
    color: #fff;
}

.single-post th {
    background: #0097e0;
    border-color: #fff;
    color: #fff;
}


/**
 * 8.5 Lightbox
 * -----------------------------------------------------------------------------
 */

a.tooltip {
    outline: none;
    text-decoration: none;
    position: relative;
    display:block;
    cursor: default;
}
a.tooltip > span {
    width: 300px;
    padding: 0;
    margin:0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    bottom:100%;
    right:0;
    border:1px solid #e5e5e5;
    box-shadow: 0 0px 15px -3px rgba(0,0,0,0.5);
}
a.tooltip > span img {
    border-radius:3px;
}
a.tooltip > span img:hover {
    cursor: default;
}
a.tooltip:hover > span {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin:0;
}
a.tooltip > span:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-position:center center;
    background-repeat:repeat;
    background-image:url('/wp-content/themes/ims/images/watermark.png');
}
nav#search-primary-navigation .menu_icon {
    display:none;
}

/**
 * 9.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media (max-width: 1280px) {
    .header-main {
        max-width:960px;
    }
    #logo img {
        width:240px;
        height:auto;
    }
    nav#search-primary-navigation {
        margin-left:240px;
    }
    nav#search-primary-navigation a {
        font-size:14px;
        padding:0 10px;
        line-height:50px;
        height:47px;
    }
    #phone-number {
        padding:0 10px;
        font-size:18px;
        line-height:47px;
    }
    .inner-container {
        max-width:960px;
    }
    #image-banner {
        width:660px;
        height:307px;
    }
    .responsive-slider.flexslider .slide {
        height: 307px;
    }
    #three-boxes {
        width:266px;
    }
    .box {
        margin-bottom:35px;
    }
    .box-image {
        width:40px;
    }
    .box-image img {
        margin:14px;
    }
    .box-content {
        width:222px;
        padding:12px 10px;
    }
    .box-content p {
        font-size:13px;
        line-height:18px;
    }
    .box-content p strong, .box-content p a strong {
        font-size:16px;
    }
    .searchboxes {
        height:200px;
    }
    .searchboxes .searchbox {
        width:217px;
        height:200px;
    }
    .searchboxes .searchbox a span i {
        display:none;
    }
    .threebar {
        height:347px;
    }
    .threebox {
        width:298px;
        height:247px;
    }
    .threebox .threebox_desc {
        height:196px;
    }
    .threebox p {
        line-height:50px;
    }
    .threebox a {
        right:10px;
        bottom:10px;
    }
    .threebox .threebox_desc img {
        max-width:100%;
    }
    .threebox_desc .threebox_newsitem {
        padding:10px 10px 0 10px;
        display:none;
    }
    .threebox_desc .threebox_newsitem:first-child {
        display:block;
        border:0;
    }
    .threebox_desc .threebox_newsitem .newsthumb {
        height:40px;
        width:40px;
        top:10px;
        left:15px;
    }
    .threebox_desc .threebox_newsitem a.newstitle {
        font-size:14px;
    }
    .threebox_desc .threebox_newsitem .newstext {
        border:0;
    }
    #secondary {
        width:266px;
    }
    #secondary .contactside {
        height:205px;
        background-size:110px;
    }
    #secondary .contactside h3 {
        top:20px;
        left:30px;
    }
    #secondary .contactside p {
        left:30px;
        bottom:20px;
        font-size:14px;
    }
    #search-primary {
        width:664px;
    }
}
@media (max-width: 1024px) {
    .header-main {
        max-width:660px;
    }
    nav#search-primary-navigation {
        width:254px;
        height:47px;
        position:relative;
        z-index:999;
    }
    nav#search-primary-navigation .menu_icon {
        height:47px;
        line-height:47px;
        display:block;
        text-align:center;
        color:#0097E0;
        font-size:22px;
        cursor: pointer;
    }
    nav#search-primary-navigation li {
        float:none;
    }
    nav#search-primary-navigation a {
        height:40px;
        line-height:40px;
    }
    nav#search-primary-navigation ul ul {
        position:static;
        width:100%;
        background:none;
        visibility:visible;
        box-shadow:none;
        border:0;
        display:block;
        opacity:1;
        padding:0 0 10px;
    }
    nav#search-primary-navigation ul ul a {
        opacity:1;
    }
    nav#search-primary-navigation a:hover, nav#search-primary-navigation li.current-menu-item > a, nav#search-primary-navigation li.menu-item-has-children:hover > a {
        border:0;
    }
    .menu-top-menu-container {
        background:#fff;
        box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
        visibility:hidden;
        opacity:0;
        -webkit-transition:all 200ms ease-in-out 0s;
        -moz-transition:all 200ms ease-in-out 0s;
        -ms-transition:all 200ms ease-in-out 0s;
        transition:all 200ms ease-in-out 0s;
        display:none;
    }
    .toggled_menu {
        visibility:visible;
        opacity:1;
        display:block;
    }
    .inner-container {
        width:660px;
    }
    .top-search {
        top:40px;
    }
    #image-banner {
        margin:0;
        display:block;
        width:100%;
        margin-bottom:30px;
    }
    #three-boxes {
        width:100%;
    }
    .box {
        margin-bottom:10px;
    }
    .box-image {
        width:20%;
        padding:0;
    }
    .box-image img {
        margin:26px;
    }
    .box-content {
        width:100%;
        padding:10px 0 17px 12%;
    }
    .box-content p {
        line-height:22px;
        font-size:14px;
    }
    .box-content p strong, .box-content p a strong {
        font-size:20px;
    }
    .searchboxes {
        height:430px;
    }
    .searchboxes .searchbox {
        width:47%;
        margin-bottom:30px;
    }
    .searchboxes .searchbox:nth-child(2n+2) {
        margin-right:0;
        float:right;
    }
    .threebar {
        height:1030px;
    }
    .threebox {
        width:100%;
        margin-bottom:30px;
        overflow:hidden;
        height:290px;
    }
    .threebox_desc .threebox_newsitem {
        display:block;
    }
    .threebox_desc .threebox_newsitem a.newstitle {
        font-size:18px;
        margin:10px 90px 0 90px;
    }
    .threebox_desc .threebox_newsitem .newstext {
        font-size:16px;
        margin:0 0 0 90px;
    }
    .threebox_desc .threebox_newsitem .newsthumb {
        height:70px;
        width:70px;
    }
    .threebox_desc .threebox_newsitem {
        padding:20px 10px 0 10px;
    }
    #search-primary {
        width:100%;
    }
    #secondary {
        width:100%;
        margin-top:0;
    }
    #secondary .contactside {
        height:160px;
    }
    #secondary .contactside h3 {
        width:100%;
    }
    #secondary .contactside p {
        font-size:24px;
        width:100%;
    }
}


@media (max-width: 720px) {
    .header-main {
        max-width:100%;
        position:fixed;
        top:0;
        left:0;
        right:0;
        margin:0 auto;
        height:40px;
        background:#fff;
        z-index:999;
        box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
    }
    .formob {
        margin:0 auto;
        max-width:100%;
        padding:0 20px;
    }
    #logo {
        z-index:999;
    }
    #logo img {
        width:70px;
    }
    #phone-number {
        position:absolute;
        height:40px;
        line-height:40px;
        top:0;
        left:0;
        right:0;
        margin:0 auto;
        max-width:200px;
        text-align:center;
        background:0;
        color:#606060!important;
        text-decoration:none;
        font-size:17px;
        z-index:100;

    }
    #phone-number a {
        color:#606060;
        text-decoration: none;
    }
    #phone-number i {
        margin-right:5px;
    }
    nav#search-primary-navigation {
        margin:40px 0 0 0;
        width:100%;
        height:40px;
        z-index:9999;
    }
    nav#search-primary-navigation .menu_icon {
        text-align:right;
        height:40px;
        line-height:40px;
        font-size:17px;
        float:right;
        position:relative;
        margin-top:-40px;
        z-index:1002;
    }
    .menu-top-menu-container {
        background:rgba(255,255,255,1);
        margin:0;
        max-width:100%;
        padding:50px 0;
        z-index:1001;
        position:fixed;
        top:0;
        left:0;
        right: 0;
        width:100%;
        height:100%;
        overflow:scroll;
    }
    nav#search-primary-navigation ul {
        max-width:320px;
    }
    .inner-container {
        width:100%;
        padding:0 20px;
    }
    .top-search {
        display:none;
    }

    .inner_box .cat_form span.your-email{
        width: 100%;
    }
    .inner_box .cat_form input[type="submit"]{
        width: 100%;
        direction: inherit;
        position: relative;
        top: auto;
    }
    span.wpcf7-form-control-wrap{
        position: relative !important;
        top: auto !important;
    }
    span.wpcf7-form-control-wrap input{
        margin: 0 0 5px;
    }
    #top-banner {
        height:60px;
        margin-top:40px;
        position:relative;
        z-index:100;
        background-image:none;
        background:rgba(0,0,0,0.7);
    }
    tr:nth-child(-n+4) td a.tooltip > span{
        top: 35px;
    }
    .table_interactive_search tbody td a span img{
        max-height: none;
    }
    #secondary .contactside h3{
        font-size: 14px;
        line-height: 20px;
    }
    #secondary .contactside p{
        margin: 10px 0 0;
        font-size: 12px !important;
    }
    #secondary .contactside i:last-child{
        font-size: 12px;
    }
    #secondary .contactside h3,
    #secondary .contactside p{
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .home #top-banner {
        height:339px;
    }
    .home .strapline{
        font-size: 20px !important;
        line-height: 30px !important;
    }
    header.site-header{
        max-height: 200px;
        overflow: hidden;
    }
    .strapline, .inner_title {
        top:0;
        line-height:60px;
        font-weight:500;
        font-size:16px;
        text-align:center;
        width:100%;
    }
    .home .strapline {
        font-size:50px;
        padding:30px 20px;
        line-height:70px;
    }
    .blue-banner {
        padding:0;
    }
    #image-banner {
        height:339px;
        margin-bottom: 0;
        position:absolute;
        top:-339px;
        left:0;
        width:100%;
    }
    .responsive-slider.flexslider .slide {
        height:auto;
        position:relative;
        overflow:hidden;
    }
    .responsive-slider.flexslider .slide-title a {
        font-size:14px;
        line-height:40px;
    }
    .responsive-slider.flexslider .slides img {
        height:339px!important;
        margin-left:-50%!important;
        width:760px!important;
        max-width:760px!important;
    }
    .box-content {
        padding: 0 15px 15px 22%;
    }
    .box-content p strong, .box-content p a strong {
        font-size:17px;
    }
    .flex-control-nav, .flex-direction-nav, .slide-title {
        display:none;
    }
    .home .top-banner {
        background:none;
    }
    .searchbar {
        height:100%;
        background:#fff;
    }
    .searchbar p {
        text-align:center;
        margin:0;
    }
    .searchbar h3 {
        font-size:24px;
        margin-bottom:10px;
        text-align:center;
    }
    .searchboxes {
        height:100%;
        font-size:0;
        width:100%;
        position:static;
        left:0;
        margin-bottom:0;
    }
    .searchboxes .searchbox {
        width:50%;
        margin:0;
        display:inline-block;
        float:none;
    }
    .searchboxes .searchbox .searchbox_image {
        background-size:contain;
    }
    .searchboxes .searchbox p {
        font-size:12px;
        height:40px;
        line-height:40px;
    }
    .searchboxes .searchbox a {
        box-shadow:none;
        border:1px solid #f5f5f5;
    }
    .searchboxes .searchbox:hover p {
        font-size:12px;
    }
    .searchboxes .searchbox:hover a {
        box-shadow: none;
    }


    .loading_wrapper {
        display:none;
    }
    .inner_breadcrumb {
        display:none;
    }
    .threebar {
        height: 100%;
    }
    .threebox {
        height:260px;
        float:none;
    }
    footer aside {
        display:block;
        width:300px;
        margin:0 auto;
    }
    footer aside:last-child {
        margin:0 auto;
    }
    #secondary .contactside h3 {
        width:50%;
    }
    #secondary .contactside p {
        font-size:17px;
        width:70%;
    }
    #search-primary form div {
        width:100%;
        margin: 0 0 30px 0;
    }
    #search-primary form div.type_option, #search-primary form div.select {
        width:100%;
    }
    .table_wrapper {
        max-width:320px;
        overflow:scroll;
    }
    .table_interactive_search {
        width:1000px;
    }
    .table_sizer {
        display:none;
    }
    .inner_box {
        padding:250px 0 30px 0;
    }
    .inner_box .inner_image {
        width:100%;
        height:160px;
    }
    h2 {
        text-align:center;
        font-size:20px;
        line-height:30px;
    }
    h1 {
        font-size:24px;
        text-align:center;
    }
    .inner_main-image {
        height:100px;
    }
    .inner_box a {
        display:block;
        margin:0 auto;
        text-align: center;
    }
    img {
        height:auto;
        max-width:100%;
    }
    .tablepress {
        width:1020px!important;
    }
    #techdata {
        margin:20px -70px;
        border:0;
        background: #fff;
    }
    #techdata h2 {
        padding:0 10px;
    }
    #techdata ul.techtabs li {
        width:33%;
    }
    #techdata ul.techtabs li a {
        font-size:10px;
    }
    .threebox_desc .threebox_newsitem {
        padding: 13px 10px 0 10px;
    }
    .threebox_desc .threebox_newsitem a.newstitle {
        font-size:13px;
        margin:0 50px 0 60px;
        line-height:18px;
    }
    .threebox_desc .threebox_newsitem .newstext {
        font-size:12px;
        margin: 0 0 0 60px;
    }
    .threebox_desc .threebox_newsitem .newsthumb {
        height:40px;
        width:40px;
    }

    #three-boxes {
        width:100%;
        position:fixed;
        bottom:0;
        left:0;
        font-size:0;
        right:0;
        margin:0;
        z-index:998;
        border-top: 1px solid #e5e5e5;
    }
    #three-boxes .box {
        width:33%;
        margin:0;
        display:inline-block;
        height:40px;
        border-right: 1px solid #e5e5e5;
        box-shadow:none;
    }
    #three-boxes .box .box-content {
        padding:7px 0 0 45px;
        margin:0;
        width:125px;
    }
    #three-boxes .box:nth-child(2) {
        width:34%;
    }
    #three-boxes .box-content p:last-child {
        display:none;
    }
    #three-boxes .box-content p:first-child {
        display:block;
    }
    .box-content p {
        line-height:12px;
    }
    .box-content p strong, .box-content p a strong {
        font-size:10px;
    }
    .box-content p strong span, .box-content p a strong span {
        display:block;
    }
    #three-boxes  .box-image {
        width:30px;
    }
    #three-boxes .box-image img {
        margin:10px;
        height:22px;
    }
    .textwidget p:last-child {
        font-size:12px;
    }
    .site-info {
        padding:20px 0 50px;
    }

}


/* FOR INTERNET EXPLORER */

.ie nav#search-primary-navigation a {
    padding:0 15px!important;
}
.ie .searchboxes .searchbox {
    margin-right:0!important;
    margin-left:30px;
}
.ie .searchboxes .searchbox:first-child {
    margin-right:0!important;
    margin-left:0;
}
.ie .threebox {
    margin-right:0!important;
    margin-left:32px;
}
.ie .threebox:first-child {
    margin-right:0!important;
    margin-left:0!important;
}
.ie .textwidget p {
    color:#fff;
}
.ie #search-primary form div input  {
    padding:0 12px;
}
.ie .flexslider.responsive-slider .slides img {
    position:relative;
    z-index:1;
}
.ie .flexslider.responsive-slider .slide .slide-title {
    position:relative;
    z-index:2;
    background:#fff;
    height:60px;
}
.ie * {
    border:none;
    outline:none;
}
.i-am-new{
    width:500px !important;
}
.i-am-new li{
    width:500px !important;
}

.tech_table td{
    border:#666 solid 1px !important;
    text-align:center;
}

.tech_table th{
    border:#666 solid 1px !important;
    text-align:center;
}
.lower_int{
    font-size:12px;
}
.footer-schema {
    text-align: center;
    background: #0097e0;
    color: #fff;
}
.footer-schema p {
    display:inline-block;
    color:#fff;
    font-size: 12px;
}
.footer-contact-info {
    display: inline-block;
}

.page-id-5784 p.dimensions{
    display: none;
}

.page-id-5784 .table_wrapper{
    background: none;
}

.drive-shafts-table-wrap{
    background: #fff;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    text-align: center;
}

.drive-shafts-table-wrap .wp-post-image{
    margin: 0 auto 20px;
}

.drive-shafts-table-wrap h2{
    text-transform: none;
    font-size: 30px;
    margin: 30px 0 20px;
    color: #0198E1;
    text-transform: uppercase;
}

.drive-shafts-table{
    border: 10px solid #fff;
    border-collapse: collapse;
    background: #fff;
    margin: 0;
    text-align: left;
}

.drive-shafts-table thead tr th{
    font-weight: bold;
    border-left: 1px solid rgba(100,100,100,0.05);
    border-bottom: 1px solid rgba(100,100,100,0.05);
}

.drive-shafts-table thead tr th:first-of-type{
    width: 35%;
    border-left: 0;
}

.drive-shafts-table thead tr th,
.drive-shafts-table tbody tr td{
    padding: 10px 15px;
    text-align: center;
}

.drive-shafts-table tbody tr.desc-tr{
    border-top: 1px solid rgba(100,100,100,0.05);
    padding-top: 10px;
}

.drive-shafts-table tbody tr{
    -webkit-transition:all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    -ms-transition:all 0.15s ease-in-out;
    -o-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out;
}

.drive-shafts-table tbody tr:hover{
    background: rgba(1,152,225,0.05);
}

.drive-shafts-table tbody tr td{
    vertical-align: bottom;
    border-left: 1px solid rgba(100,100,100,0.05);
    text-transform: uppercase;
}

.drive-shafts-table tbody tr td:first-of-type{
    text-align: left;
    vertical-align: middle;
    border-left: 0;
    background: #fff;
}

.drive-shafts-table tbody tr td:first-of-type span{
    font-weight: bold;
    display: block;
}

.drive-shafts-table tbody tr td:first-of-type span.descrip{
    font-weight: normal;
}

#shaft-menu-wrapper{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    background: #fff;
    padding: 30px 0 0;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
}

#shaft-menu-wrapper p{
    font-size: 22px;
    /*font-weight: 500;*/
    margin: 0 20px 5px;
    /*color: #0198E1;*/
}

#shaft-menu.fixed{
    position: fixed;
    left: auto;
    top: 0;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
}

#shaft-menu{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 15px 15px;
}

#shaft-menu li{
    display: inline-block;
    background: #FB700D;
    margin: 0 5px 5px;
    font-size: 13px;
    text-align: center;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 22%;
}

#shaft-menu li a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    color: #fff;
}

#shaft-menu li:hover,
#shaft-menu li.active{
    background: #0198E1;
}
