.fullwidthMenu{
	/*width:100%;
	background: #ccc;*/
}
.navbar-header{
	/*margin: -38px 0 0 0;*/
}
.hoverElement:hover{
	background: rgb(58, 175, 62);
}
.hoverchangecolor:hover{
	color: #fff;
}
.navbar {
position: relative !important;
}
.navbar-brand{
	/*height: 90px !important;*/
}
.navbar-brand img{
	width: 250px;
}
.carousel-inner{
	height: 360px !important;
}
.placeholdText{
	padding: 10px;
	margin: 0px !important;
}
.placeholdText a{
	color: #fff !important;
}
.footerContent{
	margin: 0 4px 0 5px;
	min-height: 107px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: rgb(58, 175, 62) !important;
	/*color: #fff !important;*/
}
.nav>li>a:hover, .nav>li>a:focus{
	background: rgb(58, 175, 62) !important;
	/*color: #fff !important;*/
}

.product-largeimg{
	width:100%;
}

.applyBackgroundImage{
	background-image:url("../images/construction.png");
	background-repeat: no-repeat;
	height: 207%; 
}
.applyBackgroundImageIndex{
	background-image:url("../images/construction.png");
	background-repeat: no-repeat;
	height: 207%; 
}
.itemclass{
	height: 400px;
	margin-bottom: 15px;
}
.newProductMenuBlock img{
	height: 300px;
  	width: 100%; 
}
.categoryImage img{
	height: 350px;
  	width: 100%;
}
/*.main-image img{
	height: 540px;
}*/
.product img{
	height: 0%;
	/*width:0%;*/
}
.userMenu li a{
	/*color: #fff;*/
}
.
.navbar-default{
	background: #176 !important;
}
.navbar-default .navbar-nav>li>a
{
	color: #fff;
}
#homepageContent{
	margin-top:40px; 
}
.page-header{
	border-bottom: 1px solid #000 !important;
}
.itemBorder{
	border-bottom:1px solid #423594;
}
.itemHeading{
	background: #2c3e50;
    color: #fff;
    padding-top: 10px;
}
.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}
.table-bordered {
    border: 1px solid #eceeef;
}
/*.dropdown-menu{
	  min-width: 1000px !important;
	  padding: 20px 20px !important;
}*/
#dropdownLogo{
	background: rgb(58, 175, 62);
	margin: 46px 0 0 0;
}
#dropdownLogoInner{
	background: rgb(58, 175, 62);
	  margin: 46px 0 0 0;
}
.dropdown-menu{
	    min-width: 230px !important;
}
/*Media query*/

@media (max-width: 700px){

	.fullwidthMenu{
		/*width:107% !important;
		background: #FF69B4;*/
	}	
	.img-responsive{
		width:100%!important;
	}
	.footerContent{
		border:none !important;
	}
	.navbar-header{
		/*margin: 0 0 0 0 !important;*/
	}
	.navbar-toggle {
		  /*margin: 92px 0 0 0;*/
	}
	.userMenu{
	  margin: -38px 0 0 0;
	}
}
@media (max-width: 900px){
	.applyBackgroundImageIndex{
		height: 300px; 
	}
	.applyBackgroundImage{
		height: 300px; 
	}
}

