body {
  color: #333;
  position: relative;
}

a {
  color: #0052a8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #4d4d4d;
}

.btn-primary, .nf-modal-link {
  background-color: #0052a8;
  border-color: #0052a8
}

.btn-info {
  background: #d2edf8;
  border-color: #0052a8;
  color: #0052a8;
}

.nf-modal-link {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}

a.nf-modal-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #286090;
	border-color: #204d74;
	}

.btn-default,
.btn-default:hover {
  background: #fff;
  border-color: #174da8;
  color: #174da8;
}

.container {
  padding: 0;
  width: auto;
  max-width: 1142px;
}

.header {
  position: relative;
  height: 58px;
  border-bottom: 7px solid #0052a8;
  text-align: center;
}

.header .logo,
.header .logo-tagline {
  display: none;
}

.header .navbar-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 58px;
  margin: 0;
  padding: 0;
  background: #0052a8;
  border-radius: 0;
}

.header .navbar-toggle .icon-bar {
  background: #fff;
  width: 35px;
  height: 6px;
  margin: 3px auto 0;
  border-radius: 20px;
}

.header .navbar-toggle.collapsed {
  background: #fff;
}

.header .navbar-toggle.collapsed .icon-bar {
  background: #0052a8;
}

.header .search-button {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 7px 10px;
  color: #0050a8;
  font-size: 30px;
}

.header .top-links {
  display: none;
}

.navbar {
  position: fixed;
  top: 58px;
  /*bottom: 0;*/
  width: 85%;
  left: -85%;
  z-index: 100;
  min-height: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
  border-left: 1px solid #0050a8;
  border-right: 1px solid #0050a8;
  z-index: 999;
}

.navbar .navbar-collapse {
  margin: -1px 0 0;
  padding: 0;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav li {
  /*position: relative;*/
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #fff;
  padding: 15px 20px;
  background: #0050a8;
}

.navbar-nav > li.contact-mobi > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #fff;
  padding: 15px 20px;
  background: #d03647;
}


/*.navbar-nav > li:first-child > a {
  border-top: 0;
}*/

.navbar-nav > li > a {
  border-top: 0;
}

.navbar-nav > li > a > i {
  position: relative;
  float: right;
  top: 3px;
  left: 2px;
}

.navbar-nav > li:hover > a {
  background: #0052a8;
  text-decoration: none;
}

.navbar-nav > li.active > a {
  background: #0052a8;
  color: #fff;
  	text-decoration: none;
}

.navbar-nav > li > a > i.nav-open {
  display: none;
}

.navbar-nav > li > a > i.nav-close {
  display: inline;
}

.navbar-nav > li.active > a > i.nav-open {
  display: inline;
}

.navbar-nav > li.active > a > i.nav-close {
  display: none;
}

.navbar-nav .subnav {
  display: none;
  background: #fff;
  padding: 0;
  border-left: 1px solid #0052a8;
  border-right: 1px solid #0052a8;
  list-style-type: none;
}

.navbar-nav .subnav li a {
  display: block;
  padding: 4px 20px;
  font-weight: bold;
}

.navbar-nav .subnav li a i {
  float: right;
  color: #ccc;
  text-decoration: none;
}

.navbar-nav .subnav li:hover > a,
.navbar-nav .subnav li.active > a {
  background: #f5f5f5;
  text-decoration: none;
}

.navbar-nav .subnav li:hover > a i,
.navbar-nav .subnav li.active > a i {
  color: #0052a8;
text-decoration: none;
}

.navbar-nav .subnav .subnav {
  display: none;
  width: 150%;
}

.navbar .search-box, form.gsc-search-box {
  display: none;
}

.carousel {
  max-width: 1600px;
  margin: 0 auto;
}

.carousel .carousel-inner {
  padding-bottom: 40px;
}

.carousel .carousel-caption {
  text-align: left;
  left: 40px;
  top: 30px;
  margin: 0;
  padding: 0
}

.carousel .carousel-caption h1 {
  max-width: 300px;
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: normal;
  color: #0050a8;
}

.carousel .carousel-caption .learn-more {
  font-size: 16px;
  padding: 10px 20px;
}

