﻿*, body, button, input, textarea, select {
	/*text-rendering: optimizeLegibility;*/
	font-size:100%;
}

html,body {
	margin:0;
	padding:0;
}

body
{
    font-family: "Open Sans", Arial, Verdana, Sans-serif;
    /*background-image:url("../images/pagebg.png");
    background-attachment:fixed;
    background-repeat:no-repeat; 
    background-position:center center; */
    background-color:#fff; 
    margin:0; 
    padding:0;
    color:#45545f;
    min-width:1110px;
    font-size:14px;
	line-height:24px;

}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* End Reset
--------------------------------------------------------------------------------------------------------*/



/* General
--------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 10px 0px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	text-align:left;
}

h2 {
	margin: 10px 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align:left;
}

h3 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-align:left;
}

h4 {
	margin: 0px 0px 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align:left;
}

h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align:left;
}

h6 {
	margin:10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align:left;
}

a {
	text-decoration:none;
	color:#0089d0;
}

a:hover {
	text-decoration:underline;
}


p {
	margin-bottom: 5px;
	color: #45545f;
	text-align: left;
	font-size:14px;
	line-height:24px;
}

strong {
	font-weight:700;
}

img {
	border:0px
}

.clear {
	clear: both;
}

.cl-normal{
	color:#45545f;
}

.cl-white{
	color:#ffffff;
}


.cl-black{
	color:#000000;
}

.cl-grey{
	color:#7c7c7c;
}


.cl-dgreen{
	color:#2b4c5a;
}

.cl-green{
	color:#9fd806;
}


.cl-lgreen{
	color:#c4e018;
}


.f-left {
	float:left;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.justify {
	text-align: justify;
}

.middle {
	vertical-align: middle;
}

.bottom{
	bottom:0;
	height:100%;
}

.textshadow{
	text-shadow: 5px 5px 5px rgba(0,0,0, 1.0)
}

.uppercase{
	text-transform:uppercase;
}

hr.home { 
	width: 90%;
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.8); 
}

hr.content { 
	width: 100%;
	border: 0; 
	height: 0;
	margin: 30px 0 30px 0; 
	border-top: 1px solid rgba(0, 0, 0, 0); 
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.list {
	padding:0; 
	margin:0 0 0 20px; 
	font: inherit; 
	list-style: disc outside;
}

a.btn-more {
	background:#fff;
	text-decoration: none;
	font-size: 0.75em;
	color: #000000;
	border: 1px solid #fff;
	padding: 0.5em 0.8em;
	margin-top: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.btn-more:hover {
	background:#0089d0;
	color:#fff;
}

#wrapper {
	width:1110px;
	min-width:1110px;
	margin:40px auto;
	padding: 0 0 50px 0;
}

#loc {
	width:100%;
	height:40px;
	background:#e9e9e9;
	border-bottom:1px #e9e9e9 solid;
}

#loc-in {
	width:1110px;
	margin:0 auto;
}

.banner-wrap{
	width:100%;
	height:250px;
}

.banner-wrap-in{
	width:1110px;
	margin:0 auto;
}

.maincon {
	width:750px;
	float:left;
	margin-bottom:100px;
	padding:0 50px 0 0;
	text-align:justify;
}

.mainconfull {
	width:1110px;
	min-width:1110px;
	float:left;
	margin-bottom:100px;
	padding:0;
}


.quickcon {
	width:270px;
	float:left;
	background:#fff;
	height:100%;
	margin-bottom:100px;
	padding:20px;
}

.quickcon p {
	font-size:13px;
	line-height:24px;
}

.quickcon-state{
	font-size:12px;
	color:#7c7c7c;
	text-transform:uppercase
}

.quickcon-comno{
	font-size:9px;
	color:#7c7c7c;
}

.quickcon-comname{
	font-weight:700;
}

#loc-in p {
	font-size:13px;
	line-height:40px;
}

.hltext {
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	font-size:20px;
	line-height:26px;
	font-weight:400;
	color:#2b4c5a;
}

.margin-arrow {
	vertical-align: middle; 
	margin:5px;
}

.maintit {
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: justify;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	color:#2b4c5a;
}

/* End General
--------------------------------------------------------------------------------------------------------*/


