/*RESET*/

	* {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		text-decoration: none;
		outline: none;
		color: inherit;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 0;
	}
	
	.full {
		width: 100%;
	}
	
	.center {
		width: 65%;
		margin: 0 auto;
	}
	
	.clear {
		clear: both;
	}

    ::-webkit-input-placeholder {
      color: black;
    }
    ::-moz-placeholder {
      color: black;
    }
    :-ms-input-placeholder {
      color: black;
    }
    :-moz-placeholder {
      color: black;
    }

/*HEADER*/

	header {
		position: relative;
		height: 120vh;
		background: url(../images/backgrounds/01.jpg) center bottom no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	
	#header-subpage {
		position: relative;
		height: auto;
		background: url(../images/backgrounds/02.jpg) center no-repeat;
		background-size: cover;
		overflow: hidden;
		border-bottom: 3px solid #fcc922;
	}
	
	.header-nobg {
		background: none;
	}
	
	#header-menu {
		z-index: 1000;
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	#header-logo {
		z-index: 0;
		width: 400px;
		float: left;
		transition: .25s ease all;
	}
	
	#header-logo img {
		z-index: 0;
		max-width: 300px;
	}
	
	.header-logohidden {
		opacity: 0;
		transition: .25s ease all;
	}
		
	#header-full {
		z-index: 100;
		width: calc(100% - 400px);
		float: left;
	}

    #header-full i {
        display: none;
    }

	#header-phone {
		width: 100%;
		text-align: right;
		font-family: "Montserrat", sans-serif;
		font-size: 14pt;
		color: #fcc922;
		transition: .25s ease-out;
	}

	#header-phone:hover {
		color: #2f2f2f;
		transition: .25s ease-in;
	}
	
	.header-fullitem {
		z-index: 100;
		width: 20%;
		float: left;
		font-family: "Montserrat", sans-serif;
		font-size: 12pt;
		color: #2F2F2F;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		text-align: right;
		cursor: pointer;
		padding-top: 35px;
		transition: .25s ease all;
	}
	
	.header-fullitem:hover {
		color: #fcc922;
		transition: .25s ease all;
	}
	
	#header-hamburger {
		z-index: 3000;
		display: none;
		position: absolute;
		top: 5px;
		right: 10px;
		color: #2F2F2F;
		font-size: 22pt;
		font-weight: bold;
		cursor: pointer;
		transition: .25s ease all;
	}
	
	.header-whitehamburger {
		color: white !important;
		transition: .25s ease all;
	}
	
	#header-mobile {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		background: rgba(0,0,0,0.9);
		opacity: 0;
		transition: .25s ease all;
        z-index: 200;
	}
	
	.header-fixed {
		position: fixed !important;
	}
	
	.header-mobileopen {
		opacity: 1 !important;
		transition: .25s ease all;
	}
	
	#header-mobiledummy {
		z-index: 1;
		position: relative;
		height: 100vh;
	}
	
	#header-mobilecontent {
		z-index: 1;
		width: 400px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	
	.header-mobileitem {
		z-index: 1;
		font-family: "Montserrat", sans-serif;
		font-size: 18pt;
		color: white;
		text-align: center;
		width: 100%;
		padding-bottom: 25px;
		cursor: pointer;
		transition: .25s ease all;
	}
	
	.header-mobileitem:hover {
		color: #fcc922;
		transition: .25s ease all;
	}

	#header-splatter {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 550px;
		background: url(../images/backgrounds/splatter-bottom.png) no-repeat center;
		background-size: cover;
		z-index: 50;
	}

