﻿

.nomargin {
  font-weight: bold;
  font-size: 15px;
}


/**/
.forma {
  margin-bottom: -80px;
  z-index: 10;
  margin-top: 20px;
}

  .forma input {
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    font-size: 13px;
    color: #555555;
    background: #ededed;
  }
/*border: 0px;*/


input:focus {
  outline: none;
}


textarea:focus {
  outline: none;
}


.name {
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 49%;
}
/*max-width: 816px;*/


.Email {
  margin-bottom: 10px;
  max-width: 49%;
}
/*max-width: 816px;*/


.Subject {
  margin-bottom: 10px;
  max-width: 99%;
}
/*max-width: 816px;*/

.Message {
  max-width: 99%;
}

textarea {
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  font-size: 13px;
  color: #555555;
  background: #ededed;
  border: none;
  max-width: 100%;
  height: 105px;
  resize: none;
}
/*max-width: 816px;*/


.forma input:focus, .forma textarea:focus {
}
/*border: 0;*/
/*background: #dfdfdf;*/


.forma .cBtn a {
  font-family: 'Roboto', 'sans-serif';
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.forma .cBtn ul {
  margin-left: -15px;
  margin-top: 6px;
  padding-left: 0;
  margin-bottom: 0;
}

  .forma .cBtn ul i {
    padding-right: 10px;
  }

.forma .cBtn .clear, .cBtn .send {
  margin-bottom: 0;
  margin-top: 4px;
  padding: 10px;
  padding-right: 17px;
  padding-left: 17px
}

  .forma .cBtn .clear a, .cBtn .send a {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
  }

.forma .cBtn .send {
  box-shadow: 0px 2px 0px 0px #75A239;
  background: #75A239;
}

  .forma .cBtn .send:hover {
    box-shadow: 0px 2px 0px 0px #75A239;
  }
/*background: #2f2f2f;*/


/**/
.cont {
  margin-top: 20px;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  font-size: 13px;
  color: #666666;
}

  .cont ul {
    padding-left: 0;
    list-style: none;
  }

  .cont li {
    margin-bottom: 16px;
  }

  .cont .fa {
    color: #2f2f2f;
    padding-right: 14px;
  }

  .cont a {
    text-decoration: none;
    color: #68ea68;
  }

    .cont a:hover {
      /*color: #666666;*/
    }



/**/
.cBtn ul {
  margin-left: -37px;
  margin-top: 37px;
  display: inline-block;
}

  .cBtn ul li {
    margin-bottom: 15px;
    margin-right: 10px;
    border-radius: 4px;
    float: left;
    list-style: none;
    padding: 10px;
    background: #2f2f2f;
    box-shadow: 0px 2px 0px 0px #000;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 11px;
  }

    .cBtn ul li:last-child {
      margin-right: 0;
    }

    .cBtn ul li a {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 13px;
      text-align: center;
      font-family: 'Roboto', 'sans-serif';
      font-weight: 700;
    }

    .cBtn ul li:hover {
      cursor: pointer;
      box-shadow: 0px 2px 0px 0px #0E870E;
    }
/*
      background: #47a447;color: #fff;*/

/**/
