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

/* general styles */
a, a:visited {
	color: #003E73;
}
a:active {
	color: #48b33b;
}
a:hover {
	color: #48b33b;
}
body {
	background: #48b33b;
	background: url('../images/bg.jpg') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow-x: hidden;
  	color: #003e73;
  	font-size: 16px;
  	font-family: Helvetica, Verdana, Arial, sans-serif;
  	font-weight: 400;
}
#hidden-images	{ display: none; }
img a {
	border:none;
	outline:none;
	text-decoration:none;
}
a {
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}
h1	{
	font-size: 21px;
	font-family: 'Helvetica Neue', 'Open Sans', Verdana, Arial, sans-serif;
	color: #003e73;
	padding:20px 15px 0 15px;
	margin: 0;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	color: #003E73;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', 'Open Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
}
p   {
	font-size: 14px;
	color:#003e73;
	padding: 0 15px;
}
ul { padding: 0 15px; }
ol { font-size: 14px; }


.blue-outline { border: 1px solid #003E73; }
.green-outline { border: 1px solid #31b44b; }
/* /general styles */

.container	{
	margin-top: -115px;
	border-left: 2px solid #003e73;
	border-right: 2px solid #003e73;
	padding-bottom: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px 6px #333;
 	-moz-box-shadow: 0 0 30px 6px #333;
	box-shadow: 0 0 30px 6px #333;
	padding-top: 115px;
}


.box-button-left {
    float: left;
    width: 24%;
    height: auto;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    margin: 25vh 10vw 25vh 15vw;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
 	-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
}
.box-button-right {
    float: right;
    width: 24%;
    height: auto;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    margin: 25vh 15vw 25vh 10vw;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
 	-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
}
.box-button-logo {
    width: 40%;
    height: auto;
    margin: 20px 30% 0;
}
.btn {
    border-radius: 5px;
    border: 1px solid #888888;
    margin: 10px auto 30px;
    display: flex;
    justify-content: center;
}

#open_div	{ display: none; }
.close_div	{ display: none; }

.button {
	background: #48b33b !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4YjMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDI5MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #48b33b 0%, #002915 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b33b), color-stop(100%,#002915)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48b33b 0%,#002915 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48b33b 0%,#002915 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48b33b 0%,#002915 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #48b33b 0%,#002915 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b33b', endColorstr='#002915',GradientType=0 ) !important; /* IE6-8 */
	border-radius: 5px 5px !important;
	color: #ffffff !important;
	text-shadow: none  !important;
	font-weight: bold !important;
	font-size: 0.8em;
	text-transform: uppercase;
  	border: 1px solid #48B33B;
  	box-shadow: 0 8px 6px -6px #888888;
  	text-shadow: 1px 1px #48B33B;
}

.tab	{ padding-left: 10px; }
.underline { text-decoration:underline; }
.center-text { text-align: center; }
.padded	{ padding: 0 10px; }
.light_brown { color:#f7b925; }
.green_text	{ color:#48b33b; }
.green_ital	{
	color:#48b33b;
	font-style:italic;
}
.auto_size	{
	width:100%;
	height:auto;
}
.expand_list ul {
	list-style:inside;
	color:#003e73;
	font-size: 14px;
	width:90%;
	margin-left:20px;
	margin-top:-10px;
}
.expand_list li {
	float:left;
	width: 33%;
	margin-top: -10px;
}
.spic_right {
	height:auto;
	width:15%;
	float:right;
	padding:10px 20px;
	margin-top:-40px;
}
.spic_left {
	height:auto;
	width:12%;
	float:left;
	padding:10px 20px;
	margin-top:-40px;
}
.drop-select {
  margin: 0 auto 10px auto;
  padding: 1%;
  display: block;
}

/* header */
#header {
	position: fixed;
	width: 960px;
	background: url('../images/sds_header.png') no-repeat;
	background-color: none;
	color:#003e73;
	top: 0px;
	padding:0px;
	z-index:99998;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#mobi-phone { display: none; }
#mobi-email { display: none; }
#header h1	{
	float: left;
	margin: 38px 0 0 10px;
	text-shadow: 1px 1px 0px #ccc;
	font-weight: 700;
	font-size: 26px;
}
#contact-top { float: right; }
#logo {
	background-color:none;
	float: left;
	width:105px;
	height:auto;
	margin-top: 13px;
	margin-bottom:0px;
	z-index:99999;
	padding: 10px 10px 75px 25px;
}
#mobile-nav { display: none; }
.ui-select span { display: none; }
/* /header */

.phone_header {
	font-size: 20px;
	line-height: 24px;
	float: right;
	color: #003e73;
	margin-top: 15px;
	margin-right: 20px;
	width: 300px;
	text-align: right;
}
.phone_header a {
	color: #48b33b;
	text-decoration: none;
}
.phone_header a:hover {
	color: #003e73;
	text-decoration: none;
}
#number-break { display: block; }

.email_header {
	font-size: 16px;
	float: right;
	color: #003e73;
	margin-top: 0px;
	width: 300px;
	text-align: right;
}
.email_header a {
	color:#003e73;
	text-decoration:none;
}
.email_header a:hover {
	color:#48b33b;
	text-decoration:none;
}

#top-nav {
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: 12px;
	font-weight: 700;
}
#top-nav ul li {
	display: inline;
	margin:0 8px;
}
#top-nav ul {
	margin: 0 0;
	font-size:16px;
	color: #003e73;
}
#top-nav a {
	color: #48b33b;
	text-shadow: none;
}
#top-nav a:hover {
	color: #003e73;
	text-shadow: 1px 1px #aaa;
}
/* /header */

