@charset "utf-8";
/***** BEGIN RESET *****/

* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.titlewrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

body {
	-webkit-text-size-adjust: none;
	background: #000;
	overflow-x: hidden;
	color: #fff;
}


ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

/***** END RESET *****/


a {
	color: #ffd200;
	text-decoration: none;
}

a.buttoncolor {
	background: #ffd200;
	color: black;
	padding: 10px 35px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a.buttoncolor:hover {
	background: #2d2d2d;
	color: white;
}

a:hover {
	color: #fff !important;
}

.phone a:hover {
	color: #fff !important;
}


.twenty {
	float: left;
	width: 100%;

}

.locone {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	background: #191919;
	margin-bottom: 20px;
	border: 1px solid #555;

}

.locone img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 550px;
	margin-bottom: 10px;
}

.locone p {
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

#noright {
	border-right: 0;
}

#noleft {
	border-left: 0;
}


.wrap {
	width: 85%;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 2%;
}


.fullimg {
	width: 100%;
	float: left;
}

.fullimg img {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.hills {
	font-size: 18px;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-bottom: 40px;
}

.hills a {
	padding: 10px 20px;
	font-weight: bold;
	background: #ffd200;
	color: #000 !important;
	margin-bottom: 20px;
}

/*********************header**************************/

#desktop {
	display: block;
	margin-bottom: 5px;
}

#mobile {
	display: none;
	margin-bottom: 5px;
}

header {
	width: 100%;
	background: #fff;
	float: left;
}

.logo {
	width: 69%;
	float: left;
	margin-left: 5%;
	margin-top: 3%;
}

.columnone {
	width: 15%;
	margin-left: 11%;
	float: left;

}

.buttons2 {
	width: 100%;
	float: left;

}

/*.abc {
width:100%;
float:left;
margin-top:5%;
}

.gold {
width:100%;
float:left;	
margin-top:12%;
}*/

.abc {
	width: 20%;
	float: left;
	line-height: 1;
}

.gold {
	width: 20%;
	float: left;
	line-height: 1;
}

.center {
	width: 60%;
	float: left;
	text-align: center !important;
	text-shadow: 2px 2px #000;
}

.center h1 {
	text-align: center !important;
	margin-top: 45px !important;
	text-shadow: 2px 2px #000;
}

.center h2 {
	text-align: center !important;
}


/****************************SLIDESHOW**************************/



#slideshow {
	width: 100%;
	float: left;
	overflow: hidden;
}

.slide-contain {
	width: 100%;
	float: left;

	z-index: 1;
	overflow: hidden;

}

.cycle-slideshow,
.cycle-slide {
	width: 100%;
}

.cycle-slideshow img,
.cycle-slide img {
	width: 100%;
	float: left;
}

.cycle-slideshow {
	width: 100%;
	overflow: hidden;
	float: left;

	display: block;
}

.cycle-slideshow img {
	display: block;
	width: 100%;
	float: left;
}

/* pager */
.pager {
	text-align: center;
	width: 100%;
	margin: -50px 0 -2px;
	position: relative;
	z-index: 999;
	float: left;
}

.pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #D30003;
	color: #828282;
	cursor: pointer;
}

.pager span.cycle-pager-active {
	color: #ffd200;
}

.pager>* {
	cursor: pointer;
}

/* overlay */
.cycle-overlay {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 72px;

	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	text-shadow: 2px 2px #000;
	color: #fff;

	margin-bottom: 60%;
}

