h1{
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 2.1em;
	color: #2b2b2b;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 1.9em;
	color: #DA291C;
	font-weight: bold;
}

h3{
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 1.6em;
	color: #3D3935;
	font-weight: bold;
}

h4{
font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 1.4em;
	color: #DA291C;
}

h5{
font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 1.2em;
	color: #3D3935;
}

h6{
	font-family: ;
	font-size: ;
	color: ;
}

.req {
	color: #ff0000;
}

body{
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #434343;
}

body .adminloggedin {
	padding-top:50px;
}

.adminloggedin .navbar {
	padding-top:0;
}

a, a:visited{
	color: #DA291C;
}
	
a:hover{
	color: #3D3935;
}

a.btn.btn-default, a.btn.btn-default:visited{
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
 background: #3D3935;
 color: #fff;
 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 25px;
	font-size: .9em;
	text-transform: uppercase;
}

a.btn.btn-default:hover{
	background: #B1AFAE;
	color: #fff;
}

a.btn.btn-success, a.btn.btn-success:visited, form .btn-success{
	
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
background: #DA291C;
	color:#fff;
	padding:10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	text-transform: uppercase;
}

a.btn.btn-success:hover form .btn-success:hover{
	background: #DE746C;
}

a.btn.btn-warning, a.btn.btn-warning:visited{

}

a.btn.btn-warning:hover{

}

a.btn.btn-primary, a.btn.btn-primary:visited{

}

a.btn.btn-primary:hover{

}

a.cta {
	background: #DA291C;
	color:#fff;
	padding:10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.cta:hover {

	background: #DE746C;
	color: #fff !important;
}

/* Logo styles */
a.logo {
	position:relative;
	width: ;
	height: ;
	margin:0px;
	color: ;
	font-size:.01em;
	display:none;
	overflow:hidden;
}

a.logo span {
	background: url(../images/xxxxxxxx.png);
	position: absolute;
	width: ;
	height: ;
	top:0;
	left:0;
	display:block;
}

b, strong {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 1.1em;
}



/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
	border:3px solid #fff;
	box-shadow: 0 0 7px 0 #3D3D3D;
}

ul.thumbgallery {
	text-align:center;
}

/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 7px lightgrey;
}

/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}

/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: inline-block;
}

ul.social li {
    float: left;
    display: inline;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Predictive Search dropdown styles ... DELETE if no search for site
#search-results {
    background: #f2f2f2;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#search-results ul {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

#search-results ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
}

#search-results ul li a:hover {
	color:#fff;
	background:#000;
}

/* Event Manager styles ... DELETE if no events on site
h3.eventTitle {
    color: #802754;
    font-size: 2em;
    margin-top: 50px;
}

ul#eventList li:first-child h3.eventTitle {
    margin-top: 0;
}

.eventAddress {
    margin-bottom: 20px;
}

li.eventDisplayInList a, li.eventDisplayInList a:visited {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 10px;
}

li.eventDisplayInList a:hover {
    background:#000;
    color:white;
}

.event h3 {
    color: #000;
}


#eventContacts h4 {
    margin-top: 30px;
}

/*-------------------------- Main Page Styles ------------------------*/

.pagebg {
	background: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

.pdtop {
	padding-top: 50px;
}

.pdbtn {
	margin-bottom: 50px;
}

.superpad {
	margin-top:100px;
	margin-bottom:100px;
}

.grid {
  display:inline-grid;
  grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: minmax(20px, auto);
  width: 100%;
}


.headimg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	height:800px;
	position: relative;
	border-bottom:5px solid #DA291C;
}

.head-home {
	background: url(/sites/makinspacewi.com/assets/images/header/home-hero.jpg);
  background-position: center;
	background-size: cover;
	height:500px;
}

.head-howto {
	background: url(/sites/makinspacewi.com/assets/images/header/howto.jpg);
	height:600px;
  background-position: center;
}

