/* Updates all city pages */
@import url('http://binrentals.net/sitesoverrides.css');
/* Updates all city pages */


/* CSS Document */
body {
	background-color: #a6d468;
	color:#000;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
h1, h2, h3 {
	margin:10px 0;
	color:#000;
	font-weight:bold;
}
h2 {
	font-size:18px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}
p {
	line-height:22px;
	color:#000;
	margin:10px 0;
}
h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#mainSection h1, article {
	font-family:Arial, Helvetica, sans-serif;
}
#mainSection h1{
	text-indent: 15px;
}
img {
	border:0;
	text-align: center;
}
.headerContent {
	width:1024px;
	margin:auto;
}
/* Link Styles */



.newBtn {
	margin-left: 505px;
	font-size:16px;
	padding:5px 25px;
	font-weight:bold;
	position: absolute;
	display:block;
	color:black;
	background-image:url(http://www.bintheredumpthat.com/images/gButton.png);
	background-repeat:repeat-x;
	border:1px solid #5A5A5A;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.newBtnGen {
	float:right;
	font-size:16px;
	padding:5px 25px;
	font-weight:bold;
	display:block;
	color:black;
	background-image:url(http://www.bintheredumpthat.com/images/gButton.png);
	background-repeat:repeat-x;
	border:1px solid #5A5A5A;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.footerLinks {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.footerLinks ul {
	margin-left:0;
}
.footerLinks li {
	display:inline;
	margin-right:45px;
}
.footerLinks li a:link, .footerLinks li a:visited {
	color:#000;
	font-size:14px;
	text-decoration:none;
	text-shadow:none;
}
.footerLinks li a:hover, .footerLinks li a:active {
	color:#000;
	text-decoration:none;
}
 
.footerLinks a {
	font-size:12px !important;
}
.dropdown  { position:relative; }
.dropdown:hover .dropdownMenu {
	display:block;
}
.dropdownMenu {
	padding: 10px 0;
	margin-left: 0;
	width: 220px;
	display: none;
	z-index: 9999;
	position:absolute;
	top: 28px;
	background-color:black;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
 
.dropdownMenu li {
	width: 100%;
	float:left;
	margin-bottom:10px;
	text-align:left;
}
.dropdownMenu li a {
	color:white;
	margin: 0 auto;
	height:18px;
	padding: 2px 10px 0 10px !important;
	width: 91%;
	font-size: 14px !important;/* padding: 0 !important; */
}
.dropdownMenu li a:hover, .dropdownMenu li:hover {
background-color: #a6d468;
-webkit-transition: 0.20s ease-in;
-moz-transition: 0.20s ease-in;
-o-transition: 0.20s ease-in;
-ms-transition: 0.20s ease-in;
transition: 0.20s ease-in;
 
}
 
main {
	margin:0 auto;
	width: 95%;
	padding-left:10px;
	padding-right:10px;
	max-width:1024px;
	display:block;
}
header {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	position:relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox;      /* TWEENER - IE 10 */
	  display: -webkit-flex;     /* NEW - Chrome */
	  display: flex;  
	 -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	width:100%;
	min-height: 240px;
	background-color:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
nav {

	  -webkit-box-ordinal-group:1;   /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
	  -ms-flex-order: 1;              /* TWEENER - IE 10 */
	  -webkit-order: 1;               /* NEW - Chrome */
	order: 1;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	background: black;
	width: 100%;
}
.headerNav ul li {
	display: inline;
}
.headerNav ul li a {
	margin-right: 15px;
	font-size: 15px;
	display: inline-block;
	text-decoration:none;
	background-color:black;
	padding: 10px;
	font-weight:bold;
	color:white;
}
.headerNav ul li a:hover, body#home .homeLink, body#about .aboutLink, body#services .servicesLink, body#services .servicesLink, body#bin .binLink, body#review .reviewLink, body#contact .contactLink, body#contact .businessesLink {
	background-color:#a6d468;
	-webkit-transition: 0.20s ease-in;
	-moz-transition: 0.20s ease-in;
	-o-transition: 0.20s ease-in;
	-ms-transition: 0.20s ease-in;
	transition: 0.20s ease-in;
}
.emergency {
	text-align: center;
	width: 285px;
}
.bbb {
	margin-top: 15px;
}
.navSpacer {
	position: absolute;
	top: 0;
	margin-left:-5px;
}
.emergSpacer {
	margin-left: -35px;
	top: 7px;
	position: absolute;
}
 
.subTitle2 {
	margin-left: 65px;
	margin-top: 108px;
	position: absolute;
	float:left;
}
#logo {
  -webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
  -ms-flex-order: 3;              /* TWEENER - IE 10 */
  -webkit-order: 3;               /* NEW - Chrome */
  order: 3; 
  margin-left: auto;
  margin-right: auto
}
#logo figcaption {
	margin-top:-10px;
	color: black;
	font-size: 20px;
}
.slogan {
  -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
  -ms-flex-order: 2;              /* TWEENER - IE 10 */
  -webkit-order: 2;               /* NEW - Chrome */
  order: 2; 
	margin-left: 15px;
	float: left;
	margin-top: 10px;
	display: none;
}
.slogan h1 {
	font-size: 32px;
	color:#333;
	margin-bottom:0;
}
.slogan span {
	font-size: 18px;
	font-weight:bold;
}
#logo img {
}
#phone span {
	font-size:20px;
	color:#000;
}
#phone {
	background-color:#375368;
	padding:5px;
	font-weight: bold;
	font-size:16px;
	color: #fff;
	float: right;
	display: block;
 line-height:25px -webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
