/*Top Bar*/
body {
	margin: 0px;
	font-family: Lato;	
}
a {text-decoration: none;}
#topbar_container {
	width: 100%;
	height: 100px;
	position: fixed;
	background: black;
	z-index: 999;
	top: 0px;

}
#menu {
	display: none;
}
#baymetalslogo {
	display: inline-block;
	margin: 10px;
	float: left;
}

#topfirst {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#directorybar {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.directory {
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
.directory1 {
	color: gray;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
.directory:hover {
	color: gray;
}
.directory1:hover {
	color: gray;
}

#baymetalslogo_home {
	display: inline-block;
	margin: 10px;
	float: left;
}

#directorybar_home {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.directory_home {
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
.directory1_home {
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
.directory_home:hover {
	color: gray;
}
.directory1_home:hover {
	color: gray;
}
#logoimg_home {
	width: 230px;
	height: 80px;
	margin-left: 0px;
}
#topimg_container {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#topimg {
	width: 100%;
}
#topdivider {
	width: 100%;
	background-color: black;
}
#endingdivider {
	width: 100%;
	height: 20px;
	background-color: black;
}

/*Page*/
#page_container {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#subpage {
	width: 1000px;
}
#page1 {
	width: 100%;
}
#page_title {
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
}
#page_title2 {
	font-size: 30px;
	margin-top: 15px;
	text-align: center;
}
#page_title3 {
	font-size: 30px;
	margin-top: -23px;
	text-align: center;
	margin-bottom: 20px;
}
#page_title4 {
	font-size: 30px;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 20px;

}
#logoimg {
	width: 230px;
	height: 80px;
	margin-left: 0px;

}

/*Home*/


#landing {
	overflow: hidden;
	height: 100%;
	background: url(../img/home_page.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#topbar_container_home {
	width: 100%;
	height: 100px;
	position: fixed;
	background: black;
	z-index: 999;
	top: 0px;
}
#topfirst_home {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#home_page_container {
	position: relative;
	top: 100px;
	width: 100%;
	margin: auto;
	opacity: 1;
}

#priority_announcement_container {
	/**FOR URGENT ANNOUNCEMENTS; NORMALLY HIDDEN**/
	position: fixed;
	background-color: rgba(96, 96, 96,0.8);
	width: 100%;
	margin: auto;
	padding: 10px;
	z-index: 999;
	opacity: 0; /**TOGGLE BETWEEN 0 AND TO HIDE AND DISPLAY**/
}
#priority_statement {
	font-size: 25px;
	color: white;
	font-weight: 100;
	text-align: center;
}
#announcement_container {
	position: fixed;
	width: 100%;
	margin: auto;
	z-index: 999;
}

/* FOR OLD TABLE
#home_block_row {
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 80px;
	color: white;
	font-weight: lighter;

}
#home_block_1 {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	
}
#home_text {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	
}
#home_block_spacer {
	width: 100%;
	height: 2px;
	background-color: white;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}
#home_block_2 {
	display: none;
}

#home_block_3 {
	text-align: left;
	width: 30%;
	margin-left: 13%;
	display: inline-block;
	vertical-align: top;
}
#home_block_3-1 {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
#home_block_3-2 {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}
#home_block_4 {
	width: 100%;
	margin-top: 100px;
	font-size: 16px;
}
#home_block_4-1 {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: left;
	margin-left: 10px;
}
#home_block_4-2 {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	text-align: left;
	margin-left: 0px;
}
#home_block_4-3 {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	text-align: left;
	margin-left: 0px;
}
#home_text1 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bolder;
	letter-spacing: 1.5px;
}
#home_text2 {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
	color: black;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: 200;
}
#home_text2:hover {
	color: gray;
}
#home_text3 {
	width: 100%;
	text-align: center;
	top: 6px;
	padding: 0px;
	margin-top: 8px;
}

#home_text4 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bolder;
	letter-spacing: 1.5px;
	text-align: center;
}
#more_products {
	display: inline-block;
	position: relative;
	border-style: solid;
	border-width: 2px;
	width: 100px;
	height: 85px;
	margin-right: 35px;
	margin-top: 15px;
	vertical-align: top;
	padding: 15px;
	border-radius: 3px;
	color: white;
	font-weight: 400;
	top: -45px;
	float: right;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#more_products:hover {
	background-color: white;
	color: black;
	font-weight: bold;
}


#background_opaque {
	position: relative;
	background-color: black;
	width: 100%;
	margin: auto;
	opacity: .55;
	top: 0px;
	height: 100vh;
}
*/

.parallax-section {
    position: relative;
    height: 100vh; /* Full viewport height for parallax sections */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Hide overflowing content */
}

.parallax-bg-1 {
    background-image: url(../img/GALV_RACK4.jpg); 
    background-size: cover;
    background-position: center;
}

.parallax-bg-2 {
    background-image: url(../img/WAREHOUSE3.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    text-align: center;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0px;
}

.normal-section {
    /*
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #333;
    */
    height: 50vh;
    background-color: #f0f0f0;
    color: #333;
    display: relative;
    overflow: hidden;

}
.normal-section-content {
    /*text-align: center;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0px;
    */
    position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 60px;
	color: black;
	font-weight: lighter;
	padding-left: 40px;
	padding-right: 40px;
}

#hometext1 {
	color: white;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
#hometext2 {
	color: white;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 10px;
}
#hometext3 {
	color: black;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
}
#hometext4 {
	color: black;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 1.5;
}

.parallax-bg-2 {
    background-image: url(../img/WAREHOUSE3.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/*Company Page*/
#company_box {
	width: 100%;
	height: 275px;
	overflow: hidden;
	margin-top: 30px;
}
#company_box1 {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 30px
}
.company_pic1 {
	width: 100%;
}
.company_pic2 {
	width: 48%;
	height: 100%;
	display: inline;
	overflow: hidden;
	float: left;
}
.company_pic3 {
	width: 48%;
	height: 100%;
	display: inline;
	overflow: hidden;
	float: right;
}
#company_pic2 {
	width: 100%;
	height: 100%;
	display: inline;
	overflow: hidden;
	float: left;
}
#company_pic3 {
	width: 100%;
	height: 100%;
	display: inline;
	overflow: hidden;
	float: right;
}
#company_info {
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
}

/*Products Page*/
#product_container_row {
	position: relative;
	width: 1000px;
	margin-top: 45px;
	margin-bottom: 45px;
	display: block;
}
#product_container {
	display: inline-block;
	width: 320px;
	height: 220px;
	overflow: hidden;
}
#product_container2 {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 220px;
	margin-right: 15px;
	text-decoration: none;
	overflow: hidden;
}
#product_container3 {
	display: inline-block;
	width: 320px;
	height: 240px;
	overflow: hidden;
}
#product_space {
	width: 13px;
	display: inline-block;
}

#productimg_vertical:hover {
	opacity: 1;
	-moz-transform: scale(1.025);
 	-webkit-transform: scale(1.025);
  	transform: scale(1.025);
}
#productimg_horizontal:hover {
	opacity: 1;
	-moz-transform: scale(1.025);
 	-webkit-transform: scale(1.025);
  	transform: scale(1.025);
}
#productname_frame {
	height: 220px;
	width: 320px;
	position: absolute;
	overflow: hidden;
}
#productname_container {
	height: 20%;
	width: 320px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.825);
	position: absolute;
	overflow: hidden;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#productname_container2 {
	height: 30%;
	width: 320px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.825);
	position: absolute;
	overflow: hidden;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#productname {
	text-align: center;
	font-size: 20px;
	color: white;
	margin-top: 8px;
}
#productname2 {
	text-align: center;
	font-size: 20px;
	color: black;
	margin-top: 220px;
	position: relative;
}
#productsubdivider {
	height: 12px;
}
#productsubname {
	text-align: center;
	font-size: 20px;
	color: white;
	margin-top: 8px;
	font-weight: lighter;
}
#productclick {
	text-align: center;
	font-size: 11px;
	color: white;
	margin-top: 8px;
	font-weight: lighter;
}
#productimg_container {
	height: 220px;
	width: 320px;
	margin-top: unset;
	overflow: hidden;
	position: absolute;
	opacity: 1;
}
#productimg {
	opacity: 1;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.usewidth {
	width: 100%;
}
.useheight {
	height: 100%;
}
#productimg:hover {
	opacity: 1;
	-moz-transform: scale(1.025);
 	-webkit-transform: scale(1.025);
  	transform: scale(1.025);
}

