<script src="/common.js"></script>/* @import url(https://fonts.googleapis.com/css?family=Noto+Sans); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* @import url('https://fonts.googleapis.com/css?family=Quicksand'); */

* {
	/* font-family: 'Noto Sans', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	/* font-family: 'Quicksand', sans-serif; */
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-padding-start:0px;
	margin: 0px;
	padding: 0px;
}

/* resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling:touch;
}

body {
	background-color: rgba(241,241,241,1);
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.container-fluid .row {
    margin-left: -15px;
    margin-right: -15px;
}

.asm_logo {
	width: 75px;
	height: 75px;
	position: fixed;
	top: 5px;
	left:100px;
	z-index: 9999;
}

.asm_logo img {
	width: 100%;
	height: auto;
}

.breadcrumb-item h1 {
	text-shadow: 0px 0px 0px #ffffff;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
}

/************** PRELOADER *****************/
/***************************************************/
#loading-filter {
	text-align: center; 
 	background: url('../images/loader.gif') no-repeat center; 
 	height: 150px;
 	z-index: 99999;
}

.p_filters .list-group-item {
	width: 150px;
}

.list-group-item {
	padding: 5px 15px 0 15px;
}

.list-group {
	margin-bottom: 10px;
}

#loading{
	background-color: #0057b8;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
   	transform: rotate(-135deg);
   	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-ms-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
}

.object {
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #fff;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	border-right:5px solid transparent;
	animation: animate 2s infinite;	
}

#object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
						
#object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
    animation-delay: 0.2s;
}		

#object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
    animation-delay: 0.4s;
}

#object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
    animation-delay: 0.6s;
}	

@-webkit-keyframes animate {
50% {
    transform: rotate(360deg) scale(0.8); 
  }
}

@keyframes animate {	
50% {
    transform: rotate(360deg) scale(0.8); 
  }		
}

.hideME {
	display:none;
	z-index:-9999;
}

/* tag line text */
.str-ptr-outer {
	width: 98%;
	height: auto;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #0057b8;
	border-left: 2px solid #0057b8;
}

.str-ptr-inner {
	width: 50%;
	height: 2px;
	border-top: 2px solid #0057b8;
	margin-top: -3px;
	margin-left: -3px;
}

.str-top-circle {
	background-color: rgba(0, 87, 184, 1.0);
	border-radius: 50%;
	-webkit-border-radius: 50%; 
  	-moz-border-radius: 50%; 
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	display: inline-block;
}

.str-prt {
	width: 95%;
	height: auto;
	text-align: left;
	font-size: 42px;
	margin-left: 1%;
	font-weight: 900;
	font-style: italic;
	color: rgba(0, 87, 184, 1.0);
	font-family: 'Noto Sans', sans-serif;
}

.str-prt-prt {
	font-size: 42px;
	margin-left: 1%;
	color: rgba(0, 87, 184, 1.0);
	font-style: normal;
	display: inline-block;
}

.rlb-solu {
	width: 95%; 
	height: auto;
	text-align: right;
	float: right;
	font-size: 38px;
	font-weight: 700;
	color: rgba(0, 87, 184, 0.8);
}

.ital-reli {
	text-align: right;
	font-size: 38px;
	font-style: italic;
	color: rgba(0, 87, 184, 0.8);
	display: inline-block;
	padding-right: 10px;
}

.blue-line {
	width: 65%; 
	height:2px;
	margin: 0 auto;
	border-top: 2px solid rgba(0, 87, 184, 1.0);
}

.smpta {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 30px;
	clear: both;
}

.contact-page-lg {
	text-align: center;
	color: #000000;
	font-size: 38px;
	padding-bottom: 5px;
}

.contact-page-sub-md {
	text-align: center;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 5px;
}

.contact-page-sm {
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
	font-size: 19px;
}

.contact-page-desc {
	width: 98%;
	margin: 10px auto 0px auto;
	color: rgba(0, 0, 0, 0.8);
	min-height: 50px;
	max-height: auto;
	height: auto;
	padding-bottom: 10px;
}

.contact-page-button {
	width: 98%;
	height: 30px;
	margin: 10px auto 0px auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #0057b8;
	border: inset 1px #555555;
	line-height: 30px;
	text-align: center;
}

.contact-page-button a, .contact-page-button a:link {
	color: #0057b8;
	text-decoration: none;
	width: 100%;
	display: block;
	background-image: linear-gradient(to left, transparent, transparent 50%, #0057b8 50%, #0057b8);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
	
}

.contact-page-button a:hover {
	background-position: 0 0;
	color: #ffffff;
}

/* main tool tip for anypage */
.hiddenwords {
    display: none;
    position: absolute;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
	cursor: pointer !important;
	z-index: 1;
}

.home-page-bg-image {
	width: 100%;
	height: 100%;
	background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: rgba(241,241,241,1);
}

input {
	z-index: 0;
}

/* main page outer div */
#about {
	width: 100%;
	min-height: 500px;
	margin-top: 175px;
	clear: both !important;
}

.tech_art_bg {
	font-size: inherit;
    line-height: inherit;
    background: #fff;
    color: #404040;
    overflow: auto;
    background: linear-gradient(to bottom, whitesmoke 40vh, white 40vh, white);
}

.tech_art_container {
	padding: 5rem;
}

.tech_art {
	width: 70vw;
}

.tech_art {
	/* width: 90%; */
    height: 70vh;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    margin: 0 auto;
    background: white;
}

.tech_art .tart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px 30px 10px 30px;
    overflow: scroll;
}

.tect_art_calc {
	width: 90%;
	height: auto;
	margin: 25px 0 25px 0;
	text-align: center;
	font-size: 75px;
	line-height: 75px;
	font-weight: bold;
}

.inner-content {
	width: 95%;
	height: auto;
	margin: 0px auto 0px auto;
}

.table-responsive {
	overflow-x: visible;
}

.side-bar-ims {
	width: 90%;
	height: auto;
	margin: 0px auto 0px auto;
}

.side-bar-ims img {
	width: 98%;
	height: auto;
	margin: 10px auto;
}

.addthis_inline_share_toolbox {
	width: 95%;
	height: auto;
	margin: 10px auto;
}

.carousel-inner img {
      width: 100%;
      height: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

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

.carousel-indicators li {
	border: 1px solid #0057b8;
}

.carousel-indicators .active  {
	background-color: #0057b8;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.home-head-inovation {
	font-size: 40px;
	font-weight: bold;
	color: rgba(0, 87, 184, 1.0);
	width: 94%;
	height: auto;
	text-align: left;
	text-transform: uppercase;
}

.home-second-innovation {
	font-size: 36px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1.0);
	width: 94%;
	height: auto;
	text-align: left;
	text-transform: uppercase;
	margin-top: -5px;
}

.home-second-service {
	font-size: 26px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1.0);
	width: 94%;
	height: auto;
	text-align: left;
	margin-top: -5px;
	margin-left: 2%;
}

.home-third-innovation {
	font-size: 30px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1.0);
	width: 94%;
	height: auto;
	text-align: left;
	text-transform: uppercase;
	margin-top: -5px;
}

.home-section-text {
	width: 90%; 
	height: auto;
	padding: 10px 0px 30px 0px;
}

.home-head-products {
	font-size: 40px;
	font-weight: bold;
	color: rgba(0, 87, 184, 1.0);
	text-align: left;
	padding: 3px;
	text-transform: uppercase;
}

.prod-head-text {
	font-size: 40px;
	font-weight: bold;
	color: rgba(0, 87, 184, 1.0);
	text-align: left;
	padding: 3px;
	text-transform: uppercase;
	margin-left: 2%;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #0057b8;
	border-left: 1px solid #0057b8;
	width: 25%;
}

.str-prod-inner {
	width: 30%;
	height: 2px;
	border-top: 1px solid #0057b8;
	margin-top: -3px;
	margin-left: -3px;
}