/*WELCOME*/

	#welcome {
		z-index: 100;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#welcome-left {
		width: 100%;
		float: none;
	}
	
	#welcome-right {
		width: 50%;
		float: left;
	}
	
	.welcome-title {
		font-family: "Montserrat", sans-serif;
		font-size: 16pt;
		font-weight: bold;
		color: #2f2f2f;
		letter-spacing: 1.25px;
		text-transform: uppercase;
		transition: .25s ease-out;
	}
	
	.welcome-text {
		font-family: "Roboto Slab", serif;
		font-size: 12pt;
		color: #2f2f2f;
		letter-spacing: 1.25px;
	}
	
	#welcome-rightholder {
		width: 85%;
		margin: 0 auto;
	}
	
	#welcome-righttop {
		background: #333333;
		padding: 15px;
		font-family: "Montserrat", sans-serif;
		font-size: 18pt;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		letter-spacing: 1.25px;
	}
	
	#welcome-rightmiddle {
		padding: 15px;
	}
	
	.welcome-rightbox {
		width: 95%;
		margin: 0 auto;
		padding-top: 10px;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.welcome-righttitle {
		font-family: "Roboto Slab", serif;
		font-size: 14pt;
		color: #333333;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.welcome-righttext {
		font-family: "Roboto Slab", serif;
		font-size: 10pt;
		color: #333333;
	}
	
	#welcome-rightbottom {
		height: 30px;
		background: repeating-linear-gradient(
			45deg,
			#fcc922,
			#fcc922 10px,
			#333333 10px,
			#333333 20px
		);
		border: 2px solid #fcc922;
	}
	
	#welcome-rightbottombox {
		width: 100px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0 auto;
		background: #fcc922;
		text-align: center;
		font-family: "Montserrat", sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #333333;
		transition: .25s ease all;
		cursor: pointer;
	}
	
	#welcome-rightbottombox:hover {
		color: white;
		transition: .25s ease all;
	}

	#welcome-services {
		padding-top: 50px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.welcome-servicesbox {
		width: 32%;
		background: rgba(0,0,0,0.05);
		text-align: center;
		padding: 50px;
		margin-bottom: 2%;
		transition: .25s ease-out;
	}
	
	.welcome-servicesbox img {
		max-width: 85%;
		transition: .25s ease-out;
	}
	
	#welcome-servicesbottom {
		height: 40px;
		background: repeating-linear-gradient(
			45deg,
			#fcc922,
			#fcc922 10px,
			#333333 10px,
			#333333 20px
		);
		background-position: 0% 0%;
		border: 2px solid #fcc922;
	}

	#welcome-servicesbottombox {
		width: 150px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0 auto;
		background: #fcc922;
		text-align: center;
		font-family: "Montserrat", sans-serif;
		font-size: 16pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #333333;
		transition: .25s ease-out;
		cursor: pointer;
	}

	#welcome-servicesbottombox:hover {
		color: white;
		transition: .25s ease-in;
	}
	
	.welcome-button {
		background: #333333;
		color: #fcc922;
		padding: 15px;
		text-align: center;
		width: 150px;
		margin: 0 auto;
		font-family: "Montserrat", sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
		transition: .25s ease all;
	}
	
	.welcome-button:hover {
		background: white;
		color: #333333;
	}

/*CLIENTS*/

	#clients {
		padding-top: 200px;
		padding-bottom: 200px;
		background: url(../images/backgrounds/04.png) no-repeat center fixed;
		background-size: cover;
	}
	
	#clients-left {
		width: 50%;
		float: left;
		padding-right: 25px;
		text-align: right;
	}
	
	#clients-left p {
		padding-top: 55px;
		font-family: "Montserrat", sans-serif;
		font-size: 18pt;
		font-weight: bold;
		color: #fcc922;
		text-transform: uppercase;
	}
	
	#clients-right {
		width: 50%;
		float: left;
		padding-left: 25px;
		border-left: 1px solid #fcc922;
	}
	
	#clients-right p {
		font-family: "Roboto Slab", sans-serif;
		font-size: 12pt;
		color: white;
	}