#productimg_vertical {
	height: 100%;
	opacity: 1;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#productimg_horizontal {
	width: 100%;
	opacity: 1;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}


#products_subpage_title {
	color: black;
	display: inline-block;
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
	text-decoration: none;
}
#products_subpage_title2 {
	color: black;
	display: inline-block;
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
	text-decoration: none;
}
#products_subpage {
	font-size: 25px;
	display: inline-block;
	text-decoration: none;
	color: black;
}
#products_subpage2 {
	font-size: 25px;
	display: inline-block;
	text-decoration: none;
	color: black;
}
#products_subpage3 {
	font-size: 25px;
	display: inline-block;
	text-decoration: none;
	color: black;
}
#products_subpage_container {
	height: 30px;
	display: inline-block;
	vertical-align: 1px
}
#products_subpage_container2 {
	height: 30px;
	display: inline-block;
	vertical-align: 1px
}

/*Aluminium Casting Design*/
#acd_row_container {
	width: 1000px;
	height: 400px;
	display: block;
	margin-top: 35px;
}
#acd_container {
	width: 185px;
	height: 400px;
	display: inline-block;
	cursor: pointer;
}
#acd_img_container {
	width: 185px;
	height: 400px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#acd_img_container:hover {
	opacity: 1;
}
#acd_space {
	width: 10px;
	height: 400px;
	background-color: white;
	display: inline-block;
}

#acd_space3 {
	width: 13px;
	height: 400px;
	background-color: white;
	display: inline-block;
}
#acd_space5 {
	width: 11px;
	height: 100px;
	background-color: white;
	display: inline-block;
}
#acd_img {
	height: 100%;
	width: 100%;
}
#acd_description_container {
	position: absolute;
	width: 185px;
	height: 400px;
	background-color: black;
	opacity: .75;
	display: none;

}
#acd_description {
	text-align: center;
	width: 185px;
	color: white;
	position: relative;
	top: 100px;
}

.acd_name {
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 15px;
}
.acd_name_2 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 12px;
}
.acd_info_divider {
	height: 1px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 15px;
}
.acd_info_divider2 {
	height: 1px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 15px;
}
.acd_info {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px
}
#acd_container_3 {
	width: 319px;
	height: 400px;
	display: inline-block;
	cursor: pointer;
}
#acd_img_container_3 {
	width: 319px;
	height: 400px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#acd_img_container_3:hover {
	opacity: 1;
}

#acd_img_3 {
	height: 100%;
	width: 100%;
}
#acd_description_container_3 {
	position: absolute;
	width: 319px;
	height: 400px;
	background-color: black;
	opacity: .75;
	display: none;

}
#acd_description_3 {
	text-align: center;
	width: 319px;
	color: white;
	position: relative;
	top: 100px;
}
#acd_row_container_2 {
	width: 1000px;
	height: 200px;
	display: block;
	margin-top: 35px;
}
#acd_row_container_2b {
	width: 1000px;
	height: 200px;
	display: block;
	margin-top: 35px;
}
#acd_space_2 {
	width: 13px;
	height: 200px;
	background-color: white;
	display: inline-block;
}
#acd_container_2 {
	width: 319px;
	height: 200px;
	display: inline-block;
	cursor: pointer;
}
#acd_img_container_2 {
	width: 319px;
	height: 200px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#acd_img_container_2:hover {
	opacity: 1;
}

#acd_img_2 {
	width: 100%;
}
#acd_description_container_2 {
	position: absolute;
	width: 319px;
	height: 200px;
	background-color: black;
	opacity: .75;
	display: none;
}
#acd_description_2 {
	text-align: center;
	width: 319px;
	color: white;
	position: relative;
	top: 40px;
}
#acd_description_4 {
	text-align: center;
	width: 319px;
	color: white;
	position: relative;
	top: 20px;
}
#acd_container_5 {
	width: 235px;
	height: 235px;
	display: inline-block;
	cursor: pointer;
}
#acd_img_container_5 {
	width: 235px;
	height: 235px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#acd_img_container_5:hover {
	opacity: 1;
}
#acd_img_5 {
	width: 100%;
	height: 100%;
}
#acd_description_container_5 {
	position: absolute;
	width: 235px;
	height: 235px;
	background-color: black;
	opacity: .75;
	display: none;
}
#acd_description_5 {
	text-align: center;
	width:235px;
	color: white;
	position: relative;
	top: 50px;
}
#acd_row_container_5 {
	width: 1000px;
	height: 235px;
	display: block;
	margin-top: 35px;
}

/*Baluster*/
#baluster_row_container {
	width: 1000px;
	height: 450px;
	display: block;
	margin-top: 35px;
}
#baluster_row_container1 {
	width: 1000px;
	height: 450px;
	display: block;
	margin-top: 35px;
}
#baluster_container {
	width: 140px;
	height: 450px;
	display: inline-block;
	cursor: pointer;
}
#baluster_img_container {
	width: 140px;
	height: 450px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#baluster_img_container:hover {
	opacity: 1;
}
#baluster_space {
	width: 23px;
	height: 450px;
	background-color: white;
	display: inline-block;
}
#baluster_img {
	height: 100%;
	width: 100%;
}
#baluster_description_container {
	position: absolute;
	width: 140px;
	height: 450px;
	background-color: black;
	opacity: .75;
	display: none;

}
#baluster_description {
	text-align: center;
	color: white;
	position: relative;
	top: 0px;
}

.baluster_name {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 15px;
}

.baluster_info_divider {
	height: 1px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 15px;
}
.baluster_info {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 5px
}

/*Floral*/
#floral_row_container { /*delete*/
	width: 1000px;
	height: 350px;
	display: block;
	margin-top: 40px;
}
#floral_container { /*delete*/
	width: 225px;
	height: 350px;
	display: inline-block;
	cursor: pointer;
}
.floral {
	height: 350px;
	width: 225px;
}
.floral_height {
	height: 440px; /*add 90px*/
}
.floral_width {
	width: 225px;
	margin-right: 10px;
	margin-left: 10px;
}
.longhor {
	height: 200px;
	width: 319px;
}
.longhor_height {
	height: 290px; /*add 90px*/
}
.longhor_width {
	width: 319px;
	margin-right: 5.5px;
	margin-left: 5.5px;
}
#longhor_name {
	font-size: 20px;
	position: relative;
	top: 230px; /*add 30px to img height*/
	height: 500px;
}
/*FOR BALLUSTERS 6 PER ROW*/
.longvertext {
	height: 450px;
	width: 140px;
}
.longvertext_height {
	height: 540px; /*add 90px*/
}
.longvertext_width {
	width: 140px;
	margin-right: 11px;
	margin-left: 11px;
}
#longvertext_name {
	font-size: 20px;
	position: relative;
	top: 480px; /*add 30px to img height*/
	height: 500px;
}
/*FOR ALUMINUM CASTINGS 5 PER ROW*/
.longvertext5 {
	height: 400px;
	width: 185px;
}
.longvertext5_height {
	height: 490px; /*add 90px*/
}
.longvertext5_width {
	width: 185px;
	margin-right: 5.5px;
	margin-left: 5.5px;
}
#longvertext5_name {
	font-size: 20px;
	position: relative;
	top: 430px; /*add 30px to img height*/
	height: 400px;
}
/*FOR ALUMINUM CASTINGS 3 PER ROW*/
.longvertext3 {
	height: 400px;
	width: 319px;
}
.longvertext3_height {
	height: 490px; /*add 90px*/
}
.longvertext3_width {
	width: 319px;
	margin-right: 5.5px;
	margin-left: 5.5px;
}
#longvertext3_name {
	font-size: 20px;
	position: relative;
	top: 430px; /*add 30px to img height*/
	height: 400px;
}