/* Menu
--------------------------------------------------------------------------------------------------------*/
.menu {
	background-color:#0e5ba5;
	width:100%;
	height: 72px;
}

.menu-wrap {
	width:1110px;
	margin:0 auto;
}
/* End Menu
--------------------------------------------------------------------------------------------------------*/




/* Header
--------------------------------------------------------------------------------------------------------*/

.header {
	background-color:#fff;
	width:100%;
	height: 130px;
}

.header-wrap {
	width:1110px;
	margin:0 auto;
	padding-top:9px;

}

.header-logo {
	float:left;
	text-align:left;
	width:40%;
}

.header-contact {
	float:right;
	text-align:right;
	height:112px;
	width:60%;
}


.header-contact-wrap {
	width:480px;
	margin:0px auto;
	height:96px;
	line-height:96px;
	float:right;
}

.header-contact-phone
{
	background: url('../images/ico-t-phone.png');
	background-repeat:no-repeat;
	background-size: 40px 40px;
	font-size: 14px;
	font-weight:400;
	text-align:left;
	padding-left:35px;
	margin:25px 5px 30px 0;
	line-height: 32px;
	color:#a3a3a3;
	text-decoration: none;
	width:150px;
	float:left;
}

.header-contact-multiline
{
	font-size: 14px;
	line-height: 18px;
	font-weight:400;
	text-align:left;
	margin:0px 5px 0px 10px;
	color:#a3a3a3;
	text-decoration: none;
	width:150px;
}

.header-contact-multiline-alt
{
	font-size: 14px;
	line-height: 18px;
	font-weight:400;
	text-align:left;
	margin:0px 5px 0px 10px;
	color:#0e5ba5;
	text-decoration: none;
	width:150px;
}

.header-contact-multiline-alt a
{
	color:#0e5ba5;
	text-decoration: none;
}

.header-contact-multiline-alt a:hover
{
	color:#0e5ba5;
	text-decoration: underline;
}


.header-contact-email
{
	background: url('../images/ico-t-email.png');
	background-repeat:no-repeat;
	background-size: 40px 40px;
	font-size: 14px;
	font-weight:400;
	text-align:left;
	padding-left:35px;
	margin:25px 5px 30px 0;
	line-height: 32px;
	color:#a3a3a3;
	text-decoration: none;
	width:150px;
	float:left;
}
/* End Header
--------------------------------------------------------------------------------------------------------*/




/* Slider
--------------------------------------------------------------------------------------------------------*/

.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
	background:#fff;
	border-radius: 7px
}
.callbacks_here a:after{
	background:#0089d0;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	right:9em;
}
.banner{
	display: block;
	z-index: 2;
	text-shadow: none;
	padding: 4em 3em 4em;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 10%;
	left: 31%;
	text-align: center;
	background:rgba(57, 57, 57, 0.75);
	width: 30%;
}
.banner h2{
	margin:0 0 1em;
	color:#fff;
	font-size:2.5em;
	line-height:1.2em;
	text-transform:uppercase;
	text-align:center;
	font-weight: 700;
}
.banner h2 span {
	font-weight: 700;
}
.banner h4{
	padding:0 0 10px 0;
	color:#fff;
	font-size:1.4em;
	line-height:0.8em;
	/*text-transform:uppercase;*/
	text-align:center;
	font-weight: 700;
}
.banner h4 span {
	font-weight: 700;
}
.banner hr {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:10px auto;
	width:20%;
	
}
a.read-more {
	text-decoration: none;
	font-size: 1.0em;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.7em 1.5em;
}
a.read-more:hover {
	background:#fff;
	color:#000;
}