/*CONTACT*/

	#contact {
	}
	
	#contact-left {
		z-index: 0;
		position: relative;
		width: 50%;
		height: 500px;
		float: left;
		background: rgba(51,51,51,0.9);
		overflow: hidden;
	}
	
	#contact-right {
		position: relative;
		width: 50%;
		height: 500px;
		float: left;
		background: rgba(252,201,34,1);
	}
	
	#contact-left p {
		font-family: "Montserrat", sans-serif;
		font-size: 18pt;
		font-weight: bold;
		color: #fcc922;
		text-transform: uppercase;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

    #contact-left p span {
        font-size: 14px;
        text-transform: lowercase;
        color: white;
        font-weight: 300;
    }
	
	.contact-img {
		position: absolute;
		top: 50%;
		right: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		max-height: 300px;
	}
	
	#contact-holder {
		width: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#contact-form {
		padding-left: 50px;
	}
	
	.contact-textbox {
		background: none;
		border: none;
		width: 100%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 12pt;
		color: black;
		border-bottom: 1px solid #333333;
		padding: 10px;
		margin-bottom: 15px;
	}
	
	.contact-textarea {
		background: none;
		border: none;
		width: 100%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 12pt;
		color: black;
		border-bottom: 1px solid #333333;
		padding: 10px;
		margin-bottom: 15px;
	}
	
	.contact-submit {
		border: none;
		float: right;
		background: #333333;
		padding: 15px;
		text-align: center;
		font-family: "Montserrat", sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #fcc922;
		text-transform: uppercase;
		cursor: pointer;
		transition: .25s ease all;
	}
	
	.contact-submit:hover {
		color: #333333;
		background: white;
		transition: .25s ease all;
	}

    .grecaptcha-badge {
        display:none !important;
        opacity: 0 !important;
    }

/*FOOTER*/

	footer {
		padding-top: 100px;
		padding-bottom: 100px;
		text-align: center;
		z-index: 500;
	}
	
	footer img {
		width: 250px;
	}
	
	footer p {
		font-family: "Roboto Slab", sans-serif;
		font-size: 12pt;
		color: black;
	}

    footer .icon-beard {
        width: 40px;
        margin: 50px auto 0;
        border: 2px solid #333;
        border-radius: 40px;
    }

    footer .icon-beard:hover {
        border: 2px solid #fcc922;
    }

/*ABOUT PAGE*/

	#aboutpage {
		position: relative;
	}

	#aboutpage #aboutpage-picture {
		position: absolute;
		width: 600px;
		height: 400px;
		top: 0;
		right: 0;
		background: url(../images/backgrounds/sub-2.png) no-repeat;
		background-size: cover;
	}

	#aboutpage .center {
		padding-top: 100px;
	}

	#aboutpage .center h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 28pt;
		color: #313131;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	#aboutpage .center p.large {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 24pt;
		margin-bottom: 25px;
	}

	#aboutpage .center p.small {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 12pt;
		margin-bottom: 25px;
	}

	#aboutpage .center button {
		border: none;
		background: #fcc922;
		padding: 15px;
		font-family: "Montserrat", sans-serif;
		font-size: 12pt;
		text-transform: uppercase;
		transition: .25s ease-out;
		cursor: pointer;
	}

	#aboutpage .center button:hover {
		background: #313131;
		color: white;
		transition: .25s ease-in;
	}

	#aboutpage .center hr {
		margin-top: 100px;
		height: 3px;
		border: none;
		background: #fcc922;
	}

/*SERVICES PAGE*/

	#servicespage {
		position: relative;
	}

	#servicespage #servicespage-picture {
		position: absolute;
		width: 600px;
		height: 400px;
		top: 0;
		right: 0;
		background: url(../images/backgrounds/sub-1.png) no-repeat;
		background-size: cover;
	}

	#servicespage .center {
		padding-top: 100px;
	}

	#servicespage .center h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 28pt;
		color: #313131;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	#servicespage .center p {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 24pt;
	}

	#servicespage .center #servicespage-holder {
		margin-top: 150px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#servicespage .center #servicespage-holder .servicespage-subholder {
		padding: 20px;
		width: 24%;
		margin-bottom: 1%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		transition: .25s ease-out;
	}

	#servicespage .center #servicespage-holder .servicespage-subholder p {
		text-align: center;
		width: 100%;
	}

	#servicespage .center #servicespage-holder .servicespage-subholder img {
		width: 90%;
		padding-bottom: 15px;
	}

	#servicespage .center hr {
		margin-top: 100px;
		height: 3px;
		border: none;
		background: #fcc922;
	}