.redBtn {
	clear:right;
	margin-top:8px;
	text-align: center;
	float: right;
	min-width: 195px;
	display:block;
	padding:10px 10px;
	background-image:url(../images/button.jpg);
	background-repeat:repeat-x;
	background-color:#c40000;
	cursor:pointer;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	border:3px solid #9f978c;
}
.redBtn a:link, .redBtn a:visited, .redBtn a:hover, .redBtn a:active {
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}
.paypal {
	float:right;
	max-width:100%;
	margin-top:15px;
}
#subnav {
	/*height:247px;*/
	display:block;
	position: absolute;
	margin-top: -45px;
}
#subnav ul li {
	display:inline;
}
.midLink {
	margin:0 2px;
}
/* Slider Styles */

#cs-buttons-coin-slider {
	display:none;
}
section#slider {
	height:343px;
	width:100%;
}
#sliderContainer {
	width:1024px;
	height:343px;
	float:right;
}
#imageSection {
	position:relative;
	width:445px;
	height:144px;
	float:right;
}
.sliderAbout {
	background-image:url(../images/about.jpg);
	width:650px;
	height:300px;
	position:relative;
}
.slider1 {
	background-image:url(../images/crash.png);
	width:650px;
	height:300px;
	position:relative;
}
.slider2 {
	background-image:url(../images/lawyer.png);
	width:650px;
	height:300px;
	position:relative;
}
.slider3 {
	background-image:url(../images/waterdamage.jpg);
	width:650px;
	height:300px;
	position:relative;
}
.slider4 {
	background-image:url(../images/firedamage.jpg);
	width:650px;
	height:300px;
	position:relative;
}
.slider5 {
	background-image:url(../images/all-slider.jpg);
	width:650px;
	height:300px;
	position:relative;
}
.subTitles {
	padding:5px 15px;
	background-image:url(../images/trans.png);
	background-repeat:repeat;
	position:absolute;
	bottom:0;
}
.subTitles a {
	color:#FF9480;
	font-weight:bold;
}
.subTitles p, .subTitles h1, .subTitles strong {
	line-height:15px;
	color:#fff;
	margin-top:0;
}
.subTitles h1 {
	margin:5px 0;
	font-size:18px;
}
.boxHeader2 {
	text-align:center;
	font-weight:bold;
	display:block;
	width: 340px;
	height: auto;
	padding:5px;
	float: left;
	background-image:url(../images/contact-header.jpg);
	background-color:#fff;
	background-position:top;
	background-repeat:repeat;
	padding-right: 10px;
	margin-left:  16px;
	color:#fff;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.boxHeader2 h1 {
	margin:0;
	color:white;
}
/* Article */