a.view-more {
	text-decoration: none;
	font-size: 1.0em;
	background:#2a9ed7;
	color: #fff;
	border: 2px solid #fff;
	padding: 0.7em 1.5em;
}
a.view-more:hover {
	background:#fff;
	color:#2a9ed7;
	border: 2px solid #2a9ed7;
}

/* End Slider
--------------------------------------------------------------------------------------------------------*/


/* Features
--------------------------------------------------------------------------------------------------------*/
.features-wrap {
	width:1110px;
	margin:60px auto;
}

.features-wrap h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:20px auto;
	text-align: center;
	font-size:2.8em;
	font-weight:400;
	color:#000000;
}

.features-wrap h4 {
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	text-align: center;
	font-size:1.3em;
}

.features-pro-wrap p {
	line-height: 20px;
}

.features-pro-wrap{
	width:1110px;
	margin:50px 0 50px 0;
	margin-bottom:50px;
}



.features-pro-1{
	background:#393e4e url('../images/pro-thumb-01.jpg') no-repeat;
	background-size: 175px 242px;
	background-position:right;
	width:350px;
	height:242px;
	float:left;
	margin:0 30px 0 0;
}

.features-pro-2{
	background:#2b4c5a url('../images/pro-thumb-02.jpg') no-repeat;
	background-size: 175px 242px;
	background-position:right;
	width:350px;
	height:242px;
	float:left;
	margin:0 30px 0 0;
}

.features-pro-3{
	background:#0089d0 url('../images/pro-thumb-bmp.jpg') no-repeat;
	background-size: 175px 242px;
	background-position:right;
	width:350px;
	height:242px;
	float:left;
}

.features-procon{
	width:135px;
	text-align:center;
	padding:20px 20px;
}

.features-procon h4{
	font-family:Open Sans, Arial, Sans-serif;
	text-align: center;
	font-size:1.0em;
	line-height:1.2em;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.features-procon p{
	font-size:0.8em;
	color:#fff;
	text-align:center;
}

/* End Features
--------------------------------------------------------------------------------------------------------*/




/* Features 2
--------------------------------------------------------------------------------------------------------*/
.features2-wrap {
	background-position: center;
	width:100%;
	height:319px;
	margin:60px auto;
}

.features2-wrap h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:20px auto;
	text-align: center;
	font-size:2.8em;
	font-weight:400;
	color:#000000;
	padding:0 0 50px 0;
}

.features2-wrap-in {
	width:1100px;
	height:319px;
	margin:0 auto;
}

.machinery {
	display:block;
	width:450px;
	margin:75px 0 0 0;
	float:left;
}

.machinery img{
	float:left;
	margin-right:30px;
}

