﻿body {
	margin: 0px;
	padding: 0px 0px 80px 0px;
	background-color:#767676;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image:url(../images/jumbotron.jpg);
	background-repeat:repeat-x;
}

.header {
	height: 50px;
	width: 100%;
	border-bottom:solid #FFFFFF 1px;
	background-color:#ED1C24;
}

.header-container {
	width: 1000px;
	height: 50px;
	margin:0px auto;
}

.content {
	padding: 0px;
	background-color: #FFFFFF;
	width: 1040px;
	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-top-color:#ED1C24;
	margin: -120px auto 0px auto;
	box-shadow: 0px 0px 30px 0px #000;
}

.content-container p a {
	color:#00C3FF;
	text-decoration:underline;
}

.content-container p a:hover {
	color:#00AEE4;
}

.content ul {
	color:#666666;
}

hr {
	border-width: thick;
	height: 10px;
	border-color: #C0C0C0;
	border-style: double none none none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	width: 100%;
}

h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	color: #000;
	font-size: 28px;
	line-height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	line-height:25px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #666666;
	padding: 0px;
	margin: 0px
}


.button-learnmore {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
	border-radius: 3px;
	margin:0px;
	font-size: 15px;
}

.button-learnmore:hover {
	background-color:#000;
}

h2 {
	font-size:19px;
	font-style:italic;
}

h3 {
	font-size: 20px;
	line-height:25px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	text-transform:uppercase;
	color: #666666;
	padding: 0px;
	margin: 0px
}

.content p {
	font-size: 16px;
	color:#454545;
	line-height: 24px;
	text-align: justify;
	margin:0px;
}

.content-container {
	padding: 30px 20px 30px 20px;
	margin: 0px;
}

.footer {
	width:1040px;
	margin:0px auto;
	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-top-color:#ED1C24;
}

.footer-container {
	padding: 30px 20px 15px 20px;
	margin: 0px;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 25px;
	font-family: arial, Helvetica, sans-serif;
}

.footer-table {
	width: 1000px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-table td {
	width: 220px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	vertical-align: top;
	color: #FFFFFF;
}

.footer hr {
	margin-bottom: 5px;
}

.footer p {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size:14px;
	line-height:22px;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	line-height:22px;
}

.footer a:hover {
	color:#ED1C24;
}

.footer-bottom table {
	width: 100%;
}

.jumbotron-container {
	padding: 100px 0px 0px 0px;
	height: 350px;
	width: 600px;
	margin: -50px auto;
	text-align:center;
}

.jumbotron p {
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: -30px 0px;
	font-size:20px;
}

jumbotron img {
	margin:0px auto;
	text-align:center;
}

.jumbotron hr {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid none none none;
	border-width: 2px 0px 0px 0px;
	border-top-color: #FFFFFF;
}

h5 {
	font-weight:normal;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-family: arial, Helvetica, sans-serif;
}

nav {
  margin: 0px;
  padding: 0px;
  height:50px;
  width:100%;
}

#logo {
  display: block;
  padding: 0px;
  float: right;
}

#logo a {
	color:#fff;
	text-decoration:none;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  height:50px;
  text-align:center;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

nav li a {
  display: block;
  padding:0px 25px 0px 25px;
  color: #FFF;
  font-size: 13px;
  font-weight:bold;
  line-height: 50px;
  text-decoration: none;
  text-transform:uppercase;
}

#drop,
#drop-1,
#drop-2,
#drop-3 {
	display:none;
}

.toggle {
	height:50px;
}

.toggle p {
	line-height:50px;
	margin:0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}

.logo-break {
	display:none;
}

.locations {
	width:100%;
}

.locations div {
	width:32%;
	float:left;
	margin-bottom:5px;
}

.locations div div {
	width:100%;
	background-color:#ED1C24;
}

.location-middle {
	margin:0% 2% 0% 2%;
}

.locations div img {
	width:100%;
}

.locations div p {
	margin-top:5px;
	text-align:center;
	margin-bottom:20px;
}

.locations div h3 {
	text-align:center;
	color:#000;
	margin:0px;
	line-height:45px;
	text-decoration:none;
	font-weight:bold;
}

.locations a {
	text-decoration:none;
	border:none;
}

.mobile-phoneNumber {
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:#FF0004;
	text-decoration:none;
	margin-top:15px;
}

.mobile-phoneNumber a {
	color:#FF0004;
	text-decoration:none;
}

.mobile-phoneBreak {
	display:none;
}

.locations-list {
	margin-bottom:60px;
	list-style:none;
}

.locations-list li {
	display:inline-block;
	float:left;
	margin-right:50px;
}

.cities a {
	color:#fff;
	text-decoration:none;
}

.cities a:hover {
	color:#ED1C24;
}

.services-list {
	list-style:none;
	margin:0px;
	padding:0px;
}

.services-list li {
	line-height:25px;
}

.imounds-list {
}

.impounds-list li {
	line-height:25px;
}

.img-column {
	float:right;
	width:380px;
	padding-left:20px;
}

.img-column img {
	margin-top:20px;
}

.content-column {
	float:left;
	width:600px;
}

.contact-container {
	margin-left:10px;
	padding-left:30px;
	border-left:solid 1px #BCBCBC;
	height:300px;
}

.about-table {
	width:100%;
}

.about-table td {
	text-align:center;
	width:33%;
}

.about-table td img {
	width:100%;
}

