/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
@font-face {
    font-family: 'Swis721_Cn_BT_Roman';
    src: url('fonts/Swis721_Cn_BT_Roman.eot');
    src: url('fonts/Swis721_Cn_BT_Roman.eot') format('embedded-opentype'),
         url('fonts/Swis721_Cn_BT_Roman.woff2') format('woff2'),
         url('fonts/Swis721_Cn_BT_Roman.woff') format('woff'),
         url('fonts/Swis721_Cn_BT_Roman.ttf') format('truetype'),
         url('fonts/Swis721_Cn_BT_Roman.svg#Swis721_Cn_BT_Roman') format('svg');
}

@font-face {
  font-family: 'Swis721_Cn_BT_Bold';
  src: url('Swis721_Cn_BT_Bold.eot?#iefix') format('embedded-opentype'),  url('Swis721_Cn_BT_Bold.woff') format('woff'), url('Swis721_Cn_BT_Bold.ttf')  format('truetype'), url('Swis721_Cn_BT_Bold.svg#Swis721_Cn_BT_Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'robotocondensed_light';
    src: url('fonts/robotocondensed_light.eot');
    src: url('fonts/robotocondensed_light.eot') format('embedded-opentype'),
         url('fonts/robotocondensed_light.woff2') format('woff2'),
         url('fonts/robotocondensed_light.woff') format('woff'),
         url('fonts/robotocondensed_light.ttf') format('truetype'),
         url('fonts/robotocondensed_light.svg#robotocondensed_light') format('svg');
}

#bd #ja-mainnav {
  float: right;
  width: auto;
}
#bd h1.logo {
  float: left;
  width: 32%;
  z-index: 12;
}
#bd .megamenu.level0 .mega {
  background: rgba(0, 0, 0, 0) url("../images/sub-aaa.jpg") no-repeat scroll 0 0;
}
.camera_caption_desc > a {
  color: #333;
  text-decoration: underline;
}
.wrap {
  clear: both;
  width: 100%;
}

.main {
  background: #f6f6f6 none repeat scroll 0 0;
  box-shadow: 0 0 15px 3px #000000;
  width: 73.3%;
}

.column {
  display: inline;
  float: left;
  overflow: hidden;
}

.ja-mass {
  clear: both;
}

/* Gutter ---*/
.main .inner {
  padding-left: 1em;
  padding-right: 1em;
}

.main .main-inner1 {
  margin-left: 0;
  margin-right: 0;
}

/* Reset Basetheme */
#ja-main-wrap div.ja-moduletable,
#ja-main-wrap div.moduletable,
#ja-main-wrap div.ja-module,
#ja-main-wrap div.module {
	margin-right: 0;
	margin-left: 0;
}

/* Redefine gutter for module-inner */
#ja-main-wrap div.ja-moduletable-inner,
#ja-main-wrap div.moduletable-inner,
#ja-main-wrap div.ja-module-inner,
#ja-main-wrap div.module-inner,
#ja-extra-col div.module-inner {
  margin: 1em;
}

/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Sizes---*/
.ja-masonry {
  width: 240px;
}

.grid-double {
  width: 480px;
}

.grid-tripple {
  width: 720px;
}

.ja-masonry .custom,
.grid-double .custom,
.grid-tripple .custom {
  width: auto;
}

/* Main Content */
#ja-content {
  width: 720px; /* 3 grids */
}

.ja-frontpage #ja-content {
  width: 480px; /* Frontpage Content 2 grids */
}

.ja-mf #ja-content {
  width: 100% !important; /* Full */
}

/* full 5 grids content */
body.content-grid-mass #ja-content,
body.content-grid-mass.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 4 grids content */
body.content-grid-quadruple #ja-content,
body.content-grid-quadruple.ja-frontpage #ja-content {
  width: 960px;
}

/* 3 grids content */
body.content-grid-tripple #ja-content,
body.content-grid-tripple.ja-frontpage #ja-content {
  width: 720px;
}

/* 2 grids content */
body.content-grid-double #ja-content,
body.content-grid-double.ja-frontpage #ja-content {
  width: 480px;
}

/* 1 grids content */
body.content-grid-single #ja-content,
body.content-grid-single.ja-frontpage #ja-content {
  width: 240px;
}


/* CONTENT'S GRIDS
--------------------------------------------------------- */
/* Items Page */
.item-page {
  padding: 1.5em;
}

/* Items Row */
.items-row {
  padding: 0;
  margin: 0;
}

.item {
  float: left;
  position: relative;
  padding: 1em 0;
}

.item .contentpaneopen {
  padding: 1.5em;
}

/* Items Leading */
.items-leading {
  padding: 0;
  margin: 0;
}

.items-leading .leading {
  padding: 1em 0;
}

.items-leading .leading:first-child {
  padding-top: 0;
}

.leading .contentpaneopen {
  padding: 1.5em;
}

/* Items Grids */
.cols-1 .item {
  width: 100%;
}

.cols-2 .item {
  width: 50%;
}

.cols-3 .item {
  width: 33.33%;
}