/*	Slider */
#slider {
	z-index:22222;
	max-width:960px;
	height: auto;
	margin-top:150px;
	padding: 0;
}
#slider li { margin-bottom: 0px; }
#slides {
	z-index: 99999;
	position: relative;
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:960px;
	height:315px;
	display:block;
	display: none;
}
.slides_container a img { display:block; }
.next {
	position:relative;
	top:-225px;
	left:900px;
	display:block;
	z-index:101;
	background: url('../images/slider-next.png') 0 -40px;
	width: 39px;
	height: 37px;
	text-indent: -9999px;
	display:none;
}
.next:hover { background-position: 0 0; }
.prev {
	position:relative;
	top:-190px;
	right: -20px;
	display:block;
	z-index:101;
	background: url('../images/slider-previous.png') 0 -41px;
	width: 39px;
	height: 37px;
	text-indent: -9999px;
	display:none;
}
.prev:hover	{ background-position: 0 0; }
.pagination {
	margin: auto 0;
	display:none;
}
.pagination li {
	margin:20px auto;
	list-style:none;
	margin-left: 420px;
	position: relative;
	top: -120px;
	z-index: 999999;
}
.pagination li a {
	width: 15px;
	height: 0;
	padding-top: 13px;
	background-image: url('../images/indicators.png');
	background-position: 0 0;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	display: none;
}
.pagination li.current a {
	background-position: 0 -15px;
	display: none;
}
.blue_line {
	height: 2px;
	width: 80%;
	margin: 30px auto;
	background: #003e73;
}
.small_logo	{
	width: 20px;
	height: auto;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}

/* Left Side */
aside {
	/*padding: 0 10px 20px 10px; */
	margin: 0 18px;
	background: #f3f3f3;
	border-radius: 10px;
	margin-bottom: 35px;
	border: 1px solid #48b33b;
	position: relative;
}
aside h1 {
	padding-left: 15px;
	padding-bottom: 20px;
}
aside h3 {
	font-size: 18px;
	color: #003e73;
	margin-left: 0px;
	font-weight: 700;
}
aside p	 { margin-bottom: 10px; }

aside #bin_slider img {
	display: none;
	width: 100%;
	max-height: 140px;
}
aside #dimensions, aside #common-uses { display: none; }

