#form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-from {
  background-color: #fff;
  border-radius: 2px;
  padding: 36px 30px;
}

@media (max-width: 790px) {
  .content-from {
    padding: 30px 10px;
    margin: 0px 5px;
  }
}

.content-from .content-from-title {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.content-from .content-from-title h2 {
  font-size: 25px;
  color: #c7d53b;
}

.content-from .content-from-title span {
  display: block;
  font-size: 14px;
  color: #444444;
  margin-top: 8px;
}

.content-from .content-from-title.fix {
  margin-top: 20px;
}

@media (max-width: 790px) {
  .content-from .content-from-title h2 {
    font-size: 16px;
  }
}

.content-from .content-from-how p.note {
  font-size: 14px;
  color: #5e411e;
  margin-bottom: 17px;
}

.content-from .content-from-how .from tr td {
  padding: 19px 31px;
  /* border: 1px solid #e5e5e4; */
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td {
    display: block;
    width: 100% !important;
    padding: 10px 0 !important;
    /* border: 1px solid #e5e5e4 !important; */
  }
}

.content-from .content-from-how .from tr td .text {
  font-size: 14px;
}

.content-from .content-from-how .from tr td label {
  font-size: 14px;
  color: #444444;
  font-weight: normal;
}

.content-from .content-from-how .from tr td input {
  border: 1px solid #e5e5e4;
  padding: 7px;
  width: 53%;
  border-radius: 3px;
}

.content-from .content-from-how .from tr td input.w40 {
  width: 40%;
}

.content-from .content-from-how .from tr td input#email_confirm {
  margin-top: 20px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td input.w40 {
    width: 150px;
  }
}

.content-from .content-from-how .from tr td input:disabled {
  cursor: default;
  background-color: #FBFBFB;
}

/*.content-from .content-from-how .from tr td input:disabled::-webkit-input-placeholder {*/
/*color: transparent;*/
/*}*/
/*.content-from .content-from-how .from tr td input:disabled:-moz-placeholder {!* Firefox 18- *!*/
/*color: transparent;*/
/*}*/
/*.content-from .content-from-how .from tr td input:disabled::-moz-placeholder {!* Firefox 19+ *!*/
/*color: transparent;*/
/*}*/
/*.content-from .content-from-how .from tr td input:disabled:-ms-input-placeholder {*/
/*color: transparent;*/
/*}*/
.content-from .content-from-how .from tr td textarea {
  border: 1px solid #e5e5e4;
  padding: 7px;
  min-height: 120px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td textarea {
    width: 100%;
  }
}

.content-from .content-from-how .from tr td .red {
  color: #ce506f;
  font-size: 14px;
  padding-left: 10px;
}

.content-from .content-from-how .from tr td .black1 {
  color: #444444;
  font-size: 12px;
  padding-left: 10px;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td .black1 {
    margin-top: 10px;
    padding-left: 0px;
  }
}

.content-from .content-from-how .from tr td .input-style {
  display: inline-block;
  float: left;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td .input-style {
    float: none;
  }
}