.cols-4 .item {
  width: 25%;
}

.cols-5 .item {
  width: 20%;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
}
#icon_right {
  background: #0a4243 none repeat scroll 0 0;
  border-bottom-left-radius: 40px;
  float: right;
  padding: 0.5% 0;
  width: 54%;
}
.moduletable_support {
  float: left;
  width: 64%;
}
.logo > p {
  color: #000000;
  font-family: Swis721_Cn_BT_Bold;
  font-size: 14px;
  font-weight: bold;
  padding-left: 56px;
  padding-top: 5px;
}
.aero1 {
  padding-left: 46px !important;
  padding-top: 0 !important;
}
.custom_support {
    float: left;
    width: 100%;
}
.headright {
  float: left;
  width: 100%;
}
.camera_caption_title {
  color: #00abab;
  font-family: Swis721_Cn_BT_Bold;
  font-size: 15px;
  line-height: 21px;
}
.head_right_inner {
    float: left;
    padding: 2% 0;
    width: 100%;
}
.on_num {
  border-right: 1px solid;
  float: left;
  font-family: Swis721_Cn_BT_Roman;
  font-size: 17px;
  text-indent: 6%;
  width: 100%;
}
.on_serc {
  background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 12% 0;
  float: left;
  font-family: Swis721_Cn_BT_Roman;
  font-size: 13px;
  text-indent: 12%;
  width: 37.7%;
}
.lock {
    margin-right: 6%;
}
.mega a {
    color: #fff;
}
.centeralign {
  float: left;
  width: 100%;
}
.align_inner2 {
  box-shadow: 0 0 15px 3px #000000;
  float: left;
  width: 100%;
}
.align_inner {
    margin: 0 auto;
    width: 73.3%;
}
#third_section {
  background: none repeat scroll 0 0 #fff;
  float: left;
  width: 100%;
}
#ban_section {
    float: left;
    width: 100%;
}
.moduletable_slideimg {
    width: 100%;
    float: left;
}

.moduletable_thirdpart, .custom_thirdpart {
    float: left;
    width: 98%;
     padding: 0.5% 1%;
}
.fourimg {
    float: left;
    width: 100%;
     text-transform: uppercase;
       margin-bottom: 1.3%;
}
.fourimg_inner {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 0.2px solid #e2e2e2;
  float: left;
  height: 60px;
  margin-right: 0.8%;
  width: 24%;
}
.fourimg_inner.l {
    float: right;
    margin-right: 0;
}
.proimg {
    margin-top: 5%;
}
.fourimg_inner > a {
    color: #333;
    width: 100%;
}
.texts {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4%;
  padding: 6% 0;
  width: 74%;
}
.fourimg_inner > a:hover {
    color:#fff;
}
#speciality_section {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  padding: 0 1%;
  width: 98%;
}
.moduletable_spcl {
    float: left;
    width: 65%;
}
.custom_spcl {
    float: left;
    width: 100%;
}
.spcl_inner {
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 98%;
}

.spcl_inner > h1 {
    color: #01abaa;
    font-size: 25px;
    margin: 2% 0;
    width: 100%;
        font-family: Swis721_Cn_BT_Bold;
}
.spcl_inner > p {
  float: left;
  font-family: robotocondensed_light;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1%;
  text-align: justify;
  width: 100%;
}
.moduletable_mailf {
  float: right;
  width: 33%;
}

.m_form form {
    float: left;
    width: 100%;
}

.m_form input {
  border: 1px solid #b9b9b9;
  float: left;
  font-family: Swis721_Cn_BT_Roman;
  font-size: 15px;
  line-height: 2.8;
  margin-bottom: 4px;
  width: 91%;
}
.m_form textarea {
  border: 1px solid #b9b9b9;
  float: left;
  font-family: Swis721_Cn_BT_Roman;
  font-size: 15px;
  margin-bottom: 4px;
  padding: 0;
  width: 92.5%;
}

.sub > input {
    background: none repeat scroll 0 0 #00abab;
    border: medium none;
    color: #fff;
    float: left;
    padding: 0 0;
    width: 30%;
    font-family: Swis721_Cn_BT_Bold;
    font-size: 15px;
}
#ja-poweredby {
    display: none;
}
.moduletable_mailf h3 {
  color: #01abaa;
  font-family: Swis721_Cn_BT_Bold;
  font-size: 24px;
  margin: 6% 0;
  text-align: left;
}

#valued_section {
    float: left;
    width: 100%;
   background:none repeat scroll 0 0 #f6f6f6;
}
.moduletable_val, .custom_val, .value_part {
    float: left;
    width: 100%;
}
.value_inner {
    float: left;
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
    width: 96%;
}
.value_inner > h1 {
    color: #727272;
          font-family: Swis721_Cn_BT_Bold;
    font-size: 22px;
  margin-top: 2%;
}
.value_inner > p {
  font-family: robotocondensed_light;
  font-size: 16px;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	  background: none repeat scroll 0 0 #363636;
    text-shadow: none;
    padding: 0;
}
.fourimg_inner:active {
  background:none repeat scroll 0 0 #00abab;
}
.custom_ftrsec {
    float: left;
    width: 100%;
}