article {
	float:left;
	width: 100%; 
	max-width: 1024px;
	/*padding: 15PX 0px; */
	background-color: #FFF;
	min-height: 575px;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contact-widget{
	display: none;
}
#contact-widget-mobile{
	display: block;
}
#mainSection {
  width: 100%;
  max-width: 785px;
  float: left;
}
#mainSection p, #mainSection strong{
	margin-left: 10px;
	margin-right: 10px;
}
#mainsection strong{
  display: block;
}
.shadow {
	display:block;
	height:2px;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
#contactForm form{
	width: 100%;
}
#contactForm form input, #contactForm form textarea{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
#sliderSection {
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 450px;
  -webkit-box-ordinal-group: 4;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 4;      /* OLD - Firefox 19- */
  -ms-flex-order: 4;              /* TWEENER - IE 10 */
  -webkit-order:4;               /* NEW - Chrome */
  order: 4; 
  float: right;
}
/* Form */
#bin-sizes{
	display: table-cell;
	text-align: center;
}
#bin-sizes .binSize{
	vertical-align: top;
	display: inline-block;
	float: none;
	text-align: left;
	width: 170px;
}
#contactHeader {
}
#mainForm {
  background-image: url(../images/contact-bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  min-height: 290px;
  background-color: #a6d468;
  float: left;
  width: 100%;
}
#mainContactForm {
	margin-right: 50px;
	display:block;
	background-image:url(../images/contact-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	min-height: 290px;
	background-color: #a6d468;
	float: right;
	width: 700px;
	padding: 7px 0 0 10px;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #fff;
}
.row1 {
padding-left:10px;
	width: 100%;
}
.row2 {
	text-align: center;
	float:left;
	width: 160px;
	margin-left:20px;
	margin-top:20px;
}
.row1 table{
	margin-left: auto;
	margin-right: auto;
}
aside {
	margin-right: 10px;
	float: left;
	width: 100%;
	margin-top:5px;
}
aside form {
	margin-top:5px;
}
aside h1 {
	margin:0;
	font-size:18px;
	color:#000;
}
footer {
	text-align: center;
	width: 100%;
	min-height:50px;
	padding:10px 0;
	background-color:black;
	margin: 10px auto;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
.clear {
	clear:both;
}
.footerInfo {
	color:#000;
	font-size:12px;
	color:white;
}
.mtl {
	margin-top:15px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.details {
	display:block;
	float:left;
	font-weight:bold;
}
.price {
	display:block;
	float:right;
	font-weight:bold;
}
.mbl {
	margin-bottom:25px;
}
 
a.green {
	color:#c8ff99;
}
h3 {
	line-height:18px;
}
.title {
	position:absolute;
	margin-top:80px;
	margin-left:420px;
	font-size:20px;
	color:#c8ff99;
}
.formInline li {
	display:block;
	list-style:none;
	margin-left:5px;
}
.formInline {
	margin-left:0;
}
#boxesWrap {
	width:145px;
	float:left;
	margin-right:5px;
}
.infoBoxSide2 {
	background-color:#f58c1f;
}
.infoBoxSide3 {
	background-color:#f8a629;
}
.infoBoxSide p {
	color:#000;
}
.infoBox span {
	margin:10px;
	display:block;
}
.infoBox h1 {
	margin-left: -14px;
	margin-top: 55px;
	text-align: center;
	position: absolute;
	font-size: 13px;
	color:#fff;
	width: 145px;
	background-image: url(../images/trans.png);
}
.infoBox1 {
	margin-left:0 !important;
	background-image:url(../images/crash.jpg);
}
.infoBox2 {
	background-image:url(../images/questions.jpg);
}
.infoBox3 {
	background-image: url(../images/test.jpg);
}
.boxHeader {
	text-align:center;
	font-weight:bold;
	display:block;
	width: 240px;
	height: auto;
	padding:5px;
	float: left;
	background-image:url(../images/main-nav.png);
	background-color:#fff;
	background-position:top;
	background-repeat:repeat;
	padding-right: 10px;
	margin-left:8px;
	margin-bottom:2px;
	color:#fff;
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ol {
	margin-left: 25px;
	list-style: decimal;
}
ul {
	margin-left: 25px;
	list-style: square;
}
ol li, ul li {
	margin-bottom:5px;
}
#subSection {
	width: 700px;
	float: left;
}
.logosSection img {
	float:left;
	margin:0 5px;
}
.reg:link, .reg:visited, .reg:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	text-align:center;
}
.reg:hover {
	text-decoration:underline;
}
/* Review Styles */