.str-prod-circle {
	background-color: rgba(0, 87, 184, 1.0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 27%;
	top: 61px;
	display: inline-block;
}

.home-head-service {
	font-size: 40px;
	font-weight: bold;
	color: rgba(0, 87, 184, 1.0);
	width: 94%;
	height: auto;
	text-align: left;
	text-transform: uppercase;
	margin-left: 2%;
}

/* 
.home-head-service::before { 
  display: block; 
  content: " "; 
  margin-top: 20px; 
  height: 40px; 
  visibility: hidden; 
  pointer-events: none;
}
 */

.home-service-text {
	width: 90%; 
	height: auto;
	padding: 10px 0px 30px 0px;
	margin-left: 2%;
}

.home-section-button {
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 3px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 3px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 3px; 
  	padding: 5px 15px; 
  	text-align: center;
  	border: 1px solid rgba(0, 87, 184, 1.0);
  	color: rgba(0, 87, 184, 1.0);
}

.home-section-button:hover {
	background-color: rgba(0, 87, 184, 1.0);
	color: rgba(255, 255, 255, 1.0);
	-o-transition: 0.5s;
  	-ms-transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	text-decoration: none;
  	border: none;
}

.home-service-button {
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 3px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 3px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 3px; 
  	padding: 5px 15px; 
  	text-align: center;
  	border: 1px solid rgba(0, 87, 184, 1.0);
  	color: rgba(0, 87, 184, 1.0);
  	margin-left: 2%;
}

.home-service-button:hover {
	background-color: rgba(0, 87, 184, 1.0);
	color: rgba(255, 255, 255, 1.0);
	-o-transition: 0.5s;
  	-ms-transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	text-decoration: none;
  	border: none;
}

.vline {
    border-right: 2px solid rgba(0, 87, 184, 1.0);
    height: 100%;
    margin-top: 40px;
}

.top-circle {
	background-color: rgba(0, 87, 184, 1.0);
	border-radius: 50%;
	-webkit-border-radius: 50%; 
  	-moz-border-radius: 50%; 
	width: 13px;
	height: 13px;
	position: absolute;
	right: -8px;
	top: 10px;
}

.home-about-img {
	width: 98%;
	height: auto;
	margin: 0px auto;
}

.home-about-img img {
	width: 100%;
	height: auto;
}

.home-store {
    width: 100%;
    min-height: 100px;
    height: auto;
}

.home-store a img, .home-store a:link img {
	width: 100%;
	height: auto;
}

.home-p-sec-img {
	display: block;
	width: 100%;
	height: auto;
}


.openSEC {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-sec-img:hover .openSEC {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px;
}

.home-p-mnt-img {
	display: block;
	width: 100%;
	height: auto;
}


.openMNT {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-mnt-img:hover .openMNT {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px;
}

.home-p-gp-img {
	display: block;
	width: 100%;
	height: auto;
}


.openGP {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-gp-img:hover .openGP {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px;
}

.home-p-ia-img {
	display: block;
	width: 100%;
	height: auto;
}


.openIA {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-ia-img:hover .openIA {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px;
}

.home-p-ht-img {
	display: block;
	width: 100%;
	height: auto;
}


.openHT {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-ht-img:hover .openHT {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px;
}

.home-p-cn-img {
	display: block;
	width: 100%;
	height: auto;
}


.openCN {
	position: absolute;
  	top: 0px;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	transition: .5s ease;
  	width: 93%;
  	height: 40px;
  	padding: 5px 0px 15px;
}

.home-p-cn-img:hover .openCN {
  	opacity: 1;
  	top: 10px;
  	bottom: 0px;
  	left: 20px;
 	width: 90%;
 	height: 90%;
 	font-size: 26px;
 	padding: 5px 0px 5px 0px;
 	text-align: center;
 	background-color: #0057b8;
 	color: #ffffff;
 	border: 1px solid #0057b8;
 	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 4px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 4px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 4px; 
}

.home-small-scrn-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.home-section-small-scrn-button {
	position: absolute;
	bottom: 10px;
	right: 30px;
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 3px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 3px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 3px; 
  	padding: 5px 15px; 
  	text-align: center;
  	border: 1px solid rgba(0, 87, 184, 1.0);
  	background: rgba(0, 87, 184, 1.0);
  	color: rgba(255, 255, 255, 1.0);
}

.home-section-small-scrn-button:hover {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 87, 184, 1.0);
	-o-transition: 0.5s;
  	-ms-transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	text-decoration: none;
  	border: none;
}

.home-p-sec-head {
	font-size: 30px;
	font-style: bold;
	width: 98%;
	height: auto;
	text-align: center;
	color: rgba(0, 87, 184, 1.0);
}

.home-p-sec-head-two {
	font-size: 20px;
	font-style: bold;
	width: 95%;
	height: auto;
	text-align: left;
	color: rgba(0, 0, 0, 1.0);
	margin-left: 10px;
	text-decoration: underline;
}

.home-p-sec-para {
	width: 97%;
	height: auto;
	margin: 10px auto 0px auto;
	padding-bottom: 15px;
}

.home-p-sec-thumb-img {
	width: 150px;
	height: 150px;
}

.home-p-sec-thumb-img img {
	width: 100%;
	height: auto;
}

.hundy {
	width: 100% !important;
	height: auto;
}

.bold {
	font-weight: bold;
}

.buehler-blue {
	color: rgba(0, 87, 184, 1.0);
}

.bg-buehler-blue {
	background-color: rgba(0, 87, 184, 1.0);
}		

.white {
	color: #ffffff;
}

.bg-white {
	background-color: rgba(255,255,255,1.0);
}

.black {
	color: #000000;
}

.redish {
	color: #FF6D6D;
	font-size: 35px;
	font-weight: 700;
}

.green {
	color: rgba(0, 153, 0, 1)
}

.bg-black {
	background-color: rgba(0,0,0,1.0);
}

.grayish {
	color: rgba(0, 0, 0, 0.7);
	font-size: 35px;
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.ital {
	font-style: italic;
}

.none {
	list-style-type: none;
}

.caution {
	color: rgba(255, 153, 0, 1.0);
}

.alert-bblue {
	background-color: #0057b8;
	color: #ffffff;
}

.product-name {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	text-align: left;
}

.search-text {
	color: #000000;
	font-size: 16px;
}

.application-mount {
	width: 100%;
	height: auto;
	font-size: 30px;
	text-align: center;
}

form#secondtimedt {
	width: 95%;
	padding-bottom: 10px;
}

form#firsttimedt {
	width: 95%;
	padding-bottom: 10px;
}

.location-header {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#salesengineer .success {
  	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#468847;
  	background-color:#dff0d8;
  	border:1px solid #d6e9c6;
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#getsalesengineer .error {
	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#b94a48;
  	background-color:#f2dede;
  	border:1px solid rgba(185, 74, 72, 0.3);
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}


#getsalesengineer .success {
  	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#468847;
  	background-color:#dff0d8;
  	border:1px solid #d6e9c6;
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#labcontact .error {
	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#b94a48;
  	background-color:#f2dede;
  	border:1px solid rgba(185, 74, 72, 0.3);
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#generalcontact .success {
  	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#468847;
  	background-color:#dff0d8;
  	border:1px solid #d6e9c6;
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

#generalcontact .error {
	padding:1em;
  	margin-bottom:0.75rem;
  	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  	color:#b94a48;
  	background-color:#f2dede;
  	border:1px solid rgba(185, 74, 72, 0.3);
  	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.f-tt {
	font-size: 22px;
}

.f-headt-pad {
	font-size: 30px;
	padding: 10px 0px 10px 0px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.pad-10 {
	padding: 10px;
}

.padbtm-50 { 
	padding-bottom: 50px;
}

.hun-hun {
	width: 100px;
	height: 100px;
}

.neg-1 {
	z-index: -1;
}

.showme {
	z-index: 9999;
}

.pointer {
	cursor: pointer;
}

.centered {
    text-align: center;
}

.width-25 {
	width: 25% !important;
}

.width-15 {
	width: 15% !important;
}

.site-search {
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    overflow-y: auto;
}

.site-search input[type="text"] {
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.result {
	position: absolute;        
	z-index: 999;
	top: 100%;
	right: 0;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 10px 0px 10px;
	overflow-y: auto;
	min-height: 50px;
	max-height: 500px;
	display: none;
}

.site-search input[type="text"], .result {
	width: 200%;
	box-sizing: border-box;
}
\
/* Formatting result items */
.result p {
	margin: 0;
	padding: 1px 10px;
	border-top: none;
	cursor: pointer;
}

.result p a, .result p a:link {
	color: #0057b8;
}

.result p a:hover {
	color: #000000;
	text-decoration: underline;
}

.shadow-t {
	font-size: 22px;
	background-color: #000000;
  	color: transparent;
  	text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.map-wrapper {
	height: 420px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
	margin-top: 40px;
}

#map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lakeb-wrapper {
	height: 300px;
	background-color: #ffffff;
	margin-top: 20px;
}

#lakeb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#bingh {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#essl {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#tjapan {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#shch {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#cov {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#dard {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

::-moz-selection {
 background: #0057B8;
 color: #ffffff;
 text-shadow: none;
}
::selection {
	background: #0057B8;
	color: #ffffff;
	text-shadow: none;
}

.disappear {
	
}	

.idisappear {
	display: none !important;
}

ul.mob-button {
	width: 98%;
	height: auto;
	margin: 5px auto 5px auto;
}

ul.mob-button li {
	display: inline-block;
	width: 30px !important;
	height: 30px !important;
}

.remove-button {
	display: none;
}

span.idisappear {
	margin-left: 10px;
}

.f-right-home-excls{
	float: right;
	margin-right: 25px;
	line-height: 30px;
}

.clear {
	clear: both !important;
}

.pointer {
	curser: pointer;
}

.width-100 {
	width: 100%;
}

.seven-five {
	width: 75%;
	height: auto;
}

.six-five {
	width: 65%;
	height: auto;
}

.im-seven-five {
	width: 75px;
	height: 75px;
}

.thirty-five {
	width: 35%;
	height: auto;
}

.two-five {
	width: 25%;
	height: auto;
}

.circle-hover {
	transition: .5s ease;
}

.circle-hover:hover {
	box-shadow: 0 0 0 10px #0057b8;
	transition: .5s ease;
}

.text-wrap-left {
	float:left;
	padding: 20px;
}

.text-wrap-right {
	float:right;
	padding:10px;
}

.text-wrap-img-small {
	width: 300px;
	height: auto;
}

#status-mess {
	font-weight: bold;
	color: #ff0000;
}

#status-messages {
	color: #ff0000;
}

#status-messages-cu {
	color: #ff0000;
}

img {
	width: 100%;
	height: auto;
}

.min-hei-40 {
	min-height: 40px;
}

.min-hei-60 {
	min-height: 60px;
}

.min-hei-80 {
	min-height: 80px;
}

.min-hei-200 {
	min-height: 200px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-225 {
	min-height: 225px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-240 {
	min-height: 240px;
	max-height: auto;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-320 {
	min-height: 320px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-420 {
	min-height: 420px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-460 {
	min-height: 460px;
	height: auto;
	padding-bottom: 10px;
}

.search-height {
	min-height: 500px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-500 {
	min-height: 500px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-550 {
	min-height: 550px;
	height: auto;
	padding-bottom: 10px;
}

.min-hei-700 {
	min-height: 700px;
	height: auto;
	padding-bottom: 10px;
}

.stay {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 6000;
}

#contact-us {
	padding-top: 50px;
	padding-bottom: 25px;
}

/* Honeypot hidden input field */
.robotic { 
	display: none; 
	cursor: pointer;
}

.unrobotic { 
	display: block;
	cursor: pointer; 
	display: inline-block;
}

.small-device {
	display: none !important;
}

.large-device {
	display: block !important;
}

.upper {
	text-transform: uppercase;
}

.home-news-date {
	font-weight: bold;
	font-size: 18px;
}

a.tel {
	color: #000000;
	text-decoration: none;
}

a.tel:hover {
	color: #ffffff;
}

label {
	padding: 5px 0px 15px 0px;
}

.login-page {
	width: 75%;
	height: auto;
	padding: 15px;
	background-color: #C7C7C7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#proimage-left {
	float: left;
	width: 15%;
	height: auto;
	margin: 10px 0px 0px 10px;
}

#proimage-left img {
	width: 80% !important;
	height: auto;
	margin: 0 auto 0 auto !important;
	padding: 0 !important;
}

#profile-outer {
	width: 100%;
	height: auto;  
	margin-top: 10px;
	overflow: hidden;
	display: inline-block;
	padding-bottom: 10px !important;
}

#profile-right {
	float: right;
	width: 80%;
	height: auto;
	padding-left: 20px;
	color: #000000 !important;
}

/* NAV Breadcrumb code */
.product-breadcrumb {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 115px;
	z-index: 5000;
}

.product-breadcrumb nav ul {
	width: 97%;
	height: auto;
}

.product-breadcrumb nav ul li {
	display: inline-block;
	float: left;
}

.product-breadcrumb nav ul li::after {
	padding-left: 5px;
	padding-right: 5px;
	content: "/";
}

.product-breadcrumb nav ul li:last-child:after {
	content: "";
}

.product-breadcrumb a, .product-breadcrumb a:link {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}

.product-breadcrumb a:hover {
	color: rgba(122, 122, 122, 1.0);
  	-o-transition: 0.5s;
  	-ms-transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
}

.product-breadcrumb ul li.active {
	color: rgba(255, 255, 255, 1.0);
	background-color: transparent;
}

.product-breadcrumb ul li.active a, .product-breadcrumb ul li.active a:link {
	color: rgba(255, 255, 255, 1.0);
	background-color: transparent;
}

.product-breadcrumb ul li.active a:hover {
	background-color: transparent;
}

.product-breadcrumb-two {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 80px;
	z-index: 5000;
}	

.product-breadcrumb-two nav ul {
	width: 97%;
	height: auto;
}

.product-breadcrumb-two nav ul li {
	display: inline-block;
	float: left;
}

.product-breadcrumb-two nav ul li::after {
	padding-left: 5px;
	padding-right: 5px;
	content: "/";
}

.product-breadcrumb-two nav ul li:last-child:after {
	content: "";
}

.product-breadcrumb-two a, .product-breadcrumb-two a:link {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}

.product-breadcrumb-two a:hover {
	color: rgba(122, 122, 122, 1.0);
  	-o-transition: 0.5s;
  	-ms-transition: 0.5s;
  	-moz-transition: 0.5s;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
}

.product-breadcrumb-two ul li.active {
	color: rgba(255, 255, 255, 1.0);
	background-color: transparent;
}

.product-breadcrumb-two ul li.active a, .product-breadcrumb-two ul li.active a:link {
	color: rgba(255, 255, 255, 1.0);
	background-color: transparent;
}

.product-breadcrumb-two ul li.active a:hover {
	background-color: transparent;
}	
	
.above-navbar {
	width: 100%;
	height: 40px;
	background-color: #0057B8;
}

.above-navbar .fl-right {
	padding: 0px 2px;
	float: right;
}

.fl-right ul {
	list-style-type: none;
	float: right; 
	margin-right: 10px;
}

.fl-right ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 40px;
}

.fl-right ul li a img, .fl-right ul li a:link img {
	width: 100%;
	height: 100%;
}

.above-navbar .fl-right .flr-text {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	margin-right: 10px;
	text-align: right;
}

.above-navbar .fl-right .flr-text a.tel {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.above-navbar .fl-right .flr-text a.tel:hover {
	text-decoration: underline;
	color: #ffffff;
}

.above-navbar .fl-left {
	width: 100%;
	height: 40px;
}

.above-navbar .fl-left .fll-text {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	overflow: none;
}

.above-navbar .fl-left .fll-text ul {
	width: 100%;
	height: auto;
	list-style-type: none;
}

.above-navbar .fl-left .fll-text ul li {
	width: 30px;
	height: auto;
	margin-top: 0px;
	display: inline-block;
}

.above-navbar .fl-left .fll-text ul li img {
	width: 100%;
	height: auto;
}

.above-navbar .fl-left .fll-text ul li img a, .above-navbar .fl-left .fll-text ul li img a:link {
	border: none;
	text-decoration: none;
}

.above-navbar .fl-left .fll-text ul li a:hover {
	border: none;
	text-decoration: none;	
}

@keyframes fadein {
	from {
		opacity: 0;
		top: 0px;
	}
	to {
		opacity: 1;
		top: 20px;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* added to  .nav */
.navbar {
	border-radius: 0px;
}

.normal {
	height: 100px; /* this causes drop down to lose color ??? */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.normal .navbar-right {
	padding-top: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navbar-inverse .navbar-toggle {
	background-color: rgba(0,87,184,1);
	color: #ffffff;
}

.navbar-brand {
	padding: 3px !important;
}

.navbar-brand img {
	padding: 5px 5px 10px 10px;
	width: 248px;
	height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navbar-inverse .navbar-nav li a:hover {
	color: rgba(255,255,255,1.0);
	background-color: rgba(0, 0, 0, 1.0);
}	

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: rgba(72, 72, 72, 1);
}

.navbar-inverse {
	color: #080808;
	border-color: #ffffff;
	background-color: #ffffff;
}

.navbar.smaller .image #logo {
	width: 75px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 10px;
}


.navbar.smaller .image #logo img {
	width: 100%;
	height: auto;
}	

.navbar.smaller nav ul li a, .navbar.smaller nav ul li a:link {
	color: #777;
	line-height: 50px; 
}

.navbar.smaller nav ul li a:hover {
	color: #FF6D6D;
}

.navigation {
	width: 100%;
	height: 75px;
	background-color: rgba(241,241,241,1);
	color: rgba(72, 72, 72, 1);
}

#nav {
	width: 50%;
	height: 40px;
	float: right;
}

nav ul {
	width: 65%;
	height: auto;
	text-align: right;
	list-style-type: none;
	padding-right: 50px;
	float: right;
	margin-top: 15px;
}

nav ul li {
	width: auto;
	height: 40px;
	padding: 0px 2.5px;
	line-height: 40px;
	display: inline-block;
}

nav ul li a, nav ul li a:link {
	color: #0057b8;
}

nav ul li a:hover {
	color: #0057b8;
	text-decoration: none;
}

#mySidenav {
	float: right;
}

#mySidenav .cta-buttons ul {
	width: 98%;
	height: auto;
	margin: 0px auto 0px auto;
}

#mySidenav .cta-buttons ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
}

#mySidenav .cta-buttons ul li a img, #mySidenav .cta-buttons ul li a:link img {
	width: 30px !important;
	height: auto;
}

#mySidenav ul {
	width: 98%;
	margin-top: 45px;
}

#mySidenav ul li {
	float: left;
	width: 100%;
}

#mySidenav ul li a, #mySidenav ul li a:link {
	text-align: left;
	font-size: 12px;
	color: #ffffff;
}