.footer_inner {
    float: left;
    margin-top: 4%;
    width: 100%;

}
.footer_main {
    float: left;
    width: 100%;
}
.ftr_logo {
  float: left;
  margin-right: 3%;
  width: 20%;
}
.custom_ftrsec {
    float: left;
    width: 100%;
}
.ftr_content.firstf {
  border-right: 1px solid;
  float: left;
  padding-bottom: 9.8%;
  padding-right: 2%;
  width: 11%;
}
#spcf {
  font-size: 18px;
}
.ftr_content > a {
    float: left;
     width: auto;
}
#ja-footer a:hover {
    color: #00abab;
    font-size: 20px;
    padding-left: 4%;
}

#bd .ftr_content > a:hover {
    padding: 0;
}
.ftr_content.secondf {
  border-right: 1px solid;
  float: left;
  padding-left: 2em;
  padding-right: 2em;
  width: 27%;
}
.ftr_content {
    float: left;
    margin-left: 1%;
    width: 28%;
}
.ftr_content img {
  padding-left: 5px;
}
#ja-footer a {
    border-bottom: medium none;
     color: #a7a7a7;
}
.ftr_content.firstf li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
     color: #d4f1fd;
      font-family: Swis721_Cn_BT_Roman;
    font-size: 15px;
     margin-bottom: 3%;
}
.ftr_content h1 {
    color: #fff;
    float: left;
   font-family: Swis721_Cn_BT_Roman;
    font-size: 15px;
    text-align: left;
    width: 100%;
      margin-bottom: 5%;
}
.ftr_content.secondf p {
   color: #a7a7a7;
    float: left;
    text-align: left;
    width: 100%;
    font-family: Swis721_Cn_BT_Roman;
    font-size: 15px;
      line-height: 115%;
}
.ftr_num.thirdf {
color: #a7a7a7;
    float: left;
    margin-top: 7%;
    text-align: left;
    width: 100%;
        font-family: Swis721_Cn_BT_Roman;
    font-size: 15px;
}
.moduletable_client {
    float: left;
    width: 100%;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
/* hide menu button by default */
#ja-menu-button {display: none; position: relative;}

#bd .ic_marquee {
    float: left;
    visibility: unset;
    width: 100%;
}
#myimgscrawler-2 img {
    float: left;
    margin-right: 5% !important;
}
.moduletable_clients {
    float: left;
    width: 100%;
margin: 2% 0;
}
.c {
  float: left;
  text-align: left;
  width: 100%;
}
.cpyr {
  color: #959595;
  font-family: robotocondensed_light;
  font-size: 14px;
}
.camera_caption > div {
    background: none repeat scroll 0 0 #fff;
    color: #333;
}
.camera_caption {
  bottom: 11%;
  width: 31%;
  z-index: 1000;
}
.cameraContent {
    bottom: 0;
    left: 63%;
    position: absolute;
    right: 60px;
    top: 9px;
    width: 100%;
}
.head_right_inner > p {
  float: left;
  width: 100%;
}
#bd .megamenu.level1 .mega {
  background: none;
}
.contact_inner > p {
  font-size: 14px;
  line-height: 6px;
}
.con_to_lft > h3 {
  text-transform: uppercase;
}
.phone p {
  font-size: 14px;
  margin-top: 0 !important;
  padding-top: 1%;
}
.phone1 {
  padding-top: 1%;
  width: 53%;
}
.phone2 {
  float: left;

  width: 17%;
}
.fax > p {

}
.faxnum {
  font-weight: 100;
}
.product_off1 a {
  color: #111000;
  font-size: 15px;
}
.product_off2 a {
  color: #333;
  font-size: 20px;
}
.product_off3 a {
  color: #333;
  font-size: 20px;
}
.product_off4 a {
  color: #333333;
  font-size: 20px;
}
.commer a {
  color: #000;
  font-size: 14px;
}
.commer li {
  font-size: 14px;
}
.product_off5 a {
  color: #111000;
  font-size: 15px;
}
.titanium {
  float: left;
  width: 100%;
}
.titaniumleft {
  float: left;
  text-align: justify;
  width: 60%;
}
#bd .titaniumleft > p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
.titaniumright {
  float: left;
  margin-left: 6%;
  width: 33%;
}
.titaniumright > img {
  float: left;
  width: 300px;
}
.support {
  float: left;
  width: 100%;
}

.supportright > img {
  float: left;
  width: 300px;
}

.supportleft {
  float: left;
  width: 50%;
}
.supportright {
  float: left;
  margin-left: 10%;
  margin-top: 5%;
  width: 40%;
}

