/*****image classes*****/
.image-holder {
  text-align: center; }
  .image-holder.img70 img {
    width: 70%;
    height: auto; }

.centeredText {
  text-align: center; }

.alignRight {
  text-align: right; }

.button {
  display: inline-block;
  padding: 5px 15px;
  background: #43ab61;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.3s; }
  .button a {
    color: #fff;
    text-decoration: none; }
  .button:hover {
    background: #c01353; }

label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #c01353;
  text-transform: uppercase; }

input[type="text"], textarea, select, input[type="email"], input[type="password"] {
  width: 100%;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #e5dfde;
  padding: 8px 15px;
  color: #3a0a19; }

#SearchForm_SearchForm button {
  background: none;
  color: #000;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px; }
#SearchForm_SearchForm fieldset {
  position: relative; }
#SearchForm_SearchForm .glyphicon {
  font-size: 24px; }

.form-holder {
  margin-bottom: 30px; }
  .form-holder form {
    width: 100%; }
  .form-holder div.leftcol {
    width: 48.5%;
    margin-left: 2.25%;
    display: inline-block;
    margin-bottom: 16px; }
    .form-holder div.leftcol:nth-child(odd) {
      margin-left: 0; }
  .form-holder div.field {
    margin-bottom: 35px; }
  .form-holder .optionset ul {
    list-style: none;
    padding-left: 0; }
  .form-holder .optionset li {
    display: inline-block;
    width: 30%; }
    .form-holder .optionset li input.radio {
      width: 30px;
      display: inline-block; }
  .form-holder textarea {
    height: 240px; }
  .form-holder div.textarea {
    margin-bottom: 25px; }

input[type=submit] {
  float: left;
  background: #c01353;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 10px 60px;
  border-radius: 3px;
  transition: all 0.3s; }
  input[type=submit]:hover {
    background: #43ab61; }

/*# sourceMappingURL=forms.css.map */