.openbtn {
	display: none !important;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
}

.sidenav a {
	padding: 1px 0px 5px 5px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 36px;
	margin-left: 50px;
	color: #ffffff;
}

.sidenav .closebtn:hover {
	color: #0057b8;
	transition: 0.5s;
}

/* reset our lists to remove bullet points and padding */
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

li:hover .submenu {
	display: none;
	width: 100%;
	position: relative;
	margin-top: -20px !important;
	min-height: 450px;
	background-color: #ffffff;
}


li:hover .submenu a, li:hover .submenu a:link {
	color: #000000 !important;
}

/* hover behaviour for links inside .submenu */
li:hover .submenu a:hover {
	color: #0057b8 !important;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease-out;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(241,241,241,1);
	color: rgba(72, 72, 72, 1);
	min-width: 400px;
	padding: 0px 10px 0px 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown:hover a, .dropdown:hover {
	color: #0057b8;
}

.dropdown:hover .dropdown-content {
	display: block;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

.dropdown-content a, .dropdown-content a:link {
	color: #0057b8;
}

.dropdown-content a:hover {
	color: rgba(72, 72, 72, 1);
}

.dropdown-content a:hover {
	color: #0057b8 !important;
}	

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.shrink {
	height: 50px;
	background-color: rgba(241,241,241,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.shrink .navbar-right {
	padding-top: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.shrink .navbar-brand img {
	height: 50px;
	width: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.fake-div {
	min-height: 2000px;
	width: auto;
}

img#im-one.img-responsive.hide-me {
	display: none;
}

img#im-one.img-responsive.show-me {
	display: block;
}

img#im-two.img-responsive.show-me {
	display: block;
}

img#im-two.img-responsive.hide-me {
	display: none;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-half-resp {
	max-width: 50%;
	height: auto;
}

.italics {
	font-style: italic;
}

/*animation element*/
.animation-element {
	/* opacity: 0; */
	/* position:relative; */
}

/*animation element sliding left*/
.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 700ms linear;
	-webkit-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
	-moz-transform: translate3d(2050px, 0px, 0px);
	-webkit-transform: translate3d(2050px, 0px, 0px);
	-o-transform: translate(2050px, 0px);
	-ms-transform: translate(2050px, 0px);
	transform: translate3d(2050px, 0px, 0px);
}

.animation-element.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.home-top-one {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 180px;
	padding: 10px 0px 20px 0px;
}

/*animation element sliding right*/
.animation-element.slide-right {
	opacity: 0;
	-moz-transition: all 700ms linear;
	-webkit-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
	-moz-transform: translate3d(-2050px, 0px, 0px);
	-webkit-transform: translate3d(-2050px, 0px, 0px);
	-o-transform: translate(-2050px, 0px);
	-ms-transform: translate(-2050px, 0px);
	transform: translate3d(-2050px, 0px, 0px);
}

.animation-element.slide-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.home-top-two {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}

.animation-element.slide-right.home-top-three {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}


.animation-element.slide-right.home-top-four {
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}

.animation-element.slide-right.home-top-five {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}

.animation-element.slide-right.home-top-six {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}

.animation-element.slide-right.home-top-seven {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	padding: 10px 0px 20px 0px;
}

.clearB {
	clear: both !important;
}

#headerwrap {
    background: url(/../images/header_bg.jpg) no-repeat center top;
    padding-top: 340px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    padding-bottom: 60px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -20px;
}

/**************************************************************************
				Start home page slider section
**************************************************************************/
.header-home-sections {
	width:65%;
	height:auto;
	margin: -120px 0px 0px 20px;
}

.home-slider-top-right {
	width:32%;
	height:auto;
	float:right;
	margin-right:1%;
	margin-top:-120px;
	z-index: 1 !important;
}

.home-slider-top-right > img {
	width:100%;
	height:auto;
}
/**************************************************************************
				End home page slider section
**************************************************************************/

/**************************************************************************
				Start home page buttons
**************************************************************************/
.explore-button {
	width: 225px; 
	height: 65px; 
	margin: -30px auto 0 auto; 
	line-height: 65px; 
	text-align: center; 
	font-size: 30px; 
	background-color: #0057b8; 
	color: #ffffff; 
	outline: 2px solid #ffffff; 
	outline-offset: -10px;
}

/* home page buttons */
#home-buttons {
	margin-top:40px;
}

