/******************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.1.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,700,700italic,900);
@import 'library/css/fonts.css';
/* Font Faces - END */

html {
    font-size: 100% !important;
}
body, p, td, ul, li {
    color: #000;
    font-family: 'helvetica neue', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
    color: #101010;
    font-family: 'helvetica neue', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 2.625rem;
}
h3 {
    font-size: 2.25rem;
}
h4 {
    font-size: 1.875rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.125rem;
}
a {
    color: #164A92;
    outline: none;
    text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    color: #164A92;
    text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
    border: 0;
    max-width: 100%;
    position: relative;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.logo img{
    width: 279PX;
}

img:not(.ls-bg) {
    height: auto !important;
}
img:before {
    background-color: #efefef;
    border: 2px dotted rgb(200, 200, 200);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100px;
    width: 100%;
}
img:after {
    color: rgb(100, 100, 100);
    content: "\f127" " Broken Image of " attr(alt);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
img.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
img.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
img.grayscale {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
img.grayscale:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
p {
    margin: 0 0 30px;
    padding: 0;
}
p:last-child{
    margin: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    color: transparent;
    height: 1px;
    margin: 50px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
    max-width: 100%;
}
ul.list-none{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap {
    *zoom: 1;
}
ul.list-none:before,
ul.list-none:after,
.wrap:before,
.wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
ul.list-none:after,
.wrap:after {
    clear: both;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
    hyphens: none;
}
.sfm-rollback {
    display: none;
}
#post-not-found {
    padding-top: 30px;
    text-align: center;
}

/*********************
LAYOUT STYLES
*********************/
.row {
    max-width: 100%;
}
.center {
    margin: 0 auto;
    max-width: 1770px;
    padding: 0 15px;
}
.mainbody,
.extra-content {
    padding: 80px 40px;
}
.extra-content-cols {
    margin: 0 -15px;
}
.extra-content-col {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
    width: 50%;
}
.extra-content-col-03 .extra-content-col {
    width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
    width: 25%;
}
.extra-content-col-05 .extra-content-col {
    width: 20%;
}
.extra-content-col-06 .extra-content-col {
    width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1),
.extra-content-col-03 .extra-content-col:nth-child:(3n+1),
.extra-content-col-04 .extra-content-col:nth-child:(4n+1),
.extra-content-col-05 .extra-content-col:nth-child:(5n+1),
.extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
    clear: both;
}


/*** GLOBAL LAYOUT ***/
/* Header */
.main-header{
    background-color: #fff;
    padding: 45px 40px 40px;
    width: 100%;
    z-index: 9;
}
.logo{
    float: left;
}
.top-menu{
    float: right;
    padding-top: 9px;
}
.header-right{
    float: right;
    padding-left: 12px;
}
.header-right > ul > li{
    float: left;
    font-weight: 400;
}
.header-right > ul > li > a > span {
    background: url('library/images/icons/phone.png') no-repeat left center;
    padding: 1px 21px 1px 40px;
    font-size: 22px;
    line-height: 37px;
    margin-top: 7px;
    display: block;
    background-size: 30px;
}
.header-right > ul > li > a.em-button{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 25px 15px;
}

.header-right  li.mobile-phone {
    display: none;
}

/* Bottom Bar */
.bottom-bar{
    padding: 0 0 20px;
}
.bottom-bar .center{
    max-width: 1920px;
    padding: 0;
}
.bottom-bar ul{
    list-style: none;
    margin: 0 !important;
    padding: 0;
}
.bottom-bar ul > li:nth-child(2n){
    background-color: #f1f1f1;
}
.bottom-bar ul > li{
    float: left;
    text-align: center;
    width: 16.66%;
    max-width: 320px;
    background-color: #e3e3e3;
    padding: 0;
    margin: 0 !important;
}

/* Newsletter Bar */
.newsletter-bar {
    background: #12468a;
    color: #fff;
    padding: 80px 40px;
}

.newsletter-bar h2{
    color: #fff;
    margin-bottom: 0;
}

.newsletter-bar .gform_footer.top_label {
    display: inline-block;
    width: auto;
}

.newsletter-bar .gform_body {
    display: inline-block;
    width: 80% !important;
}

.newsletter-bar input#gform_submit_button_7 {
    border: 3px solid #e5e5e5;
    background: none;
    font-size: 14px;
    height: 55px;
  margin-right: 0;
    text-transform: uppercase;
    text-align: center;
}

div#gform_wrapper_7 {
    padding-top: 3px;
}

.validation_error{
	display:none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,0);
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}

.gform_wrapper .validation_message {
    color: #add;
}

.product-list-sku{
    display: none;
}

/* Footer */
.main-footer{
    background-color: #fff;
    padding: 80px 40px;
}
.footer-col-wrapper{
    border-bottom: 1px solid #868686;
    padding-bottom: 50px;
}
.footer-col{
    float: left;
    width: 22.63%;
    margin-right: 3.16%;
}
.footer-col h4{
    border-bottom: 9px solid #1a4c90;
    padding-bottom: 20px;
}
.footer-col-1 p:first-child{
    margin: 0;
}
.footer-col-1 p{
    margin-right: 20px;
}
.footer-col-1 hr{
    background-color: #1a4c90;
    border: 0 none;
    height: 9px;
    margin: 28px 0px;
}
.footer-col-2,
.footer-col-3,
.footer-col-4{
    padding-top: 27px;
}
.footer-col-4{
    margin-right: 0;
    position: relative;
}
.footer-col-4 img{
    position: absolute;
    right: 40px;
    top: 50%;
}
.footer-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul > li{
    padding: 0 0 7px;
}
.footer-col a{
    color: #000;
}
.footer-col a:hover{
    color: #1a4c90;
}

.footer-bottom{
    padding-top: 65px;
}

.footer-bottom .footer-contact-details {
    display: none;
}
.copyright{
    float: right;
    font-size: 0.875rem;
    color: #000;
    padding-right: 40px;
    padding-top: 5px;
}
.copyright span{
    margin: 0 1px;
}
.copyright a{
    color: #000;
}
.copyright a:hover{
    color: #1a4c90;
}
.social-media{
    list-style: none;
    padding: 0;
    margin: 0 15px;
    float: right;
}
.social-media > li{
    float: left;
    margin: 0 14px;
}
.social-media > li > a{
    color: #ababab;
}
.social-media > li > a:hover{
    color: #868686;
}
.social-media .fa{
    font-size: 38px;
}
.social-media .fa-facebook{
    font-size: 35px;
}

.woocommerce .mainbody {
    padding-left: 0;
}

.woocommerce.search-results .mainbody {
  padding-left: 0;
  padding-right: 0;
}

/*Wishlist*/
.msg_browselist  {
    margin-top: 10px;
    font-family: serif;
    font-size: larger;

}
.msg_success{
    font-family: serif;
    font-size: larger;
    color: #164a93;
    margin-top: 10px;
}
.div-your-details,
div.gform_wrapper.quote-request-frm_wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
div.gform_wrapper.quote-request-frm_wrapper a.chosen-single {
	float: left;
}
/*Wishlist_Table*/
.wishlist_table{
    margin: 0px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin: auto;
	max-width: 100%;
	width: 1300px;
}
.empty-wishlist-info, .gform_confirmation_message{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}
.wishlist_table th{
    background-color: #164a93;
    padding: 20px;
    color: #fcfffa;
    text-align: left;
   /* width: 80px;*/
    font-weight: 400;
    font-size: 16px
}
.wishlist_table tr{
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
.wishlist_table tr:last-child {
    border-bottom: none;
}

.wishlist_table tr td img{
    width: 85px;
}
.tbl_submit_wishlist{
    width: 87.5%;
}
.wishlist-heading{
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}
.div-empty-wishlist {
  margin: 0 auto;
  max-width: 1030px;
}
.empty-wishlist-info {
  text-align: center;
  padding-bottom: 45px;
  padding-top: 40px;
}
.empty-wishlist-info h2 {
  font-size: 2.25rem;
  margin-bottom: 10px;
}
.empty-wishlist-info p {
  font-size: 1.125rem;
}
.empty-wishlist-info p a {
  text-decoration: underline;
}
.empty-wishlist-call {
  font-size: 1.5rem;
  margin-top: 37px;
}
.empty-wishlist-form {
  background: #eee;
  margin-top: 70px;
  padding: 40px;
}
.btn-send-inquiry:hover
{
    /*color: #fff !important;*/
    text-decoration: none !important;
}
.btn-send-inquiry{
	max-width: 1300px;
    margin: 25px auto;
}
.btn-send-inquiry a
{
    background-color: #164A92;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    padding: 5px 25px;
    /*border: none !important;*/
}
.td-send-inquiry a{
    color: #fff;
}

.product_btn_fav:hover{
    color: #fff;
}
.wishlist_table td{
    padding:20px;
    text-align:left;
}

.product-btns a img{
    padding-left: 5px;
    float: left;
}
.product-cat-list-wrapper {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 50px;
}

/* 2017-07-04: Added this to fix double up on product name on /product/ page. */
.product-cat-list-wrapper li.product-category h2.woocommerce-loop-category__title {
	display: none;
}

/*** end of GLOBAL LAYOUT ***/


/*** HOMEPAGE ***/
/* Home Banner */
.home-banner{
    background: url(library/images/banner-home.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0 115px;
  position: relative;
  z-index: 1;
}
.banner-overlay{
    float: left;
    width: 59.77%;
    padding-right: 130px;
	position: relative;
    text-align: right;
	z-index: 300;
}
.banner-overlay h1{
    font-size: 64px;
    color: #e5e5e5;
    line-height: 1em;
    margin-top: -7px;
    margin-bottom: 70px;
}
.banner-overlay-content{
    font-size: 18.72px;
    font-weight: 700;
    color: #e5e5e5;
    letter-spacing: 3px;
}
.banner-overlay a.em-button:after{
    content:'';
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    right: 16px;
    border-top: 10px solid #e5e5e5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.banner-overlay a.em-button:hover:after{
    border-top-color: #2a4b77;
}
.banner-overlay a.em-button{
    border: 2px solid #e5e5e5;
    background-color: #2a4b77;
    color: #e5e5e5;
    font-size: 18.72px;
	padding-left: 15px;
    padding-right: 48px;
    position: relative;
}
.banner-overlay a.em-button:hover{
    background-color: #e5e5e5;
    color: #2a4b77;
}
.solution-dropdown {
  display: inline-block;
    margin: 0 10px;
}
.solution-dropdown-inner {
  position: relative;
}
.solution-dropdown-content {
  background: #2a4b77;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.solution-dropdown-content li:first-child {
  border-top: none;
}
.solution-dropdown-content li {
  border-top: 1px solid #fff;
}
.solution-dropdown-content li a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none;
}
.solution-dropdown-content li a:hover {
  background: #174481;
}
.banner-product{
    float: right;
    width: 40.23%;
    padding-right: 50px;
}
.banner-product-inner{
    background-color: #174481;
    width: 650px;
    padding: 60px 70px;
}
.banner-product h3{
    font-size: 32.63px;
    color: #fff;
    margin-bottom: 10px;
}
.banner-product p{
    color: #fff;
}
.banner-product form{
    width: 100%;
}
.banner-product input{
    display: block;
    float: left;
}
.banner-product input[type="search"]{
    background: #e5e5e5;
    border: 0;
    height: 70px;
    padding: 20px;
    width: 350px;
    margin-right: 8px;
    font-weight: 400;
}
.banner-product input[type="submit"]{
    border: 3px solid #e5e5e5;
    background: none;
    font-size: 18.72px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
}
.banner-product input[type="submit"]:hover{
    background: #e5e5e5;
    color: #174481;
}
.gform_wrapper ul.gform_fields li.gfield.solutions-field {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 43px;
  text-align: center;
}
.gform_wrapper .top_label .solutions-field .gfield_label {
  display: none;
}
.gform_wrapper .solutions-field div.ginput_container:before,
.gform_wrapper .solutions-field div.ginput_container:after {
  display: inline-block;
  line-height: 70px;
  vertical-align: top;
}
.gform_wrapper .solutions-field div.ginput_container:before {
  content: "PLEASE HELP ME";
  margin-right: 20px;
}
.gform_wrapper .solutions-field div.ginput_container:after {
  content: "MY STUFF";
  margin-left: 20px;
}

.gform_wrapper .solutions-field div.ginput_container:before, .gform_wrapper .solutions-field div.ginput_container:after {
  letter-spacing:1px;
  font-size:26px;
}

.gform_wrapper .solutions-field div.ginput_container {
  font-size: 28px;
  font-weight: bold;
}
.solutions-field .jqTransformSelectWrapper {
  display: inline-block;
  text-align: left;
  width: 212px !important;
  border: 2px solid #fff;
}

.solutions-field .jqTransformSelectWrapper div span:hover {
 background: #eee !important;
  color:#1a4c90;
}

.solutions-field .jqTransformSelectWrapper div span {
  background: #1a4c90;
  border-color: #1a4c90;
  color: #fff;
  font-size: 22px;
  margin: 0 !important;
  padding-bottom: 9px;
  padding-top: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  font-weight: 500;
}
.solutions-field .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
  border-left: 13px solid rgba(0,0,0,0);
  border-right: 13px solid rgba(0,0,0,0);
  border-top: 13px solid #fff;
  color: #fff;
  content: "";
  height: 0;
  margin-top: 28px;
  width: 0;
}
.solutions-field .jqTransformSelectWrapper a.jqTransformSelectOpen {
  background: transparent;
  right: 13px;
}

