html,
body {
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.entry-content,
.entry-header {
  max-width: 650px;
}
.demo-grids div p {
  background: none repeat scroll 0 0 #eee;
  border-radius: 3px;
  color: #666;
  font-size: 10px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}

.bg-linen {
  background: url("../images/linen.jpg") repeat fixed 0 0 #c7cbce;
}

.bg-wooden {
  background: url("../images/wooden.jpg") repeat fixed 0 0 #c07d50;
}

.gforms {
  padding: 40px 20px;
}
/*
img.ri
{
    position: absolute;
    max-width: 80%;
    top: 10%;
    left: 10%;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */ /*
  transform: translate(-50%, -50%);
}
*/
.golden-forms {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 83%;
}

.golden-forms * {
  box-sizing: border-box;
  text-decoration: none;
}

.golden-forms *,
.golden-forms ul li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.golden-forms ul.demo li {
  margin-bottom: 10px;
}

.golden-forms ul.demo li:last-child {
  margin-bottom: 10px;
}

.golden-forms input,
.golden-forms button,
.golden-forms select,
.golden-forms select optgroup,
.golden-forms textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
}

.golden-forms select optgroup,
.golden-forms select optgroup option {
  font-size: 1em;
  padding: 3px;
}

.golden-forms select optgroup option {
  padding: 3px 8px;
}

.golden-forms input[placeholder],
.golden-forms textarea[placeholder] {
  color: #999;
}

.golden-forms input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 0.7;
}

.golden-forms input:focus:-moz-placeholder,
.golden-forms input:focus::-moz-placeholder {
  opacity: 0.4;
  transition: opacity 0.3s ease 0s;
}

.golden-forms button::-moz-focus-inner,
.golden-forms input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

.golden-forms .toggle-switch,
.golden-forms .options,
.golden-forms .button {
  -moz-user-select: none;
}