.machinery h4{
	text-align:left;
	font-size: 1.0em;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.machinery p {
	text-align:left;
	font-size: 0.85em;
	color:#ffffff;
}

.equipment {
	display:block;
	width:450px;
	margin:75px 0 0 180px;
	float:left;
}

.equipment img{
	float:left;
	margin-right:30px;
}

.equipment h4{
	text-align:left;
	font-size: 1.0em;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.equipment p {
	text-align:left;
	font-size: 0.85em;
	color:#ffffff;
}
/* End Features 2
--------------------------------------------------------------------------------------------------------*/

div#example1 {
	padding-bottom: 5em;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Logos
--------------------------------------------------------------------------------------------------------*/
.logos-wrap{
	width:1100px;
	height:180px;
	margin:0 auto;
}
/* End Logos
--------------------------------------------------------------------------------------------------------*/



/* About
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-about{
	background:#fff url('../images/ban-about.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-about .ban-about-info{
	width:250px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-about .ban-about-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-about .ban-about-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

.photo-about{
	 margin:20px 30px 20px 0;
}
/* End About
--------------------------------------------------------------------------------------------------------*/



/* Contact
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-contact{
	background:#fff url('../images/ban-contact.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-contact .ban-contact-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-contact .ban-contact-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-contact .ban-contact-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

.map{
	 margin:10px 0 10px 0;
}

.boxer2 {
   display: table;
   border-collapse: collapse;
}
 
.boxer2 .box-row2 {
   display: table-row;
}
 
.boxer2 .box2 {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   padding-right:30px;
}

.enform {
	width: 750px;
	padding-bottom: 30px;
	
}

.enform input{
	padding:15px;
	margin:5px;
	border:1px #DFDFDF solid;
	width: 300px; 
	color:#45545f;
}

.enform select{
	padding:15px;
	margin:5px;
	border:1px #DFDFDF solid;
	width: 678px;
	color:#45545f;
}

.enform select option{
	padding:5px 0 10px 0;

}

.enform textarea{
	font-family: "Open Sans", Arial, Verdana, Sans-serif;
	padding:15px;
	margin:5px;
	border:1px #DFDFDF solid;
	width: 645px;
	color:#45545f;
}

/* End Contact
--------------------------------------------------------------------------------------------------------*/


/* Products
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-products{
	background:#fff url('../images/ban-products.jpg') no-repeat;
	background-position: center;
}


.banner-wrap .ban-products-is{
	background:#fff url('../images/ban-sealing.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-lub{
	background:#fff url('../images/ban-lubrication.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-sa{
	background:#fff url('../images/ban-safety.jpg') no-repeat;
	background-position: center;
}


.banner-wrap .ban-products .ban-products-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-products .ban-products-info h1{
	font-family:'TitilliumText22L-Light', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}


.banner-wrap .ban-products .ban-products-info p{
	font-family:'TitilliumText22L-Light', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}



#submenu {
	width:100%;
	height:60px;
	border-top:1px #7b7e83 solid;
	border-bottom:1px #6c6e71 solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #707173 0%, #61656b 47%, #525963 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707173), color-stop(47%,#61656b), color-stop(100%,#525963)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #707173 0%,#61656b 47%,#525963 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #707173 0%,#61656b 47%,#525963 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #707173 0%,#61656b 47%,#525963 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #707173 0%,#61656b 47%,#525963 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707173', endColorstr='#525963',GradientType=0 ); /* IE6-9 */

}

#submenu-in {
	width:1110px;
	margin:0 auto;
}


.submenu-link {
	display:block;
	height:60px;
	color:#0089d0;
	margin-bottom:0px;
}

.submenu-link ul {
	width:100%;
    margin: 0px ;
    border-left:1px #7b7e83 solid;
    text-align:center;
}

.submenu-link ul li {
	width:13.8%;
	padding:0px;
    display: inline-block;
    position: relative;
    font-size:14px;
	border-right:1px #7b7e83 solid;
	
}

.submenu-link ul li a {
    color: #ffffff;
    display: block;
	height:55px;
    padding:5px 0 0 0;
    
}

.submenu-link ul li a:hover {
    background: #2b3037;
    color: #fff;
    text-decoration:none;
}

.submenu-link li.current a{
    background:#58b506;
    color: #fff;

}

.submenu-link li.current:after{
    border-left: 10px solid transparent;
    border-right: 11px solid transparent; content:"";
	border-top: 13px solid #58b506;
    position: absolute;
    bottom: -13px;
    width: 0px;
    left: 45%;
    margin-left: 0px;
}

.submenu-link li.current:hover:after{
    border-left: 10px solid transparent;
    border-right: 11px solid transparent; content:"";
	border-top: 13px solid #2b3037;
    position: absolute;
    bottom: -13px;
    width: 0px;
    left: 45%;
    margin-left: 0px;
}

.table-wrap {
	background:#f7f7f7;
	display: table;
	width:100%;
	padding:0 0 30px 0;
	margin-bottom:30px;
	border-bottom:0px #e2e2e2 solid;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
}

.table-wrap h2 {
	text-transform:uppercase;	
}

.table-wrap h3 {
	text-transform: uppercase;
}

.table-wrap h4 {
	text-transform: uppercase;
}

.table-wrap .pad {
	padding:30px; background:#f7f7f7;
}

.table-wrap .imgwrap {
	float:left; width:auto; margin-right:30px;
}

