@charset "utf-8";

body{ margin:0px;}

img{ max-width:100%;}
.logo{ margin-top:10px;}
.header h1 { font-family:"Times New Roman", Times, serif; font-size:48px; color:#615d5c; text-align:left; padding:0px; margin:0px; font-weight:700 ;}
.header h3 { font-family:Cambria; font-size:21px; color:#ff4200; text-align:left; padding:0px; margin:0px; font-weight:700 ;}
.language_selection{ margin-top:10px;}
.header p{ font-size:16px; color:#000; text-align:right; margin-top:10px;}

.banner{ background-color:#000;}

.welcome_note h1{ font-family:Century Gothic; font-size:30px; color:#000; text-align:center;}
.welcome_note p {  font-family:Century Gothic; font-size:18px; color:#000; text-align:center; }
.read_more a{ font-family:Century Gothic; font-size:18px; color:#000; background:none; border:#ff4200 thin solid; border-radius:none !important; padding:15px 100px 15px 100px; margin-top:15px;}
.read_more a:hover{ background-color:#ff4200}

.home_box { margin-top:50px !important;}
.home_box i{ color:#ff4200 !important;}
.home_box p{ font-size:16px; }

.product_box{ margin-top:40px !important;}
.product_box h1 { text-align:center; font-family:Century Gothic; font-size:33px;}


.application { margin-top:40px !important;}
.application h1{ font-family:Century Gothic; font-size:30px; color:#000; text-align:center;}

.footer { background-color:#333; margin-top:30px !important;}
.footer h1 { font-family:Cambria; font-size:30px; text-align:left; color:#FFF;}

.footer_link ul { list-style:none;}
.footer_link li { display:block;}
.footer_link a{ text-align:left; width:95%; float:left; font-size:17px; margin-top:8px; color:#FFF; text-decoration:none;}
.footer_link a:hover{ color:#ff4200; text-decoration:underline;}


.footer_products ul { list-style:none;}
.footer_products li { display:block;}
.footer_products a{ text-align:left; width:45%; float:left; font-size:17px; margin-top:8px; color:#FFF; text-decoration:none;}
.footer_products a:hover{ color:#ff4200; text-decoration:underline;}




.footer_bottom{background-color:#ff4200;}
.footer_bottom a{ color:#FFF; text-align:left; padding:20px !important;}
.footer_bottom p{ color:#FFF; text-align:right;}

.contact_div { margin-top:25px;}
.contact_div h1{ font-family:Century Gothic; font-size:30px; color:#000; text-align:left;}
.contact_div p{ font-family:Century Gothic; font-size:17px; color:#000; }


.inquiry_div { margin-top:25px;}
.inquiry_div h1{ color:#000; font-family:Century Gothic; font-size:30px; border-bottom:#666 thin solid; text-align:center}
.inquiry_div h3{font-family:Century Gothic; font-size:17px; text-align:left}


#text1 {
    border: 1px solid #0097db;
    height: 40px;
    width: 100%;
    box-shadow: 0 0 27px rgb(204, 204, 204) inset;
    transition: 500ms all ease;
    padding: 3px 3px 3px 3px;
}

#text1:hover,
#text1:focus {
    width: 100%;
    transition: 500ms all ease;
    /*
    background-size: 25px 25px;
    background-position: 96% 62%;
    padding: 3px 32px 3px 3px;*/
	box-shadow:#ccc 0 0 15px;
}

.product_div{ margin-top:25px;}
.product_div h1 { background-color:#dfdfdf; border-left:8px solid #ff4200; font-size:27px; padding:5px; text-align:left;}
.product_image{ margin-top:25px; padding-left:10px;} 
.product_details { margin-top:15px;}
.product_details h3 {background-color:#dfdfdf; border-left:8px solid #ff4200; font-size:23px; padding:5px; text-align:left;}
.product_details p{  font-family:Century Gothic; font-size:16px; color:#000;}
.product_details ul li{  font-family:Century Gothic; font-size:16px; color:#000;}

table { width:90%;}
.bdr{ border:#333 thin solid}

.profile h1{ background-color:#dfdfdf; border-left:8px solid #ff4200; font-size:27px; padding:5px; text-align:left;}

.profile h3{ font-family:'Oswald'; font-size:22px; color:#104099; text-align:left; font-weight:bold; border-bottom:#666 solid thin; padding-bottom:5px;}

.profile p{ font-family:'Roboto', sans-serif; font-size:16px; color:#000; text-align:justify; padding:10px;  margin:0px !important;}
.profile ul li{ font-family:'Roboto', sans-serif; font-size:16px; color:#000; text-align:left;   margin:0px !important;}