#floral_img_container { /*delete*/
	width: 225px;
	height: 350px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#floral_img_container:hover { /*delete*/
	opacity: 1;
}
#floral_space {
	width: 25px;
	height: 350px;
	background-color: white;
	display: inline-block;
}
#floral_img {
	height: 100%;
	width: 100%;
}
#floral_description_container {
	position: absolute;
	width: 225px;
	height: 350px;
	background-color: black;
	opacity: .75;
	display: none;

}
#floral_description {
	text-align: center;
	width: 100%;
	color: white;
	position: relative;
	top: 30px;
}

#floral_name {
	font-size: 20px;
	position: relative;
	top: 380px; /*add 30px to img height*/
	height: 500px;
}

.floral_info_divider {
	height: 1px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 15px;
}
.floral_info {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px
}

/*Sheet Metal*/
#tubing_sheet_metal_title {
	font-size: 20px;
	color: black;
	margin-top: 35px;
	text-align: center;
}
#table_sheet_metal {
	margin-top: 25px
}

/*Gate Operator*/
#op_row_container {
	width: 1000px;
	height: 400px;
	display: block;
	margin-top: 25px;
}
#op_row_container2 {
	width: 1000px;
	height: 400px;
	display: block;
	margin-top: 35px;
}
#op_row_container3 {
	width: 1000px;
	height: 285px;
	display: block;
	margin-top: 25px;
}
#op_container {
	width: 235px;
	height: 400px;
	display: inline-block;
}
#op_container3 {
	width: 235px;
	height: 285px;
	display: inline-block;
}
#op_container4 {
	position: relative;
	top: 20px;
	width: 235px;
	height: 285px;
	display: inline-block;
}
#op_img_container {
	width: 235px;
	height: 350px;
	overflow: hidden;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
#op_img_container3 {
	width: 235px;
	height: 235px;
	overflow: hidden;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

#op_img {
	width: 100%;
	height: 100%;
}
#op_description_container {
	width: 235px;
	height: 50px;
	background-color: white;
	margin-top: 10px;
}
.op_name {
	font-size: 20px;
	color: black;
	text-align: center;
}
#op_space {
	display: inline-block;
	width: 10px;
}

/*Locks and Bolt*/
.lab_name {
	font-size: 17px;
	color: black;
	text-align: center;
}
#lab_container {
	width: 235px;
	height: 285px;
	display: inline-block;
	position: relative;
	top: -21px;
}

/*Hardware*/
#hard_row_container {
	width: 1000px;
	height: 285px;
	display: block;
	margin-top: 35px;
}
#hard_container {
	width: 235px;
	height: 285px;
	display: inline-block;
	cursor: pointer;
}
#hard_img_container {
	width: 235px;
	height: 235px;
	overflow: hidden;
	opacity: .85;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#hard_img_container:hover {
	opacity: 1;
}
#hard_space {
	width: 10px;
	background-color: white;
	display: inline-block;
}
#hard_img {
	height: 100%;
	width: 100%;
}
#hard_description_container {
	position: absolute;
	width: 235px;
	height: 235px;
	background-color: black;
	opacity: .75;
	display: none;
}
#hard_description {
	text-align: center;
	width: 235px;
	color: white;
	position: relative;
}
#hard_description2 {
	text-align: center;
	width: 235px;
	color: white;
	position: relative;
	top: 20px;
}
#hard_description3 {
	text-align: center;
	width: 235px;
	color: white;
	position: relative;
	top: 40px;
}
#hard_name {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	top: 250px;
}

.hard_info_divider {
	height: 1px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 3px;
}
.hard_size {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 4px
}
.hard_info {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 3px
}

.hard_size2 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px
}
.hard_info2 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 5px
}
#hard_space {
	width: 10px;
}


/*Paint and Thinner*/
#pat_row_container {
	width: 1000px;
	height: 310px;
	display: block;
	margin-top: 35px;
}
#pat_container {
	width: 310px;
	height: 310px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-right: 30px;
}
#pat_container_2 {
	width: 310px;
	height: 310px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
#pat_img_container {
	width: 310px;
	height: 310px;
	overflow: hidden;
	opacity: .9;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#pat_img_container:hover {
	opacity: 1;
}
#pat_img {
	height: 100%;
	width: 100%;
}
#pat_description_container {
	position: absolute;
	width: 310px;
	height: 310px;
	background-color: black;
	opacity: .75;
	display: none;
}
#pat_description {
	text-align: center;
	width: 310px;
	color: white;
	position: relative;
	top: 30px;
}
#pat_description_2 {
	text-align: center;
	width: 310px;
	color: white;
	position: relative;
	top: 110px;
}
#pat_name {
	font-size: 20px;
	margin-bottom: 15px;
	top: 320px;
	position: relative;
}
#pat_info {
	font-size: 15px;
	font-weight: 300;
	color: white;
	margin-bottom: 5px;
}
#pat_info2 {
	font-size: 19px;
	font-weight: 300;
	color: white;
	margin-bottom: 5px;
}

/*Cutting and Grinding Wheels*/
#cag_row_container {
	width: 1000px;
	height: 310px;
	display: block;
	margin-top: 35px;
}
#cag_row_container_2 {
	width: 1000px;
	height: 310px;
	display: block;
	margin-top: 65px;
}
#cag_container {
	width: 310px;
	height: 310px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-right: 30px;
}
#cag_container_2 {
	width: 310px;
	height: 310px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
#cag_img_container {
	width: 310px;
	height: 310px;
	overflow: hidden;
	opacity: .9;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#cag_img_container:hover {
	opacity: 1;
}
#cag_img {
	height: 100%;
	width: 100%;
}
#cag_description_container {
	position: absolute;
	width: 310px;
	height: 310px;
	background-color: black;
	opacity: .75;
	display: none;
	overflow: hidden;
}
#cag_description {
	text-align: center;
	width: 310px;
	color: white;
	top: 0px;
	display: inline-block;
	margin-top: -20px;
}
#cag_description_2 {
	text-align: center;
	width: 130px;
	color: white;
	top: 0px;
	display: inline-block;
	margin-left: 10px;
}
#cag_description_3 {
	text-align: center;
	width: 310px;
	color: white;
	top: 0px;
	display: inline-block;
	margin-top: -30px;

}
#cag_name {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	top: 320px;
}
#cag_info {
	font-size: 15px;
	font-weight: 300;
	color: white;
	margin-bottom: 8px;
}
.caginfo_size {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 5px;
}
.caginfo_divider {
	height: 1px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
.caginfo_divider_2 {
	height: 1px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
.caginfo_divider_3 {
	height: 1px;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
#cag_diagram {
	width: 100%;
	margin-top: -25px;
}
#cag_diagram2 {
	width: 80%;
	margin-top: -10px;
}

/*Slider*/
#slider_container {
	position: absolute;
}
#arrow_skirt {
	position: relative;
	height: 40px;
}
.slider_sab {
	top: 235px;
}
.skirt_sab {
	top: 215px; /*subtract 20px from img height*/
}
.slider_floral {
	top: 350px;
}
.skirt_floral {
	top: 330px; /*subtract 20px from img height*/
}
.slider_longhor {
	top: 200px;
}
.skirt_longhor {
	top: 180px; /*subtract 20px from img height*/
}
.slider_longvertext {
	top: 450px;
}
.skirt_longvertext {
	top: 430px; /*subtract 20px from img height*/
}
.slider_longvertext5 {
	top: 400px;
}
.skirt_longvertext5 {
	top: 380px; /*subtract 20px from img height*/
}
.slider_longvertext3 {
	top: 400px;
}
.skirt_longvertext3 {
	top: 380px; /*subtract 20px from img height*/
}