.table-wrap .descwrap {
	float:left; width:650px;
}

.table-wrap .descwrap p{
	text-align: justify;
}

.table {
	display: table;
	padding:0px;
	width:100%
}

.row {
	display: table-row;
}

.column1 {
	display: table-cell;
	vertical-align: top;
	width:367px;
}

.column2 {
	background:#efefef;
	display: table-cell;
	vertical-align: top;
	padding:20px;
}

.column2 p{
	text-align:justify;
}

.column2 h3 {
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	font-size:20px;
}


.column3 {
	display: table-cell;
	vertical-align: middle;
	width:230px;
	border-left:1px #eeeeee solid;
}

.exlink-wrap {
		margin:0px auto;
		width:110px;
		line-height:25px;
}

a.exlink {
	background: url('../images/icon-external-link.gif');
	background-repeat:no-repeat;
	text-decoration: none;
	font-size: 12px;
	color: #0089d0;
	border: 0px solid #fff;
	padding-left: 18px;
	

}

a.exlink:hover {
	background: url('../images/icon-external-link.gif');
	background-repeat:no-repeat;
	color:#2b4c5a;
	text-decoration:underline;
}

.protitbg {
	background:#dbe4ed;
}

.cattit {
    background: #bed62f;
    color: #0089d0;
    padding: 15px;
    text-transform: uppercase;
	text-align:center;
	font-weight:700;
}


/* End Products
--------------------------------------------------------------------------------------------------------*/

/* Products CC
--------------------------------------------------------------------------------------------------------*/

.banner-wrap .ban-products-cc{
	background:#fff url('../images/ban-products.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-cc .ban-products-cc-info{
	width:280px;
	height:140px;
	background:rgba(0, 0, 0, 0.5);
	padding:15px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-products-cc .ban-products-cc-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-products-cc .ban-products-cc-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}



/* End Products CC
--------------------------------------------------------------------------------------------------------*/



/* Products Sealing
--------------------------------------------------------------------------------------------------------*/