.solutions-field .jqTransformSelectWrapper ul a {
  padding: 14px;
  background: #1a4c90;
  border: 1px solid #fff;
  color: #fff;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 2px;
  font-weight: 500;
}

.solutions-field .jqTransformSelectWrapper ul a:hover {
  background:#eee;
  color:#1a4c90;
}

/* Home Portals */
.home-portals{}
.home-portals .center{
    max-width: 100%;
}
.portal-col{
    float: left;
    width: 20%;
    padding: 40px 20px 40px 30px;
    border-right: 1px solid #d2d2d2;
}
.portal-col:last-child{
    border: 0;
}
.portal-photo{
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
}
.portal-col:hover img{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.portal-col h6{
    color: #1a4c90;
    font-size: 1.125rem;
    font-weight: 500;
}
.portal-col h6 a{
    color: #1a4c90;
}
.portal-col h6 a:hover{
    color: #d02127;
}
.portal-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.portal-col ul > li{
    margin-bottom: 8px;
}
.portal-col ul > li > a{
    color: #000;
    text-decoration: underline;
    letter-spacing: 0;
}
.portal-col ul > li > a:hover{
    color: #164A92;
}

/* Home Mainbody */
body.home .mainbody *{
    color: #fff;
}
body.home .mainbody{
    background: url(library/images/bg-mainbody.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.home .mainbody .ezcol{
    width: 58% !important;
    margin-right: 4.5%;
}
body.home .mainbody .ezcol-last{
    width: 34% !important;
    margin-right: 3.5%;
    margin-top: 40px;
}
body.home .mainbody p{
    line-height: 1.8em;
}
body.home .mainbody .ezcol-last p{
    line-height: 1.6em;
}
body.home .mainbody div.gform_wrapper div.gform_body{
    float: left;
    width: 65.25%;
    margin-right: 2.07%;
}
body.home .mainbody div.gform_wrapper ul li.gfield{
    margin: 0;
}
body.home .mainbody div.gform_wrapper label.gfield_label{
    display: none;
}
body.home .mainbody div.gform_wrapper input.medium{
    width: 100%;
}
body.home .mainbody div.gform_wrapper input.medium{
    background: #fff url(library/images/icons/mail.png) no-repeat 18px center;
    border: 0;
    height: 55px;
    margin-bottom: 10px;
    padding-left: 70px !important;
    color: #000;
}
body.home .mainbody div.gform_wrapper div.gform_footer{
/*    float: left;*/
    margin: 0;
    clear: none;
}
body.home .mainbody div.gform_wrapper.grab-catalogue-frm_wrapper div.gform_footer input.button {
  margin-right: 0;
}
body.home .mainbody form input[type="submit"]{
    border: 3px solid #e5e5e5;
    background: none;
    font-size: 14px;
    height: 55px;
    text-transform: uppercase;
    text-align: center;
}
body.home .mainbody form input[type="submit"]:hover{
    background: #e5e5e5;
    color: #174481;
}
body.home .mainbody div.gform_wrapper .gfield_error{
    width: 100%;
}
body.home .mainbody div.gform_wrapper .validation_message{
    padding: 0 !important;
    margin: 0;
    color: #add;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    display: inline-block;
    width: 100% !important;
}

/* Home Industries */
.home-industries .ezcol{
    margin-right: 4.5%;
    width: 58% !important;
}
.home-industries .ezcol-last{
    margin-right: 0;
    width: 37.5% !important;
    padding-right: 3%;
}
.home-industries ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-industries ul > li{
    display: inline-block;
    width: 24%;
    margin-bottom: 40px;
    text-align: center;
}
.home-industries ul > li > img{
    margin-bottom: 14px;
}
.home-industries .ezcol-last p{
    font-size: 1.125rem;
}
.home-industries .ezcol-last a.em-button{
    font-size: 26.18px;
    padding: 28px 40px;
    letter-spacing: 0;
}

/* Home Case Studies */
.home-case-studies *{ color: #fff;}
.home-case-studies{
    background: url(library/images/bg-case-studies.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-case-studies .column-01{
    float: right;
    width: 40%;
}
.home-case-studies .column-01 p{
    line-height: 1.8em;
}
.home-case-studies a.em-button{
    font-size: 0.875rem;
    padding: 14px 18px 13px;
}

/* Enter any style for elements on homepage here */

/*** end of HOMEPAGE ***/


/*** INNERPAGE ***/
/* Inner Banner */
.inner-banner {
    background: url(library/images/banner-inner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 40px;
}
.inner-banner h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1em;
    margin: 8px 0 0;
}

.prosettings {
    display: none;
}

.probox {
    height: 100% !important;
}

.proinput {
    padding: 20px !important;
    margin: 0 !important;
}

.promagnifier {
    height: 74px !important;
    width: 74px !important;
    background: #174481 !important;
    border:1px solid #fff !important;
}

.proclose {
    height: 74px !important;
    width: 74px !important;
}

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
    color: rgb(0, 0, 0) !important;
}

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox{
     background-color: rgb(225, 255, 255);
    background-image: -moz-radial-gradient(center, ellipse cover, rgb(225, 255, 255), rgb(225, 255, 255)) !important;
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(225, 255, 255), rgb(225, 255, 255)) !important;
     background-image: -webkit-radial-gradient(center, ellipse cover, rgb(225, 99, 92), rgb(225, 99, 92)) !important;
    background-image: -o-radial-gradient(center, ellipse cover, rgb(225, 255, 255), rgb(225, 255, 255)) !important;
    background-image: -ms-radial-gradient(center, ellipse cover, rgb(225, 255, 255), rgb(225, 255, 255)) !important;
    background-image: radial-gradient(ellipse at center, rgb(255, 255, 255), rgb(255, 255, 255)) !important;
}

div#ajaxsearchliteres1 {
    background: #000;
}

.inner-banner div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 31.71%;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    float: right;
}

.inner-banner-form form{}
.inner-banner-form input{
    display: block;
    float: left;
}
.inner-banner-form input[type="search"]{
    background: #fff;
    border: 0;
    height: 70px;
    padding: 10px 10px 10px 35px;
    width: 350px;
    margin-right: 8px;
    font-size: 1.5rem;
    font-weight: 300;
}
.inner-banner-form input[type="submit"]{
    border: 3px solid #e5e5e5;
    background: none;
    font-size: 18.72px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
}
.inner-banner-form input[type="submit"]:hover{
    background: #e5e5e5;
    color: #174481;
}
.before-content {
	padding-bottom: 20px;
}

/* Inner Mainbody */
body.inner .mainbody .entry-content p{
    line-height: 1.8em;
}

/* Sidebar Left & Product Section */
.product-breadcrumbs, .product-breadcrumbs * {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.product-breadcrumbs {
    padding: 0 0 40px;
}
.product-backlink {
	font-weight: bold;
	padding: 0 11.971831%;
}
.product-backlink a:before {
	content: "\f060";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	right: 100%;
	top: 0;
}
.product-backlink a {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	line-height: 50px;
	position: relative;
	text-decoration: none;
}
.product-backlink a:hover {
	color: #79a3de;
}
#sidebar-left{
    float: left;
    background-color: #1a4c90;
    width: 30.47%;
    padding: 0 0 80px;
}
#sidebar-left .view-all{
    padding: 0 0 15px;
}
#sidebar-left .view-all a{
    font-size: 1.522rem;
    text-decoration: underline;
    color: #fff;
}
#sidebar-left .em-breadcrumb{
    font-size: 1.522rem;
    color: #fff;
    padding: 30px 0 34px;
}
#sidebar-left .sub-categories > li:before,
#sidebar-left .sub-categories > li:after {
    content: "";
    display: table;
    line-height: 0;
}
#sidebar-left .sub-categories > li:after {
    clear: both;
}
#sidebar-left .sub-categories > li{
	position: relative;
}
#sidebar-left .sub-categories > li.has-photo{
	min-height: 1px !important;
}
#sidebar-left .sub-categories > li a {
	padding: 0 11.971831%;
}
#sidebar-left .sub-categories > li.active-cat a {
	background: #fff;
	color: #164A92;
	font-weight: bold;
}
#sidebar-left .sub-categories > li.active-cat a span {
	color: #164A92;
}
#sidebar-left img{
    width: 100%;
    height: 100% !important;
}

.term-437 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-592 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-629 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-448 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-468 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-469 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-439 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-440 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-480 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo, .term-457 #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo{
    background-color: transparent;
}

.product-list-grid > li.product-item span.product-photo,
#sidebar-left .sub-categories > li.has-photo span.sub-cat-photo{
    display: table-cell;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
    width: 34.19%;
    height: 190px;
    vertical-align: middle;
    overflow: hidden;
}
#sidebar-left .sub-categories > li.has-photo span.sub-cat-photo{
	display: none;
}

/*  2017-06-15 added to fix jumbo text ***/
.woocommerce-LoopProduct-link h2 {
	font-weight: normal;
	font-size: 18px;
	display: none;
}