.cycle-overlay span {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 32px;
	padding: 10px 40px;
	background: #f15d25;
	border-radius: 5px;
	text-shadow: none;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.cycle-overlay span:hover {
	background: #fff;
	color: #f15d25;
	text-decoration: none;
}

.cycle-overlay span a {
	text-decoration: none;
}

/*****************************************main***************************/

.fundraiser {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding: 10px 0;
}

.fundraiser h1 {
	font-size: 25px !important;
	text-transform: uppercase;
	text-align: center !important;
	color: #fff !important;
}

.donate {
	width: 85%;

	margin: 0 auto -20px;
}

.contain {
	width: 65%;
	margin: 0 auto;
}

.left {
	width: 100%;
	float: right;
	margin-top: 20px;
}

.lefttwo {
	width: 100%;
	float: right;
	margin-top: 20px;
}

.dig {
	width: 70%;
	margin: 0 auto 20px;
}

.staff {
	width: 100%;
	float: left;

}


.middle {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 45px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #fff;
	background: #006600;
	padding: 5% 0;
	float: left;
	text-shadow: 2px 2px #000;
	box-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
	position: relative;
}

.middle:hover {
	background: #007E00;


}

.fa-arrow-circle-o-right {
	padding: 0;
}

.middle:hover .fa-arrow-circle-o-right {
	padding-right: -10px;
}

.maintext {
	width: 100%;
	float: left;
	line-height: 37px;
	/*margin:20px 0;	*/
	/*background:url(../siteart/04_HQ.jpg) #000;*/
	background: #000;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	/*border-top:5px solid #ffd200;
border-bottom:5px solid #ffd200;*/
	background-position: center;
}

.mobilelogo {
	display: none;
}

.main {
	background: #000;
	float: left;
	width: 100%;
}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 34px !important;
	text-align: left !important;
	color: #ffd200 !important;
	font-weight: bolder !important;
	margin: 0 !important;
}

.invpage h1 {
	color: black !important;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: left;
	font-size: 24px;
}

.right {
	width: 15%;
	float: right;
	margin-left: 5%;
	margin-top: 20px;
}

.button {
	width: 100%;
	float: left;

	margin-bottom: 10px;

}

.buttontwo {
	width: 20%;
	float: left;
	margin: 10px 0%;
	margin-bottom: 10px;
	padding: 0 4%;
	box-sizing: border-box;
}



.righttwo {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	margin-top: 20px;
}

.invpage .righttwo {
	background: black;
}


.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	/* this value + 2 should = 33% */
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;

}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;

}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 60% 0 0;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.6);
	background: #000\9;
}

.zoom-container:hover img {
	-webkit-transform: scale(1.10);
	/* Safari and Chrome */
	-moz-transform: scale(1.10);
	/* Firefox */
	-ms-transform: scale(1.10);
	/* IE 9 */
	-o-transform: scale(1.10);
	/* Opera */
	transform: scale(1.10);
}

.zoom-container:hover .zoom-caption {
	background: none;
}



#call h2 {
	background: url(../siteart/callnow2.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;



}

#call h2:hover {
	background: url(../siteart/call2_hov.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;

}