.banner-wrap .ban-products-se{
	background:#fff url('../images/ban-sealing.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-se .ban-products-se-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-products-se .ban-products-se-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-products-se .ban-products-se-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

/* End Products Sealing
--------------------------------------------------------------------------------------------------------*/


/* Products Lubrication
--------------------------------------------------------------------------------------------------------*/

.banner-wrap .ban-products-lub{
	background:#fff url('../images/ban-lubrication.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-lub .ban-products-lub-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-products-lub .ban-products-lub-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-products-lub .ban-products-lub-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

/* End Products Lubrication
--------------------------------------------------------------------------------------------------------*/


/* Products Safety
--------------------------------------------------------------------------------------------------------*/

.banner-wrap .ban-products-safe{
	background:#fff url('../images/ban-safety.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-products-safe .ban-products-safe-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-products-safe .ban-products-safe-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-products-safe .ban-products-safe-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

/* End Products Safety
--------------------------------------------------------------------------------------------------------*/



/* Project
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-project{
	background:#fff url('../images/ban-project.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-project .ban-project-info{
	width:280px;
	height:140px;
	background:rgba(0, 0, 0, 0.5);
	padding:15px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-project .ban-project-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-project .ban-project-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

.boxer {
	width:800px;
	display: table;
	border-collapse: collapse;
	margin:0 auto;
}
 
.boxer .box-row {
	display: table-row;
}
 
.boxer .box {
	width:400px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding:15px;
}

.projtit{
	background:#bed62f;
	color:#0089d0;
	padding:15px;
	text-transform:uppercase;
}

.projpic{
	background:#fff;
	max-width:200px;
}


/* End Services
--------------------------------------------------------------------------------------------------------*/


/* Machinery
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-machinery {
	background:#fff url('../images/ban-machinery.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-machinery .ban-machinery-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-machinery .ban-machinery-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-machinery .ban-machinery-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

/* End Machinery
--------------------------------------------------------------------------------------------------------*/


/* Equipments
--------------------------------------------------------------------------------------------------------*/
.banner-wrap .ban-equipments{
	background:#fff url('../images/ban-equipments.jpg') no-repeat;
	background-position: center;
}

.banner-wrap .ban-equipments .ban-equipments-info{
	width:280px;
	height:100px;
	background:rgba(0, 0, 0, 0.5);
	padding:30px 40px;
	float:left;
	margin-top:45px
}

.banner-wrap .ban-equipments .ban-equipments-info h1{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:3.0em;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
}

.banner-wrap .ban-equipments .ban-equipments-info p{
	font-family:'Open Sans', Open Sans, Arial, Sans-serif;
	margin:10px auto;
	text-align: left;
	font-size:1.2em;
	font-weight:400;
	color:#d1e45b;
}

/* End Machinery
--------------------------------------------------------------------------------------------------------*/



/* Footer
--------------------------------------------------------------------------------------------------------*/
.footer-wrap{
	background:#0e5ba5;
	width:100%;
	height:170px;
}

.footer-wrap-in {
	width:1100px;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}

.footer-logo {
	float:left;
	margin-right:50px;
}

.footer-link {
	display:block;
	font-size:14px;
	color:#ffffff;
	margin-bottom:0px;
}

.footer-link ul {
    display: block;
    list-style-type: none;
    margin: 10px;
}

.footer-link ul li {
    display: inline-block;
}

.footer-link ul li a {
    color: #fff;
    display: block;
    padding: 10px 10px;
}

.footer-link ul li a:hover {
    background: transparent;
}

.copyright {
	font-size:12px;
	color:#95a6ad;
	padding-left:20px;
	text-align:center;
	margin:0 auto;
}

.copyright a{
	color:#ffffff;
}

.copyright a:hover{
	color:#ffffff;
}

.copyright p{
	color:#ffffff;

}
/* End Footer
--------------------------------------------------------------------------------------------------------*/



/* Form
--------------------------------------------------------------------------------------------------------*/
.input1 { font-family: 'Open Sans', Arial, Verdana, Sans-serif; font-size: 14px; border: 1px solid #d5d5d5; height:20px; color: #4f4f4f; background-color:#f7f7f7; margin:5px 0; padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.dropdown1 { font-family: 'Open Sans', arial, Verdana, Sans-serif; font-weight: normal; line-height:30px; font-size: 13px; border: 1px solid #d5d5d5; color:#262626; background-color:#f7f7f7; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.textarea1 {font-family: 'Open Sans', arial; font-size: 14px; border: 1px solid #d5d5d5; color: #4f4f4f; margin:5px 0; padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 10px; background-color:#f7f7f7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.btnform {background-color:#0089d0; color:#ffffff; border:0; font-weight:normal; margin:5px 0; padding:10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.interested {
	color:#4f4f4f;
	padding-top:10px;
	padding-left:10px;
	font-weight:700;
}

.interested_hint {
	font-size:12px;
	font-style:italic;
	color:#666666;
	padding-top:10px;
	padding-left:10px;
}

/* End About
--------------------------------------------------------------------------------------------------------*/



/* Slider
--------------------------------------------------------------------------------------------------------*/
@media(max-width:1280px){
.banner h2 {
	font-size: 1.8em;
	line-height:normal;
}

.banner {
	top: 18%;
	width: 45%;
}
}

@media(max-width:768px){
.banner h2 {
	font-size: 1.3em;
	line-height:normal;
}
.banner {
	padding: 3em 2em 4em;
	left: 22%;
	top: 18%;
	width: 45%;
}
}
@media(max-width:640px){
.banner h2 {
	font-size: 1.1em;
}
.banner {
	padding: 2em 1em 3em;
	top: 18%;
	width: 45%;
}
}
@media(max-width:480px){
.banner h2 {
	font-size: 1.0em;
}
.banner {
	padding: 1em 1em 2em;
}

/* End Slider
--------------------------------------------------------------------------------------------------------*/