.home-button {
	font-size: 22px;
	color: #000000 !important;
}

/* home page button images */
.him {
	width:60% !important;
	height:auto !important;
}
/**************************************************************************
				End home page buttons
**************************************************************************/

/**************************************************************************
				Start home page products sections
**************************************************************************/
#outer-solutions {
	width: 100%; 
	height: 65px; 
	margin: 0px auto 0 auto;
	clear: both;
	z-index: 1 !important;
}

#outer-solutions > .solutions-button {
	width: 400px; 
	height: 65px; 
	margin: 0px auto 0 auto; 
	line-height: 65px; 
	text-align: center; 
	font-size: 30px; 
	background-color: #0057b8; 
	color: #ffffff; 
	outline: 2px solid #ffffff; 
	outline-offset: -10px;
	z-index: 1 !important;
}

#home-page-sec {
	width: 95%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
}

.product-header {
	width: 100%;
	height: auto;
}

.product-header a, .product-header a:link {
	color: #000000;
	font-size: 22px;
}

#sectioningdiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#sectioningdiv .outter-img {
	width: 95%;
	height: 260px;
}

#sectioningdiv img {
	width: 100%;
	height: auto;
}

#mountingdiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#mountingdiv .outter-img {
	width: 95%;
	height: 260px;
}

#mountingdiv img {
	width: 100%;
	height: auto;
}

#gpdiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#gpdiv .outter-img {
	width: 95%;
	height: 260px;
}

#gpdiv img {
	width: 100%;
	height: auto;
}

#iadiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#iadiv .outter-img {
	width: 95%;
	height: 260px;
}

#iadiv img {
	width: 100%;
	height: auto;
}

#htdiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#htdiv .outter-img {
	width: 95%;
	height: 260px;
}

#htdiv img {
	width: 100%;
	height: auto;
}

#consumdiv {
	position: relative;
	display: none;
	width: 100%;
	min-height: 300px;
	background-color: rgba(241,241,241,1);
	clear: both;
	overflow:auto;
}

#consumdiv .outter-img {
	width: 95%;
	height: 260px;
}

#consumdiv img {
	width: 100%;
	height: auto;
}

body .modal-header, body .modal-footer {
	background-color: #0057b8;
	color: #ffffff;
}

body .modal-title {
	color: #ffffff;
	font-size: 22px;
}

body button span {
	color: #ffffff;
	font-size: 22px;
}

.modal {
	margin-top: 150px;
}

.modal button.close {
	margin-top:-30px;
}

.modal-body {
	overflow: hidden;
}

.modal-footer button {
	color: #000000;
}


/**************************************************************************
				End home page products sections
**************************************************************************/

/**************************************************************************
				Start home page SEO sections
**************************************************************************/
.seo-text-section {
	width: 95%;
	height: auto;
	padding: 10px;
	margin: 20px auto 20px auto;
}

/**************************************************************************
				End home page SEO sections
**************************************************************************/

/**************************************************************************
				Start Footer code
**************************************************************************/
footer {
	width: 100%;
	background-color: rgba(241,241,241,1);
	margin-top: 10px;
	-webkit-box-shadow: 0 -3px 2px 0 #cacaca;
	-moz-box-shadow: 0 -3px 2px 0 #cacaca;
	box-shadow: 0 -3px 2px 0 #cacaca
}

footer .inner {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

footer .inner .logo img {
	width: 125px;
	height: auto;
}

footer .inner .logo img:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}

footer .inner .ftext {
	color: #000000;
}

#under-footer {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	line-height: 40px;
	background-color: #000000;
	color: #FFFFFF;
}

#under-footer ul {
	width: 100%;
	height: auto;
	list-style-type: none;
	text-align: center;
}

#under-footer ul li{
	display: inline-block;
	padding: 0px 5px;
}

#under-footer ul li a, #under-footer ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#under-footer ul li a:hover {
	color: #808080;
	text-decoration: underline;
}

footer ul.social {
	width: 100%;
	height: auto;
	list-style-type: none;
}

footer ul.social li {
	display: inline-block;
}

footer ul.social li.social-button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #0057b8;
	color: #ffffff;
}

footer ul.social li.social-button a, footer ul.social li.social-button a:link {
	color: #ffffff;
	text-decoration: none !important;
}

footer ul.social li.social-button a i.fb:hover, footer ul.social li.social-button:hover {
	color: #3b5998;
	background-color: #d7d7d7;
	text-decoration: none !important;
}

footer ul.social li a i.tw:hover {
	color: #0084b4;
	text-decoration: none !important;
}

footer ul.social li a i.gp:hover {
	color: #d34836;
	text-decoration: none !important;
}

footer ul.social li a i.insta:hover {
	color: #8a3ab9;
	text-decoration: none !important;
}

footer ul.social li a i.li:hover {
	color: #0077b5;
	text-decoration: none !important;
}

footer ul.social li a i.yt:hover {
	color: #E62117;
	text-decoration: none !important;
}
/**************************************************************************
				End Footer code
**************************************************************************/

#return-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	background: rgb(0, 87, 184);
	background: rgba(0, 87, 184, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

#return-to-top i {
	color: #FFFFFF !important;
	margin: 0;
	position: relative;
	font-size: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #FFFFFF !important;
	/* top:-10px */
}

.tooltip.in {
	opacity: 1 !important;
	filter:alpha(opacity=1) !important;
	filter:alpha(opacity=100) !important;
}

.smaller {
	font-size: 14px !important;
}

/* Search code */
.input-group {
	margin-top: -8px;
}

/* 
.input-group-mobile {
	width:100%;
}
*/

#mySidenav .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-top: 0px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-top: 3px;
}

.input-group-btn > .btn {
	border-left-width: 0; 
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}		

/* stop the glowing blue shadow */
.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none; 
	border-color: #cccccc; 
}
	
.form-control{
	width: 70%;
	margin-top: 3px;
}

.form-control-mobile:focus {
	box-shadow: none;
	-webkit-box-shadow: none; 
	border-color: #cccccc; 
}

.form-control-mobile {
	width: 100%;
	margin-top: 3px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 600px;
}

/**************************************************************************
			Animated Tabs Code
**************************************************************************/
/*----- Tabs -----*/
.tabs {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	min-height: 300px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
	display: block;
	clear: both;
	content: '';
}

.tab-links li {
	margin: 0px 5px;
	float: left;
	list-style: none;
}

.tab-links a {
	padding: 9px 15px 9px 5px;
	display: inline-block;
	border-radius: 3px 3px 0px 0px;
	background: #0057B8;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	transition: all linear 0.15s;
}

.tab-links a:hover {
	background: #a7cce5;
	text-decoration: none;
}

.tab-links li.active a, li.active a:hover {
	background: #a7cce5;
	color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
	padding: 15px 15px 15px 30px;
	border-radius: 3px;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	background: #fff;
}

.tab {
	display: none;
	outline: none;
}

.tabs td a {
	color: #0057B8;
	text-decoration: none;
}

.tabs td a:hover {
	color: #000000;
}

.tabs .tab p {
	width: 100%;
	height: auto;
	display: inline-block;
}

.tabs .tab p ul {
	width: 48% !important;
	height: auto;
}

.timage {
	float: right;
	margin-right: 10px;
	width: 50%;
	height: auto;
	margin-top: -60px !important;
}

.wf8 {
	width: 48% !important;
	height: auto;
	display: inline-block;
}

.wf2 {
	width: 15% !important;
	height: auto;
}

.wf3 {
	width: 7% !important;
	height: auto;
}

.tab.active {
	display: block;
}

.smaller {
	font-size: 12px;
}

/* Accessories Tab <ul></ul> */
#tabs-ul {
	width: 100%;
	height: auto;
	color: #000000 !important;
}

#tabs-ul ul {
	list-style-type:none;
	width: 100%;
	height: auto;
}	

#tabs-ul ul li {
	width: 20%;
	height: auto;
	margin-left: 10px;
	display: inline-block !important;
}

/* confirmation page */
.thankyou {
	width: 98%;
	height: auto;
	margin: 20px 1%;
	background-color: #0057b8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	text-align: left !important;
}

.thankyou .inner {
	padding: 15px;
}

/* first tab code */
#register {
	width: 98%;
	height: auto;
	margin: 20px 1%;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	display: inline-block;
	text-align: left !important;
}

#register .reg {
	width: 97%;
	height: auto;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding:1%;
}

h1.h1-contact-forms, div.locat-header{
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	text-align: center;
	color: #000000;
}

.input-group .form-control {
    margin: 0px !important;
}

