﻿* { 
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8em;
	color: #000;
	background-image:url(assets/bg2.png);
}
#container {
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
}

/*============================= HEADER =============================*/
.info-phone {
	width: 100%;
	font-size: 1.1em;
	line-height: 3em;
	letter-spacing: .1em;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
.phone {
	color: #c8282c !important;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0;
}
#header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;	
}
.logo-font {
	float: left;
	font-size: 2em;
	line-height: 1.5em;
	padding-left: 5%;
}
.metal {
	float: right;
}
/*===================== FONTS ========================*/

h1, h2, h3, h4 {
	font-size: 2em;
	font-weight: 300;
	color: #c8282c;
	line-height: 2em;
}
h2 {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 1em;
}
h3, h4 {
	font-size: 1.1em;
	padding-left: 3%;
}
h4 {
	font-size: 1em;
}
p {
	margin-right: 3%;
	margin-bottom: 1em;
}
.red {
	color: #c8282c;
}
.bold {
	font-weight: 400;
}
.asterisk {
	font-size: .9em;
}
/*======================== CONTENT =========================*/
#content {
	width: 100%;
	background-color: #fff;
	height: auto;
}
#aside {
	float: left;
	width: 25%;
	height: auto;
}
ul, ol {
	list-style: none;
}
ol li {
	background: none;
}
a, a:hover {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #c8282c;
}
#main-nav {
	float: left;
	width: 100%;
}
label[for="menu-toggle"] {
	display: none;
}
#menu-toggle {
	display: none;/*hide the checkbox*/
}
#menu-toggle checked + #menu {
	display: none;
}
ul#menu li {
	display: block;
	width: 70%;
	height: 2.4em;
	margin: .5em 10%;
	text-align: left;
	line-height: 2.5em;
	background: url(assets/paper-buttons.png) no-repeat left bottom;
	padding-left: 18%;
}
ul#menu li a {
	font-size: .9em;
	letter-spacing: .15em;
	color: #000;
}
ul#menu li a:hover, ul#menu li a:active, ul#menu li a:focus {
	color: #c8282c;
}
.recycle {
	clear: both;
	text-align: center;
	padding-top: 5em;
}

/*==================== MAIN CONTENT ===================*/

.main-content {
	float: left;
	width: 67%;
	margin: 0 3% 2em;
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.row {
	width: 100%;
	clear: both;
}
.col-50, .col-33 {
	width: 50%;
	float: left;
}
ul.page-list {
	margin: 1em 3%;
}
ul.page-list-responsive {
}
li {
	background: url(assets/list-bullet.png) no-repeat 0 .7em;
	padding-left: 3%;
	text-align: left;
}
.col-50 li {
	padding-left: 7%;
}
.margin-top-3 {
	margin-top: 3em;
}
.margin-top-6 {
	margin-top: 6em;
}
.alignright { 
	text-align:right;
}
.aligncenter {
	text-align: center;
}


/*--------------- Table Styles -------------------*/
table, table.sitemap {
	width: 100%;
	border: none;
	border-collapse: collapse;
	clear: both;
}
th,td {
	text-align: left;
	font-weight: 300;
	padding: 0 5%;
}
table.sitemap {
	width: 90%;
}
table.sitemap, table.sitemap th, table.sitemap td {
	border: .06em solid #999;
	padding: 3%;
}
table.sitemap th a {
	color: #c8282c;
}
/*------------------------ CONTACT -----------------*/

fieldset {
	border-style: none;
	width: 90%;
	padding: 1.5em 0 0 5%;
	float: left;
	background: url(assets/contact-background.png) no-repeat;
	height: 49em;
	margin-top: 2em;
}
label {
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 1%;
	display: block;
	color: #000;
	height: 2em;
	letter-spacing: .1em;
	line-height: 2.2em;
}
input, textarea {
	border: .06em solid #c9c8c6;
	-moz-border-radius: 3%;
	-webkit-border-radius: 3%;
	border-radius: 3%;
	font-size: 1em;
	font-weight: normal;
	background-color: #fff;
	padding-left: .5%;
	color: #000;
	-webkit-appearance: none;
}
input {
	width: 50%;
	height: 2em;
	margin-bottom: .5em;
}
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-left: 2%;
	overflow: auto;
	width: 74%;
	height: 13em;
	margin: 1em 0 1.5em 18%;
	outline: none;
}
input:focus {
    border: .06em solid #c8282c;
}
textarea:focus {
	border: .06em solid #c8282c;
}
input:required:invalid, input:focus:invalid {
	background: url(assets/invalid.png) no-repeat 98% center;
	background-color: #fff;
}  
input:required:valid {
	background: url(assets/valid.png) no-repeat 98% center;
	background-color: #fff;
}
input::-webkit-input-placeholder {
   	color: #777;
	font-weight: 300;
}
input::-moz-placeholder {
   	color: #777;
	font-weight: 300;
}
input:-moz-placeholder {   /* Older versions of Firefox */
   	color: #777;
	font-weight: 300;
}
input:-ms-input-placeholder { 
   	color: #777;
	font-weight: 300;
}
.send-button, .resubmit-button {
	border: .06em solid #c8282c;
	-moz-border-radius: 3%;
	-webkit-border-radius: 3%;
	border-radius: 3%;
	color: #fff;
	letter-spacing: .1em;
	background-color: #c8282c;
	width: 20%;
	margin-left: 40%;
	float: left;
	height: 2.5em;
	line-height: 2.3em;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}