.content-from .content-from-how .from tr td .black {
  color: #444444;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}

.content-from .content-from-how .from tr td .black.style {
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}

.content-from .content-from-how .from tr td .link {
  color: #444444;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  text-decoration: underline;
}

.content-from .content-from-how .from tr td .style-link {
  display: inline-block;
  background-color: #c7d53b;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 3px;
  margin-left: 19px;
  /* pointer-events: none; */
}

.content-from .content-from-how .from tr td .style-link:hover {
  opacity: 0.7;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td .style-link {
    margin-left: 5px;
    font-size: 9px;
    padding: 5px 9px;
  }
}

.content-from .content-from-how .from tr td.label-text {
  padding: 23px 14px 25px 31px;
  background-color: #e5e5e4;
  width: 31%;
  border: 1px solid #e5e5e4;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.content-from .content-from-how .from tr td.label-text span {
  display: inline-block;
  float: right;
  color: #000000;
  padding: 2px 11px;
  border-radius: 2px;
  background-color: #ffed00;
}

.content-from .content-from-how .from tr td div.select span {
  color: #444444;
  font-size: 14px;
  padding-right: 5px;
  width: auto;
  display: inline-block;
}

.content-from .content-from-how .from tr td div.select span.style {
  color: #444344;
}

.content-from .content-from-how .from tr td div.select select {
  padding: 10px 0px;
  border-radius: 3px;
  font-size: 14px;
  width: 69px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.select select {
    width: 52px;
  }
  .content-from .content-from-how .from tr td div.select select:first-child {
    width: 68px;
  }
}

.content-from .content-from-how .from tr td div.select select.w198 {
  width: 180px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.select .style {
    margin-top: 10px;
  }
}

.content-from .content-from-how .from tr td div.block-input {
  margin-bottom: 19px;
  text-align: left;
}

.content-from .content-from-how .from tr td div.block-input .select {
  display: inline;
}

.content-from .content-from-how .from tr td div.block-input .select select.w198 {
  width: 198px;
}

.content-from .content-from-how .from tr td div.block-input:last-child {
  margin-bottom: 0px;
}

.content-from .content-from-how .from tr td div.block-input.fix-padding {
  margin-bottom: 0px;
}

.content-from .content-from-how .from tr td div.block-input .div-style {
  display: inline;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input .div-style {
    display: block;
    margin-bottom: 19px;
  }
  .content-from .content-from-how .from tr td div.block-input .div-style:last-child {
    margin-bottom: 0px;
  }
}

.content-from .content-from-how .from tr td div.block-input span {
  color: #444444;
  font-size: 14px;
  padding-right: 5px;
  width: 73px;
  display: inline-block;
}

.content-from .content-from-how .from tr td div.block-input span.style {
  width: auto;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input span.style {
    margin-top: 10px;
  }
}

.content-from .content-from-how .from tr td div.block-input .w198 {
  width: 198px;
  margin-right: 10px;
}

.content-from .content-from-how .from tr td div.block-input .w100 {
  width: 100%;
  height: 50px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input .w198 {
    width: 152px;
  }
  .content-from .content-from-how .from tr td div.block-input .w100 {
    width: 100%;
  }
}

.content-from .content-from-how .from tr td div.block-input .w40 {
  width: 40px;
}

.content-from .content-from-how .from tr td div.block-input .w40.style {
  width: 100px;
  text-align: center;
}

.content-from .content-from-how .from tr td div.block-input .w80 {
  width: 80px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input .w80 {
    width: 44px;
  }
}

.content-from .content-from-how .from tr td div.block-input .w78 {
  width: 78px;
}

.content-from .content-from-how .from tr td div.block-input .w90 {
  width: 90px;
}

.content-from .content-from-how .from tr td div.block-input .w108 {
  width: 108px;
}

.content-from .content-from-how .from tr td div.block-input .w43 {
  width: 43px;
  text-align: right;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input .w43 {
    width: 78px;
    text-align: left;
  }
}

.content-from .content-from-how .from tr td div.block-input .w-auto {
  width: 40px;
}

@media (max-width: 790px) {
  .content-from .content-from-how .from tr td div.block-input .w-auto {
    width: 80px;
  }
}

.block-note {
  margin-top: 36px;
}

.block-note * {
  text-align: left;
  font-size: 12px;
}

.block-button * {
  text-align: center;
}

.content-from .content-from-how .from tr td div.block-input .w-auto1 {
  width: auto;
}

.content-from .content-from-how .from tr td .form-radio {
  overflow: hidden;
}

.content-from .content-from-how .from tr td .form-radio.margin-top {
  margin-top: 10px;
}

.content-from .content-from-how .from tr td .form-radio .form-w {
  width: 100%;
  float: left;
  overflow: hidden;
}

.content-from .content-from-how .from tr td .form-radio .form-w .style-a input {
  width: 40px;
  display: inline-block;
  margin: 0px 5px;
  padding: 3px;
  text-align: center;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio {
  overflow: hidden;
  margin-bottom: 6px;
  float: left;
  margin-right: 27px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio.margin {
  margin-top: 6px;
  margin-right: 7px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio:last-child {
  margin-bottom: 0px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio input {
  padding: inherit;
  width: auto;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 7px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio input.fix-pd {
  margin-left: 29px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio input.fix-pd:first-child {
  margin-left: 2px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio span {
  color: #444444;
  font-size: 14px;
  padding-right: 10px;
}

.content-from .content-from-how .from tr td .form-radio .form-w .block-input-radio label {
  padding-right: 10px;
  display: inline-block;
}

.content-from .content-from-how .from tr td .form-radio .red {
  margin-top: 39px;
  display: inline-block;
}

.content-from .block-note p {
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  margin: 15px 0px 0px;
}

.content-from .block-note .block-input-radio {
  margin-bottom: 1px;
  line-height: 16px;
}

.content-from .block-note .block-input-radio input {
  padding: inherit;
  width: auto;
  margin: 0px;
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.content-from .block-note .block-input-radio label {
  color: #444444;
  font-size: 12px;
  display: inline;
  font-weight: normal;
}

.content-from .block-note span.span {
  display: block;
  color: #444444;
  font-size: 12px;
  margin: 19px 0px 20px;
}

.content-from .block-note .block-button {
  text-align: center;
}

.content-from .block-note .block-button .red {
  color: #c7d53b;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.content-from .block-note .block-button .block-input-check {
  margin-bottom: 16px;
}

.content-from .block-note .block-button .block-input-check .block {
  display: inline-block;
  overflow: hidden;
}

.content-from .block-note .block-button .block-input-check .block input {
  padding: inherit;
  width: auto;
  margin: 0px;
  float: left;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
}

.content-from .block-note .block-button .block-input-check .block label {
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  display: inline;
}

.content-from .block-note .block-button button {
  display: inline-block;
  border: none;
  width: 100%;
  background-color: #F6DE18;
  -webkit-box-shadow: 0px 6px 0px #ccc;
          box-shadow: 0px 6px 0px #ccc;
  padding: 13px 77px;
  border-radius: 3px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.content-from .block-note .block-button button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.content-from .block-note .block-button button:hover,
.content-from .block-note .block-button button:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.content-from .block-note .block-button button.style {
  background-color: #c7d53b;
  -webkit-box-shadow: 0px 6px 0px #b1c123;
          box-shadow: 0px 6px 0px #b1c123;
  padding: 13px 38px;
  border-radius: 3px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.content-from .block-note .block-button button.style:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.content-from .block-note .block-button button.button-1b {
  background-color: #c7c7c7;
  -webkit-box-shadow: 0px 6px 0px #bbbbbb;
          box-shadow: 0px 6px 0px #bbbbbb;
  padding: 13px 77px;
  border-radius: 3px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.content-from .block-note .block-button button.button-1b:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.style-label {
  padding-top: 5px;
  float: left;
}

.style-input {
  margin-bottom: 5px;
}

.remove-padding-left {
  padding-left: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