.carousel .item img {
  height: 292px;
  max-width: none;
}

.carousel .carousel-control {
  display: none;
}

.carousel .carousel-indicators {
  bottom: -3px;
}

.carousel .carousel-indicators li {
  background: #ccc;
  width: 12px;
  height: 12px;
  border: 0;
  margin: 0 5px;
}

.carousel .carousel-indicators .active {
  background: #0050a8;
}

.home-contents {
  padding: 6px;
}

.main-intro {
	padding: 30px;
	background: url(../images/hp-description.jpg) no-repeat top left;
  	background-size: cover;
}

.home-contents .main-intro h1 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 20px;
  margin: 0;
}

.home-contents .main-intro p {
  font-size: 14px;
  margin: 0;
}

.home-contents .products {
  height: 170px;
  padding: 20px 0 20px 20px;
  margin-bottom: 7px;
  background-color: #feffff;
  /*background-image: url(../images/home-products-banner.png), linear-gradient(135deg, #feffff 0%, #f7f7f7 36%, #c5c4c6 100%);
  background-repeat: no-repeat, repeat;
  background-position: right center, left top;*/
  background: url(../images/hp-products-bg.jpg) no-repeat bottom right;
  background-size: cover;
  position: relative;
}

.product-image {
	bottom: 0;
	right: 10px;
	height: 90%;
	max-height: 389px;
	width: 40%;
	background: url(../images/hp-products-image.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	z-index: 250;
}

.home-contents .products h2 {
  /*margin-bottom: 20px;*/
  top: 18px;
  left: 0px;
  height: 55px;
  line-height: 55px;
  color: #0052a8;
  border-left: 8px solid #0052a8;
  padding-left: 22px;
  position: absolute;

}

.home-contents .products .view-products {
  top: 107px;
  left: 30px;
  font-size: 16px;
  padding: 10px 20px;
  position: absolute;
}

.home-contents .products ul {
  padding: 87px 0 0 0;
  list-style-type: none;
  font-weight: normal;
}

.home-contents .products ul li {
  padding-bottom: 5px;
}

.home-contents .small-banner {
  float: left;
  width: 32%;
  /*height: 200px;*/
  position: relative;
}

.home-contents .small-banner .contents {
  /*background: rgba(255, 255, 255, .8);*/
  padding: 0 10px 0 30px;
  margin: 69px 10px 0 0;
  height: 100px;
  /*height: 130px;*/
}

.home-contents .small-banner h2 {
  /*margin: 5px 0;*/
  top: 18px;
  left: 0px;
  height: 55px;
  line-height: 55px;
  padding-left: 22px;
  margin: 0;
  position: absolute;
  z-index: 200;
}

.home-contents .small-banner .read-more {
  font-size: 15px;
  font-weight: bold;
}

.home-contents .news {
  background: url(../images/home-news-banner.jpg) top right;
}

.home-contents .markets {
  /*background: url(../images/home-news-banner.jpg) top right;*/
  background-color: #d4edf1;
}


.home-contents .news h2 {
  color: #d13c1e;
}

.markets-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../images/hp-markets.jpg) no-repeat top left;
	background-size: cover;
	position: absolute;
}

.home-contents .markets h2 {
  top: 0;
  color: #29a8be;
  border-left: 8px solid #29a8be;
}


.home-contents .sales {
  margin-left: 2%;
  /*background: url(../images/home-sales-banner.jpg) top right;*/
  background-color: #bedeef;
}

.home-contents .newsletter {
  margin-left: 2%;
}


.home-contents .newsletter {
  margin-left: 0;
  margin-top: 15px;
  /*background: url(../images/newsletter-banner.jpg) top right;*/
  background-color: #d4daf4;

}

.newsletter-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../images/hp-newsletter.jpg) no-repeat top left;
	background-size: cover;
	position: absolute;
}

.home-contents .newsletter h2 {
  top: 0;
  color: #5c71db;
  border-left: 8px solid #5c71db;
}

.sales-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../images/hp-sales.jpg) no-repeat top left;
	background-size: cover;
	position: absolute;
}

.home-contents .sales h2 {
  top: 0;
  color: #1776a9;
  border-left: 8px solid #1776a9;
}