#cherryone {
  float: left;
  width: 100%;
}
#cherryleft {
  float: left;
  text-align: justify;
  width: 70%;
}
#cherryright {
  float: left;
  margin-left: 5%;
  width: 25%;
}
#cherryleft > p {
  font-size: 14px;
}
#cherryone1 {
  float: left;
  width: 100%;
}
#cherryone2 {
  float: left;
  width: 100%;
}
#cherryone3 {
  float: left;
  width: 100%;
}
#cherryone4 {
  float: left;
  width: 100%;
}
#cherryone5 {
  float: left;
  width: 100%;
}
#cherryone6 {
  float: left;
  width: 100%;
}
#cherryone7 {
  float: left;
  width: 100%;
}
#cherryone8 {
  float: left;
  width: 100%;
}
#cherryone9 {
  float: left;
  width: 100%;
}
#cherryone10 {
  float: left;
  width: 100%;
}
#cherryone11 {
  float: left;
  width: 100%;
}
#cherryone12 {
  float: left;
  width: 100%;
}
#cherryone13 {
  float: left;
  width: 100%;
}
#cherryone14 {
  float: left;
  width: 100%;
}
#cherryone15 {
  float: left;
  width: 100%;
}
#cherryone16 {
  float: left;
  width: 100%;
}
#cherryone17 {
  float: left;
  width: 100%;
}
#cherryone18 {
  float: left;
  width: 100%;
}
#cherryone19 {
  float: left;
  width: 100%;
}
#cherryone20 {
  float: left;
  width: 100%;
}
#cherryone21 {
  float: left;
  width: 100%;
}
#feature-summary {
  border: 1px solid;
}
#part-families {
  border: 1px solid;
  margin-bottom: 4%;
}
.cherry a {
  color: #555555;
  font-size: 14px;
}
.recoil_wire1 {
  float: left;
  width: 100%;
}
.recoil_wire1 p {
  font-size: 14px;
}
.thread {
  float: left;
  width: 100%;
}
.thread p {
  font-size: 14px;
  text-align: justify;
}
.thread_left {
  float: left;
  width: 70%;
}
.thread_rgt {
  float: left;
  margin-left: 5%;
  margin-top: 5%;
  width: 25%;
}
.insthand {
  float: left;
  width: 100%;
}
.insthand p {
  font-size: 14px;
}
.sti {
  float: left;
  text-align: justify;
  width: 100%;
}
.sti p {
  font-size: 14px;
}
.camloc_fast {
  float: left;
  margin-top: 1%;
  width: 100%;
  margin-bottom: 3%;
}
.bor_list1 li:last-child {

}
.thre_img {
  float: left;
  width: 100%;
}
.thre_img > img {
  float: left;
  width: 30%;
}
.camloc_fast1 {
  border: 1px solid #808080;
  border-radius: 10px;
  float: left;
  margin-right: 8%;
  padding-bottom: 3%;
  text-align: center;
  width: 41%;
}
.quick {
  float: left;
  padding-top: 5%;
  width: 100%;
}
.camloc_fast1:hover {
  border: 1px solid #20B9C2;
}
.camloc_fast2 {
  float: left;
  margin-top: 3%;
  width: 100%;
}
.camloc_fast3 {
  border: 1px solid gray;
  border-radius: 10px;
  float: left;
  margin-left: 4%;
  margin-right: 4%;
  padding-bottom: 3%;
  text-align: center;
  width: 25%;
}
.camloc_fast3:hover {
  border: 1px solid #20B9C2;
}
.camloc_fast1 > a {
  float: left;
  width: 100%;
}
.release {
  float: left;
  width: 100%;
}
.release1 {
  float: left;
  margin-right: 2%;
  margin-top: 2%;
  text-align: center;
  width: 48%;
}
.f5 {
  background: #33cdce none repeat scroll 0 0;
  float: left;
  width: 100%;
}
#bd .f5 > h3 {
  color: #fff;
  margin: 8px;
}
.cherry ol {
  display: none;
}
.inner_page_rightt h1 {
  font-size: 19px;
}
.fimg {
  float: left;
  width: 100%;
}
.fimg {
  float: left;
  width: 100%;
}
.key {
  background: #eeeeee none repeat scroll 0 0;
  float: left;
  height: 275px;
  padding-bottom: 5%;
  width: 100%;
}
.powerul {
  float: left;
  height: 147px;
  width: 100%;
}
.key > h3 {
  color: #33cdce;
  float: left;
  padding-left: 4%;
}
.powerul > li {
  float: left;
  text-align: justify;
}
.smallbg {
  background: #33cdce none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin-left: 5%;
  width: 90%;
}
#bd .smallbg > h3 {
  color: #fff;
  margin: 8px;
}