.product-list-grid > li.product-item span:last-child,
.cat-list-title, .product-listing-title{
    padding: 14px 0 30px;
}
#sidebar-left .sub-categories > li.no-photo{
    min-height: 1px !important;
}
#sidebar-left .sub-categories > li span{
    padding: 5px 0;
}
.product-list-grid > li.product-item a,
.product-list-grid > li.product-item a:hover,
#sidebar-left .sub-categories > li a,
#sidebar-left .sub-categories > li a:hover{
    display: block;
    text-decoration: none;
}
#sidebar-left .sub-categories > li img{
    margin: 0;
}
.product-list-grid > li.product-item:hover img,
#sidebar-left .sub-categories > li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product-list-grid > li.product-item span,
#sidebar-left .sub-categories > li span, .cat-list-title, .product-listing-title {
    font-size: 1.125rem;
  line-height: 1.5rem;
    color: #fff;
    display: block;
	position: relative;
}
.product-list-grid > li.product-item:hover span,
#sidebar-left .sub-categories > li:hover span{
    color: #79a3de !important;
}
.dropdown-sub-cat-toggle {
	display: none;
}
.dropdown-sub-cat-toggle a:after {
	content: "";
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
	border-top: 8px solid #1a4c90;
	margin-top: -4px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.dropdown-sub-cat-toggle a {
	background: #fff;
	border: 2px solid #1a4c90;
	color: #1a4c90;
	display: block;
	font-weight: normal;
	padding: 8px 40px 8px 20px;
	position: relative;
	text-decoration: none;
}
#product-section .mainbody{
    padding-top: 0;
}
#product-section .mainbody .center{
    max-width: 1920px;
    padding: 0;
}
#product-section #content{
    float: right;
    width: 69.53%;
    padding: 80px 3.91% 0;
}
#product-section #content.woo-search-result {
  width: 100%;
}
#product-section #content.product-details{
    padding-top: 50px;
}
.product-banner-wrapper {
  margin-bottom: 40px;
}
.product-banner{
    background-image: url(library/images/inner-mini-banner1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.product-banner-desc *{color: #fff;}
.product-banner-desc{
    float: left;
    background-color: #2f383a;
    width: 420px;
    padding: 42px 4.75%;
}
.product-banner-desc h3{
    margin: 0 0 20px;
}
.product-banner-desc p{
    font-size: 1.125rem;
    margin: 0 0 20px;
}
.product-banner-desc .learn-more{}
.product-banner-desc .learn-more a{
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline;
}
.product-banner-desc .learn-more a:hover{
    color: #d02127;
}
a.product-banner-more-link:before {
  content: "\002B";
  display: inline-block;
  margin-right: 8px;
}
a.product-banner-more-link-active:before {
  content: "\2212";
}
a.product-banner-more-link {
  background: #E4E4E4;
  color: #101010;
  display: block;
  font-size: 24px;
  padding: 20px 4.75%;
  text-decoration: none;
}
.product-banner-more-content {
  background: #FAFAFA;
  display: none;
  padding: 40px 4.75%;
}
.product-banner-extended {
  background: #1d4e8e;
  margin-bottom: 35px;
  margin-left: 1.425%;
}
.product-banner-extended * {
  color: #fff;
}
.product-banner-extended-image img {
  width: 100%;
}
.product-banner-extended-desc {
  padding: 50px;
}
.collapseomatic {
  background: none;
  font-weight: bold;
  padding-left: 0;
}
.collapseomatic_excerpt, .collapseomatic_content {
  margin-left: 0;
}
.product-list-grid > li.product-item{
    float: left;
    width: 17%;
    text-align: center;
    margin-left: 1.425%;
    margin-right: 1.425%;
}
.product-list-grid > li.product-item:nth-child(5n+1) {
    clear: both;
}
.product-list-grid > li.product-item{}
.product-list-grid > li.product-item span.product-photo{
   background-color: #fff;
border: 1px solid #eee;
}
.product-list-grid > li.product-item span.product-photo img {
	max-height: 160px;
	width: auto;
}
.product-list-grid > li.product-item span{
    color: #000 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    padding-right: 2.345786%;
}
.product-details {
    clear: both;
}
.product-btns {
    margin-top: 30px;
    display: flex;
}

.product-details h2, .related.products h2 {
    font-size: 1.875rem;
    line-height: 1.1em;
}
.up-sells.upsells.products {
  clear: both;
}
.products-related, .related.products {
  clear: both;
    padding: 50px 0 0;
}
.products-related ul, .related.products ul {
	margin-left: -2.5%;
}
.products-related ul > li, .related.products ul > li{
	display: block;
    float: left;
	margin: 0 0 20px 2.439024%;
    width: 17.560976%;
}
.products-related ul > li:last-child, .related.products ul > li:last-child {
    margin-right: 0;
}
.products-related ul > li a, .related.products ul > li a{
    color: #000;
}
.products-related ul > li a:hover, .related.products ul > li a:hover {
    color: #1a4c90;
    text-decoration: none;
}
.products-related ul > li img, .related.products ul > li img{
    margin: 0 0 20px;
}
.products-related ul > li span, .related.products ul > li span{
    display: block;
}
.woocommerce ul.products li.product-category > a:before {
  display: none;
}
.woocommerce ul.products li.first {
    clear: none !important;
}
.woocommerce ul.products li.product-category.industry {
	display: none;
}
/* Enter any style for elements on innerpage here */
.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 0;
}
.woocommerce div.product div.images img {
	margin: 0 auto;
	max-height: 300px;
	width: auto !important;
}
.woocommerce div.product div.images iframe {
	max-height: 300px;
	width: 100%;
}
.product-additional-information {
    clear: both;
}
.product-variation-table {
    clear: both;
}
.product-additional-information,
.product-variation-table {
    padding-top: 50px;
	padding-bottom: 50px;
}
.product-additional-information h2 {
    font-size: 1.875rem;
    margin: 0 0 15px;
}
.tbl_variations {
    border: 1px solid #e0e0e0;
    border-spacing: 0;
    width: 100%;
}
.tbl_variations thead {
    background: #1a4c90;
}
.tbl_variations thead tr th {
    color: #fff;
    padding: 16px 5px;
    text-align: left;
}
.tbl_variations thead tr th:first-child {
    padding-left: 22px;
}
.tbl_variations thead tr th:last-child {
    padding-right: 22px;
}
.tbl_variations td {
    border-bottom: 1px solid #e0e0e0;
    font-weight: normal;
    padding: 22px 5px;
}
.tbl_variations td p {
    font-weight: normal;
}
.tbl_variations tr td:first-child {
    padding-left: 22px;
}
.tbl_variations tr td:last-child {
    padding-right: 22px;
    text-align: right;
}
.tbl_variations .btn-variation-add-fav {
    display: inline-block;
    float: none;
    width: auto;
}
.tbl_variations .btn-variation-add-fav a {
    display: block;
    padding: 8px;
    text-decoration: none;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: none;
    margin: 0;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: auto;
}
.woocommerce #content div.product div.thumbnails > div:before {
	background: rgba(255,255,255,0.4);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	z-index: 1;
}
.woocommerce #content div.product div.thumbnails > div:hover:before {
	opacity: 1;
	visibility: visible;
}
.woocommerce #content div.product div.thumbnails > div {
	display: none;
	margin-right: 15px;
	position: relative;
	text-align: center;
	width: 120px;
}
.woocommerce #content div.product div.thumbnails div.product-video-thumb:after {
	background: url(library/images/youtube-play.png) no-repeat center center;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.woocommerce #content div.product div.thumbnails div.product-video-thumb div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.woocommerce #content div.product div.thumbnails div.product-video-thumb div {
  background: #000;
  position: relative;
}
.woocommerce #content div.product div.thumbnails div.product-video-thumb img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.woocommerce #content div.product div.thumbnails > div img {
	max-height: 120px;
}
.single-product .main-content {
  overflow: hidden;
  position: relative;
}
.single-product #sidebar-left {
  left: 0;
  position: relative;
  top: 0;
}
#expand_sidebar {
  background: #1a4c90;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  height: 50px;
  left: 100%;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 10px;
  visibility: hidden;
  width: 50px;
}
#product-section .main-content-hide-sidebar #content {
  width: 100%;
}
.main-content-hide-sidebar #sidebar-left {
  position: absolute;
}
.main-content-hide-sidebar #sidebar-left #expand_sidebar {
  opacity: 1;
  visibility: visible;
}

/* Single Event page */
body.archive .mainbody .center,
body.blog .mainbody .center,
body.single .mainbody .center{
  max-width: 1330px;
}
.event-details{}
.event-details h5{
  font-weight: 400;
  margin: 0 0 20px;
}
.event-details p{
  line-height: 1.4em !important;
    margin: 0 0 10px;
}
.event-details p > strong{
  color: #1a4c90;
    display: inline-block;
    width: 60px;
}
.event-buttons{
  padding: 10px 0 0;
}
.event-buttons a{
  background-color: #194c8d;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 200px;
  display: block;
  padding: 2px 20px;
  margin: 0 0 10px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
}
.event-buttons a:hover{
  background-color: rgba(25,76,141, 0.8);
  text-decoration: none;
}

/*** end of INNERPAGE ***/

/*********************
Search WP
*********************/

.searchwp-live-search-result__image{
    overflow: hidden;
    background: transparent;
    margin: 2px 8px 0px 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
}

#searchform.em-ajax-search {
    z-index: 999;
    background: #fff;
}

.home-banner-search #searchform.em-ajax-search{
    width: 100%;
}

.internal-banner-search #searchform.em-ajax-search{
    width: 31.71%;
    float: right;
}

@media (max-width: 767px) {
    .internal-banner-search #searchform.em-ajax-search{
        width: 100%;
    }
}

#searchform.em-ajax-search input {
    width: 100%;
    border: none;
    padding: 0px 90px 0px 16px !important;
    margin-right: -78px;
    font-size: 14px;
    height: 76px;
}

.em-ajax-search #searchsubmit {
    width: 74px;
    height: 74px;
    float: right;
    margin-right: 1px;
    margin-top: 1px;
}

.searchwp-live-search-results{
    border-radius: 0;
}

.searchwp-live-search-result {
    border-bottom: 1px solid #eee;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.searchwp-live-search-result:hover{
    background-color: #eee;
}

.searchwp-live-search-result p {
    padding: 0;
    border-bottom: none;
}

.searchwp-live-search-result p.result-title {
    font-size: 14px;
    color: #174481;
    font-weight: 400;
}

.searchwp-live-search-result .result-excerpt{
    font-size: 12px;
}

.searchwp-live-search-result .result-excerpt > p > a:last-child{
    display: none;
}

.searchwp-live-search-result a{
    white-space: unset;
    color: #000;
    display: unset;
}

.searchwp-live-search-result .result-excerpt a:hover{
    text-decoration: none;
    color: #000;
}

.searchwp-live-search-result .result-link {
    /*background-color: red;*/
	bottom: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
}


