body{
	background:url(images/bg.png);
}
a:hover{
	text-decoration:none !important;
}
/*
	Nav
*/
.navbar-default {
	background-color: #fff;
	border: 0;
}
.navbar-default .navbar-brand {
	background: url(images/logo.png);
	height: 44px;
	width: 216px;
	margin: 20px 0;
	text-indent: -9999px;
}
.navbar-nav>li{
	border-right:1px solid #ccc;
}
.navbar-nav>li a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.navbar-nav>li a:hover{
	border-bottom:3px solid #fee3a8
}
.navbar-nav>li:last-child{
	border:0;
}
.navbar-right{
	margin-top: 42px;
}
/*
	Categories
*/
.cc{}
.cc img{
	float: left;
	height: 52px;
	width: 80px;
	margin-right: 10px;
}
.cc h2{
	float: left;
	width: 64%;
	font-size: 26px;
	margin: 0 0 10px;
}
.cc p{
	color:#c2c5c4;
	float:left;
	width:64%;
	font-size:12px;
}
.section1 h2{color:#fee3a8;}
.section2 h2{color:#c1e0b7;}
.section3 h2{color:#b8cdf5;}
.section4 h2{color:#ef717d;}
/*
	Products
*/
.products{}
.products .pro{
	text-align:center;
	margin-bottom:20px;
}
.products .pro img{
	display: block;
	margin: 10px auto 10px;
	height: 150px;
	width: 100%;
}
.products .pro h2{}
.products .pro p{}
/*
	Brands
*/
.brands{
	clear:both;
}
.brands a{}
.brands a img{
	margin: 0 18px;
	height: 71px;
	max-width: 89px;
}
/*
	Welcome
*/
.welcome{
	background:#f4f4f4;
	padding:10px 0;
}
.welcome img{
	float:left;
	border-radius:50%;
	width: 200px;
	height: 204px;
	margin-right:20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
/*.welcome img:hover{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
}*/
.welcome h2{
	float:left;
	width:80%;
	color:#9c9c9c;
}
.welcome p{
	float:left;
	width:80%;
	color:#000;
}
.slider{
	margin-bottom:20px;
}
/*
	Footer
*/
footer{
	padding:5px 0;
}
footer .copy{
	float: left;
	background: url(images/copy.png);
	height: 35px;
	width: 133px;
}
footer .top{
	float: right;
	background: url(images/top.png);
	height: 24px;
	width: 23px;
}
.footers{
  width:auto;
	  background:#2d2d2d;
	  margin-top:5px;
	  height:190px;
	  padding-top:10px;
	  padding-right:10px;
      color:#fff !important
}
.menu-footer-right{
  float:right;
  width:207px;
  margin:10px 10px 0;
}
.menu-footer-right:nth-child(3){
float: right;
width: 393px;
text-align: justify;
margin-right: 32px;
}
.menu-footer-right ul li{
	list-style:none;
}
.menu-footer-right ul a:hover {
	color: #fff;
	background: #141414;
	border-right: 2px solid #fff;
}
.menu-footer-right ul a {
	display: block;
	padding: 5px;
	color: #999 !important;
	border-bottom: 1px dotted #222;
	font-size: 11px;
	border-right: 2px solid #353535;
}
.menu-footer-right:nth-child(3) h1 {
	color: #999;
	font-size: 22px;
	margin: 0;
}
.menu-footer-right:nth-child(3) p {
	
	color: #999;
	font-size:13px;
}
.contact{
	background: #999999;
	padding: 2px;
	margin: 0 auto;
	display: block;
	width: 80px;
	text-align: center;
	color: #2d2d2d;
}
.menu-footer-right ul{
	margin-bottom:0;
	padding:0;
}
/*
	Page
*/
.page{}
.page h3{
	font: 21px GESSMedium;
	margin: 0;
	float: left;
	background: #478ED8;
	text-shadow: 1px 1px #000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.page .cont{
	background: #f1f1f1;
	padding: 20px;
	overflow:hidden;
	position: relative;
	clear: both;
}
.page .cont .in{
	background: #fff;
	padding: 10px;
	overflow: hidden;
	font:15px GESSMedium;
}
/*
	Content Us
*/
.contactus .form-group{
	float: left !important;
	padding-left: 0 !important;
}
.contactus .area{
	clear: both;
	float: none !important;
	padding-top: 20px;
	width: 100%;
}
.contactus .form-group label{
	float: left;
	font: 15px;
	line-height:27px;
	width: 111px;
	margin-right: 10px;
}
.contactus .form-group .form-control{
	float: left;
	width: 100%;
}
.contactus .area .form-control{
	float: left;
	height: 106px;
}
.contactus .submit{
	padding-top: 20px;
	float: none !important;
	width: 100%;
}
.contactus .submit  .btn{
	margin: 0 auto;
	display: block;
	background: #478ED8;
	color: #fff;
	font-size: 16px ;
}
.img{
	width: 450px;
	height: 250px;
	margin: 0 auto 20px;
}
.img img{
	width: 100%;
	height: 100%;
}