/* ==========================================================================
	Start product Page social share buttons
========================================================================== */
#ssbuttons {
	width: 85%;
	height: auto;
	margin: 0px auto;
}

#ssbuttons > h3 {
	color:#000000;
	text-align:left;
	margin-left: 10px;
}

#ssbuttons > a, #ssbuttons > a:link {
	display:inline-block;
}

#ssbuttons > a > .fb-social-share-button {
	padding:2px 7px;
	border:4px solid #3b5998;
}

#ssbuttons > a > .fb-social-share-button:hover {
	background-color:rgba(59,89,152,0.6);
}

#ssbuttons > a > .g-social-share-button {
	padding:2px 5px;
	border:4px solid #db3236;
}

#ssbuttons > a > .g-social-share-button:hover {
	background-color:rgba(219,50,54,0.6);
}

#ssbuttons > a > .t-social-share-button {
	padding:2px 5px;
	border:4px solid #55acee;
}

#ssbuttons > a > .t-social-share-button:hover {
	background-color:rgba(85,172,238,0.6);
}

#ssbuttons > a > .lin-social-share-button {
	padding:2px 5px;
	border:4px solid #0077b5;
}

#ssbuttons > a > .lin-social-share-button:hover {
	background-color:rgba(0,119,181,0.6);
}

#ssbuttons > a > .email-social-share-button {
	padding:2px 5px;
	border:4px solid #0057B8;
}

#ssbuttons > a > .email-social-share-button:hover {
	background-color:rgba(0,87,184,0.6);
}
/* training form */
.training-header-blue {
	width: 100%;
	height: auto;
	background-color: #0057B8;
	padding: 10px 5px 10px 20px;
	color: #ffffff;
	text-align: left;
	font-size: 24px;
}

.training-header-blue .center-text {
	text-align: center;
	font-size: 24px;
}

.training-header-gray {
	width: 100%;
	height: auto;
	background-color: #C7C9C7;
	padding: 10px;
	color: #000000;
	text-align: left;
	margin-top: 15px;
}

.training-left {
	float: left;
	width: 48%;
	height: auto;
	color: #000000;
	text-align: left;
	margin-top: 15px;
}

.training-right {
	float: right;
	width: 48%;
	height: auto;
	color: #000000;
	text-align: left;
	margin-top: 15px;
} 

button#sumregister {
	width: 100%;
	height: auto;
	background-color: #0057b8;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button#sumregister:hover {
	width: 100%;
	height: auto;
	background-color: #000000;
	color: #ffffff;
}
/* end training form */

/*SDS Table Fixed */
.stick {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 130px;
    z-index: 1;
}

.sds_outer {
	padding: 25px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sds_btn {
	margin-left: 10px;
	margin-top: 10px;
}
/* ==========================================================================
	End product Page social share buttons
========================================================================== */
#invdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	z-index: 1;
}

#usadiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow:hidden;
	z-index: 1;
}

#usa {
	color: #337ab7;
}

#eudiv {
	display:none; 
	clear: both;
	background-color:#C7C9C7; 
	width:100% !important; 
	padding:10px 0 80px 0;
}

#asiadiv {
	display:none; 
	clear: both; 
	background-color:#C7C9C7; 
	width:100% !important; 
	padding:10px 0 80px 0;
}

.border-bottom-bb {
	margin-top: -3px !important;
	border-bottom: 3px solid #0057B8;
}

.searchresults table {
	width: 95%;
	height: auto;
	table-layout: fixed;
	margin: 0px auto 0px auto;
}

.searchresults h3 {
	width: 95%;
	height: auto;
	margin: 10px auto; 0px auto;
	padding-bottom: 10px;
}

