body {
	margin:0px;
	border:0px;
	padding:0px;
	background:#FFF;
	color:#000;
	font-family: 'Roboto', sans-serif; 
}


.header, header {
	position: relative;
	margin: 0px;
	padding: 20px 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 42px;
	color: #fcba1e;
}

.flex-text {
	padding:0 0 5px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	
}

.flex-date {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 24px;
}

.home > main > div {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0 50px;
}

.home > main > div > ul {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	padding: 0;
}

.home > main > div > ul > li {
	list-style-type: none;
	margin: 0;
	width: 100%;
	background-color: #FFF;
	box-sizing: border-box;
	margin-bottom:30px;
}

.home > main > div > ul > li img {
	width: 100%;
	height: auto;
}

.rightTitle {
	float:left;
	margin-left:20px;
	margin-right: 20px;
	width: 160px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#fcba1e;
}

.item {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.image {
	width: 33.333%;
	display: inline-block;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	padding:2px;
	float: left;
}

.image img {
	display:block;
	width:100%;
}
	
.image a {
	display: block;
}
	
a.menu_item, nav a {
	font-family:'Roboto', sans-serif;
	text-decoration:none;
	font-weight: 100;
	font-size:18px;
	line-height: 50px;

}

a.menu_item.active, nav a.active {
	background-color: #666;
	cursor: default;
}

a.menu_item_right, aside a {
	font-family:'Roboto', sans-serif;
	text-decoration:none;
	font-weight: 100;
	font-size:18px;
}

.descHead, section.service header {
	display: block;
	width: 100%;
	font-size:24px;
	float: left;
	line-height: 32px;
	color:#666;
	font-weight:400;
	margin-bottom: 15px;
	padding:0
}

.about-text {
	padding:0 50px;
	text-align: left;
	font-weight: 300;
	font-family: helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

img.abt {
	width: 200px;
	height: auto;
	float: left;
	padding:0 20px 20px 0;
}

img.abt.right {
	float: right;
	padding: 0 0 20px 20px;
}

img.abt.full {
	width: 100%;
	padding: 0 0 20px 0;
}

p {
	margin-bottom:20px;
	clear: both;
}

.description, section.service {
	position: relative;
	display: inline-block;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:50px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height: 32px;
	color:#666;
	text-align:left;
	text-decoration: none;
	background: #F3F3F3;
	border:1px solid #D2D2D2;
	margin-bottom:10px;
}

 a.menu_item .fa, nav a .fa {
	position: absolute;
	right: 10px;
	line-height: 50px;
	color: #999;
	font-size: 1.6em;
}

.menu_button .fa, .menu_button_right .fa {
	font-size: 1.6em;
	color: rgba(0,0,0,0.3);
	cursor: pointer;
	line-height: 50px;
}

.descText .fa-stack, section.service .fa-stack {
	float: right;
	font-size: 4em;
}

.descText .fa-stack .fa-stack-2x, section.service .fa-stack .fa-stack-2x {
	line-height: 140px;
	font-size: 2em;
	color:#999;
}

.descText .fa-stack .fa-stack-1x, section.service .fa-stack .fa-stack-1x {
	line-height: 140px;
}

div#contact-area {
	position: relative;
	box-sizing: border-box;
	margin-top: 0px;
	float: left;
	font-weight: 300;
	width: 100%;
}

input.contactForm {
	position: absolute;
	width:100%;
	padding: 10px;
	padding-left: 130px;
	font-size: 21px;
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.contactForm {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px;
	font-size: 21px;
	line-height: 30px;
	padding-left: 130px;
	font-size: 21px;
	height: 400px;
	border-radius: 5px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactItem, #contact-area > div {
	position: relative;
	display: block;
	overflow: visible;
	float: left;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	color: #999;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.contactItem label {
	position: absolute;
	width: 100px;
	left: 0px;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	border: 0px solid #000;
	border-right: 1px solid #EEE;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input[name=submit] {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	border: 0px;
	padding: 0px;
	color: #FFF;
	margin-right: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	width: 30%;
	min-width: 80px;
	float: left;
	background-color: #444;
}

input[name=submit]:hover {
	background-color: #666;
}

.product {
	position:relative;
	display: inline-block;
	padding:0 50px;
	border:0px solid #FC3;;
	margin:0px;
	text-align:center;
	
}


.fb-feed {
width: 100%;
padding: 50px;
box-sizing: border-box;
}

.fb-update {
	display: inline-block;
	position: relative;
	width:100%;
	border:1px solid #CCC;
	margin-bottom: 20px;
	padding:10px;
	box-sizing: border-box;
}

.fb-update img {
	width: 100%; 
	box-sizing:border-box;
}

.fb-update .caption {
	padding:10px 20px 20px;
	font-size:21px;
	line-height: normal;
	font-family: times, serif;
	font-weight: 100;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	display: block;
	background-color: rgba(255,255,255,0.8);
	
}

.flex-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	font-weight: 300;
}

footer {
	display: inline-block;
	background-color: #222;
	position: relative;
	width: 100%;
	z-index: 1000;
	font-size: 12px;
	color: #FFF;
	font-weight: 300;
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	float: left;
}

footer .footer-links {
	display: inline-block;
	float: left;
	position: relative;
}

footer .social {
	display: inline-block;
	float: right;
	position: relative;
}

footer .social a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}