/*********************
SIDEBAR
*********************/
body.sidebar .mainbody-inner {
    padding-right: 280px;
    position: relative;
}
body.sidebar .main-content {
    float: left;
    position: relative;
    width: 100%;
}
body.sidebar .main-content #content{
    padding-right: 7%;
}
.main-sidebar {
    float: left;
    margin-top: 8px;
    margin-right: -100%;
    width: 280px;
}
.main-sidebar h4{
}
.main-sidebar .widget{
    border-top: 1px solid #dedede;
    margin-bottom: 40px;
    padding-top: 40px;
}
.main-sidebar .widget:first-child{
    border-top: 0;
    padding-top: 0;
}
.main-sidebar .widget h3{
    margin: 0 0 20px;
}
.main-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 10px;
}
.main-sidebar ul.menu > li > a {
    background: #a4a3a3;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.006em;
    padding: 20px 15px 19px 20px;
    position: relative;
    text-decoration: none;
}

.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
    background: #164a93;
}

.main-sidebar ul.menu > li.current-menu-item > a{
font-weight: 600;
}

.main-sidebar .menu-item img._before, .main-sidebar .rtl .menu-item img._after {
  display: none;
}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
    margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
    margin-left: 0;
}
.em-image-slider {
    overflow: hidden;
}
.image-scrollbox > ul {
    *zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
    content: "";
    display: table;
    line-height: 0;
}
.image-scrollbox > ul:after {
    clear: both;
}
.image-scrollbox > ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    width: 5000px;
}
.image-scrollbox > ul li {
    float: left;
    margin: 0 40px 0 0;
}

/*********************
ACCORDION
*********************/
.accordion {
    margin: 30px 0;
}
h3.accordion-title:before {
    content: "\002B";
    line-height: 1em;
    margin-top: -12px;
    position: absolute;
    right: 34px;
    top: 50%;
}
h3.accordion-title.open:before {
    content: "\2212";
}
h3.accordion-title {
    background: #e7eff5;
    color:#101010;
    cursor: pointer;
    font-size: 1.333333rem;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 29px 60px 29px 28px;
    position: relative;
}
h3.accordion-title.open {
    background: #00284d;
    color: #fff;
}
.accordion-content {
    background: #f2f2f2;
    color:#101010;
    margin: -4px 0 23px;
    padding: 30px 55px;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
    line-height: 18px;
}
div.tb-close-icon {
    height: 18px;
    line-height: 18px;
    width: 18px;
}
div#TB_caption {
    height: auto;
    padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
    display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff;
    margin: 0 auto 30px !important;
    max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
    *zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
    content: "";
    display: table;
    line-height: 0;
}
.woocommerce ul.products li.product:after {
    clear: both;
}
.woocommerce ul.products li.product {
    float: left;
    width: 17%;
    text-align: center;
  margin: 0;
    margin-left: 1.425%;
    margin-right: 1.425%;
}
.woocommerce ul.products li.product:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
    background: rgba(179,35,23,0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
    opacity: 1;
    visibility: visible;
}
.woocommerce ul.products li.product > a > h3, .woocommerce ul.products li.product-item > a > h3 {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}

/*.cat-list-title, .product-listing-title {
    color: #596060;
    font-size: 1.444444rem;
    font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
    color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
    color: #b32317;
}
.cat-list-link, .product-list-link {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
    font-size: 1.055556rem;
    padding-bottom: 13px;
    padding-top: 14px;
}*/

/* Product Archive - Listing View */
.product-listing-switch-view {
    float: right;
    list-style: none;
    margin: 9px 0 0;
    padding: 0;
}
.product-listing-switch-view li {
    border-left: 1px solid #c7c6c2;
    float: left;
    margin-left: 13px;
    padding-left: 13px;
}
.product-listing-switch-view li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.product-listing-switch-view li a:before {
    color: #d6d6d3;
    font-family: FontAwesome;
    font-size: 1.222222rem;
    margin-right: 3px;
    vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
    content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
    content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
    color: #000;
}
.product-listing-switch-view li a {
    color: #596060;
    display: block;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: normal;
    text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
    content: "Order By:";
    font-size: 1.111111rem;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
}
.woocommerce form.woocommerce-ordering {
    float: none;
    margin: 0 150px 35px 0;
    padding-left: 90px;
    position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
    width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
    font-size: 14px;
    line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    font-size: 28px;
    line-height: 36px;
}
.product-list-des p {
    margin: 0;
}
.woocommerce ul.products li.product .price {
    color: #b32317;
    font-size: 1rem;
    font-weight: 500;
    margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
    display: none;
}
body.em-grid-view-mode ul.products {
    margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
    border-top: none;
    float: left;
    margin: 50px 0 0 !important;
    padding-top: 0;
    width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
    float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
    clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
    display: block;
    float: none;
    width: auto;
}
body.em-grid-view-mode .product-list-info {
    float: none;
    padding: 0;
    width: auto;
}
body.em-grid-view-mode .product-listing-title {
    margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products *, ul.products.product-list-grid * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce .woo-search-result ul.products li:nth-child(5n+1) {
	clear: both;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
    *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
    clear: both;
}
.widget_woothemes_testimonials > .testimonials {
    position: relative;
}
.testimonials-list .quote > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 164px;
}
.testimonials-list .quote blockquote {
    font-size: 1.8125rem;
    line-height: 1.3384083em;
    margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
    font-size: 1.6875rem;
    line-height: 1.333333em;
    margin: 0;
}
.testimonials-list .quote .author {
    display: block;
    font-size: 1.4375rem;
    font-style: normal;
    margin: 0 0 0 210px;
}