/* main top text on landing pages */
.main-landing-text {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-text-other {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

.outer-forms {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #FFFFFF;
}
/* end main top text on landing pages */

/* counter up code */
span.counter {
	color: rgba(0, 0, 0, 0.7);
	font-size: 35px;
	font-weight: 700;
}

/* Code for awards page */
.award-wrapper {
	width: 100%;
	background-color: #ddd;
}

th.center-th {
	text-align: center !important;
	font-size: 20px;
}

.bradius {
	border-radius: 5px;
}

.regdiv {
	padding: 10px;
}

.table-hover > tbody > tr:nth-child(odd):hover > td, 
.table-hover > tbody > tr:nth-child(odd):hover > th,
.table-hover > tbody > tr:nth-child(even):hover > td, 
.table-hover > tbody > tr:nth-child(even):hover > th {
	background-color: #808080 !important;
  	color: #ffffff !important;
  	cursor: pointer;
}

.table-hover > tbody tr td:hover a, .table-hover > tbody tr td:hover a:link {
	color: #ffffff;
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* End code for awards page */

/* Pagination Effects */
#page_ination {
	margin-left: 5px; 
	margin-right: 5px; 
	padding: 6px; 
	background-color: #FFF; 
	width: 96%;
}

.pagNumActive {
	color: #ffffff;
	border: #060 1px solid; 
	background-color: #0057b8; 
	padding-left: 5px; 
	padding-right: 5px;
}

.paginationNumbers a {
	color: #FFFFFF;
	text-decoration: none;
	border: #999 1px solid; 
	background-color: #c7c9c7; 
	padding-left: 5px; 
	padding-right: 5px;
}
	
.paginationNumbers a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: #060 1px solid; 
	background-color: #0057b8; 
	padding-left: 5px; 
	padding-right: 5px;
}

.news-release {
	border: 1px solid #0057b8;
	clear: both !important; 
	width: 100%;
	height: 1px;
}

/***************************************************************************
	Main Product Landing Pages
****************************************************************************/
/* circles for consumables pages */
.circle-light-grey {
	background-color: #C0C0C0; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-grey {
	background-color: #808080; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-green {
	background-color: green;
	 width: 25px; 
	 height: 25px; 
	 border-radius: 50%;
	 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-black {
	background-color: #000000; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-red {
	background-color: #ff0000; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-deep-red {
	background-color: #8b0000; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-purple {
	background-color: purple; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-pink {
	background-color: #F660AB; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-lavendar {
	background-color: #E6E6FA; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-yellow {
	background-color: #ffff00; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-white {
	background-color: #ffffff; 
	border: 1px solid #000000;
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-blue {
	background-color:#0000FF; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-light-blue {
	background-color: #ADD8E6; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-brown {
	background-color: #8B4513; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-orange {
	background-color: #FFA500; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
} 


.circle-charcoal {
	background-color: #36454F; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circle-copper {
	background-color: #B87333; 
	width: 25px; 
	height: 25px; 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#secdiv {
	display: none; 
	clear: both;
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#precdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#gpdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#accessdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#comdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#stdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#invdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#updiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#omndiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

#petdiv {
	display: none; 
	clear: both; 
	background-color: #C7C9C7; 
	width: 100% !important; 
	padding: 10px 0 80px 0;
	overflow: hidden;
}

.border-bottom-sec {
	margin-top: -3px !important;
	border-bottom: 3px solid #FFB81C;
}

.border-bottom-mount {
	margin-top: -3px !important;
	border-bottom: 3px solid #285C4D;
}

.border-bottom-gp {
	margin-top: -3px !important;
	border-bottom: 3px solid #CC0033;
}

.border-bottom-ia {
	margin-top: -3px !important;
	border-bottom: 3px solid #512D6D;
}

.border-bottom-ht {
	margin-top: -3px !important;
	border-bottom: 3px solid #0c2340;
}

.border-bottom-cs {
	margin-top:- 3px !important;
	border-bottom: 3px solid #DC4405;
}

#prod-section-image {
	background: url(/../images/segments/abrasimatic-450-sectioning-cover-2.png) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-mounting-image {
	background: url(/../images/segments/mounting-cover-one.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-gp-image {
	background: url(/../images/segments/GP-Cover-3.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-ia-image {
	background: url(/../images/segments/IA-Cover-3.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-ht-image {
	background: url(/../images/segments/HT-Cover-3.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-consum-image {
	background: url(/../images/segments/ConsumablesFamily.png) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-know-image {
	background:url(/../images/segments/Nanu_Lab.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-service-image {
	background:url(/../images/segments/Paul_Service.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-service-industries {
	background:url(/../images/segments/industries.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

#prod-solutions-image {
	background:url(/../images/segments/Esslingen-Lab.jpg) no-repeat center top; 
	padding-top: 0px;
	text-align: center;
	background-attachment: local;
	background-position: center center;
	height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both !important;
	margin-top: -40px;
	overflow: auto;
}

/* knowledgs page image text */
#knowimagetextouter {
	width: 98%;
	min-height: 200px !important;
	margin: 20px auto 0px auto;
}

#knowimagetext {
	display: inline-block;
	width: 100%;
	padding: 10px;
	min-height: 200px !important;
	background-color: rgba(0,87,184,0.8);
	margin-top: 20px;
}

#knowimagetext-solutions {
	display: inline-block;
	width: 100%;
	padding: 10px;
	min-height: 260px !important;
	background-color:r gba(0,87,184,0.8);
	margin-top: 20px;
}

.knowtext {
	color: #FFFFFF;
	font-weight: bold;
	z-index: 999999;
	text-align: left !important;
	font-size: 24px;
}

.knowtext > h1.link {
	margin-top: -10px !important;
}

.knowtext > h1.link > a {
	font-weight: bold;
	font-size: 24px !important;
}

.knowtext > h1.link > a, .knowtext > h1.link > a:link {
	color: #FFFFFF !important;
}


.knowtext > h1.link > a:hover {
	color: #000000 !important;
}

.knowtext .ct {
	font-size: 20px !important;
	color: #ffffff !important;
	margin-top: 10px;
}

.knowtext .bt {
	font-size: 18px !important;
	color: #ffffff !important;
	margin-top: 10px; 
}

#knowimagetextoutertop {
	width: 100%;
	min-height: 40px !important;
	margin: 20px 0 0 10px;
}

#knowimagetexttop {
	display: inline-block;
	width: 100%;
	padding: 10px;
	min-height: 40px !important;
	background-color: rgba(0,87,184,0.8);
	margin-top: 20px;
}

.knowtexttop {
	color: #FFFFFF;
	font-weight: bold;
	z-index: 999999;
	text-align: left !important;
	font-size: 28px;
}


.f-right {
	float: right;
	font-style: italic;
}

.f-right > a, f-right > a:link {
	color: #ffffff !important;
}	

.f-right > a:hover {
	color: #000000 !important;
}

.timage {
	float: right;
	margin-right: 10px;
	width: 50%;
	height: auto;
	margin-top: -60px !important;
}

.sum-page-image {
	width: 300px;
	height: auto;
	float: right;
}

/***************************************************************************
	Product Image Showcase for Product Pages
****************************************************************************/
#gallery {
	width: 50%;
	height: auto;
	float: left;
	padding-right: 15px;
}

#thumbs { 
	padding-top: 10px; 
	overflow: hidden;
	display: inline-block; 
}

#thumbs img, #largeImage { 
	border: 1px solid gray;
	padding: 4px; 
	background-color: white; 
	cursor: pointer; 
}

img#largeImage {
	width: 100%;
	height: auto;
}

img#largeImage:hover {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: 9999 !important;
}

#thumbs img { 
	float: left; 
	margin-right: 5px;
	width: 15%;
}

#thumbs img:last-child {
	margin-right: 0px !important;
}

#description { 
	width: 98%;
	height: auto;
	background: black; 
	color: white; 
	position: absolute; 
	bottom: 0;
	left: auto;
	right: auto;
	padding: 10px 5px 10px 5px;  
	margin: 5px;
}

#panel { 
	width: 100%;
	height: auto;
	position: relative; 
}

h1, h2 { 
	font-size: 30px;
	color: #333;
	text-shadow: 0px 2px 3px #c5c5c5;
	text-align: center;
}

h2 { 
	font-size: 20px;
	line-height: 30px;
}

h2 a { 
	background-color: #F5FF4C;
	color: #333;
	text-decoration: none;
	padding: 5px;
}

h2 a:hover { 
	background-color: #d5dd42;
}

/* play button overlay */
#Videos {
	overflow: hidden;
}

#webins .video-playme {
  	width: 98%;
  	height: auto;
  	position: relative;
  	margin: 20px 8px 10px 10px;
  	float: left;
}

.video-playme {
  	width: 25%;
  	height: auto;
  	position: relative;
  	margin: 20px 8px 10px 10px;
  	float: left;
}

.video-playme .video-clip-play {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
  	position: absolute;
  	top: 0;
  	left: 0;
  	-webkit-transition-property: background-color;
  	-moz-transition-property: background-color;
  	-o-transition-property: background-color;
  	transition-property: background-color;
  	-webkit-transition-duration: 0.4s;
  	-moz-transition-duration: 0.4s;
  	-o-transition-duration: 0.4s;
  	transition-duration: 0.4s;
  	color: rgba(255,255,255,1.0);
}

.video-playme .video-clip-play .play-button {
	position: absolute;
	top: 35%;
	left: 40%;
}

.video-playme .video-clip-play img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin: -22px 0 0 -22px;
  	width: 44px;
}

.video-playme .video-clip-play img.webinar {
  	width: 100% !important;
  	height: auto !important;
}
/***************************************************************************
	End Product Image Showcase for Product Pages
****************************************************************************/
/***************************************************************************
	Start Periodic Table fot he SumMet Methods
****************************************************************************/
.periodic {
 	width: 100%;
  	margin: 30px auto;
  	position: relative;
} 

.main:after {
 	clear: both;
  	content: "";
  	display: table;
}
 
.main li {
 	width: 5.2%;
  	height: 60px;
  	border: 1px solid rgba(0,0,0,0.3);
  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  	position: relative;
  	font-size: 18px;
  	float: left;
  	padding: 0 2px;
  	margin: 1px;
  	cursor: pointer;
  	padding-top: 15px;
  	overflow: hidden;
  	transition: all .2s ease-in;
  	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.main li span {
  display: block;
  line-height: 1;
  font-size: 9px;
  color: black; 
  padding-top: 7px;
}

.main .empty {
 	border: none; 
  	box-shadow: none;
  	cursor: default;
}

.deactivate {
 	opacity: 0.5;
  	-webkit-filter: grayscale(70%);
  	filter: grayscale(70%);
}

.main li:before,
.main li:after {
 	content: attr(data-pos);
  	position: absolute;
  	top: 3px;
  	left: 3px;
  	color: black;
  	font-size: 8px;
  	line-height: 1;
}

.main li:after {
  	content: attr(data-nb);
  	left: auto;
 	right: 3px;
}

.main li:hover {
 	transform: scale(2);
 	-webkit-transform: scale(2);
 	-moz-transform: scale(2);
 	-ms-transform: scale(2);
 	-o-transform: scale(2);
  	z-index: 100;
  	box-shadow: 0 0 10px rgba(0,0,0,0.3);
} 

.main .empty:hover {
 	box-shadow: none;
  	transform: none;
}

.type-0 {
	background: #c7c9c7;
}

.type-1 {
	background: #0057B8;
}

.type-2 {
	background: #b97659;
}

.type-3 {
	background: #678674;
}

.type-4 {
	background: #cc7118;
}

.type-5 {
	background: #e8a24d;
}

.type-6 {
	background: #4686a1;
}

.type-7 {
	background: #b49253;
}

.type-8 {
	background: #ffaa88;
}

.type-9 {
	background: #ddaacc;
}

.cat-0 { 
	color: #ffffff;
}

.cat-1 {
	color: #000000;
}

.cat-2 { 
	color: #b10601;
}

.cat-3 {
	color: #555;
}

.legend {
 	position:absolute;
  	top: 0;
  	left: 20%;
  	padding: 10px;
  	font-size: 11px;
  	background: #f1edec;
  	border: 1px solid rgba(0,0,0,0.2);
  	border-radius: 15px;
  	box-shadow:
    inset 0 1px 1px white,
    inset 0 -5px 3px #dddcdb,
    0 0 10px rgba(0,0,0,0.2);
}

.legend:after {
 	content: "";
  	display: table;
  	clear: table;
}

.legend ul {
	float: left;
	list-style: none;
}

.legend .list-2 {
 	margin-left: 40px; 
  	width: 200px;
}

.legend .list-1 li { 
	margin: 7px 0;
}

.legend .list-1 li:first-of-type {
	margin-top: 2px;
}

.legend .list-1 span {
 	border: 1px solid black; 
  	display: inline-block;
  	padding: 3px;
  	width: 20px;
  	text-align: center;
  	height: 20px; 
  	margin-right: 5px;
}

.legend .list-2 li {
 	 margin: 2px;
  	padding: 3px;
 	float: left; 
 	border: 1px solid rgba(0,0,0,0.2);
  	width: 48%;
  	cursor: pointer;
}

button#submitSumMet {
	width: 100%;
	height: auto;
	background-color: #0057b8;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button#submitSumMet:hover {
	width: 100%;
	height: auto;
	background-color: #000000;
	color: #ffffff;
}
/***************************************************************************
	END Periodic Table fot he SumMet Methods
****************************************************************************/

/***************************************************************************
	START ESHOP SUPPORT PAGE
****************************************************************************/
#shop, #compare, #order, #ship, #faq {
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#shop:hover img, #compare:hover img, #order:hover img, #ship:hover img, #faq:hover img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 11px rgba(33, 33, 33, 0.7);
	-webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.7);
	-moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.7);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.eshop-faq-img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

.shop {
	width: 100%;
	height: auto;
	padding: 1%;
	display: none;
	background-color: #ffffff;
}

.compare {
	width: 100%;
	height: auto;
	padding: 1%;
	display: none;
	background-color: #ffffff;
}

.order {
	width: 100%;
	height: auto;
	padding: 1%;
	display: none;
	background-color: #ffffff;
}

.ship {
	width: 100%;
	height: auto;
	padding: 1%;
	display: none;
	background-color: #ffffff;
}

.faq {
	width: 96%;
	height: auto;
	padding: 1%;
	display: none;
	background-color: #FFFFFF;
}

.close-right-eshop {
	float: right;
	margin: 10px 10px 0px 0px;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.close-right-eshop:hover {
	cursor: pointer;
	box-shadow: 0 0 11px rgba(33, 33, 33, 0.7); 
	-webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.7);
	-moz-box-shadow: 0 0 11px rgba(33, 33, 33, 0.7);
}

.faq-page-button {
	width: 200px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #0057b8;
	border: inset 1px #555555;
	line-height: 30px;
	text-align: center;
}

.faq-page-button a, .faq-page-button a:link {
	color: #0057b8;
	text-decoration: none;
	width: 100%;
	display: block;
	background-image: linear-gradient(to left, transparent, transparent 50%, #0057b8 50%, #0057b8);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
	
}

.faq-page-button a:hover {
	background-position: 0 0;
	color: #ffffff;
}
/***************************************************************************
	END ESHOP SUPPORT PAGE
****************************************************************************/
/* ==========================================================================
MEDIA QUERIES
========================================================================== */
/* for 1220 ipad mini in landscape mode */
@media (max-width: 1220px) {
	.str-prt {
		font-size: 42px;
	}
	
	.smpta {
		font-size: 18px;
	}

	.tooltip {
		display: none !important;
	}

	.home-page-bg-image {
		background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) repeat center center;
		background-attachment: initial !important;
		background-attachment: scroll;
	}
	
	.disappear {
		display: none !important;
	}

	.idisappear {
		display: block !important;
	}
	
	button.navbar-toggle.collapsed {
		float: right !important;
	}
	
	#headerwrap {
		margin-top: 0px !important;
		min-height: 100px !important;
		padding-top: 120px !important;
		padding-bottom: 0px !important;
	}
	
	.header-home-sections {
		width: 65%;
		height: auto;
		margin: 0px auto 0px 0px !important;
	}
	
	.home-slider-top-right {
		margin-top: 0px;
	}
	
	.carousel-indicators {
		bottom: -5px;
	}
}