.home-contents .engineers {
  clear: both;
  width: 100%;
  height: 170px;
  margin-top: 7px;
  background: url(../images/hp-engineers.jpg) no-repeat top left;
  background-size: cover;
}

.home-contents .engineers .contents {
  margin-top: 87px;
  width: 100%;
}

.home-contents .engineers h2 {
  color: #00a4ae;
  border-left: 8px solid #00a4ae;
}

/* NEWS TICKER START*/
#wptu-ticker-1 .wpos-ticker-title .wpos-ticker-head {
  background-color: #b01eda !important;
}

#wptu-ticker-1 .wpos-ticker-title {
  background: #b01eda !important;
}


#wptu-ticker-1 {
  border-color: #d2d8fb !important;
  background-color: #f5f6fe !important;
  margin-bottom: 10px !important;
}

#wptu-ticker-1 .wpos-ticker-title > span {
  border-color: transparent transparent transparent #b01eda !important;
}

.wptu-ticker .wptu-ticker-navi {
  opacity: 1 !important;
}

/*  CHANGE SHAPE OF NEWS CONTAINER START */

.wptu-ticker.wptu-ticker-main {
  height: 50px !important;
}

#wptu-ticker-1 .wptu-ticker-block > ul > li > a {
  line-height: 50px !important;
}

.wptu-ticker .wpos-ticker-title > span, .wptu-style-two-ticker .wptu-style-label > span {
  top: -10px !important;
  right: -20px !important;
  border-width: 10px 0 53px 22px !important;
}

/*  CHANGE SHAPE OF NEWS CONTAINER END */


/* NEW TICKER END */

.breadcrumb {
  display: none;
}

.page-banner {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 18px;
}

.page-banner .banner-image {
  max-width: 100%;
}

.page-banner h1 {
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
}

.page-contents {
  padding: 0 10px;
}

.page-contents .tab-wrapper {
  width: 100%;
  overflow: auto;
}

.page-contents .nav-tabs {
  padding-left: 10px;
  border-width: 2px;
  margin-bottom: 20px;
  width: 640px;
}

.page-contents .nav-tabs > li {
  margin-bottom: -2px;
}

.page-contents .nav-tabs > li > a {
  border: 2px solid #ddd;
  padding: 15px 25px;
  background: url(../images/tab-bg.png) repeat-x left bottom;
  font-weight: bold;
}

.page-contents .nav-tabs > li.active > a,
.page-contents .nav-tabs > li.active > a:focus,
.page-contents .nav-tabs > li.active > a:hover {
  border-width: 2px;
text-decoration: none;

}

.page-contents .nav-tabs > li.active > a {
  border-bottom-color: transparent;
  background: #fff;
}

.page-contents .tab-content h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.page-contents p {
  margin-bottom: 20px;
  margin-right: 15px;
}

.bullet-list {
  padding: 0;
  margin-left: 15px;
  list-style-type: none;
}

.bullet-list > li {
  background: url(../images/bullet.png) no-repeat 0 9px;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}

.bullet-list > li .title {
  font-weight: bold;
}

.bulletc-list > li p {
  margin-bottom: 10px;
}

