@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    margin: auto;
    background-color: #fefefe;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#locktop, #locktop_index {
    top: 0;
    position: fixed;
    margin: auto;
    width: 100%;
    background-color: #fefefe;
    z-index: 20;

}
header {
    top: 0;
    width: 960px;
    height: 100px;
    margin: auto;
    padding: 25px;
}
a {
    text-decoration:none;
}
h1 {
    font-family: oswald, sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    color: #616161;
}
h2 {
    font-family: oswald, sans-serif;
    font-size: 1.875em;
    font-weight: 300;
    color: #616161;
    text-transform: uppercase;
    padding-top: 5px;
}
h3 {
    font-family: oswald, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #616161;
    text-transform: uppercase;
}
h4 {
    font-family: oswald, sans-serif;
    font-weight: 300;
    color: #616161;
}
.city, .city_index {
    margin: -15px 0px 0px 225px;
}
#title, #title_index {
    text-transform: uppercase;
    padding-top: 20px;
}
#title_link {
    text-decoration:none;
}
#slogan, #slogan_index {
    width: 250px;
    float: right;
    margin-top: -70px;
    margin-right: 20px;
    z-index: 10;
}
#slogan_index {
  cursor: pointer;
}
#recycle, #recycle_index {
    width: 70px;
    height: auto;
    margin-left: -15px;
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.34;
}
#summary, #summary_index {
    font-family: oswald, sans-serif;
    line-height: 20px;
    font-size: 0.975em;
    font-weight: 300;
    color: #616161;
    margin-top: -70px;
    margin-left: 30px;
}
#summarynote, #summarynote_index {
    font-family: helvetica, sans-serif;
    font-weight: 700;
    letter-spacing:.5px;
    font-size: 0.750em;
    color: #838383;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 30px;
}
nav {
    background-color: #164e81;
    max-width: 100%;
    height: 60px;
}
#in_nav {
    width: 980px;
    margin: auto;
    padding: 25px;
}
#in_nav a {
    text-decoration: none;
    font-family: oswald, sans-serif;
    font-size: .95em;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #e7e7e7;