.resubmit-button {
	width: 35%;
	margin-left: 32%;
	border: .06em solid #c9c8c6;
	padding-left: 2%;
	background-color: #fff;
	color: #000;
	background-image: url(assets/left-arrow.png);
	background-repeat: no-repeat;
	background-position: 3% center;
}
.resubmit {
	width: 74%;
	float: left;
	background: url(assets/resubmit-to-team-lowenstein.png) no-repeat;
	height: 41em;
	padding-top: 18em;
	text-align: center;
}
.receipt {
	background: url(assets/receipt.png) no-repeat top center;
	width: 51%;
	height: 35em;
	padding-top: 12em;
	margin: 2em auto 1em auto;
	text-align: center;
	line-height: 2em;
}
.thankYou {
	overflow: hidden;
	margin-top: 2em;
	width: .5958%;
	background-image: url(assets/bgPaper.png);
	background-repeat: no-repeat;
	height: 17.142em;
	margin-left: 7.3%;
	padding-top: 5.857em;
	font-size: .9em;
	color: #000;
	text-align: center;
	letter-spacing: .1em;
}

/*--------------- FOOTER --------------*/
#footer {
	background: url(assets/team-lowenstein-titanium-scrap-metals.png) no-repeat 2em bottom;
	clear:both;
	width: 100%;
	height: 15em;
	padding-top: 3em;
	padding-left: 53%;
	text-align: left;
	line-height: 2.5em;
}

/*===================== iPAD (LANDSCAPE TO 1024px) ===========================*/
@media (max-width:64em) {
#container {
	width: 98%;
}
body {
	font-size: 16px;
}
.info-phone {
	width: 96%;
	margin: 0 auto;
}
.phone {
	font-size: 1.2em;
}
#ul.menu li {
	width: 90%;
	margin: 1em 0;
	padding-left: 2.5em;
	height: 2em;
}
#ul.menu li a {
	line-height: 2.7em;
}
table.sitemap, table.sitemap th, table.sitemap td {
	border: .06em solid #999;
}
}
/*===================== iPAD (PORTRAIT TO 960px) ===========================*/
@media (max-width:60em) {
#container {
	width: 96%;
}
/*----------------- HEADER (iPAD PORTRAIT) -----------------*/

.info-phone {
	font-size: .9em;
}
.phone {
	font-size: 1.3em;
	clear: both;
	float: right;
	margin-right: 5%;
}
.logo-font {
	font-size: 1.5em;
}
img.metal {
	margin-left: 2%;
}
/*----------------- ASIDE + NAV (iPAD PORTRAIT) -----------------*/

#aside {
	width: 30%;
}
#ul.menu li {
	padding-left: 35%;
}
#ul.menu li a {
	line-height: 2.7em;
}
/*----------------- MAIN CONTENT (iPAD PORTRAIT) -----------------*/

.main-content {
	width: 62%;
}
h1 {
	line-height: 1.5em;
}
/*----------------- CONTACT FORM (iPAD PORTRAIT) -----------------*/

