
body {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 18px; 
	line-height: 1.42857143;
	color: #333;
	background-color: #FFF;
}
.footer-text {
	text-align: center;
	font-family: 'Roboto Flex', sans-serif;
  	font-weight: 400;
  	font-size: 12px;
	color: #FFF;
}
.navbar-brand {
  	height: 70px;
  	padding: 0;
}
@media (min-width: 768px) {
	.navbar-nav {
		margin: 0px;
	}
  	.navbar-nav > li > a {
		padding-top: 23px;
		padding-bottom: 16px;
		font-size: 11px;
		font-weight: 400;
		/*color: #FFF;*/
		color: #828282;
  	}
}
@media (min-width: 992px) {
  	.navbar-nav > li > a {
		padding-top: 23px;
		padding-bottom: 17px;
		font-size: 16px;
		font-weight: 400;
		/*color: #FFF;*/
		color: #828282;
  	}
}

/*** DROPDOWN MENU ***/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  /*padding: 5px 0;*/
  padding: 0;
  /*margin: 2px 0 0;*/
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  /*background-color: #fff;*/
  background-color: #222222;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  /*padding: 3px 20px;*/
  padding: 10px 20px;
  clear: both;
  /*font-weight: normal;*/
  font-weight: 400;
	/*font-size: 20px;*/
  font-size: 16px;
  line-height: 1.42857143;
  /*color: #333;*/
  color: #FFF;
  white-space: nowrap;
  border-bottom: 0px solid #FFF;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /*color: #262626;*/
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/*****************/

.form-control {
  /*display: block;*/
  
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto Flex', sans-serif;
  /*font-weight: 500;*/
  font-weight: 400;
  /*font-size: 17px;*/
  font-size: 15px;
  /*color: #FFF;*/
  color: #000;
  
  width: 100%;
  height: 34px;
  padding: 6px 15px;
  line-height: 1.42857143;
  background-image: none;
  /*border: 1px solid #ccc;*/
  border: 1px solid #FFF;
  border-radius: 5px;
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  */
  
  margin-right: 15px;
}
@media (min-width: 1200px) {
	.form-control {
		 width: 70%;
	}
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #FFF;
}
.form-control::-webkit-input-placeholder {
  color: #FFF;
}
.btn {
  /*display: inline-block;*/
  
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  
  padding: 6px 12px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  /*font-weight: normal;*/
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          
  background-image: none;
  border: 0px solid transparent;
  border-radius: 5px;
}

/*****************************/
/*** 2.PRODUCT SEARCH START ***/
/*****************************/
.search-desktop {
	display: none;
}
.search-mobile {
	display: block;
}
.search-products2 {
	display: block;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
	padding: 15px 0 5px 0;
}
.search-products {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	padding-top: 20px;
}
.search-products-desc {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #FFF;"
}
.search-submit {
	vertical-align: middle;
	margin: -2px 0 0 0;
	/*width: 38px;
	height: 39px;*/
}
@media (min-width: 480px) {
	.search-desktop {
		display: block;
	}
	.search-mobile {
		display: none;
	}
}
@media (min-width: 768px) {
	.search-products {
		font-size: 17px;
		margin-left: 22px;
	}
	.search-products-desc {
		font-size: 26px;
		margin-left: 22px;
	}
}
.search-input-left {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	/*background: #008bc3;*/
	background: #FFF;
	/*color: #FFF;*/
	color: #000;
	width: 200px;
	height: 37px;
	border: 1px solid #FFF;
	margin: 0 10px 0 0;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
    	border-radius: 5px; /* CSS3 */
}
.search-input-left::-moz-placeholder {
  	/*color: #FFF;*/
	color: #000;
  	opacity: 1;
}
.search-input-left:-ms-input-placeholder {
  	/*color: #FFF;*/
	color: #000;
}
.search-input-left::-webkit-input-placeholder {
  	/*color: #FFF;*/
	color: #000;
}
.search-input-middle {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	/*background: #0070b5;*/
	background: #FFF;
	/*color: #FFF;*/
	color: #000;
	width: 200px;
	height: 37px;
	border: 1px solid #FFF;
	margin: 0 10px 0px 0;
	-moz-border-radius:5px; 	/* Firefox */
	-webkit-border-radius: 5px; 	/* Safari, Chrome */
	-khtml-border-radius: 5px; 	/* KHTML */
    	border-radius: 5px; 		/* CSS3 */	
}
.search-input-right {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #035b92;
	color: #FFF;
	width: 200px;
	height: 37px;
	border: 1px solid #FFF;
	margin: 0 10px 0 0;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
    	border-radius: 5px; /* CSS3 */	
}
.search-input-right::-moz-placeholder {
  	color: #FFF;
  	opacity: 1;
}
.search-input-right:-ms-input-placeholder {
  	color: #FFF;
}
.search-input-right::-webkit-input-placeholder {
  	color: #FFF;
}
@media (min-width: 768px) {
	.search-input-left {
		margin: 0 10px 10px 22px;
	}
	.search-input-middle {
		margin: 0 10px 10px 22px;
	}
	.search-input-right {
		margin: 0 10px 10px 22px;
	}
}
/*****************************/
/*** 2.PRODUCT SEARCH END ***/
/*****************************/