#bin_select	{
	margin: 0 auto;
	padding: 0;
	display: block;

}
#bin_button, #quoteButton	{
	margin: 5px 24% 20px 24%;
	width: 35%;
	text-align: center;
	color: #003e73;
	text-shadow: 1px 1px #48b33b;
	-webkit-box-shadow: 0 8px 6px -6px #888;
 	-moz-box-shadow: 0 8px 6px -6px #888;
	box-shadow: 0 8px 6px -6px #888;
	position: relative;
	padding: 15px 40px 15px 5px;
}
#quoteButton {
    border: none;
}
#bin_button img, #quoteButton img{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
}
header .button {
	padding: 10px 40px 10px 10px;
	float: right;
	font-size: 12px;
	position: relative;
	margin: 8px 0;
	background: #000eee !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMGVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDA2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #666666 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#666666)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#666666 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#666666 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#666666 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#666666 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#666666',GradientType=0 ) !important; /* IE6-8 */
	color: #003e73;
	text-shadow: 1px 1px #48b33b;
	-webkit-box-shadow: 0 8px 6px -6px #eee;
 	-moz-box-shadow: 0 8px 6px -6px #eee;
	box-shadow: 0 8px 6px -6px #eee;
}
header .button a { color: #003e73; }
header .button img {
	position: absolute;
	top: 4px;
	right: 7px;
	width: 25px;
}
#left li {
	list-style: inside;
	font-size: 14px;
}
#left table {
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
#bin_extra h3 { text-align: center; font-weight: 400; text-transform: none; }
#bin_slider	{
	border: 2px solid #48b33b;
	margin: 0 15px 5px 14px;
	background: #fff;
	display: none;
}

/* Right Side */
#right h1	{
	padding: 0 0 20px 15px;
}
#right p {
	padding: 0 30px 0px 15px;
	margin-bottom: 15px;
}
#right { padding-bottom: 20px; }

#bin-rent-copy	{ padding: 0px 20px; }

/* Right Side */

/* Contact Form */
.ajax-error {
	color: #990000;
	font-weight: bold;
}
.ajax-success {
	color: #48B33B;
	font-weight: bold;
}
.required-field { border: 1px solid #48B33B !important; }
.green-text {
	font-size: 16px;
	color: #48B33B;
	text-transform: uppercase;
	font-weight: bold;
}
.formError .formErrorContent {
  background: none repeat scroll 0 0 #cccccc !important;
}
.formError .formErrorArrow div {
  background: none repeat scroll 0 0 #aaaaaa !important;
}
#contact-form .form-left, #contact-form .form-right {
	margin: 0 0 10px 0;
	width: 49%;
	margin-right: 1%;
	display: inline-block !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-form .form-right { margin-right: 0; }
#contact-form .form-full-width {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#rental-form .form-left, #rental-form .form-right {
	margin: 0 0 10px 0;
	width: 49%;
	margin-right: 1%;
	display: inline-block !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#rental-form .form-right { margin-right: 0; }
#rental-form .form-full-width {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  padding: 1% 1%;
}
/* /Contact Form */

/* COntact Page */
#contact-address {
	display: block;
	float: left;
	width: 40%; }
#map-container {
	float: right;
	 position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    width: 60%;
    overflow: hidden;
    margin-bottom: 15px;
}
#map-container iframe,
#map-container object,
#map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map-container a, a:visited {
  color: #003E73;
}
#map-container a:hover {
	color: #48b33b;
}
/* /COntact Page */