fieldset {
	border: .06em solid #c8282c;
	-moz-border-radius: 3%;
	-webkit-border-radius: 3%;
	border-radius: 3%;
	width: 100%;
	padding: 1.5em 0 0 5%;
	background: none;
	height: auto;
}
label {
	width: 100%;
	text-align: left;
	letter-spacing: 0;
}
input {
	width: 90%;
	margin: 0 auto 1em;
}
textarea {
	width: 92%;
	margin: 0 auto;
}
/*----------------- FOOTER (iPAD PORTRAIT) -----------------*/

#footer {
	border-top: .06em solid #c8282c;
	background: none;
	padding-left: 0;
	text-align: center;
}
}
/*===================== MOBILE (LANDSCAPE TO 688px) ===========================*/
@media (max-width:43em) {
	
body {
	font-size: 12px;
}
/*----------------- HEADER (MOBILE LANDSCAPE) -----------------*/

.logo-font {
	font-size: 1.2em;
}
.info-phone {
	width: 100%;
}
.phone {
	font-size: 2em;
}	
h2 {
	font-size: 1.6em;
}
/*----------------- ASIDE + MENU (MOBILE LANDSCAPE) -----------------*/

#aside {
	width: 100%;
}
label[for="menu-toggle"] {
	display: block;
	float: left;
	cursor: pointer;
	width: 3.3333em;
	height: 3.3333em;
	font-size: 2em;
	color: 000;
	padding-left: 12%;
	background: url(assets/nav-icon.png) no-repeat 20% top;
	margin-bottom: 2em;
}
#menu-toggle {
  	display: none; /* hide the checkbox */
}
#menu {
  	display: none;
}
#menu-toggle:checked + #menu {
  	display: block;
	background-image:url('assets/bg2.png');
	font-size: 1em;
}
ul#menu li.home, ul#menu li.services, ul#menu li.metals, ul#menu li.about, ul#menu li.contact {
	width: 75%;
	height: 6.5em;
	line-height: 6.5em;
	text-decoration: none;
	list-style-type: none;
	-webkit-box-shadow: 0 -.313em .06em 0 #000, 0 .06em .06em 0 #626262;
	-moz-box-shadow: 0 -.313em .06em 0 #000, 0 .06em .06em 0 #626262;
	box-shadow: 0 -.313em .06em 0 #000, 0 .06em .06em 0 #626262;
	padding-left: 25%;
	background-repeat: no-repeat;
	background-position: 10% center;
	margin-left: 0;
}
ul#menu li.home {
	background-image: url(assets/home-icon.png);
	margin-top: 5em;
}
ul#menu li.services {
	background-image: url(assets/scrap-metal-services-icon.png);
	margin-top: 0;
}
ul#menu li.metals {
	background-image: url(assets/scrap-metals-icon.png);
	margin-top: 0;
}
ul#menu li.about {
	background-image: url(assets/about-us-icon.png);
	margin-top: 0;
}
ul#menu li.contact {
	background-image: url(assets/contact-us-icon.png);
	margin-top: 0;
	margin-bottom: 3em;
	border-bottom: none;
	height: 7em;
}
ul#menu li a {
	color: #fff;
	font-size: 1.5em;
}
.recycle {
	display: none;
}
/*----------------- MAIN CONTENT (MOBILE LANDSCAPE) -----------------*/

.main-content {
	width: 100%
}
.col-50 {
	font-size: 1.5em;
	line-height: 2em;
}
.asterisk {
	font-size: 1em;
}
.col-50, .col-33 {
	width: 50%;
	float: left;
}
li {
	line-height: 1.4em;
	padding-left: 4%;
}
/*----------------- CONTACT FORM (MOBILE LANDSCAPE) -----------------*/
fieldset {
	width: 88%;
}
label, th, td {
	font-size: 1.3em;
}
input, textarea {
	border: .06em solid #c9c8c6;
	padding-left: 2%;
}
input {
	height: 3.5em;
	line-height: 3.5em;
}
input::-webkit-input-placeholder {
   	color: #777;
	font-weight: 300;
	font-size: 1.3em;
}
input::-moz-placeholder {
   	color: #777;
	font-weight: 300;
	font-size: 1.3em;
}
input:-moz-placeholder {   /* Older versions of Firefox */
   	color: #777;
	font-weight: 300;
	font-size: 1.3em;
}
input:-ms-input-placeholder { 
   	color: #777;
	font-weight: 300;
	font-size: 1.3em;
}
/*----------------- TABLE (MOBILE LANDSCAPE) -----------------*/

table, table.sitemap {
	width: 90%;
}
table, th, td {
	padding: 3%;
}
table.sitemap {
	border: .06em solid #999;
}
.responsive-into-paragraph-sitemap {
	font-size: 1.3em;
	line-height: 1.8em;
	width: 94%;
	margin: 0 3%;
}
/*----------------- FOOTER (MOBILE LANDSCAPE) -----------------*/

#footer {
	font-size: 1.5em;
}
}
/*===================== MOBILE (PORTRAIT TO 480px) ===========================*/
@media (max-width:30em) {
body {
	font-size: 16px;
}
/*----------------- HEADER (MOBILE PORTRAIT) -----------------*/

.info-phone, .phone {
	width: 100%;
	line-height: 1.7em;
	background-color: #c8282c;
	color: #fff;
	font-weight: 400;
	margin: 0 0;
	padding: 1em 0;
}
.phone {
	font-size: 1.7em;
	width: 100%;
	padding: .7em 3%;
	font-weight: 400;
}
.logo-font {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: -.5em;
}
.responsive-metal-margin-top-1 {
	margin-top: 1em;
}
/*----------------- NAV (MOBILE PORTRAIT) -----------------*/

label[for="menu-toggle"] {
	font-size: 1.5em;
	padding-left: 22%;
	margin-bottom: 1em;
}
ul#menu li.home, ul#menu li.services, ul#menu li.metals, ul#menu li.about, ul#menu li.contact {
	width: 90%;
	height: 5em;
	line-height: 5em;
	padding-left: 35%;
	-webkit-box-shadow: 0 -.250em .06em 0 #000, 0 .125em 0 0 #4c4c4c;
	-moz-box-shadow: 0 -.250em .06em 0 #000, 0 .125em 0 0 #4c4c4c;
	box-shadow: 0 -.250em .06em 0 #000, 0 .125em 0 0 #4c4c4c;
}
ul#menu li.services {
	background-image: url(assets/scrap-metal-services-icon.png);
	margin-top: .5em;
}
ul#menu li.metals {
	background-image: url(assets/scrap-metals-icon.png);
	margin-top: .5em;
}
ul#menu li.about {
	background-image: url(assets/about-us-icon.png);
	margin-top: .5em;
}
ul#menu li.contact {
	background-image: url(assets/contact-us-icon.png);
	margin-top: .5em;
	margin-bottom: 2em;
}
ul#menu li a {
	font-size: 1.2em;
}
/*----------------- MAIN CONTENT (MOBILE PORTRAIT) -----------------*/

.main-content {
	width: 92%;
	margin-left: 4%;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
}
h3 {
	line-height: 1.4em;
	padding-bottom: .5em;
}
.row {
	padding-top: 1.5em;
}
.col-50 {
	width: 100%;
	margin-top: 0 !important;
	font-size: 1em;
}
li {
	line-height: 1.5em;
	padding-left: 7%;
	background: url(assets/list-bullet.png) no-repeat left .5em;
}
ul.page-list.responsive {
	margin: 0 3%;
}
/*----------------- CONTACT FORM (MOBILE PORTRAIT) -----------------*/

fieldset {
	width: 96%;
	margin-left: 0 auto;
	padding: 0;
	border: none;
}
label {
	font-size: 1.2em;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
}
input, textarea {
	width: 100%;
	margin-left: 0;
	float: left;
}
input {
	height: 3em;
	line-height: 3em;
}
input::-webkit-input-placeholder {
	font-size: 1em;
}
input::-moz-placeholder {
	font-size: 1em;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	font-size: 1em;
}
input:-ms-input-placeholder { 
	font-size: 1em;
}
.send-button {
	width: 30%;
	margin-left: 35%;
	margin-top: 1em;
}
/*----------------- TABLES (MOBILE PORTRAIT) -----------------*/

table, table.sitemap {
	width: 90%;
	margin-left: 5%;
	font-size: 1em;
}
th, td {
	font-size: 1em;
}
.responsive-into-paragraph-sitemap {
	font-size: 1em;
}
/*----------------- FOOTER (MOBILE PORTRAIT) -----------------*/

#footer {
	font-size: 1em;
	line-height: 2em;
}
}