/*
Credit: http://www.kba.com
*/


body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background: #000000 url(images/bg.jpg) repeat-y center;
		background-color:  #FAF3DD	;
}
		
a:link, a:visited { color: #2f5e9e; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #9f1a04; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

h1 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #252525;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 22px;
	font-weight: bold;
	color: #e48009;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	color: #9f1a04;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #9f1a04;
}

hr{
	border: none;
	border-top: 1px #9f1a04 dotted;
	padding-bottom: 10px;
	
}

.image_wrapper{
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image{
	float: left;
	margin-right: 30px 
}

.fr_image{
	float: right;
	margin-left: 20px 
}


.button a {
	display: block;
	width: 164px;
	height: 34px;
	padding: 10px 0 0 0;
	color: #e88d23;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/kba_button_01.png) no-repeat;
}

.button a:hover {
	color: #ffffff;
	background: url(images/kba_button_01_hover.png) no-repeat;
}

.button_02 a {
	display: block;
	width: 82px;
	height: 20px;
	padding: 1px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/kba_button_02_hover.png) no-repeat;
}

.button_02 a:hover {
	color: #e88d23;
	background: url(images/kba_button_02.png) no-repeat;
}

.fl { float: left; }
.fr { float: right; }

.margin_r_10 { margin-right: 10px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_40 { margin-right: 40px; }

/* site title */

#kba_site_title_bar_wrapper {
	width: 100%;
	height: 130px;
	margin: 0 auto;	
	background: url(images/bg.jpg) no-repeat center top;
	background-color:  #FAF3DD	;
}

#kba_site_title_bar {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	padding: 0 20px;
	/* background: url(images/kba_site_title_bg.jpg) no-repeat center top; */
		background-color:  #3C4A57	;
}

#kba_site_title_bar  #site_title {
	float: left;
	padding: 30px 0 0 10px;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-left: 0px;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 2px;
}


#kba_site_title_bar .social_network {
	float: right;
	margin: 0px;
	padding: 42px 20px 0 0;
	list-style: none;
	 display: flex;
	gap: 15px;
	size: 10px;
}


.social_network li a {
	float: left;
  font-size: 20px;
	display: block;
  color: white; /* Adjust based on background */
  text-decoration: none;
  transition: color 0.3s ease;
	width: 62px;
	margin-left: 10px;
}

.social_network li a:hover {
  color: orange; /* Highlight on hover */
}

.social_network li {
	margin: 0px;
	padding: 0px;
	display: inline;
}


/* end of site title */
/* Vertical line between icons */
.social_network li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc; /* Use white or another color if needed */
}
/* banner */

#kba_banner_wrapper {
	width: 100%;
	height: 310px;
	margin: 0 auto;	
	/* background: url(images/kba_banner_bg_wrapper.jpg) no-repeat center top; */
	background-color:  #FAF3DD	;
}

#kba_banner {
	width: 890px;
	height: 210px;
	margin: 0 auto;
	padding: 50px 50px;
	background: url(images/kba_banner_bg.jpg) no-repeat center top;
}

#kba_banner #banner_content {
	float: left;
	width: 550px;
}

#kba_banner #banner_content h2 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: normal;
}

#kba_banner #banner_content p {
	line-height: 28px;
	font-size: 26px;
	letter-spacing: 2px;
	color: #666666;
	margin-bottom: 20px;
}

#kba_banner #banner_content span {
	color: #e88d23;
}

#kba_banner .banner_image {
	float: right;
	width: 253px;
	height: 247px;
	background: url(images/banner_image.png) no-repeat;
}

/* end of banner */

/* menu */

#kba_menu_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;	
	/* background: url(images/kba_menu_bg_wrapper.jpg) no-repeat center top; */
	background-color:  #FAF3DD	;
}

#kba_menu {
	width: 990px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/kba_menu_bg_wrapper.jpg) no-repeat center top;
}

#kba_menu ul {
	width: 660px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#kba_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#kba_menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 130px;
	margin-right: 2px;
	height: 50px;
	padding: 20px 0 3px 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#kba_menu ul li a span {
	position: absolute;	
	top : 0px;
	right: -2px;
	width: 2px;
	height: 70px;
	background: url(images/kba_divider.png) right no-repeat;
}

#kba_menu li a:hover, #kba_menu li .current {
	background: url(images/kba_menu_mouse_hover.png) center no-repeat;
}

#kba_menu li .last span {
	background: none;
}

