* {
	box-sizing: border-box;
}

#menu a {
	color: #fff;
}

#banner-1 img {
	height: 260px;
}

html {
	background-color: #eee;
	font-family: "Raleway";
}

#wrapper {
	width: 90%;
	background-color: #fff;
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
	  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

#top-bar {
	background-color: #303030;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
}

#top-bar p {
	float: left;
}
#top-bar p:last-child {
	float: right;
}

.group::after {
	content: "";
	display: table;
	clear: both;
}

#about-us img {
	  width: 40%;
  float: left;
  margin-right: 20px;
  border: 2px solid;
}



.blocks {
	float: left;
	width: 50%;
}

.blocks i, .blocks p:first-child, #logo, #top-blocks, #sidebar, #content, .fp-dt, #left-footer, #right-footer {
	float: left;
}

#logo, #logo img {
	width: 50%;
}

i {
	color: #303030;
}


#top-blocks {
	width: 44%;
	margin-left: 50px;
	margin-top: 8px;
}

.blocks i {
	margin-right: 10px;
}

.blocks p {
	font-size: 13px;
	margin-bottom: -12px;
	  margin-top: 8px;
}


#logo-header {
	padding: 22px 4px 15px;
}


#logo img {
	width: 500px;
}
#menu li {
	list-style: none;
	display: inline-block;
	margin-right: 50px;
}

#menu {
	background-color: #3595BF;
	padding: 15px 25px;
	font-size: 14px;
	color: #fff;
	border-bottom: 3px solid #297394;
	margin-top: -5px;
}

#sidebar {
	width: 25%;
	  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

#content {
	width: 75%;
}

.products-ken .fp-dt {
	border-right: 1px solid lightgrey;
	margin-bottom: 53px;
}

#sidebar p {
	background-color: #FFBB33;
	border-bottom: 3px solid #D69E2B;
	padding: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
}

#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 15px;
	font-size: 14px;
}

#banner-1 img {
	width: 100%;
}

#content {
	padding: 10px 0px 10px 10px;
}

#featured > p, form h2, #about-us h4 {
	background-color: #7dc50d;
	border-bottom: 3px solid #6BA60E;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}

.fp-dt {
	width: 22%;
	margin-right: 23px;
}

.fp-dt p {
	font-size: 14px;
}

#featured-products {
	text-align: center;
	padding: 20px 0;
}

form h2 {
	font-weight: 400;
}

form {
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}

input, textarea {
	margin: 5px;
	padding: 10px;
	width: 95%;
	font-size: 12px;
	color: #545454;
}


button, #send {
	background-color: #323131;
	color: #fff;
	padding: 8px 65px;
	border-color: none;
	font-size: 14px;
}

#send {
	background-color: #FFBB33;
}

#left-footer, #right-footer {
	width: 50%;
}

footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 5px solid green;
}

#left-footer li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
}
#left-footer p {
	margin-top: 5px;
	font-size: 12px;
}

#about-us p, #about-us ul li {
	font-size: 15px;
	line-height: 1.6;
	color: #4D4D4D;
}

#about-us ul {
	padding-left: 40px;
}

.fp-dt img {
	width: 80%;
}

.fp-dt button {
	color: #fff;
	padding: 8px 20px;
	font-size: 12px;
	background-color: #FFBB33;
	border: none;
	border: 1px solid #D69E2B;
}

.about {
	margin-top: -10px;
}

#right-footer img {
	width: 25%;
}

#right-footer {
	text-align: right;
}

#map-canvas {
        width: 100%;
        height: 300px;
}

#contact_us #name,#contact_us #email,#contact_us #number,#contact_us #subject{
	float: left;
	width: 49%;
}

#contact_us {
	margin: 10px auto 0;
	padding-bottom: 15px;
	text-align: left;
}

#contact_us textarea {
	width: 99%;
}

#contact_us input, #contact_us textarea {
	border: 1px solid lightgrey;
	border-radius: 3px;
}

.products-ken img {
	width: 60%;
	height: 150px;
}

.products-ken .fp-dt button {
	background-color: #7dc50d;
}

#brands {
	padding-left: 30px;
	text-align: center;
	margin-top: 40px;
}

#brands img {
	display: inline-block;
	width: 33%;
	margin-right: 80px;
	margin-bottom: 40px;
}

#brands img:last-child {
	width: 20%;
}

@media (max-width: 1176px) {
	#wrapper {
		width: 100%;
	}
	#sidebar {
		display: none;
	}
	#content {
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	#top-blocks {
		width: 100%;
		padding: 20px 0;
	}
}

@media (max-width: 820px) {
	#menu ul li {
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		padding: 10px;
	}

	#menu {
		padding: 15px 0 0;
		text-align: center;
	}


	.fp-dt {
		float: none;
		width: 80%;
		margin: 0 auto 25px;
	}

	#content {
		padding-left: 0;
	}

	#left-footer, #right-footer {
		float: none;
		width: 100%;
		text-align: center;
	}

	#right-footer img {
		width: 40%;
	}

	#logo {
		float: none;
		width: 100%;
		text-align: center;
	}

	#top-blocks {
		width: 100%;
		padding: 20px 0;
	}

	#contact_us #name,#contact_us #email,#contact_us #number,#contact_us #subject{
		float: none;
		width: 100%;
	}
}

@media (max-width: 680px) {
#logo img {
max-width: 100%;
}
	.blocks, i {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	#top-blocks {
		padding: 5px 0;
		margin-left: 0;
	}
		#banner-1 img {
		height: 120px;
	}

	#brands {
		text-align: center;
	}

	#brands img {
		width: 80%;
	}
}