.key1 {
  background: #eeeeee none repeat scroll 0 0;
  float: left;
  height: 460px;
  width: 98%;
}
.key1 > p {
  float: left;
  padding-left: 5%;
  text-align: justify;
  width: 90%;
}
.key1 > h3 {
  float: left;
  padding-left: 5%;
  color: #33CDCE;
}
.keensert {
  float: left;
  width: 100%;
}
.keensert1 {
  float: left;
  margin-right: 5%;
  text-align: center;
  width: 45%;
}
.keensertf {
  background: #00c7c9 none repeat scroll 0 0;
  text-align: center;
}
#bd .keensert h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 6px;
}
.keensertffimg {
  background: #eeeeee none repeat scroll 0 0;
  float: left;
  height: 340px;
  width: 100%;
}
.keensertffimg li {
  float: left;
  text-align: justify;
}
.marsonlist {
  float: left;
  width: 100%;
}
.marsonlist > p {
  font-size: 14px;
}
.marsonlist2 {
  float: left;
  width: 100%;
}
.marsonlist3 {
  float: left;
  width: 50%;
}
.marsonlist3 > h3 {
  color: #00C9CA;
}
.marsonlist3 li {
  font-size: 14px;
}
.marsonlist > h3 {
  color: #00abac;
}
.visi_look {
  width: 100%;
  float: left;
}
#visu1 {
  float: left;
  width: 100%;
}
#visu1_left {
  float: left;
  text-align: justify;
  width: 70%;
}
#visu1_right {
  float: left;
  margin-left: 10%;
  margin-top: 6%;
  width: 20%;
}
#visu1_left > p {
  font-size: 14px;
}
#visu1_left li {
  font-size: 14px;
}
.pempaster {
  float: left;
  width: 100%;
}
.pempaster1 {
  background: #efefef none repeat scroll 0 0;
  float: left;
  height: 1000px;
  margin-right: 2%;
  margin-top: 2%;
  width: 48%;
  border-radius: 10px;
}
.pempaster_left {
  float: left;
  width: 35%;
}
.pempaster_left > a {
  background: #66d6d7 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  line-height: 17px;
  margin-left: 10%;
  margin-top: 6%;
  padding: 10px;
  text-align: center;
  width: 80%;
}
.pempaster_right {
  float: left;
  margin-left: 5%;
  width: 60%;
}
.pempaster_right li {
  font-size: 14px;
}
#bd .pempaster1 > h1 {
  margin: 5% 0 4% 4%;
font-size: 18px;
}
.pempaster1 > h1 {
  font-size: 20px;
}
.micro_pem {
  float: left;
  width: 100%;
}
.micro_blog {
  float: left;
  width: 100%;
}
.micro_blog1 {
  border: 1px solid gray;
  float: left;
  height: 120px;
  margin-right: 3%;
  margin-top: 2%;
  text-align: center;
  width: 30%;
}
.micro_blog1 > img {
  margin-top: 4%;
}
.micro_blog1 > p {
  font-size: 14px;
}
.micro_pempaster1 {
  background: #efefef none repeat scroll 0 0;
  float: left;
  height: 700px;
  margin-right: 2%;
  margin-top: 3%;
  width: 48%;
}
.micro_pempaster1 > h1 {
  font-size: 18px;
}
.micro_pempaster_left {
  float: left;
  width: 65%;
}
.micro_pempaster_left li {
  font-size: 14px;
}
.micro_pempaster_right {
  float: left;
  width: 30%;
}
.micro_pempaster_right > a {
  background: #66d6d7 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  margin-left: 19%;
  margin-top: 8%;
  padding: 3% 5%;
  text-align: center;
  width: 70%;
}
.micro_pempaster1 > h1 {
  margin-top: 0;
}
table, th, td {
  border: 1px solid gray;
}
.mini_ature p {
  font-size: 14px;
}
.self_looking {
  width: 100%;
  float: left;
}
.self_looking > p {
  font-size: 14px;
}
.Aircraft {
  float: left;
  width: 100%;
}
.Aircraft_left {
  float: left;
  width: 67%;
}
.Aircraft_left > p {
  font-size: 14px;
  text-align: justify;
}
.Aircraft_right {
  float: left;
  margin-left: 3%;
  margin-top: 21%;
  width: 30%;
}
.tan_less {
  float: left;
  width: 100%;
}
.tan_less > p {
  font-size: 14px;
}
.tan_less li {
  font-size: 14px;
}
.twinsert {
  float: left;
  width: 100%;
}
.twinsert_left {
  float: left;
  width: 60%;
  text-align: justify;
}
.twinsert_left > p {
  font-size: 14px;
}
.twinsert_rightt {
  float: left;
  margin-left: 5%;
  margin-top: 3%;
  width: 35%;
}
.isttoools {
  float: left;
  width: 100%;
}
.twinsert_rightt > img {
  margin-top: 6%;
}
.isttoools > p {
  font-size: 14px;
}
.tappex {
  float: left;
  width: 100%;
}
.tappex_left {
  float: left;
  width: 65%;
}
.tappex_left > p {
  font-size: 14px;
  text-align: justify;
}
.tappex_right {
  float: left;
  margin-bottom: 4%;
  margin-left: 5%;
  width: 30%;
}
.pro_sel {
  float: left;
  width: 100%;
}
.pro_sel_left {
  float: left;
  text-align: justify;
  width: 65%;
}
.pro_sel_left > p {
  font-size: 14px;
}
.pro_sel_right {
  float: left;
  margin-left: 5%;
  width: 30%;
}
.ec_lidt {
  float: left;
  width: 100%;
}
.ec_lidt1 {
  border: 1px solid;
  border-radius: 10px;
  float: left;
  height: 160px;
  margin-bottom: 3%;
  margin-right: 3%;
  text-align: center;
  width: 30%;
}
.ec_lidt1:hover {
  background: #00a8b0 none repeat scroll 0 0;
  border: 1px solid #fd644e;
}
#bd .ec_lidt1 h3 {
  font-size: 15px;
  margin: 3px;
  padding-bottom: 2%;
}
.ec_lidt1 > img {
  margin-top: 4%;
}
.ec_lidt1:hover h3 {
  color: #fff;
}