#ir {
  background: black;
  border-radius:.5px;
  border-color: black;
  width: 35px;
  height:2px;
  display: inline-block;
  position: relative;
}
#il {
  background: black;
  border-radius:.5px;
  border-color: black;
  width: 35px;
  height:2px;
  display: inline-block;
  position: relative;
}
#ibar {
  background: black;
  border-radius:.5px;
  border-color: black;
  width: 70px;
  height:2px;
  display: inline-block;
  position: relative;
}

#img_container:hover ~ #il {
	-webkit-transform: translate(1.4px,0) rotate(-20deg);
	transition: all 0.3s ease 1s;
	moz-transition: all 0.3s ease 1s;
	-webkit-transition: all 0.3s ease 1s;
}
#img_container:hover ~ #ir {
	-webkit-transform: translate(-1.4px,0) rotate(20deg);
	transition: all 0.3s ease 1s;
	moz-transition: all 0.3s ease 1s;
	-webkit-transition: all 0.3s ease 1s;
}
#sab_description_container:hover ~ #il {
	-webkit-transform: translate(1.4px,0) rotate(20deg);
	transition: all 0.3s ease 0s;
	moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#sab_description_container:hover ~ #ir {
	-webkit-transform: translate(-1.4px,0) rotate(-20deg);
	transition: all 0.3s ease 0s;
	moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#layer_description_container1:hover ~ #il {
	-webkit-transform: translate(1.4px,0) rotate(20deg);
	transition: all 0.3s ease 0s;
	moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#layer_description_container1:hover ~ #ir {
	-webkit-transform: translate(-1.4px,0) rotate(-20deg);
	transition: all 0.3s ease 0s;
	moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.slide1 {
    height: 0%;
}
.slide1-1 {
    height: 0%;
}
.slide2 {
    height: 0%;
}
.slide3 {
    height: 0%;
}
.slide4 {
    height: 0%;
}
.slide5 {
    height: 0%;
}
.slide6 {
    height: 0%;
}
.slide7 {
    height: 0%;
}
.slide8 {
    height: 0%;
}
.slide9 {
    height: 0%;
}
.slide10 {
    height: 0%;
}
.slide11 {
    height: 0%;
}
.slide12 {
    height: 0%;
}
.slide13 {
    height: 0%;
}
.slide14 {
    height: 0%;
}
.slide15 {
    height: 0%;
}
.slide16 {
    height: 0%;
}
.slide17 {
    height: 0%;
}
.slide18 {
    height: 0%;
}
.slide19 {
    height: 0%;
}
.slide20 {
    height: 0%;
}
.slide21 {
    height: 0%;
}
.slide22 {
    height: 0%;
}
.slide23 {
    height: 0%;
}
.slide24 {
    height: 0%;
}
.slide25 {
    height: 0%;
}
.slide26 {
    height: 0%;
}
.slide27 {
    height: 0%;
}
.slide28 {
    height: 0%;
}
.slide29 {
    height: 0%;
}
.slide30 {
    height: 0%;
}
.slide31 {
    height: 0%;
}
.slide32 {
    height: 0%;
}
.slide33 {
    height: 0%;
}
.slide34 {
    height: 0%;
}
.slide35 {
    height: 0%;
}
.slide36 {
    height: 0%;
}
.slide37 {
    height: 0%;
}
.slide38 {
    height: 0%;
}
.slide39 {
    height: 0%;
}
.slide40 {
    height: 0%;
}
.slide41 {
    height: 0%;
}
.slide42 {
    height: 0%;
}
.slide43 {
    height: 0%;
}
.slide44 {
    height: 0%;
}
.slide45 {
    height: 0%;
}
.slide46 {
    height: 0%;
}
.slide47 {
    height: 0%;
}
.slide48 {
    height: 0%;
}
.slide49 {
    height: 0%;
}
.slide50 {
    height: 0%;
}
.slide51 {
    height: 0%;
}
.slide51-1 {
    height: 0%;
}
.slide52 {
    height: 0%;
}
.slide53 {
    height: 0%;
}
.slide54 {
    height: 0%;
}
.slide55 {
    height: 0%;
}
.slide56 {
    height: 0%;
}
.slide57 {
    height: 0%;
}
.slide58 {
    height: 0%;
}
.slide59 {
    height: 0%;
}
.slide60 {
    height: 0%;
}
.slide61 {
    height: 0%;
}
.slide61-1 {
    height: 0%;
}
.slide62 {
    height: 0%;
}
.slide63 {
    height: 0%;
}
.slide64 {
    height: 0%;
}
.slide65 {
    height: 0%;
}
.slide66 {
    height: 0%;
}
.slide67 {
    height: 0%;
}
.slide68 {
    height: 0%;
}
.slide69 {
    height: 0%;
}
.slide70 {
    height: 0%;
}

/*Screws and Bolts*/


#row_container {
	width: 1000px;
	display: block;
	overflow: hidden;
}
#row_spacer	{
	height: 40px;
	width: 100%;
	color: white;
}
#ending_spacer	{
	height: 150px;
	width: 100%;
	position: relative;
}
#container {
	height: 100%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	
}
.sab_height {
	height: 345px;
}
.sab_width {
	width: 235px;
	margin-right: 5.5px;
	margin-left: 5.5px;
}
.sab {
	width: 235px;
	height: 235px;
}

#img_container {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
}
#img_container:hover {
	opacity: 1;
}
#img {
	height: 100%;
	width: 100%;
}

#sab_description_container {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: .75;
	transition:  .5s;
	-moz-transition:  .5s;
	-webkit-transition:  .5s;
}
#layer_description_container1 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .75;
	transition:  .5s;
	-moz-transition:  .5s;
	-webkit-transition:  .5s;
}
#layer_description_container2 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	transition:  .5s;
	-moz-transition:  .5s;
	-webkit-transition:  .5s;
}

.longvertext_layer {
	background-color: black;
}

#sab_desciption_bottle {
	position: absolute;
	width: 100%;
	top: 35px;
}
#sab_desciption_bottle2 {
	position: absolute;
	width: 100%;
	top: 20px;
}
#sab_desciption_bottle3 {
	position: absolute;
	width: 100%;
	top: 5px;
}
#sab_desciption_bottle4 {
	position: absolute;
	width: 100%;
	top: 0px;
}
#sab_desciption_bottle5 {
	position: absolute;
	width: 100%;
	top: 90px;
}
#sab_desciption_bottle6 {
	position: absolute;
	width: 100%;
	top: 50px;
}
#sab_desciption_bottle7 {
	position: absolute;
	width: 100%;
	top: 15px;
}
.none {
	display: none;
}


