@import url('https://fonts.googleapis.com/css?family=Signika');

body
{
  padding: 0;
  margin: 0;
  font-family: 'Signika', sans-serif;
  color: #797979;

}

a {
  text-decoration: none;

}

.wrapper {
  width: 100%;
  float: left;
}

section {
  width: 100%;
  padding-top: 100px;
  background: url(../images/pagetop.jpg) top repeat-x;



  float: left;
}

.arrow {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}


.img-space {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #f4f4bd;




}

.img-space img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;

}
.logo-home {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.home-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-head {
  width: 100%;
  text-align: center;


}

.product-container {
  border-radius: 300px;
  background: none;
  position: relative;
  text-align: center;
  text-decoration: none;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.product-container span {
  color: #c6c6c6;
}

.product-container p {
  text-align: center;
  color: #8bc541;
  font-size: 20px;
}



.image-pro {

  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;


}

.page-head {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #8bc541;
}



ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
ul.tabs li{
  background: none;
  color: #222;
  font-size: 20px;
  display: inline-block;
  padding: 10px 0px 5px 0px;
  margin-right: 30px;
  cursor: pointer;
}

ul.tabs li.current{
  border-bottom: 2px solid #797979;
  color: #222;
}

.tab-content{
  display: none;

  padding: 15px 0px 0px 0px;
  text-align: left;
}

.tab-content.current{
  display: inherit;
}


.about-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}




.contact-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100PX;



}

.contact-details {
  width: 35%;
  float: left;
  padding: 5%;

}

.form-row {
  width: 100%;
  float: left;
    margin-bottom: 15px;

}

.form-row-left {
  width: 100%;
  float: left;


}

.form-row-left2 {
  width: 100%;
  float: left;

}

.field-efx {
  width: 90%;
  color: #797979;

  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #dfdfde;



  height: 35px;



  padding-left: 5%;

  font-size: 14px;
  font-weight: 400;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s

}

textarea:focus, input:focus{
    outline: none;
}

.field-efx:focus {

    background: url(../images/fh.png) repeat-x;;

}

.field-efx2:focus {
    background: url(../images/fh2.png) repeat-x bottom;
}
.field-efx2 {
  width:90%;
  color: #797979;

  border: 0;
  outline: 0;
  background: none;
  border-bottom: 1px solid #dfdfde;


  height: 80px;

  padding-top: 15px;

  padding-left: 5%;

  font-size: 14px;

  resize: none;


  font-weight: 400;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}


.input-btn {

    padding: 0px 13px 0px 15px;

    font-weight: 400;
    background: none;
    border-radius: 30px;

    border: 0;


    color: #999;

    font-size: 16px;
    margin-bottom: 15px;

    height: 36px;

    border: 2px solid #999;


    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.input-btn:hover {

  border: 2px solid #000;
  color: #000;

}


.contact-left {
  width: 80%;
  float: right;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center  ;
}

.contact-left h2 {
  font-size: 20px;
}


.contact-left img {
  margin-right: 10px;
}