#bd .ec_lidt2 {
  border: 1px solid;
  border-radius: 10px;
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
  text-align: center;
  width: 30%;
  height: 160px;
}
.ec_lidt2:hover {
  background: #00a8b0 none repeat scroll 0 0;
  border: 1px solid #fd644e;
}
#bd .ec_lidt2 h3 {
  font-size: 14px;
  margin: 3px;
  padding-bottom: 2%;
}
.ec_lidt2 > img {
  margin-top: 4%;
}
.ec_lidt2:hover h3 {
  color: #fff;
}
.asntab {
  float: left;
  width: 100%;
}
.asntab td {
  font-size: 15px;
}
.bol {
  float: left;
  font-size: 17px;
}
.manutotal {
  float: left;
  width: 100%;
}
.manutotal1 {
  float: left;
  height: 720px;
  width: 30%;
  margin-right: 3%;
}
.manutotal1 h3 {
  color: #00abac;
}
.manutotal1 > p {
  font-size: 14px;
  line-height: 14px;
}
.cpypro {
  float: left;
  width: 100%;
}
#bd .cpypro > p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  text-align: justify;
}
.manimag {
  display: none;
  float: left;
  width: 100%;
}
.manimag > img {
  margin-right: 7%;
}
.commer li {
  font-size: 14px;
  color: #000;
}
.indserd {
  width: 100%;
  float: left;
}
.indserd > p {
  font-size: 15px;
}
.indserd li {
  font-size: 15px;
  line-height: 18px;
}
.wiremag h6 {
  font-size: 14px;
}
.recoil_wire1 > h1 {
  font-size: 22px;
}
.quasta {
  float: left;
  width: 100%;
}
.quasta > p {
  font-size: 14px;
  text-align: justify;
}
.rosta {
  float: left;
  width: 100%;
}
.rosta > p {
  font-size: 14px;
  text-align: justify;
}
.rosta li {
  font-size: 14px;
}
.dfars {
  float: left;
  width: 100%;
}
.dfars > p {
  font-size: 14px;
  text-align: justify;
}
.counter11 {
  color: #00abac;
}
.dfars li {
  font-size: 14px;
}
.indserd > ul {
  float: left;
  margin: 0;
  width: 100%;
}
.indus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  padding: 10px;
  width: 46%;
}
.indus > img:last-child {
  height: 183px;
  width: 100%;
}
#ja-footer .main {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
}
.moduletablesopportnext {
  float: right;
  width: 34%;
}
#icon_right label {
  display: none;
}
.inputboxsopportnext {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 80%;
}
.buttonsopportnext {
  background-image: url("../images/search.png");
  background-position: right center;
  background-repeat: no-repeat;
  float: left;
  font-size: 0;
  height: 25px;
  width: 16px;
}
.searchsopportnext {
  float: left;
  margin-top: 3%;
  width: 100%;
}
.inner_page {
  float: left;
  width: 100%;
}
.inner_page_left {
  border: 1px solid #cccccc;
  float: left;
  margin-top: 2%;
  width: 30%;
}
.brow_oro {
  float: left;
  width: 100%;
}
.bpo_hea {
  background: #555555 none repeat scroll 0 0;
  float: left;
  width: 100%;
}
#bd .bpo_hea > h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 3% 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.bor_list {
  float: left;
  width: 100%;
}
.bor_list a {
  color: #000000;
  font-size: 14px;
}
.bor_list1 {
  float: left;
  width: 100%;
}
.bor_list1 > h3 {
  font-size: 14px;
  padding-left: 2%;
}
.bor_list1 a {
  color: #000000;
  font-size: 14px;
}
.inner_page_rightt {
  float: left;
  margin-left: 5%;
  margin-top: -1.5%;
  width: 64%;
}
#bd .indserd > ul {
  margin-top: 0;
}
#bd .quasta > p {
  margin-top: 0;
}
#bd .rosta > p {
  margin-top: 0;
}
#bd .dfars > p {
  margin-top: 0;
}
.contact_inner {
  float: left;
  margin-left: 10%;
  width: 100%;
}
.sti_totl {
  float: left;
  width: 100%;
}
.sti_totl_lft {
  float: left;
  text-align: justify;
  width: 65%;
}
.sti_totl_rgt {
  float: left;
  margin-left: 3%;
  margin-top: 7%;
  width: 32%;
}
#bd .visi_look ol {
  margin-top: 0;
}
.efoxy_tot {
  float: left;
  width: 100%;
}
.efoxy_tot > p {
  font-size: 15px;
  line-height: 16px;
}
.commer > p {
  color: #000;
  font-size: 14px;
}
.line_tot {
  float: left;
  width: 100%;
}
.line_tot1 {
  background: #808080 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 10px;
  float: left;
  height: 89px;
  margin-right: 2%;
  margin-top: 2%;
  padding: 4% 0;
  width: 47%;
}
#bd .kepa {
  color: #000000 !important;
}
.adh_sti {
  color: #ffffff;
  float: left;
  font-size: 17px;
  text-align: center;
  width: 100%;
}