#sab_description {
	text-align: center;
	width: 235px;
	color: white;
	top: 0px;
	display: inline-block;
	text-align: center;
	position: relative;
}
#sab_description_2 {
	text-align: center;
	width: 70px;
	color: white;
	top: 0px;
	display: inline-block;
	text-align: center;
}
#sab_description_x {
	text-align: center;
	width: 10px;
	color: white;
	top: 0px;
	display: inline-block;
	text-align: center;
}
#sab_name {
	font-size: 20px;
	position: relative;
	top: 265px;
	height: 500px;
}
#sab_info {
	font-size: 15px;
	font-weight: 300;
	color: white;
	margin-bottom: 8px;
}
.sabinfo_size {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 3px;
}
#sab_info_2 {
	font-size: 11px;
	font-weight: 300;
	color: white;
	margin-bottom: 2px;
}
.sabinfo_size_2 {
	font-weight: 300;
	font-size: 11px;
	margin-bottom: 3px;
}
.sabinfo_divider {
	height: 1px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
.sabinfo_divider_2 {
	height: 1px;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 3px;
}
.sabinfo_divider_3 {
	height: 1px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
.sabinfo_divider_4 {
	height: 1px;
	width: 82px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 3px;
}
.sabinfo_divider_x {
	height: 1px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 3px;
	left: -5px;
	position: relative;
}
.sabinfo_divider_x2 {
	height: 1px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 3px;
	left: -5px;
	top: -93px;
	position: relative;
}

/*Products Spears*/
#spears_container {
	display: inline-block;
	width: 225px;
	height: 350px;
	margin-right: 29px;
	margin-top: 35px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#spears_container2 {
	display: inline-block;
	width: 225px;
	height: 350px;
	margin-top: 35px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#spears_container_row {
	position: relative;
	height: 350px;
	width: 1000px;
	display: block;
	margin-bottom: 35px;
}
#spearsimg {
	width: 100%;
	height: 100%;
}
#spearsimg2 {
	width: 100%;
	height: 100%;
}
#spearsimg_container {
	width: 225px;
	height: 350px;
	overflow: hidden;
}
.spear1 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container1:hover {
	opacity: 1;
}
.spear2 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container2:hover {
	opacity: 1;
}
.spear3 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container3:hover {
	opacity: 1;
}
.spear4 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}

#spearsimg_container4:hover {
	opacity: 1;
}
#spearsimg_container4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.spear5 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container5:hover {
	opacity: 1;
}
.spear6 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container6 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container6:hover {
	opacity: 1;
}
.spear7 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container7 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container7:hover {
	opacity: 1;
}
.spear8 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container8 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#spearsimg_container8:hover {
	opacity: 1;
}
#spearsimg_container8 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.spear9 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container9 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container9:hover {
	opacity: 1;
}
.spear10 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container10 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container10:hover {
	opacity: 1;
}
.spear11 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container11 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container11:hover {
	opacity: 1;
}
.spear12 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container12 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#spearsimg_container12:hover {
	opacity: 1;
}
#spearsimg_container12 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearinfo_container12 {
	color: white;
	width: 100%;
	text-align: center;
	position: relative;
	top: 30px;
}
.spear13 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container13 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container13:hover {
	opacity: 1;
}
#spearinfo_container13 {
	color: white;
	width: 100%;
	text-align: center;
	position: relative;
	top: 30px;
}
.spear14 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container14 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearinfo_container14 {
	color: white;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30px;
}
#spearsimg_container14:hover {
	opacity: 1;
}
.spear15 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container15 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container15:hover {
	opacity: 1;
}
.spear16 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container16 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container16:hover {
	opacity: 1;
}
#spearsimg_container16 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.spear17 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container17 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container17:hover {
	opacity: 1;
}

.spear18 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container18 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container18:hover {
	opacity: 1;
}
.spear19 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container19 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container19:hover {
	opacity: 1;}

.spear20 {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
#spearsimg_container20 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .85;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spearsimg_container20:hover {
	opacity: 1;}

#spearinfo_container {
	color: white;
	width: 100%;
	text-align: center;
	position: relative;
	top: 20px;
}
#spearinfo_container2 {
	color: white;
	width: 100%;
	text-align: center;
	position: relative;
	top: 10px;
}

.spearinfo_name {
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 20px;
}
.spearinfo_name2 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
}

.spearinfo_size {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px;
}
.spearinfo_divider {
	height: 1px;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 5px;
}
.spearinfo {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px
}
.spearinfo2 {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 3px
}
.spearinfo3 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px
}

/*Tubing*/
#tubing_structural_title {
	font-size: 20px;
	color: black;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
}

/*Rebar*/
#rebar_table {
	margin-top: 25px;
}

/*Channel*/
#channel_structural_title {
	font-size: 20px;
	color: black;
	margin-top: 42px;
	margin-right: auto;
	margin-left: auto;
}
#channel_structural_title2 {
	font-size: 20px;
	color: black;
	margin-top: 42px;
	margin-bottom: 42px;
	text-align: center;
	width: 100%;
}

/*Beam*/
#beam_table {
	margin-top: 40px;
}

/*Tables*/
.usual {
 	background: white;
 	color:black;
 	padding:0px;
 	width: 100%;
 	border: 2px solid black;
 	margin:0px auto;
 	font-size: 20px;
 	position: relative;
 	top: 60px;
 	text-align: center;
}
.usual li { 
	list-style:none; 
	float:left; 
}
.usual ul a {
 	display:block;
 	padding:6px 25px;
 	text-decoration:none;
 	margin:1px;
	position: relative;
 	left: -43px;
 	color: white;
 	background:black;
	top: -60px;
	border-bottom: 1px solid black;
}

.usual ul a:hover {
 	color: white;
 	background: #444;
 	border-bottom: 1px solid #444;
 }
.usual ul a.selected {
 	margin-bottom:0;
 	color:#000;
 	background: white;
 	border-bottom:1px solid white;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
 	cursor:default;
 }
.usual div {
 	padding:10px 10px 10px 10px;
 	clear:left;
 	background:white;
	position: relative;
	top: -60px;
}
.usual div a { 
	color:#000; 
	font-weight:bold; 
}
/* FOR HOME PAGE TABLE*/
.usual1 {
 	background: transparent;
 	color:transparent;
 	padding:0px;
 	width: 100%;
 	border-top: 2px solid black;
 	font-size: 20px;
 	position: relative;
 	top: 35px;
 	text-align: center;
}
.usual1 li { 
	list-style:none; 
	float:left; 
}
.usual1 ul a {
 	display:block;
 	padding:6px 19px;
 	text-decoration:none;
	position: relative;
 	color: black;
 	background:transparent;
	top: -72px;
	border: 2px solid transparent;
}
.usual1 ul a:hover {
 	color: black;
 	background: #444;
 }
.usual1 ul a.selected {
 	border-bottom:2px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
 	color:black;
 	background: transparent;
 	font-weight: bold;
 	cursor:default;
 	
 }
.usual1 div {
 	padding:10px 10px 10px 10px;
 	clear:left;
 	background:transparent;
	position: relative;
	top: -60px;
}
.usual1 div a { 
	color:#000; 
	font-weight:bold; 
}


#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

table, td, tr {
	border: 2px solid black;
	border-collapse: collapse;
}
table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#table2 {
	margin-top: -30px;
}

#table_pas {
	margin-top: 50px;
}

#first_row_dimensions {
	font-weight: 400;
	font-size: 18px;
}
#dimensions {
	font-weight: 400;
	font-size: 16px;
}
td {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 200px;
}
#dimension_title {
	font-size: 30px;
	text-align: center;

}
#dimension_title_container {
	margin-top: 15px;
	margin-bottom: 15px;
}

#tabimg_container {
	width: 400px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	overflow: hidden;
}
#tabimg_container2 {
	width: 400px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	overflow: hidden;
}
#tabimg_container3 {
	width: 400px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
}
#tabimg_container4 {
	width: 550px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	overflow: hidden;
}
#tabimg_container5 {
	/*for channel*/
	width: 400px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	overflow: hidden;
}
#tabimg_container6 {
	/*for beam*/
	width: 400px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
}

#tabimg {
	width: 100%;

}

/*Services*/
#service_container {
	display: inline-block;
	width: 290px;
	height: 350px;
	margin-right: 60px;
	margin-top: 0px;
	position: relative;
}
#service_container2 {
	display: inline-block;
	width: 290px;
	height: 350px;
	margin-top: 0px;
	position: relative;
}
#service_subcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
}