.review_box {
	font-size: 14px;
	color: white;
	padding: 10px;
	background: #204e70;
	margin:25px;
}
.review_box strong {
	font-weight:bold;
	font-size:16px;
}
div.review_rating {
	color: yellow;
}
.headerInfo { 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
	min-height: 65px;
	background:#d0d0d0;
	bottom:0;
	max-width: 1024px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
.headerInfo .blurb {
  padding: 10px;
  margin-left: auto;
  display: block;
  width: 90%;
  margin-right: auto;
}
.headerInfo p{
  width: 320px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
#info {
	float:right;
	width:300px;
}
.socialIcons {
	clear:right;
	float:right;
	margin-top:10px;
}
headerInfo {
}
span.number {
  font-size: 30px;
  color: black;
  width: 325px;
}
.mainDrop, .subDrop {
	list-style:none;
	margin:0;
}
.mainDrop span {
	text-decoration:none;
	font-weight: bold;
	font-size: 15px;
	background:black;
	color:white;
	padding: 5px 10px;
	display:block;
	cursor:pointer;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}




.mainDrop span a:link, .mainDrop span a:visited, .mainDrop span a:hover, .mainDrop span a:active {
	padding:0;
	background:black !important;
	color:white !important;
	text-decoration:none;
	-webkit-transition: 0.20s ease-in;
-moz-transition: 0.20s ease-in;
-o-transition: 0.20s ease-in;
-ms-transition: 0.20s ease-in;
transition: 0.20s ease-in;
}
.subDrop {
	background-color:#d0d0d0;
}
.subDrop a {
	text-decoration:none;
	padding:5px 10px;
	color:black;
	display:block;
}
.subDrop li {
	border-bottom:1px solid white;
	width:100%;
	margin-bottom:0 !important;
}
.subDrop li:hover, body#garbage .garbageLink, body#junk .junkLink, body#clean .cleanLink {
	background-color:rgb(243, 243, 243) !important;
	-webkit-transition: 0.20s ease-in;
-moz-transition: 0.20s ease-in;
-o-transition: 0.20s ease-in;
-ms-transition: 0.20s ease-in;
transition: 0.20s ease-in;
}
.subDrop {
}
.sideTitle {
	font-weight: bold;
	font-size: 15px;
	background:black;
	color:white;
	padding: 5px 10px;
	display:block;
	cursor:pointer;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.email {
	font-size: 19px;
}

.binSize {
	position: relative;
	min-height: 435px;
	padding: 10px;
	width: 180px;
	float: left;
	margin-right:3px;
}
.newer-review a, .newer-review-full a {
	margin-top: 10px;
}
div.newer-review-full {
	width: 840px;
	padding: 20px 5px;
	margin-left: 5px;
	color: #fff;
	background: #a0cf67;
	margin-bottom: 15px;
}
div.review_rating {
	color: yellow;
} 
#mainContactForm input, #mainContactForm textarea, #bin-rental-form form input, #bin-rental-form form textarea {
	width:95%;
}