/*EQUIPMENT*/

	#equipmentpage {
		position: relative;
	}

	#equipmentpage #equipmentpage-picture {
		position: absolute;
		width: 600px;
		height: 400px;
		top: 0;
		right: 0;
		background: url(../images/backgrounds/sub-3.png) no-repeat;
		background-size: cover;
	}

	#equipmentpage .center {
		padding-top: 100px;
	}

	#equipmentpage .center h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 28pt;
		color: #313131;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	#equipmentpage .center p {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 24pt;
	}

	#equipmentpage .center hr {
		margin-top: 100px;
		height: 3px;
		border: none;
		background: #fcc922;
	}

	#equipmentpage .center #equipmentpage-holder {
		margin-top: 100px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}

	#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-picture {
		width: 50%;
		min-height: 400px;
	}

	#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-text {
		width: calc(50% - 25px);
		margin-left: 25px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
	}

	#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-text h1 {
		margin-bottom: 0;
	}

	#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-text h2 {
		font-family: "Roboto Slab", serif;
		font-size: 14pt;
		font-weight: normal;
	}

	/*IDS*/

		#equipmentpage-picture-01 {
			background: url(../images/equipment/deere-250g-lc.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-02 {
			order: 2;
			background: url(../images/equipment/deere-225d-lc.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-03 {
			background: url(../images/equipment/deere-310-sj.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-04 {
			order: 2;
			background: url(../images/equipment/deere-650h-lgp.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-05 {
			background: url(../images/equipment/deere-700j-lgp.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-06 {
			order: 2;
			background: url(../images/equipment/terex-pt-80.png) no-repeat center;
			background-size: contain;
		}

		#equipmentpage-picture-07 {
			background: url(../images/equipment/tri-axle-trucks.png) no-repeat center;
			background-size: contain;
		}

/*GALLERY PAGE*/

	#gallerypage {
		position: relative;
	}

	#gallerypage #gallerypage-picture {
		position: absolute;
		width: 600px;
		height: 400px;
		top: 0;
		right: 0;
		background: url(../images/backgrounds/sub-4.png) no-repeat;
		background-size: cover;
	}

	#gallerypage .center {
		padding-top: 100px;
	}

	#gallerypage .center h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 28pt;
		color: #313131;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	#gallerypage .center p {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 24pt;
	}

	#gallerypage .center #gallerypage-holder {
		margin-top: 100px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#gallerypage .center #gallerypage-holder h1 {
		margin-top: 25px;
		width: 100%;
	}

	#gallerypage .center #gallerypage-holder .gallerypage-subholder {
		position: relative;
		height: 250px;
		width: 32.3%;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	#gallerypage .center #gallerypage-holder .gallerypage-subholder a {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

    #gallerypage .center #gallerypage-holder .gallerypage-subholder a:hover {
        box-shadow: 0 0 10px #000;
    }

	#gallerypage .center hr {
		margin-top: 100px;
		height: 3px;
		border: none;
		background: #fcc922;
	}

	/*IDS*/

		#aggregate-01 {
			background: url(../images/gallery/aggregate/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#aggregate-02 {
			background: url(../images/gallery/aggregate/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#demolition-01 {
			background: url(../images/gallery/demolition/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#erosion-01 {
			background: url(../images/gallery/erosion/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#excavating-01 {
			background: url(../images/gallery/excavating/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#excavating-02 {
			background: url(../images/gallery/excavating/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#excavating-03 {
			background: url(../images/gallery/excavating/03-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#projects-01 {
			background: url(../images/gallery/projects/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#projects-02 {
			background: url(../images/gallery/projects/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#projects-03 {
			background: url(../images/gallery/projects/03-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#projects-04 {
			background: url(../images/gallery/projects/04-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#septic-01 {
			background: url(../images/gallery/septic/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#septic-02 {
			background: url(../images/gallery/septic/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#storm-01 {
			background: url(../images/gallery/storm/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#storm-02 {
			background: url(../images/gallery/storm/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#water-01 {
			background: url(../images/gallery/water/01-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#water-02 {
			background: url(../images/gallery/water/02-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#water-03 {
			background: url(../images/gallery/water/03-thumb.jpg) no-repeat center;
			background-size: cover;
		}

		#water-04 {
			background: url(../images/gallery/water/04-thumb.jpg) no-repeat center;
			background-size: cover;
		}

/*CONTACT PAGE*/

	#contactpage {
		position: relative;
	}

	#contactpage #contactpage-picture {
		position: absolute;
		width: 600px;
		height: 400px;
		top: 0;
		right: 0;
		background: url(../images/backgrounds/sub-5.png) no-repeat;
		background-size: cover;
	}

	#contactpage .center {
		padding-top: 100px;
	}

	#contactpage .center h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 28pt;
		color: #313131;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	#contactpage .center p {
		width: 60%;
		font-family: "Roboto Slab", sans-serif;
		font-size: 24pt;
	}
    #contactpage .center p span {
        font-size: 18px !important;
    }

	#contactpage .center #contactpage-form {
		margin-top: 50px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#contactpage .center #contactpage-form input {
		border: none;
		width: 49%;
		background: #fcc922;
		padding: 15px;
		font-family: "Roboto Slab", serif;
		font-size: 12pt;
		color: #2f2f2f;
		margin-bottom: 2%;
		transition: .25s ease-out;
	}

	#contactpage .center #contactpage-form textarea {
		border: none;
		background: #fcc922;
		padding: 15px;
		font-family: "Roboto Slab", serif;
		font-size: 12pt;
		color: #2f2f2f;
		margin-bottom: 2%;
		transition: .25s ease-out;
	}

	#contactpage .center #contactpage-form input:hover {
		background: #2f2f2f;
		color: white;
		transition: .25s ease-in;
	}

	#contactpage .center #contactpage-form textarea:hover {
		background: #2f2f2f;
		color: white;
		transition: .25s ease-in;
	}

	#contactpage .center #contactpage-form #contactpage-holder {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	#contactpage .center #contactpage-form #contactpage-holder #contactpage-captcha {
		width: 200px;
	}

	#contactpage .center #contactpage-form #contactpage-holder #contactpage-submit {
		width: calc(99% - 200px);
	}

	#contactpage .center #contactpage-form #contactpage-holder #contactpage-submit input {
		border: none;
		width: 100%;
		background: #2f2f2f;
		padding: 15px;
		font-family: "Roboto Slab", serif;
		font-size: 12pt;
		color: white;
		cursor: pointer;
		transition: .25s ease-out;
	}

	#contactpage .center #contactpage-form #contactpage-holder #contactpage-submit input:hover {
		background: #fcc922;
		color: #2f2f2f;
		transition: .25s ease-in;
	}

/*MEDIA QUERIES*/

	@media (max-width: 1800px) {
	
		#header-logo {
			width: 300px;
		}
		
		#header-full {
			width: calc(100% - 300px);
		}
		
	}

	@media (max-width: 1600px) {
		
		.center {
			width: 75%;
		}
		
	}
	
	@media (max-width: 1450px) {
		
		.contact-img {
			display: none;
		}
		
		#contact-holder {
			width: 90%;
		}
		
	}
	
	@media (max-width: 1400px) {
		
		.center {
			width: 85%;
		}
		
	}
	
	@media (max-width: 1200px) {
		
		.center {
			width: 95%;
		}
		
	}
	
	@media (max-width: 1100px) {
		
		#header-logo {
			width: 70%;
            max-width: inherit;
			text-align: center;
		}

		#header-phone {
			display: none;
		}
		
		.header-fullitem {
			display: none;
		}
		
		#header-hamburger {
			display: block;
		}
		
	}

	@media (max-width: 1000px) {

		#servicespage .center #servicespage-holder .servicespage-subholder {
			width: 49%;
		}
        
        header {
            background: url(../images/backgrounds/01-1000.jpg) no-repeat bottom center;
            background-size: 100% auto;
            height: auto;
            padding-bottom: 55%;
        }
        #header-subpage {
            padding-bottom: 0;
        }
        
        #header-splatter {
            background: url(../images/backgrounds/splatter-bottom-1000.png) no-repeat bottom center;
            background-size: 100% auto;
        }
        
        #clients {
            padding: 75px 0;
            background: url(../images/backgrounds/05.jpg) no-repeat center;
            background-size: cover;
        }

	}

	@media (max-width: 900px) {

		#servicespage #servicespage-picture {
			display: none;
		}

		#servicespage .center p {
			width: 100%;
		}

		#servicespage .center #servicespage-holder {
			margin-top: 50px;
		}

		#aboutpage #aboutpage-picture {
			display: none;
		}

		#aboutpage .center p.large {
			width: 100%;
		}

		#aboutpage .center p.small {
			width: 100%;
		}

		#equipmentpage #equipmentpage-picture {
			display: none;
		}

		#equipmentpage .center p {
			width: 100%;
		}

		#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder {
			flex-direction: column;
			margin-bottom: 25px;
		}

		#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-picture {
			width: 100%;
		}

		#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-text {
			padding-left: 0;
			margin-left: 0;
			margin-top: 25px;
			margin-bottom: 25px;
			width: 100%;
			align-items: center;
			text-align: center;
		}

		#gallerypage #gallerypage-picture {
			display: none;
		}

		#gallerypage .center p {
			width: 100%;
		}

		#gallerypage .center #gallerypage-holder .gallerypage-subholder {
			width: 49%;
		}

		#contactpage #contactpage-picture {
			display: none;
		}

		#contactpage .center p {
			width: 100%;
		}

		#contactpage .center #contactpage-form input {
			width: 100%;
		}

		#contactpage .center #contactpage-form #contactpage-holder #contactpage-captcha {
			width: 100%;
			margin-bottom: 2%;
		}

		#contactpage .center #contactpage-form #contactpage-holder #contactpage-submit {
			width: 100%;
		}

		/*IDS*/

			#equipmentpage-picture-01 {
				order: 1;
				background: url(../images/equipment/deere-250g-lc.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-02 {
				order: 1;
				background: url(../images/equipment/deere-225d-lc.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-03 {
				order: 1;
				background: url(../images/equipment/deere-310-sj.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-04 {
				order: 1;
				background: url(../images/equipment/deere-650h-lgp.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-05 {
				order: 1;
				background: url(../images/equipment/deere-700j-lgp.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-06 {
				order: 1;
				background: url(../images/equipment/terex-pt-80.png) no-repeat center;
				background-size: contain;
			}

			#equipmentpage-picture-07 {
				order: 1;
				background: url(../images/equipment/tri-axle-trucks.png) no-repeat center;
				background-size: contain;
			}

	}
	
	@media (max-width: 800px) {
        
		#welcome-left {
			width: 100%;
			float: none;
			margin-bottom: 25px;
		}
		
		#welcome-right {
			width: 100%;
			float: none;
		}
		
		#welcome-rightholder {
			width: 100%;
		}
		
		#welcome-services {
			flex-direction: column;
			padding-top: 25px;
		}
		
		.welcome-servicesbox {
			width: 100%;
			padding: 25px;
		}
		
		#clients-left {
			width: 100%;
			padding-right: 0px;
			text-align: center;
			padding-bottom: 25px;
		}
		
		#clients-right {
			border: none;
			width: 100%;
			padding-left: 0px;
		}
		
		#contact-left {
			width: 100%;
			height: 100px;
            background: rgba(252,201,34,1);
		}
        
        #contact-left img {
            display: none;
        }
		
		.contact-img {
			display: block;
			max-height: 200px;
		}
		
		#contact-right {
			width: 100%;
            padding: 0;
            height: 350px;
		}
		
		#contact-left p {
			color: white;
			z-index: 900;
			width: 85%;
		}

		#aboutpage .center p.large {
			width: 100%;
		}

		#aboutpage .center p.small {
			width: 100%;
		}

	}
	
	@media (max-width: 500px) {
		
		#bgvid {
			display: none;
		}

		#servicespage .center #servicespage-holder .servicespage-subholder {
			width: 100%;
			margin-bottom: 1%;
		}

		#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-picture {
			min-height: 300px;
		}

		#equipmentpage .center #equipmentpage-holder .equipmentpage-subholder .equipmentpage-text {
			margin-top: 0px;
			margin-bottom: 0px;
		}

		#gallerypage .center #gallerypage-holder .gallerypage-subholder {
			width: 100%;
			margin-right: 0;
		}
        
        footer {
            padding: 50px 0;
        }

	}
	
	@media (max-width: 400px) {
		
		#header-logo img {
			max-width: 100%;
		}
		
	}