.insthand {
  float: left;
  width: 100%;
}
.insthand1 {
  float: left;
  width: 100%;
}
.insthand_lft {
  float: left;

  width: 65%;
}
.insthand_lft > p {
  text-align: justify;
}
.insthand > p {
  text-align: justify;
}
.insthand_rgt {
  float: left;
  margin-left: 5%;
  margin-top: 5%;
  width: 25%;
}
.marsonlist3 > h3 {
  font-size: 17px;
}
.self_looking_left {
  float: left;
  text-align: justify;
  width: 67%;
}
.self_looking_rgt {
  float: left;
  margin-left: 3%;
  margin-top: 10%;
  width: 30%;
}
.tan_less > img {
  margin-left: 6%;
}
.sti_lft {
  float: left;
  width: 60%;
}
.sti_rgt {
  float: left;
  margin-left: 5%;
  margin-top: 6%;
  width: 30%;
}
.componentheading {
  display: none;
}
#bd .inner_page_rightt > h3 {
  line-height: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#bd .inner_page > h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.fourimg_inner:hover {
  background: #00abab none repeat scroll 0 0;
  color: #ffffff;
}
.inner_keywords {
  background: #363636 none repeat scroll 0 0;
  float: left;
  margin-top: 1%;
  width: 100%;
}
.inner_keywords1 {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 21%;
}
.inner_keywords1:last-child {
  margin-right: 0;
}
.inner_keywords1 > p {
  color: #363636;
  line-height: 16px;
}
.bpo_hea:first-child {
  display: none;
}
.aero_list {
  margin-bottom: 3%;
}
.min_table {
  margin-bottom: 3%;
}
.mini_ature > p {
  text-align: justify;
}
.pre_tot {
  float: left;
  width: 100%;
}
.pre_lft {
  float: left;
  width: 60%;
}
.pre_lft > p {
  font-size: 14px;
  text-align: justify;
}
.tanpre {
  font-size: 19px;
  font-weight: bold;
}
.pre_rgt {
  float: left;
  margin-left: 2%;
  margin-top: 3%;
  width: 38%;
}
.self_looking_rgt > img {
  margin-bottom: 2em;
}
.self_looking_left > h1 {
  font-size: 22px;
}
.Aircraft_left > h1 {
  font-size: 22px;
}
.twinsert_left > h3 {
  text-transform: uppercase;
}
.tab_one {
  float: left;
  width: 100%;
}
#heelo1{
display:none;

}
#heelo1234{
display:none;

}

#heelo123{
display:none;

}
.click_one {
  width: 100%;
  float: left;
}
.click_one1 {
  float: left;
  width: 100%;
}
#bd .click_one1 > p {
  background: #68d5d6 none repeat scroll 0 0;
  border-radius: 6px;
  color: #4682b4;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-right: 2%;
  padding: 1%;
  text-align: center;
  width: 20%;
 cursor: pointer;
}
#bd #chartStyle {
  float: left;
  width: 95%;
}
#chartStyle th {
  background: #0a4243 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}
#chartStyle tr.alt td {
  background: gray;
  color: #fff;
}

#bd .click_one1 > p:hover {
  color: #fff;
}
.bolt_ca {
  float: left;
  width: 100%;
}
.bolt_ca_lft {
  float: left;
  text-align: justify;
  width: 65%;
}
.bolt_ca_rgt {
  float: left;
  width: 35%;
}
.bolt_ca_lft > p {
  font-size: 14px;
}
.na_ss_part {
  float: left;
  width: 100%;
}
.nas_part {
  float: left;
  width: 85%;
}
.tab_ms_two_lft {
  float: left;
  width: 50%;
}
.tab_ms_two_lft table {
  float: left;
  margin-bottom: 3%;
  margin-top: 4%;
  width: 79%;
}
.tab_ms_two_rgt {
  float: left;
  width: 50%;
}
.tab_ms_two_rgt table {
  float: left;
  margin-top: 3%;
  width: 71%;
}
.contact_inner > img {
  height: 136px;
  margin-top: 3%;
}
.map_area {
  float: left;
  margin-left: 6%;
  margin-top: 3%;
  width: 100%;
}
.map_area_lft {
  float: left;
  width: 88%;
}
.map_area_rgt {
  float: left;
  margin-left: 3%;
  width: 35%;
}
.wat_th {
  float: left;
  text-align: justify;
  width: 100%;
}
.wat_th > p {
  float: left;
  font-size: 14px;
}
.wat_no {
  border: 1px solid #cccccc;
  border-radius: 10px;
  float: left;
  margin-bottom: 3%;
  margin-left: 2%;
  text-align: center;
  width: 31%;
  padding-bottom: 3%;
}
.quick_wat {
  float: left;
  text-align: center;
  width: 100%;
}
.cur_ta {
  float: left;
  width: 50%;
}
.cur_ta > p {
  font-size: 14px;
}
.brass_tap > p {
  font-size: 14px;
  line-height: 13px;
  text-align: justify;
}
#rn_li {
  line-height: 17px!important;
  font-size: 18px;
}
.thre_plg > p {
  line-height: 10px;
}
.huage-seo td {
  width: 20%;
  line-height: 12px;
}
.brass_tap img {
  width: 183px;
}
.brass_tap > h3 {
  font-size: 18px;
}
.brass_tap table {
  margin-bottom: 3%;
}