footer .footer-links a {
	color: #fcba1e;
	text-decoration: none;
}

footer .footer-links a:hover {
	text-decoration: underline;
}



footer .social a:hover {
	color: #fcba1e;
}

@media screen and (min-width: 1px) {

	.home > main > div {
		padding: 0 20px;
	}

	.about-text {
		padding: 0 20px;
	}
	
	header {
		padding: 20px;
	}

	section.service {
		padding: 20px;
	}

	.menu-back {
	 	height: 50px;
		width: 200px;
		position: fixed;
		top: 0px;
		left: -150px;
		overflow: hidden;
		background: transparent;
		transition: 0.2s all ease;
		z-index: 99;
	}
	
	.menu-back.open {
		left:0;
	}

	nav {
	 	height: 100%;
		width: 200px;
		left: -200px;
		position: absolute;
		top: 50px;
		overflow: hidden;
		background: #333;
		transition: 0.2s all ease;	
		z-index: 100;
		box-sizing: border-box;
	}
	 
	nav.open {
		 left:0px;
	}
	
	.product {
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
	}


.menu-back-right {
 	display: none;
	}

.menu-right, aside {
 	width: 100%;
	display: inline-block;
	padding: 20px 0;
	float: left;
	position: relative;
	background-color: #777;
	transition: 0.2s all ease;
	}
 	
 	.mainbody, main {
 	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 20px;
	transition: 0.2s all ease;
 	}
 	
 	.mainbody.left-in, main.left-in {
	 	left:201px;
 	}
 
 	.logo_horiz {
 display:block;
 position:fixed;
 top:0;
 right:0;
 left:0;
 text-align:center;
 height:50px;
 transition:0.2s all ease;
 background-color: #F3F3F3;
 border-bottom: 1px solid rgba(0,0,0,0.1);
 z-index: 101;
 }
 
 .logo_horiz.left-in {
	 left:200px;
 }
 
  .mainbody .image img, main .image img {
  	display: block;
 	width: 100%;
 }
 
 a.menu_item_right, aside a, aside h4 {
	display: inline-block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #888;
	font-weight: 300;
	color: #FFF;
	padding: 5px 20px;
	box-sizing: border-box;
	margin: 0;
 }
 
 div#contact-area {
	padding: 0 20px;
}

.menu_button {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.2s ease;
	z-index: 102;
}

.menu_button.active {
	background-color: rgba(0,0,0,0.1);
}

.menu_button.open {
	left:150px;
}