.products-list {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.products-list .item {
  position: relative;
  border: 2px solid #fff;
}

.products-list .item img {
  width: 100%;
}

.products-list .item .caption {
  position: absolute;
  top: 15px;
  left: 0;
  right: 10px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  opacity: .8;
}

.products-list .item .caption .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.products-list .item .caption .description {
  display: block;
  color: #333;
  margin-top: 10px;
}

.products-list.plain-list .item {
  text-align: center;
  margin-top: 30px;
}

.products-list.plain-list .item img {
  width: auto;
  max-width: 100%;
}

.products-list.plain-list .item .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.sales-contact-filter .with-help .form-control {
  display: inline-block;
  width: 85%;
}

.sales-contact-filter .with-help .help {
  border-radius: 100px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 5px;
}

.sales-contact-filter .search-text {
  margin: 30px 0;
  background: #ddd;
  padding: 15px 20px;
}

.sales-contact-filter .search-text .keyword {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.sales-contact-filter .search-text .result {
  margin-bottom: 0;
  font-size: 16px;
}

.sales-contact-filter .search-result .row {
  padding-top: 10px;
  margin-top: 10px;
}

.zoom-banner {
  margin: 50px 0;
}

.zoom-banner .image-box {
  text-align: center;
  max-width: 100%;
}

.zoom-banner .image-box .zoomable {
  display: inline-block;
  position: relative;
}

.zoom-banner .image-box .zoomable .pic {
  display: block;
  max-width: 100%;
  max-height: 300px;
}

.zoom-banner .image-box .zoom-help {
  margin-top: 30px;
  font-size: 12px;
}

.zoom-banner .image-box .zoom-help i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.back-to-top {
  margin-top: 50px;
  text-align: center;
}

.site-footer {
  border-top: 1px solid #bbb;
  padding: 10px 10px 0;
  margin-top: 30px;
  font-size: 12px;
}

.site-footer h3 {
  font-weight: bold;
  font-size: 16px;
}

.site-footer ul {
  list-style-type: none;
  padding: 0;
}

.site-footer ul li {
  margin-top: 5px;
}

.site-footer .social-icon {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.email-subscription .btn {
  background: #0052a8;
  border-color: #0052a8;
  color: #fff;
}

.copyright-footer {
  border-top: 1px solid #bbb;
  padding: 20px 0;
  margin-top: 30px;
  font-size: 11px;
  color: #999;
  text-align: center;
}

.read-more a{
  cursor:pointer;
}

 img.logo-mobile {
    margin-top: 15px;
  }

/* MARS FLAG SEARCH */
.mobile-nav-container {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 1px solid red;
}

  .nav-container {
    height: 58px;
    float: right;
    text-align: right;
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .tele {
    color: #0066b3;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  .tele a {
    color: #0066b3;
    text-decoration: none;
  }


  .find {
      padding: 9px 10px;
      background-color: #06af90;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
    }

  .find a {
    color: #fff;
    text-decoration: none;
  }
  
  .find:hover {
    background-color: #0addb6;
  }

  /* Start Mobile telephone / distro */

  .divider{
    width: 4%;
    height:auto;
    display:inline-block;

   }

  .mobileInfo {
    width: 100%;
    padding: 10px 16px;
    text-align: right;   
  }

  .mobileTele {
    padding: 8px 8px;
    background-color: #0066b3;
    color: #fff;
    border: 1px solid #999;
    text-align: center;
    display: inline-block;
  }

  .mobileTele a {
    color: #fff;
    text-decoration: none;
  }

  .mobileTele:hover {
    background-color: #286090;
  }


.mobileFind {
    padding: 8px 8px;
    background-color: #06af90;
    color: #fff;
    border: 1px solid #999;
    text-align: center;
    display: inline-block;
  }

  .mobileFind a {
    color: #fff;
    text-decoration: none;
  }

  .mobileFind:hover {
    background-color: #0addb6;
  }

.mobileCont {
    padding: 8px 8px;
    background-color: #d03647;
    color: #fff;
    border: 1px solid #999;
    text-align: center;
    display: inline-block;
  }

  .mobileCont a {
    color: #fff;
    text-decoration: none;
  }

  .mobileCont:hover {
    background-color: #962330;
  }

  /* End Mobile telephone / distro */
  
  .mf_finder_container {
    height: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;

  }

  .mf_finder_searchBox {
    margin-left: 0px;
    margin-right: 0px;
  }


  .mf_finder_searchBox_query_wrap {
    border: 1px solid #0066b3;
    height: 38px;
  }

  .mf_finder_searchBox_query_input {
    font-size: 14px;
    border: none;
  }

  .mf_finder_searchBox_submit {
    background-color: #0066b3 !important;
    border-radius: 0px !important;
    height: 38px;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  
    .mf_finder_searchBox_submit:hover {
    background-color: #5c71db !important;
  }
  
  .my-placeholder .mf_finder_searchBox_query_input {
      color: #0066b3;
      font-size: 14px;
      min-width: 230px;
  }

  .my-mobile-placeholder .mf_finder_searchBox_query_input {
      color: #0066b3;
      font-size: 14px;
  }

  .mf_finder_searchBox_suggest_items {
    text-align: left;
  }

  .mf_finder_searchBox_query_wrap {
    height: 38px;
  }

  .mf_finder_searchBox_query_wrap input {
    border: none;
    color: #0066b3;
    font-size: 14px;
  }

  .mf_finder_searchBox_query_wrap input::placeholder {
    color: #0066b3;
  }

  /* MARS FLAG SEARCH END */

  /* Header Search Button */
  .mobile-search-btn {
    top: 10px;
    right: 20px;
    position: absolute;
    color: #0052a8;
    font-size: 30px;
    cursor: pointer;
  }

  /* Accordian Start */
  [data-toggle~="collapse"] {
    cursor: pointer;
}

  #infotab .panel {
    margin-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    border-radius: 4px;
  }

  #infotab .panel-default>.panel-heading+.panel-collapse>.panel-body {
      border: none;
      overflow-x: auto;
  }


  #infotab .panel-title a{
      font-size: 14px;
      color: #014fa4 !important;
      text-decoration: none;
      display: block;
  }

  #infotab .panel-heading .panel-title a:before {
      font-family: 'FontAwesome';
      font-size: 20px;
      color: #014fa4 !important;
      text-decoration: none;
      content: "\f107";
      margin-right: 10px;
  }

  #infotab .panel-heading.active .panel-title a:before {
      font-family: 'FontAwesome';
      font-size: 20px;
      color: #ffffff !important;
      text-decoration: none;
      content: "\f106";
      margin-right: 10px;
  }

  #infotab .glyphicon {
      margin-right: 20px;
  }

  #infotab .panel-default>.panel-heading {
      background-color: #ffffff !important;
      border: none;
      border-left: 5px solid #014fa4;
      border-radius: 4px;
  }

  #infotab .panel-default>.panel-heading.active {
      border-radius: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
  }


  #infotab .panel-default {
      border: none;
  }

  #infotab .panel-default>.panel-heading.active {
      background-color: #014fa4 !important;
      border: none;
  }

  #infotab .panel-default>.panel-heading.active>.panel-title a{
      color: #ffffff !important;
  }
  


  /* Accordian End */

