@charset "utf-8";
/* CSS Document */
body { font-family: 'Roboto', sans-serif; font-size:14px;}
ul, li {
	padding:0px;
	margin:0px;
	list-style:none;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; font-weight:700;}
.active1 { background:#FF5722; color:#FFF !important;}
.top_bar { padding:10px 0; background:#FFF;}
.call { margin-top:20px;}
.call li { font-weight:700; display:inline-block; margin-right:10px; font-size:16px; color:#333;}
.call li span { color:#FF5722; margin-right:5px; border:1px solid #FF5722; padding:10px;}
.header { background:#FF5722;}
.navbar {	margin-bottom:0px;}
.navbar-brand { padding:10px 0px;}
.navbar-brand img { width:580px;}
.navbar-default .navbar-nav > li > a {
	color:#FFF;
	font-family: 'Merriweather', serif;
	text-transform:uppercase;
	font-weight:700;
	padding:15px 20px;
	margin:2px;
}
.navbar-default .navbar-nav > li > a > span { font-size:11px;}
.navbar-default .navbar-nav > li.active1 > a {	background:#f7f7f7;	color:#333;}
.navbar-default .navbar-nav > li > a:hover { background:#FF5722; color:#FFF;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color:#333;}
.dropdown-menu { top:100%; width:250px;}
.dropdown-menu > li > a { padding:10px 20px; font-weight:700; font-size:13px; text-transform:uppercase; border-bottom:1px solid #ddd;}
.dropdown-menu > li > a:hover { background:#FF5722 !important; color:#FFF !important;}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.about_bread { background:url('../images/about.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.lt_bread { background:url('../images/bread/L&T/L&T-switchgear.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.salzer_bread { background:url('../images/bread/L&T/L&T-Salzer.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.gic_bread { background:url('../images/bread/L&T/L&T-gic.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.exora_bread { background:url('../images/bread/L&T/L&T-exora.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.esbee_bread { background:url('../images/bread/L&T/L&T-Esbee.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.kei_bread { background:url('../images/bread/Kei.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.copper_bread { background:url('../images/bread/Copper-Bussmann.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.kaycee_bread { background:url('../images/bread/Kaycee1.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.au_bread { background:url('../images/bread/L&T/AU.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.price_bread { background:url('../images/price.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.contact_bread { background:url('../images/contact.jpg'); background-size:cover; background-repeat:no-repeat; padding:60px 0px; position:relative;}
.about_bread h4, .contact_bread h4, .product_bread h4, .price_bread h4, .lt_bread h4, .salzer_bread h4, .gic_bread h4, .exora_bread h4, .esbee_bread h4,
.kei_bread h4, .copper_bread h4, .kaycee_bread h4, .au_bread h4  { 
	margin:0px 0px 20px; 
	line-height:30px; 
	border-bottom:2px solid #FF5722; 
	display:inline-block; 
	color:#FFF; 
	text-transform:uppercase;
}
.breadcrumb { margin-bottom:0px; background-color:transparent; display:inline-block; padding:0px;}
.breadcrumb li { color:#FFF !important; font-weight:700;}
.breadcrumb li a { color:#FF5722 !important;}
.heading h2 { margin:0px; text-transform:capitalize; font-size:20px; color:#333;}
.heading h2 span { color:#FF5722;}
.sub_heading { margin:0px 0px 20px; font-size:16px;}
.separator {
	border:1px solid #FF5722;
	background:#FF5722;
	display:inline-block;
	margin:10px 0 20px;
	position:relative;
	width:200px;
}
.separator:before {
	content:'';
	position:absolute;
	width:100px;
	display:inline-block;
	border:1px solid #FF5722;
	top:-5px;
}
.welcome p { line-height:22px; font-size:14px; text-align:justify;}
.welcome a {
	border:1px solid #FF5722;
	padding:10px 20px;
	display:inline-block;
	text-align:center;
	background:#FF5722;
	color:#FFF;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
}
.welcome a:hover {background:#FFF; color:#333;}
.well_inner { padding:20px; border:1px solid #eee;}
.well_inner img {
	float:left;
}
.well_inner .well_data {
	padding-left:80px;
}
.well_data h4 { font-size:15px;}
.well_inner:hover { box-shadow:0px 3px 5px #eee;}
/* ABOUT US */
.about_details p {
	line-height:25px;
	margin-bottom:10px;
	text-align:justify;
}
.about_details h4 {
	margin:0px 0px 20px;
	color:#FF5722;
	text-transform:uppercase;
}
.certificate {
	border:1px solid #ddd;
	padding:5px;
}
.certificate h5 {
	text-align:center;
	margin:0px;
	padding:5px;
	font-size:12px;
}
.value_customer h3 {
	font-size:20px;
	margin:0px 0px 20px;
	color:#FF5722;
	text-transform:capitalize;
}
.value_inner {
	background:#fbfbfb;
	padding:20px;
	box-shadow:0px 3px 5px rgba(0,0,0,0.15);
	min-height:250px;
}
.value_inner h4 {
	margin:0px 0px 10px;
	font-size:14px;
}
.value_inner ul li {
	line-height:25px;
	font-size:13px;
	display:inline-flex;
	width:100%;
}
.value_inner ul li i { margin:7px 5px 0px 0px;}

/* HOME PRODUCT */
.products {
	background:url(../images/bread.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding:60px 0px;
}
.products:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.7);
}
.prod_data h4 {
	margin:0px;
	padding:10px 0px;
	font-size:15px;
}
.prod_data a { color:#FFF;}
/* PRODUCTS */
.prod_inner img {
	border:1px solid #ddd;
}
.prod_inner h4 {
	background:#FF5722;
	padding:8px;
	margin:0px;
	text-align:center;
	font-size:14px;
}
.prod_inner h4 a {
	color:#FFF;
}
.prod {
	border:1px solid #ddd;
	padding:20px 0px;
}
.prod_inner1 h4 {
	margin:0px 0px 10px;
	font-size:16px;
}
.prod_inner1 p {
	text-align:justify;
}
.prod_inner1 a {
	display:inline-block;
	border:1px solid #FF5722;
	padding:5px 10px;
	color:#FFF;
	background:#FF5722;
}  
.left_side {
	border:1px solid #ddd;
	padding:20px;
	background:#f7f7f7;
}
.left_side ul li {
	line-height:30px;
	border-bottom:1px dashed #ddd;
	padding:10px 0px;
}
.left_side ul li:first-child { padding-top:0px;}
.left_side ul li:last-child { border-bottom:none;}
.left_side ul li a {
	color:#333;
	font-size:14px;
}
.left_side ul li a i { color:#FF5722; margin-right:5px;}
.prod_details h4 {
	margin:0px 0px 10px;
	font-size:16px;
}
.prod_details ul li {
	line-height:25px;
	display:inline-flex;
	width:100%;
}
.prod_details ul li i { margin:5px 8px 0px 0px;}
.prod_details p {
	line-height:25px;
	text-align:justify;
}
/* CLIENTS */
.sponsors-style-one li{
	text-align:center;	
}
.sponsors-style-one li img{
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;	
}
.sponsors-style-one .owl-controls{
	margin:0px !important;	
}
.sponsors-style-one .owl-theme .owl-controls .owl-dots{
	display:none !important;	
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav{
	margin:0px ;
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
	position:absolute;
	left:-40px;
	top:50%;
	display:inline-block;
	margin:-21px 0px 0px 0px ;
	width:42px ;
	height:42px ;
	padding:0px ;
	border:1px solid #ebebeb ;
	font-size:16px ;
	line-height:40px ;
	text-align:center ;
	border-radius:0px;
	background:#ebebeb ;
	color:#222222;	
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"]{
	position:absolute;
	right:-40px;
	top:50%;
	display:inline-block;
	margin:-21px 0px 0px 0px ;
	width:42px ;
	height:42px ;
	padding:0px ;
	border:1px solid #ebebeb ;
	font-size:16px ;
	line-height:40px ;
	text-align:center ;
	border-radius:0px ;
	background:#ebebeb ;
	color:#222222;
}
.sponsors-style-one .owl-controls .owl-nav .owl-prev:hover,
.sponsors-style-one .owl-controls .owl-nav .owl-next:hover{
	background:#FF5722 !important;
	border-color:#FF5722;
	color:#ffffff !important;	
}
@media only screen and (max-width: 599px){
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-5px;}
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-5px;}
}
@media only screen and (max-width: 499px) {
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-10px;}
	.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-10px;}
}

/* CATALOGUE */
.catalogue_grid {
	border:1px solid #ddd;
	position:relative;
	margin-bottom:20px;
}
.catalogue_grid .catalogue_inner {
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	opacity:0;
	visibility:hidden;
	background:rgba(255, 87, 34, 0.9);
	transition:all 500ms linear;
}
.catalogue_grid:hover .catalogue_inner {
	visibility:visible;
	opacity:1;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 500ms linear;
}
.catalogue_data {
	position:absolute;
	width:100%;
	top:20%;
	padding:10px;
	text-align:center;
}
.catalogue_data h5 {
	color:#FFF;
	margin:0px 0px 20px;
	text-transform:uppercase;
	line-height:30px;
}
.catalogue_data a {
	border:1px solid #333;
	background:#333;
	padding:5px;
	color:#FFF;
	width:33px;
	display:inline-block;
}
.call_to_action {
	background:url(../images/footer-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding:60px 0px;
}
.call_to_action:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.8);
}
.call_to_action h3 {
	color:#FF5722;
	margin:0px 0px 20px;
	line-height:30px;		
}
.call_to_action h5 {
	margin:0px 0px 20px;
	color:#FFF;
	text-transform:capitalize;
}
/* PRICELIST */
.price { position:relative;}
.price_inner {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(0,0,0,0.75);
}
.price_data {
	position:absolute;
	top:60px;
	width:100%;
	text-align:center;
	color:#FFF;
}
.price_data h4 {
	margin:0px 0px 20px;
	font-size:16px;
}
.price_data a {
	display:inline-block;
	border:1px solid #FF5722;
	background:#FF5722;
	padding:5px 10px;
	color:#FFF;
	font-weight:700;
}
/* FOOTER */
.footer {
	background:#232D2F;
	color:#FFF;
	padding:60px 0px 20px;
	border-top:2px solid #ff5722;
}
.footer p {	margin:0px;}
.footer a { color:#FFF; display:inline-flex;}
.footer a i { margin:9px 10px 0px 0px;}
.about_links h4, .links h4, .contact_links h4 { margin:0px 0px 20px; color:#FF5722; text-transform:uppercase;}
.about_links p { text-align:justify; line-height:20px;}
.links ul li { line-height:30px;}
.contact_links ul li { display:inline-flex; width:100%; line-height:30px;}
.contact_links ul li span { margin:8px 10px 0px 0px;}
.about_links ul li a:hover, .links ul li a:hover, .contact_links ul li a:hover { color:#FF5722;}
.bottom_bar { margin-top:20px; padding-top:10px; border-top:1px solid #ddd;} .bottom_bar a { color:#FF5722;}
.footer_social {
	margin-top:20px;
}
.footer_social ul li {
	display:inline-block;
	margin:2px;
}
.footer_social ul li a {
	border:1px solid #FF5722;
	background:#FF5722;
	color:#FFF;
	padding:5px;
	width:33px;
	display:inline-block;
	text-align:center;
}
.footer_social ul li a i { margin:0px !important;}
.footer_social ul li a:hover {
	background:transparent;
	color:#FFF;
}

/* CONTACT US */
.con_inner {
	padding:20px 15px;
	background:#FFF;
	box-shadow:0px 3px 5px #ddd;
	height: 255px;
}
.con_data h4 { margin:20px 0px 10px; font-size:16px;}
.con_data p { font-size:14px; line-height:25px; margin:0px;}

.contact_form {
	background:#f7f7f7;
	padding:20px;
}
.contact_form ul li {
	line-height:30px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	display: inline-flex;
	width: 100%;
	font-weight: 700;
}
.contact_form ul li:last-child { border-bottom:none;}
.contact_form ul li i { margin-right:10px; color:#FF5722; border:1px solid #ddd; padding:10px; font-size:15px; line-height:30px;}
/* CUSTOM */
.button, .button1 { 
	border:1px solid #FF5722; 
	padding:5px 15px; 
	border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-border-radius:0px; 
	background:#FF5722; 
	color:#FFF; 
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;
}
.button:hover { background:transparent; color:#FFF;}
.button1:hover, .button3:hover { background:transparent; color:#333;}
.button2 {
	border:1px solid #FF5722; 
	padding:5px 15px; 
	border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-border-radius:0px; 
	background:#FFF; 
	color:#333; 
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;	
}
.button2:hover { background:#FF5722; color:#FFF;}
.button3 {
	border:1px solid #424242; 
	padding:5px 15px; 
	border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-border-radius:0px; 
	background:#424242; 
	color:#FFF; 
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;
}
.contact_info ul li { line-height:25px; border-bottom:1px solid #ddd; padding:25px 0px; display:inline-flex; width:100%;}
.contact_info ul li:first-child { padding:10px 0px;}
.contact_info ul li i { margin:6px 10px 0px 0px; color:#FF5722;}
.trans {
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background:url('../images/to-top.png') no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sec_padding { padding:60px 0;}
.mT20 { margin-top:20px;}
.mT40 { margin-top:40px;}
.mB20 { margin-bottom:20px;}
.pL0 { padding-left:0px;}
.pR0 { padding-right:0px;}
.pD0 { padding:0px;}
@media only screen and (max-width:480px) {
	.navbar-brand { padding:15px 0px;}
	.navbar-brand img { width:250px;}
	.value_inner { min-height:auto;}
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}