body
{
	padding: 0px;
	margin: 0px;
}
a,a:active,a:focus
{
	outline: none;
}
.menu-wrap
{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width:100%;
	display: table;
	transition:all 0.3s linear;
}

/* Always On Top Menu Start */
.f-nav
{ 
	z-index: 9999; 
	position: fixed;
	left: 0; 
	top: 0; 
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}
.f-nav .logo
{
	height: 60px;

}
.f-nav .collapse .nav li a
{
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
/* Always On Top Menu End */

.banner-wrap
{
	padding: 0px;
	margin: 0px;
}
.logo
{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 85px;
	transition:all 0.3s linear;
}
.custom-nav
{
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;

}
.collapse .nav li a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	transition:all 0.2s ease-in;
	color: #FFF;
}
.collapse .nav li a:hover,.navbar-nav .active-custom
{
	background-color: #C7081B;
}
.welcome-wrap
{
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	color:#333;
}
.welcome-wrap h3
{
	text-align: center;
}
.welcome-wrap .welcome-slog
{
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.home-service-wrap
{
	margin-bottom: 40px;
	padding-top:20px;
	width:85%;
}
.home-spl
{
	height: 250px;
	display: table;
}
.home-spl img
{
	height: auto;
	width:100%;
}
.home-spl h4
{
	text-align: center;
	color: #C7081B;
	font-family:Arial, Helvetica, sans-serif;
}
.home-spl p
{
	color:#666;
	text-align: center;
}
hr.fancy-line { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
}
.home-about
{
	width: 85%;
}
.home-about p
{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#666666;
}
.home-products-wrap
{
	background-color:#DDD;
	height:250px;
	text-align: center;
	display: table;
	width: 100%;
	background-image: url('../images/product-bg.jpg');
	background-attachment: fixed;
	background-position:center;
}
.home-product
{
	padding-top: 50px;
	padding-bottom: 50px;
	background:rgba(0,0,0,0.5);
	margin-bottom: 50px;
	margin-top: 15px;
	transition:all 0.3s ease-out;
	border-bottom: solid 2px #c7081b;
}
.home-product img
{
	border-radius:150px;
	border:solid 1px #d51a2d;
	width: 85%;
	transition:all 0.3s ease-in;
}
.home-product:hover,.home-product:hover img
{
	background: rgba(199,8,27,0.9);
	border-color:#F60;
}
.home-brands-wrap
{
	background-color: #F9F9F9;
	height: 170px;
	text-align: center;
	display: table;
	width: 100%;
	padding-top: 30px;
}
.home-brands img
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	-moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.5;
  

}
.home-brands img:hover
{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.footer-wrap
{
	height: 180px;
	background:url('../images/footer-bg.png');
	margin-top: 10px;
	padding-top: 10px;
	color: #EEE;
	display: table;
	width: 100%;
	padding-bottom: 10px;
}
.footer-wrap h4
{
	font-size: 11pt;
	font-weight: bold;
}
.quick-links
{
	padding-left:10px;
}
.contact-footer address
{
	padding: 0px;
	margin: 0px;
	color: #337ab7;
}
.footer-copy
{
	display: table;
	width: 100%;
	padding-top: 10px;
	height:40px;
	background-color: #111;
	text-align: center;
}
.footer-copy a 
{
	font-weight: bold;
	color: #F60;
}

/*Back To Top Style*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 30px;
    background: #C7081B;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    opacity: 0;
    font-weight: bold;
    outline: none;
}
#back-to-top:hover {
    background: #e9ebec;
    color: #C7081B;

}
#back-to-top.show {
    opacity: 1;
    width: 32px;
    height: 32px;
}
#content {
    height: 2000px;
}
/*Back To Top Style*/
/*Preloader*/
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../images/loading.gif') center no-repeat #FFF;
}
/*Preloader*/

.child-banner
{
	background-image: url("../images/child-banner.jpg");
	background-attachment: fixed;
	height: 280px;
	display: table;
	width: 100%;
}
.child-about
{
	width: 80%;
	padding-bottom: 20px;
}
.child-about
{
	font-family:arial;
	color:#666666;
	font-size: 11pt;
}
.address address
{
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10pt;
}
.address h4
{
	color: #000;
}
.address h5
{
	padding-top: 10px;
	color: #000;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 12pt;
}
.contact-field
{
	margin-top:8px;
	display: table;
	width: 100%;
}
.txtfield
{
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10pt;
}
.contact-field .textbox
{
	height: 28px;
	padding: 5px;
	border: none;
	border-bottom: solid 1px #CCC;
	background-color: #F1F1F1;
	transition:all 0.3s linear;
	width: 90%;
	
}
.textbox:focus,.textarea:focus 
{
	border-bottom: solid 1px #C7081B;
}
.textarea
{
	padding: 5px;
	border: none;
	border-bottom: solid 1px #CCC;
	background-color: #F1F1F1;
	transition:all 0.3s linear;
	width: 90%;
}
.button
{
	border:none;
	background-color: #e40000;
	border-radius:0px;
	border-bottom:solid 3px #ad0f1b;
	color: #FFF;
	transition:all 0.3s linear;
	width: 80px;
}
.button:hover
{
	color: #FFF;
	background-color: #333333;
}
.product-img
{
	padding: 5px;
	margin-bottom: 10px;
	display: table;

}
.product-img img
{
	border: solid 1px #CCC;
	border-radius:3px;
	width: 100%;
}
.about-desc img
{
	width: 90%;
	border: solid 1px #DDD;
}