
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 140px; /* Margin bottom by footer height */	
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px; /* Set the fixed height of the footer here */
  font-size: 1rem;
  background-color: #7FAD00;
}
/* Sticky footer styles
-------------------------------------------------- */

/* custom styles */

.my-green {
	color:#7FAD00;
}

.my-contact {
	line-height:1.8;
}
.my-contact a.link1 {
	color:#7FAD00;
}
.my-contact a.link2  {
	color:#000;
}

.my-get-price {
	padding:0;
	background-color:#7FAD00;
}
.my-get-price h3 {
	color:#fff;
}

.my-les {
	display:none;
}

ul.my-add {
  list-style: none; /* Remove default bullets */
}
ul.my-add li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size:15pt;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -2.5rem; /* Also needed for space (tweak if needed) */
}

.my-get-call {
	padding:0;
	background-color:#7FAD00;
	color:#fff;
}

.my-get-call input[type="text"], input[type="tel"]  {
	width:100%;
}

.footer {
	color:#fff;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#fff;
}

.footer .my-down-menu {
	line-height : 2;
}	

h1.my-green {
  text-transform: uppercase;
}
.my-plus-list {
  padding:0;
}
.my-plus-list h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color:#7FAD00;
}
.my-plus-list i {
    color: #7FAD00;
    font-size: 60px;	
}
.my-plus-num {
    font-size: 81pt;
    opacity: 0.5;
    font-weight: bold;
    color:#7FAD00;
    position: relative;
    left: 8px;
    top: -18px;
}

.my-plus-for h3 {

}
.my-plus-for img.img-predl {
   max-width:509px;
   width:100%;
}
.my-plus-for p {
  max-width: 165px;
  text-align: center;
}  
.my-plus-for img.img-for {
   max-width:125px;
} 

.card-columns {
    column-count: 5;
}


/* custom styles */

@media screen and (min-width: 1800px) {
	
}	

/*Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
	.my-les {
		display:inline;
	}
	.my-get-call input[type="text"], input[type="tel"], input[type="email"] {
		width:470px;
	}	
}	

/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card-columns {
      column-count: 4;
  }
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {

}	

@media screen and (max-width: 991px) {
  .card-columns {
      column-count: 3;
  }
}	

/*Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 767px) {
  body {
      margin-bottom: 55px;
  }   
  .footer {
    position: relative;
  }  
  .card-columns {
      column-count: 2;
  }  
}	

/*Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 575px) {
  .card-columns {
      column-count: 2;
  }  
}