.home-table {
	text-align:center;
	width:100%;
}

.home-table td {
	width:50%;
}

.home-table p {
	width:100%;
	text-align:center;
}

.home-table h3 {
	text-align:center;
	font-weight:bold;
}

.gallery div {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.gallery img {
	width: 100%;
}


@media all and (max-width:520px) {
	.locations {
		margin:0px auto;
		width:90%;
	}
	.locations div {
		float:none;
		width:100%;
	}
	.jumbotron-container {
		margin-top:-10px;
	}
	.jumbotron-container img {
		margin-bottom:20px;
	}
}

@media all and (min-width : 825px ){
	.toggle {
		display:none;
	}
	nav a:hover {
		background-color:#950B11;
	}
	.mobile-display {
		display:none;
	}
}

@media all and (max-width : 975px ){
	#logo {
 		display: none;
	}
	nav { margin: 0px; }
	nav ul {
		width:100%;
		position:absolute;
	}
	nav li a {
		background-color:#333333;
		line-height:50px;
	}
	nav a:hover {
		background-color:#212121;
	}
	.toggle + a,
	.menu { display: none; }
	.toggle {
	  display: block;
	  padding: 0px;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 60px;
	  text-decoration: none;
	  border: none;
	}

	[id^=drop]:checked + ul { display: block; }

	nav ul li {
	  display: block;
	  width: 100%;
	}
	h1,
	h2 {
		text-align:center;
	}
	.mobile-phoneNumber {
		display:block;
	}
	.mobile-phoneBreak {
		display:none;
	}
	.locations {
		margin:0px auto;
		width:90%;
	}
	.locations div {
		float:none;
		width:100%;
	}
	.location-middle {
	    margin:0%;
	}
	.jumbotron-container img {
		width:80%;
	}
	.jumbotron {
		height:400px;
	}
}

@media (min-width : 825px ) and (max-width : 1060px ){
	
	.nav-mobile {
	    display:none;
	}
	.header-container {
	    width:90%;
	    text-align:center;
	}
	.content,
	.footer {
		width:90%;
	}
	.footer-table {
		width:100%;
	}
}
/* Remove Title & Make room for Nav */

@media (min-width : 825px ) and (max-width : 870px ){
	.logo-break {
		display:none;
	}
	nav {
		float:none;
		text-align:center;
	}
	nav ul {
		margin:0px auto;
		text-align:center;
	}
	nav ul li {
		text-align:center;
		margin:0px auto;
	}
	.header-container {
		text-align:center;
	}
	.homeBodyImg {
		width:100%;
	}
}

@media (max-width : 825px ){
	.title,
	.footerHidden-mobile {
		display:none;
	}
	.header-container {
		width:100%;
		text-align:center;
	}
	.content,
	.footer {
		width:90%;
	}
	.footer-table,
	.homeBodyImg,
	.jumbotron-container {
		width:100%;
	 }
	 .content-container p {
		 text-align:center;
	 }
	 .mobile-nodisplay {
		display:none; 
	 }
}

@media (min-width:725px) and (max-width:825px) {
	.jumbotron-container {
		width:80%;
	}
}
/* Jumbotron Logo / Text Resizing */

@media (max-width:450px) {
	.jumbotron-container img {
		width:80%;
	}
	.jumbotron p {
		font-size:18px;
	}
	.jumbotron {
		height:350px;
	}
	.mobile-phoneBreak {
		display:block;
	}
}

@media (max-width:340px) {
	.jumbotron {
		height:350px;
	}
	.cities {
		display:none;
	}
	.jumbotron-container img {
		width:90%;
	}
	.content,
	.footer {
		width:100%;
	}
	.header-container,
	.header,
	
	nav,
	nav ul,
	nav li,
	nav li a,
	nav p,
	
	.toggle,
	.toggle p {
		height:60px;
		line-height:60px;
	}
	nav li {
		margin:0px;
		padding:0px;
	}
}

@media (max-width:290px) {
	.jumbotron {
		height:320px;
	}
	.footerHidden-mobile2 {
		display:none;
	}
}

@media (max-width:1060px) {
	.content-column {
		width:100%;
		float:none;
	}
	.img-column {
		width:100%;
		margin-top:25px;
		padding:0px;
		margin-left:0px;
		float:none;
	}
	.contact-container {
		border:none;
		margin-left:0px;
		padding:0px;
		margin-bottom:-30px;
		text-align:center;
	}
	.content-container p {
		text-align:center;
	}
}
/*GALLERY CSS*/

.wrap {
       overflow: hidden;
       margin: 0px;
    }
    .box {
       float: left;
       position: relative;
       width: 25%;
       padding-bottom: 25%;
    }
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner img {
       width: 100%;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -75px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;

		-webkit-transition: all 0.2s ease-out;

       -moz-transition: all 0.2s ease-out;

       -o-transition: all 0.2s ease-out;

       transition: all 0.2s ease-out;
    }

    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }

    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }

    @media only screen and (max-width : 650px) and (min-width : 481px) {

       /* Tablet view: 2 tiles */
      
		.box {
          width: 50%;
          padding-bottom: 50%;
       }
    }

    @media only screen and (max-width : 1050px) and (min-width : 651px) {

       /* Small desktop / ipad view: 3 tiles */

       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }

    @media only screen and (max-width : 1290px) and (min-width : 1051px) {

       /* Medium desktop: 4 tiles */

       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
