.dBox{
	position:relative;
	top:0px;bottom:0px;left:0px;right:0px;
	display:table;
	float:left;
	width:100%;
}.dBox50{
	width:50%;
	display:table;
	float:left;
}.dBox25{
	width:25%;
	display:table;
	float:left;
}
.dBox_50Percent{
	width:50%;
	float:left;
	display:table;
}

.dBox_Padding_20{
	position:relative;
	display:table;
	float:left;
	padding:20px;
}

/*======================================================*/

		.dBox_50_TO_100{
			display:table;
			float:left;
			width:49%;
		}
		.SearchForm_Text_ChemicalSearch{
			padding-bottom:0px;
			width:100%;
			font-family:Roboto,sans-serif,arial;
			font-size:30px;
			font-weight:bold;
		}
 		@media only screen and (min-width: 1px){

			.dBox_50_TO_100{
				float:left;
				width:100%;
			}
			.SearchForm_alignment_LeftOrCenter{
				width:100%;
				text-align: center;
			}

		} @media only screen and (min-width: 700px){

			.dBox_50_TO_100{
				width:49%;
				float:left;
			}
			.SearchForm_alignment_LeftOrCenter{
				width:100%;
				text-align: left;
			}

		}



/*======================================================*/

.header_MicroLine{
	margin-top:0px;
	margin:0px;
	padding: 0px;
	list-style: none;
	font-family: arial;
	font-size:12px;
	text-align: center;
	background-color:#3a7cec;
	height:22px;
	width:100%;
}
.header_MicroLine_Tile50{
	width:50%;
	float:left;
	color:#ffffff;
}
.header_MicroLine_item{
	width:50%;
	float:left;
	color:#ffffff;
}
.header_MicroLine_item_padding{
	 padding:4px;
}
@media only screen and (min-width: 1px){/*--	S1-------------*/

	.header_MicroLine{
		height:42px;
	}
	.header_MicroLine_item{
		width:100%;
		float:left;
		color:#ffffff;
	}

} @media only screen and (min-width: 700px){/*	S3-------------*/

	.header_MicroLine{
		height:22px;
	}
	.header_MicroLine_item{
		width:50%;
		float:left;
		color:#ffffff;
	}
}

/*---------------------------------------------------------*/

.TileGrid{
	padding:0;
	margin-top:0;
	margin:0;
	width:100%;
	float: left;
	background-color:#3a7cec;
}

.tile_nav a{
	display:block;
	text-decoration: none;
	padding:8px;
	text-align: center;
	white-space:nowrap;
	font-size:14px;
	color: #ffffff;

}
.tile_nav a:hover{
	background: #ffffff;
	color:#3a7cec;
}

.tile_nav_borderA{
	border-left: 0px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
}
.tile_nav_borderB{
	border-left: 1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
}

.tile_nav_borderC{
	border-left: 0px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
}
/*--Dynamic Size--------------------*/
@media only screen and (min-width: 1px){/*-- Phone --*/

	.tile_nav{
		float: left;
		width:50%;
	};

} @media only screen and (min-width: 700px){/*-- Desktop --*/

	.tile_nav{
		float: left;
		width:16.66%;
		/*border: 1px solid #E8E8E8;*/
	};

	.tile_nav_borderA{
		border-left: 1px solid #E8E8E8;
		border-bottom:1px solid #E8E8E8;
	}
	.tile_nav_borderB{
		border-left: 1px solid #E8E8E8;
		border-bottom:1px solid #E8E8E8;
	}
	.tile_nav_borderC{
		border-left: 1px solid #E8E8E8;
		border-bottom:1px solid #E8E8E8;
	}
}
/*--END:Dynamic Size--------------------*/

/* Conflict with Parallax #DivLight{color:#00ff00;};*/
/*Conflict with Parallax  #DivLight:hover {background-color: #e8e8e8;color:#ffffff;};*/
/* OFF
	.button_1{
		background-color: #3a7cec;
	    border: 1px solid #3a7cec;
	    border-radius: 5px;
	    color: #fff;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 700;
	    padding: 11px 30px;
	    text-decoration: none;
	    text-transform: uppercase;
	    transition: .35s;
	}
*/

.button_1{
	background-color: #3a7cec;
	border: 1px solid #3a7cec;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 30px;
	text-decoration: none;
}


.fade-overly {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color:#ffffff;
	padding: 20px;
	height: 60%;
}

.fade-overly a{
	color:#ffffff;
}

		.section_HomepageThumbnailBanners{

			position:relative;
			display:table;
			float:left;

			background-image: url("../images/lab-glass-01_Fade40.jpg");
		    background-attachment: fixed;
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: cover;
			width:100%;

		}


		/*--Dynamic Size--------------------*/
		@media only screen and (min-width: 1px){/*-- Phone --*/
			.section_HomepageThumbnailBanners{
				display:none;
			}
		} @media only screen and (min-width: 700px){/*-- Desktop --*/
			.section_HomepageThumbnailBanners{
				display:table;
			}
		}


.section_Row_ListYourCompany{
	background-color: #000000;
	color:#ffffff;
	text-align: center;
	width:100%;
}

.section_NewSponsor_Countries{
	position:relative;
	display:table;
	float:left;

	background-image: url("../images/lab-glass-02.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

	width:100%;

	color:#000000;
	text-align: left;
	line-height: 20px;
}
.FadeLayer_Homepage_White{
	display:table;
	width:100%;
	background:rgba(255, 255, 255, 0.70);
}

.FadeLayer_Homepage_InTheSpotlight{
	display:table;
	color:#FFF;
	background:rgba(0, 0, 0, 0.7);
	width:100%;
}


		.section_ListYourCompany{
			position:relative;
			display:table;
			float:left;

			background-image: url("../images/lab-beaker.jpg");
		    background-attachment: fixed;
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: cover;

			width:100%;

			color:#fff;
			font-family: arial;
			font-size: 14px;
			text-align: left;
			line-height:1.5;
		}
		.section_ListYourCompany_Fade{
			display:table;
			width:100%;
			background:rgba(0, 0, 0, 0.85);
		}

.section_footer{
	position:relative;
	display:table;
	float:left;
	top:0px;bottom:0px;left:0px;right:0px;
	width:100%;
	background-color: #000000;
	color:#ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;

}
.section_footer a{
	color:#ffffff;



/* Possibly Obsolete -----------------------------------------------------*/

			.IMG100{
				width:100%;
				height:auto
			}
			.homeTable{
				right:0px;
				left:0px;
			}

			.IMGStructSearch{
				width:100%;
				height:auto;
				max-width: 800px;
			}


			@media only screen and (min-width: 1px){/*--	S1-------------*/
				.dBox50{	width:100%;}
				.dBox25{	width:50%;}
			} @media only screen and (min-width: 500px){/*	S2-------------*/
				.dBox50{	width:50%;}
			} @media only screen and (min-width: 700px){/*	S2-------------*/
				.dBox25{	width:25%;}
			}

			/* Desktop Only --------------*/
			@media only screen and (min-width: 1px){
				.DT_Only{
					position:relative;
					display:none;
					width:100%;
				}
			} @media only screen and (min-width: 700px){
				.DT_Only{
					position:relative;
					display:table;
					width:100%;
				}
			}

			/*--------------------------------*/

			.linkWhite{color:#fff;text-decoration:none}

/* END :Possibly Obsolete -----------------------------------------------------*/