/* Footer */
footer {
	background: #ffffff;
	background:linear-gradient(top, #ffffff 0%, #48b33b 100%); /*W3C*/
	background:-moz-linear-gradient(top, #ffffff 0%, #48b33b 100%); /*FF3.6+*/
	background:-ms-linear-gradient(top, #ffffff 0%, #48b33b 100%); /*IE10+*/
	background:-o-linear-gradient(top, #ffffff 0%, #48b33b 100%); /*Opera 11.10+*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #48b33b)); /*Chrome,Safari4+*/
	background:-webkit-linear-gradient(top, #ffffff 0%, #48b33b 100%); /*Chrome10+,Safari5.1+*/
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#48b33b',GradientType=0 ); /*IE6-9*/
	background: #e9e9e9;
	margin: 0;
	padding: 0;
	border-top: 2px solid #003e73;
	border-bottom: 1px solid #003e73;
}
footer > nav > ul { margin-bottom: 0; padding-left: 10px; }
footer > nav > ul > li {
	display: inline;
	padding: 0 3px;
	margin: 0;
}
footer > nav > ul > li:first-child {
	padding-left: 0;
}
footer > nav {
	color: #48B33B;
	padding: 5px 0 5px 20px !important;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	text-shadow: 1px 1px #fff;
}
footer > nav a {
  color: #003E73;
  font-size: 12px;
  text-shadow: 1px 1px #BBBBBB;
}

footer h3 { font-size: 18px; padding-left: 20px; color: #48B33B; text-shadow: 1px 1px #fff; margin-bottom: 0px; }
footer > nav > ul li a,footer > nav > ul li a:visited {
	text-transform: uppercase;
	color: #003E73;
}
footer > nav a:active {
	color: #48b33b;
}
footer > nav > ul li a:hover {
	color: #48b33b;
}
footer .columns { padding: 10px 0 0 0;  }
footer .columns p {	padding: 0 0 0 20px; margin: 0; width: auto; float: left; text-shadow: 1px 1px #fff; }
footer #company p {	padding: 0 0 0 20px; margin: 0; width: auto; float: left; text-shadow: 1px 1px #fff; }
footer address {
	color: #003E73;
	font-size: 14px;
	padding: 0 0 5px 20px;
	width: 60%;
	float: left;
	text-shadow: 1px 1px #fff;
}
#foot_logo {
	background-color:none;
	width:80px;
	height:auto;
	margin-top: 0px;
	float: right;
	margin-right:30px;
	z-index:99999;
	padding: 5px 20px 0px 20px;
}
#foot_address {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	width: auto;
	float: right;
	margin-right: 20px;
	color: #003e73;
	padding-bottom: 10px;
}
.close-button2 {
	position: absolute;
	left: 10px;
	margin-top:-30px;
	width: 50px;
	font-size:12px;
	text-align:right;
	font-style: italic;
	background-image:url('../images/closebox2.gif');
	background-repeat:no-repeat;
	background-position:left;
}
#copyright {
	font-size: 10px;
	color: #003e73;
	padding: 3px 0;
	background: #ffffff;
	text-align: center;
}
#copyright a {
	color: #003e73;
	cursor: hand;
}
#copyright a:hover {
	color: #48b33b;
	cursor: pointer;
	cursor: hand;
}




/* max width 960 px */
@media screen and (max-width: 960px) {

    .box-button-left {
        width: 39%;
        margin: 25vh 2.5vw 25vh 7.5vw;
    }
    .box-button-right {
        width: 39%;
        margin: 25vh 7.5vw 25vh 2.5vw;
    }

	.container	{ width: 94%; margin-left: 3%; margin-right: 3%; }
	.container .sixteen.columns	{ width: 98%; }
	.container .seven.columns	{ width: 40%; }
	.container .nine.columns	{ width: 55%; }
	
	h1 { font-size: 20px; }
	#header h1 { padding-right: 0; margin-right: 0; margin-left: 0; margin-top: 15px; font-size: 26px; width: 380px; line-height: 32px; }
	#header	{
		width: 100%;
		left: 0px;
		top: -20px;
		background: url('../images/sds_header.png') no-repeat;
	}

	#logo {
		width:95px;
		margin: 26px 10px 20px 10px;
		padding: 10px 5px 30px 18px;
	}
	#top-nav {
		margin-right: 5px;
		margin-top: 10px;
		float: right;
	}
	#top-nav ul { font-size:15px; }
	#top-nav ul li { margin: 0 3px; }

	.phone_header {
		font-size:17px;
		line-height: 18px;
		margin-right: 20px;
		margin-top: 30px;
		width: 250px;

	}
	.email_header {
		font-size:12px;
		margin-top: 0px;
		width: 200px;
		clear: right;
	}
	#slider		{ margin-top: 135px; }
	#left		{ margin: 0px 10px 20px 15px; }
	#left h3	{
		font-size: 14px;
		color: #003e73;
		margin-left: 0px;
		margin-top: 0px;
	}
	#bin_button, #quoteButton	{
		width: 40%;
		margin-left: 22%;
		margin-right: 22%;
	}

	#right {
		margin-top: 0px;
		padding: 0px;
	}
	
	#contact-form .form-left, #contact-form .form-right {
		width: 48.999%;
	}
	#rental-form .form-left, #rental-form .form-right {
		width: 49.1%;
	}
	
	#company	{ float: right; }

	#foot_logo {
	background-color:none;
	width:80px;
	height:auto;
	margin-top: 0px;
	float: right;
	margin-right:0px;
	z-index:99999;
	padding: 10px 20px 0px 20px;
	}
	footer > nav {
	margin-top: 10px;
	}
	#contact-address {
		width: 100%;
	}
	#map-container {
		width: 100%;
		margin-top: 15px;
	}
	aside { margin-bottom: 15px; }
	.container { border: none; }
	footer h3 { font-size: 16px; }
}
/* /max width 960 px */