.menu_button_right {
	position:fixed;
	top:0px;
	right:0px;
	width:50px;
	height:50px;
	text-align: center;
	cursor: pointer;
	background-color: #676767;
	border-bottom: 1px solid #666;
	transition:all 0.2s ease;
}

.social
 		{
	display:none;
 	position:fixed;
 	bottom:0px;
 	left:0px;
 	}

a.menu_item, nav a {
 	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #666;
	height: 50px;
	color: #FFF;
	padding-left: 20px;
 }
 
 
 img.abt {
	 width: 100%;
	height: auto;
	float: left;
	padding: 0 20px 20px 0;
 }
 
 .item {
	 padding:0 20px;
 }
 
 footer .footer-links {
 	 width: 100%;
	 text-align: center;
	 padding:5px;
 }
 
 footer .social {
	 width: 100%;
	 text-align: center;
 }
 
 footer .social a {
	font-size: 50px;
	padding: 5px;
 }

}

@media screen and (min-width: 481px) {

	.home > main > div {
		padding: 0 50px;
	}
	
	 .menu-back {
	display:block;
 	height:100%;
 	width:200px;
 	position:fixed;
 	top:0px;
 	left:-150px;
 	overflow:hidden;
 	border-right:1px solid #444;
	background: #333;
	transition:0.2s all ease;
 }
 
 img.abt {
	width: 50%;
	height: auto;
	float: left;
	padding: 0 20px 20px 0;
}
 
 .about-text {
	padding: 0 50px;
}
div#contact-area {
	padding: 0 50px;
}
	
	  .menu, nav {
 	left: -150px;
 }
 
 header {
	 padding:20px 50px;
 }
 
 .item {
	 padding: 0 50px;
}


.menu-right, aside {
 	z-index: -1;
	box-sizing: border-box;
	padding: 50px 50px 50px 100px;
 }
 	
 	.mainbody, main {
 		padding-left: 50px;
 		box-sizing: border-box;
 		margin-bottom: 40px;
 	 }
 
   .mainbody .image img, main .image img {
   display: block;
 	width: 100%;
 }
 
 a.menu_item_right, aside a {
 	width: 100%;
 	padding: 5px 0;
 }
	.product {
		padding: 0 50px;
		width: 100%;
		box-sizing: border-box;
	}

 .rightTitle {
	 margin-left: 0;
	 margin-right: 0;
 }

.menu_button_right {
	position:fixed;
	top:0px;
	right:0px;
	width:50px;
	height:50px;
	cursor: pointer;
}


.social
 		{
	display:none;
 	position:fixed;
 	bottom:0px;
 	left:0px;
 	}

a.menu_item, nav a {
 	display:block;
 	width:180px;
 	border-bottom:1px solid #666;
 	height:50px;
	color:#FFF;
	padding-left:20px;
 }

}

@media screen and (min-width: 700px) {
	
	 .menu-back {
 	padding-top:180px;
 	height:100%;
 	width:200px;
 	position:fixed;
 	top:0px;
 	left:-150px;
 	overflow:hidden;
 	border-right:1px solid #444;
 	background: #333;
 }


.menu-back-right {
 	height: 100%;
	width: 200px;
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #777;
	display: block;
	z-index: -2;

 }


	.menu-right, aside {
	 	padding-top: 100px;
		height: 100%;
		position: absolute;
		width: 200px;
		top: 50px;
		right: 0px;
		padding: 20px 0;
	
	 }
	 
	 .rightTitle {
		 margin-left: 20px;
		 margin-right: 20px;
	 }
	
	a.menu_item_right, aside a {
		width: 100%;
		padding: 5px 20px;
}

 	
 	.mainbody, main {
		position: relative;
		font-size: 21px;
		font-weight: bold;
		font-family: "Roboto",helvetica,sans-serif;
		padding: 0;
		width: auto;
		margin-left: 51px;
		margin-right: 201px;
	}
 	
 	.home main {
	 	margin-right:0;
 	}
 
   .mainbody .image img, main .image img {
	   	display: block;
	 	width: 100%;
 	}
 	
 	img.abt {
	width: 200px;
	height: auto;
	float: left;
	padding: 0 20px 20px 0;
}
 	
.menu_button {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.menu_button_right {
	position:fixed;
	top:0px;
	right:150px;
	width:50px;
	height:50px;
	cursor: pointer;
}

.social
 		{
	display:none;
 	position:fixed;
 	bottom:0px;
 	left:0px;
 	}

a.menu_item, nav a {
 	display:block;
 	width:180px;
 	border-bottom:1px solid #666;
 	height:50px;
	color:#FFF;
	padding-left:20px;
 }
 
.menu_button_right {
	display: none;
}

footer .footer-links {
	display: inline-block;
	float: left;
	position: relative;
	width: auto;
}

footer .social {
	display: inline-block;
	float: right;
	position: relative;
	width: auto;
}

footer .social a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	padding:0;
}


 
}