/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
    border: none;
}
.flexslider.loading {
    background: #fff url(library/images/ajax-loader.gif) no-repeat center center;
	min-height: 300px;
}
.flex-direction-nav {
    height: 0;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a:before {
    color: rgba(0,0,0,0.4);
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 34px;
    text-indent: 0;
    text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
    content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
    content: "\f105";
}
.flex-direction-nav a:hover:before {
    color: rgba(0,0,0,1);
}
.flex-direction-nav a {
    font-size: 0;
    line-height: 0;
    opacity: 1 !important;
    outline: none;
    text-indent: -999em;
    width: 25px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.flex-direction-nav .flex-next {
    right: 10px;
}
.flexslider .slides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/**********
Contact
**********/
.contact-socials {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-socials li{
    display: inline-block;
    font-size: 26px;
}

.contact-socials a .fa-facebook {
    color: #3b5998;
}

.contact-socials a .fa-twitter{
    color: #1DA1F2;
    padding: 0 20px;
}

.contact-socials a .fa-linkedin {
    color: #0084bf;
}

.gform_title {
    font-weight: 100 !important;
    font-size: 30px !important;
    margin-top: 0 !important;
}

/*
News
*/

.wp-caption img{
    width: auto !important;
    max-width: auto !important;
}

.wp-caption {
    display: inline-block !important;
}


/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
    margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
    margin-right: 36px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
    margin: 0;
    max-width: none;
}
div.gform_wrapper ul li.gfield {
    margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
    display: block;
    font-weight: inherit;
    margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
    width: 100%;
}
div.gform_wrapper .gform_footer {
    padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
    margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
    height: 100px;
}

/*********************
JQTRANSFORM
*********************/
.jqTransformHidden {
    display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span{
    width: 100% !important;
}
.jqTransformSelectWrapper div span{
    border: 1px solid #b7b7b7;
    line-height: 50px;
    font-size: 1rem;
    padding: 0 0 0 12px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before{
    font-size: 28px;
    line-height: 50px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
    height: 50px;
    top: 1px;
    right: 1px;
}
.jqTransformSelectWrapper ul a{
    font-size: 0.938rem;
    padding: 4px 12px;
}

/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlist .events,
.postlist .post {
    border-top: 1px solid #e5e5e5;
    margin-top: 35px;
    padding-top: 35px;
}
.postlist .post-list .events:first-child,
.postlist .post-list .post:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.post-list-date {
    font-size: 0.875rem;
    margin-bottom: 14px;
  color: #9fa6b4;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.post-list-thumbnail {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
  margin-right: 30px;
  float: left;
  width: 230px;
}

.post-list-content a.em-button {
    font: bold 0.9rem/1.2em 'Roboto', sans-serif;
    padding: 18px 24px 18px;
}

.post-list-content p {
    margin: 0 0 20px;
}
.post-list-content a.excerpt-read-more {
    display: none;
}
.post-tags:before {
	display: none;
    content: "\f02c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.post-tags {
    font-size: 0.875rem;
    margin: 15px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
h1.single-title {
    font-size: 1.8125rem;
    font-weight: normal;
}
.post-image {
    margin: 15px 0;
}

/*********************
CASE STUDIES
*********************/
body.post-type-archive-case_studies .mainbody{
  background-color: #e8edf3;
}
.case-studies-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-studies-list > li{
  float: left;
  width: 23.2675%;
  margin-right: 2.31%;
  margin-bottom: 50px;
}
.case-studies-list > li:nth-child(4n){
  margin-right: 0;
}
.case-studies-list > li:nth-child(4n+1){
	clear: both;
}
.case-studies-list > li img{
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.case-studies-list > li img:hover{
  -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.case-studies-list > li span{
  background-color: #1a4c90;
  display: block;
}
.case-studies-list > li span.case-study-thumb{
  overflow: hidden;
}
.case-studies-list > li span.case-study-thumb img {
	width: 100%;
}
.case-studies-list > li span.case-study-title{
  color: #fff;
  font-size: 1rem;
  line-height: 1.6em;
  padding: 20px 30px;
}
body.single-case_studies .blue-bg{
  text-align: center;
}
body.single-case_studies .blue-bg h2{
  font-size: 3.75rem;
  color: #fff;
}
body.single-case_studies .blue-bg p{
  font-size: 1.5rem;
}
body.single-case_studies .mainbody .center{
  max-width: 1770px;
}
.cs-buttons{
  padding-top: 30px;
}
a.back-to-cs{
  margin-right: 20px;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
    *zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
    content: "";
    display: table;
    line-height: 0;
}
nav.main-nav ul.nav:after {
    clear: both;
}
nav.main-nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav ul.nav > li:after {
    background-color: #b2b2b2;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
    display: none;
}
nav.main-nav ul.nav > li {
    float: left;
    margin-left: -1px;
    position: relative;
}
nav.main-nav ul.nav > li:first-child {
    margin-left: 0;
}
nav.main-nav ul.nav > li.desktop-hidden {
	display: none !important;
}
nav.main-nav ul.nav > li.product-menu > a:after, #menu-item-17 > a:after, #menu-item-19 > a:after{
    content:'';
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    right: 18px;
    border-top: 5px solid #3e3e3f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
nav.main-nav ul.nav > li.product-menu > a:hover:after{
    border-top-color: #164A93;
}
nav.main-nav ul.nav > li.menu-item-has-children > a,
nav.main-nav ul.nav > li.product-menu > a {
    position: relative;
    padding-right: 37px;
}

nav.main-nav ul.nav > li > a {
    border: 1px solid rgba(0,0,0,0);
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 10px 19px 8px 22px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
}

nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
    border: 1px solid #000;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
    font-weight: normal;
}
nav.main-nav ul.nav li ul {
    background: #a4a3a3;
    left: 100%;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter:alpha(opacity=0);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
    width: 200px;
  z-index: 999;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}
nav.main-nav ul.nav > li > ul {
    left: 0;
    top: 100%;
}
nav.main-nav ul.nav li ul li {
    border-top: 1px solid #fff;
    position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
    border-top: none;
}
nav.main-nav ul.nav li ul li a {
    color: #fff;
    display: block;
    padding: 8px 14px;
    text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
    background: #1a4c90;
}
/* Mega Menu */
nav.main-nav ul.nav > li.mega-menu-item-active {
  z-index: 1001;
}
nav.main-nav ul.nav > li.mega-menu-item:hover > a:after,
nav.main-nav ul.nav > li.mega-menu-item.hover > a:after {
  border-top-color: #fff !important;
}
nav.main-nav ul.nav > li.mega-menu-item:hover > a,
nav.main-nav ul.nav > li.mega-menu-item.hover > a {
  background: #1a467f;
  border-color: #1a467f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
nav.main-nav ul.nav > li.mega-menu-item > ul {
  background: #1a467f;
  width: 696px;
  padding: 18px 22px 30px;
}
nav.main-nav ul.nav li.mega-menu-item ul li {
  border-top: none;
  float: left;
  margin: 12px 0 0;
  width: 47.004608%;
}
nav.main-nav ul.nav li.mega-menu-item ul li:nth-child(2n) {
  float: right;
}
nav.main-nav ul.nav li.mega-menu-item ul li:nth-child(2n+1) {
  clear: both;
}
nav.main-nav ul.nav li.mega-menu-item ul li a {
  background: rgba(15,40,72,0.2);
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
nav.main-nav ul.nav li.mega-menu-item ul li a:hover {
  background: rgba(15,40,72,1);
}
.menu-item img._before, .rtl .menu-item img._after {
  margin-right: 25px;
  min-width: 80px;
  width: 80px;
}
.mega-gradient-bg {
  background: rgba(0,0,0,0.78);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}
body.sfm-sidebar-push > .mega-gradient-bg {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.mega-gradient-bg-active {
  opacity: 1;
  visibility: visible;
}

/*********************
SuperFly Menu
*********************/
.sfm-navicon-button {
    padding: 20px 8px!important;
    top: 30px!important;
    margin-left: 8px;
}

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
    z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
    position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
    float: left;
}
#responsive_menu_pro_button_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 18px;
    margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
    margin: 0;
    padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
    margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 37px;
    line-height: 37px;
    margin-left: 12px;
    text-align: center;
    text-decoration: none;
    width: 37px;
}
.responsive-menu-social a:hover {
    color: #fff;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
    background: rgba(123,33,42, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    bottom: 30px;
    display: inline-block;
    height: 44px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-indent: 100%;
    visibility: hidden;
    white-space: nowrap;
    width: 44px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #7b212a;
    opacity: 1;
}

.breakout{
    background: url(/wp-content/uploads/2017/03/about-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.white-dropshadow {
    background: #fff;
    padding: 40px;
    min-height: 470px;
    /*box-shadow: 1px 1px 20px rgba(0,0,0,0.2);*/
}

.blue-bg{
    background: url(library/images/bg-mainbody.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.page-id-131 .blue-bg img{
    margin-top:30px;
    margin-bottom: 0;
}

.blue-bg p, .blue-bg h1, .blue-bg h5{
    color: #fff;
}

.grey-box {
    background: #eee;
    padding: 40px;
}

/* INDUSTRIES */

.industry-boxes{
    display: table;
}

.text-block{
background: #1a4c90;
width: 33%;
padding: 50px;
display: table-cell;
}

.text-block h4, .text-block p{
color: #fff;
}

.airport .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/airports-1.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.building .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/building.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.food .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/food-1.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.healthcare .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/healthcare.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.hospitality .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/hospitlity.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.logistics .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/logistics.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.warehousing .image-block{
    background: url('http://materialshandling.conetixtest.com/wp-content/uploads/2017/03/warehouse.jpg') no-repeat center center;
    width: 66%;
    padding: 50px;
    display: table-cell;
    background-size: cover;
}

.page-id-11 .main-sidebar, .page-id-131 .main-sidebar{
    display: none;
}

.page-id-11 .mainbody-inner, .page-id-131 .mainbody-inner {
    padding-right: 0 !important;
}

.page-id-11 .ezcol-one-quarter, .page-id-131 .ezcol-one-quarter {
    background: #1a4c90;
    color: #fff;
	margin-top: 30px;
}

.page-id-11 .ezcol-one-quarter p, .page-id-131 .ezcol-one-quarter p{
    padding: 20px 30px;
    font-size: 18px;
}

.page-id-11 .ezcol-one-quarter a, .page-id-131 .ezcol-one-quarter a{
    color: #fff;
    }

.page-id-11 .ezcol-one-quarter img, .page-id-131 .ezcol-one-quarter img{
    width: 100%;
}

.page-id-11 .mainbody, .page-id-131 .mainbody
{
    background:#e8edf3;
}

/* CASE STUDIES */

.page-id-12 .mainbody .center {
  max-width: 1060px;
}

/*ILIFT LANDING*/

.page-id-15527 .mainbody .center {
  max-width: 1060px;
}

.page-id-15527 .product-list-grid li.product-item {
 width: 30%;
}


.parent-pageid-131 .mainbody, .page-id-13422 .mainbody, .page-id-13408 .maibody, .page-id-13413 .mainbody,
.page-id-13430 .mainbody, .page-id-13438 .mainbody, .page-id-13426 .mainbody, .page-id-13434 .mainbody{
    display: none;
}


/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1700px) {
    .banner-overlay h1 {
        font-size: 58px;
    }

    .newsletter-bar .gform_body {
        width: 78% !important;
    }

}

@media (max-width: 1600px) {
    /* Header */
    .main-header{padding: 38px 40px 35px;}
    .logo img{width: 250px;}
    .header-right{padding-left: 1.5%;}
    nav.main-nav ul.nav > li > a{
        letter-spacing: 2px;
        font-size: 15px;
    }

    .header-right > ul > li > span {
        font-size: 26px;
        padding: 1px 30px 1px 35px;
        background-size: 26px auto;
    }


    /* Home Banner */
    .home-banner{padding: 100px 40px 80px;}
    .banner-overlay{padding-right: 90px;}
    .banner-product{padding: 0;}
    .banner-product-inner{width: 100%;padding: 45px 44px 50px;}
    .banner-product input[type="search"]{width: 300px;}

    body.home .mainbody .ezcol-last{margin-right: 0;width: 37% !important;}

    /* Bottom Bar */
    .bottom-bar ul > li{max-width: 280px;}

    .footer-col-4 img{right: 0;}

    /* Sidebar Left & Product Section */
    #sidebar-left {padding: 0 0 70px;}
    #sidebar-left .sub-categories > li img{max-width: 100%;}
    .product-list-grid > li.product-item span.product-photo,
    #sidebar-left .sub-categories > li.has-photo span.sub-cat-photo{height: 160px;}
    #product-section #content{padding: 84px 3% 0;}
}
@media (max-width: 1500px) {
    /* Header */
    .header-right > ul > li > span{
        padding: 1px 20px 1px 36px;
        font-size: 23px;
        margin-top: 7px;
    }
    .header-right > ul > li > a.em-button {
        font-size: 1rem;
        padding: 14px 20px 13px;
    }

    nav.main-nav ul.nav > li > a{
        font-size: 0.9rem;
        padding: 10px 16px 8px 19px;
    }

    .page-id-11 .mainbody
    {
        padding: 80px 100px;
    }

    .newsletter-bar .gform_body {
        width: 75% !important;
    }
}
@media (max-width: 1400px) {
    html{font-size: 95% !important;}

    /* Header */
    .logo img{width: 200px;}
    .top-menu{padding-top: 9px;}
    .header-right > ul > li > span{
        margin-top: 4px;
        -webkit-background-size: 26px auto;
        -moz-background-size: 26px auto;
        -o-background-size: 26px auto;
        background-size: 26px auto;
    }
    .header-right > ul > li > a.em-button{padding: 11px 20px 10px;}
    .header-right > ul > li > span {
        padding: 1px 20px 1px 35px;
        font-size: 22px;

    }

    .top-menu{
        padding-top: 4px;
    }

    .header-right > ul > li > a > span{
        margin-top: 2px;
    }

    nav.main-nav ul.nav > li > a {
        font-size: 0.8rem;
    }

    nav.main-nav ul.nav > li.product-menu > a:after, #menu-item-17 > a:after, #menu-item-19 > a:after {
        top: 15px;
    }

    /* Home Banner */
    .banner-overlay{padding-right: 60px;}
    .banner-overlay h1{margin: 0 0 60px;}
    .banner-overlay a.em-button,
    .banner-overlay-content{font-size: 1rem;}
    .banner-product-inner{padding: 34px 40px 44px;}
    .banner-product input[type="search"]{
        padding: 14px;
        height: 60px;
        width: 255px;
    }
    .banner-product input[type="submit"]{
        font-size: 1rem;
        height: 60px;
        padding: 10px 20px;
    }

    /* Home Mainbody */
    body.home .mainbody div.gform_wrapper div.gform_body,
    body.home .mainbody form input[type="email"]{width: 90%;}
    body.home .mainbody div.gform_wrapper div.gform_footer{clear: both;}


    /* Home Industries */
    .home-industries ul > li > img {
        margin-bottom: 5px;
        width: 90px;
    }
    .home-industries ul > li{
        min-height: 140px;
        line-height: 1.33em;
        margin-bottom: 20px;
    }
    .home-industries .ezcol-last a.em-button{padding: 20px 30px;}
    .home-case-studies .column-01{
        margin-right: 0;
        width: 47%;
    }

    /* Inner Banner */
    .inner-banner{padding: 60px 40px;}
    .inner-banner h1{font-size: 60px;}
    .inner-banner-form input[type="submit"]{font-size: 1.063rem;}

    /* Bottom Bar */
    .bottom-bar ul > li{max-width: 250px;}

    /* Sidebar Left */
    .product-list-grid > li.product-item span,
    #sidebar-left .sub-categories > li span{
        font-size: 1rem;
    }

    /* Sidebar Left & Product Section */
    #product-section #content{padding: 80px 2% 0;}
    .product-banner{}
  .product-banner-desc {
    padding: 20px 25px;
    width: 50%;
  }
  a.product-banner-more-link, .product-banner-more-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .product-banner-more-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }

    .newsletter-bar .gform_body {
        width: 73% !important;
    }
}

@media (min-width: 1366px) {
    .page-id-11 .mainbody, .page-id-131 .mainbody
    {
        padding: 80px 220px;
    }
}

@media (max-width: 1300px) {
    /* Header */

    .banner-overlay h1 {
        font-size: 54px;
    }

    .logo img{width: 200px;}
    .header-right > ul > li > span{
        font-size: 18px;
        padding: 0 12px 0 32px;
    }
    nav.main-nav ul.nav > li > a{letter-spacing: 1px;}

    .white-dropshadow {
        min-height: 520px;
    }

    nav.main-nav ul.nav > li > a {
        padding: 10px 13px 8px 15px;
    }

    .newsletter-bar .gform_body {
        width: 68% !important;
    }

}
@media (max-width: 1200px) {
    /* Header */
    .logo img{width: 180px;}
    .header-right{padding-left: 1%;}
    nav.main-nav ul.nav > li > a {padding: 10px 12px 8px 15px;letter-spacing: 0;}

    .header-right > ul > li > span {
        font-size: 18px;
        padding: 0 12px 0 28px;
        background-size: 18px auto;
    }

    .main-header {
        padding: 38px 25px 35px;
    }

    .newsletter-bar .gform_body {
        width: 68% !important;
    }


    /* Home Banner */
    .home-banner {padding: 70px 40px 60px;}
    .banner-overlay{padding-right: 40px;}
    .banner-overlay h1{font-size: 46px;margin-bottom: 50px;}
    .banner-overlay a.em-button:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #e5e5e5;
        right: 17px;
        top: 20px;
    }
    .banner-overlay a.em-button{padding: 14px 48px 13px 15px;}
    .banner-product-inner{padding: 25px 30px 32px;}
    .banner-product input[type="search"]{width: 215px;}
    .banner-product input[type="search"],
    .banner-product input[type="submit"]{
        height: 50px;
    }
    .banner-product input[type="submit"]{padding: 10px 14px;}

    .page-id-11 .mainbody
    {
        padding: 80px 40px;
    }

    /* Inner Banner */
    .inner-banner{padding: 50px 40px;}
    .inner-banner h1{font-size: 50px;}
    .inner-banner-form input[type="search"]{
        height: 60px;
        width: 280px;
        padding-top: 15px;
        padding-left: 20px;
    }
    .inner-banner-form input[type="submit"]{height: 60px;}

    body.inner .mainbody .entry-content p{
        line-height: 1.6em;
    }

    /* Bottom Bar */
    .bottom-bar ul > li{max-width: 200px;}

    .footer-col-4 img{position: static;margin-top: 10px;}

}
@media (max-width: 1100px) {
    html{font-size: 92.5% !important;}

    body, p, td, ul, li{
        line-height: 1.4em;
    }
    .sfm-rollback {
        display: block;
        width: 0;
        left: 10px;
    }

    .white-dropshadow {
        min-height: 470px;
    }

    /* Section Layout */
    .mainbody, .extra-content, .main-footer {
        padding: 60px 40px;
    }

    .bottom-bar {
        padding: 60px 40px;
    }

    /* Sidebar */
    body.sidebar .mainbody-inner {
        padding-right: 260px;
    }
    .main-sidebar {
        width: 260px;
    }
    .main-sidebar .widget{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .main-sidebar ul.menu > li > a{
        padding: 18px 15px 17px;
    }

    /*** Enter your custom style here ***/
    /* Header */

    .logo {margin-left: 20px;}
    .main-header {padding: 32px 40px 28px;}
    .top-menu{display: none;}

    /* Home Portals */
    .portal-col{padding: 30px 14px 30px 20px;}

    /* Sidebar Left & Product Section */
    #sidebar-left .view-all a{font-size: 1.25rem;}
    #product-section #content{padding-top: 65px;}
    .product-banner-desc p,
  .product-banner-more-content p {
    font-size: 1rem;
  }
    .product-list-grid > li.product-item, .woocommerce ul.products li.product {width: 22%;}
    .product-list-grid > li.product-item:nth-child(5n+1) {
        clear: none;
    }
    .product-list-grid > li.product-item:nth-child(4n+1) {
        clear: both;
    }
	.woocommerce .woo-search-result ul.products li:nth-child(5n+1) {
		clear: none;
	}
	.woocommerce .woo-search-result ul.products li:nth-child(4n+1) {
		clear: both;
	}
    .newsletter-bar .gform_body {
        width: 65% !important;
    }

}
@media (max-width: 1023px) {
    html{font-size: 90% !important;}
    h1 {
        font-size: 2.5px;
    }
    h2 {
        font-size: 2.125rem;
    }
    h3 {
        font-size: 1.875rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h1, h2, h3, h4, h5, h6, p{
        margin: 0 0 24px;
    }
    hr{
        margin: 24px 0;
    }
    .post-list-thumbnail {
        margin-right: 15px;
    }
    .table-style-1 td, .table-style-1 th {
        padding-left: 10px;
    }
    .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0;
    }
    .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
        right: 0;
    }

    .extra-content-col-02 .extra-content-col {
        width: 100%;
    }

    .newsletter-bar .gform_body {
        width: 100% !important;
    }

    .newsletter-bar .gform_footer.top_label {
        width: 100%;
    }

    .newsletter-bar .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    .newsletter-bar input#gform_submit_button_7 {
        width: 100%;
    }

    div.ezcol-last + .ezcol-divider {
        clear: both !important;
        display: block !important;
    }
    .cd-top {
        bottom: 20px;
        right: 20px;
    }

    .extra-content-col-05 .extra-content-col {
        width: 50%;
    }
    .extra-content-col-06 .extra-content-col {
        width: 33.333333%;
    }
    .extra-content-col-05 .extra-content-col:nth-child:(5n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
        clear: none;
    }
    .extra-content-col-05 .extra-content-col:nth-child:(2n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
        clear: both;
    }

    /* WooCommerce */
    .woocommerce ul.products li.product > a:after {
        font-size: 1.25rem;
        height: 50px;
        line-height: 50px;
        margin: -25px 0 0 -100px;
        width: 200px;
    }
    .cat-list-info, .product-list-info {
        padding-bottom: 0;
    }
    .cat-list-link, .product-list-link {
        margin-top: 15px;
        position: static;
        width: auto;
    }
    .woocommerce ul.products li.product .price {
        margin: 14px 0 12px;
    }
    .cat-list-link a.em-button, .product-list-link a.em-button {
        font-size: 1rem;
    }
    body.em-grid-view-mode ul.products {
        margin-top: -30px;
    }
    body.em-grid-view-mode ul.products li.product {
        margin-top: 30px !important;
    }
    body.em-grid-view-mode .product-listing-title {
        margin-top: 10px;
    }
    .woocommerce div.product .product_title {
        font-size: 2.125rem;
        margin-bottom: 20px;
    }

    .home-industries ul > li{
          width: 32%;
    }


    /* Section Layout */
/*    .mainbody,
    .extra-content,
    .bottom-bar,
    .main-footer{
        padding: 40px 0;
    }*/

    /* Sidebar */
    body.sidebar .mainbody-inner {
        padding-right: 240px;
    }
    .main-sidebar {
        width: 240px;
        padding-left: 0;
    }
    .main-sidebar .widget{
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .main-sidebar ul.menu > li > a{
        padding: 20px 18px 20px 24px;
    }

    /*** Enter your custom style here ***/
    /* Home Banner */
    .banner-overlay{width: 62%;}
    .banner-product{width: 38%;}
    .banner-overlay h1{margin: 0 0 30px;}
  .banner-overlay a.em-button, .banner-overlay-content {
    font-size: 13px;
  }
  .solution-dropdown {
    margin: 0 5px;
  }
    .banner-overlay-content{letter-spacing: 1.5px;}
  .banner-overlay a.em-button:after {
    right: 12px;
  }
  .banner-overlay a.em-button {
    padding: 14px 34px 13px 12px;
  }
    .banner-product h3{font-size: 1.875rem;margin-bottom: 4px;}
    .banner-product input[type="search"] {
        margin: 0 0 10px;
        width: 100%;
    }
    .banner-product input[type="submit"]{width: 100%;}
  .product-banner-extended-desc {
    padding: 20px;
  }

    body.home .mainbody p {line-height: 1.4em !important;}
    body.home .mainbody .ezcol-last p > br{display: none;}

    /* Home Industries */
    .home-industries .ezcol {
        margin-right: 2.5%;
        width: 60% !important;
    }
    .home-industries .ezcol-last{
        width: 37.5% !important;
        padding: 0;
        margin-right: 0;
    }
    .home-industries ul > li > img {width: 64px;}
    .home-industries .ezcol-last a.em-button {
        font-size: 1.25rem;
        padding: 15px 30px;
    }
    .home-case-studies .column-01{width: 100%;}

    /* Inner Banner */
    .inner-banner{padding: 40px 40px;}
    .inner-banner h1{font-size: 3rem;}
	.proinput {
		padding: 6px 10px !important;
	}
	.proclose, .promagnifier {
		height: 46px !important;
	}

    body.inner .mainbody .entry-content p{
        line-height: 1.4em;
    }

    /* Bottom Bar */
    .bottom-bar ul > li{max-width: 150px;}

    /* Footer */
    .footer-col-2, .footer-col-3, .footer-col-4 {
        padding-top: 16px;
    }

    /* Sidebar Left & Product Section */
    #sidebar-left .sub-categories > li.has-photo {
        margin: 0;
        width: 100%;
    }
    .product-list-grid > li.product-item span:last-child {
        padding: 7px 0 22px;
    }
    .product-list-grid > li.product-item, .woocommerce ul.products li.product {width: 30.25%;}
    .product-list-grid > li.product-item:nth-child(4n+1) {
        clear: none;
    }
    .product-list-grid > li.product-item:nth-child(3n+1) {
        clear: both;
    }
	.woocommerce .woo-search-result ul.products li:nth-child(4n+1) {
		clear: none;
	}
	.woocommerce .woo-search-result ul.products li:nth-child(3n+1) {
		clear: both;
	}
    .product-banner-desc{width: 100%;padding: 20px 5.5%;}
    #input_2_8_chzn{
        width: 100% !important;
    }
  a.product-banner-more-link {
    font-size: 20px;
  }
  .gform_wrapper .solutions-field div.ginput_container,
  .solutions-field .jqTransformSelectWrapper div span {
    font-size: 24px;
  }
  .solutions-field .jqTransformSelectWrapper {
    width: 190px !important;
  }
  .case-studies-list > li span.case-study-title {
	  padding: 15px;
  }
}

@media (max-width: 800px) {
    .banner-overlay h1 {
        margin: 0 0 50px;
    }
	.case-studies-list > li {
		margin-right: 4%;
		width: 48%;
	}
	.case-studies-list > li:nth-child(2n) {
		margin-right: 0;
	}
	.case-studies-list > li:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 768px) {
    /* Responsive Column */
    div.ezcol-one-quarter {width: 23.17375% !important;}
    div.ezcol-one-half {width: 48.7825% !important;}
    div.ezcol-one-third {width: 31.71% !important;}
    div.ezcol-one-fifth {width: 18.052% !important;}
    div.ezcol-two-third {width: 65.855% !important;}
    div.ezcol-three-quarter {width: 74.39125% !important;}
    div.ezcol-two-fifth {width: 38.539% !important;}
    div.ezcol-three-fifth {width: 59.026% !important;}
    div.ezcol-four-fifth {width: 79.513% !important;}
    div.ezcol {margin-right: 2.435%;}
    div.ezcol-last {margin-right: 0;}
    #input_2_8_chzn{
        width: 100% !important;
    }
     
}

@media (max-width: 768px) {
    /* Bottom Bar */
    .bottom-bar ul > li{
        max-width: 33.333333%;
        width: 33.333333%;
    }
    .bottom-bar {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {

    html {
        font-size: 87.5% !important;
    }
    h1, h2, h3, h4, h5, h6, p{
        margin: 0 0 20px;
    }
    hr{
        margin: 20px 0;
    }

    body.home .mainbody div.gform_wrapper div.gform_body, body.home .mainbody form input[type="email"] {
      width: 100%;
  }

  body.home .mainbody form input[type="submit"] {
    width: 100%;
}

    .post-list-thumbnail {
        float: none;
        margin: 0 0 10px;
    }
    .postlist > article.post {
        margin-top: 25px;
        padding-top: 25px;
    }
    .top-menu {
        display: none;
    }
    .csColumn {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .image-block {
        width: 100% !important;
        padding: 150px 50px !important;
        display: block !important;
    }

    .text-block {
        width: 100% !important;
        display: block !important;
    }


    /* Responsive Column */
    div.ezcol {
        width: 100% !important;
        margin: 0 0 20px;
    }
    div.ezcol-last {
        margin-bottom: 0;
    }

    /* Sidebar */
    body.sidebar .mainbody-inner {
        padding-right: 0;
    }
    body.sidebar .main-content #content{
        padding-right: 0;
    }
    .main-sidebar {
        width: 100%;
        margin: 20px 0 0;
        padding-top: 20px;
        border-top: 3px solid #ddd;
    }
    .main-sidebar ul.menu > li > a{
        padding: 16px 20px;
    }

    /* Section Layout */
    .mainbody,
    .extra-content,
    .main-footer{
        padding: 40px 20px;
    }
    .bottom-bar {
        padding: 0 20px
    }
    .cd-top {
        bottom: 10px;
        right: 10px;
    }
    .extra-content-col-04 .extra-content-col
    .extra-content-col-05 .extra-content-col,
    .extra-content-col-06 .extra-content-col {
        width: 50%;
    }
    .extra-content-col-04 .extra-content-col:nth-child:(2n+1),
    .extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
        clear: both;
    }

    /* WooCommerce */
    .woocommerce ul.products li.product {
        /*margin-top: 26px;*/
        /*padding-top: 22px;*/
    }
    .woocommerce ul.products li.product > a {
        display: block;
        float: none;
        margin: 0;
        width: auto;
    }
    .cat-list-info, .product-list-info {
        float: none;
        margin: 20px 0 0;
        width: auto;
    }
    .cat-list-link a.em-button, .product-list-link a.em-button {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-listing-switch-view {
        float: none;
        margin: 0 0 15px;
    }
    .woocommerce form.woocommerce-ordering {
        margin-right: 0;
        padding-left: 80px;
    }
    body.em-grid-view-mode ul.products {
        margin: -20px auto 0;
        max-width: 500px;
    }
    body.em-grid-view-mode ul.products li.product {
        float: none !important;
        margin: 20px 0 0 !important;
        width: auto;
    }
    body.em-grid-view-mode .product-list-info {
        margin-top: 0;
    }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    padding-right: 0;
  }

    /* Responsive Column */
    .ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /*** Enter your custom style here ***/
    /* Home Banner */
    .home-banner {padding: 40px 20px;}
    .banner-overlay{
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
    .banner-product{width: 100%;}
    .banner-overlay h1{font-size: 44px;margin-bottom: 24px;}
    .banner-overlay h1 > br{display: none;}
    .banner-overlay-content{letter-spacing: 1.5px; display: none;}
    .banner-product h3{margin: 0;}
    .banner-product input[type="search"] {
        margin: 0 0 10px;
        width: 100%;
    }
    .banner-product input[type="submit"]{width: 100%;}
	.banner-overlay h1 {
		font-size: 30px;
	}

    /* Home Portals */
	.home-portals:before {
		content: "Our Products";
		display: block;
		font-size: 2.125rem;
		padding-top: 30px;
		text-align: center;
	}
	.home-portals {
	}
    .portal-col {
        border-right: 0;
        border-bottom: 1px solid #d2d2d2;
        float: none;
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .portal-photo img{width: 120px;}
    .portal-col h6{margin: 0;}
    .portal-col ul{display: none;}

    /* Home Mainbody */
    body.home .mainbody .ezcol{width: 100% !important;margin: 0 0 30px;}
    body.home .mainbody .ezcol-last{margin: 0;}

    /* Home Industries */
    .home-industries .ezcol{width: 100% !important;margin: 0;}
    .home-industries ul > li{min-height: 110px;}


   

    /* Footer */
    .footer-col-wrapper{padding-bottom: 20px;}
    .footer-col {
        float: none;
        margin: 0;
        width: 100%;
    }
    .footer-col h4 {
        border-bottom: 5px solid #1a4c90;
        padding-bottom: 5px;
    }
    .footer-col-1 hr{
        height: 5px;
        margin-top: 10px;
    }
    .footer-col ul > li {padding: 0 0 3px;}
    .footer-bottom {padding-top: 20px;}
    .social-media {
        float: none;
        margin: 0;
        text-align: center;
    }
    .footer-bottom .social-media {
        padding: 20px 0 15px 0;
    }

    .social-media > li {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .social-media .fa-facebook {font-size: 30px;}
    .social-media .fa {font-size: 34px;}
    .copyright {
        float: none;
        padding: 0;
        text-align: center;
    }
	.footer-col-2, .footer-col-3 {
		display: none;
	}
	.footer-col-4 .textwidget {
		position: relative;
	}
	.footer-col-4 .textwidget ul {
		padding-right: 90px;
	}
	div.footer-accreditation {
		position: absolute;
		right: 0;
		top: 50px;
		width: auto !important;
	}
    .footer-bottom .footer-contact-details {
        display: block;
        text-align: center;
    }
    .footer-bottom .footer-contact-details div {
        padding-top: 3px;
    }

    /* Sidebar Left & Product Section */
    #sidebar-left{width: 35%;}
    #product-section #content{width: 65%;}
    .product-list-grid > li.product-item {
        width: 46.5%;
    }
    .product-list-grid > li.product-item:nth-child(3n+1) {
        clear: none;
    }
    .product-list-grid > li.product-item:nth-child(2n+1) {
        clear: both;
    }
	.woocommerce .woo-search-result ul.products li:first-child {
		display: inherit;
	}
	.woocommerce .woo-search-result ul.products li:nth-child(3n+1) {
		clear: none;
	}
	.woocommerce .woo-search-result ul.products li:nth-child(2n+1) {
		clear: both;
	}
    .tbl_variations{
    overflow-x: auto;
    display: block;
    }
    .btn-variation-add-fav{
        width:auto !important;
        margin-top: 10px !important;

    }
    .product-details .tbl_variations .variation_actions a{
        margin-left:4px;
  }
  .product_btn_fav{
    width: 66% !important;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    overflow: auto !important;
  }
  .h2-product-title{
    text-align: center !important;
    width: 100% !important;
  }
  .mob_span{
    padding: 8px 8px;
  }
  .wishlist_table{
    overflow-x: auto;
    display: block;
  }
  #input_2_8_chzn{
    width: 100% !important;
  }
  .chzn-search{
    width: 100% !important;
  }
  .images{
      padding-top: 10px;
  }
  .wishlist-heading{
    font-size: 1.125rem !important;
  }
  .grey-box {
    padding: 20px;
  }
  #gform_submit_button_2{
    float: none !important;
    padding: 11px 10px 10px;
  }
  .gform_wrapper .solutions-field div.ginput_container:before,
  .gform_wrapper .solutions-field div.ginput_container:after {
    display: block;
    line-height: 1.3em;
  }
  .gform_wrapper .solutions-field div.ginput_container:before {
    margin: 0 0 10px;
  }
  .gform_wrapper .solutions-field div.ginput_container:after {
    margin: 10px 0 0;
  }
  .gform_wrapper .solutions-field div.ginput_container,
  .solutions-field .jqTransformSelectWrapper div span {
    font-size: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .solutions-field .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    margin-top: 19px;
  }
	.products-related ul, .related.products ul {
		margin-left: -4%;
	}
	.products-related ul > li, .related.products ul > li{
		float: left;
		margin-left: 3.846154%;
		min-height: 1px !important;
		width: 46.153846%;
	}
	.products-related ul > li:nth-child(2n+1), .related.products ul > li:nth-child(2n+1){
		clear: both;
	}
	.inner-banner {
		margin-bottom: 105px;
		position: relative;
		z-index: 1;
	}
	.inner-banner .inner-banner-form {
		background: #1a4c90;
		left: 0;
		padding: 15px 20px;
		position: absolute;
		right: 0;
		top: 100%;
	}
	.inner-banner div.wpdreams_asl_container[id*="ajaxsearchlite"] {
		width: 100%;
	}

	.product-cat-list-wrapper {
		/*display: none;*/
	}
	a.back-to-cs {
		margin-bottom: 20px;
	}
	.page-id-11 .ezcol-one-quarter, .page-id-131 .ezcol-one-quarter {
		background: none;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.page-id-11 .ezcol-one-quarter > a,
	.page-id-131 .ezcol-one-quarter > a {
		display: none;
	}
	.page-id-11 .ezcol-one-quarter p,
	.page-id-131 .ezcol-one-quarter p {
		padding: 0;
	}
	.page-id-11 .ezcol-one-quarter p a,
	.page-id-131 .ezcol-one-quarter p a {
		background: #a4a3a3;
		display: block;
		font-size: 1.125rem;
		padding: 16px 20px;
		text-decoration: none;
	}
	.page-id-11 .ezcol-one-quarter p a:hover,
	.page-id-131 .ezcol-one-quarter p a:hover {
		background: #164a93;
	}
}

@media (max-width: 620px) {
    .main-header {
        padding: 32px 10px 28px 40px;
    }
}
/* we think this was added to hide phone in header on certain screen sizes. Have added targetting of .header-right on 2018-03-08 as it was hiding list items in content area */
@media (max-width: 655px) {
    .header-right .list-none li:first-child{
        display: none;
    }
    .header-right  li.mobile-phone {
        display: inline-block;
    }
    .header-right  li.mobile-phone img {
        max-height: 40px;
        margin-right: 8px;
    }
}

.header-right > ul > li > a {}

@media (max-width: 480px) {
    .logo {
        float: none;
        text-align: center;
        margin-left: 0;
    }

    .header-right {
        float: none;
        padding-left: 0%;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .header-right > ul > li {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        padding-top: 20px;
    }

    .g-recaptcha {
        -moz-transform: scale(0.925);
        -webkit-transform: scale(0.925);
        transform: scale(0.925);
        transform-origin: left center 0;
    }
    #fancybox-content .g-recaptcha {
        -moz-transform: scale(0.725);
        -webkit-transform: scale(0.725);
        transform: scale(0.725);
        transform-origin: left center 0;
    }
    .extra-content-cols .extra-content-col {
        width: 100%;
    }

    .industry{
        padding: 40px;
    }

    /*** Enter your custom style here ***/
	.mainbody, .extra-content, .bottom-bar, .main-footer, .newsletter-bar, .single-cs-wrapper .columns {
		padding-left: 0;
		padding-right: 0;
	}
    /* Home Banner */
    .banner-overlay{padding: 0 0 20px;}
    .banner-overlay h1{font-size: 30px;margin-bottom: 20px;}
  .solution-dropdown {
    display: block;
    margin: 5px 0;
  }
  .solution-dropdown-inner {
    display: inline-block;
  }
    .banner-overlay a.em-button:after{top: 15px;}
    .banner-overlay a.em-button {
        margin: 0 auto;
        padding: 10px 40px 9px 18px;
    }
    .banner-product-inner {padding: 20px 24px 24px;}

	.home-industries:before {
		content: "Industries";
		display: block;
		font-size: 2.125rem;
		text-align: center;
		padding: 30px 0;
	}
	.home-industries {
		padding-top: 0;
	}
	.home-industries ul {
		margin-bottom: 30px;
	}
	.home-industries ul > li {
		*zoom: 1;
	}
	.home-industries ul > li:before,
	.home-industries ul > li:after {
		content: "";
		display: table;
		line-height: 0;
	}
	.home-industries ul > li:after {
		clear: both;
	}
    .home-industries ul > li {
		border-bottom: 1px solid #d2d2d2;
		display: block;
		float: none;
		margin: 0 -35px;
        min-height: 1px;
		padding: 5px 10px 5px 20px;
		position: relative;
        width: auto;
    }
	.home-industries ul > li:first-child {
		border-top: 1px solid #d2d2d2;
	}
	.home-industries ul > li br {
		display: none;
	}
	.home-industries ul > li a:first-child {
		float: left;
		margin-left: 0;
		position: static;
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.home-industries ul > li a {
		display: block;
		font-size: 1.25rem;
		left: 110px;
		position: absolute;
		right: 0;
		text-align: left;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home-industries ul > li img {
		width: 70px;
	}
	.bottom-bar ul > li {
        width: 50%;
        max-width: 50%;
	}
	

    /* Sidebar Left & Product Section */
	#product-section #content {
		padding-left: 0;
		padding-right: 0;
	}
    #sidebar-left{
		background: none;
        padding: 24px 4.5%;
        width: 100%;
    }
	.product-breadcrumbs, .product-breadcrumbs * {
		color: #000;
	}
	#sidebar-left #close {
		display: none;
	}
    #product-section #content{
        width: 100%;
        padding-top: 25px;
    }
    #sidebar-left {
		margin-top: 20px;
		padding: 0;
	}
	.product-breadcrumbs {
		padding-bottom: 10px;
	}
	.product-breadcrumbs, .product-breadcrumbs * {
		font-size: 1.1rem;
	}
	.main-content-hide-sidebar #sidebar-left {
		left: auto !important;
		position: relative;
	}
	.main-content-hide-sidebar #sidebar-left .sub-categories {
		display: none;
	}
	#expand_sidebar,
	#close {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	#expand_sidebar:before {
		content: "\f107";
		display: inline-block;
		font-family: FontAwesome;
	}
	#expand_sidebar {
		font-size: 34px;
		height: auto;
		left: auto;
		line-height: 1em;
		right: 20px;
		top: 20px;
		width: auto;
	}
	#expand_sidebar i {
		display: none;
	}
	.main-content-hide-sidebar #close {
		display: none;
	}
	.dropdown-sub-cat-toggle {
		display: block;
	}
	#sidebar-left .sub-categories {
		background: #fff;
		border-bottom: 2px solid #1a4c90;
		border-left: 2px solid #1a4c90;
		border-right: 2px solid #1a4c90;
		display: none;
	}
	#sidebar-left .sub-categories > li {
		border-top: 1px solid #1a4c90;
		display: block;
		min-height: 1px !important;
	}
	#sidebar-left .sub-categories > li:first-child {
		border-top: none;
	}
	#sidebar-left .sub-categories > li.has-photo {
		text-align: left;
	}
	#sidebar-left .sub-categories > li.has-photo span.sub-cat-photo {
		display: none;
	}
	#sidebar-left .sub-categories > li.has-photo span:last-child,
	#sidebar-left .sub-categories > li.no-photo span {
		padding: 0;
	}
	#sidebar-left .sub-categories > li a {
		display: block;
		padding: 10px 20px;
	}
	#sidebar-left .sub-categories > li a span {
		color: #1a4c90;
	}
	.wishlist_table,
	.tbl_variations {
		display: table;
	}
	.tbl_variations tr th:first-child,
	.tbl_variations tr td:first-child {
		display: none;
	}
	.tbl_variations thead tr th,
	.tbl_variations td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-variation-add-fav {
		margin-top: 0 !important;
	}
	.tbl_variations .btn-variation-add-fav a:before {
		color: #fff;
		content: "\002B";
		display: block;
		font-size: 24px;
		line-height: 38px;
	}
	.tbl_variations .btn-variation-add-fav a.view-btn:before {
		content: "\f00c";
		font-family: FontAwesome;
		font-size: 22px;
		font-weight: normal;
	}
	.tbl_variations .btn-variation-add-fav a {
		color: #164a93;
		font-size: 0;
		height: 40px;
		line-height: 0;
		overflow: hidden;
		padding: 0 0 2px !important;
		text-align: center;
		width: 40px;
	}
	.case-studies-list {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	.case-studies-list > li {
		margin: 30px 0 0;
		width: 100%;
	}
	.case-studies-list > li span.case-study-title {
		min-height: 1px !important;
	}
	.cs-buttons a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	a.back-to-cs {
		margin-right: 0;
	}
}
#sidebar-left {
    position: relative;
}
#sidebar-left #close {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 999;
	color: #FFF;
	font-size: 40px;
	line-height: 50px;
}
#sidebar-left #close i {
	font-weight: bold;
}