/*    margin-right previously set at 15px*/
    margin-right: 45px;
    -webkit-transition: opacity .5s;
}
#home {
    margin-left: 2px;
}
#nav_divide { 
    text-decoration: none;
    font-family: oswald, sans-serif;
    font-size: 1.000em;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #e7e7e7;
    margin-right: 40px;
}
#in_nav a:visited {
    color: #e7e7e7;
}
#in_nav a:hover {
    opacity: .5;
}
#main {
    width: 960px;
    margin: auto;
    padding: 25px;
    min-width: 960px;
    padding-top: 225px;
}
#main_index {
    width: 960px;
    margin: auto;
    padding: 25px;
    min-width: 960px;
    margin-top: -60px;
}
/*SLIDER*/
.slide-viewer {
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: 425px;
    padding-top: 210px;
}
.slide-group {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.slide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 0;
}
.slide:first-child {
  display: block;
}
.slide-buttons {
  width: 960px;
  height: 20px;
  margin: 0 auto;
  margin-top: -75px;
  text-align: center;
  z-index: 10;
}
#slide-arrow-left {
  background-image: url("/images/arrow_left.png");
  background-repeat: no-repeat;
  height: 97px;
  width: 98px;
  border-radius: 75%;
  cursor: pointer;
  outline: none;
  border: 0;
  opacity: .8;
  z-index: 20;
  margin-top: -270px;
  float: left;
}
#slide-arrow-right {
  background-image: url("/images/arrow_right.png");
  background-repeat: : no-repeat;
  height: 97px;
  width: 98px;
  border-radius: 75%;
  cursor: pointer;
  outline: none;
  border: 0;
  opacity: .8;
  z-index: 20;
  margin-top: -275px;
  float: right;
}
#slide-arrow-left:active, #slide-arrow-right:active {
  opacity: .5;
}
#slide-btn {
  background-color: #e7e7e7;
  height: 16px;
  width: 16px;
  border-radius: 80%;
  margin-right: 30px;
  cursor: pointer;
  outline: none;
  border: 0;
  opacity: .8;
}
#slide-btn:active {
  opacity: .5;
}
.slide-1 {
  background-image:url(/images/slide_1.png);
}
.slide-2 {
  background-image:url(/images/slide_2.png);
}
.slide-3 {
  background-image:url(/images/slide_3.png);
}
.slide-4 {
  background-image:url(/images/slide_4.png);
}
.slide-1, .slide-2, .slide-3, .slide-4 {
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_box_1, .slider_box_2, .slider_box_3, .slider_box_4 {
  width: 800px;
  height: 400px;
  margin: auto;
  border-radius: 10px;
}
.slider_box_2 {
  margin-top: 40px;
}
.slider_box_4 {
  margin-top: 150px;
}
.slider_header_1, .slider_header_2, .slider_header_3, .slider_header_4 {
  width: 800px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: .5px;
  color: white;
  text-align: center;
  margin: 0 auto;
  margin-top: 120px;
  text-shadow: 2px 2px #2c2c2c;
}
.slider_header_1 {
  margin-top: 140px;
}
.slider_header_4 {
  margin-top: 190px;
}
.slider_cta {
  width: 800px;
  height: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 30px;
  margin-left: -15px;
  color: white;
  text-align: center;
  text-shadow: 2px 2px #2c2c2c;
  font-family: helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
#slider_email {
  color: white;
}
/*
.arrow_box, .arrow_box_3 {
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #ffffff;
line-height: 0px;
_border-color: #000000 #000000 #000000 #ffffff;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
float: right;
clear: left;
margin-right: 235px;
margin-top: -17.5px;
text-shadow: 2px 2px #2c2c2c;
}
.arrow_box_3{
  margin-right: 225px;
}
*/
/*SLIDER END*/
#intro_title {
    margin-top: 120px;
    margin-bottom: 25px;
}
#intro, #industrial_p, #specialty_p {
    font-family: helvetica;
    font-size: 0.875em;
    font-weight: 200;
    color: #616161;
    line-height: 20px;
    margin-top: 2px;;
    width: 945px;
}
#home_content_left p:nth-child(2) {
    margin-top:20px;
}
#home_content_right {
    margin-top: -200px;
    margin-right: 10px;
    width: 465px;
    float: right;
}
#grey_sec {
    width: 100%;
    height: 625px;
    background-color:#f7f7f7;
    margin-top: 30px;
}
#grey_sec_wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
#grey_sec_header {
    margin-top: 40px;
    padding-bottom: 30px;
}
#p_grey {    
    font-family: helvetica;
    font-size: 0.875em;
    font-weight: 200;
    color: #616161;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
    width: 300px;
    height: 90px;
}
#grey_image {
    -webkit-transition: opacity .5s;
}
#sustainable, #hazmat, #consult {
    display: inline-block;
    display: -moz-inline-stack;
    margin-top: 20px;
}
#sustainable_button, #hazmat_button, #consult_button, #industrial_button {
    width: 250px;
    height: 55px;
    margin-top: 35px;
    border: 2px solid #4fa171;
    border-radius: 5px;
    background-color: #f7f7f7;
    color: #4fa171;
    font-size: 13px;
    font-family: oswald, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity .5s;
    background-image:url(/images/cta.png);
    background-repeat: no-repeat;
    background-size: 8px;
}
#industrial_button {
  color: #5a5a5a;
  background-color:#fefefe;
  border-color:#5a5a5a;
  background-image:url(/images/cta_2.png);
  background-position: 205px;
  padding-right: 20px;
  clear: right;
  margin-left: 65px;
  letter-spacing: .5px;
}
#sustainable_button {
    background-position: 205px;
    padding-right: 20px;

}
#hazmat_button {
    width: 310px;
    background-position: 275px;
    padding-right: 20px;
}
#consult_button {
    width: 260px;
    background-position: 230px;
    padding-right: 15px;
}
#sustainable_button:hover, #hazmat_button:hover, #consult_button:hover, #grey_image:hover, #industrial_button:hover, #specialty_button:hover {
    opacity: .5;
}
.img2_grey, .img3_grey, .hazmat_title {
  margin-right: 20px;
}
#lockbottom {
  background-color: #2c2c2c;
  width: 100%;
  bottom:0px;
  position: fixed;
  height: 15px;
  padding-bottom: 70px;
  font-family: helvetica;
  font-size: 0.875em;
  color:#dadada;
  min-width: 960px;
}
#foot_wrap {
  width: 960px;
  padding: 25px;
  margin: auto;
}
#address_bar {
  margin-top: 5px;
  float: left;
  width: 205px;
  height: .2px solid;
}
#address_footer {
  margin-top: -10px;
}
#address {
  width: 300px;
}
#contact_footer {
  float: right;
  clear: left;
  margin-top: -45px;
  margin-right: 50px;
  line-height: 18px;
}
#email_footer {
  color: #dadada;
}
/*contact_us page*/
.contact {
    height: 550px;
}
#contact_header, #industrial_header, #specialty_header, #about_header {
    margin-top: 15px;
    float: left;
    letter-spacing: .5px;
    font-size:35px;
}
#contact_sub, #industrial_sub, #specialty_sub, #about_sub {
    margin-top: 58px;
    margin-left: 30px;
    letter-spacing: .5px;
    font-size:19px;
}
#industrial_header, #about_header {
  margin-top: 50px;
  margin-left: 450px;
}
#industrial_sub {
  float: right;
  clear: right;
  margin-right: 260px;
  margin-top: 25px;

}
#about_sub {
  float: right;
  clear: right;
  margin-right: 110px;
  margin-top: 25px;
}
#industrial_p, #about_p {
  width: 400px;
  float: right;
  clear: right;
  font-size: 15px;
  line-height: 25px;
  font-family: helvetica;
  font-size: 0.875em;
  font-weight: 200;
  color: #616161;
  line-height: 20px;
  margin-top: 30px;
  margin-right: 110px;
}
#industrial_image, #about_image {
  margin-top: -75px;
  float: left;
  clear: left;
}
#industrial_image {
  background-image:url('/images/industrial_account.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 416px;
  width: 384px;
}
#about_image_page {
  background-image:url('/images/about_page.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 416px;
  width: 384px;
  margin-top: 15px;
}
#about_p {
  margin-top: -265px;
}
#specialty {
    width: 960px;
    margin: auto;
    padding: 25px;
    min-width: 960px;
    margin-top: 220px;
}
#specialty_header {
  float: left;
  width: 960px;
}
#specialty_nav {
  display: inline-block;
  display: -moz-inline-stack;
  margin-top: 25px;
}
.mixed_material_nav, .lubricant_nav, .dross_nav {
  cursor: pointer;
}
#specialty_nav_divide {
  margin-left: 15px;
  margin-right: 10px;
  font-size: 20px;
  font-family: oswald, sans-serif;
  font-weight: 300;
  color: #616161;
}
#specialty_sub {
  width: 960px;
  float: right;
  margin-bottom: 20px;
}
#specialty_p {
  margin-top: 20px;
  float: left;
  width: 380px;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}
