

/* required css */
@font-face {
    font-family: "Estrangelo Edessa";
    src: url("/fonts/estre.ttf") format("truetype");
}

html {
    margin: 0;
    padding: 0;
    background: #000000;
}

html {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1.4;
    font-size: 12px;
}

body {
	overflow-x: hidden;
}

.row {
	/* width: 300px; */
	width: 100%;
	margin: auto;		
}

.justifytext {
	text-align: left; 
}

a {
	color: #fe0d0d;
	/* font-weight: bold; */
	text-decoration: none;
}

a:active {
	color: #fe0d0d;
	/* font-weight: bold; */
	text-decoration: underline;
}

a:hover {
	color: #fe0d0d;
	/* font-weight: bold; */
	text-decoration: underline;
}

a:visited {
	color: #fe0d0d;
	/* font-weight: bold; */
	text-decoration: none;
}

#bannertextwrap {
	position: fixed;
	text-align: center;
	top: 100px;
	z-index: 2000;
	margin: 0;
	padding: 0;
}

#bannertext {
	background-size: 300px auto;
}

.contactblock {
	text-align: center;
}

.topspacer {
	background: #000000;
	height: 35px;
}

.topspacer-sm {
	background: #000000;
	height: 20px;
}

.innovationstext {
	max-width: 150px;
}		
.innovationstext {
	margin-bottom: -20px;
}
@media screen and (min-width: 400px){
	html{
	  font-size: 13px;
	}
	.rowx {
		width: 400px;		
	}	
	#bannertext {
		background-size: 400px auto;
	}		
}
@media screen and (min-width: 500px){
	html{
	  font-size: 14px;
	}
	.rowx {
		width: 460px;		
	}	
	#bannertext {
		background-size: 500px auto;
	}
	.topspacer {
		background: #000000;
		height: 55px;
	}
	.topspacer-sm {
		background: #000000;
		height: 25px;
	}
	.innovationstext {
		max-width: 200px;
	}								
}
@media screen and (min-width: 570px){
	html{
		font-size: 15px;
	}
	.rowx {
		width: 530px;		
	}	
	#bannertext {
		background-size: 570px auto;
	}		
}
@media screen and (min-width: 620px){
	html{
		font-size: 16px;
	}
	.rowx {
		width: 580px;		
	}
	.justifytext {
		text-align: justify; 
	}	
	#bannertext {
		background-size: 620px auto;
	}		
}
@media screen and (min-width: 680px){
	html{
		font-size: 17px;
	}
	.rowx {
		width: 640px;		
	}	
	#bannertext {
		background-size: 680px auto;
	}
	.topspacer {
		background: #000000;
		height: 75px;
	}
	.topspacer-sm {
		background: #000000;
		height: 35px;
	}
.innovationstext {
	max-width: 300px;
}		
					
}
@media screen and (min-width: 720px){
	html{
		font-size: 18px;
	}
	.rowx {
		width: 680px;		
	}
	#bannertextwrap {
		position: fixed;
		text-align: center;
		top: 100px;
		z-index: 2000;
		margin: 0;
		padding: 0;
	}	
	#bannertext {
		background-size: 720px auto;
	}		
}
@media screen and (min-width: 800px){
	html{
		font-size: 19px;
	}
	.rowx {
		width: 760px;		
	}	
	#bannertext {
		background-size: 800px auto;
	}
	.topspacer {
		background: #000000;
		height: 90px;
	}			
	.topspacer-sm {
		background: #000000;
		height: 45px;
	}
.innovationstext {
	max-width: 400px;
}		
		
}
@media screen and (min-width: 860px){
	html{
		font-size: 20px;
	}
	.rowx {
		width: 820px;		
	}	
	#bannertext {
		background-size: 860px auto;
	}
	.topspacer {
		background: #000000;
		height: 100px;
	}
	.topspacer-sm {
		background: #000000;
		height: 55px;
	}					
}
@media screen and (min-width: 920px){
	html{
		font-size: 21px;
	}
	.rowx {
		width: 880px;		
	}	
	#bannertext {
		background-size: 920px auto;
	}
	.topspacer {
		background: #000000;
		height: 110px;
	}
	.topspacer-sm {
		background: #000000;
		height: 60px;
	}					
}

@media screen and (min-width: 980px){
	html{
		font-size: 22px;
	}
	.row {
		width: 980px;		
	}
	#bannertextwrap {
		position: fixed;
		text-align: center;
		top: 120px;
		z-index: 2000;
		margin: 0;
		padding: 0;
	}	
	#bannertext {
		background-size: 980px auto;
	}	
	.contactblock {
		text-align: right;
	}	

	.topspacer {
		background: #000000;
		height: 140px;
	}
	.topspacer-sm {
		background: #000000;
		height: 60px;
	}		
}

@media screen and (min-width: 1025px){
	html{
		font-size: 23px;
	}
	.rowx {
		width: 980px;		
	}
	#bannertext {
		background-size: 980px auto;
	}		
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
}

.row {
	padding-top: 3em;
	padding-bottom: 3em;
}


/* custom css */
@keyframes fadeIn { 
	from { opacity: 0; } 
}

.animate-flicker {
	animation: fadeIn 1s infinite alternate;
}


#productsnavbarbg {
	width: 100%;
	background: #000000;
}

#productsnavbar {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:10px;
}

.productgrid {
	width: 100%;
	background-color: #000000;
	color: #000000;
	/* z-index: 2; */
}

.productgridintro {
	max-width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: -30px;
}

.returnlink {
	max-width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: -30px;
}


.productsbox {
	width: 100%;
	height: 170px;
	background-color: #ffffff;
	border: 8px solid #aaaaaa;
	/* border-radius: 25px; */
	padding: 4px;
	text-align: left;
	font-size: 1.0em;
	margin-bottom: 20px;
}

.productsboxhead {
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 105%;
}

.productpicture {
	height: 75px;
	width: auto;
}