body {
	background: url(/wp-content/uploads/2020/04/Banner3.jpg) top center no-repeat #4b4c51;
	background-size: 100% auto;
	margin: 0px;
	width: 100%;
}

body.sub {
	background: url(/wp-content/uploads/2020/04/bg2.jpg) top center no-repeat #212121;
	background-size: 100% auto;
	margin: 0px;
}

#page {
	margin-top: 50px;
	padding-top: 300px;
}

#logo img {
	width: 90%;
	max-width: 600px;
}

#navigation {
	font-family: "Helvetica-Black", "Arial Black", "Arial";
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0px;
	background: url(/wp-content/uploads/2015/06/bg-nav.png);
}

	#navigation ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#navigation ul li {
		display: inline;
		margin: 0px 8px;

-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	}
	
	#navigation a {

-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;

		color: #ffffff;
		text-decoration: none;
	}
	
	#navigation a:hover {
		color: #ffcb06;
	}

#boxes {
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	padding: 10px 0px;
}

body.sub #boxes {
	background: url(/wp-content/uploads/2015/06/bg-nav.png);
}

	#boxes #box {
		display: inline-table;
		width: 30%;
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#boxes #box img {
		width: 100%;
		height: auto;
	}
	
	#boxes #box #caption {
		text-align: center;
		padding: 20px 0px;
		
		font-family: "Helvetica-Black", "Arial Black", "Arial";
		font-size: 20px;
		text-decoration: none;
	}
	
		#boxes #box a {

			-moz-transition: all .1s ease-in;
   			 -o-transition: all .1s ease-in;
    			-webkit-transition: all .1s ease-in;
   			transition: all .1s ease-in;

			text-decoration: none;
			color: #aaaaaa;
		}
		
		#boxes #box a:hover {
			color: #cde43c;
		}
		
	#boxes #box.ceramic #caption
	{
		
	}
	
	#boxes #box.industrial #caption
	{
		
	}
	
	#boxes #box.retail #caption
	{
		
	}

#content {
	background: url(/wp-content/uploads/2015/06/bg-nav.png);
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

	#content #wrap {
		width: 900px;
		padding: 5px 0px 35px 0px;
		margin: 0 auto;
	}
	
	#content #para
	{
		text-align: left;
	}
	
#footer {
	width: 100%;
	background-color: #000000;
	padding: 20px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.separator-doubled {
	display: none;
}
		
/* -- FONTS -- */

a {
	color: #ffffff;
}
	
a:hover {
	color: #ffcb06;
}

strong 
{
	color: #ffcb06;
}

h1
{
	text-align: center;
}

.highlight {
	font-family: Arial;
	font-size: 28px;
	line-height: 45px;
	color: #ffffff;
}


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

	#content #wrap {
		width: 90%;
	}

	#boxes #box {
		display: inline-table;
		width: 30%;
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	#boxes #box img {
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 600px) {

	#page {
		padding-top: 120px;
	}

	#boxes #box {
		display: inline-table;
		width: 30%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#boxes #box img {
		width: 100%;
		height: auto;
	}

	#navigation ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#navigation ul li {
		display: inline-table;
		width: 100%;
		margin: 0px 13px;
	}


}