/* start variation css */
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .single_variation_wrap
{
    display:none !important;
}
.product-details .tbl_variations
{
    margin: 0px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    width: 100%;
}
.product-details .tbl_variations th
{
    background-color: #164a93;
    padding: 20px;
    color: #fcfffa;
    text-align: left;
    /*width: 80px;*/
    font-weight: 400;
    font-size: 16px;
}
.product-details .tbl_variations td
{
    font-weight: 500;
    font-size: 16px;
    color: #383535;
    padding: 20px;
}
.product-details .tbl_variations .variation_actions a
{
    background-color: #164a93;
    padding: 8px 8px;
    color: #fcfffa;
    font-size: 12px;
    font-weight: 400;
    float: left;
    text-align:center;

}
.mob_span_variations{
    width:125px;
    display:table;
    text-align:center;
}
.product-details .tbl_variations tr
{
    border-bottom: 1px solid  #e2e2e2;
}

.product-details .tbl_variations td:last-child
{
    width: 279px;
}

.product-details .tbl_variations p:last-child
{
    font-weight: 500;
    font-size: 16px;
    color: #383535;
}
.product-details .tbl_variations td .variation_img
{
    width: 85px;
    height: 82px;
}
.tbl_variations td .variation_img {
	max-width: 150px;
}
.product-details .tbl_variations tr.no-border
{
    border: none !important;
}