.golden-forms.wrapper {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.golden-forms.wrapper.mini {
  max-width: 380px;
}

.golden-forms.wrapper.wide {
  max-width: 840px;
}

.golden-forms.wrapper:before,
.golden-forms.wrapper:after {
  background: none repeat scroll 0 0 #f7f7f7;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 5px;
  bottom: 1px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}

.golden-forms.wrapper:after {
  border-color: #dcdcdc;
  bottom: 3px;
}

.golden-forms .form-title {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
  padding: 15px 25px 23px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

.golden-forms .form-title h2 {
  color: #999;
  font-family: "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.golden-forms .form-enclose {
  background: none repeat scroll 0 0 #fff;
  border-radius: 0 0 6px 6px;
}

.golden-forms .form-section {
  padding: 30px 30px 0;
}

.golden-forms section {
  margin-bottom: 20px;
  position: relative;
}

.golden-forms label,
.golden-forms p span.infox {
  color: #888;
}

.golden-forms .lbl-ui {
  display: block;
  position: relative;
}

.golden-forms .lbl-text {
  color: #333;
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.golden-forms .lbl-text.required:after {
  color: #e32;
  content: " *";
  display: inline;
  font-size: 15px;
  position: relative;
  top: 4px;
}

.golden-forms .lbl-text.ext {
  margin-bottom: 10px;
}

.golden-forms span.lbl-text {
  margin: 0;
}

.golden-forms .lbl-text.tleft,
.golden-forms .lbl-valign {
  display: block;
  padding-top: 14px;
}

.golden-forms .lbl-valign.long {
  padding-top: 40px;
}

.golden-forms .lbl-text.tleft.multi-line {
  padding-top: 0;
}

.golden-forms .lbl-text.tleft.trt {
  text-align: right;
}

.golden-forms .lbl-text.spacer {
  margin-bottom: 15px;
}

.golden-forms .option-group .goption,
.golden-forms .toggle-group .gtoggle {
  display: inline;
  margin-bottom: 8px;
  margin-right: 15px;
}

.golden-forms .option-group.block .goption,
.golden-forms .toggle-group.block .gtoggle {
  display: block;
  margin-right: 0;
}

.golden-forms .goption.upt {
  position: relative;
  top: -5px;
}

.golden-forms .option-group.last,
.golden-forms .toggle-group.last {
  border-bottom: 0 none;
  padding-bottom: 10px;
}

.golden-forms .form-buttons section {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 0 0 6px 6px;
  margin: 0;
  padding: 25px 30px;
}

.golden-forms .form-buttons section {
  margin: 0;
}

.golden-forms .append-icon,
.golden-forms .append-icon.art {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.golden-forms .append-icon span {
  color: inherit;
  height: 36px;
  left: 0;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 36px;
  z-index: 1;
}

.golden-forms .append-icon span i {
  font-size: 14px;
  position: relative;
}

.golden-forms .append-icon.art span {
  left: auto;
  right: 0;
}

.golden-forms .append-icon .input,
.golden-forms .append-icon .textarea {
  padding-left: 30px;
}

.golden-forms .append-icon.art .input,
.golden-forms .append-icon.art .textarea {
  padding-left: 10px;
  padding-right: 30px;
}

.golden-forms .glink {
  color: #0093d6;
}

.golden-forms .glink.ext {
  margin-left: 10px;
}

.golden-forms .glink:hover {
  text-decoration: underline;
}

.golden-forms .gspace {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.golden-forms .gspace.blank {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.golden-forms .social-btns {
  width: 100%;
}

.golden-forms .social-btns a {
  background: none repeat scroll 0 0 #1daee3;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  position: relative;
  width: 49%;
}

.golden-forms .social-btns a span,
.golden-forms .social-btns a i {
  display: inline-block;
  height: 46px;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}

.golden-forms .social-btns a span {
  padding-left: 60px;
  position: relative;
  width: auto !important;
}

.golden-forms .social-btns a i {
  background: none repeat scroll 0 0 #1ca4d6;
  border-radius: 3px 0 0 3px;
  font-size: 22px;
}

.golden-forms .small-caption {
  color: #999;
  display: block;
  font-size: 0.85em;
  padding: 3px 5px 0;
  text-transform: none;
}

.golden-forms .lbl-text .small-caption {
  font-size: 1.1em;
  letter-spacing: 0;
}

.golden-forms .social-btns a.fbs {
  background: none repeat scroll 0 0 #3b5998;
  margin-right: 0;
}

.golden-forms .social-btns a.fbs i {
  background: none repeat scroll 0 0 #37528c;
}

.golden-forms .social-btns.full a {
  margin-right: 0 !important;
  width: 100%;
}

.golden-forms .form-buttons.align-center {
  text-align: center;
}

.golden-forms .form-buttons.align-right {
  text-align: right;
}

.golden-forms .form-buttons .button {
  margin-right: 10px;
  text-align: center;
}

.golden-forms .form-buttons.align-right .button {
  margin-left: 10px;
  margin-right: 0;
}

.golden-forms .cxb {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.golden-forms .tagline {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.golden-forms .tagline span {
  background: none repeat scroll 0 0 #fff;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  position: relative;
  top: 10px;
}

.golden-forms form fieldset {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 0;
  padding-top: 20px;
}

.golden-forms form fieldset legend {
  background: none repeat scroll 0 0 #fff;
  color: #0093d6;
  display: inline-block;
  font-family: "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin-left: -20px;
  margin-top: 0;
  padding: 0 5px;
  position: relative;
  top: -5px;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
}

.row {
  margin: 0 auto;
  width: 100%;
}

.col1 {
  width: 8.33%;
}

.col2 {
  width: 16.66%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.33%;
}

.col5 {
  width: 41.66%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.33%;
}

.col8 {
  width: 66.66%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.33%;
}

.col11 {
  width: 91.66%;
}

.col12 {
  float: left;
  min-height: 1px;
  position: relative;
  width: 100%;
}

.col1-5 {
  width: 20%;
}

.col1-8 {
  width: 12.5%;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col1-5,
.col1-8 {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.col1.first,
.col2.first,
.col3.first,
.col4.first,
.col5.first,
.col6.first,
.col7.first,
.col8.first,
.col9.first,
.col10.first,
.col11.first,
.col1-5.first,
.col1-8.first {
  padding-left: 0;
  position: relative;
}

.col1.last,
.col2.last,
.col3.last,
.col4.last,
.col5.last,
.col6.last,
.col7.last,
.col8.last,
.col9.last,
.col10.last,
.col11.last,
.col1-5.last,
.col1-8.last {
  padding-right: 0;
  position: relative;
}

.golden-forms .input,
.golden-forms .rating,
.golden-forms .select,
.golden-forms .button,
.golden-forms .contains-validatable,
.golden-forms .options,
.golden-forms .textarea,
.golden-forms .info-tip,
.golden-forms .file-input,
.golden-forms span.lbl-text,
.golden-forms .notification,
.golden-forms .toggle-switch,
.golden-forms .select-multiple,
.golden-forms .select-multiple > select {
  display: inline-block;
  position: relative;
}

.golden-forms .input:not(.w-1\/4),
.golden-forms .select,
.golden-forms .textarea,
.golden-forms .file-input,
.golden-forms .notification,
.golden-forms .select-multiple > select {
  vertical-align: top;
  width: 100%;
}

.golden-forms .input,
.golden-forms .textarea {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  color: #333;
  height: 36px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out 0s;
}

.golden-forms .input:focus,
.golden-forms .textarea:focus,
.golden-forms .select-multiple > select:focus {
  border-color: #6baced;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,
    0 0 8px rgba(82, 168, 236, 0.7);
}

.golden-forms .textarea {
  line-height: 20px;
  max-width: 100%;
  min-height: 140px;
  overflow: auto;
  padding: 10px;
  resize: vertical;
}

.golden-forms .textarea.mini {
  min-height: 110px;
}

.golden-forms .textarea.auto {
  height: auto !important;
}

.golden-forms .textarea.no-resize {
  resize: none;
}

.golden-forms .contains-validatable > .input:invalid,
.golden-forms .contains-validatable > .textarea:invalid {
  background: none repeat scroll 0 0 #faebeb;
  border: 1px solid #db6c6c;
  color: #8f2424;
}

.golden-forms .contains-validatable > .input:valid,
.golden-forms .contains-validatable > .textarea:valid {
  background: none repeat scroll 0 0 #ebf7fc;
  border: 1px solid #3ea9df;
  color: #1a719d;
}

.golden-forms .search:after,
.golden-forms .search:before,
.golden-forms .select:before,
.golden-forms .select:after {
  content: "";
  position: absolute;
  z-index: 1;
}

/* .golden-forms .invalid.error.select select {
  background: none repeat scroll 0 0 #fcdacd;
  border-color: #e44634;
  color: #800000;
}*/

.golden-forms .search {
  display: inline-block;
  position: relative;
  width: 100%;
}

.golden-forms .search > .input {
  padding: 0 13px 0 30px;
  width: 100%;
}

.golden-forms .search:before {
  border: 2px solid #aaa;
  border-radius: 8px;
  height: 6px;
  left: 10px;
  top: 13px;
  width: 6px;
}

.golden-forms .search:after {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 1px;
  box-shadow: -1px 0 #aaa;
  height: 2px;
  left: 17px;
  top: 22px;
  transform: rotate(45deg);
  width: 6px;
}

.golden-forms .search .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
}

.golden-forms .search.grey input[type="search"] {
  background: none repeat scroll 0 0 #f2f2f2;
}

.golden-forms .search.round > .input,
.golden-forms .search.round > .button {
  border-radius: 5em;
}

.golden-forms .search.round > .button {
  border-radius: 0 5em 5em 0;
}

.golden-forms .select,
.golden-forms .button,
.golden-forms a.button,
.golden-forms input:checked + .radio,
.golden-forms input:checked + .checkbox,
.golden-forms .toggle-switch > label:before,
.golden-forms .bubble {
  background-clip: padding-box;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #bbbbbb;
}

.golden-forms .select:hover,
.golden-forms .select:focus,
.golden-forms .button:hover,
.golden-forms .button:focus,
.golden-forms a.button:hover,
.golden-forms a.button:focus {
  background-color: #e8eff4;
  background-image: linear-gradient(to bottom, #ffffff, #dae5ed);
  border: 1px solid #8fafc9;
}

.golden-forms .select:hover,
.golden-forms .select:focus {
  background-color: #fff;
}

.golden-forms .select {
  border-radius: 3px;
  box-shadow: 0 1px #fff inset, 0 0 0 1px rgba(255, 255, 255, 0.5) inset,
    0 1px 2px rgba(0, 0, 0, 0.1);
  height: 36px;
  overflow: hidden;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

.golden-forms .select > select {
  -moz-appearance: none;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #666;
  display: block;
  height: 33px;
  margin: 0;
  padding: 8px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: "";
  text-shadow: 0 1px white;
  width: 130%;
  max-width: none;
}

.golden-forms .select > select > option {
  padding: 3px 5px;
}

.golden-forms .select > select:focus {
  box-shadow: 0 0 4px #51b5fb inset, 0 0 4px #51b5fb;
  width: 100%;
  z-index: 2;
}

.golden-forms .select:hover,
.golden-forms .select:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 3px #fff inset;
  color: #314f64;
  z-index: 1;
}

.golden-forms .select option {
  text-shadow: none;
}

.golden-forms .select:before,
.golden-forms .select:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #777 transparent;
  border-image: none;
  border-style: dashed;
  border-width: 4px;
  height: 0;
  pointer-events: none;
  right: 10px;
  top: 35%;
  width: 0;
}

.golden-forms .select:before {
  border-bottom-style: solid;
  border-top: medium none;
}

.golden-forms .select:after {
  border-bottom: medium none;
  border-top-style: solid;
  margin-top: 6px;
}

.golden-forms .select-multiple {
  border-radius: 3px;
}

.golden-forms .select-multiple {
  width: 100%;
}

.golden-forms .select-multiple {
  height: auto;
}

.golden-forms .select-multiple > select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d4d4d4 #d4d4d4 #cfcfcf;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  vertical-align: top;
}

.golden-forms .options {
  height: 18px;
  top: -1px;
  vertical-align: top;
  width: 18px;
}

.golden-forms .options + label {
  padding-left: 4px;
  padding-right: 10px;
}

.golden-forms .options > input {
  height: inherit;
  left: 0;
  opacity: 0;
  position: absolute;
  width: inherit;
}

.golden-forms .radio,
.golden-forms .checkbox {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,
    0 1px rgba(255, 255, 255, 0.7);
  display: block;
  height: 100%;
}

.golden-forms .checkbox:before,
.golden-forms .radio:before {
  content: "";
  display: none;
}

.golden-forms input:checked + .checkbox,
.golden-forms input:checked + .radio {
  box-shadow: 0 1px #fbfbfb inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}

.golden-forms input:checked + .checkbox:before,
.golden-forms input:checked + .radio:before {
  display: block;
}

.golden-forms input:focus + .checkbox,
.golden-forms input:focus + .radio {
  border-color: #4496e7;
  box-shadow: 0 0 2px rgba(81, 181, 251, 0.8) inset,
    0 0 3px rgba(81, 181, 251, 0.8);
}

.golden-forms .checkbox:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #999;
  border-image: none;
  border-style: solid;
  border-width: 0 0 3px 3px;
  height: 3px;
  left: 4px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 7px;
}

.golden-forms .radio {
  border-radius: 18px;
}

.golden-forms .radio:before {
  background: none repeat scroll 0 0 #999;
  border-radius: 3px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1) inset;
  height: 6px;
  margin: 5px;
  width: 6px;
}

.golden-forms .toggle-switch {
  top: -2px;
  vertical-align: top;
  width: 48px;
}

.golden-forms .toggle-switch > label {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 9px #eee inset;
  color: #999;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
  transition: all 0.25s ease-out 0s;
}

.golden-forms .toggle-switch > label:before {
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.7) inset,
    1px 1px 1px rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  height: 18px;
  margin: -1px 0 0 -1px;
  width: 18px;
}

.golden-forms .toggle-switch > label:after {
  content: attr(data-off);
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

.golden-forms .toggle-switch > input {
  -moz-appearance: none;
  height: 16px;
  left: 2px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 44px;
  z-index: 0;
}

.golden-forms .toggle-switch > input:checked + label {
  background: linear-gradient(to bottom, #e2e2e2, #ffffff) repeat scroll 0 0
    #e8e8e8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset,
    0 1px rgba(255, 255, 255, 0.2);
  color: #999;
  padding-left: 28px;
  text-shadow: 0 1px #fff;
}

.golden-forms .toggle-switch > input:checked + label:before {
  border-color: rgba(119, 119, 119, 0.4) rgba(119, 119, 119, 0.4)
    rgba(119, 119, 119, 0.4) rgba(51, 51, 51, 0.4);
  box-shadow: 0 1px #fcfcfc inset, -1px 1px 1px rgba(0, 0, 0, 0.06);
}

.golden-forms .toggle-switch > label:after {
  content: attr(data-off);
  position: absolute;
  right: 2px;
  top: 0;
  width: 26px;
}

.golden-forms .toggle-switch > input:checked + label:after {
  content: attr(data-on);
  left: 0;
}

.golden-forms .round > label,
.golden-forms .round > label:before {
  border-radius: 18px;
}

.golden-forms .round > input:checked + label:after {
  left: 2px;
}

.golden-forms .round > label:before {
  color: #e4e4e4;
  content: "•";
  font: 34px/17px Arial, Helvetica, sans-serif !important;
}

.golden-forms .toggle-switch.blue > input:checked + label,
.golden-forms .toggle-switch.green > input:checked + label,
.golden-forms .toggle-switch.red > input:checked + label {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
}

.golden-forms .toggle-switch.blue > input:checked + label {
  background-color: #3c93f2;
  background-image: linear-gradient(to bottom, #0d4dc1, #48a4ff);
  border-color: #0f3779 #0d4dc1 #0f58e1;
}

.golden-forms .toggle-switch.blue > input:checked + label:before {
  border-color: #0f58e1 !important;
  text-shadow: 0 1px #fff;
}

.golden-forms .toggle-switch.green > input:checked + label {
  background-color: #86c140;
  background-image: linear-gradient(to bottom, #71b533, #a7d757);
  border-color: #678f3a #75a143 #81b049;
}

.golden-forms .toggle-switch.green > input:checked + label:before {
  border-color: #75a143 !important;
  text-shadow: 0 1px #fff;
}

.golden-forms .toggle-switch.red > input:checked + label {
  background-color: #de472f;
  background-image: linear-gradient(to bottom, #dd0000, #ff9966);
  border-color: #a60000 #c10000 #e14a42;
}

.golden-forms .toggle-switch.red > input:checked + label:before {
  border-color: #de472f !important;
  text-shadow: 0 1px #fff;
}

.golden-forms .file-input {
  margin: 0;
}

.golden-forms .file-input .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  float: right;
  height: 36px;
  line-height: 35px;
  margin: 0;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.golden-forms .file-input .button:hover {
  box-shadow: none;
}

.golden-forms .file-input .button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset,
    0 1px rgba(255, 255, 255, 0.1);
}

.golden-forms .file-input .button input {
  cursor: pointer;
  font-size: 30px;
  height: 35px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 3;
}

.golden-forms .rating {
  overflow: hidden;
}

.golden-forms .rating.block {
  display: block;
  margin-top: 5px;
}

.golden-forms .rating label {
  color: #d0d0d0;
}

.golden-forms .rating label i {
  color: inherit;
  font-size: 17px;
  text-align: center;
}

.golden-forms .rating-star {
  margin-left: 4px;
}

.golden-forms .rating-input {
  left: -9999px;
  position: absolute;
  top: auto;
}

.golden-forms .rating:hover .rating-star:hover,
.golden-forms .rating:hover .rating-star:hover ~ .rating-star,
.golden-forms .rating-input:checked ~ .rating-star {
  color: #ffb400;
}

.golden-forms .rating-star,
.golden-forms .rating:hover .rating-star {
  color: #d0d0d0;
  cursor: pointer;
  display: block;
  float: right;
  height: 18px;
  width: 18px;
}

.golden-forms .button i {
  font-size: 14px;
}

.golden-forms .button,
.golden-forms a.button {
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 1px #fff inset, 0 0 0 1px rgba(255, 255, 255, 0.5) inset,
    0 1px 2px rgba(0, 0, 0, 0.1);
  color: #4b5151;
  cursor: pointer;
  font-size: 13px;
  height: 36px;
  line-height: 1;
  outline: 0 none;
  overflow: visible;
  padding: 0 15px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  vertical-align: top;
  width: auto;
}

.golden-forms a.button {
  line-height: 36px;
  text-decoration: none;
}

.golden-forms .button:hover,
.golden-forms .button:focus,
.golden-forms a.button:hover,
.golden-forms a.button:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 3px #fff inset;
  color: #314f64;
}

.golden-forms .button:active,
.golden-forms .button.active,
.golden-forms a.button:active,
.golden-forms a.button.active,
.golden-forms .button.next-btn:active,
.golden-forms .button.prev-btn:active {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  border-color: #bfbfbf #bfbfbf #d6d6d6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset,
    0 1px rgba(255, 255, 255, 0.1);
}

.golden-forms .button.blue,
.golden-forms .button.blue:hover,
.golden-forms .button.green,
.golden-forms .button.green:hover,
.golden-forms .button.red,
.golden-forms .button.red:hover,
.golden-forms .button.black,
.golden-forms .button.black:hover {
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.06);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.15);
}

.golden-forms .button.blue:hover,
.golden-forms .button.blue:focus,
.golden-forms .button.blue:active,
.golden-forms .button.green:hover,
.golden-forms .button.green:focus,
.golden-forms .button.green:active,
.golden-forms .button.red:hover,
.golden-forms .button.red:focus,
.golden-forms .button.red:active,
.golden-forms .button.black:hover,
.golden-forms .button.black:focus,
.golden-forms .button.black:active {
  color: #fff;
}

.golden-forms .button.blue:active,
.golden-forms .button.green:active,
.golden-forms .button.red:active,
.golden-forms .button.black:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px rgba(255, 255, 255, 0.1);
}

.golden-forms .button.blue,
.golden-forms .bubble.blue {
  background-color: #208ed3;
  background-image: linear-gradient(to bottom, #4baadc, #074dda);
  border-color: #1f58cc #1b4db3 #1b4db3;
}

.golden-forms .button.blue:hover,
.golden-forms .button.blue:focus {
  background-color: #1e55c8;
  background-image: linear-gradient(to bottom, #2160de, #1e55c8);
  border-color: #174299;
}

.golden-forms .button.blue:active {
  background-color: #0d4dc1;
  background-image: linear-gradient(to bottom, #0d4dc1, #48a4ff);
  border-color: #0f3779 #0d4dc1 #0f58e1;
}

.golden-forms .button.green,
.golden-forms .bubble.green {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #7fbf4d;
  background-image: linear-gradient(to bottom, #a1d254, #63a62f);
  border-color: #5b992b #457621 #457621;
  border-image: none;
  border-right: 1px solid #457621;
  border-style: solid;
  border-width: 1px;
  text-shadow: 0 -1px 0 #4c9021;
}

.golden-forms .button.green:hover,
.golden-forms .button.green:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #76b347;
  background-image: linear-gradient(to bottom, #76b347, #5e9e2e);
  border-color: #5b992b #457621 #457621;
  border-image: none;
  border-right: 1px solid #457621;
  border-style: solid;
  border-width: 1px;
}

.golden-forms .button.green:active {
  background-color: #548e28;
  background-image: linear-gradient(to bottom, #71b533, #a7d757);
  border-color: #678f3a #75a143 #81b049;
}

.golden-forms .button.red,
.golden-forms .bubble.red {
  background-color: #cf3025;
  background-image: linear-gradient(to bottom, #fc4138, #cf3025);
  border-color: #be1814 #ac1612 #ac1612;
}

.golden-forms .button.red:hover,
.golden-forms .button.red:focus {
  background-color: #bc2d21;
  background-image: linear-gradient(to bottom, #f81003, #bc2d21);
  border-color: #be1814 #ac1612 #ac1612;
}

.golden-forms .button.red:active {
  background-color: #a60000;
  background-image: linear-gradient(to bottom, #dd0000, #ff9966);
  border-color: #a60000 #c10000 #e14a42;
}

.golden-forms .button.black,
.golden-forms .bubble.black {
  background-color: #333;
  background-image: linear-gradient(to bottom, #4f4f4f, #181818);
  border-color: #3e3e3e #222 #030303;
  box-shadow: 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.06);
}

.golden-forms .button.black:hover,
.golden-forms .button.black:focus {
  background-color: #111111;
  background-image: linear-gradient(to bottom, #333333, #111111);
  border: 1px solid #2c2b2b;
}

.golden-forms .button.black:active {
  background-color: #070707;
  background-image: linear-gradient(to bottom, #070707, #444444);
  border: 1px solid #2c2b2b;
}

.golden-forms .notification {
  border: 1px solid;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset;
  color: #444;
  padding: 12px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.golden-forms .notification p {
  line-height: normal;
  margin: 0;
  padding: 0 10px;
}

.golden-forms .notification a.close {
  color: inherit;
  display: block;
  font: bold 20px/20px Arial, sans-serif;
  margin-top: -7px;
  opacity: 0.65;
  padding: inherit;
  position: absolute;
  right: 2px;
  top: 14%;
}

.golden-forms .notification a.close:hover {
  opacity: 1;
}

.golden-forms .notification.info {
  background-color: #cfe6fc;
  background-image: linear-gradient(to bottom, #e7f2fe, #c7e1fc);
  border-color: #a4c8f5 #96c0f3 #96c0f3;
  color: #163161;
}

.golden-forms .notification.success {
  background-color: #d2f7ad;
  background-image: linear-gradient(to bottom, #e4fbce, #cef7a6);
  border-color: #aedb2e;
  color: #336633;
}

.golden-forms .notification.warning {
  background-color: #fae7a2;
  background-image: linear-gradient(to bottom, #ffffc6, #fae49c);
  border-color: #f5c558;
  color: #cc6600;
}

.golden-forms .notification.error {
  background-color: #ffd5af;
  background-image: linear-gradient(to bottom, #ffe7d3, #ffd1a8);
  border-color: #f8b472;
  color: #990000;
}

.golden-forms .bubble {
  border-radius: 100%;
  box-shadow: 0 1px #fff inset, 0 0 0 1px rgba(255, 255, 255, 0.5) inset,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 2em;
  left: -40px;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 2em;
}

.golden-forms .bubble.blue,
.golden-forms .bubble.black,
.golden-forms .bubble.green,
.golden-forms .bubble.red {
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.06);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.15);
}

.golden-forms .info-tip {
  background: none repeat scroll 0 0 #444;
  border-radius: 100%;
  color: #fff;
  cursor: help;
  font-weight: bold;
  height: 18px;
  left: 2px;
  line-height: 19px;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-decoration: none;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}

.golden-forms .info-tip span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border: 0 none;
  border-radius: 5px;
  bottom: 2.2em;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.34);
  color: #fff;
  display: block;
  font-weight: normal;
  left: -10px;
  margin-top: 20px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-align: left;
  transition: margin 0.6s ease 0s, opacity 0.6s ease 0s;
  width: 15em;
  z-index: 99;
}

.golden-forms .info-tip span:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  content: "";
  left: 13px;
  position: absolute;
  top: 100%;
}

.golden-forms .info-tip:hover,
.golden-forms .info-tip:active,
.golden-forms .info-tip:focus {
  background: none repeat scroll 0 0 #000;
  overflow: visible;
}

.golden-forms .info-tip:hover span,
.golden-forms .info-tip:active span,
.golden-forms .info-tip:focus span {
  margin-top: 0;
  opacity: 1;
}

.golden-forms .tooltip {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: auto;
  transition: margin 0.6s ease 0s, opacity 0.6s ease 0s;
  width: 200px;
  z-index: 10;
}

.golden-forms .tooltip > em {
  display: block;
  font-style: normal;
  padding: 10px;
  position: static;
}

.golden-forms .tooltip:after {
  content: "";
  position: absolute;
}

.golden-forms .input:focus + .tooltip,
.golden-forms .textarea:focus + .tooltip {
  opacity: 1;
}

.golden-forms .tooltip.left {
  margin-right: -20px;
  top: 1px;
}

.golden-forms .tooltip.left:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  left: 100%;
  top: 12px;
}

.golden-forms .input:focus + .tooltip.left,
.golden-forms .textarea:focus + .tooltip.left {
  left: auto;
  margin-right: 5px;
  right: 100%;
}

.golden-forms .tooltip.right {
  margin-left: -20px;
  top: 1px;
}

.golden-forms .tooltip.right:after {
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  right: 100%;
  top: 12px;
}

.golden-forms .input:focus + .tooltip.right,
.golden-forms .textarea:focus + .tooltip.right {
  left: 100%;
  margin-left: 5px;
}

.golden-forms .tooltip.right-top {
  bottom: 100%;
  margin-bottom: -20px;
}

.golden-forms .tooltip.right-top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  right: 12px;
  top: 100%;
}

.golden-forms .input:focus + .tooltip.right-top,
.golden-forms .textarea:focus + .tooltip.right-top {
  left: auto;
  margin-bottom: 10px;
  right: 0;
}

.golden-forms .tooltip.left-top {
  bottom: 100%;
  margin-bottom: -20px;
}

.golden-forms .tooltip.left-top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  left: 12px;
  top: 100%;
}

.golden-forms .input:focus + .tooltip.left-top,
.golden-forms .textarea:focus + .tooltip.left-top {
  left: 0;
  margin-bottom: 10px;
  right: auto;
}

.golden-forms .tooltip.right-bottom {
  margin-top: -20px;
  top: 100%;
}

.golden-forms .tooltip.right-bottom:after {
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  right: 12px;
}

.golden-forms .input:focus + .tooltip.right-bottom,
.golden-forms .textarea:focus + .tooltip.right-bottom {
  left: auto;
  margin-top: 10px;
  right: 0;
}

.golden-forms .tooltip.left-bottom {
  margin-top: -20px;
  top: 100%;
}

.golden-forms .tooltip.left-bottom:after {
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  left: 12px;
}

.golden-forms .input:focus + .tooltip.left-bottom,
.golden-forms .textarea:focus + .tooltip.left-bottom {
  left: 0;
  margin-top: 10px;
  right: auto;
}

.golden-forms .input[disabled],
.golden-forms .textarea[disabled],
.golden-forms .button[disabled],
.golden-forms .options.disabled > .radio,
.golden-forms .options.disabled > .checkbox,
.golden-forms .disabled {
  background-color: #f9f9f9;
  cursor: not-allowed !important;
  opacity: 0.45;
  pointer-events: none;
}

@media not all {
  .golden-forms .select:before,
  .golden-forms .select:after {
    top: 36%;
  }

  .golden-forms .tooltip,
  .golden-forms .options,
  .golden-forms .rating,
  .golden-forms .toggle-switch {
  }
}

@media screen and (max-width: 600px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col1-5,
  .col1-8 {
    float: none;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .demo-grids div p {
    margin-bottom: 10px;
  }

  .golden-forms .lbl-text.tleft {
    padding-top: 0;
  }

  .golden-forms .lbl-valign,
  .golden-forms .lbl-valign.long {
    padding-top: 8px;
  }

  .colspacer-one {
    padding-top: 10px;
  }

  .colspacer-two {
    padding-top: 20px;
  }

  .golden-forms .form-buttons .button {
    margin-bottom: 10px;
  }

  .golden-forms .form-buttons .button:last-child {
    margin-bottom: 0;
  }

  .golden-forms .option-group .goption,
  .golden-forms .toggle-group .gtoggle {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .golden-forms .option-group .goption:last-child,
  .golden-forms .toggle-group .gtoggle:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 380px) {
  .golden-forms .form-buttons {
    text-align: center;
  }

  .golden-forms .form-buttons .button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .golden-forms span.lbl-text {
    text-align: right;
    width: 100%;
  }
}

body {
  background-color: #fff;
}

.form-title {
  background-color: #eee;
  padding: 85px 0 40px;
}

h2 {
  box-sizing: border-box;
  color: #777;
  font-family: Sentinel, "Sentinel A", "Sentinel B", Helvetica, Arial,
    sans-serif;
  font-size: 1.8em;
  font-weight: 100;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
  margin-top: 20px;
}

#nav-header {
  background-color: #fff;
  box-sizing: border-box;
  height: 84px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
}

#nav-header img {
  position: relative;
  top: 39px;
  float: right;
  z-index: 999;
}

.gforms {
  margin-top: 40px;
  padding: 0;
}

.golden-forms.wrapper {
  border: medium none;
  box-shadow: none;
  margin-bottom: 40px;
  max-width: 800px;
}

.golden-forms .form-title {
  padding: 15px 25px;
  padding-bottom: 23px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #f7f7f7;
  border-radius: 5px 5px 0 0;
}

.golden-forms .form-title h2 {
  color: #999;
  font-family: "Source Sans Pro", "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.golden-forms form fieldset legend {
  position: relative;
  font-family: "Source Sans Pro", "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  color: rgb(0, 147, 214);
  margin-left: -20px;
  top: -5px;
  margin-top: 0px;
  display: inline-block;
  zoom: 1;
  background: rgb(255, 255, 255);
  padding: 0px 5px;
}

.golden-forms form fieldset {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.golden-forms.wrapper:before,
.golden-forms.wrapper:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 0 none;
}

.golden-forms .button {
  font-family: Sentinel, "Sentinel A", "Sentinel B", Helvetica, Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.golden-forms .lbl-text.tleft,
.golden-forms .lbl-valign {
  display: block;
  padding-top: 11px;
}

.golden-forms .form-buttons section {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border-top: 1px solid #ddd;
}

.body-copy {
  color: #999;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

#other_amount {
  display: none;
}

#honmem_notification {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.card-type span + span {
  margin-left: 5px;
}

.card-type .active {
  background-color: #444;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
}

.footer-text-link {
  color: #999;
  float: right;
}

.footer-text-link i {
  font-size: 11px;
  margin-left: 5px;
}

.footer-text-link:hover {
  color: #333;
}

.subhead {
  color: #888;
  padding-bottom: 20px;
}

i.fa-spinner {
  color: #0093d6;
  font-size: 24px;
  line-height: 36px;
  margin-right: 10px;
}

.confirmation {
  font-size: 1.3em;
  font-weight: 200;
  line-height: 1.6em;
}

.confirmation p + p {
  margin-top: 22px;
}

.share-panel {
  border-top: 1px solid #ddd;
  margin-top: 70px;
  padding-top: 22px;
}

.share-panel {
  font-size: 0.8em;
  font-weight: 200;
  line-height: 1.6em;
}

.share-panel strong {
  font-weight: 600;
}

.share-panel p + p {
  margin-top: 18px;
}

#FB,
#TW,
#GP {
  display: inline-block;
}

#TW,
#GP {
  margin-left: 20px;
}

#FB a,
#TW a,
#GP a {
  color: #888;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 45px;
  line-height: 45px;
}

#FB a:before {
  content: "";
}

#TW a:before {
  content: "";
}

#GP a:before {
  content: "";
}

#FB a:hover {
  color: #3b5998;
}

#TW a:hover {
  color: #4099ff;
}

#GP a:hover {
  color: #dd4b39;
}

.footer {
  background-color: #000;
  padding: 30px 0;
}

.footer .first {
  padding-left: 30px;
}

.footer .last {
  padding-right: 30px;
  text-align: center;
}

.footer .golden-forms.wrapper {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.footer p + p {
  margin-top: 10px;
}

.footer p strong {
  font-weight: bold;
}

.footer p,
.footer p a {
  color: #b3b3b3;
  font: 300 12px/20px "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}

.footer p a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "comixno2clm";
  src: url("../fonts/comixno2clm_medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "comixno2clm";
  src: url("../fonts/comixno2clm_bold-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "hadasimclm";
  src: url("../fonts/hadasimclm-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "hadasimclm";
  src: url("../fonts/hadasimclm-bold-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "hadasimclm";
  src: url("../fonts/hadasimclm-regularoblique-webfont.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: "hadasimclm";
  src: url("../fonts/hadasimclm-boldoblique-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

.golden-forms .form-title h2.heb-header {
  font-family: comixno2clm;
  color: black;
  margin-top: 10px;
}

.form-section h2 {
  font-family: "Source Sans Pro", "Segoe UI Light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 6px;
}

.sub-name-heb {
  font-family: hadasimclm;
  color: black;
  font-size: 18px;
}

.golden-forms .sub-type-sec section {
  margin-bottom: 10px;
}

span.sub-name1,
label.sub-price {
  font-family: "Source Sans Pro", "Segoe UI Light", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.sub-type-heb-ra {
  font-family: hadasimclm;
  color: black;
  font-size: 15px;
  font-weight: normal;
}

.golden-forms .option-group.raffl-radio .goption {
  margin-right: 0px;
}

.golden-forms .raffl-radio .options + label {
  padding-right: 0px;
}

.golden-forms .deliv-fields .input {
  padding: 0 3px;
}

.golden-forms .form-title.row h2 {
  font-size: 18px;
}
.col4.first.kl-logo img,
.col4.last.kl-logo img {
  height: 80px;
}
.form-title.logo-head {
  padding-top: 5px;
  padding-bottom: 5px;
}
.col4.logo-cen {
  padding: 10px 0;
}

/* form */
.form-block {
  width: 100%;
}

.hidden {
  display: none;
}
/* END form */

@media screen and (max-width: 600px) {
  .sub-type-sec .col6.first {
    border-bottom: 1px;
    border-bottom-color: #999;
    border-bottom-style: solid;
    margin-bottom: 15px;
  }
  .golden-forms .option-group.raffl-radio .goption {
    display: inline;
  }
}