.service1 {
	width: 290px;
	height: 300px;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
.service2 {
	width: 290px;
	height: 300px;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}
.service3 {
	width: 290px;
	height: 300px;
	background-color: black;
	opacity: .75;
	position: absolute;
	top: 0px;
	display: none;
}

#serviceimg:hover {
	opacity: 1;
}
#serviceimg_container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#serviceimg_container2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#serviceimg_container3 {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#serviceimg {
	height: 100%;
	opacity: 1;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#servicename1 {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
#servicename2 {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
#servicename3 {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
#serviceinfo_container {
	color: white;
	width: 80%;
	text-align: center;
	position: relative;
	top: 130px;
	margin-left: auto;
	margin-right: auto;
}
.serviceinfo {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 5px;
}
#meta_service_container {
	height: 350px;
	width: 1000px;
	position: relative;
	margin-top: 34px;
}
#snotes {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}


/*Contacts*/
#contact_container {
	position: relative;
	width: 100%;
	top: 18px
}
#contact_right {
	position: relative;
	width: 250px;
	height: 400px;
	display: inline-block;
	top: 0px;
}
#contactinfo_container_right {
	margin-bottom: 20px;
}
#contactinfo_container_left {
	margin-bottom: 20px;
}
#contact {
	margin-bottom: 10px;
}
#contact_title {
	margin-bottom: 10px;
	font-weight: 600;
}
#get_directions_button {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#directions_container {
	width: 190px;
	text-decoration: none;
}
#get_directions {
	border-style: solid;
	border-width: 1px;
	width: 200px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	background-color: gray;
	color: white;
	font-weight: 400;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#get_directions:hover {
	background-color: black;
}
#map_canvas {
    width: 650px;
    height: 400px;
	display: inline-block;
	float: right;
}
#contact_info_container {
	position: relative;
	top: 35px;
}

#contact_info {
	margin-top: 20px;
}

/*Page Endings*/
#page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2050px;
}
#products_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1550px;
}
#products_bars_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1150px;
}
#products_solid_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1125px;
}
#products_angle_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2900px;
}
#products_flat_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1760px;
}
#products_spears_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2500px;
}
#products_tubing_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 3000px;
}
#products_ss_tubing_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1100px;
}
#products_pipe_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1250px;
}
#products_rebar_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 725px;
}
#products_channel_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1520px;
}
#products_ss_channel_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1050px;
}
#products_ss_tubing_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1300px;
}
#products_beam_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1680px;
}
#products_sheet_metal_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1300px;
}
#products_pas_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1200px;
}
#products_plates_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 900px;
}
#products_acd_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 6850px;
}
#products_cag_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 860px;
}
#products_pat_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 780px;
}
#products_sab_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1470px;
}
#products_gate_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 990px;
}
#products_gate_op_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1950px;
}
#products_gate_lab_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2000px;
}
#products_gate_hard_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1820px;
}
#products_tools_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 970px;
}
#products_rails_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 790px;
}
#products_baluster_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 3680px;
}
#products_floral_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2550px;
}
#products_spear_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2700px;
}
#products_rail_ends_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 2780px;
}
#products_rail_tops_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1100px;
}
#products_cab_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1120px;
}
#services_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 850px;
}
#contact_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1050px;
}
#company_page_ending {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: black;
	top: 1300px;
}
#page_ending_container {
	position: relative;
	width: 1000px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#ending_container {
	width: 330px;
	height: 200px;
	display: inline-block;
	border-right: white;
	visibility: hidden;
}
#ending_container2 {
	width: 1000px;
	height: 240px;
	display: inline-block;
	float: left;
	position: absolute;
	top: -15px;
	left: 0px;
}
#ending_container4 {
	width: 330px;
	height: 50px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	top: -155px;
	left: 15px;
	position: relative;
	visibility: hidden;
}
#ending_container3 {
	width: 100%;
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 13px;
	position: absolute;
	top: 120px;
}
#contactinfo {
	width: 250px;
	height: 150px;
	margin-left: 750px;
	margin-top: 35px;
	text-align: right;
}
#socialmedia_container {
	width: 250px;
	height: 40px;
	margin-left: 0px;
	margin-top: -80px;
}
#socialmedia_img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: inline-block;
}
#directory2_container {
	width: 200px;
	height: 200px;
	margin-left: 20px;
	margin-top: 25px;
}
.directory2 {
	color: white;
	font-weight: 300;
	margin-bottom: 8px;
	text-decoration: none;
	display: block;
	font-size: 13px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.directory2:hover {
	color: gray;
}
.directory3:hover {
	color: gray;
}
.directory3 {
	color: white;
	font-weight: 300;
	margin-bottom: 5px;
	text-decoration: none;
	display: block;
	font-size: 10px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#info {
	color: white;
	font-weight: 300;
	margin-bottom: 8px;
	font-size: 15px;
}
#info2 {
	color: white;
	font-weight: 300;
	margin-bottom: 8px;
	font-size: 13px;
}
#poidirectory {
	opacity: 0;
	}