.brass_tap > img {
  margin-top: 3%;
}
.inner_page_rightt > img {
  margin-left: 9%;
}
.inner_page_rightt > p {
  text-align: justify;
  font-size: 14px;
}
.thre_plg_tot {
  float: left;
  width: 100%;
}
.thre_plg {
  float: left;
  width: 50%;
}
.thre_plg > img {
  margin-top: 9em;
}
.th_ga > p {
  font-size: 14px;
  text-align: justify;
}
.th_ga > img {
  width: 320px;
}
.gaung_ta {
  float: left;
  width: 100%;
}
.huage-seo {
  width: 100%;
  float: left;
  margin-top: 3%;
}
.one111 {
  width: 25%;
  float: left;
}
.one111 > p {
  font-size: 14px;
  margin: 6px;
}
.phone {
  float: left;
  width: 100%;
}
.con_to {
  float: left;
  width: 100%;
}
.con_to_lft {
  float: left;
  width: 65%;
}
.con_to_rgt {
  float: left;
  margin-top: 20em;
  width: 30%;
}
.line_tot1:hover {
  background: #4682b4 none repeat scroll 0 0;
}
.line_tot1:hover .adh_sti {
  color: #ffffff;
}
.adh_sti11 {
  float: left;
  font-size: 17px;
  padding-top: 6%;
  text-align: center;
  width: 100%;
  color: #fff;
}
.cut_t {
  float: left;
  width: 100%;
}
.copywright:last-child {
  display: none;
}
.text2:last-child {
  display: none;
}
#bd .hatp {
  margin: 0;
}
.hatp > a {
  color: #000000;
  font-size: 17px;
}
.twinsert > p {
  font-size: 14px;
}
.pay_tot {
  float: left;
  margin-top: 3%;
  width: 100%;
}
.pay_tot1 {
  background: #0099a2 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 5px #cccccc;
  float: left;
  margin-right: 5%;
  padding: 2%;
  text-align: center;
  width: 30%;
}
.pay_tot1 > a {
  color: #ffffff;
  font-size: 14px;
}
.pay_tot1:hover {
  background: #2e8b57 none repeat scroll 0 0;
}
.pay_tot1:hover > a {
  color: #faf0e6;
}
#bd .gm-style .place-card-large {
  padding: 0 4px 0 11px !important;
}
.camera_caption_desc > a {
  font-size: 14px;
}
.videohei {
  float: right;
  width: auto;
}
.videohei > a {
  color: #ffffff;
  float: right;
  font-size: 11px;
  line-height: initial;
  padding: 1% 2%;
  width: auto;
}
.videohei img {
  height: 35px;
  margin-right: 1.5em;
  width: 70px;
}
.vipo {
  float: right;
  font-size: 8px;
  padding-top: 2%;
  width: auto;
}
#bd .re_co1 {
  margin: 0;
}
#tot_head {
  text-transform: capitalize!important;
}
.deta {
  float: left;
  width: 100%;
}
.deta h2 {
  background: #00abac none repeat scroll 0 0;
  color: #ffffff;
  padding: 1% 0 1% 1%;
  text-transform: uppercase;
  font-size: 20px;
}
#subFrmws {
  float: left;
  width: 60%;
  padding: 2%;
  background: #ccc;
}
.pay_deta {
  float: left;
  margin-bottom: 2%;
  width: 100%;
}
.pay_deta > label {
  color: #000000;
  float: left;
  font-size: 15px;
  width: 40%;
}
#py_nam {
  float: left;
  height: 30px;
  width: 50%;
  border: none;
}
#pay_sub {
  background: #00abac none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  padding: 1% 3%;
  cursor: pointer;
}
.se_det {
  float: left;
  width: 100%;
}
.se_det > p {
  font-size: 15px;
  color: #000;
}

#py_mail {
  border: medium none;
  float: left;
  height: 30px;
  width: 50%;
}
#py_phn {
  border: medium none;
  float: left;
  height: 30px;
  width: 50%;
}
#py_amo {
  border: medium none;
  float: left;
  height: 30px;
  width: 50%;
}
#py_txt {
  border: medium none;
  float: left;
  height: 30px;
  width: 50%;
}
#py_inv {
  border: medium none;
  float: left;
  height: 30px;
  width: 50%;
}
