html	{
	/*  background: #47280b;  */
	background-color: #fff!important;
	background-image: url(../images/shell/bg-body-fixed.jpg);
	background-attachment: fixed;
	background-position: center 120px;
	background-repeat: no-repeat;
	/*  background-size: 100% 100%;  */
	}
body	{
	color: 333;
	}	
a:link, a:visited	{
	 color: #d28126;
	 }
a:hover	{
	 color: #000;
	 }	
.fullContainer.hdr	{	
	/*  background: rgba(0,0,0,.10);  */
	}	
.fullContainer.footerArea	{
	color: #fff;
	text-transform: uppercase;
	/* background: #ab7d31; */
	background: #000;
	/* background: rgba(210, 129, 38, .9) url(../images/shell/bg-nav2.jpg) center center repeat-x; */
	border-top: 1px solid #666;
	}
#sticky_navigation	{
	background: #000;
	/*  background: rgba(210, 129, 38, .9) url(../images/shell/bg-nav2.jpg) center center repeat-x;  */
	}
.quote	{
	border-left: 5px solid #666;
	background: #fdfdfd;
	background: rgba(255,255,255,.95);
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	}
ul.bullet li:before	{
	color: #6a5f4b;
	}
a#toTop	{
	background: rgba(120,120,120, .75);
	color: #fff!important; 
	}
a:hover#toTop	{
	background: rgba(0,0,0, .5);
	}
h1,h2,h3,h4	{
	color: #333;
	margin: 0 0 10px 0;
	font-weight: 300;
	}
header h3	{
	color: #000;
	}
	
	
nav ul li a 	{
	color: #fdfdfd!important;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: 400!important;
	}
nav ul li a	{
	border: none!important;
	}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a	{
	background: #666;
	color: #fff!important;
	}
body.home #nav ul li.home a, 
body.our-company #nav ul li.our-company a,
body.services-products #nav ul li.services-products a,
body.photo-gallery #nav ul li.photo-gallery a,
body.recognition #nav ul li.recognition a,
body.contact-us #nav ul li.contact-us a	{
	background: #666;
/*  	background: rgba(0, 0, 0, .8);  */
	color: #fff!important;
	}	
	
	
/* FLOWY */
.flowy .overlayText	{
	position: absolute; 
	z-index: 2; 
	top: 0px; 
	left: 0px;
	right: 0px; 
	padding: 20px 30px; 
	background: rgba(0,0,0,.5);
	}
.flowy .overlayText	{
	background: rgba(0, 0, 0, .5)!important;
	}
.flowy h1, .flowy h2	{
	font-size: 2em; 
	line-height: 1.5;
	color: #fdfdfd;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	border: none!important;
	margin: 0!important;
	}
.flowy h1 a, .flowy h2 a	{
	color: tan;
	text-decoration: none;
	}
.magnify	{
	position: absolute; 
	z-index: 2; 
	bottom: 25px; 
	right: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	text-align: center;
	}
.magnify h1, .magnify h2	{
	font-size: 25px;
	}
.credits	{
	position: absolute;
	z-index: 1000; 
	bottom: 7px; 
	right: 30px;
	font-size: 14px;
	font-weight: 700;
	color: tan;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	}
.credits i	{
	font-weight: 400!important;
	}	

	