/****************************/
/*** 5.FIND DEALERS START ***/
/****************************/
.find-delear {
	text-align: center;
	margin:	20px 0 20px 0;
}
.find-dealer-title {
	font-weight: 400;
	font-size: 40px;
	color: #FFF;
	padding-top: 10px;
	line-height: 90%;
}
.find-dealer-subtitle {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
	.find-delear {
		margin:	40px 0 40px 0;
	}
	.find-dealer-title {
		font-size: 50px;
		color: #FFF;
		padding-top: 10px;
	}
	.find-dealer-subtitle {
		font-size: 17.5px;
		color: #FFF;
		margin-bottom: 30px;
	}
}
.find-dealer-left {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #0070b5;
	color: #FFF;
	width: 200px;
	height: 37px;
	border: 1px solid #FFF;
	margin: 0 10px 10px 0;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
    	border-radius: 5px; /* CSS3 */	
}
.find-dealer-right {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #0070b5;
	color: #FFF;
	width: 200px;
	height: 37px;
	border: 1px solid #FFF;
	margin: 0 10px 10px 0;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
    	border-radius: 5px; /* CSS3 */	
}
.find-dealer-right::-moz-placeholder {
  	color: #FFF;
  	opacity: 1;
}
.find-dealer-right:-ms-input-placeholder {
  	color: #FFF;
}
.find-dealer-right::-webkit-input-placeholder {
  	color: #FFF;
}
/**************************/
/*** 5.FIND DEALERS END ***/
/**************************/

/* for sanborn */
.diameter {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #221F20;
	margin-bottom: 20px;
}
.td-text {
	font-family: 'Roboto Flex', sans-serif;
	text-align: center;
	width: 120px; 
	padding: 10px;
	font-size: 15px;
	/*font-weight: bold;*/
}
.td-header {
	font-family: 'Roboto Flex', sans-serif;
	background: #221F20;
	padding: 10px;
	text-align: center;
	color: #FFF; 
	font-size: 16px;
	font-weight: bold;
}
.spec-list {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	color: #221F20;
}
.spec-list2 {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 18px;
	color: #221F20;
	Font-weight: bold;
}
.print-pdf:link, .print-pdf:visited, .print-pdf:active {
	font-family: 'Roboto Flex', sans-serif;
	color: #221F29;
	font-size: 16px;
	text-decoration: none;
}
.print-pdf:hover {
	color: #A7986E;
	text-decoration: none;
}
.footer-text:link, .footer-text:visited, .footer-text:active {
	font-family: 'Roboto Flex', sans-serif;
	color: #828282;
	font-size: 16px;
	text-decoration: none;
}
.footer-text:hover {
	color: #A7986E;
	text-decoration: none;
}
.footer-text2:link, .footer-text2:visited, .footer-text2:active {
	font-family: 'Roboto Flex', sans-serif;
	color: #221F20;
	font-size: 14px;
	text-decoration: none;
}
.footer-text2:hover {
	color: #A7986E;
	text-decoration: none;
}

.contact-email:link, .contact-email:visited, .contact-email:active {
	font-family: 'Roboto Flex', sans-serif;
	color: #221F20;
	font-size: 16px;
	text-decoration: none;
}
.contact-email:hover {
	color: #A7986E;
	text-decoration: none;
}

.btn {
	 border-radius: 0px;
	 padding: 4px 9px;
	 margin-bottom: 0;
  	 font-size: 15px;
}
.btn-success, .btn-success:focus, .btn-success:hover, .btn-success:active {
  	color: #FFF;
  	/*background-color: #8CC63F;*/
	background-color: #000;
  	border-color: #8CC63F;
}

/* capabilities */
.st-text-1 {
	height: 200px;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-text-2 {
	height: 170px;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-mobile-1 {
	height: 150px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-mobile-2 {
	height: 130px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-mobile-3 {
	height: 120px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-text-3 {
	/*height: 180px;*/
	border: 0px solid red;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	margin-bottom: 40px;
}
.st-text-4 {
	height: 180px;
	border: 0px solid red;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 14px;
	margin-bottom: 40px;
}
.st-header-1 {
	border: 0px solid red;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.st-header-2 {
	border: 0px solid red;
	padding-left: 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}

.mobile-1 { display: block; }
.desktop-1 { display: none; }
.desktop-2 { display: none; }

@media (min-width: 768px) {
	.mobile-1 { display: none; }
	.desktop-1 { display: none; }
	.desktop-2 { display: block; }
}
@media (min-width: 992px) {
	.mobile-1 { display: none; }
	.desktop-1 { display: block; }
	.desktop-2 { display: none; }
}

.control-label { /* bootstrap */
	/*color: #818285;*/
	color: #000;
	font-weight: bold;
}
.form-control {
	border-radius: 0px;
	border: 1px solid #828282;
}
.text-danger {
	color: #a94442;
	font-size: 12px;
}

/* company */
.st-company-1 {
	height: 140px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-company-2 {
	height: 170px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.st-company-3 {
	height: 120px;
	padding: 0 10px 0 10px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
}
.home-mobile { display: block; }
.home-desktop { display: none; }

@media (min-width: 768px) {
	.home-mobile { display: none; }
	.home-desktop { display: block; }
}

video {
	width: 100%;
	height: auto;
}