#mainContactForm input[type='checkbox']{
	width: 30px;
}
#tel-num{
	text-decoration: none;
}

#bin-rental-form{ 
display: block;
  background-image: url(../images/contact-bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  min-height: 290px;
  background-color: #a6d468;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
  border: 1px solid #fff;
}

/* ============ New Styles =============== */   

.shadow {
	-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}
.clear {
	clear:both;
}


.right { float:right; }
.left { float:left; }

.mts { 	margin-top:5px; }
.mtm { 	margin-top:10px; }
.mtl {	margin-top:15px; text-align: center; display: block; }
.mtxl { margin-top:20px; }
 
.mrs { 	margin-right:5px; }
.mrm { 	margin-right:10px; }
.mrl {	margin-right:15px; }
.mrxl { margin-right:20px; } 

.mbs { 	margin-bottom:5px; }
.mbm { 	margin-bottom:10px; }
.mbl {	margin-bottom:15px; }
.mbxl { margin-bottom:20px; } 

.mls { 	margin-left:5px; }
.mlm { 	margin-left:10px; }
.mll {	margin-left:15px; }
.mlxl { margin-left:20px; } 

.pts { 	padding-top:5px; }
.ptm { 	padding-top:10px; }
.ptl {	padding-top:15px; }
.ptxl { padding-top:20px; }
 
.prs { 	padding-right:5px; }
.prm { 	padding-right:10px; }
.prl {	padding-right:15px; }
.prxl { padding-right:20px; } 

.pbs { 	padding-bottom:5px; }
.pbm { 	padding-bottom:10px; }
.pbl {	padding-bottom:15px; }
.pbxl { padding-bottom:20px; } 