@media (max-width: 320px) {
	img.logo-mobile {
		max-width: 180px;
    height: inherit;
		margin-left: 1em;
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
  div.zoom-banner a.btn-last {
  	margin-top: 1em;
  }
  .home-contents .products {
  	/*background-size: auto 30%, cover;*/
  }
  img.logo-mobile {
		margin-top: 15px;
	}
	.home-contents .main-intro h1 {
		font-size: 26px;
	}
	.home-contents .main-intro p {
		margin-left: 5px;
		font-size: 14px;
	}
}

a.btn-last-pr {
	margin-top: 1em;
	}

@media (min-width: 480px) {
  .products-list .item {
    float: left;
    width: 50%;
  }
}
@media (max-width:560px){

	.home-contents .products {
  		margin-bottom: 0px;
	}

	.home-contents .products .view-products {
	  top: 67px;
	}

	.home-contents .small-banner h2 {
	top: 0;
	  left: 0px;
	  height: 55px;
	  line-height: 55px;
	  padding-left: 22px;
	  margin: 0;
	  position: absolute;
	  z-index: 200;
	}

	.home-contents .products h2 {
		top: 0;
		margin-top: 0;
	}

  .home-contents .news, .home-contents .sales, .home-contents .newsletter, .home-contents .markets{
    width:100%;
    margin-top:5px!important;
    margin-left:0!important;
  }

  .home-contents .engineers .contents {
  	margin-top: 69px; 
  }

  /* Start Mobile telephone / distro */

  .mobileInfo {
    text-align: center;   
  }

  .mobileTele {
    min-width: 29%;
  }

  .mobileFind {
    min-width: 30%;
  }

   .mobileCont {
    min-width: 29%;
  }

  /* End Mobile telephone / distro */
}

@media (max-width:610px) and (min-width: 561px){
	.home-contents .small-banner .contents {
		padding-left: 18px !important;
	}

	.home-contents .small-banner h2 {
	  padding-left: 10px;
	}

	.home-contents .products h2 {
		padding-left: 10px;
	}

	.home-contents .products .view-products {
		padding-left: 10px;
	}
}


@media (max-width: 767px) {
  .header {
    border-bottom: none !important;
    background-color: #fff;
    z-index: 1000;
  }

  .home-contents .newsletter {
    margin-top: 0;
    margin-left: 2%;
  }

  .tele {
    display: none !important;
  }

  .find {
    display: none;
  }

  .nav-container {
    display: block;
    margin-top: -58px;
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mf_finder_container {
    height: auto;
    margin-right: 0px;
    display: block;
    width: 100%;
  }

  .mf_finder_searchBox {
    margin-left: 1rem !important;
    margin-right: 1rem !important; 
  }

  .mf_finder_searchBox_submit {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 855px) {
  .my-placeholder .mf_finder_searchBox_query_input {
      min-width: 155px;
  }

  .mf_finder_searchBox {
    margin-left: 0px !important;
    margin-right: 0px !important; 
  }
}

@media (max-width: 768px) {
  .home-contents {
    padding-bottom: 0px;
  }

  #wptu-ticker-1 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .header {
    height: 80px;
    border: 0;
    padding: 0 0 0 10px;
    text-align: left;
    display: inline-block;
  }
  .header .logo,
  .header .logo-tagline {
    display: inline;
  }
  .header .logo-mobile {
    display: none;
  }
  .header .search-button {
    display: none;
  }
  .header .top-links {
    display: block;
    float: right;
    margin-top: 20px;
    font-size: 11px;
  }
  .navbar {
    position: static;
    border: 0;
    width: auto;
    background: #0052a8;
    margin: 0 0 10px 0;
  }
  .navbar .navbar-collapse {
    margin-top: 0;
  }
  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    font-size: 14px;
  }
  .navbar-nav > li > a > i {
    float: none;
    font-size: 12px;
    top: 2px;
  }
  .navbar-nav > li:hover > a {
    background: #316bb4;
text-decoration: none;
  }
  .navbar-nav > li.active > a {
    color: #0052a8;
    background: #fff;
  }
  .navbar-nav .subnav {
    position: absolute;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #0052a8;
    min-width: 250px;
    list-style-type: none;
  }
  .navbar-nav .subnav .subnav {
    left: 248px;
    top: 0;
    /*border-top: 1px solid #0052a8;*/
    border-top: 0;
  }
  /*.navbar-nav .subnav > li:first-child .subnav {
    border-top: 0;
  }*/
  .navbar-nav > li:hover > .subnav,
  .navbar-nav > li:hover > .subnav > li:hover .subnav {
    display: block;
text-decoration: none;
  }
  .navbar .search-box, form.gsc-search-box {
    display: block;
    float: right;
    margin-right: 8px;
    margin-top: 8px;
    width: 200px;
    position: relative;
  }
  .navbar .search-box input, form.gsc-search-box input {

  }
  .navbar .search-box button, form.gsc-search-box button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    height: 34px;
    padding-top: 4px;
    font-size: 18px;
    color: #c9cacb;
  }
    .nav-container {
    padding-right: 10px;
    margin-top: 14px !important;
  }

  .mobile-search-btn {
    display: none;
    cursor: pointer;
  }
  .carousel .carousel-inner {
    padding-bottom: 0;
  }
  .carousel .carousel-caption {
    left: 120px;
  }
  .carousel .carousel-caption h1 {
    font-size: 40px;
    font-weight: bold;
    max-width: 400px;
  }
  .carousel .item img {
    height: 375px;
  }
  .carousel .carousel-indicators {
    bottom: 10px;
  }
  .carousel .carousel-control {
    display: block;
    background: none !important;
  }
  .carousel .carousel-indicators li {
    background: #fafafa;
  }
  .home-contents {
    padding: 6px;
  }
  .home-contents h2 {
    font-size: 24px;
  }
  .home-contents .products {
    padding-left: 30px;
    float: left;
    width: 69%;
    margin-right: 1%;
    margin-bottom: 0;
    height: 540px;
    /*background-position: right bottom, left top;
    background-size: auto 40%, cover;*/
  }

  .home-contents .small-banner .contents {
	  /*background: rgba(255, 255, 255, .8);*/
	  padding: 0 0 0 30px;
	  margin: 65px 10px 0 0;
	  /*height: 100px;
	  height: 130px;*/
	}

  .home-contents .small-banner {
    float: right;
    height: 170px;
    width: 30%;
    /*background-size: auto 100%;*/
    background-size: cover;
  }
  .home-contents .small-banner .read-more {
    font-size: 16px;
  }
  /*.home-contents .news {}*/
  .home-contents .sales {
    margin-top: 15px;
    margin-left: 0;
  }
  .home-contents .newsletter {
    margin-top: 15px;
    margin-left: 0;
  }
  .home-contents .engineers {
    clear: both;
    background-size: cover;
    height: auto;
    margin-top: 15px;
    width: 100%;
    padding-bottom: 10px;
  }
  .home-contents .engineers .contents {
    width: 60%;
    min-height: 130px;
    padding-left: 30px;
    height: auto;
    font-weight: normal;
  }
  .breadcrumb {
    display: block;
    background: none;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .breadcrumb > li + li:before {
    content: ">";
    float: left;
    margin: -1px 3px 0;
  }
  .page-banner .banner-image {
    float: right;
    max-height: 270px;
  }
  .page-contents .nav-tabs {
    width: auto;
  }
}

@media (min-width: 992px) {
  .navbar .search-box, form.gsc-search-box {
    width: 260px;
  }
  .products-list .item {
    width: 33.3333%;
  }
  .home-contents .products {
    /*background-size: auto 40%, cover;*/
  }
}

@media (min-width: 1025px) {
  .header {
    padding: 0;
  }
  .navbar .search-box, form.gsc-search-box {
    margin-right: 0;
  }
  .carousel .carousel-caption {
    left: 15%;
  }
  .carousel .item img {
    height: 435px;
  }
  .home-contents .products {
    height: 415px;
  }


  .home-contents .small-banner {
    height: 200px;
  }

	.home-contents .small-banner .contents {
	  /*background: rgba(255, 255, 255, .8);*/
	  padding: 0 60px 0 30px;
	 /* margin: 69px 10px 0 0;
	  height: 100px;
	  height: 130px;*/
	}

  .home-contents .engineers {
    clear: none;
    float: left;
    width: 69%;
    height: 200px;
  }
  .breadcrumb {
    padding: 0;
  }
  .page-banner {
    padding: 0;
  }
  .page-banner h1,
  .page-banner p {
    max-width: 850px;
  }
  .page-contents {
    padding: 0;
  }
  .products-list .item {
    width: 25%;
  }
  .products-list .item .caption .description {
    display: none;
  }
  .products-list .item:hover .caption .description {
    display: block;
  }
}

.solution-grid-img {
  max-width: 100%;
  max-height: 158px;
}

.training-module {
  margin: 20px 0;
  clear: both;
}

.go-back {
  margin-top: 20px;
}

.any-share {
  margin-bottom: 20px;
}

.tab-pane ul {
  margin-left: 0;
  padding-left: 10px;
}

.tab-pane ul li {
  margin-bottom: 15px;
}

.pagination {
  margin-top: 20px;
}

li.americas {
	display: block;
margin: 7px 0 0 30px;
}

li.phone {
	display: block;
margin: 7px 0 0 17px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pdf-ctas {  text-align: center;}
.pdf-ctas > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 190px;
    margin: 10px;
    padding: 0 1.25em;
    background: #0052a8;
    border: 1px solid #013a75;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family:"Arial", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    text-shadow: 0 2px 2px #013a75;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas > a:hover {
    background: #1072d8;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas #btn_rfq {  }
.pdf-ctas #btn_dl_pdf {  }
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) {
  .page-banner h1 {
  font-size: 32px;
  font-weight: bold;
  color: #4d4d4d;
  }
     .pdf-title{
	  font-size: 24px;
  }
  
  .pdf-ctas > a{
	   font-size: 11px;
	   min-width: 100px;
   }
   .pdf-iframe .default {
		display: none !important;
	}
	.pdf-iframe .resp {
		display: block !important;
	}

}

.nf-input-limit {
	display: none;
}