div#kba_menu li .active{
	background: url(images/navbg.png) repeat-x;
	/*background-image:-moz-linear-gradient(center top, #e6233a 0%, #cb1212 57%);*/
	color:#FFFFFF;
	text-decoration:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div#kba_menu li ul{
	background: url(images/navbg.png) repeat-x;
	/*background-image:-moz-linear-gradient(center top, #cb1212, #e6233a);*/
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
		
div#kba_menu li:hover ul{
	display:block;
}
		
div#kba_menu li li {
	background: #000;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}
		
div#kba_menu li:hover li a{
	background:none;
}
		
div#kba_menu li ul a{
	display:block;
	height:35px;
	font-size:15px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
		
div#kba_menu li ul a:hover, div#kba_menu li ul li:hover a{
	background:#FFF;
	border:0px;
	color:#a40a11;
	text-decoration:none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* end of menu */



/* content */

#kba_content {
	width: 940px;
	margin: 0 auto;
	padding: 0px 25px;	
	background: url(images/kba_content_middle.jpg) repeat-y center top;
}

#kba_content .framesite{
	padding: 0px 30px 30px 30px;
}

#kba_content_bottom {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	background: url(images/kba_content_bottom.jpg) no-repeat center top;
}

#kba_content p {
	margin-bottom: 10px;
}


/* submenu */

#kba_content .submenu{
	list-style: none;
	text-align: center;
	margin: 0px !important;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #F60;
}

#kba_content .submenu li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	border-right:1px solid #DDD;
}

#kba_content .submenu li a{
	padding: 15px;
	font-size:13px;
	font-weight: bold;
	color: #333;
}

#kba_content .submenu li a:hover{
	color: #F60;
	font-weight: 550;
}

/* end of submenu */
.section_w940 {
	clear: both;
	text-align: justify;
}

.section_w940 p img.left {
	float: left;
	padding: 7px;
	border: 1px solid #CCC;
	margin-right: 15px;
}

.section_w940 p img.left_02 {
	float: left;
	padding: 7px;
	border: 1px solid #CCC;
	margin-right: 35px;
}


.section_w940 p img.right {
	float: right;
	padding: 7px;
	border: 1px solid #CCC;
	margin-left: 25px;
}

.product_box {
	float: left;
	width: 270px;
	padding: 15px;
	background: url(images/kba_product_box.jpg) no-repeat top center;
}

.product_box h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 2px 0;
}

.product_box p {
	margin-bottom: 15px;
}

.product_box img {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
}

.section_w450 {
	float: left;
	width: 450px;
}

.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.gallery li span {
	float: left;
	margin: 0 10px 10px 0;	
	border: 4px solid #e2e1e1;
}

.gallery li img {
	width: 70px;
	height: 70px;
	border: 1px solid #ffffff;
}

.news_box{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;	
	color: #2f5e9e;
}

.news_box .post_info {
	color: #666;
}

.news_box .post_info a {
	color: #000000;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #000000;
}

.news_box a{
	color: #2f5e9e;
}
/* end of menu */

/*ANIMATION SCROLL*/

.top, .middle, .bottom{
	}

.top{
	}
	
	
.middle{
	}
	
	
.bottom{
	height:10px;
	}	
	
.top-title, .middle-title, .bottom-title{
	background:url(images/top_bulet.png) no-repeat left;
	cursor:pointer;
	font-size:12px;
	font-weight: bold;
	padding-top:3px;
	padding-left:18px;
	margin-top:5px;
	color:#069;
	}
	
	
/*End*/


/* Align nav menu inside the top bar */

/* content */

#kba_footer {
  background: linear-gradient(145deg, #2E3B47, #1f2833);
  color: #f0f0f0;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer_menu {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.footer_menu li a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer_menu li a:hover {
  background: #FFA500;
  color: #1f2833;
  transform: translateY(-2px);
}

.footer_menu li a i {
  transition: transform 0.3s ease;
}

.footer_menu li a:hover i {
  transform: scale(1.2);
}

.footer_bottom {
  color: #ccc;
  font-size: 13px;
}

.footer_bottom a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
}

.footer_bottom a:hover {
  color: #FFA500;
  text-decoration: underline;
}


/* end of menu */


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:60px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(images/gototop.png) no-repeat left top;
}

#toTopHover {
	background:url(images/gototop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* Inquiry Form ----------------------------------- */

div#inquiry_form{
	padding: 20px 15px 15px 0px;
}

.input-row{
	padding: 3px 3px 5px 3px;
}

.label{
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	float: left;
	width: 165px;
}

.textfield{
	width: 660px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	border: 1px dotted #666;
}

.button{
	width: 100px;
	margin-top: 10px;
	margin-left: 165px;
	padding: 7px 15px 7px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	border: none;
	background:#F60;
	color:#FFF;
}