.pls { 	padding-left:5px; }
.plm { 	padding-left:10px; }
.pll {	padding-left:15px; }
.plxl { padding-left:20px; } 
 
 
table td {
	/*padding:5px;*/
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 	   	   
 
.binImages {
	margin-top:30px;
	float:right;
}
figure {
	margin: 0;
	text-align:center;
}
figcaption {
	font-weight:bold;
	text-align:center;
	display:block;
	width:100%;
}


.bottomIcon {
    width: 300px;
}

.bottomIcon span {
    position:absolute;
    display:block;
    margin-top:20px;
}

#at4-share  { margin-top:-125px !important; }

.readMore { 
	right: 30px;
	position: absolute;
	bottom: 10px;
	background-color:black;
	-webkit-transition: 0.20s ease-in;
	-moz-transition: 0.20s ease-in;
	-o-transition: 0.20s ease-in;
	-ms-transition: 0.20s ease-in;
	transition: 0.20s ease-in;
	text-decoration:none;
	color:white;
	padding: 10px 35px;
	font-weight:bold;
	 -webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}



.readMore:hover, .nBtn:hover { 
	 background-color: #a6d468;
	-webkit-transition: 0.20s ease-in;
	-moz-transition: 0.20s ease-in;
	-o-transition: 0.20s ease-in;
	-ms-transition: 0.20s ease-in;
	transition: 0.20s ease-in;
 }
 
.btn { 
	//margin-right: 15px;
	font-size: 13px;
	display: inline-block;
	text-decoration:none;
	background-color:black;
	padding: 10px;
	font-weight:bold;
 	border-radius: 12px;
	color:white;
}



.btn:hover{ 
	 background-color: #a6d468;
	-webkit-transition: 0.20s ease-in;
	-moz-transition: 0.20s ease-in;
	-o-transition: 0.20s ease-in;
	-ms-transition: 0.20s ease-in;
	transition: 0.20s ease-in;
 }

.nBtn {
	margin-bottom: 15px;
	display: inline-block;
	background-color:black;
	-webkit-transition: 0.20s ease-in;
	-moz-transition: 0.20s ease-in;
	-o-transition: 0.20s ease-in;
	-ms-transition: 0.20s ease-in;
	transition: 0.20s ease-in;
	text-decoration:none;
	color:white;
	padding: 10px 35px;
	font-weight:bold; 
		-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	}
	

#contactImages a { color:black; text-decoration:none; }
	

 /* ============ Overrides =============== */


.customSearch { position: absolute; float:left; width:300px; display:block;   }
.customSearch input { margin:0; }
#mainNav{
	display: none;
}
#mobile-nav{
	order: 2;
	width: 100%;
	padding: 0;
	margin:0;
	background-color: rgb(32, 32, 32);
	font-size: 18px;
}
#mobile-nav li{
	list-style: none;
}
#mobile-nav li a{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-top:15px;
	padding-bottom:15px;
	text-indent:15px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
}
#hamburger{
	float: right;
	margin-right: 20px;
	margin-top:5px;
	display: block;
}
#hamburger img{
	width: 50px;
	height: 50px;
	
}
#review-box{
	display: none;
}
#addthis-smartlayers{
	display: none !important;
}
#mobile-nav{
	display: none;
}
.bins li{
	display: inline-block;
	text-align: center;
}
#header-flex{
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	overflow: hidden;
	border-bottom-right-radius: 10px;
  -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
  -ms-flex-order: 2;              /* TWEENER - IE 10 */
  -webkit-order: 2;               /* NEW - Chrome */
  order: 2; 
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  ;
	flex-wrap: wrap;
	-webkit-wrap: wrap;
	text-align: center;
}
@media (min-width: 1024px){

	#bin-rental-form{
		display:block;
		padding-left: 10px;
		background-image:url(../images/contact-bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
		min-height: 290px;
		background-color: #a6d468;
		margin-right:auto;
		margin-left: auto;
		width: 700px;
		padding: 7px 0 0 10px;
		-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		border:1px solid #fff;
	}
	#mainNav{
		display: block;
	}
	#hamburger{
		display: none;
	}
	#review-box{
		display: block;
	}
	#addthis-smartlayers{
		display: block;
	}
	#mobile-nav{
		display: none !important;
	}
	.headerInfo p{
	  text-align:left;
	  float: right;
	}
	.headerInfo .blurb{
		text-align:left;
		margin: 0;
		float: left;
		max-width: 635px;
	}
	.slogan {
		display: block;
	}
	#sliderSection{
  -webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
  -ms-flex-order: 3;              /* TWEENER - IE 10 */
  -webkit-order: 3;               /* NEW - Chrome */
  order: 3; 
	}
	aside{
		margin-right: 10px;
	  float: right;
	  width: 100%;
	  max-width: 190px;
	  margin-top: 5px;
	}
	#logo{
  -webkit-box-ordinal-group: 4;   /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 4;      /* OLD - Firefox 19- */
  -ms-flex-order: 4;              /* TWEENER - IE 10 */
  -webkit-order: 4;               /* NEW - Chrome */
  order: 4; 
	 margin-left: 15px;
	margin-top: 30px;
	}
	#mainForm { 
		background-image:url(../images/contact-bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
		min-height: 290px;
		background-color: #a6d468;
		float: left;
		width: 177px;
		padding: 7px 0 0 10px;
		-webkit-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:  0px 3px 10px 0px rgba(50, 50, 50, 0.75);
		border:1px solid #fff;
	}
	.row1 {
		width: 160px;
	}
	.row2 {
	text-align: center;
	float:left;
	width: 160px;
	margin-left:20px;
	margin-top:20px;
	}
	
	header {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: 0;
	}
	
		#header-flex{
		flex-direction: row;
		-webkit-flex-direction: row;
		-webkit-box-orient: 0;
	}
	#contact-widget{
		display: block;
	}
	#contact-widget-mobile{
		display: none;
	}
	div.newer-review-full {
	padding: 20px 20px;

	}
}