* 
{
	box-sizing: border-box;
	font-family: Arial,Helvetica, sans-serif;	
}

.center
{
	text-align:center;

}

.bluetext 
{
	font-family: Helvetica, sans-serif;
}

.notice
{
    font-family: Helvetica, sans-serif;
    display: inline-block;
    font-size: 10px;
    text-align: center;
	width:98%;
	margin-left:0;
}

img
{
	max-width: 100%; 
	height: auto;
}

.content-box 
{
	padding-right:10px;
}

#header
{
	padding-left:15px;
}
.bodycontent_woprodbar
{
	font-size:13px;
	margin-left:16px;
	margin-right:16px;
}

.headerline
{
	margin-top:10px;
	padding-left:0px;
	font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.container
{	
	padding-top:10px;	
}

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

 .col-44,.col-50,.col-55, .col-70
 {
	float: left;
	margin-bottom:10px;	
 }

.col-44
{
	width:44%;	
}

.col-50
{
	width:50%;	
}
.col-55
{
	width:55%;	
}
.col-70
{
	width:70%;	
}


.iframe-container {
  position: relative;
  overflow: hidden;
  width: 98%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 20px;
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bodycontent_woprodbar form table .special{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


figure.projectsvg
{	
    margin-inline-start: auto;
    margin-inline-end: auto;	
	max-width:637px;
	margin:auto;
}

/*
.projectsvg .hover_group:hover {
  opacity: 1;
}
*/



@media only screen and (max-width: 725px) {
	.content-box , .linkbox,   .col-44,.col-50,.col-55, .col-70,  #slider, #slider .sliderInner
	{
		width:98%;		
	}	
	.navbar, .bodycontent, .bodycontent .prodbar
	{
		width:100%;
	}
			
	.header_rtlogoimg
	{
		width: 75%;
	}
	.header_rteastereggimg
	{
		width: 15%;
	}
	
	iframe
	{
		max-width: 100%; 		
	}
	
	
	
}
@media only screen and (max-width: 600px) {
	#slider, #slider .sliderInner 
	{		
		height: 150px;
	}
	
	
	.bodycontent_woprodbar form table td
	{		
	    display:block;
		width:100%;
		
	}
	.bodycontent_woprodbar form table td p
	{
		text-align:left;
	}
	
	.grid-table td
	{
		display:block;
	}

}

@media only screen and (max-width: 525px) {
	#slider, #slider .sliderInner 
	{		
		height: 125px;
	}
	
	
	
}

@media only screen and (max-width: 475px) {
	#slider, #slider .sliderInner 
	{		
		height: 110px;
	}
	.bluetext
	{
		font-size:14px;
	}
}

@media only screen and (max-width: 400px) {
	#slider, #slider .sliderInner 
	{		
		height: 90px;
	}	
	#header *
	{
		font-size:12px;
	}
}


