a:hover{
  cursor: pointer;
}

.hero-image{
  width: 100%;
  height: auto!important;
}

.hero-image img{
  min-width: 100%!important;
}

.description{
  width: 100%;
}

.description .inner-div{
  width: 990px;
  text-align: center;
  margin: 0 auto;
}

.centered-button{
    display: block;
  position: relative;
    margin: 0 auto;
    float: none;
    margin-bottom: 80px;
    text-align: center;
    width: 275px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #3AAA35;
  font-family: Museo, Arial, Helvetica, sans-serif;
      font-weight: bold;
    color: white;
  overflow: hidden;
  text-decoration: none;
  font-size: 15px;
}

.centered-button:hover{
  text-decoration: none;
}

h1.title{
  font-size: 40px;
  border-top: 2px solid #CC9F58;
  border-bottom: 2px solid #CC9F58;
  display: inline-block;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:60px;
  margin-bottom: 60px;
}

.description .inner-div a{
  width: 275px;
  height: 62px;
  float: none;
  margin: 0 auto;
  font-family: Museo, Arial, Helvetica, sans-serif;
}

.text-left-image-right, .image-left-text-right{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.text-left-image-right .text, .text-left-image-right .image, .image-left-text-right .text, .image-left-text-right .image{
	flex: 1;
  font-family: Museo, Arial, Helvetica, sans-serif;
}

.text-left-image-right .text, .image-left-text-right .text{
  background: #F6F6F6;
}

.text-left-image-right .text .inner-div, .image-left-text-right .text .inner-div{
  margin: 10% 15% 10% 15%;
}

.text-left-image-right .text .inner-div a.button-order, .image-left-text-right .text .inner-div a.button-order{
 	float: none; 
  background: #CE1417!important;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 20px 80px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
}

.text-left-image-right .text .inner-div a.button-order:after, .image-left-text-right .text .inner-div a.button-order:after{
  background:#a0080a!important;
}

.text-left-image-right .image img, .image-left-text-right .image img{
	display: none;
}

.text-left-image-right .image, .image-left-text-right .image{
  background-size: cover;
  background-repeat: no-repeat;
}

.products{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 133px;
}

.products div{
  position: relative;
  text-align: center;
  border: 2px solid #EBEBEB;
  width: 30%;
  margin-left: 5%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.products div:first-of-type{
  margin-left: 0px;
}

.products div a:hover:after, .centered-button:hover:after, .text .inner-div a:hover:after{
  left: -80%;
}

.products div a .inner, .centered-button .inner, .text .inner-div a .inner{
  display: block;
    position: relative;
  z-index: 3;
}

.products div a{
  position: absolute;
  float: none;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
    text-align: center;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3AAA35;
  font-family: Museo, Arial, Helvetica, sans-serif;
      font-weight: bold;
    color: white;
  overflow: hidden;
  text-decoration: none;
}

.products div a:after, .text a.button-order:after, .centered-button:after{
  content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 350%;
    background: #1a8615;
	-moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
	-moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.products div img{
	height: 200px!important;
}

.contact-form{
  width: 100%;
  margin-bottom: 160px;
}

.form-title	{
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
	text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.contact-form form{
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
}

.mc-field-group{
  width: 48%;
  display: inline-block;
  margin-top: 15px;
  position: relative;
}

div.mce_inline_error{
  position: absolute;
  right: 0;
  width: auto;
  margin: 0!important;
  bottom: 0;
}

.mc-field-group.textarea{
  width: 100%;
}

.mc-field-group:nth-of-type(2){
  float: right;
}

.mc-field-group:nth-of-type(4){
  float: right;
}

.mc-field-group textarea{
  width: 100%;
  height: 100px!important;
  min-height: unset!important;
}

.mc-field-group input, .mc-field-group label{
  width: 100%;
}

#mc-embedded-subscribe{
  padding: 19px 25px!important;
  margin-top: 40px;
  font-size: 15px;
}

#mc-embedded-subscribe:hover{
	background-color: #a0080a!important
}

#mc-embedded-subscribe{
  float: right;
}

.formEmailButton{
  float: right!important;
}

.mc-field-group input, .mc-field-group textarea{
  border: 1px solid #CCCCCC;
  height: 50px;
}
.social-shares{
  text-align: center;
  margin-top: 35px;
}

.social-shares span{
  font-family: Museo, Arial, Helvetica, sans-serif;
	font-size: 18px;
  margin-right: 24px;
  display: inline-block;
}

.social-shares .social-icons{
  display: inline-block;
}

.social-shares img{
  margin-left: 12px;
}

#mce-success-response span{
  color: #3aaa34;
  font-size: 16px;
}

@media (max-width: 1200px){
  .products{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px){
  .description .inner-div{
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px){
	.description .inner-div .title{
    font-size: 33px;
  }
  
  #mc-embedded-subscribe{
    width: 100%;
  }
  
  .text-left-image-right, .image-left-text-right{
        width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .text-left-image-right .text{
    order: 2;
        display: inline-block;
  }
  
  .text-left-image-right .image{
    order: 1;
  } 
  
  .text-left-image-right .image, .image-left-text-right .image{
    height: 300px;
    width: 100%;
        display: inline-block;
    flex: none;

  }
  .products div {
    position: relative;
    text-align: center;
    border: 2px solid #EBEBEB;
    max-width: unset;
    width: 90%;
    margin: 50px auto!important;
	}
  .products{
    display: block;
    margin-top:0;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px){
  .mc-field-group{
    width: 100%;
  }
}

@media (max-width: 420px){
  .social-shares span{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  
  .social-shares .social-icons{
    width: 90%;
    margin: 0 auto;
  }
}