body {
	background-color: #f4f3ef;
}

#header {
	width:100%;
	max-width: 1500px;
	max-height: 614px;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: center;
	margin:auto;
}

.product {
	float:left;
}

.product img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.product a {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#2e2d2d;
}

.productup {
	margin:-100px 0 0 -150px;
}

.productdown {
	margin:-180px 0 0 -150px;
}

#address {
	position:absolute;
	background-color: rgba(255, 255, 255, 0.6);
	bottom:0px;
	left:40px;
	width:330px;
	height:440px;
	padding-top:30px;
}

#social {
	position:absolute;
	background-color: #588217;
	top:0px;
	right:0px;
	width:610px;
	height:65px;
	margin-right:0;
	padding-right:0;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#social a {
	text-decoration:none;
	color:#FFFFFF;
}

#social .row {
	margin:20px 0;
	padding-bottom:4px;
	border-bottom:1px solid #FFFFFF;
}

#address i {
	color:#588217;
}

#address button {
	width:160px;
	height:60px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.cataloguenav {
	text-decoration:none;
	color:#353535;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.companymenu {
	margin:20px 20px 20px 0;
	border:1px solid #e1e6d4;
}

.companymenu .item {
	padding:0px 0 4px 10px;
	margin:0;
	border-bottom:2px solid #e1e6d4;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	color: #333333;
	height:58px;
	cursor:pointer;
}

.companymenu .lastitem {
	border-bottom:0;
}

.companymenu a {
	display:block;
}

.companymenu .itemactive {
	background-color:#e7edde;
}

.companymenu .item:hover {
	background-color:#e7edde;
}

.companymenu .item .title {
	margin-top:10px;
}
.companymenu .item .itemarrow {
	background:#577f16;
	margin-right:0;
	height:58px;
	color:#FFFFFF;
	border-bottom:1px solid #e1e6d4;
}

.companymenu .item .readmore {
	font-size:11px;
	color:#636363;
}

.innercontent {
	padding-top:20px;
}

.innercontent ul {
	margin:0;
	padding:0 0 10px 10px;
}

.innercontent ul li {
	background: url('../images/innercontentli.png') no-repeat 7px 7px transparent;
    list-style-type: none;
	padding-bottom:10px;
	margin: 0;
	padding: 0px 10px 1px 34px;
	vertical-align: middle;
}

.innercontentbigtitlediv {
	padding:40px 0 30px 0;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:51px;
	font-weight:bold;
	color: #557311;
}

.innercontenttitlesmalldiv {
	padding:20px 0;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	border-bottom:2px solid #d8d8d8;
}

.innercontenttitlediv {
    background-image: url('../images/innercontent_title_bg.png');
    background-repeat: no-repeat;
    background-position: right;
	height:72px;
	padding-top:25px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #557311;
}

.innercontentdiv {
	border:2px solid #d1d3d2;
	-moz-border-radius: 6px; 
	border-radius: 6px;
}

.register {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
}

.registerinfo {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}

.newsletteremail  {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	background:#e5e6e6;
	font-style: italic;
	color:#a2a2a2;
}

.newslettersubmit  {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	background:#e5e6e6;
	color:#a2a2a2;
}

#footer1 {
	width:100%;
	max-width: 1500px;
	height: 114px;
	color:#FFFFFF;
    background-image: url('../images/footer1_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#footer1inner {
	width:100%;
	max-width: 1500px;
	height: 114px;
}

#service {
	width:190px;
	height: 170px;
	float:left;
}

.container {
	position:relative;
}

.opaque {
  background: #CCC;
  filter: alpha(opacity=56);
  /* IE */
  -moz-opacity: 0.56;
  /* Mozilla */
  opacity: 0.56;
}

#contact_top {
	position:absolute;
    top: 0px;
    right: 0px;
	width:330px;
	height:35px;
	background-color:#FFFFFF;
	margin-right:15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:35px;
}

#flags {
	position:absolute;
    top: 10px;
    left: 30px;
	width:80px;
	height:14px;
	margin-left:15px;
}

.flag {
	float:left;
	margin-right:3px;
	width:16px;
	height:14px;
}

#logo_menu {
	position:absolute;
    top: 55px;
    left: 15px;
	width:960px;
	height:66px;
}

#logo {
	float:left;
	width:441px;
	height:66px;
}

#menu {
	float:left;
	width:519px;
	height:66px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li {
	width:85.6px;
	float:left;
	text-align:center;
	background-color: #557311;
	height:66px;
	line-height:66px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	cursor:pointer;
	margin: 0;
}

#menu ul li.divider-vertical {
	height: 66px;
	width: 1px;
	background: url("../images/menuseparator.png") left center no-repeat;
}

#menu li a {
	text-decoration:none;
	color:#FDFDFD;
	margin: 0px;
	display: block;
	width: 100%; 
	height: 100%;
}

.footer {
	color:#6e6e6e;
	margin-bottom:40px;
}

.menufooter a {
	text-decoration:none;
	color:#6e6e6e;
}

#menu ul li.active, #menu ul li:hover {
	background-color: #7fb636;
	font-weight:bold;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 0px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {

		position: absolute;
		bottom: 10px;
		left: 60%;
		z-index: 15;
		width: 59%;
		padding-left: 0;
		margin-left: -30%;
		text-align: center;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.carousel-control .glyphicon-chevron-right:before {
   content: " ";
   display:block;
   background:url('../images/rightarrow.png') no-repeat;
   width:43px;
   height:43px;
}

.carousel-control .glyphicon-chevron-left:before {
   content: " ";
   display:block;
   background:url('../images/leftarrow.png') no-repeat;
   width:43px;
   height:43px;
}


@media screen and (min-width: 992px) {
	.container {
		max-width: 990px;
	}

}

@media screen and (max-width: 990px) {
	#header {
		 background-image:none;
	}
	
	#logo_menu {
		width:600px;
		height:48px;
		top: 0px;
	}
	
	#logo {
		width:270px;
		height:40px;
	}
	
	#menu {
		width:600px;
	}
	
	#footer1 .container {
		width:0;
		height:0;
		visibility:hidden;
	}
	
	.itemarrow {
		width:0;
		height:0;
		visibility:hidden;
	}

}

@media screen and (max-width: 600px) {
	
	#contact_top {
		width:140px;
		height:70px;
	}
	
	#logo_menu {
		width:220px;
		height:33px;
	}
	
	#logo {
		width:220px;
		height:33px;
	}
	
	#menu {
		width:350px;
	}
	
	#menu ul li {
		clear:both;
		height:33px;
		line-height:33px;
	}
	
	#menu ul li.divider-vertical {
		height:0;
		width:0;
	}
	
	#newsletter div {
		line-height:40px;
	}

}

@media screen and (max-width: 400px) {
	
	#menu {
		width:200px;
	}
	
	#menu ul li {
		height:24px;
		line-height:24px;
	}
	
	#logo_menu {
		width:110px;
		height:16px;
	}
	
	#logo {
		width:110px;
		height:16px;
	}

}