/* for 991px or less */
@media screen and (max-width: 991px) { 
	.animation-element.slide-right.home-top-one {
		margin-top: 140px;
	}

	.str-prt {
		width: 98%;
		font-size: 36px;
	}
	
	rlb-solu {
		width: 98%;
		font-size: 32px;
	}
	
	.smpta {
		font-size: 16px;
	}
	
	.tooltip {
		display: none !important;
	}
	
	.home-page-bg-image {
		background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) repeat center center;
		background-attachment: initial !important;
		background-attachment: scroll;
	}
	 
	.top-circle {
		display: none;
	}
	
	.mart-10 {
		margin-top: 10px;
	}
	
	.openbtn {
		display: block !important;
		font-size: 27px;
		cursor: pointer;
		color: #0057b8;
		float: right;
		margin: 0px 10px 0px 0px;
		line-height: 40px;
	}
	
	.openbtn:hover {
		color: rgba(0, 0, 0, 1.0);
		transition: 0.5s;
	}
	
	.site-search input[type="text"], .result {
		width: 100%;
	}
	
	nav.sidenav ul li .result p a, .result p a:link {
		color: #0057b8 !important;
		line-height: 0px;
	}

	nav.sidenav ul li .result p a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}

	 #large-nav {
		display: none;
	}
		
	.breadcrumb-item h1 {
		font-size: 12px;
		text-shadow: 0px 0px 0px #ffffff;
	}
	
	.disappear {
		display: none !important;
	}

	.idisappear {
		display: block !important;
	}
	
	button.navbar-toggle.collapsed {
		float: right !important;
	}
	
	#headerwrap {
		margin-top: 0px !important;
		min-height: 100px !important;
		padding-top: 120px !important;
		padding-bottom: 20px !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	
	.navbar-header {
		float: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
	}
	
	.navbar-nav>li {
		float: none;
	}
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	
	.collapsing {
		overflow: hidden!important;
	}
	
	button.navbar-toggle {
		margin-top: 35px;
	}
	
	.navbar-inverse .navbar-collapse {
		background-color: #333;
		color: #ffffff;
	}
	
	.header-home-sections {
		width: 90%;
		height: auto;
		margin: -40px auto 0px 0px !important;
	}
	
	#noshowfilters {
		display:none !important;
	}
	
	#gallery {
		width: 98%;
		height: auto;
		margin: 10px auto 0px auto;
	}
	
	.video-right {
		clear: both !important;
		width: 95%;
		margin: 10px auto 0px auto;
	}
	
	.modal {
		margin-top: 200px;
	}
	
	.carousel-indicators {
		bottom: -5px;
	}
	
}

/* for 980px or less iPhone 6 Landscape Mode */
@media screen and (max-width: 980px) {
	.str-prt {
		width: 98%;
		font-size: 36px;
	}
	
	rlb-solu {
		width: 98%;
		font-size: 32px;
	}
	
	.smpta {
		font-size: 16px;
	}
	
	.tooltip {
		display: none !important;
	}
	
	.home-page-bg-image {
		background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) repeat center center;
		background-attachment: initial !important;
		background-attachment: scroll;
	}
	
	.top-circle {
		display: none;
	}
	
	.mart-10 {
		margin-top: 10px;
	}
	
	.openbtn {
		display: block !important;
		font-size: 27px;
		cursor: pointer;
		color: #0057b8;
		float: right;
		margin: 0px 10px 0px 0px;
		line-height: 40px;
	}
	
	.openbtn:hover {
		color: rgba(0, 0,  0, 1.0);
		transition: 0.5s;
	}
	
	.site-search input[type="text"], .result {
		width: 100%;
	}
	
	nav.sidenav ul li .result p a, .result p a:link {
		color: #0057b8 !important;
		line-height: 0px;
	}

	nav.sidenav ul li .result p a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}

	 #large-nav {
		display: none;
	}
	
	.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:link {
		font-size: 12px;
		text-shadow: 0px 0px 0px #ffffff;
	
	}
	
	.disappear {
		display: none !important;
	}
	
	.disappear-sm {
		display: none !important;
	}


	.idisappear {
		display: block !important;
	}
	
	.smallf {
		font-size: 10px;
	}
	
	button.navbar-toggle.collapsed {
		float: right !important;
	}
	
	button.navbar-toggle {
		margin-top: 35px;
	}
	
	.navbar-inverse .navbar-collapse {
		background-color: #333;
		color: #ffffff;
	}
	
	#headerwrap {
		margin-top: 0px !important;
		min-height: 100px !important;
		padding-top: 120px !important;
		padding-bottom: 40px !important;
	}
	
	.small-device {
		display: block !important;
	}
	
	.large-device {
		display: none !important;
	}
	
	.header-home-sections {
		width: 90%;
		height: auto;
		margin: -40px auto 0px 0px !important;
	}
	
	#noshowfilters {
		display:none !important;
	}
	
	#gallery {
		width: 98%;
		height: auto;
		margin: 10px auto 0px auto;
	}
	
	.video-right {
		clear: both !important;
		width: 95%;
		margin: 10px auto 0px auto;
	}
	
	.spinny-logo {
		margin-top: 20px;
	}
	
	footer ul.social {
		text-align: center;
	}
	
	.f-cent {
		text-align: center;
	}
	
	.modal {
		margin-top: 200px;
	}
	
	.carousel-indicators {
		bottom: -5px;
	}
}

/* for 700px or less */
@media screen and (max-width: 700px) {
	.contact-page-lg {
		font-size: 30px;
	}

	.str-prt {
		width: 98%;
		font-size: 36px;
	}
	
	rlb-solu {
		width: 98%;
		font-size: 32px;
	}
	
	.smpta {
		font-size: 16px;
	}

	.tooltip {
		display: none !important;
	}
	
	.home-page-bg-image {
		background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) repeat center center;
		background-attachment: initial !important;
		background-attachment: scroll;
	}
	
	.top-circle {
		display: none;
	}
	
	.mart-10 {
		margin-top: 10px;
	}
	
	.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:link {
		font-size: 12px;
		text-shadow: 0px 0px 0px #ffffff;
	}
	
	.disappear {
		display: none !important;
	}

	.idisappear {
		display: block !important;
	}
	
	.disappear-sm {
		display: none !important;
	}

	.smallf {
		font-size: 10px;
	}
	
	.above-navbar .fl-right {
		width: 100%;
	}
	
	.above-navbar .fl-left {
		width: 100%;
	}

	.above-navbar .fl-right .flr-text {
		font-size: 16px;
		text-align: left;
	}
	
	.above-navbar .fl-left .fll-text ul li {
		width: 20px;
	}
	
	.fl-right ul li {
		width: 20px;
	}
	
	.above-navbar .fl-left .fll-text ul li {
		width: 16px;
	}
	
	.above-navbar .fl-right .flr-text a.tel {
		font-size: 12px;
	}
	
	button.navbar-toggle.collapsed {
		float: right !important;
		clear: right;
	}
	
	button.navbar-toggle {
		margin-top: 35px;
	}
	
	.openbtn {
		display: block !important;
		font-size: 27px;
		cursor: pointer;
		color: #0057b8;
		float: right;
		margin: 0px 10px 0px 0px;
		line-height: 40px;
	}
	
	.openbtn:hover {
		color: rgba(0, 0, 0, 1.0);
		transition: 0.5s;
	}
	
	.site-search input[type="text"], .result {
		width: 100%;
	}
	
	nav.sidenav ul li .result p a, .result p a:link {
		color: #0057b8 !important;
		line-height: 0px;
	}

	nav.sidenav ul li .result p a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}
	
	.fl-right ul li {
		width: 20px;
		height: 20px;
	}

	 #large-nav {
		display: none;
	}
	
	i.fa-angle-left {
		top: 25% !important;
		left: 10px;
		position: absolute;
	}

	i.fa-angle-right {
		top: 25% !important;
		right: 10px;
		position: absolute;
	}
	
	#headerwrap {
		margin-top :0px !important;
		min-height: 100px !important;
		padding-top: 120px !important;
		padding-bottom: 40px !important;
	}
	
	.small-device {
		display: block !important;
		font-size: 12px !important;
	}
	
	.large-device {
		display: none !important;
	}
	
	.header-home-sections {
		width: 90%;
		height: auto;
		margin:- 40px auto 0px 0px !important;
	}
	
	#noshowfilters {
		display:none !important;
	}
	
	#gallery {
		width: 98%;
		height: auto;
		margin: 10px auto 0px auto;
	}
	
	.video-right {
		clear: both !important;
		width: 95%;
		margin: 10px auto 0px auto;
	}
	
	.spinny-logo {
		margin-top: 20px;
	}
	
	footer ul.social {
		text-align: center;
	}
	
	.f-cent {
		text-align: center;
	}
	
	.modal {
		margin-top: 200px;
	}
	
	.carousel-indicators {
		bottom: -5px;
	}
}