/* max width 767 */
@media screen and (max-width: 767px) {

	body	{ background: #48b33b; }
	
	h1 { font-size: 18px; }
	.container { width: 100%; margin-left: auto; margin-right: auto; -webkit-box-shadow: 0 0 20px 3px #333;
	 			    -moz-box-shadow: 0 0 20px 3px #333;
					box-shadow: 0 0 20px 3px #333; }
	.container .seven.columns	{ width: 90%; margin-left: 5%; margin-right: 5%; }
	.container .six.columns		{ width: 40%; }

	#header		{ background: url('../images/sds_header770.png') no-repeat; }
	#logo		{ width:80px; margin-left: 5px; margin-right: 0px; margin-top: 20px; padding-right: 18px; }
	#header h1	{ margin-top: 20px; margin-bottom: 0px; font-size: 24px; line-height: 26px; }

	#top-nav		{ margin-right: 0px; margin-top: 2px; float: right; }
	#top-nav ul		{ font-size: 13px; margin: 0; font-weight: 400; }
	#top-nav ul li	{ margin: 0 1px; }
	#top-nav a			{ text-shadow: none; }
	#top-nav a:hover	{ text-shadow: none; }

	#phone_head { display: none; }
	.phone_header { margin-top: 20px; float: right; width: 116px; margin-right: 12px; }
	.email_header { display: none; }
	#mobi-phone, #mobi-email { display: block; width: 32px; float: right; padding: 3px; margin-top: 2px; }
	#mobi-phone	{ clear: right; margin-right: 10px; }
	#header .button { padding: 6px 34px 6px 7px; margin-bottom: 0; }
	header .button img {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 22px;
	}

	#slider	{ margin-top: 105px; }

	aside { margin: 0 2% !important; width: 45.5% !important; float: left; }
	aside h3 {
		margin-left: 0;
		text-align: center;
		font-size: 16px;
	}

	#bin_select		{ margin: 0 auto; width: 150px; }
	#bin_extra		{ margin-top: 20px; }
	#bin_slider		{ border: 1px solid #48b33b; margin: 20px auto; width: 50%; }

	#right		{ margin: 20px 2% !important; width: 96% !important;  }

	#contact-address	{ width: 40%; margin-top: 20px; }
	#map-container { width: 60%; marg-right: 10%; }

	/* footer */
	footer nav	{ padding: 0 !important; text-align: center; }
	footer nav ul	{ padding: 0; }
	#footer			{ height:130px; }
	#foot_logo		{ width: 70px; margin-right: 15px; padding: 0; float: right; }
	#foot_address 	{ margin-right: 10px; padding-bottom: 0; }
	/* /footer */


}
/* /max width 767 */

/* /max width 639px */
@media screen and (max-width: 639px) {

	.container .six.columns	{ width: 100%; }

	#top-nav { display: none; }
	#mobile-nav { display: block; margin-top: 2px; }
	#mobile-nav select { margin: 0px 0 0 0; width: 100%; }
	#header { min-height: 120px; top: 0px; background: #fff; }
	#mobi-phone, #mobi-email { width: 28px; float: right; padding: 2px 3px; margin-top: 1px; }
	#header	{ background: url('../images/sds_header640.png') no-repeat; }
	#header .button { padding: 4px 25px 4px 5px; margin-bottom: 2px; }
	header .button img {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 20px;
	}

	#logo {
		width:52px;
		padding-bottom: 15px;
		margin-top: 0px;
	}
	#header h1 {
		margin-bottom: 0px;
		padding-right: 0px;
		font-size: 20px;
		margin-top: 0px;
		padding-top: 7px;
		width: 230px;
	}
	.phone_header {
		font-size:13px;
		line-height: 14px;
		margin-right: 10px;
		margin-top: 0px;
		font-weight: 300;
	}
	#mobi-phone { clear: right; margin-right: 5px; }

	.email_header {
		font-size:12px;
		width: 165px;
		margin-top: 5px;
		font-weight: 700;
	}
	#top-nav {
		position: absolute;
		z-index: 999999;
		margin-top: 0px;
		background: #48b33b;
		width: 100%;
		text-align: center;
	}
	#top-nav ul {
		font-size: 12px;
		margin: 0;
		padding: 6px 0;
		color: #003e73;
		font-weight: 700;
	}
	#top-nav ul li { margin:0 5px; }
	#top-nav a	{
		font-size: 10px !important;
		color: #fff;
		text-shadow: 1px 1px #333;
	}
	#top-nav a:hover { color: #003e73; }
	#slider	{ margin-top: 105px; }
	aside { margin: 10px 2% !important; width: 96% !important; }
	aside h3 {
		margin-left: 0;
		text-align: center;
		font-size: 16px;
	}
	#bin_select	{
		margin: 0 auto;
		float: none;
	}
	#bin_extra	{ margin-top: 0px; }
	#bin_slider	{
		margin: 0 20px 10px 5px;
		width: 80%;
		float: none;
		margin-left: 10%;
	}
	#bin_button, #quoteButton	{ width: 30%; margin-left: 32% }

	#right		{ margin: 20px 2% !important; width: 96% !important;  }

	#contact-form .form-left, #contact-form .form-right {
		width: 48.8%;
	}
	#rental-form .form-left, #rental-form .form-right {
		width: 48.75%;
	}

	footer	{ padding: 0 5%; }
	footer .columns p	{ float: none; }
	#company	{ float: none; width: 80% }
	footer .ten.columns	{ width: 80%; margin: 5px 10%; }
	#foot_logo		{ width: 120px; padding-bottom: 5px; margin-top: -70px; }
	#foot_address 	{ margin-right: 10px; font-size: 11px; line-height: 13px; }


}
/* /max width 639px */