.get-in-contact-frm ul.gform_fields li.gfield {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gform_wrapper ul.gform_fields li.get-contact-left {
  float: left;
  margin-top: 0;
  width: 50%;
}
.gform_wrapper ul.gform_fields li.get-contact-right {
  clear: none;
  float: right;
  margin-top: 0;
  width: 50%;
}
.get-in-contact-frm .gform_footer {
  text-align: right;
}
.product_btn_fav
{
    float: right;
    width: 25%;
    padding:5px 0px;
    font-weight:500;
    font-size: 14px !important;
    background-color: #164A92;
    color: #fff;
    text-decoration: none;
    text-align: center;
    /* padding: 0px 45px; */
    text-transform: uppercase;
}
.h2-product-title{
    width:75%;
    float:left;
}


.pdf-dropdown {
  position: relative;
}
.product-btns .pdf-dropdown-toggle a:after,
.pdf-direct-download a:after {
  border-left: 9px solid rgba(0,0,0,0);
  border-right: 9px solid rgba(0,0,0,0);
  border-top: 9px solid #fff;
  content: "";
  margin-top: -4px;
  position: absolute;
  right: 16px;
  top: 50%;
}
.product-btns .pdf-dropdown-toggle a,
.pdf-direct-download a {
  background: #FF3D00 url(library/images/icon-pdf.png) no-repeat 17px 50%;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 16px 46px 14px 48px;
  position: relative;
  text-decoration: none;
}
.pdf-dropdown-content {
  background: #FF3D00;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index:999;
}
.pdf-dropdown-content li {
  border-top: 1px solid #fff;
  display: block;
}
.pdf-dropdown-content li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
  padding: 12px 10px 12px 17px;
  text-decoration: none;
}
.pdf-dropdown-content li a:hover {
  background: #D21E21;
}
#gform_submit_button_2
{
    float: right;
}