.head-costsave {
	background: url(/sites/makinspacewi.com/assets/images/header/costsave.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-environment {
	background: url(/sites/makinspacewi.com/assets/images/header/environmentalimpact.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-machines {
	background: url(/sites/makinspacewi.com/assets/images/header/contact-us.jpg);
	height:600px;
  background-position: -900px center;
	background-size: cover;
}
.head-contact {
	background: url(/sites/makinspacewi.com/assets/images/header/machines-head.jpg);
	height:600px;
    background-position: -900px center;
	background-size: cover;
}
.head-commercial {
	background: url(/sites/makinspacewi.com/assets/images/header/commercial.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}
.head-residential {
	background: url(/sites/makinspacewi.com/assets/images/header/residential.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-forestry {
	background: url(/sites/makinspacewi.com/assets/images/header/forestrybg.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-landestate {
	background: url(/sites/makinspacewi.com/assets/images/header/estatebg.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-lawndressing {
	background: url(/sites/makinspacewi.com/assets/images/header/lawnbg.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-hydroseeding {
	background: url(/sites/makinspacewi.com/assets/images/header/hydroseedbg.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-quote {
	background: url(/sites/makinspacewi.com/assets/images/header/quote.jpg);
	height:600px;
    background-position: center;
	background-size: cover;
}

.head-int {
	background: none;
	margin-bottom:0px;
}

.pagehead {
	position: absolute;
	top:380px;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 5px #000000;
	font-size: 1em;
	text-transform: uppercase;
}

.pagehead h1 {
	color: #fff;
}

.m-quote {
	position: relative;
	z-index: 10001;
}

.m-quote a {
	color: #fff;
	background: #DA291C;
	text-align: center;
	display: block;
	padding:15px 10px;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

.m-navlogo {
float: left;
padding: 0 10px;
	display: inline-block;
}


.logo {
	position: absolute;
	text-align: center;
	top:150px;
	width:300px;
	left:30px;
	display: none;
}

.head-int .logo {
display: none
}

.navbar-header {
	background: #3D3935;
	padding: 10px 0;
	margin-top:50px;
}



.navbar {
	background: none;
	border: none;
	padding-top:0;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
	width: 100%;
	margin: 0;
  top: -50px;
	z-index: 10000;	
}

.navbar-collapse {
	background: #3D3935;
	padding-bottom:30px;
}

nav ul {
	list-style: none;
	display: inline;
}

nav .navbar-collapse.in ul li {
	display: block;
	text-align: center;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	padding:10px;
	margin:0 10px;
	color:#fff !important;
}

nav .navbar-collapse.in  ul li a {
	padding:10px;
	margin:0px 10px;
	color:#fff;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
}

nav ul li a:hover {
	text-decoration: none;
	color: #DA291C !important;
}

.compare img {
	margin:0;
	-webkit-box-shadow: 0 0 10px 0 #4F4F4F;
	box-shadow: 0 0 10px 0 #4F4F4F;
}


.compact1 {

}

.compactbg {
	background: url(/sites/makinspacewi.com/assets/images/estate/ruralpropertybg.png);
	background-size: cover;
	background-repeat: no-repeat;
	grid-column: 1 / 13;
  grid-row: 1 / 6;
}

.greygrit {
	grid-column: 1 / 13;
  grid-row: 6 / 8;
	background: #aaa;
	color: #fff;
	padding:30px;
	margin-top:0px;
	background: url(../images/greygritbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	align-self: start;
	justify-self: stretch;
}

.greygrit h3 {
	color: #fff;
}

.greygrit a {
	color: #fff;
	text-decoration: underline;
}

.greygrit a:hover {
	color: #DA291C;
}

.greybar {
	margin:50px 0;
	padding:30px 0 60px 0;
	background: #8B857E;
	color:#fff;
}

.greybar H2 {
	font-size: 2.2em;
	margin:20px 0;
	color: #3D3935;
}

.copyheader {
	grid-column: 2 / 12;
  grid-row: 2 / 6;
	padding: 30px 0 0 0;
	align-self: end;
}

.copyheader h3 {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px #2B2B2B;
}

.copyheader h2 {
	font-size: 4em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px #2B2B2B;
}

.compact1 .cta {
	grid-column: 2 / 12;
  grid-row: 8 / 9;
}

.fifteenmin {
	margin: 60px 0;
}

.fifteenmin .heading {
	grid-column: 2 / 12;
  grid-row: 2 / 3;
	margin:15px 0;
}

.fifteenmin .copy {
	grid-column: 2 / 12;
  grid-row: 4 / 5;
	text-align: left;
	font-size: 1em;
	margin-left:20px;
}

.fifteenmin .cta {
	grid-column: 2 / 12;
  grid-row: 6 / 7;
}

.fifteenmin .photo1 {
	grid-column: 2 / 12;
  grid-row: 1 / 2;
}

.fifteenmin .photo2 {
	grid-column: 3 / 11;
  grid-row: 3 /4;
	border:5px solid #fff;
}

.fifteenmin .photo3 {
	grid-column: 3 / 11;
  grid-row: 6 / 7;
	border:5px solid #fff;
}





footer {
	background: #3D3935;
	color:#fff;
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
}


.foot {
	background: #3D3935;
	margin: 0;
	padding: 50px 0;
}

footer .container {

}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: Block;
	margin:15px 0;
	text-align: center;
}

footer ul li a.btn.btn-default, 
footer ul li a.btn.btn-default:visited {
	background: #6A6262;
	font-size: 1em;
	border: none;
}

.footlogo {
margin:30px 0;	
}

.copy {
	color: #6E6964;
	font-size: .8em;
	text-align: center;
}



.pagebg form {
	background: #eee;
	border:1pX solid #ccc;
	padding:15px;
	margin:40px 0;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.head-int {
	background: #3D3935;
	margin-bottom:40px;
}

.pagehead {
	top:450px;
	font-size: 1.5em;}


#bx-pager a img {
    width: 10% !important;
}

.alertBox {
	width: 50%;
}

.m-quote a  {
	display: none;
}
.m-navlogo {
	display: none;
}
.logo {
	float: left;
	margin:0px;
	top:0px;
	left:30px;
	position: relative;
	display: inline;
	width: 350px;
}

.head-int .logo {
display: block;
}

.navbar {
	padding-top:35px;
	top: 0;
	position: relative !important;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-header, .navbar-collapse {
	background: none;;
	padding: 0;
}

nav ul li a {
    padding: 5px;
    margin: 5px;
}

nav ul li:last-child {
	margin-top:20px;
}


.head-home {
	background-size: cover;

}

.head-contact {
	background-position: center;
}

.compare img {
	margin:-200px 0 0 0 !important;
}

.copyheader h3 {
	font-size: 1.5em;
}
.copyheader h2 {
	font-size: 5em;
	}
	
	.fifteenmin .heading {
		grid-column: 6 / 12;
  grid-row: 1 / 3;
	}
	
	.fifteenmin .copy {
	grid-column: 8 / 12;
  grid-row: 3 / 10;
}

.fifteenmin .cta {
	grid-column: 5 / 8;
  grid-row: 9 / 11;
}

.fifteenmin .photo1 {
	grid-column: 1 / 5;
  grid-row: 1 / 6;
}

.fifteenmin .photo2 {
	grid-column: 4 / 8;
  grid-row: 4 / 9;
}

.fifteenmin .photo3 {
	grid-column: 2 / 5;
  grid-row: 5 / 12;
}

	
.footlogo {
margin:0;	
}
	
footer ul li {
	display: inline-block;
}

footer ul li a.btn.btn-default {
	font-size: .7em;
}

.head-home {
	height:800px;
}

.head-machines {
  background-position: center;

}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {
	
	
	nav ul li:last-child {
	margin-top:0px;
}

.compactbg {
	grid-column: 1 / 13;
  grid-row: 1 / 12;
}

.greygrit {
	grid-column: 1 / 6;
  grid-row: 6 / 14;
	margin-top:100px;
}


.copyheader {
	grid-column: 8 / 11;
  grid-row: 9 / 13;
}

.copyheader h3 {
	font-size: 1.5em;
}

.copyheader h2 {
	font-size: 5em;
}

.compact1 .cta {
	grid-column: 7 / 12;
  grid-row: 12 / 15;
}


}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {
	nav ul li a {
	padding:10px;
	margin:0 10px;
}
}