/* max width 480px */
@media only screen and (max-width : 480px) {

ol { font-size: 12px; }

	#mobi-phone, #mobi-email { width: 28px; float: right; padding: 3px; margin-top: 5px; }
	.container { border: none; }
	/* header and nav */
	#top-nav { display: none; }
	#mobile-nav { display: block; }
	#mobile-nav select { margin: 0px 0 0 0; width: 100%; }
	#header { min-height: 116px; top: 0px; }
	#header h1 { margin: 8px 0 0 30px; }
	/* /header and nav */


	h1	{ font-size: 16px; }
	p	{ font-size: 12px; }
	.small_logo	{
		width: 18px;
		height: auto;
		float: left;
		padding-right: 5px;
		padding-top: 2px;
	}
	#header	{ background: url('../images/sds_header480.png') no-repeat; }
	#logo {
		width:37px;
		margin-top: 8px;
		margin-left: 18px;
		padding: 0px 0;
	}
	#header h1 {
		font-size: 14px;
		margin-left: 30px;
		padding: 0px 2px;
		line-height: 16px;
		width: 200px;
	}
	.phone_header { display: none; }
	.email_header {
		display: none;
		width: auto;
	}
	#slider	{ margin-top: 80px; }
	.blue_line	{ margin: 15px auto; }
	aside h1, #right h1	{ padding-bottom: 5px; }
	#open_div a, .close_div a {
		color: #48b33b;
		font-weight: 400;
	}
	#open_div {
		display: block;
		font-size: 12px;
		text-align: center;
		margin-top: 0px;
		padding: 10px 0;
		width: 100%;
	}
	#close_div {
		display: inline;
		font-size: 12px;
		text-align: center;
		margin-top: -10px;
		margin-bottom: 10px;
		display: none;
	}
	#bin_extra { display: none; }

	#bin-rent-copy	{ padding: 0px; }
	
	#bin-rent-copy .button	{ width: 60%; margin-left: 20%; }
	
	#bin_button, #quoteButton	{
		width: 25%;
		margin-left: 33%;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#bin_button img { right: 10px; }

	#copyright	{ font-size: 8px; }
	
	/* footer */
	footer {
		padding-left: 4%;
		padding-right: 4%;
		text-align: left;
		width: 92%;
	}
	footer .columns p, footer .columns h3	{ padding-left: 0; }
	
	#company	{ margin: 0; }
	footer address { float: none; text-align: left; padding-left: 0; }
	footer #company p	{ padding-left: 0; }
	#foot_logo { width: 100px; }

	footer nav ul li a { font-size: 10px !important; line-height: 14px; }
	/* /footer */

}
/* /max width 480px */