@media (max-width: 1000px) {

	
	#topimg_container {
		display: none;
	}
	#topdivider {
		display: none;
	}
	#endingdivider {
		display: none;
	}
	#directorybar {
		display: block;
		float: none;
		text-align: center;
		position: relative;
	}
	.directory {
		font-size: 33px;
	}
	.directory1 {
		font-size: 33px;
	}
	#page_container {
		top: 170px;
	}
	#page_title {
		display: none;
	}
	#page {
		width: 100%;
	}
	#snotes {
	width: 100%;
	margin-top: 100px;
	text-align: center;
	font-size: 30px;
}

	/*Hover Slider Arrows*/
	#img_container:hover ~ #il {
		-webkit-transform: translate(1.4px,0) rotate(20deg);
		transition: all 0.3s ease 1s;
		moz-transition: all 0.3s ease 1s;
		-webkit-transition: all 0.3s ease 1s;
	}
	#img_container:hover ~ #ir {
		-webkit-transform: translate(-1.4px,0) rotate(-20deg);
		transition: all 0.3s ease 1s;
		moz-transition: all 0.3s ease 1s;
		-webkit-transition: all 0.3s ease 1s;
	}
	#sab_description_container:hover ~ #il {
		-webkit-transform: translate(1.4px,0) rotate(0deg);
		transition: all 0.3s ease 0s;
		moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	#sab_description_container:hover ~ #ir {
		-webkit-transform: translate(-1.4px,0) rotate(0deg);
		transition: all 0.3s ease 0s;
		moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}

	#layer_description_container1:hover ~ #il {
		-webkit-transform: translate(1.4px,0) rotate(0deg);
		transition: all 0.3s ease 0s;
		moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	#layer_description_container1:hover ~ #ir {
		-webkit-transform: translate(-1.4px,0) rotate(-0deg);
		transition: all 0.3s ease 0s;
		moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}


	/*Home*/
	#landing {
		width: 100%;
		overflow: visible;
	}
	#topbar_container_home {
		width: 100%;
		height: 170px;

	}
	#topfirst_home {
		width: 100%;
		height: unset;
		margin-left: auto;
		margin-right: auto;
	}
	#topfirst_container_home {
		width: 100%;
		background-color: black;
		opacity: 1;
	}
	
	#baymetalslogo_home {
		display: inline-block;
		float: none;
		width: 50%;
		position: absolute;
		z-index: 999;
	}
	
	#logoimg_home {
		width: auto;
		margin-top: 10px;
		height: 150px;
		margin-left: 10%;

	}
	#menu_container {
		z-index: 999;
		width: 200px;
		height: 150px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#menu {
		display: unset;
		width: 100px;
		margin-right: 60px;
	}
	#menu_return {
		z-index: 0;
		width: 200px;
		height: 150px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#topline {
		width: 80px;
		height: 5px;
		background-color: white;
		margin-top: 65px;
		margin-left: auto;
		margin-right: auto;
	}
	#middleline {
		width: 80px;
		height: 5px;
		background-color: white;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#bottomline {
		width: 80px;
		height: 5px;
		background-color: white;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	#topimg_container_home {
		z-index: 10;
		width: 100%;
		overflow: hidden;
	}
	#topimg_home {
		position: absolute;
		width: 220%;
		left: -1150px;
		z-index: 10;
		top: -5px;
	}

	#directorybar_home {
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 990;
		top: 150px;
		background-color: black;
		overflow: hidden;
		display: none;
	}

	.directory_home {
		z-index: 900;
		color: white;
		display: block;
		font-size: 60px;
		font-weight: 300;
		margin: 30px;
		text-decoration: none;
		width: 100%;
		height: 140px;
		border-bottom-style: none;
		border-bottom-width: none;
		border-bottom-color: none;
		border-radius: 5px;
		margin-right: auto;
		margin-left: auto;
	}
	.directory1_home {
		z-index: 900;
		color: white;
		display: block;
		font-size: 60px;
		font-weight: 300;
		margin: 30px;
		text-decoration: none;
		width: 100%;
		height: 140px;
		margin-right: auto;
		margin-left: auto;
	}
	#home_page_container {
		top: 170px;
	}
	#priority_announcement_container {
		/**FOR URGENT ANNOUNCEMENTS; NORMALLY HIDDEN**/
		z-index: 990;
		opacity: 0; /**TOGGLE BETWEEN 0 AND TO HIDE AND DISPLAY**/
	}
	#priority_statement {
		font-size: 50px;
	}
	#announcement_container {
		z-index: 990;
	}
	#home_block_row {
		margin-top: 200px;
		display: none;
	}
	#home_block_1 {
		display: none;
	}
	#home_block_2 {
		display: unset;
		text-align: center;
		position: relative;
		margin: auto;
		top: 120px;
		width: 100%;
		color: white;
		font-size: 55px;
	}
	#home_block_2-1 {
	
	}
	#home_block_2-2 {
		display: inline-block;
		vertical-align: top;
		
	}
	#home_text {
		margin-right: 10%;
		margin-left: 10%;
		font-size: 45px;
	}
	#home_block_spacer {
		height: 5px;
	}
	#home_block_4 {
		font-size: 45px;
	}
	#home_block_4-1 {
		width: 46%;
		font-size: 35px;
		text-align: center;
	}
	#home_block_4-2 {
		width: 46%;;
		font-size: 35px;
		text-align: center;
	}
	#home_text3 {
		display: none;
	}
	#home_text3-1 {
		top: 5px;
		position: relative;
	}
	#home_text4 {
		margin-bottom: 40px;
	}
	#more_products {
		border-width: 5px;
		width: 90%;
		height: 80px;
		margin: auto;
		display: block;
		top: 70px;
		text-align: center;
		color: white;
		font-weight: 400;
		float: unset;
	}
	#more_products:hover {
		background-color: unset;
		color: white;
	}


	.parallax-section {
	    position: relative;
	    height: 50vh; /* Full viewport height for parallax sections */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    overflow: hidden; /* Hide overflowing content */
	}


	.normal-section {
	    /*
	    height: 70vh;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background-color: #f0f0f0;
	    color: #333;
	    */
	    height: 50vh;
	    display: flex;
	    justify-content: center
	    background-color: #f0f0f0;
	    color: #333;
	    display: relative;
	    overflow: hidden;

	}
	.normal-section-content {
	    /*text-align: center;
	    color: white;
	    padding: 20px;
	    background-color: rgba(0, 0, 0, .5);
	    border-radius: 0px;
	    */
	    position: relative;
		width: 1000px;
		margin: auto;
		margin-top: 80px;
		color: black;
		font-weight: lighter;
		}

	#hometext1 {
		color: white;
		font-size: 55px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#hometext2 {
		color: white;
		font-size: 35px;
		font-weight: normal;
		letter-spacing: 3px;
		margin-top: 10px;
	}
	#hometext3 {
		color: black;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#hometext4 {
		color: black;
		font-size: 25px;
		font-weight: lighter;
		letter-spacing: 1px;
		margin-top: 10px;
		line-height: 1.5;
	}

	/*Company Page*/
	#company_box {
		width: 100%;
		height: 350px;
		overflow: hidden;
		margin-top: 0px;
	}
	.company_pic1 {
		position: relative;
		width: 150%;
		left: -20%;
		top: -25px;
	}
	#company_info {
		font-size: 40px;
		margin-bottom: 50px;
		line-height: 50px;
	}
	#company_box1 {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		height: 850px;
	}
	.company_pic3 {
		width: 50%;
	}
	.company_pic2 {
		width: 50%;
	}
	/*Products*/
	#product_container_row {
		width: 100%;

	}

	#productimg_horizontal {
		opacity: 1;
	}
	#productimg_container {
		opacity: 1;
	}
	#product_container {
		margin-right: 0px;
		width: 320px;
	}
	#product_container2 {
		margin-right: 0px;
		width: 320px;
	}
	#productname {
		font-size: 21px;
	}
	#product_space {
		width: 3px;
	}
	#products_subpage_title2 {
		display: none;
		position: relative;
	}
	#products_subpage_title {
		display: none;
	}
	#products_subpage2 {
		font-size: 40px;
		margin-top: 0px;
		margin-bottom: 10px;
		position: relative;
	}
	#products_subpage3 {
		display: none;
	}
	#products_subpage_container{
		height: 0px;
	}
	#products_subpage_container2{
		width: 100%;
		text-align: center;
		position: relative;
		height: 0px;
	}
	#page_title2 {
		font-size: 40px;
		margin-top: 0px;
		margin-bottom: 15px;
		position: relative;
	}
	#row_spacer {
		display: none;
	}
	#row_container {
		width: 100%;
	}
	.sab_width {
		margin-right: 3px;
		margin-left: 3px;
	}
	.sab_height {
		height: 310px;
	}
	#sab_desciption_bottle {
		top: 20px;
	}
	#spears_container {
		margin-right: 0px;
		width: 246px;
		height: 381px;
	}
	#spears_container2 {
		width: 246px;
		height: 381px;
	}
	#spearinfo_container {
		top: 50px;
	}
	.spearinfo_name {
		font-size: 30px;
	}
	.spearinfo_name2 {
		display: none;
	}
	.spearinfo_size {
		font-size: 20px;
	}
	.spearinfo_divider {
		width: 50%;
		height: 2px;
	}
	.spearinfo {
		font-size: 20px;
	}
	.spearinfo3 {
		font-size: 20px;
	}
	#spearsimg_container1 {
		opacity: 1;
	}
	#spearsimg_container2 {
		opacity: 1;
	}
	#spearsimg_container3 {
		opacity: 1;
	}
	#spearsimg_container4 {
		opacity: 1;
	}
	#spearsimg_container5 {
		opacity: 1;
	}
	#spearsimg_container6 {
		opacity: 1;
	}
	#spearsimg_container7 {
		opacity: 1;
	}
	#spearsimg_container8 {
		opacity: 1;
	}
	#spearsimg_container9 {
		opacity: 1;
	}
	#spearsimg_container10 {
		opacity: 1;
	}
	#spearsimg_container11 {
		opacity: 1;
	}
	#spearsimg_container12 {
		opacity: 1;
	}
	#spearsimg_container13 {
		opacity: 1;
	}
	#spearsimg_container14 {
		opacity: 1;
	}
	#spearsimg_container15 {
		opacity: 1;
	}
	#spearsimg_container16 {
		opacity: 1;
	}
	#acd_space {
		display: none;
	}
	#acd_container {
		width: 196px;
		height: 430px;
	}
	#acd_row_container {
		margin-top: none;
	}
	#acd_description_container {
		width: 196px;
		height: 430px;
	}
	#acd_img_container {
		width: 196px;
		height: 430px;
		opacity: 1;
	}
	#acd_space3 {
		display: none;
	}
	#acd_container_3 {
		width: 330px;
		height: 430px;
	}
	#acd_row_container_3 {
		margin-top: none;
	}
	#acd_description_container_3 {
		width: 330px;
		height: 430px;
	}
	#acd_img_container_3 {
		width: 330px;
		height: 430px;
		opacity: 1;
	}
	#acd_space_2 {
		display: none;
	}
	#acd_container_2 {
		width: 330px;
		height: 200px;
	}
	#acd_row_container_2 {
		margin-top: 5px;
	}
	#acd_description_container_2 {
		width: 330px;
		height: 200px;
	}
	#acd_img_container_2 {
		width: 330px;
		height: 200px;
		opacity: 1;
	}
	#acd_img_2 {
		height: 100%;
	}
	#acd_space5 {
		display: none;
	}
	#acd_container_5 {
		width: 246px;
		height: 246px;
	}
	#acd_row_container_5 {
		margin-top: 5px;
		height: 246px;
	}
	#acd_description_container_5 {
		width: 246px;
		height: 246px;
	}
	#acd_img_container_5 {
		width: 246px;
		height: 246px;
		opacity: 1;
	}
	#acd_img_5 {
		height: 100%;
	}
	.acd_name {
		font-size: 35px;
	}
	.acd_info_divider {
		height: 2px;
		width: 165px;
	}
	.acd_info {
		font-size: 15px;
	}
	#acd_description {
		top: 30px;
		width: 160px;
		margin-right: auto;
		margin-left: auto;
	}
	#acd_description_2 {
		top: 20px;
	}
	.longvertext_width {
		margin-right: 9.5px;
		margin-left: 9.5px;
	}
	.longhor_width {
		margin-right: 2px;
		margin-left: 2px;
	}
	.floral_width {
		margin-right: 8px;
		margin-left: 8px;
	}
	.floral_name {
		font-size: 35px;
	}
	.floral_info_divider {
		height: 2px;
		width: 220px;
	}
	.floral_info {
		font-size: 20px;
	}
	#floral_row_container {
		margin-top: 5px;
		height: 370px;
	}
	#floral_space {
		display: none;
	}
	#floral_container {
		width: 246px;
		height: 370px;
	}
	#floral_img_container {
		width: 246px;
		height: 370px;
		opacity: 1;
	}
	#floral_description_container {
		width: 100%;
		height: 370px;
	}
	#floral_description {
		width: 100%;
		top: 50px;
	}
	.baluster_name {
		font-size: 35px;
	}
	.baluster_info {
		font-size: 15px;
		width: 100%;
		text-align: center;
	}
	.baluster_info_divider {
		height: 2px;
		width: 155px;
	}
	#baluster_row_container {
		margin-top: 5px;
		height: 524px;
	}
	#baluster_row_container1 {
		height: 524px;
	}
	#baluster_space {
		display: none;
	}
	#baluster_container {
		width: 163px;
		height: 524px;

	}
	#baluster_img_container {
		width: 163px;
		height: 524px;
		opacity: 1;
	}
	#baluster_description_container {
		width: 163px;
		height: 524px;
	}
	#baluster_description {
		width: 100%;
		top: 0px;
	}
	#sab_img_container {
		opacity: 1;
	}
	#pat_img_container {
		opacity: 1;
	}
	#cag_img_container {
		opacity: 1;
	}
	.hard_size2 {
		font-size: 20px;
	}
	.hard_size {
		font-size: 25px;
	}
	.hard_info2 {
		font-size: 20px;
	}
	#hard_img_container {
		opacity: 1;
	}
	/*Services*/
	#service_container {
		margin-right: 0px;
		width: 330px;
	}
	#service_container2 {
		width: 331px;
	}
	#serviceimg {
		height: 100%;
	}
	#serviceimg_container {
		height: 330px;
	}
	#serviceimg_container2 {
		height: 330px;
	}
	#serviceimg_container3 {
		height: 330px;
	}



	/*Contacts*/
	#contact_container {
		top: 30px;
	}
	#map_canvas {
		width: 100%;
		height: 500px;
		float: none;
		position: absolute;
	}
	#contact_right {
		position: absolute;
		top: 550px;
		width: 90%;
		margin-left: 5%;
	}
	#contactinfo_container_right {
		position: relative;
		display: inline-block;
		width: 49%;
	}
	#contactinfo_container_left {
		position: relative;
		display: inline-block;
		width: 40%;
		float: right;
	}
	#contact_title {
		font-size: 29px;
	}
	#contact a{
		font-size: 29px;
		text-decoration: none;
		color: black;
	}
	#contact {
		font-size: 29px;
	}
	#directions_container {
		position: relative;
		top: 30px;
	}
	#contact_info_container {
		position: relative;
		font-size: 13px;
		top: 1000px;
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		text-decoration: none;
	}
	#contact_info {
		margin-top: 50px;
	}
	#get_directions {
		position: relative;
		top: -30px;
		width: 350px;
		height: 45px;
		font-size: 35px;
		border-radius: 20px;

	}

	/*Tables*/
	#tabimg_container {
		width: 800px;
		height: 303px;
	}
	#tabimg_container2 {
		width: 800px;
		height: 303px;
	}
	#tabimg_container3 {
		width: 800px;
		height: 303px;
	}
	#tabimg_container4 {
		width: 800px;
		height: 303px;
	}
	#tabimg_container5 {
		width: 800px;
		height: 303px;
	}
	#tabimg_container6 {
		width: 800px;
		height: 303px;
	}
	table {
		position: relative;
		top: 0px;
		width: 900px;
	}
	#first_row_dimensions {
		font-size: 27px;
	}
	#dimensions {
		font-size: 24px;
	}
	.usual {
		width: 95%;
	}

	/*Page Endings*/
	#page_ending {
		display: none;
	}
	#products_rail_tops_page_ending {
		display: none;
	}
	#products_plates_page_ending {
		display: none;
	}
	#products_sheet_metal_page_ending {
		display: none;
	}
	#products_page_ending {
		display: none;
	}
	#products_bars_page_ending {
		display: none;
	}
	#products_solid_page_ending {
		display: none;
	}
	#products_angle_page_ending {
		display: none;
	}
	#products_flat_page_ending {
		display: none;
	}
	#products_spears_page_ending {
		display: none;
	}
	#products_tubing_page_ending {
		display: none;
	}
	#products_ss_tubing_page_ending {
		display: none;
	}
	#products_pipe_page_ending {
		display: none;
	}
	#products_rebar_page_ending {
		display: none;
	}
	#products_channel_page_ending {
		display: none;
	}
	#products_ss_channel_page_ending {
		display: none;
	}
	#products_beam_page_ending {
		display: none;
	}
	#products_ss_beam_page_ending {
		display: none;
	}
	#products_pas_page_ending {
		display: none;
	}
	#products_acd_page_ending {
		display: none;
	}
	#products_cag_page_ending {
		display: none;
	}
	#products_pat_page_ending {
		display: none;
	}
	#products_sab_page_ending {
		display: none;
	}
	#products_gate_page_ending {
		display: none;
	}
	#products_gate_op_page_ending {
		display: none;
	}
	#products_gate_lab_page_ending {
		display: none;
	}
	#products_gate_hard_page_ending {
		display: none;
	}

	#products_rails_page_ending {
		display: none;
	}
	#products_baluster_page_ending {
		display: none;
	}
	#products_floral_page_ending {
		display: none;
	}
	#products_spear_page_ending {
		display: none;
	}
	#products_rail_ends_page_ending {
		display: none;
	}
	#products_cab_page_ending {
		display: none;
	}
	#products_tools_page_ending {
		display: none;
	}
	#services_page_ending {
		display: none;
	}
	#contact_page_ending {
		display: none;
	}
	#company_page_ending {
		display: none;
	}
	#ending_spacer	{
		display: none;
	}

}