/* for 480px or less iPhone 6 Portrait Mode */
@media screen and (max-width: 480px) {
	.str-prt {
		width: 98%;
		font-size: 36px;
	}
	
	.rlb-solu {
		width: 98%;
		font-size: 30px;
	}
	
	.smpta {
		font-size: 16px;
	}
	
	.tooltip {
		display: none !important;
	}
	
	.home-page-bg-image {
		background: url(https://cdnbuehler-97fb.kxcdn.com/images/backgrounds/2018-Home-Page-Background.jpg) repeat center center;
		background-attachment: initial !important;
		background-attachment: scroll;
	}
	
	.top-circle {
		display: none;
	}
	
	.mart-10 {
		margin-top: 10px;
	}
	
	.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:link {
		font-size: 12px;
		text-shadow: 0px 0px 0px #ffffff;
	}
	.disappear {
		display:none !important;
	}
	
	.idisappear {
		display: block !important;
	}
	
	.disappear-sm {
		display: none !important;
	}
	
	.smallf {
		font-size: 10px;
	}
	
	.above-navbar .fl-right {
		width: 100%;
	}
	
	.above-navbar .fl-left {
		width: 100%;
	}

	.above-navbar .fl-right .flr-text {
		font-size: 10px;
		text-align: left;
	}
	
	.above-navbar .fl-left .fll-text ul li {
		width:15px;
	}
	
	.above-navbar .fl-right .flr-text a.tel {
		font-size: 10px;
	}
	
	.fl-right ul li {
		width: 15px;
		height: 15px;
	}
	
	button.navbar-toggle.collapsed {
		float: right !important;
		clear: right;
	}
	
	button.navbar-toggle {
		margin-top: 35px;
	}
	
	.navbar-inverse .navbar-collapse {
		background-color: #333;
		color: #ffffff;
	}
	
	.openbtn {
		display: block !important;
		font-size: 27px;
		cursor: pointer;
		color: #0057b8;
		float: right;
		margin: 0px 10px 0px 0px;
		line-height: 40px;
	}
	
	.openbtn:hover {
		color: rgba(0, 0, 0, 1.0);
		transition: 0.5s;
	}
	
	.site-search input[type="text"], .result {
		width: 100%;
	}
	
	nav.sidenav ul li .result p a, .result p a:link {
		color: #0057b8 !important;
		line-height: 0px;
	}

	nav.sidenav ul li .result p a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}
	
	 #large-nav {
		display:none;
	}
	
	i.fa-angle-left {
		top: 25% !important;
		left: 10px;
		position: absolute;
	}

	i.fa-angle-right {
		top: 25% !important;
		right: 10px;
		position: absolute;
	}
	
	#headerwrap {
		margin-top: 0px !important;
		min-height: 100px !important;
		padding-top: 120px !important;
		padding-bottom: 40px !important;
	}
	
	.small-device {
		display: block !important;
		font-size: 12px !important;
	}
	
	.large-device {
		display: none !important;
	}
	
	.header-home-sections {
		width: 90%;
		height: auto;
		margin: -40px auto 0px 0px !important;
	}
	
	.explore-button {
		width: 140px; 
		height: 45px; 
		margin:- 20px auto 0 auto; 
		line-height: 45px; 
		text-align: center; 
		font-size: 18px; 
		background-color: #0057b8; 
		color: #ffffff; 
		outline: 2px solid #ffffff; 
		outline-offset: -10px;
	}
	
	#noshowfilters {
		display:none !important;
	}
	
	#gallery {
		width: 98%;
		height: auto;
		margin: 10px auto 0px auto;
	}
	
	.video-right {
		clear: both !important;
		width: 95%;
		margin: 10px auto 0px auto;
	}
	
	.spinny-logo {
		margin-top: 20px;
	}
	
	footer ul.social {
		text-align: center;
	}
	
	.f-cent {
		text-align: center;
	}
	
	.modal {
		margin-top: 200px;
	}
	
	.carousel-indicators {
		bottom: -5px;
	}
}

/***************************************************************************
	Start New Application Pages
****************************************************************************/

/* Main top banner */
.main-top {
	width: 100%;
	height: auto;
	margin-top: -5px;
	position: relative;
}

.main-top img {
	width: 100%;
	height: auto;
}

.main-top .main-text {
	color: rgba(255,255,255,1.0);
	font-size: 80px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
}

.main-top .main-form-text {
	color: rgba(0, 0, 0, 1.0);
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
}

.img-text {
	position: relative;
	text-align: center;
	color: rgba(255,255,255,1.0);
	margin: 0 auto;
}	

.app-title {
	width: 97%;
	height: auto;
	padding: 2px;
	position: absolute;
	bottom: 0;
	left: 1.5%;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,1.0);
	font-size: 12px;
}

.main-body-text {
	width: 75%;
	height: auto;
	margin: 100px auto 0px auto;
	color: #000000;
	position: relative;
}

.main-body-text .main-body-title {
	color: #000000;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 40px;
	padding-bottom: 10px;
}

.quarter-hr:after {
	content: "";
	display: block;
  	height: 2px;
  	width: 15%;
  	border-bottom: 2px solid #000000;
}

/* insider tips */
.main-insider .main-insider-text {
	color: rgba(0,0,0,1.0);
	width: 80%;
	height: auto;
	margin: 40px auto 0px auto;
	text-align: center;
}

.main-insider-text .main-insider-title {
	color: #000000;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 40px;
	padding-bottom: 10px;
	text-align: center;
}

.quarter-insider-hr:after {
	content: "";
	display: block;
  	height: 2px;
  	width: 7%;
  	border-bottom: 2px solid #000000;
  	margin: 0px auto;
}

/* free download button */
.freednld {
	width: 200px;
	height: 50px;
	background-color: #0057b8;
	color: #ffffff;
	margin: 50px auto;
}

/* learn more */
.learnmore {
	width: 100%;
	height: 50px;
	background-color: #0057b8;
	color: #ffffff;
	margin: 10px auto;
}

.p-learnmore {
	margin-top: 20px;
	height: 200px;
}

.borderimg {
	min-height: 100px;
	margin: 2% auto 0 auto;
}

.borderimg img {
	width: 97%;
	height: auto;
	margin: 0 auto;
}

/* customer logo slider */
.cust-slider {
	margin-top: 75px;
	margin-bottom: 50px;
	background-color: #4E4E4E;
	width: 100%;
	min-height: 75px;
	padding: 20px 0px 20px 0px;
}

.customer-logos {
	margin-top:0px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.stick-bottom-text {
	width: 95%;
	height: auto;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #ffffff;
	margin: 0px auto 0px auto;
	text-align: center;
}

/* Application download - form page */
.app-move-down {
	clear: both;
	margin-top: 100px;
}

.application-dl-text-left {
	width: 95%;
	height: auto;
	margin: 25px auto;
	color: #000000;
}

.application-dl-text-left ul {
	width: 95%;
	height: auto;
	margin-top: 25px;
	margin-left: 2%;
}

.application-dl-text-left ul li {
	margin: 0px 0px 0px 25px;
}

.lead-form-header {
	background-color: #0057B8;
	width: 95%;
	padding: 1%;
	margin: 0px auto;
	color: #ffffff;
}

.bg-gray {
	background-color: #4E4E4E;
	color: #ffffff;
	padding-top: 10px;
}

.tleft {
	width:98%;
	height:auto;
	margin:0 auto;
	text-align:left !important;
}	

.lead-form-button {
	background-color:#DC4405 !important;
	color:#ffffff;
}

.agree a, .agree a:link {
	text-decoration:underline;
	color:#FFFFFF !important;
}

.agree a:hover {
	color:#000000 !important;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* for 1220 ipad mini in landscape mode */
@media (max-width: 1220px) {
	.main-top {
		width: 102% !important;
		height: auto !important;
		margin-top: -20px !important
	}
	
	.main-top .main-text {
		font-size: 40px;
		margin-top: 15px;
	}
	
	.main-body-text {
		margin: 50px auto 0px auto;
	}
}

/* for 991px or less */
@media screen and (max-width: 991px) {

}

/* for 980px or less iPhone 6 Landscape Mode */
@media screen and (max-width: 980px) {
	.main-top {
		width: 102% !important;
		height: auto !important;
		margin-top: -20px !important
	}
	
	.main-top .main-text {
		font-size: 40px;
		margin-top: 15px;
	}
	
	.main-body-text {
		margin: 50px auto 0px auto;
	}
	
	.main-body-text .main-body-title {
		font-size: 20px;
	}
	
	.main-insider-text .main-insider-title {
		font-size: 20px;
	}
	
	.p-learnmore {
		margin-top: 20px;
		height: 300px !important;
	}
	
	.learnmore {
		font-size:12px;
	}
}

/* for 700px or less */
@media screen and (max-width: 700px) {
	.main-top {
		width: 103.8% !important;
		height: auto !important;
		margin-top: -20px !important
	}
	
	.main-top .main-text {
		font-size: 25px;
		margin-top: 15px;
	}
	
	.main-body-text {
		margin: 50px auto 0px auto;
	}
	
	.main-body-text .main-body-title {
		font-size: 20px;
	}
	
	.main-insider-text .main-insider-title {
		font-size: 20px;
	}
	
	.p-learnmore {
		margin-top: 20px;
		height: 300px !important;
	}
	
	.learnmore {
		font-size:12px;
	}
}

/* for 480px or less iPhone 6 Portrait Mode */
@media screen and (max-width: 480px) {
	.main-top {
		width: 103.8% !important;
		height: auto !important;
		margin-top: -20px !important
	}
	
	.main-top .main-text {
		font-size: 25px;
		margin-top: 15px;
	}
	
	.main-body-text {
		margin: 50px auto 0px auto;
	}
	
	.main-body-text .main-body-title {
		font-size: 20px;
	}
	
	.main-insider-text .main-insider-title {
		font-size: 20px;
	}
	
	.p-learnmore {
		margin-top: 20px;
		height: 300px !important;
	}
	
	.learnmore {
		font-size:12px;
	}
}	
/***************************************************************************
	END New Application Pages
****************************************************************************/

/***************************************************************************
	START Image upload
****************************************************************************/
.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type=file] {
    background: white;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.img-upload .alert {
    margin-bottom: 10px;
}

.img-remove-btn {
    display: none;
}

.img-upload img {
    margin-top: 10px;
    max-height: 250px;
    max-width: 250px;
}

.img-url-tab{
    display: none;
}
/***************************************************************************
	END Image upload
****************************************************************************/
/***************************************************************************
	POP UP CODE
****************************************************************************/
.popup-bg {
	background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;
}

.popup-bg .helper {
	display: inline-block;
    height: 100%;
    vertical-align: top;
}

.popup-bg .popup {
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 75%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    margin: 15% auto;
}

.popup-closebtn {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popup-closebtn:hover {
	background-color: #ccc;
}
/* 
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }