@charset "utf-8";
/* CSS Document */

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Merriweather", Georgia, serif;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
header {
	padding: 0px;
}
#map {
	background-color: #fff;
	padding: 10px;
}
/* remove background highlight blue colour on images with link focus */
* {
	-webkit-tap-highlight-color: transparent;
}


body {
	margin-left: auto;
	margin-right: auto;
	background-color: #003e29;
	font-family: "Merriweather", Georgia, serif;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #003e29;
}

/* load bg image by fade in */
body:after {
	content: "";
	background: url(../images/scrapmetalman.jpg ) no-repeat 0 0;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	animation: bgFade 2s 2s forwards;
}
@keyframes bgFade {
 from {
 opacity:0;
}
to {
	opacity: 0.3;
}
}
/* ---------------------- */


table {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
video {
  /* override other styles to make responsive */
  width: 100%;
  height: auto;
}

ul {
	list-style-type: none;
}
a {
	font-weight: 500;
	text-decoration: none;
	color: #7c371c;
}
h1, h2, h3 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
}
h1 a, h2 a, h3 a {
	border-bottom: 0;
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 1.5rem 0;
	text-align: center;
}
.top-box-trans h2 {
	color: #fff;
}
h3 {
	font-size: 1rem;
	margin: 0 0 1.5rem 0;
}
.col {
	width: 100%;
}
/* hide padded content used to force columns to have same height - see 9000px -9000px divs */	
.row #locations {
	overflow: hidden;
}
/* ------------------------------------------------------- */	

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/* Navigation */	
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
	text-decoration: none;
	color: #e6890b;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 6px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0.075em;
	font-size: 1.3rem;
}
.style-nav ul li a:hover {
	color: #ffffff;
}
/* --------------------*/	

.scrap_account ol li {
	margin-left: 20px;
	padding-left: 20px;
}
.scrap_account ol {
	padding-top: 10px;
	padding-bottom: 10px;
}
#welcome h1 {
	color: #003e29;
}
#locations {
	background-color: #ffffff;
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
}
/* display mobile call button if correct device - otherwise disable */
.cent-mob {
	text-align: center;
	font-size: 1rem;
}
.cent {
	text-align: center;
	display: none;
}
/* ---------------------- */
	
/* buttons includes no click */
[class*="sqbutton"] {
 border:2px #003e29 solid;
 padding: 10px 10px;
 background-color: #e6890b;
 color: #003e29;
 text-decoration: none;
 min-width:150px;
 margin:6px;
}
.sqbutton {
	font-size: 1rem;
}
.sqbutton:hover {
	background-color: #ffffff;
}
/* ---------------------- */

.top-box-trans {
	color: #003e29;
	padding: 10px 10px 10px;
	text-align: center;
}
[class*="info-box"] {
 background-color: #ffffff;
 color: #003e29;
 text-align: justify;
 padding: 30px 30px 30px;
}

.info-box-video {
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
	padding: 0px;
	
}
.info-box-white {
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
}
.info-box-ot {
	border-top-color: #f4f4f4;
	border-top-style: solid;
	text-align: center;
	font-size: 0.75rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info-box-white-l {
	padding-bottom: 9000px;
	margin-bottom: -9000px;
	border-right-color: #f4f4f4;
	border-right-style: solid;
	border-right-width: thin;
}
.info-box-white-r {
	padding-bottom: 9000px;
	margin-bottom: -9000px;
	border-left-color: #f4f4f4;
	border-left-style: solid;
	border-left-width: thin;
	text-align: center;
}

.info-box-white-thin {
	padding: 10px;
	position: relative;
}
.info-box-white-nb {
	border:none;
}
.info-box-white-nb a {
	color: #e68905;
	font-weight: 900;
}

.info-box-white-nb a:hover {
	color: #003e29;
}
.info-box-white-tb {
	border-top-color: #f4f4f4;
	border-top-style: solid;
}
/* --top border not present for this class in other css files--- */
.info-box-loc-l {
	padding-left: 10px;
	padding-right: 10px;
	border-right-color: #f4f4f4;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #f4f4f4;
	border-top-style: solid;
}
.info-box-loc-r {
	padding-left: 10px;
	padding-right: 10px;
	border-left-color: #f4f4f4;
	border-left-style: solid;
	border-left-width: thin;
	border-top-color: #f4f4f4;
	border-top-style: solid;
}
/* ----------------------------------- */
.info-box-white-center {
	text-align: center;
}
.address {
	padding-bottom: 20px;
	background-color: #fff;
	text-align: center;
	}
.address a:hover {
	color: #e6890b;
	text-decoration: none;
}
.viz {
	color: #e6890b;
	text-decoration: none;
}

.viz a:hover {
	color: #fff;	
}

a:link.wdnb {
    color: #e6890b;
    text-decoration: none;
}
a:active.wdnb {
    color: #e6890b;
    text-decoration: none;
}
a:visited.wdnb {
    color: #e6890b;
    text-decoration: none;
}

a:hover.wdnb  {
text-decoration: underline;	
}



.strapline {
	display: none;
}
.strapline_sml {
	text-align: center;
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0px 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* down arrow */
.da {
	display: none;
}
/* ---------------------- */

/* show text on thumbnail images while dimming image */
.thumbnail {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.thumbtext {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.info-box-white-thin:hover .thumbnail {
	opacity: 0.6;
}
.info-box-white-thin:hover .thumbtext {
	opacity: 1;
}
.hovertext {
	background-color: #003e29;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.1rem;
}
footer {
	text-align: right;
	padding: 30px;
	font-size: 14px;	
}

#welcome h1 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.4rem;
}


/* ****************************** */
@media screen and (max-device-width: 320px) and (orientation: portrait) {
/* eg Apple 4S less than or equal to */

}
 @media screen and (max-device-width: 480px) and (orientation: landscape) {
/* eg Apple 4S less than or equal to */
body {
	font-size: 0.625rem;
	line-height: 0.875rem;
}
.hovertext {
	font-size: 1rem;
	line-height: 1.2rem;
}
.sqbutton {
	font-size: 1.1rem
}
#welcome h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.8rem;
}
h2 {
	font-size: 1.375rem;
}

}

@media screen and (min-device-width: 321px) and (orientation : portrait){ 
/* greater than than or equal to 321px and portrait -  large phone g4 */
header {
	padding: 0px;
}
h1 {
	font-size: 2rem;
	line-height: 1.2;
	/*padding-top: 10px;*/
}
#welcome h1 {
	font-size: 1.8rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1rem;
}

.top-box-trans {
	padding: 10px 10px 10px;
}

.sqbutton {
	padding: 5px 10px;
	font-size: 1.1rem;
	min-width: 200px;
}
.nc_sqbutton {
	padding: 5px 10px;
	font-size: 1.1rem;
	min-width: 200px;
}
.info-box-ot {
	font-size: 0.75rem;
}

}

@media screen and (min-device-width: 481px) and (orientation: landscape) {
/* greater than than or equal to 481 px and landscape -  large phone g4  */

header {
	/* padding: 10px; */
}
h1 {
	font-size: 1.8rem;
	line-height: 1.2;
	/*padding-top: 10px;*/
}
#welcome h1 {
	font-size: 3rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1rem;
}
.strapline {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 20px 10px 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.strapline_sml {
	display: none;
}
.top-box-trans {
	padding: 10px 10px 10px;
}
.style-nav ul li a {
	padding: 8px;
	letter-spacing: 0.075em;
	font-size: 1.5rem;
}
.style-nav ul li {
	display: inline-block;
}
.style-nav ul {
	text-align: center;
}
.col-md-one-half {
	width: 50%;
}
.col {
	float: left;
	padding: 0px 0px 0px;
}
.sqbutton {
	padding: 5px 10px;
	font-size: 1.1rem;
	min-width: 200px;
}
.nc_sqbutton {
	padding: 5px 10px;
	font-size: 1.1rem;
	min-width: 200px;
}
.info-box-ot {
	font-size: 0.875rem;
}
.da {
	display: inline-block;
	width: 14%;
}
.info-box-white-r img {
	width: 70%;
	max-width: 70%;
	
}

}

@media screen and (min-device-width: 576px) and (orientation: portrait) {
/* greater than than or equal to 576px and portrait - small tablet - v500 */
header {
	/* padding: 20px; */
}
h1 {
	font-size: 2rem;
	line-height: 1.2;
	/*padding-top: 10px;*/
}

.strapline {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 20px 10px 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.strapline_sml {
	display: none;
}
.style-nav ul li a {
	padding: 10px;
	letter-spacing: 0.075em;
	font-size: 1.4rem;
}
.style-nav ul li {
	display: inline-block;
}
.style-nav ul {
	text-align: center;
}
.col-md-one-half {
	width: 50%;
}
.col {
	float: left;
	padding: 0px 0px 0px;
}

}

@media screen and (min-device-width: 740px) and (orientation: landscape) {
/* greater than than or equal to 740px extra large phones in landscape mode such xiamo note 5 (780 x 360) */
body {
	font-size: 0.875rem;
	line-height: 1.325rem;
}
header {
	padding: 0px;
}

h1 {
	font-size: 2.4rem;
	line-height: 1.4;
}
#welcome h1 {
	font-size: 2.2rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
.strapline {
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 20px 0px 0px 20px;
}
h3 {
	font-size: 1.125rem;
}
.cent-mob {
	display: none;
}
.cent {
	text-align: center;
	display:block;    
}
.sqbutton {
	font-size: 1.2rem;
	min-width: 200px;
}
.nc_sqbutton {
	font-size: 1.2rem;
	min-width: 200px;
}
.da {
	width: 14%;
	display: inline-block;
}
.info-box-ot {
	font-size: 0.9rem;
}
.hovertext {
	font-size: 1.1rem;
	line-height: 1.3rem;
}
footer {
	font-size: 16px;	
}


@media screen and (min-device-width: 768px) and (orientation: portrait) {
/* greater than than or equal to 576px and portrait - ipad  */

}

/*small tablet v500 in landscape mode */
@media only screen and (min-device-width: 960px) and (orientation: landscape) {
header {
	/* padding: 40px; */
}

.col-md-4 {
	width: 33.3%;
}
}

@media screen and (min-device-width: 1024px) and (orientation: landscape) {
/* greater than than or equal to 1024px and landscape - ipad */
body {
	max-width: 1680px;
	font-size: 1rem;
	line-height: 2.375;
}
header {
	/* padding: 210px; */
}
h1 {
	font-size: 4rem;
	line-height: 1.1;
}
#welcome h1 {
	font-size: 4rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.375rem;
}
.strapline {
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 20px 0px 0px 20px;
}
.top-box-trans {
	padding: 30px 20px 30px;
}
/*
.style-nav {
	float: right;
} */

.style-nav ul li a {
	font-size: 1.75rem;
}
.col-lg-one-fourth {
	width: 25%;
}
.da {
	width: 14%;
	padding: 20px;
}

.info-box-ot {
	font-size: 1.2rem;
}
.sqbutton {
	font-size: 1.4rem;
	min-width: 250px;
}
.nc_sqbutton {
	font-size: 1.4rem;
	min-width: 250px;
}
footer {
	font-size: 16px;
	}
	

}
 @media screen and (min-device-width: 1900px) {
/* greater than than or equal to 1024px and landscape - desktop */

}