#specialty_image {
  width: 400px;
  height: 275px;
  float: right;
  margin-top: -40px;
  margin-right: 45px;
}
#centrifuge_image {
  width: 400px;
  height: 514px;
  float: right;
  margin-top: -40px;
  margin-right: 45px;
  margin-bottom: 100px;
}
#dross_image {
  width: 400px;
  height: 376px;
  float: right;
  margin-top: -40px;
  margin-right: 45px;
}
#specialty_button {
  border-radius: 5px;
  -webkit-transition: opacity .5s;
  background-size: 8px;
  color: #5a5a5a;
  background-color:#fefefe;
  border-color:#5a5a5a;
  background-image:url(/images/cta_2.png);
  background-repeat: no-repeat;
  background-position: 205px;
  padding-right: 20px;
  letter-spacing: .5px;
  width: 250px;
  height: 55px;
  font-size: 13px;
  font-family: oswald, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  outline: none;
  margin-top: 35px;
}
.specialtybut1 {
  clear: left;
  float: left;
}
.specialtybut2 {
  clear: left;
  float: left;
}
.specialtybut3 {
  clear: left;
  float: left;
}
.specialty_hr2 {
  width: 915px;
  margin-top: 400px;
  margin-right: 60px;
}
.specialty_hr3 {
  width: 915px;
  margin-top: 520px;
  margin-right: 60px;
}
#map {
    margin-top: -55px;
    float: right;
    margin-right: 20px;
}
#phone {
    height: 100px;
    width: 100px;
    margin: 30px 50px 0px 0px;
    background-image:url(/images/phone.png);
    background-repeat: no-repeat;
    background-size: 45%;
}
#email {
    height: 100px;
    width: 100px;
    margin: 30px 50px 0px 0px;
    background-image:url(/images/email.png);
    background-repeat: no-repeat;
    background-size: 70%;
}
#fax {
    height: 100px;
    width: 100px;
    margin: 20px 50px 0px 0px;
    background-image:url(/images/fax.png);
    background-repeat: no-repeat;
    background-size: 70%;
}
#phone_no, #email_add, #fax_no {
    margin-left: 100px;
    width: 500px;
}
#email_add {
    margin-top: 5px;
    -webkit-transition: opacity .5s;
}
#email_add:hover {
    opacity: .5;
}
h4#phone_no, h4#email_add, h4#fax_no {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    body {
        min-height: 1240px;
    }
}