.view-btn
{
    padding:8px 16px !important;
}

.btn-variation-add-fav
{
    background-color: #164a93;
    width:60%;
    float: left;
    color: #fcfffa;
    font-size: 14px;
    margin-left:5px;
    font-weight: 400;
}

.btn-variation-add-fav a
{
    color: #fff;
    font-weight: bold;
}

.btn-send-inquiry .gform_confirmation_message:hover {
    color: #000 !important;
}

.div-your-details
{
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.div-your-details:hover
{
    color: #F63;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.varaition_select .jqTransformSelectWrapper div{
        display: none;

}
.varaition_select .chzn-container span{
       /* width: 955px;*/
        color: #000 !important;
    text-align: left;
}
.varaition_select .jqTransformSelectWrapper{
    border: 0px solid #ccc;
}
.varaition_select .gform_wrapper .chzn-container-single .chzn-single{
        background-image: none;
}

.varaition_select .chzn-single{
    width: 100%;
}
@media only screen
  and (min-device-width :375px)
  and (max-device-width :667px)
  and (-webkit-min-device-pixel-ratio:2)
  and (orientation:portrait){
      #gform_submit_button_2{
          padding:0px 23px;
      }
}

@media only screen
    and (min-device-width :320px)
    and (max-device-width : 520px)
    and (-webkit-min-device-pixel-ratio:2)
    and (orientation:portrait){
    .mob_span_variations{
    width:58px !important;
    padding:20px 9px 20px 10px !important;
}
#gform_submit_button_2{

    padding:0px 3px !important;
    width:100%;
}

}
@media screen and (device-width :360px) and (device-height :640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait){
      #gform_submit_button_2{
          padding:0px 18px;
  }
}
@media only screen and (min-device-width :375px) and (max-device-width :667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){
      #gform_submit_button_2{
          padding:0px 23px;
      }
}

@media only screen and (max-width : 1023px) {
  .empty-wishlist-info {
    padding-bottom: 30px;
    padding-top: 30px;
  }
    .empty-wishlist-info h2 {
    font-size: 1.75rem;
  }
  .empty-wishlist-call {
    font-size: 1.25rem;
    margin-top: 25px;
  }
  .empty-wishlist-form {
    margin-top: 40px;
    padding: 20px;
  }
}

@media only screen and (max-width : 640px) {
  .gform_wrapper ul.gform_fields li.get-contact-left,
  .gform_wrapper ul.gform_fields li.get-contact-right {
    clear: both;
    float: none;
    width: auto;
  }
}

@media only screen and (max-width : 480px) {
    .wishlist_table td
    {
        padding:5px !important;
    }
    .mob_span_variations
    {
        width: 150px;
        padding: 20px 15px;
    }

    .product_btn_fav{
        width:80%;
    }

    /*#gform_submit_button_2{
        padding: 0px 18px;
    }*/

    .product-details .tbl_variations .variation_actions a{
       padding: 8px 10px 8px 8px;
    }

    .woocommerce .mainbody {
        padding-left: 15px;
		padding-right: 15px;
    }
}


@media only screen and (max-width : 320px) {
    .header-right > ul > li > span {
        font-size: 20px;
        padding: 0 12px 0 0px;
        background: none;
    }

    .banner-overlay h1 {
        font-size: 28px;
    }
}
/* end variation css */