/* iPhone */
@media only screen and (min-width : 320px) and ( max-width : 414px) {

    .box-button-left {
        width: 70%;
        margin: 7.5vh 15vw 7.5vh 15vw;
    }
    .box-button-right {
        width: 70%;
        margin: 7.5vh 15vw 7.5vh 15vw;
    }
    .box-button-logo {
        width: 30%;
        margin: 15px 2.5%;
        float: left;
    }
    .box-button-left h1, .box-button-right h1 {
        padding: 10px 0 5px;
        width: 65%;
        margin: auto 0 auto 30%;
    }
    .box-button-left.btn, .box-button-right.btn {
        margin: 10px auto;
    }
    /* header and nav */
	#mobi-phone, #mobi-email { width: 27px; float: right; padding: 3px 4px; margin-top: 5px; }
	#top-nav { display: none; }
	#mobile-nav { display: block; }
	#mobile-nav select { margin: 5px 3% 0 3%; width: 94%; }
	#header { min-height: 116px; top: 0px; background: url('../images/sds_header480.png') no-repeat; }
	header h1 { margin: 7px 0 0 19px !important; }
	header select { margin-bottom: 0 0 !important; }
	/* /header and nav */

	/* forms */
	.form-left, .form-right { width: 100% !important; margin-bottom: 15px; }
	/* /forms */

	p {
		font-size: 12px;
		line-height: 16px;
	}
	.container {
		width: 100%;
		margin-left: 0px;
		margin-right: 0;
		border: none;
		overflow: hidden;
	}
	#logo {
		width:36px;
		margin-top: 6px;
		margin-left: 21px;
		padding: 2px 0 20px 0;
	}
	#header h1 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 16px;
		width: 150px;
		margin-left: 5px;
		padding: 0;
	}
	#slider	{ margin-top: 70px; }
	#left, #right {
		margin-top: 0px;
		margin-left: 2.75%;
		padding: 0;
	}
	#left h1, #right h1	{
		padding-bottom: 5px;
		padding-top: 10px;
		font-size: 16px;
	}
	#left h3 {
		font-size: 14px;
		color: #003e73;
		margin-bottom: 0px;
	}
	#bin_button, #quoteButton	{
		width: 40%;
		margin-left: 23%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	footer nav ul li { padding: 0 0;}
	footer .six.columns	{ margin-bottom: 15px; }
	footer #company h3	{ line-height: 16px; }	
	footer #company p	{ line-height: 14px; }	
	#foot_logo { width: 60px; margin-right: 0; margin-top: -80px; }
	
	
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .box-button-left {
        width: 70%;
        margin: 6vh 15vw 6vh 15vw;
    }
    .box-button-right {
        width: 70%;
        margin: 6vh 15vw 6vh 15vw;
    }
    .box-button-logo {
        width: 30%;
        margin: 15px 2.5%;
        float: left;
    }
    .box-button-left h1, .box-button-right h1 {
        padding: 10px 0 5px;
        width: 65%;
        margin: auto 0 auto 30%;
    }
    .box-button-left.btn, .box-button-right.btn {
        margin: 10px auto;
    }

    #mobi-phone, #mobi-email { width: 27px; float: right; padding: 3px 4px; margin-top: 4px; }
	#top-nav { display: none; }
	#mobile-nav { display: block; }
	#mobile-nav select { margin: 5px 3% 0 3%; width: 94%; }
	#header { top: 0px; background: url('../images/sds_header320.png') no-repeat; }
	header select { margin-bottom: 0 0 !important; }

	footer nav ul li { padding: 0 0;}

	.form-left, .form-right { width: 100% !important; margin-bottom: 15px; }

	p {
		font-size: 12px;
		line-height: 16px;
	}
	#logo {
		width:30px;
		margin-top: 5px;
		margin-left: 12px;
		padding-right: 0px;
		margin-right: 0px;
	}
	#header h1 {
		margin-top: 28px;
		font-size: 12px;
		line-height: 14px;
		width: 150px;
		margin-left: 0px;
		padding: 0;
	}
	.phone_header { display: none; }
	#slider	{ margin-top: 60px; }
	#left, #right {
		margin-top: 0px;
		margin-left: 2.75%;
		padding: 0;
	}
	#left h1, #right h1	{
		padding-bottom: 5px;
		padding-top: 10px;
		font-size: 16px;
	}
	#left h3 {
		font-size: 14px;
		color: #003e73;
		margin-bottom: 0px;
	}
	#bin_button, #quoteButton	{
		width: 40%;
		margin-left: 23%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

}