@media screen and (min-width: 900px) {

	 .menu-back {
 	height:100%;
 	width:200px;
 	position:fixed;
 	top:0px;
 	left:0px;
 	overflow:hidden;
 	border-right:1px solid #444;
	background: #333;
	}
	
	
	 .menu, nav {
 	padding-top:100px;
 	height:100%;
 	width:200px;
 	position:absolute;
 	top:0px;
 	left:0px;
 	overflow:hidden;
 	border-right:1px solid #444;
	background: #333;
	}
	
	.menu-back-right {
 	height:100%;
 	width:200px;
 	position:fixed;
 	top:0px;
 	right:0px;
 	overflow:hidden;
 	background-color: #777;
 	border-left:1px solid #999;
	}
 
  .menu-right, aside {
 	padding-top:100px;
 	height:100%;
 	width:200px;
 	top:0px;
 	right:0px;
 	
	}

	.menu_container {
	display:block;
}

	.menu_button, .menu_button_right {
		display: none;
	}

 	
 	main {
		position: relative;
		font-size: 21px;
		font-weight: bold;
		font-family: "Roboto",helvetica,sans-serif;
		margin-left: 201px;
		margin-right: 201px;
		margin-top: 50px;

	} 	
 	.home main {
	 	margin-right:0;
 	}

 	.logo_horiz {
 position:fixed;
 top:0px;
 text-align:center;
 height:50px;
 }

   .mainbody .image img, main .image img {
   	display: block;
 	width: 100%;
 }

.menu_button {
	position:fixed;
	top:0px;
	left:150px;
	width:50px;
	height:50px;
	cursor: pointer;
}

.menu_button_right {
	position:fixed;
	top:0px;
	right:150px;
	width:50px;
	height:50px;
	cursor: pointer;
}

.social
 		{
	display:block;
 	position:fixed;
 	bottom:0px;
 	left:0px;
 	}

a.menu_item, nav a {
 	display:block;
 	width:180px;
 	border-bottom:1px solid #666;
 	height:50px;
	color:#FFF;
	padding-left:20px;
 }

}

  .menu img, nav img {
 	display:block;
 	float:right;
 	width:50px;
 	height:50px;
 	border:none;
 }
 
.social img {
 	width:24px;
 	height:24px;
 	float:left;
 	border:none;
 }
 
  a.menu_item:hover, a.menu_item_right:hover, nav a:hover, aside a:hover {
 	background:#666;
 	}
 
 .logo_horiz img {
 width:200px;
 height:50px;
 border:none;
 } 
 
 .mainbody a:hover img, main a:hover img {
 	opacity:0.7;
  	}

.menu_button img, .menu_button_right img {
	width:50px;
	height:50px;
	border:0px;
} 

br {
	clear: both;
}


aside {
	z-index: 2;
}

.menu-back-right {
 	z-index: -1
	}
	
	.flexslider {
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	transition: 0.5s all ease;
}