#equip h2 {
	background: url(../siteart/equipmentsales.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#equip h2:hover {
	background: url(../siteart/equipmentsales_hover1.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}


#hillpit h2 {
	background: url(../siteart/newhamptonpit.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#hillpit h2:hover {
	background: url(../siteart/newhamptonpithover.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}


#client h2 {
	background: url(../siteart/clienttest.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}


#client h2:hover {
	background: url(../siteart/clienttest_hover1.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}


#team h2 {
	background: url(../siteart/outtteam.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#team h2:hover {
	background: url(../siteart/outtteam_hover1.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#apply h1 {
	background: url(../siteart/apply3.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#apply h1:hover {
	background: url(../siteart/apply2_hov.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#sitework h2 {
	background: url(../siteart/sitework.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

#sitework h2:hover {
	background: url(../siteart/sitework_hover1.png) no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 50% 0;
}

/**********************************about page***************************/

.about {
	margin-top: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	width: 100%;
	float: left;
}

.abouttwo {
	margin-top: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	width: 75%;
	float: left;
	padding-right: 2.25%;
	border-right: .5px solid #747474;
}



.abouttwo h2 {
	color: #ffd200;
	margin-bottom: 3px;
}

.meettheowner {
	margin-top: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	width: 20%;
	padding-left: 2.25%;
	float: left;

}

.meetimg {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.quotetwo {
	text-align: center;
	font-style: italic;
}

.but {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffd200;
	padding: 10px 0;
	color: #000;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.but:hover {
	background: #888888;
	color: #ffd200;
}

.about h2 {
	color: #ffd200;
	margin-bottom: 3px;
}

.about ul {
	list-style: disc;
	margin-left: 5%;
	width: 95%;
	float: left;
	margin-bottom: 15px;
	font-size: 18px;
}

.abouttwo ul {
	list-style: disc;
	margin-left: 5%;
	width: 95%;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
}

.thirty {
	width: 35% !important;
	float: left;
}

.thirtyone {
	width: 100% !important;
	float: left;
}

.thirtyone .w3-col.s4 {
	width: 25% !important;
}

.sixtyone {
	width: 65%;
	margin: 0 auto;
}

.thirty2 {
	width: 33% !important;
	float: left;
}

.sixty {
	width: 65%;
	float: left;
}

.example-image {
	width: 22%;
	margin-right: 4%;
	margin-top: 3%;
	float: left;
}

#lastgallery {
	margin-right: 0;
}

w3-col s4 IMG {
	margin-bottom: 5px !important;
}

.w3-col.s4 {
	width: 33.3% !important;
}

.w3-content {
	max-width: 1300px !important;
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
	margin: 3px 0 !important;
	padding: 0 2%;
}



.w3-section,
.w3-code {
	margin-top: 0 !important;
}

.hov a {
	color: #ffd200 !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	text-align: left !important;
	font-size: 22px !important;
	float: left !important;
	text-decoration: underline;
	margin-bottom: 5px;
}

.hov h2 {
	color: #ffd200 !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	text-align: left !important;
	font-size: 22px !important;
	float: left !important;

}

.hov a:hover {
	color: #fff !important;
	text-decoration: none;
}

.about h2 {
	color: #ffd200;
	float: left;
}


/***************************apply page***********************/

.apply {
	float: right;
	width: 35%;
	margin-left: 5%;
	margin-bottom: 5%;
	margin-top: 20px;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
}

.applyright {
	width: 60%;
	float: right;
}

.apply a {
	color: #fff !important;
	text-decoration: underline !important;
}

.apply a:hover {
	color: #ffd200 !important;
	text-decoration: none !important;
}


.apply ul {
	list-style: disc;
}

.apply span {
	font-size: 22px;
	color: #ffd200;
	font-weight: bold;
}

hr {
	color: #ffd200 !important;
	border: 1px solid #ffd200 !important;
	float: left !important;
	width: 100% !important;
	margin: 0 !important;
}

.lefttwo h4 {
	text-align: center;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}




/**********************testimony*********************/

.testimonials {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.testimonythree {
	width: 100%;
	float: left;
	margin: -40px 0 0 0;
}

.testimonythree .lefty {
	width: 70%;
	float: right;
	margin-left: 10%;
	margin-top: 105px;
}

.testimony1 .lefty {
	width: 70%;
	float: right;
	margin-left: 10%;
	margin-top: 60px;
}

.leftythree {
	width: 70%;
	float: left;
	margin-right: 10%;
	margin-top: 150px;
}



.testimony {
	width: 100%;
	float: left;
	margin: 10px 0 50px 0;
}

.testimony1 {
	width: 100%;
	float: left;
	margin: 10px 0 0px 0;
}

.testimony p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #fff;
	font-size: 18px;
}

.testimony span {
	color: #ffd200;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: 10px;
}

.testimonythree p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #ff;
	font-size: 18px;
}

.testimonythree span {
	color: #ffd200;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: 10px;
}

.testimony1 p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #ff;
	font-size: 18px;
}

.testimony1 span {
	color: #ffd200;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: 10px;
}

.lefty {
	width: 70%;
	float: right;
	margin-left: 10%;
	margin-top: 30px;
}

.companylogo {
	width: 20%;
	float: right;
}

.leftytwo {
	width: 70%;
	float: left;
	margin-right: 10%;
	margin-top: 80px;
}

.leftytwo.alt {
	width: 55%;
}

.companylogotwo {
	width: 20%;
	float: left;
}

.companylogotwo.alt {
	width: 35%;
}



.companylogotwocommon {
	width: 20%;
	float: left;
}

.companylogotwomobile {
	display: none;
}

.companylogotwomobiletwo {
	display: none;
}


.testimonytwo {
	width: 100%;
	float: left;
	margin: 10px 0 50px 0;
}

.testimonytwo p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #ff;
	font-size: 18px;
}

.testimonytwo span {
	color: #ffd200;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: 10px;
}

.testimonytwo .lefty {
	margin-top: 80px;
}

/****************************sitework**********************/

.sitework {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.onethird {
	float: left !important;
	width: 30% !important;
	margin: 0 1.5% !important;
	color: #000 !important;
	background: #ffd200 !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 20px 0 !important;
	border-radius: 5px !important;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}



.onethird:hover {
	background: #888888 !important;
	color: #ffd200 !important;

}

.meet {
	float: left;
	width: 40%;
	margin-top: 30px
}

.quote {
	float: left;
	width: 55%;
	margin-left: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #fff;
	font-size: 18px;

	margin-top: 40px;
	font-style: oblique;
}

.quote span {
	text-align: right !important;
	color: #ffd200 !important;
	float: right !important;
	background: none !important;
}

.two {
	background: #ffd200;
	color: #000;
	padding: 20px 0;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	border-radius: 7px;
	float: left;
	width: 100%;
	margin-top: 20px;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.two:hover {
	background: #888888;
	color: #ffd200;
}



/******************************callnow page****************************/

.one {
	float: left;
	width: 35%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-top: 20px;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
}



.one a {
	color: #fff !important;
	text-decoration: underline !important;
}

.one a:hover {
	color: #ffd200 !important;
	text-decoration: none !important;
}



.one span {
	font-size: 22px;
	color: #ffd200;
	font-weight: bold;
}

.map {
	width: 60%;
	height: 500px;
	float: left;
}

/*************************equipmentsales page*******************************/

.equipbox {
	width: 22.8%;
	float: left;
	margin: 1%;
	background: #1d1d1d;
	border: 1px solid #ebebeb;
}


.equipimg {
	width: 95%;
	padding: 2.5%;
	float: left;
}

.equipbutton {
	width: 95%;
	padding: 10px 0;
	float: left;
	margin: 0 2.5% 2.5%;
	background: #ffd200;
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 16px;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.equipboxtwo {
	width: 47.8%;
	float: left;
	margin: 1%;
	background: #1d1d1d;
	border: 1px solid #ebebeb;
}

.equipimgtwo {
	width: 98%;
	padding: 1%;
	float: left;
}

.equipbuttontwo {
	width: 98%;
	padding: 10px 0;
	float: left;
	margin: 0 1% 1%;
	background: #ffd200;
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 16px;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.equipbuttontwo:hover {
	background: #000;
	color: #ffd200;
	border: 1px solid #fff;
}

.equipbutton:hover {
	background: #000;
	color: #ffd200;
	border: 1px solid #fff;
}


/***************************footer**************************/

footer {
	width: 100%;
	float: left;
	overflow: hidden;
}


.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.scrolling {
	width: 100%;
	height: 92px;
}



a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff !important;
}

a.footerlink:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff !important;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

.smallfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

.divfooter {
	width: 60%;
	text-align: center;
	margin: 10px auto;
}


@media screen and (max-width: 1366px) {
	.quote {
		font-size: 27px;
	}
}

@media screen and (max-width: 1288px) {
	.center h1 {
		margin-top: 15px !important;
	}
}

@media screen and (max-width: 1185px) {

	.equipbox {
		width: 31.1%;
		float: left;
		margin: 1%;
		background: #1d1d1d;
		border: 1px solid #ebebeb;
	}



	.equipboxtwo {
		width: 64.4%;
		float: left;
		margin: 1%;
		background: #1d1d1d;
		border: 1px solid #ebebeb;
	}


}

@media screen and (max-width: 1220px) {
	.quote {
		font-size: 24px;
		font-weight: normal;
	}

	.two {
		font-size: 18px;
		padding: 15px 0;
	}

	.testimony1 .lefty {
		margin-top: 20px;
	}

	.leftytwo {
		margin-top: 40px;
	}

	.testimonythree {
		margin: 0;
	}

	.leftythree {
		margin-top: 70px;
	}

	.testimonythree .lefty {
		margin-top: 35px;
	}
}

@media screen and (max-width: 1020px) {

	.equipbox {
		width: 31%;

	}



	.equipboxtwo {
		width: 64%;

	}

	.lefttwo {
		/* margin-top: 0; */
	}

	.titlewrap {
		flex-direction: column;
	}

	h1 {
		padding-bottom: 10px;
	}

	.leftytwo {
		margin-top: 30px;
	}

}

@media screen and (max-width: 930px) {
	.quote {
		font-size: 18px;
		font-weight: normal;
	}

	.two {
		font-size: 16px;
		padding: 15px 0;
	}

	.sixty {
		width: 100%;
	}

	.thirty {
		width: 100% !important;
		margin-top: 20px !important
	}

	.w3-col.s4 {
		width: 20% !important;
	}

	.thirtyone {
		width: 100% !important;
		float: left;

	}

	.thirtyone .w3-col.s4 {
		width: 25% !important;
	}

	.sixtyone {
		width: 100%;
		margin: 0 auto;
	}

	#desktop {
		display: none;
	}

	#mobile {
		display: block;
	}


}


@media screen and (max-width: 900px) {
	.donate {
		margin: 0 auto;
		width: 100%;
	}

	.fundraiser h1 {
		font-size: 18px !important;
	}

	.contain {
		width: 100%;
	}

	.onethird {
		font-size: 16px !important;
	}

	.gold {
		display: none;
	}

	.abc {
		display: none;
	}

	.center {
		width: 100%;
	}

	.center h1 {
		margin-top: 0 !important;
	}

	.mobilelogo {
		display: block;
		width: 100%;
		float: left;
	}

	.gold2 {
		width: 30%;
		float: left;
		margin: 15px 10% 0;
		line-height: 1;
	}

	.abc2 {
		width: 30%;
		float: left;
		margin: 15px 10% 0;
		line-height: 1;
	}

	.maintext {}

	.middle {
		padding: 4% 0;
	}


	.locone {
		width: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
		background: #191919;
		margin-bottom: 0px;
		border: 1px solid #555;

	}

	#noleft {
		border: 1px solid #555;
		border-top: 0;
		margin-bottom: 20px;
	}

	#noright {
		border: 1px solid #555;
		border-bottom: 0;
	}



}

@media screen and (max-width: 800px) {



	.apply {
		float: left;
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
		margin-bottom: 5%;
		margin-top: 0px;
		font-size: 18px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
		text-align: center;
	}

	.applyright {
		width: 100%;
		float: left;
	}

	.buttontwo {
		width: 20%;
		margin: .5% 0;
		padding: 0 20px;
	}

	.buttontwo1 {

		width: 18%;
		margin: .5% 4.66% .5% 0;
	}

	.buttontwo2 {
		width: 18%;
		margin: .5% 0 .5% 4.66%;
	}

}



@media screen and (max-width: 775px) {
	.one {
		width: 100%;
		margin-right: 0%;
		text-align: center;
	}

	.fullwidthstuff {
		width: 100% !important
	}

	.map {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}

	.quote {
		font-size: 18px;
		font-weight: normal;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.maintext {
		padding: 25px 0;
	}

	.two {
		font-size: 16px;
		padding: 15px 0;
	}

	.meet {
		width: 100%;
	}

	.onethird {
		font-size: 16px !important;
		width: 100% !important;
		padding: 10px 0 !important;
		margin: 0 !important;
		margin-top: 10px !important;
	}

	.abouttwo {
		width: 100%;
		padding: 0;
		border-right: 0;
		border-bottom: .5px solid #747474;
		padding-bottom: 20px;
	}

	.meettheowner {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.meetimg {
		width: 75%;
		float: none;
		margin: 0 auto;
	}

	.lefty {
		width: 100%;
		margin: 0;
	}

	.companylogo {
		width: 30%;
		float: none;
		margin: 20px auto;
	}

	.leftytwo {
		width: 100%;
		margin: 0;
	}

	.leftytwo.alt {
		width: 100%
	}

	.companylogotwo {
		width: 30%;
		float: none;
		margin: 20px auto !important;
	}

	.companylogotwo.alt {
		width: 80%;
	}

	.companylogotwocommon {
		display: none;
	}

	.companylogotwomobile {
		display: block;
		width: 51%;
		float: left;
		margin: 0 0 0 5%;
	}

	.companylogotwomobile img {
		width: 100%;
	}

	.companylogotwomobiletwo {
		display: block;
		width: 39%;
		float: left;
		margin: 0 5% 0 0;
	}

	.companylogotwomobiletwo img {
		width: 100%;
	}

	.companylogo {
		width: 30%;
		float: none;
		margin: 20px auto !important;
	}

	.testimonytwo span {
		margin-bottom: 20px;
	}

	.testimony1 span {
		margin-bottom: 20px;
	}

	.testimonythree span {
		margin-bottom: 20px;
	}


	.testimony1 .lefty {
		width: 100%;
	}

	.testimonythree .lefty {
		width: 100%;
	}

	.leftythree {
		width: 100%;
	}

	.testimonythree .lefty {
		width: 100%;
	}
}

@media screen and (max-width: 718px) {

	.equipbox {
		width: 45%;
		margin: 2%;
		margin-bottom: 4%;
		font-size: 12px;
	}

	.equipboxtwo {
		width: 97%;
		margin-bottom: 4%;
		font-size: 12px;
	}

	.wrap {
		width: 90%;
	}



}

@media screen and (max-width: 600px) {
	.right {
		width: 100%;
	}

	.button {
		width: 16.5%;
		margin: 0 0;
	}

	.buttontwo {
		width: 20%;
		margin: .5% 0%;
		padding: 0 10px;
	}

	.buttontwo1 {

		width: 18%;
		margin: .5% 4.66% .5% 0;
	}

	.buttontwo2 {
		width: 18%;
		margin: .5% 0 .5% 4.66%;
	}

	.logo {
		width: 75%;
		margin-left: 0;
		margin-top: 10px
	}

	.columnone {
		width: 18%;
		margin-left: 7%
	}

	.left {
		width: 100%;
	}

	h1 {
		text-align: center !important;
		font-size: 27px !important;
	}

	h2 {
		text-align: center;
	}

	.companylogo {
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.companylogotwo {
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.righttwo {
		margin-top: 5px;
	}

	.middle {
		font-size: 30px;
	}

	.dig {
		width: 90%;
	}

}

@media screen and (max-width: 500px) {

	.equipbutton {

		font-size: 12px;
	}

	.equipbuttontwo {

		font-size: 12px;
	}

	.buttontwo {
		width: 20%;
		margin: 3% 0%;
		padding: 0 5px;
	}

	.buttontwo1 {

		width: 21%;
		margin: 3% 2.66% 1% 0;
	}

	.buttontwo2 {
		width: 21%;
		margin: 3% 0 1% 2.66%;
	}

	.logo {
		width: 77%;
		margin-left: 0;
		margin-top: 12px
	}

	.columnone {
		width: 20%;
		margin-left: 3%
	}

	.twent {
		margin-top: 5px
	}

	.maintext {
		margin: 10px 0;
	}

}

@media screen and (max-width: 450px) {

	.middle {
		font-size: 25px;
	}

}