/* Scaffolding */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  }
/* Normalize form elements */
.rcw-form,
.rcw-form:before,
.rcw-form:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
.rcw-form *,
.rcw-form *:before,
.rcw-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
.rcw-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  }
.rcw-form legend {
  display: block;
  width: 100%;
  border: 0;
  }
.rcw-form label {
  display: inline-block;
  }
.rcw-form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
.rcw-form input[type="file"] {
  display: block;
  }
.rcw-form input[type="range"] {
  display: block;
  width: 100%;
  }
.rcw-form select[multiple],
.rcw-form select[size] {
  height: auto;
  }
/* Form framework typography */
.rcw-form {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2c3e50;
  background-color: #fff;
  }
.rcw-form p,
.rcw-form h1,
.rcw-form h2,
.rcw-form h3,
.rcw-form h4,
.rcw-form h5,
.rcw-form h6 {
  margin-top: 0;
  margin-bottom: 12px;
  }
.rcw-form a {
  color: #27ae60;
  }
.rcw-form a:hover {
  text-decoration: none;
  }
.rcw-form a:focus,
.rcw-form a:active {
  outline: none;
  }
.rcw-form strong {
  font-weight: 700;
  }
.rcw-form .form-group-heading {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  }
/* Form header */
.rcw-form header {
  padding: 24px 15px;
  margin: 0 -15px;
  background-color: #fff;
  }
.rcw-form header .form-main-heading {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #2c3e50;
  }
.rcw-form header p:last-child {
  margin-bottom: 0;
  }
/* Fieldset */
.rcw-form .fieldset-inline {
  margin-bottom: 48px;
  }
/* Label */
.rcw-form label,
.rcw-form .label {
  margin-bottom: 6px;
  font-weight: 700;
  color: #2c3e50;
  }
.rcw-form .label {
  display: inline-block;
  }
/* Legend */
.rcw-form legend {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.71428571;
  color: #2c3e50;
  }
.rcw-form legend:before {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #bdc3c7;
  }
.rcw-form legend > span {
  padding-right: 12px;
  font-weight: 700;
  background-color: #fff;
  }
.rcw-form legend.center {
  text-align: center;
  }
.rcw-form legend.center > span {
  padding-left: 12px;
  }
.rcw-form legend.right {
  text-align: right;
  }
.rcw-form legend.right > span {
  padding-right: 0;
  padding-left: 12px;
  }
/* Inputs */
/* Shared size and type resets for form controls. Apply `.form-control` to any
of the following form controls:
select
textarea
input[type="text"]
input[type="password"]
input[type="datetime"]
input[type="datetime-local"]
input[type="date"]
input[type="month"]
input[type="time"]
input[type="week"]
input[type="number"]
input[type="email"]
input[type="url"]
input[type="search"]
input[type="tel"]
input[type="color"] */
.rcw-form .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 24px;
  line-height: 1.5;
  color: #2c3e50;
  background-color: #fafafb;
  background-image: none;
  border-color: #bdc3c7;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  }
.rcw-form .form-control:hover {
  border-color: #869198;
  }
.rcw-form .form-control:hover + .select-icon {
  border-color: #869198;
  }
.rcw-form .form-control:focus {
  background-color: #fff;
  border-color: #27ae60;
  outline: 0;
  }
.rcw-form .form-control:focus::-webkit-input-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus:-moz-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus::-moz-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus:-ms-input-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
  }
.rcw-form .form-control:focus:-ms-input-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus::-webkit-input-placeholder {
  color: #2c3e50;
  }
.rcw-form .form-control:focus + .select-icon {
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .form-control::-webkit-input-placeholder {
  color: #aaa;
  }
.rcw-form .form-control:-moz-placeholder {
  color: #aaa;
  }
.rcw-form .form-control::-moz-placeholder {
  color: #aaa;
  }
.rcw-form .form-control:-ms-input-placeholder {
  color: #aaa;
  }
.rcw-form .form-control::-moz-placeholder {
  color: #95a5a6;
  opacity: 1;
  }
.rcw-form .form-control:-ms-input-placeholder {
  color: #95a5a6;
  }
.rcw-form .form-control::-webkit-input-placeholder {
  color: #95a5a6;
  }
.rcw-form .form-control[disabled] {
  color: #aabdd1;
  cursor: not-allowed;
  border-color: #d9dcde;
  }
.rcw-form .form-control[disabled]::-webkit-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]:-moz-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]::-moz-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]:-ms-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]::-moz-placeholder {
  color: #b1bdbd;
  opacity: 1;
  }
.rcw-form .form-control[disabled]:-ms-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]::-webkit-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form .form-control[disabled]:hover {
  border-color: #d9dcde;
  }
.rcw-form .form-control[disabled]:hover .select-icon {
  border-color: #d9dcde;
  }
.rcw-form .form-control[disabled] ~ .icon-left,
.rcw-form .form-control[disabled] ~ .icon-right,
.rcw-form .form-control[disabled] ~ .select-icon {
  color: #ced9e0;
  }
.rcw-form .form-control[disabled] ~ .select-icon {
  border-color: #d9dcde;
  }
.rcw-form .form-control[readonly] {
  color: #6c7e8f;
  cursor: not-allowed;
  background-color: #fafafb;
  border-color: #d9dcde;
  }
.rcw-form .form-control[readonly]::-webkit-input-placeholder {
  color: #aaa;
  }
.rcw-form .form-control[readonly]:-moz-placeholder {
  color: #aaa;
  }
.rcw-form .form-control[readonly]::-moz-placeholder {
  color: #aaa;
  }
.rcw-form .form-control[readonly]:-ms-input-placeholder {
  color: #aaa;
  }
.rcw-form .form-control[readonly]::-moz-placeholder {
  color: #95a5a6;
  opacity: 1;
  }
.rcw-form .form-control[readonly]:-ms-input-placeholder {
  color: #95a5a6;
  }
.rcw-form .form-control[readonly]::-webkit-input-placeholder {
  color: #95a5a6;
  }
.rcw-form .form-control[readonly]:hover {
  border-color: #d9dcde;
  }
.rcw-form textarea.form-control {
  height: auto;
  padding: 12px 24px;
  resize: none;
  }
.rcw-form fieldset[disabled] .form-control {
  color: #aabdd1;
  cursor: not-allowed;
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control:-moz-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control::-moz-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control::-moz-placeholder {
  color: #b1bdbd;
  opacity: 1;
  }
.rcw-form fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #b1bdbd;
  }
.rcw-form fieldset[disabled] .form-control ~ .icon-left,
.rcw-form fieldset[disabled] .form-control ~ .icon-right,
.rcw-form fieldset[disabled] .form-control ~ .select-icon {
  color: #ced9e0;
  }
.rcw-form fieldset[disabled] .form-control ~ .select-icon {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .form-control:hover {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .form-control:hover .select-icon {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .has-success .form-control:hover,
.rcw-form .has-success .form-control[disabled]:hover {
  border-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-success .form-control {
  border-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-success .form-control ~ .icon-left,
.rcw-form fieldset[disabled] .has-success .form-control ~ .icon-right,
.rcw-form fieldset[disabled] .has-success .form-control ~ .select-icon {
  color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-success .form-control ~ .select-icon {
  border-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-error .form-control:hover,
.rcw-form .has-error .form-control[disabled]:hover {
  border-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-error .form-control {
  border-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-error .form-control ~ .icon-left,
.rcw-form fieldset[disabled] .has-error .form-control ~ .icon-right,
.rcw-form fieldset[disabled] .has-error .form-control ~ .select-icon {
  color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-error .form-control ~ .select-icon {
  border-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-warning .form-control:hover,
.rcw-form .has-warning .form-control[disabled]:hover {
  border-color: #f39c12;
  }
.rcw-form fieldset[disabled] .has-warning .form-control {
  border-color: #f39c12;
  }
.rcw-form fieldset[disabled] .has-warning .form-control ~ .icon-left,
.rcw-form fieldset[disabled] .has-warning .form-control ~ .icon-right,
.rcw-form fieldset[disabled] .has-warning .form-control ~ .select-icon {
  color: #f39c12;
  }
.rcw-form fieldset[disabled] .has-warning .form-control ~ .select-icon {
  border-color: #f39c12;
  }
.rcw-form input[type="search"] {
  -webkit-appearance: none;
  }
.rcw-form input[type="date"],
.rcw-form input[type="time"],
.rcw-form input[type="datetime-local"],
.rcw-form input[type="month"] {
  line-height: 48px;
  line-height: 1.5 \0;
  }
.rcw-form .form-control-static {
  height: 48px;
  padding-top: 9px;
  padding-bottom: 7px;
  margin-bottom: 0;
  }
/* Input groups */
.rcw-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  }
.rcw-form .input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
  }
.rcw-form .input-group-addon,
.rcw-form .input-group-btn,
.rcw-form .input-group .from-control {
  display: table-cell;
  }
.rcw-form .input-group-addon,
.rcw-form .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  }
.rcw-form .input-group-addon {
  height: 48px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  background-color: #27ae60;
  }
.rcw-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  }
.rcw-form .input-group-btn > .btn {
  position: relative;
  }
.rcw-form .input-group-btn > .btn + .btn {
  margin-left: -1px;
  }
.rcw-form .input-group-btn > .btn:hover,
.rcw-form .input-group-btn > .btn:focus,
.rcw-form .input-group-btn > .btn:active {
  z-index: 2;
  }
.rcw-form .input-group-btn:first-child > .btn,
.rcw-form .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
  }
.rcw-form .captcha-left,
.rcw-form .captcha-right {
  position: relative;
  }
.rcw-form .captcha-left .form-control:hover,
.rcw-form .captcha-right .form-control:hover,
.rcw-form .captcha-left .form-control:focus,
.rcw-form .captcha-right .form-control:focus {
  z-index: 1;
  }
.rcw-form .captcha-left {
  padding-left: 119px;
  }
.rcw-form .captcha-left .captcha-image {
  left: 0;
  }
.rcw-form .captcha-right {
  padding-right: 119px;
  }
.rcw-form .captcha-right .captcha-image {
  right: 0;
  }
.rcw-form .captcha-image {
  position: absolute;
  top: 0;
  display: block;
  padding: 1px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  }
/* Radio buttons and checkboxes common styles */
.rcw-form .radio,
.rcw-form .checkbox,
.rcw-form .radio-inline,
.rcw-form .checkbox-inline {
  position: relative;
  }
.rcw-form .radio label,
.rcw-form .checkbox label,
.rcw-form .radio-inline label,
.rcw-form .checkbox-inline label {
  margin-bottom: 0;
  }
.rcw-form .radio label,
.rcw-form .radio-inline label,
.rcw-form .checkbox label,
.rcw-form .checkbox-inline label {
  font-weight: 400;
  color: #2c3e50;
  }
.rcw-form .radio-inline,
.rcw-form .checkbox-inline {
  display: inline-block;
  }
.rcw-form .radio-inline + .radio-inline,
.rcw-form .checkbox-inline + .checkbox-inline {
  margin-left: 24px;
  }
.rcw-form .radio input[type="radio"],
.rcw-form .radio-inline input[type="radio"],
.rcw-form .checkbox input[type="checkbox"],
.rcw-form .checkbox-inline input[type="checkbox"] {
  position: absolute;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  }
.rcw-form .radio input[type="radio"] + label,
.rcw-form .checkbox input[type="checkbox"] + label {
  margin-bottom: 12px;
  }
/* Checkboxes and switches */
.rcw-form .checkbox input + label,
.rcw-form .checkbox-inline input + label {
  position: relative;
  padding-left: 36px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  }
.rcw-form .checkbox input + label:hover:before,
.rcw-form .checkbox-inline input + label:hover:before {
  border-color: #869198;
  }
.rcw-form .checkbox input + label:before,
.rcw-form .checkbox-inline input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1.4;
  content: '';
  background-color: #fafafb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  -webkit-transition: border-color .3s ease;
  -moz-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  }
.rcw-form .checkbox input:checked + label:before,
.rcw-form .checkbox-inline input:checked + label:before {
  font-family: 'icomoon';
  color: #27ae60;
  text-align: center;
  content: '\e8ba';
  background-color: #fafafb;
  border-color: #27ae60;
  }
.rcw-form .checkbox.switch input + label,
.rcw-form .checkbox-inline.switch input + label {
  padding-left: 60px;
  }
.rcw-form .checkbox.switch input + label:hover:before,
.rcw-form .checkbox-inline.switch input + label:hover:before {
  border-color: #869198;
  }
.rcw-form .checkbox.switch input + label:hover:after,
.rcw-form .checkbox-inline.switch input + label:hover:after {
  background-color: #869198;
  }
.rcw-form .checkbox.switch input + label:before,
.rcw-form .checkbox-inline.switch input + label:before {
  width: 48px;
  background-color: #fafafb;
  border-color: #bdc3c7;
  }
.rcw-form .checkbox.switch input + label:after,
.rcw-form .checkbox-inline.switch input + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 22px;
  height: 20px;
  content: '';
  background-color: #bdc3c7;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
.rcw-form .checkbox.switch input:checked + label:before,
.rcw-form .checkbox-inline.switch input:checked + label:before {
  content: '';
  border-color: #27ae60;
  }
.rcw-form .checkbox.switch input:checked + label:after,
.rcw-form .checkbox-inline.switch input:checked + label:after {
  left: 24px;
  background-color: #27ae60;
  }
.rcw-form .checkbox.switch-with-text input + label,
.rcw-form .checkbox-inline.switch-with-text input + label {
  padding-left: 60px;
  }
.rcw-form .checkbox.switch-with-text input + label:hover:before,
.rcw-form .checkbox-inline.switch-with-text input + label:hover:before {
  border-color: #869198;
  }
.rcw-form .checkbox.switch-with-text input + label:hover:after,
.rcw-form .checkbox-inline.switch-with-text input + label:hover:after {
  background-color: #869198;
  }
.rcw-form .checkbox.switch-with-text input + label:before,
.rcw-form .checkbox-inline.switch-with-text input + label:before {
  width: 82px;
  padding-right: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  line-height: 24px;
  text-align: right;
  content: 'PART TIME';
  background-color: #fafafb;
  border-color: #bdc3c7;
  }
.rcw-form .checkbox.switch-with-text input + label:after,
.rcw-form .checkbox-inline.switch-with-text input + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 22px;
  height: 20px;
  content: '';
  background-color: #bdc3c7;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
.rcw-form .checkbox.switch-with-text input:checked + label:before,
.rcw-form .checkbox-inline.switch-with-text input:checked + label:before {
  padding-left: 4px;
  color: #27ae60;
  text-align: left;
  content: 'FULL TIME';
  border-color: #27ae60;
  }
.rcw-form .checkbox.switch-with-text input:checked + label:after,
.rcw-form .checkbox-inline.switch-with-text input:checked + label:after {
  left: 58px;
  background-color: #27ae60;
  }
.rcw-form input:focus + label:before {
  border-color: #869198;
  }
/* Radio buttons */
.rcw-form .radio input[type="radio"] + label,
.rcw-form .radio-inline input[type="radio"] + label {
  position: relative;
  padding-left: 36px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  }
.rcw-form .radio input[type="radio"] + label:hover:before,
.rcw-form .radio-inline input[type="radio"] + label:hover:before {
  border-color: #869198;
  }
.rcw-form .radio input[type="radio"] + label:before,
.rcw-form .radio-inline input[type="radio"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  background-color: #fafafb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
  border-radius: 50%;
  -webkit-transition: border-color .3s ease;
  -moz-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  }
.rcw-form .radio input[type="radio"] + label:after,
.rcw-form .radio-inline input[type="radio"] + label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #27ae60;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 50%;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  }
.rcw-form .radio input[type="radio"]:checked + label:before,
.rcw-form .radio-inline input[type="radio"]:checked + label:before {
  background-color: #fafafb;
  border-color: #27ae60;
  }
.rcw-form .radio input[type="radio"]:checked + label:after,
.rcw-form .radio-inline input[type="radio"]:checked + label:after {
  display: block;
  }
.rcw-form input[type="radio"]:focus + label:before {
  border-color: #869198;
  }
/* Radio buttons and checkboxes - disabled state */
.rcw-form fieldset[disabled] .checkbox input + label,
.rcw-form fieldset[disabled] .checkbox-inline input + label {
  color: #aabdd1;
  cursor: not-allowed;
  }
.rcw-form fieldset[disabled] .checkbox input + label:before,
.rcw-form fieldset[disabled] .checkbox-inline input + label:before {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .checkbox input + label:hover:before,
.rcw-form fieldset[disabled] .checkbox-inline input + label:hover:before {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .checkbox input:checked + label:before,
.rcw-form fieldset[disabled] .checkbox-inline input:checked + label:before {
  color: #ced9e0;
  border-color: #ced9e0;
  }
.rcw-form fieldset[disabled] .checkbox.switch input + label:after,
.rcw-form fieldset[disabled] .checkbox-inline.switch input + label:after,
.rcw-form fieldset[disabled] .checkbox.switch-with-text input + label:after,
.rcw-form fieldset[disabled] .checkbox-inline.switch-with-text input + label:after {
  background-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .checkbox.switch input:checked + label:after,
.rcw-form fieldset[disabled] .checkbox-inline.switch input:checked + label:after,
.rcw-form fieldset[disabled] .checkbox.switch-with-text input:checked + label:after,
.rcw-form fieldset[disabled] .checkbox-inline.switch-with-text input:checked + label:after {
  background-color: #ced9e0;
  }
.rcw-form fieldset[disabled] .radio input[type="radio"] + label,
.rcw-form fieldset[disabled] .radio-inline input[type="radio"] + label {
  color: #aabdd1;
  cursor: not-allowed;
  }
.rcw-form fieldset[disabled] .radio input[type="radio"] + label:before,
.rcw-form fieldset[disabled] .radio-inline input[type="radio"] + label:before {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .radio input[type="radio"] + label:hover:before,
.rcw-form fieldset[disabled] .radio-inline input[type="radio"] + label:hover:before {
  border-color: #d9dcde;
  }
.rcw-form fieldset[disabled] .radio input[type="radio"]:checked + label:before,
.rcw-form fieldset[disabled] .radio-inline input[type="radio"]:checked + label:before {
  border-color: #ced9e0;
  }
.rcw-form fieldset[disabled] .radio input[type="radio"]:checked + label:after,
.rcw-form fieldset[disabled] .radio-inline input[type="radio"]:checked + label:after {
  background-color: #ced9e0;
  }
.rcw-form fieldset[disabled] .has-success .radio input[type="radio"] + label:hover:before,
.rcw-form fieldset[disabled] .has-success .radio-inline input[type="radio"] + label:hover:before {
  border-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-success .radio input[type="radio"]:checked + label:before,
.rcw-form fieldset[disabled] .has-success .radio-inline input[type="radio"]:checked + label:before {
  border-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-success .radio input[type="radio"]:checked + label:after,
.rcw-form fieldset[disabled] .has-success .radio-inline input[type="radio"]:checked + label:after {
  background-color: #27ae60;
  }
.rcw-form fieldset[disabled] .has-error .radio input[type="radio"] + label:hover:before,
.rcw-form fieldset[disabled] .has-error .radio-inline input[type="radio"] + label:hover:before {
  border-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-error .radio input[type="radio"]:checked + label:before,
.rcw-form fieldset[disabled] .has-error .radio-inline input[type="radio"]:checked + label:before {
  border-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-error .radio input[type="radio"]:checked + label:after,
.rcw-form fieldset[disabled] .has-error .radio-inline input[type="radio"]:checked + label:after {
  background-color: #c0392b;
  }
.rcw-form fieldset[disabled] .has-warning .radio input[type="radio"] + label:hover:before,
.rcw-form fieldset[disabled] .has-warning .radio-inline input[type="radio"] + label:hover:before {
  border-color: #f39c12;
  }
.rcw-form fieldset[disabled] .has-warning .radio input[type="radio"]:checked + label:before,
.rcw-form fieldset[disabled] .has-warning .radio-inline input[type="radio"]:checked + label:before {
  border-color: #f39c12;
  }
.rcw-form fieldset[disabled] .has-warning .radio input[type="radio"]:checked + label:after,
.rcw-form fieldset[disabled] .has-warning .radio-inline input[type="radio"]:checked + label:after {
  background-color: #f39c12;
  }
.rcw-form .checkbox input[disabled] + label,
.rcw-form .checkbox-inline input[disabled] + label {
  color: #aabdd1;
  cursor: not-allowed;
  }
.rcw-form .checkbox input[disabled] + label:before,
.rcw-form .checkbox-inline input[disabled] + label:before {
  border-color: #d9dcde;
  }
.rcw-form .checkbox input[disabled] + label:hover:before,
.rcw-form .checkbox-inline input[disabled] + label:hover:before {
  border-color: #d9dcde;
  }
.rcw-form .checkbox input[disabled]:checked + label:before,
.rcw-form .checkbox-inline input[disabled]:checked + label:before {
  color: #ced9e0;
  border-color: #ced9e0;
  }
.rcw-form .checkbox.switch input[disabled] + label:after,
.rcw-form .checkbox-inline.switch input[disabled] + label:after,
.rcw-form .checkbox.switch-with-text input[disabled] + label:after,
.rcw-form .checkbox-inline.switch-with-text input[disabled] + label:after {
  background-color: #d9dcde;
  }
.rcw-form .checkbox.switch input[disabled] + label:hover:after,
.rcw-form .checkbox-inline.switch input[disabled] + label:hover:after,
.rcw-form .checkbox.switch-with-text input[disabled] + label:hover:after,
.rcw-form .checkbox-inline.switch-with-text input[disabled] + label:hover:after {
  background-color: #d9dcde;
  }
.rcw-form .checkbox.switch input[disabled]:checked + label:after,
.rcw-form .checkbox-inline.switch input[disabled]:checked + label:after,
.rcw-form .checkbox.switch-with-text input[disabled]:checked + label:after,
.rcw-form .checkbox-inline.switch-with-text input[disabled]:checked + label:after {
  background-color: #ced9e0;
  }
.rcw-form .radio input[disabled] + label,
.rcw-form .radio-inline input[disabled] + label {
  color: #aabdd1;
  cursor: not-allowed;
  }
.rcw-form .radio input[disabled] + label:before,
.rcw-form .radio-inline input[disabled] + label:before {
  border-color: #d9dcde;
  }
.rcw-form .radio input[disabled] + label:hover:before,
.rcw-form .radio-inline input[disabled] + label:hover:before {
  border-color: #d9dcde;
  }
.rcw-form .radio input[disabled]:checked + label:before,
.rcw-form .radio-inline input[disabled]:checked + label:before {
  border-color: #ced9e0;
  }
.rcw-form .radio input[disabled]:checked + label:after,
.rcw-form .radio-inline input[disabled]:checked + label:after {
  background-color: #ced9e0;
  }
/* Select element */
.rcw-form select[multiple].form-control {
  padding-top: 13px;
  padding-bottom: 11px;
  }
.rcw-form .form-group label.sr-only ~ .select-icon {
  top: 0;
  }
.rcw-form .form-group .select-icon {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #27ae60;
  text-align: center;
  pointer-events: none;
  background-color: #fafafb;
  border: 1px solid #bdc3c7;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  }
/* Fiele input */
.rcw-form .NFI-button {
  display: inline-block;
  width: 35%;
  height: 48px;
  padding: 12px 24px;
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #27ae60;
  background-image: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 0 -2px 0 0 #2472a4;
  -moz-box-shadow: inset 0 -2px 0 0 #2472a4;
  box-shadow: inset 0 -2px 0 0 #2472a4;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  }
.rcw-form .NFI-button .btn-icon-left,
.rcw-form .NFI-button .btn-icon-right {
  background-color: #2472a4;
  -webkit-box-shadow: inset 0 -2px 0 0 #20638f;
  -moz-box-shadow: inset 0 -2px 0 0 #20638f;
  box-shadow: inset 0 -2px 0 0 #20638f;
  }
.rcw-form .NFI-button:hover,
.rcw-form .NFI-button:focus {
  background-color: #2e8ece;
  -webkit-box-shadow: inset 0 -2px 0 0 #27ae60;
  -moz-box-shadow: inset 0 -2px 0 0 #27ae60;
  box-shadow: inset 0 -2px 0 0 #27ae60;
  }
.rcw-form .NFI-button:hover .btn-icon-left,
.rcw-form .NFI-button:focus .btn-icon-left,
.rcw-form .NFI-button:hover .btn-icon-right,
.rcw-form .NFI-button:focus .btn-icon-right {
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -2px 0 0 #2472a4;
  -moz-box-shadow: inset 0 -2px 0 0 #2472a4;
  box-shadow: inset 0 -2px 0 0 #2472a4;
  }
.rcw-form .NFI-button:active,
.rcw-form .NFI-button.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .NFI-button:active .btn-icon-left,
.rcw-form .NFI-button.active .btn-icon-left,
.rcw-form .NFI-button:active .btn-icon-right,
.rcw-form .NFI-button.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .NFI-button.disabled,
.rcw-form .NFI-button[disabled],
.rcw-form .NFI-button.disabled:hover,
.rcw-form .NFI-button[disabled]:hover,
.rcw-form .NFI-button.disabled:focus,
.rcw-form .NFI-button[disabled]:focus,
.rcw-form .NFI-button.disabled:active,
.rcw-form .NFI-button[disabled]:active,
.rcw-form .NFI-button.disabled.active,
.rcw-form .NFI-button[disabled].active {
  background-color: #8ea8ba;
  -webkit-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  -moz-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  box-shadow: inset 0 -2px 0 0 #7f9cb0;
  }
.rcw-form .NFI-button.disabled .btn-icon-left,
.rcw-form .NFI-button[disabled] .btn-icon-left,
.rcw-form .NFI-button.disabled:hover .btn-icon-left,
.rcw-form .NFI-button[disabled]:hover .btn-icon-left,
.rcw-form .NFI-button.disabled:focus .btn-icon-left,
.rcw-form .NFI-button[disabled]:focus .btn-icon-left,
.rcw-form .NFI-button.disabled:active .btn-icon-left,
.rcw-form .NFI-button[disabled]:active .btn-icon-left,
.rcw-form .NFI-button.disabled.active .btn-icon-left,
.rcw-form .NFI-button[disabled].active .btn-icon-left,
.rcw-form .NFI-button.disabled .btn-icon-right,
.rcw-form .NFI-button[disabled] .btn-icon-right,
.rcw-form .NFI-button.disabled:hover .btn-icon-right,
.rcw-form .NFI-button[disabled]:hover .btn-icon-right,
.rcw-form .NFI-button.disabled:focus .btn-icon-right,
.rcw-form .NFI-button[disabled]:focus .btn-icon-right,
.rcw-form .NFI-button.disabled:active .btn-icon-right,
.rcw-form .NFI-button[disabled]:active .btn-icon-right,
.rcw-form .NFI-button.disabled.active .btn-icon-right,
.rcw-form .NFI-button[disabled].active .btn-icon-right {
  background-color: #7f9cb0;
  -webkit-box-shadow: inset 0 -2px 0 0 #6f90a6;
  -moz-box-shadow: inset 0 -2px 0 0 #6f90a6;
  box-shadow: inset 0 -2px 0 0 #6f90a6;
  }
@media (min-width: 768px) {
  .rcw-form .NFI-button {
    width: 25%;
    }
  }
.rcw-form fieldset[disabled] .NFI-button,
.rcw-form fieldset[disabled] .NFI-button:hover,
.rcw-form fieldset[disabled] .NFI-button:focus,
.rcw-form fieldset[disabled] .NFI-button:active {
  cursor: default;
  background-color: #8ea8ba;
  -webkit-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  -moz-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  box-shadow: inset 0 -2px 0 0 #7f9cb0;
  }
.rcw-form fieldset[disabled] .NFI-button .btn-icon-left,
.rcw-form fieldset[disabled] .NFI-button:hover .btn-icon-left,
.rcw-form fieldset[disabled] .NFI-button:focus .btn-icon-left,
.rcw-form fieldset[disabled] .NFI-button:active .btn-icon-left,
.rcw-form fieldset[disabled] .NFI-button .btn-icon-right,
.rcw-form fieldset[disabled] .NFI-button:hover .btn-icon-right,
.rcw-form fieldset[disabled] .NFI-button:focus .btn-icon-right,
.rcw-form fieldset[disabled] .NFI-button:active .btn-icon-right {
  background-color: #7f9cb0;
  -webkit-box-shadow: inset 0 -2px 0 0 #6f90a6;
  -moz-box-shadow: inset 0 -2px 0 0 #6f90a6;
  box-shadow: inset 0 -2px 0 0 #6f90a6;
  }
.rcw-form .NFI-filename {
  width: 65%;
  height: 48px;
  line-height: 1.5;
  color: #6c7e8f;
  background-color: #fafafb;
  background-image: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9dcde;
  border-radius: 0 3px 3px 0;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  }
@media (min-width: 768px) {
  .rcw-form .NFI-filename {
    width: 75%;
    }
  }
/* Form control feedback states */
.rcw-form .has-feedback .form-control {
  padding-right: 48px;
  }
.rcw-form .has-feedback label.sr-only ~ .form-control-feedback,
.rcw-form .has-feedback .input-group ~ .form-control-feedback {
  top: 0;
  }
.rcw-form .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  }
.rcw-form .colorpicker-right ~ .form-control-feedback {
  right: 85px;
  }
.rcw-form .has-success .help-block {
  color: #27ae60;
  }
.rcw-form .has-success .form-control {
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .has-success .form-control:focus {
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .has-success .form-control-feedback {
  color: #27ae60;
  }
.rcw-form .has-warning .help-block {
  color: #f39c12;
  }
.rcw-form .has-warning .form-control {
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .has-warning .form-control:focus {
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .has-warning .form-control-feedback {
  color: #f39c12;
  }
.rcw-form .has-error .help-block {
  color: #c0392b;
  }
.rcw-form .has-error .form-control {
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .has-error .form-control:focus {
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .has-error .form-control-feedback {
  color: #c0392b;
  }
.rcw-form .form-group.has-error .icon-left,
.rcw-form .form-group.has-error .icon-right {
  color: #c0392b;
  }
.rcw-form .form-group.has-error .radio input[type="radio"] + label:before,
.rcw-form .form-group.has-error .radio-inline input[type="radio"] + label:before {
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .form-group.has-error .radio input[type="radio"] + label:after,
.rcw-form .form-group.has-error .radio-inline input[type="radio"] + label:after {
  background-color: #c0392b;
  }
.rcw-form .form-group.has-error .checkbox input[type="checkbox"] + label:before,
.rcw-form .form-group.has-error .checkbox-inline input[type="checkbox"] + label:before {
  color: #c0392b;
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .form-group.has-error .checkbox.switch input[type="checkbox"] + label:after,
.rcw-form .form-group.has-error .checkbox-inline.switch input[type="checkbox"] + label:after {
  background-color: #c0392b;
  }
.rcw-form .form-group.has-error .checkbox.switch-with-text input[type="checkbox"] + label:after,
.rcw-form .form-group.has-error .checkbox-inline.switch-with-text input[type="checkbox"] + label:after {
  background-color: #c0392b;
  }
.rcw-form .form-group.has-error .form-control:focus + .select-icon {
  background-color: #fff;
  }
.rcw-form .form-group.has-error .select-icon {
  color: #c0392b;
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .form-group.has-error .NFI-filename {
  background-color: #fff;
  border-color: #c0392b;
  }
.rcw-form .form-group.has-warning .icon-left,
.rcw-form .form-group.has-warning .icon-right {
  color: #f39c12;
  }
.rcw-form .form-group.has-warning .radio input[type="radio"] + label:before,
.rcw-form .form-group.has-warning .radio-inline input[type="radio"] + label:before {
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .form-group.has-warning .radio input[type="radio"] + label:after,
.rcw-form .form-group.has-warning .radio-inline input[type="radio"] + label:after {
  background-color: #f39c12;
  }
.rcw-form .form-group.has-warning .checkbox input[type="checkbox"] + label:before,
.rcw-form .form-group.has-warning .checkbox-inline input[type="checkbox"] + label:before {
  color: #f39c12;
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .form-group.has-warning .checkbox.switch input[type="checkbox"] + label:after,
.rcw-form .form-group.has-warning .checkbox-inline.switch input[type="checkbox"] + label:after {
  background-color: #f39c12;
  }
.rcw-form .form-group.has-warning .checkbox.switch-with-text input[type="checkbox"] + label:after,
.rcw-form .form-group.has-warning .checkbox-inline.switch-with-text input[type="checkbox"] + label:after {
  background-color: #f39c12;
  }
.rcw-form .form-group.has-warning .form-control:focus + .select-icon {
  background-color: #fff;
  }
.rcw-form .form-group.has-warning .select-icon {
  color: #f39c12;
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .form-group.has-warning .NFI-filename {
  background-color: #fff;
  border-color: #f39c12;
  }
.rcw-form .form-group.has-success .icon-left,
.rcw-form .form-group.has-success .icon-right {
  color: #27ae60;
  }
.rcw-form .form-group.has-success .radio input[type="radio"] + label:before,
.rcw-form .form-group.has-success .radio-inline input[type="radio"] + label:before {
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .form-group.has-success .radio input[type="radio"] + label:after,
.rcw-form .form-group.has-success .radio-inline input[type="radio"] + label:after {
  background-color: #27ae60;
  }
.rcw-form .form-group.has-success .checkbox input[type="checkbox"] + label:before,
.rcw-form .form-group.has-success .checkbox-inline input[type="checkbox"] + label:before {
  color: #27ae60;
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .form-group.has-success .checkbox.switch input[type="checkbox"] + label:after,
.rcw-form .form-group.has-success .checkbox-inline.switch input[type="checkbox"] + label:after {
  background-color: #27ae60;
  }
.rcw-form .form-group.has-success .checkbox.switch-with-text input[type="checkbox"] + label:after,
.rcw-form .form-group.has-success .checkbox-inline.switch-with-text input[type="checkbox"] + label:after {
  background-color: #27ae60;
  }
.rcw-form .form-group.has-success .form-control:focus + .select-icon {
  background-color: #fff;
  }
.rcw-form .form-group.has-success .select-icon {
  color: #27ae60;
  background-color: #fff;
  border-color: #27ae60;
  }
.rcw-form .form-group.has-success .NFI-filename {
  background-color: #fff;
  border-color: #27ae60;
  }
/* Help block */
.help-block {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  color: #2c3e50;
  }
.help-block.big {
  margin-top: 24px;
  }
/* Buttons */
.rcw-form .btn {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 12px 24px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  }
.rcw-form .btn:active,
.rcw-form .btn.active,
.rcw-form .btn:focus {
  outline: none;
  }
.rcw-form .btn:hover {
  text-decoration: none;
  }
.rcw-form .btn.disabled,
.rcw-form .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  }
.rcw-form fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  }
.rcw-form .btn-icon-only,
.rcw-form .btn-icon-left,
.rcw-form .btn-icon-right {
  width: 48px;
  height: 48px;
  padding: 12px 0;
  font-size: 19.2px;
  line-height: 24px;
  text-align: center;
  }
.rcw-form .btn-has-icon-left {
  padding-right: 18px;
  padding-left: 66px;
  }
.rcw-form .btn-has-icon-right {
  padding-right: 66px;
  padding-left: 18px;
  }
.rcw-form .btn-has-icons {
  padding-right: 66px;
  padding-left: 66px;
  }
.rcw-form .btn-icon-left,
.rcw-form .btn-icon-right {
  position: absolute;
  top: 0;
  }
.rcw-form .btn-icon-left {
  left: 0;
  }
.rcw-form .btn-icon-right {
  right: 0;
  }
.rcw-form .btn-block {
  width: 100%;
  }
.rcw-form .btn-default {
  color: #fff;
  background-color: #95a5a6;
  -webkit-box-shadow: inset 0 -2px 0 0 #87999a;
  -moz-box-shadow: inset 0 -2px 0 0 #87999a;
  box-shadow: inset 0 -2px 0 0 #87999a;
  }
.rcw-form .btn-default .btn-icon-left,
.rcw-form .btn-default .btn-icon-right {
  background-color: #87999a;
  -webkit-box-shadow: inset 0 -2px 0 0 #798d8f;
  -moz-box-shadow: inset 0 -2px 0 0 #798d8f;
  box-shadow: inset 0 -2px 0 0 #798d8f;
  }
.rcw-form .btn-default:hover,
.rcw-form .btn-default:focus {
  background-color: #a3b1b2;
  -webkit-box-shadow: inset 0 -2px 0 0 #95a5a6;
  -moz-box-shadow: inset 0 -2px 0 0 #95a5a6;
  box-shadow: inset 0 -2px 0 0 #95a5a6;
  }
.rcw-form .btn-default:hover .btn-icon-left,
.rcw-form .btn-default:focus .btn-icon-left,
.rcw-form .btn-default:hover .btn-icon-right,
.rcw-form .btn-default:focus .btn-icon-right {
  background-color: #95a5a6;
  -webkit-box-shadow: inset 0 -2px 0 0 #87999a;
  -moz-box-shadow: inset 0 -2px 0 0 #87999a;
  box-shadow: inset 0 -2px 0 0 #87999a;
  }
.rcw-form .btn-default:active,
.rcw-form .btn-default.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-default:active .btn-icon-left,
.rcw-form .btn-default.active .btn-icon-left,
.rcw-form .btn-default:active .btn-icon-right,
.rcw-form .btn-default.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-default.disabled,
.rcw-form .btn-default[disabled],
.rcw-form .btn-default.disabled:hover,
.rcw-form .btn-default[disabled]:hover,
.rcw-form .btn-default.disabled:focus,
.rcw-form .btn-default[disabled]:focus,
.rcw-form .btn-default.disabled:active,
.rcw-form .btn-default[disabled]:active,
.rcw-form .btn-default.disabled.active,
.rcw-form .btn-default[disabled].active {
  background-color: #d1d1d1;
  -webkit-box-shadow: inset 0 -2px 0 0 #c4c4c4;
  -moz-box-shadow: inset 0 -2px 0 0 #c4c4c4;
  box-shadow: inset 0 -2px 0 0 #c4c4c4;
  }
.rcw-form .btn-default.disabled .btn-icon-left,
.rcw-form .btn-default[disabled] .btn-icon-left,
.rcw-form .btn-default.disabled:hover .btn-icon-left,
.rcw-form .btn-default[disabled]:hover .btn-icon-left,
.rcw-form .btn-default.disabled:focus .btn-icon-left,
.rcw-form .btn-default[disabled]:focus .btn-icon-left,
.rcw-form .btn-default.disabled:active .btn-icon-left,
.rcw-form .btn-default[disabled]:active .btn-icon-left,
.rcw-form .btn-default.disabled.active .btn-icon-left,
.rcw-form .btn-default[disabled].active .btn-icon-left,
.rcw-form .btn-default.disabled .btn-icon-right,
.rcw-form .btn-default[disabled] .btn-icon-right,
.rcw-form .btn-default.disabled:hover .btn-icon-right,
.rcw-form .btn-default[disabled]:hover .btn-icon-right,
.rcw-form .btn-default.disabled:focus .btn-icon-right,
.rcw-form .btn-default[disabled]:focus .btn-icon-right,
.rcw-form .btn-default.disabled:active .btn-icon-right,
.rcw-form .btn-default[disabled]:active .btn-icon-right,
.rcw-form .btn-default.disabled.active .btn-icon-right,
.rcw-form .btn-default[disabled].active .btn-icon-right {
  background-color: #c4c4c4;
  -webkit-box-shadow: inset 0 -2px 0 0 #b7b7b7;
  -moz-box-shadow: inset 0 -2px 0 0 #b7b7b7;
  box-shadow: inset 0 -2px 0 0 #b7b7b7;
  }
.rcw-form .btn-primary {
  color: #fff;
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -2px 0 0 #2472a4;
  -moz-box-shadow: inset 0 -2px 0 0 #2472a4;
  box-shadow: inset 0 -2px 0 0 #2472a4;
  }
.rcw-form .btn-primary .btn-icon-left,
.rcw-form .btn-primary .btn-icon-right {
  background-color: #2472a4;
  -webkit-box-shadow: inset 0 -2px 0 0 #20638f;
  -moz-box-shadow: inset 0 -2px 0 0 #20638f;
  box-shadow: inset 0 -2px 0 0 #20638f;
  }
.rcw-form .btn-primary:hover,
.rcw-form .btn-primary:focus {
  background-color: #2e8ece;
  -webkit-box-shadow: inset 0 -2px 0 0 #27ae60;
  -moz-box-shadow: inset 0 -2px 0 0 #27ae60;
  box-shadow: inset 0 -2px 0 0 #27ae60;
  }
.rcw-form .btn-primary:hover .btn-icon-left,
.rcw-form .btn-primary:focus .btn-icon-left,
.rcw-form .btn-primary:hover .btn-icon-right,
.rcw-form .btn-primary:focus .btn-icon-right {
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -2px 0 0 #2472a4;
  -moz-box-shadow: inset 0 -2px 0 0 #2472a4;
  box-shadow: inset 0 -2px 0 0 #2472a4;
  }
.rcw-form .btn-primary:active,
.rcw-form .btn-primary.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-primary:active .btn-icon-left,
.rcw-form .btn-primary.active .btn-icon-left,
.rcw-form .btn-primary:active .btn-icon-right,
.rcw-form .btn-primary.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-primary.disabled,
.rcw-form .btn-primary[disabled],
.rcw-form .btn-primary.disabled:hover,
.rcw-form .btn-primary[disabled]:hover,
.rcw-form .btn-primary.disabled:focus,
.rcw-form .btn-primary[disabled]:focus,
.rcw-form .btn-primary.disabled:active,
.rcw-form .btn-primary[disabled]:active,
.rcw-form .btn-primary.disabled.active,
.rcw-form .btn-primary[disabled].active {
  background-color: #8ea8ba;
  -webkit-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  -moz-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  box-shadow: inset 0 -2px 0 0 #7f9cb0;
  }
.rcw-form .btn-primary.disabled .btn-icon-left,
.rcw-form .btn-primary[disabled] .btn-icon-left,
.rcw-form .btn-primary.disabled:hover .btn-icon-left,
.rcw-form .btn-primary[disabled]:hover .btn-icon-left,
.rcw-form .btn-primary.disabled:focus .btn-icon-left,
.rcw-form .btn-primary[disabled]:focus .btn-icon-left,
.rcw-form .btn-primary.disabled:active .btn-icon-left,
.rcw-form .btn-primary[disabled]:active .btn-icon-left,
.rcw-form .btn-primary.disabled.active .btn-icon-left,
.rcw-form .btn-primary[disabled].active .btn-icon-left,
.rcw-form .btn-primary.disabled .btn-icon-right,
.rcw-form .btn-primary[disabled] .btn-icon-right,
.rcw-form .btn-primary.disabled:hover .btn-icon-right,
.rcw-form .btn-primary[disabled]:hover .btn-icon-right,
.rcw-form .btn-primary.disabled:focus .btn-icon-right,
.rcw-form .btn-primary[disabled]:focus .btn-icon-right,
.rcw-form .btn-primary.disabled:active .btn-icon-right,
.rcw-form .btn-primary[disabled]:active .btn-icon-right,
.rcw-form .btn-primary.disabled.active .btn-icon-right,
.rcw-form .btn-primary[disabled].active .btn-icon-right {
  background-color: #7f9cb0;
  -webkit-box-shadow: inset 0 -2px 0 0 #6f90a6;
  -moz-box-shadow: inset 0 -2px 0 0 #6f90a6;
  box-shadow: inset 0 -2px 0 0 #6f90a6;
  }
.rcw-form .btn-warning {
  color: #fff;
  background-color: #f39c12;
  -webkit-box-shadow: inset 0 -2px 0 0 #e08e0b;
  -moz-box-shadow: inset 0 -2px 0 0 #e08e0b;
  box-shadow: inset 0 -2px 0 0 #e08e0b;
  }
.rcw-form .btn-warning .btn-icon-left,
.rcw-form .btn-warning .btn-icon-right {
  background-color: #e08e0b;
  -webkit-box-shadow: inset 0 -2px 0 0 #c87f0a;
  -moz-box-shadow: inset 0 -2px 0 0 #c87f0a;
  box-shadow: inset 0 -2px 0 0 #c87f0a;
  }
.rcw-form .btn-warning:hover,
.rcw-form .btn-warning:focus {
  background-color: #f4a62a;
  -webkit-box-shadow: inset 0 -2px 0 0 #f39c12;
  -moz-box-shadow: inset 0 -2px 0 0 #f39c12;
  box-shadow: inset 0 -2px 0 0 #f39c12;
  }
.rcw-form .btn-warning:hover .btn-icon-left,
.rcw-form .btn-warning:focus .btn-icon-left,
.rcw-form .btn-warning:hover .btn-icon-right,
.rcw-form .btn-warning:focus .btn-icon-right {
  background-color: #f39c12;
  -webkit-box-shadow: inset 0 -2px 0 0 #e08e0b;
  -moz-box-shadow: inset 0 -2px 0 0 #e08e0b;
  box-shadow: inset 0 -2px 0 0 #e08e0b;
  }
.rcw-form .btn-warning:active,
.rcw-form .btn-warning.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-warning:active .btn-icon-left,
.rcw-form .btn-warning.active .btn-icon-left,
.rcw-form .btn-warning:active .btn-icon-right,
.rcw-form .btn-warning.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-warning.disabled,
.rcw-form .btn-warning[disabled],
.rcw-form .btn-warning.disabled:hover,
.rcw-form .btn-warning[disabled]:hover,
.rcw-form .btn-warning.disabled:focus,
.rcw-form .btn-warning[disabled]:focus,
.rcw-form .btn-warning.disabled:active,
.rcw-form .btn-warning[disabled]:active,
.rcw-form .btn-warning.disabled.active,
.rcw-form .btn-warning[disabled].active {
  background-color: #dbbe90;
  -webkit-box-shadow: inset 0 -2px 0 0 #d4b37d;
  -moz-box-shadow: inset 0 -2px 0 0 #d4b37d;
  box-shadow: inset 0 -2px 0 0 #d4b37d;
  }
.rcw-form .btn-warning.disabled .btn-icon-left,
.rcw-form .btn-warning[disabled] .btn-icon-left,
.rcw-form .btn-warning.disabled:hover .btn-icon-left,
.rcw-form .btn-warning[disabled]:hover .btn-icon-left,
.rcw-form .btn-warning.disabled:focus .btn-icon-left,
.rcw-form .btn-warning[disabled]:focus .btn-icon-left,
.rcw-form .btn-warning.disabled:active .btn-icon-left,
.rcw-form .btn-warning[disabled]:active .btn-icon-left,
.rcw-form .btn-warning.disabled.active .btn-icon-left,
.rcw-form .btn-warning[disabled].active .btn-icon-left,
.rcw-form .btn-warning.disabled .btn-icon-right,
.rcw-form .btn-warning[disabled] .btn-icon-right,
.rcw-form .btn-warning.disabled:hover .btn-icon-right,
.rcw-form .btn-warning[disabled]:hover .btn-icon-right,
.rcw-form .btn-warning.disabled:focus .btn-icon-right,
.rcw-form .btn-warning[disabled]:focus .btn-icon-right,
.rcw-form .btn-warning.disabled:active .btn-icon-right,
.rcw-form .btn-warning[disabled]:active .btn-icon-right,
.rcw-form .btn-warning.disabled.active .btn-icon-right,
.rcw-form .btn-warning[disabled].active .btn-icon-right {
  background-color: #d4b37d;
  -webkit-box-shadow: inset 0 -2px 0 0 #cea76a;
  -moz-box-shadow: inset 0 -2px 0 0 #cea76a;
  box-shadow: inset 0 -2px 0 0 #cea76a;
  }
.rcw-form .btn-info {
  color: #fff;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 -2px 0 0 #258cd1;
  -moz-box-shadow: inset 0 -2px 0 0 #258cd1;
  box-shadow: inset 0 -2px 0 0 #258cd1;
  }
.rcw-form .btn-info .btn-icon-left,
.rcw-form .btn-info .btn-icon-right {
  background-color: #258cd1;
  -webkit-box-shadow: inset 0 -2px 0 0 #217dbb;
  -moz-box-shadow: inset 0 -2px 0 0 #217dbb;
  box-shadow: inset 0 -2px 0 0 #217dbb;
  }
.rcw-form .btn-info:hover,
.rcw-form .btn-info:focus {
  background-color: #4aa3df;
  -webkit-box-shadow: inset 0 -2px 0 0 #3498db;
  -moz-box-shadow: inset 0 -2px 0 0 #3498db;
  box-shadow: inset 0 -2px 0 0 #3498db;
  }
.rcw-form .btn-info:hover .btn-icon-left,
.rcw-form .btn-info:focus .btn-icon-left,
.rcw-form .btn-info:hover .btn-icon-right,
.rcw-form .btn-info:focus .btn-icon-right {
  background-color: #3498db;
  -webkit-box-shadow: inset 0 -2px 0 0 #258cd1;
  -moz-box-shadow: inset 0 -2px 0 0 #258cd1;
  box-shadow: inset 0 -2px 0 0 #258cd1;
  }
.rcw-form .btn-info:active,
.rcw-form .btn-info.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-info:active .btn-icon-left,
.rcw-form .btn-info.active .btn-icon-left,
.rcw-form .btn-info:active .btn-icon-right,
.rcw-form .btn-info.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-info.disabled,
.rcw-form .btn-info[disabled],
.rcw-form .btn-info.disabled:hover,
.rcw-form .btn-info[disabled]:hover,
.rcw-form .btn-info.disabled:focus,
.rcw-form .btn-info[disabled]:focus,
.rcw-form .btn-info.disabled:active,
.rcw-form .btn-info[disabled]:active,
.rcw-form .btn-info.disabled.active,
.rcw-form .btn-info[disabled].active {
  background-color: #a6bfcf;
  -webkit-box-shadow: inset 0 -2px 0 0 #95b3c6;
  -moz-box-shadow: inset 0 -2px 0 0 #95b3c6;
  box-shadow: inset 0 -2px 0 0 #95b3c6;
  }
.rcw-form .btn-info.disabled .btn-icon-left,
.rcw-form .btn-info[disabled] .btn-icon-left,
.rcw-form .btn-info.disabled:hover .btn-icon-left,
.rcw-form .btn-info[disabled]:hover .btn-icon-left,
.rcw-form .btn-info.disabled:focus .btn-icon-left,
.rcw-form .btn-info[disabled]:focus .btn-icon-left,
.rcw-form .btn-info.disabled:active .btn-icon-left,
.rcw-form .btn-info[disabled]:active .btn-icon-left,
.rcw-form .btn-info.disabled.active .btn-icon-left,
.rcw-form .btn-info[disabled].active .btn-icon-left,
.rcw-form .btn-info.disabled .btn-icon-right,
.rcw-form .btn-info[disabled] .btn-icon-right,
.rcw-form .btn-info.disabled:hover .btn-icon-right,
.rcw-form .btn-info[disabled]:hover .btn-icon-right,
.rcw-form .btn-info.disabled:focus .btn-icon-right,
.rcw-form .btn-info[disabled]:focus .btn-icon-right,
.rcw-form .btn-info.disabled:active .btn-icon-right,
.rcw-form .btn-info[disabled]:active .btn-icon-right,
.rcw-form .btn-info.disabled.active .btn-icon-right,
.rcw-form .btn-info[disabled].active .btn-icon-right {
  background-color: #95b3c6;
  -webkit-box-shadow: inset 0 -2px 0 0 #85a7bd;
  -moz-box-shadow: inset 0 -2px 0 0 #85a7bd;
  box-shadow: inset 0 -2px 0 0 #85a7bd;
  }
.rcw-form .btn-danger {
  color: #fff;
  background-color: #c0392b;
  -webkit-box-shadow: inset 0 -2px 0 0 #ab3326;
  -moz-box-shadow: inset 0 -2px 0 0 #ab3326;
  box-shadow: inset 0 -2px 0 0 #ab3326;
  }
.rcw-form .btn-danger .btn-icon-left,
.rcw-form .btn-danger .btn-icon-right {
  background-color: #ab3326;
  -webkit-box-shadow: inset 0 -2px 0 0 #962d22;
  -moz-box-shadow: inset 0 -2px 0 0 #962d22;
  box-shadow: inset 0 -2px 0 0 #962d22;
  }
.rcw-form .btn-danger:hover,
.rcw-form .btn-danger:focus {
  background-color: #d14233;
  -webkit-box-shadow: inset 0 -2px 0 0 #c0392b;
  -moz-box-shadow: inset 0 -2px 0 0 #c0392b;
  box-shadow: inset 0 -2px 0 0 #c0392b;
  }
.rcw-form .btn-danger:hover .btn-icon-left,
.rcw-form .btn-danger:focus .btn-icon-left,
.rcw-form .btn-danger:hover .btn-icon-right,
.rcw-form .btn-danger:focus .btn-icon-right {
  background-color: #c0392b;
  -webkit-box-shadow: inset 0 -2px 0 0 #ab3326;
  -moz-box-shadow: inset 0 -2px 0 0 #ab3326;
  box-shadow: inset 0 -2px 0 0 #ab3326;
  }
.rcw-form .btn-danger:active,
.rcw-form .btn-danger.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-danger:active .btn-icon-left,
.rcw-form .btn-danger.active .btn-icon-left,
.rcw-form .btn-danger:active .btn-icon-right,
.rcw-form .btn-danger.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-danger.disabled,
.rcw-form .btn-danger[disabled],
.rcw-form .btn-danger.disabled:hover,
.rcw-form .btn-danger[disabled]:hover,
.rcw-form .btn-danger.disabled:focus,
.rcw-form .btn-danger[disabled]:focus,
.rcw-form .btn-danger.disabled:active,
.rcw-form .btn-danger[disabled]:active,
.rcw-form .btn-danger.disabled.active,
.rcw-form .btn-danger[disabled].active {
  background-color: #bd9894;
  -webkit-box-shadow: inset 0 -2px 0 0 #b38985;
  -moz-box-shadow: inset 0 -2px 0 0 #b38985;
  box-shadow: inset 0 -2px 0 0 #b38985;
  }
.rcw-form .btn-danger.disabled .btn-icon-left,
.rcw-form .btn-danger[disabled] .btn-icon-left,
.rcw-form .btn-danger.disabled:hover .btn-icon-left,
.rcw-form .btn-danger[disabled]:hover .btn-icon-left,
.rcw-form .btn-danger.disabled:focus .btn-icon-left,
.rcw-form .btn-danger[disabled]:focus .btn-icon-left,
.rcw-form .btn-danger.disabled:active .btn-icon-left,
.rcw-form .btn-danger[disabled]:active .btn-icon-left,
.rcw-form .btn-danger.disabled.active .btn-icon-left,
.rcw-form .btn-danger[disabled].active .btn-icon-left,
.rcw-form .btn-danger.disabled .btn-icon-right,
.rcw-form .btn-danger[disabled] .btn-icon-right,
.rcw-form .btn-danger.disabled:hover .btn-icon-right,
.rcw-form .btn-danger[disabled]:hover .btn-icon-right,
.rcw-form .btn-danger.disabled:focus .btn-icon-right,
.rcw-form .btn-danger[disabled]:focus .btn-icon-right,
.rcw-form .btn-danger.disabled:active .btn-icon-right,
.rcw-form .btn-danger[disabled]:active .btn-icon-right,
.rcw-form .btn-danger.disabled.active .btn-icon-right,
.rcw-form .btn-danger[disabled].active .btn-icon-right {
  background-color: #b38985;
  -webkit-box-shadow: inset 0 -2px 0 0 #a97a75;
  -moz-box-shadow: inset 0 -2px 0 0 #a97a75;
  box-shadow: inset 0 -2px 0 0 #a97a75;
  }
.rcw-form .btn-success {
  color: #fff;
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -2px 0 0 #295;
  -moz-box-shadow: inset 0 -2px 0 0 #295;
  box-shadow: inset 0 -2px 0 0 #295;
  }
.rcw-form .btn-success .btn-icon-left,
.rcw-form .btn-success .btn-icon-right {
  background-color: #295;
  -webkit-box-shadow: inset 0 -2px 0 0 #1e8449;
  -moz-box-shadow: inset 0 -2px 0 0 #1e8449;
  box-shadow: inset 0 -2px 0 0 #1e8449;
  }
.rcw-form .btn-success:hover,
.rcw-form .btn-success:focus {
  background-color: #2cc36b;
  -webkit-box-shadow: inset 0 -2px 0 0 #27ae60;
  -moz-box-shadow: inset 0 -2px 0 0 #27ae60;
  box-shadow: inset 0 -2px 0 0 #27ae60;
  }
.rcw-form .btn-success:hover .btn-icon-left,
.rcw-form .btn-success:focus .btn-icon-left,
.rcw-form .btn-success:hover .btn-icon-right,
.rcw-form .btn-success:focus .btn-icon-right {
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -2px 0 0 #295;
  -moz-box-shadow: inset 0 -2px 0 0 #295;
  box-shadow: inset 0 -2px 0 0 #295;
  }
.rcw-form .btn-success:active,
.rcw-form .btn-success.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-success:active .btn-icon-left,
.rcw-form .btn-success.active .btn-icon-left,
.rcw-form .btn-success:active .btn-icon-right,
.rcw-form .btn-success.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-success.disabled,
.rcw-form .btn-success[disabled],
.rcw-form .btn-success.disabled:hover,
.rcw-form .btn-success[disabled]:hover,
.rcw-form .btn-success.disabled:focus,
.rcw-form .btn-success[disabled]:focus,
.rcw-form .btn-success.disabled:active,
.rcw-form .btn-success[disabled]:active,
.rcw-form .btn-success.disabled.active,
.rcw-form .btn-success[disabled].active {
  background-color: #87b49a;
  -webkit-box-shadow: inset 0 -2px 0 0 #77ab8d;
  -moz-box-shadow: inset 0 -2px 0 0 #77ab8d;
  box-shadow: inset 0 -2px 0 0 #77ab8d;
  }
.rcw-form .btn-success.disabled .btn-icon-left,
.rcw-form .btn-success[disabled] .btn-icon-left,
.rcw-form .btn-success.disabled:hover .btn-icon-left,
.rcw-form .btn-success[disabled]:hover .btn-icon-left,
.rcw-form .btn-success.disabled:focus .btn-icon-left,
.rcw-form .btn-success[disabled]:focus .btn-icon-left,
.rcw-form .btn-success.disabled:active .btn-icon-left,
.rcw-form .btn-success[disabled]:active .btn-icon-left,
.rcw-form .btn-success.disabled.active .btn-icon-left,
.rcw-form .btn-success[disabled].active .btn-icon-left,
.rcw-form .btn-success.disabled .btn-icon-right,
.rcw-form .btn-success[disabled] .btn-icon-right,
.rcw-form .btn-success.disabled:hover .btn-icon-right,
.rcw-form .btn-success[disabled]:hover .btn-icon-right,
.rcw-form .btn-success.disabled:focus .btn-icon-right,
.rcw-form .btn-success[disabled]:focus .btn-icon-right,
.rcw-form .btn-success.disabled:active .btn-icon-right,
.rcw-form .btn-success[disabled]:active .btn-icon-right,
.rcw-form .btn-success.disabled.active .btn-icon-right,
.rcw-form .btn-success[disabled].active .btn-icon-right {
  background-color: #77ab8d;
  -webkit-box-shadow: inset 0 -2px 0 0 #67a180;
  -moz-box-shadow: inset 0 -2px 0 0 #67a180;
  box-shadow: inset 0 -2px 0 0 #67a180;
  }
.rcw-form .btn-facebook {
  color: #fff;
  background-color: #395693;
  -webkit-box-shadow: inset 0 -2px 0 0 #324b81;
  -moz-box-shadow: inset 0 -2px 0 0 #324b81;
  box-shadow: inset 0 -2px 0 0 #324b81;
  }
.rcw-form .btn-facebook .btn-icon-left,
.rcw-form .btn-facebook .btn-icon-right {
  background-color: #324b81;
  -webkit-box-shadow: inset 0 -2px 0 0 #2b406e;
  -moz-box-shadow: inset 0 -2px 0 0 #2b406e;
  box-shadow: inset 0 -2px 0 0 #2b406e;
  }
.rcw-form .btn-facebook:hover,
.rcw-form .btn-facebook:focus {
  background-color: #4061a5;
  -webkit-box-shadow: inset 0 -2px 0 0 #395693;
  -moz-box-shadow: inset 0 -2px 0 0 #395693;
  box-shadow: inset 0 -2px 0 0 #395693;
  }
.rcw-form .btn-facebook:hover .btn-icon-left,
.rcw-form .btn-facebook:focus .btn-icon-left,
.rcw-form .btn-facebook:hover .btn-icon-right,
.rcw-form .btn-facebook:focus .btn-icon-right {
  background-color: #395693;
  -webkit-box-shadow: inset 0 -2px 0 0 #324b81;
  -moz-box-shadow: inset 0 -2px 0 0 #324b81;
  box-shadow: inset 0 -2px 0 0 #324b81;
  }
.rcw-form .btn-facebook:active,
.rcw-form .btn-facebook.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-facebook:active .btn-icon-left,
.rcw-form .btn-facebook.active .btn-icon-left,
.rcw-form .btn-facebook:active .btn-icon-right,
.rcw-form .btn-facebook.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-facebook.disabled,
.rcw-form .btn-facebook[disabled],
.rcw-form .btn-facebook.disabled:hover,
.rcw-form .btn-facebook[disabled]:hover,
.rcw-form .btn-facebook.disabled:focus,
.rcw-form .btn-facebook[disabled]:focus,
.rcw-form .btn-facebook.disabled:active,
.rcw-form .btn-facebook[disabled]:active,
.rcw-form .btn-facebook.disabled.active,
.rcw-form .btn-facebook[disabled].active {
  background-color: #95989d;
  -webkit-box-shadow: inset 0 -2px 0 0 #888b91;
  -moz-box-shadow: inset 0 -2px 0 0 #888b91;
  box-shadow: inset 0 -2px 0 0 #888b91;
  }
.rcw-form .btn-facebook.disabled .btn-icon-left,
.rcw-form .btn-facebook[disabled] .btn-icon-left,
.rcw-form .btn-facebook.disabled:hover .btn-icon-left,
.rcw-form .btn-facebook[disabled]:hover .btn-icon-left,
.rcw-form .btn-facebook.disabled:focus .btn-icon-left,
.rcw-form .btn-facebook[disabled]:focus .btn-icon-left,
.rcw-form .btn-facebook.disabled:active .btn-icon-left,
.rcw-form .btn-facebook[disabled]:active .btn-icon-left,
.rcw-form .btn-facebook.disabled.active .btn-icon-left,
.rcw-form .btn-facebook[disabled].active .btn-icon-left,
.rcw-form .btn-facebook.disabled .btn-icon-right,
.rcw-form .btn-facebook[disabled] .btn-icon-right,
.rcw-form .btn-facebook.disabled:hover .btn-icon-right,
.rcw-form .btn-facebook[disabled]:hover .btn-icon-right,
.rcw-form .btn-facebook.disabled:focus .btn-icon-right,
.rcw-form .btn-facebook[disabled]:focus .btn-icon-right,
.rcw-form .btn-facebook.disabled:active .btn-icon-right,
.rcw-form .btn-facebook[disabled]:active .btn-icon-right,
.rcw-form .btn-facebook.disabled.active .btn-icon-right,
.rcw-form .btn-facebook[disabled].active .btn-icon-right {
  background-color: #888b91;
  -webkit-box-shadow: inset 0 -2px 0 0 #7a7e85;
  -moz-box-shadow: inset 0 -2px 0 0 #7a7e85;
  box-shadow: inset 0 -2px 0 0 #7a7e85;
  }
.rcw-form .btn-googleplus {
  color: #fff;
  background-color: #df4a32;
  -webkit-box-shadow: inset 0 -2px 0 0 #d63a21;
  -moz-box-shadow: inset 0 -2px 0 0 #d63a21;
  box-shadow: inset 0 -2px 0 0 #d63a21;
  }
.rcw-form .btn-googleplus .btn-icon-left,
.rcw-form .btn-googleplus .btn-icon-right {
  background-color: #d63a21;
  -webkit-box-shadow: inset 0 -2px 0 0 #c0341e;
  -moz-box-shadow: inset 0 -2px 0 0 #c0341e;
  box-shadow: inset 0 -2px 0 0 #c0341e;
  }
.rcw-form .btn-googleplus:hover,
.rcw-form .btn-googleplus:focus {
  background-color: #e25d48;
  -webkit-box-shadow: inset 0 -2px 0 0 #df4a32;
  -moz-box-shadow: inset 0 -2px 0 0 #df4a32;
  box-shadow: inset 0 -2px 0 0 #df4a32;
  }
.rcw-form .btn-googleplus:hover .btn-icon-left,
.rcw-form .btn-googleplus:focus .btn-icon-left,
.rcw-form .btn-googleplus:hover .btn-icon-right,
.rcw-form .btn-googleplus:focus .btn-icon-right {
  background-color: #df4a32;
  -webkit-box-shadow: inset 0 -2px 0 0 #d63a21;
  -moz-box-shadow: inset 0 -2px 0 0 #d63a21;
  box-shadow: inset 0 -2px 0 0 #d63a21;
  }
.rcw-form .btn-googleplus:active,
.rcw-form .btn-googleplus.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-googleplus:active .btn-icon-left,
.rcw-form .btn-googleplus.active .btn-icon-left,
.rcw-form .btn-googleplus:active .btn-icon-right,
.rcw-form .btn-googleplus.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-googleplus.disabled,
.rcw-form .btn-googleplus[disabled],
.rcw-form .btn-googleplus.disabled:hover,
.rcw-form .btn-googleplus[disabled]:hover,
.rcw-form .btn-googleplus.disabled:focus,
.rcw-form .btn-googleplus[disabled]:focus,
.rcw-form .btn-googleplus.disabled:active,
.rcw-form .btn-googleplus[disabled]:active,
.rcw-form .btn-googleplus.disabled.active,
.rcw-form .btn-googleplus[disabled].active {
  background-color: #d2aba5;
  -webkit-box-shadow: inset 0 -2px 0 0 #c99c94;
  -moz-box-shadow: inset 0 -2px 0 0 #c99c94;
  box-shadow: inset 0 -2px 0 0 #c99c94;
  }
.rcw-form .btn-googleplus.disabled .btn-icon-left,
.rcw-form .btn-googleplus[disabled] .btn-icon-left,
.rcw-form .btn-googleplus.disabled:hover .btn-icon-left,
.rcw-form .btn-googleplus[disabled]:hover .btn-icon-left,
.rcw-form .btn-googleplus.disabled:focus .btn-icon-left,
.rcw-form .btn-googleplus[disabled]:focus .btn-icon-left,
.rcw-form .btn-googleplus.disabled:active .btn-icon-left,
.rcw-form .btn-googleplus[disabled]:active .btn-icon-left,
.rcw-form .btn-googleplus.disabled.active .btn-icon-left,
.rcw-form .btn-googleplus[disabled].active .btn-icon-left,
.rcw-form .btn-googleplus.disabled .btn-icon-right,
.rcw-form .btn-googleplus[disabled] .btn-icon-right,
.rcw-form .btn-googleplus.disabled:hover .btn-icon-right,
.rcw-form .btn-googleplus[disabled]:hover .btn-icon-right,
.rcw-form .btn-googleplus.disabled:focus .btn-icon-right,
.rcw-form .btn-googleplus[disabled]:focus .btn-icon-right,
.rcw-form .btn-googleplus.disabled:active .btn-icon-right,
.rcw-form .btn-googleplus[disabled]:active .btn-icon-right,
.rcw-form .btn-googleplus.disabled.active .btn-icon-right,
.rcw-form .btn-googleplus[disabled].active .btn-icon-right {
  background-color: #c99c94;
  -webkit-box-shadow: inset 0 -2px 0 0 #c18c83;
  -moz-box-shadow: inset 0 -2px 0 0 #c18c83;
  box-shadow: inset 0 -2px 0 0 #c18c83;
  }
.rcw-form .btn-twitter {
  color: #fff;
  background-color: #00acee;
  -webkit-box-shadow: inset 0 -2px 0 0 #009ad5;
  -moz-box-shadow: inset 0 -2px 0 0 #009ad5;
  box-shadow: inset 0 -2px 0 0 #009ad5;
  }
.rcw-form .btn-twitter .btn-icon-left,
.rcw-form .btn-twitter .btn-icon-right {
  background-color: #009ad5;
  -webkit-box-shadow: inset 0 -2px 0 0 #0087bb;
  -moz-box-shadow: inset 0 -2px 0 0 #0087bb;
  box-shadow: inset 0 -2px 0 0 #0087bb;
  }
.rcw-form .btn-twitter:hover,
.rcw-form .btn-twitter:focus {
  background-color: #09bbff;
  -webkit-box-shadow: inset 0 -2px 0 0 #00acee;
  -moz-box-shadow: inset 0 -2px 0 0 #00acee;
  box-shadow: inset 0 -2px 0 0 #00acee;
  }
.rcw-form .btn-twitter:hover .btn-icon-left,
.rcw-form .btn-twitter:focus .btn-icon-left,
.rcw-form .btn-twitter:hover .btn-icon-right,
.rcw-form .btn-twitter:focus .btn-icon-right {
  background-color: #00acee;
  -webkit-box-shadow: inset 0 -2px 0 0 #009ad5;
  -moz-box-shadow: inset 0 -2px 0 0 #009ad5;
  box-shadow: inset 0 -2px 0 0 #009ad5;
  }
.rcw-form .btn-twitter:active,
.rcw-form .btn-twitter.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-twitter:active .btn-icon-left,
.rcw-form .btn-twitter.active .btn-icon-left,
.rcw-form .btn-twitter:active .btn-icon-right,
.rcw-form .btn-twitter.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-twitter.disabled,
.rcw-form .btn-twitter[disabled],
.rcw-form .btn-twitter.disabled:hover,
.rcw-form .btn-twitter[disabled]:hover,
.rcw-form .btn-twitter.disabled:focus,
.rcw-form .btn-twitter[disabled]:focus,
.rcw-form .btn-twitter.disabled:active,
.rcw-form .btn-twitter[disabled]:active,
.rcw-form .btn-twitter.disabled.active,
.rcw-form .btn-twitter[disabled].active {
  background-color: #77c1dd;
  -webkit-box-shadow: inset 0 -2px 0 0 #63b7d8;
  -moz-box-shadow: inset 0 -2px 0 0 #63b7d8;
  box-shadow: inset 0 -2px 0 0 #63b7d8;
  }
.rcw-form .btn-twitter.disabled .btn-icon-left,
.rcw-form .btn-twitter[disabled] .btn-icon-left,
.rcw-form .btn-twitter.disabled:hover .btn-icon-left,
.rcw-form .btn-twitter[disabled]:hover .btn-icon-left,
.rcw-form .btn-twitter.disabled:focus .btn-icon-left,
.rcw-form .btn-twitter[disabled]:focus .btn-icon-left,
.rcw-form .btn-twitter.disabled:active .btn-icon-left,
.rcw-form .btn-twitter[disabled]:active .btn-icon-left,
.rcw-form .btn-twitter.disabled.active .btn-icon-left,
.rcw-form .btn-twitter[disabled].active .btn-icon-left,
.rcw-form .btn-twitter.disabled .btn-icon-right,
.rcw-form .btn-twitter[disabled] .btn-icon-right,
.rcw-form .btn-twitter.disabled:hover .btn-icon-right,
.rcw-form .btn-twitter[disabled]:hover .btn-icon-right,
.rcw-form .btn-twitter.disabled:focus .btn-icon-right,
.rcw-form .btn-twitter[disabled]:focus .btn-icon-right,
.rcw-form .btn-twitter.disabled:active .btn-icon-right,
.rcw-form .btn-twitter[disabled]:active .btn-icon-right,
.rcw-form .btn-twitter.disabled.active .btn-icon-right,
.rcw-form .btn-twitter[disabled].active .btn-icon-right {
  background-color: #63b7d8;
  -webkit-box-shadow: inset 0 -2px 0 0 #4eaed3;
  -moz-box-shadow: inset 0 -2px 0 0 #4eaed3;
  box-shadow: inset 0 -2px 0 0 #4eaed3;
  }
.rcw-form .btn-youtube {
  color: #fff;
  background-color: #cd332d;
  -webkit-box-shadow: inset 0 -2px 0 0 #b82e28;
  -moz-box-shadow: inset 0 -2px 0 0 #b82e28;
  box-shadow: inset 0 -2px 0 0 #b82e28;
  }
.rcw-form .btn-youtube .btn-icon-left,
.rcw-form .btn-youtube .btn-icon-right {
  background-color: #b82e28;
  -webkit-box-shadow: inset 0 -2px 0 0 #a32924;
  -moz-box-shadow: inset 0 -2px 0 0 #a32924;
  box-shadow: inset 0 -2px 0 0 #a32924;
  }
.rcw-form .btn-youtube:hover,
.rcw-form .btn-youtube:focus {
  background-color: #d5443f;
  -webkit-box-shadow: inset 0 -2px 0 0 #cd332d;
  -moz-box-shadow: inset 0 -2px 0 0 #cd332d;
  box-shadow: inset 0 -2px 0 0 #cd332d;
  }
.rcw-form .btn-youtube:hover .btn-icon-left,
.rcw-form .btn-youtube:focus .btn-icon-left,
.rcw-form .btn-youtube:hover .btn-icon-right,
.rcw-form .btn-youtube:focus .btn-icon-right {
  background-color: #cd332d;
  -webkit-box-shadow: inset 0 -2px 0 0 #b82e28;
  -moz-box-shadow: inset 0 -2px 0 0 #b82e28;
  box-shadow: inset 0 -2px 0 0 #b82e28;
  }
.rcw-form .btn-youtube:active,
.rcw-form .btn-youtube.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-youtube:active .btn-icon-left,
.rcw-form .btn-youtube.active .btn-icon-left,
.rcw-form .btn-youtube:active .btn-icon-right,
.rcw-form .btn-youtube.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-youtube.disabled,
.rcw-form .btn-youtube[disabled],
.rcw-form .btn-youtube.disabled:hover,
.rcw-form .btn-youtube[disabled]:hover,
.rcw-form .btn-youtube.disabled:focus,
.rcw-form .btn-youtube[disabled]:focus,
.rcw-form .btn-youtube.disabled:active,
.rcw-form .btn-youtube[disabled]:active,
.rcw-form .btn-youtube.disabled.active,
.rcw-form .btn-youtube[disabled].active {
  background-color: #c39e9d;
  -webkit-box-shadow: inset 0 -2px 0 0 #b98f8d;
  -moz-box-shadow: inset 0 -2px 0 0 #b98f8d;
  box-shadow: inset 0 -2px 0 0 #b98f8d;
  }
.rcw-form .btn-youtube.disabled .btn-icon-left,
.rcw-form .btn-youtube[disabled] .btn-icon-left,
.rcw-form .btn-youtube.disabled:hover .btn-icon-left,
.rcw-form .btn-youtube[disabled]:hover .btn-icon-left,
.rcw-form .btn-youtube.disabled:focus .btn-icon-left,
.rcw-form .btn-youtube[disabled]:focus .btn-icon-left,
.rcw-form .btn-youtube.disabled:active .btn-icon-left,
.rcw-form .btn-youtube[disabled]:active .btn-icon-left,
.rcw-form .btn-youtube.disabled.active .btn-icon-left,
.rcw-form .btn-youtube[disabled].active .btn-icon-left,
.rcw-form .btn-youtube.disabled .btn-icon-right,
.rcw-form .btn-youtube[disabled] .btn-icon-right,
.rcw-form .btn-youtube.disabled:hover .btn-icon-right,
.rcw-form .btn-youtube[disabled]:hover .btn-icon-right,
.rcw-form .btn-youtube.disabled:focus .btn-icon-right,
.rcw-form .btn-youtube[disabled]:focus .btn-icon-right,
.rcw-form .btn-youtube.disabled:active .btn-icon-right,
.rcw-form .btn-youtube[disabled]:active .btn-icon-right,
.rcw-form .btn-youtube.disabled.active .btn-icon-right,
.rcw-form .btn-youtube[disabled].active .btn-icon-right {
  background-color: #b98f8d;
  -webkit-box-shadow: inset 0 -2px 0 0 #b07f7d;
  -moz-box-shadow: inset 0 -2px 0 0 #b07f7d;
  box-shadow: inset 0 -2px 0 0 #b07f7d;
  }
.rcw-form .btn-github {
  color: #fff;
  background-color: #bd2c00;
  -webkit-box-shadow: inset 0 -2px 0 0 #a42600;
  -moz-box-shadow: inset 0 -2px 0 0 #a42600;
  box-shadow: inset 0 -2px 0 0 #a42600;
  }
.rcw-form .btn-github .btn-icon-left,
.rcw-form .btn-github .btn-icon-right {
  background-color: #a42600;
  -webkit-box-shadow: inset 0 -2px 0 0 #8a2000;
  -moz-box-shadow: inset 0 -2px 0 0 #8a2000;
  box-shadow: inset 0 -2px 0 0 #8a2000;
  }
.rcw-form .btn-github:hover,
.rcw-form .btn-github:focus {
  background-color: #d73200;
  -webkit-box-shadow: inset 0 -2px 0 0 #bd2c00;
  -moz-box-shadow: inset 0 -2px 0 0 #bd2c00;
  box-shadow: inset 0 -2px 0 0 #bd2c00;
  }
.rcw-form .btn-github:hover .btn-icon-left,
.rcw-form .btn-github:focus .btn-icon-left,
.rcw-form .btn-github:hover .btn-icon-right,
.rcw-form .btn-github:focus .btn-icon-right {
  background-color: #bd2c00;
  -webkit-box-shadow: inset 0 -2px 0 0 #a42600;
  -moz-box-shadow: inset 0 -2px 0 0 #a42600;
  box-shadow: inset 0 -2px 0 0 #a42600;
  }
.rcw-form .btn-github:active,
.rcw-form .btn-github.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-github:active .btn-icon-left,
.rcw-form .btn-github.active .btn-icon-left,
.rcw-form .btn-github:active .btn-icon-right,
.rcw-form .btn-github.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-github.disabled,
.rcw-form .btn-github[disabled],
.rcw-form .btn-github.disabled:hover,
.rcw-form .btn-github[disabled]:hover,
.rcw-form .btn-github.disabled:focus,
.rcw-form .btn-github[disabled]:focus,
.rcw-form .btn-github.disabled:active,
.rcw-form .btn-github[disabled]:active,
.rcw-form .btn-github.disabled.active,
.rcw-form .btn-github[disabled].active {
  background-color: #d36e50;
  -webkit-box-shadow: inset 0 -2px 0 0 #ce5e3b;
  -moz-box-shadow: inset 0 -2px 0 0 #ce5e3b;
  box-shadow: inset 0 -2px 0 0 #ce5e3b;
  }
.rcw-form .btn-github.disabled .btn-icon-left,
.rcw-form .btn-github[disabled] .btn-icon-left,
.rcw-form .btn-github.disabled:hover .btn-icon-left,
.rcw-form .btn-github[disabled]:hover .btn-icon-left,
.rcw-form .btn-github.disabled:focus .btn-icon-left,
.rcw-form .btn-github[disabled]:focus .btn-icon-left,
.rcw-form .btn-github.disabled:active .btn-icon-left,
.rcw-form .btn-github[disabled]:active .btn-icon-left,
.rcw-form .btn-github.disabled.active .btn-icon-left,
.rcw-form .btn-github[disabled].active .btn-icon-left,
.rcw-form .btn-github.disabled .btn-icon-right,
.rcw-form .btn-github[disabled] .btn-icon-right,
.rcw-form .btn-github.disabled:hover .btn-icon-right,
.rcw-form .btn-github[disabled]:hover .btn-icon-right,
.rcw-form .btn-github.disabled:focus .btn-icon-right,
.rcw-form .btn-github[disabled]:focus .btn-icon-right,
.rcw-form .btn-github.disabled:active .btn-icon-right,
.rcw-form .btn-github[disabled]:active .btn-icon-right,
.rcw-form .btn-github.disabled.active .btn-icon-right,
.rcw-form .btn-github[disabled].active .btn-icon-right {
  background-color: #ce5e3b;
  -webkit-box-shadow: inset 0 -2px 0 0 #c05230;
  -moz-box-shadow: inset 0 -2px 0 0 #c05230;
  box-shadow: inset 0 -2px 0 0 #c05230;
  }
.rcw-form .btn-linkedin {
  color: #fff;
  background-color: #0977b5;
  -webkit-box-shadow: inset 0 -2px 0 0 #08679d;
  -moz-box-shadow: inset 0 -2px 0 0 #08679d;
  box-shadow: inset 0 -2px 0 0 #08679d;
  }
.rcw-form .btn-linkedin .btn-icon-left,
.rcw-form .btn-linkedin .btn-icon-right {
  background-color: #08679d;
  -webkit-box-shadow: inset 0 -2px 0 0 #075784;
  -moz-box-shadow: inset 0 -2px 0 0 #075784;
  box-shadow: inset 0 -2px 0 0 #075784;
  }
.rcw-form .btn-linkedin:hover,
.rcw-form .btn-linkedin:focus {
  background-color: #0a87cd;
  -webkit-box-shadow: inset 0 -2px 0 0 #0977b5;
  -moz-box-shadow: inset 0 -2px 0 0 #0977b5;
  box-shadow: inset 0 -2px 0 0 #0977b5;
  }
.rcw-form .btn-linkedin:hover .btn-icon-left,
.rcw-form .btn-linkedin:focus .btn-icon-left,
.rcw-form .btn-linkedin:hover .btn-icon-right,
.rcw-form .btn-linkedin:focus .btn-icon-right {
  background-color: #0977b5;
  -webkit-box-shadow: inset 0 -2px 0 0 #08679d;
  -moz-box-shadow: inset 0 -2px 0 0 #08679d;
  box-shadow: inset 0 -2px 0 0 #08679d;
  }
.rcw-form .btn-linkedin:active,
.rcw-form .btn-linkedin.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-linkedin:active .btn-icon-left,
.rcw-form .btn-linkedin.active .btn-icon-left,
.rcw-form .btn-linkedin:active .btn-icon-right,
.rcw-form .btn-linkedin.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-linkedin.disabled,
.rcw-form .btn-linkedin[disabled],
.rcw-form .btn-linkedin.disabled:hover,
.rcw-form .btn-linkedin[disabled]:hover,
.rcw-form .btn-linkedin.disabled:focus,
.rcw-form .btn-linkedin[disabled]:focus,
.rcw-form .btn-linkedin.disabled:active,
.rcw-form .btn-linkedin[disabled]:active,
.rcw-form .btn-linkedin.disabled.active,
.rcw-form .btn-linkedin[disabled].active {
  background-color: #5ba1c9;
  -webkit-box-shadow: inset 0 -2px 0 0 #4896c3;
  -moz-box-shadow: inset 0 -2px 0 0 #4896c3;
  box-shadow: inset 0 -2px 0 0 #4896c3;
  }
.rcw-form .btn-linkedin.disabled .btn-icon-left,
.rcw-form .btn-linkedin[disabled] .btn-icon-left,
.rcw-form .btn-linkedin.disabled:hover .btn-icon-left,
.rcw-form .btn-linkedin[disabled]:hover .btn-icon-left,
.rcw-form .btn-linkedin.disabled:focus .btn-icon-left,
.rcw-form .btn-linkedin[disabled]:focus .btn-icon-left,
.rcw-form .btn-linkedin.disabled:active .btn-icon-left,
.rcw-form .btn-linkedin[disabled]:active .btn-icon-left,
.rcw-form .btn-linkedin.disabled.active .btn-icon-left,
.rcw-form .btn-linkedin[disabled].active .btn-icon-left,
.rcw-form .btn-linkedin.disabled .btn-icon-right,
.rcw-form .btn-linkedin[disabled] .btn-icon-right,
.rcw-form .btn-linkedin.disabled:hover .btn-icon-right,
.rcw-form .btn-linkedin[disabled]:hover .btn-icon-right,
.rcw-form .btn-linkedin.disabled:focus .btn-icon-right,
.rcw-form .btn-linkedin[disabled]:focus .btn-icon-right,
.rcw-form .btn-linkedin.disabled:active .btn-icon-right,
.rcw-form .btn-linkedin[disabled]:active .btn-icon-right,
.rcw-form .btn-linkedin.disabled.active .btn-icon-right,
.rcw-form .btn-linkedin[disabled].active .btn-icon-right {
  background-color: #4896c3;
  -webkit-box-shadow: inset 0 -2px 0 0 #3c89b5;
  -moz-box-shadow: inset 0 -2px 0 0 #3c89b5;
  box-shadow: inset 0 -2px 0 0 #3c89b5;
  }
.rcw-form .btn-rss {
  color: #fff;
  background-color: #f79738;
  -webkit-box-shadow: inset 0 -2px 0 0 #f68a1f;
  -moz-box-shadow: inset 0 -2px 0 0 #f68a1f;
  box-shadow: inset 0 -2px 0 0 #f68a1f;
  }
.rcw-form .btn-rss .btn-icon-left,
.rcw-form .btn-rss .btn-icon-right {
  background-color: #f68a1f;
  -webkit-box-shadow: inset 0 -2px 0 0 #f27d0a;
  -moz-box-shadow: inset 0 -2px 0 0 #f27d0a;
  box-shadow: inset 0 -2px 0 0 #f27d0a;
  }
.rcw-form .btn-rss:hover,
.rcw-form .btn-rss:focus {
  background-color: #f8a451;
  -webkit-box-shadow: inset 0 -2px 0 0 #f79738;
  -moz-box-shadow: inset 0 -2px 0 0 #f79738;
  box-shadow: inset 0 -2px 0 0 #f79738;
  }
.rcw-form .btn-rss:hover .btn-icon-left,
.rcw-form .btn-rss:focus .btn-icon-left,
.rcw-form .btn-rss:hover .btn-icon-right,
.rcw-form .btn-rss:focus .btn-icon-right {
  background-color: #f79738;
  -webkit-box-shadow: inset 0 -2px 0 0 #f68a1f;
  -moz-box-shadow: inset 0 -2px 0 0 #f68a1f;
  box-shadow: inset 0 -2px 0 0 #f68a1f;
  }
.rcw-form .btn-rss:active,
.rcw-form .btn-rss.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-rss:active .btn-icon-left,
.rcw-form .btn-rss.active .btn-icon-left,
.rcw-form .btn-rss:active .btn-icon-right,
.rcw-form .btn-rss.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-rss.disabled,
.rcw-form .btn-rss[disabled],
.rcw-form .btn-rss.disabled:hover,
.rcw-form .btn-rss[disabled]:hover,
.rcw-form .btn-rss.disabled:focus,
.rcw-form .btn-rss[disabled]:focus,
.rcw-form .btn-rss.disabled:active,
.rcw-form .btn-rss[disabled]:active,
.rcw-form .btn-rss.disabled.active,
.rcw-form .btn-rss[disabled].active {
  background-color: #e6caaf;
  -webkit-box-shadow: inset 0 -2px 0 0 #e0be9c;
  -moz-box-shadow: inset 0 -2px 0 0 #e0be9c;
  box-shadow: inset 0 -2px 0 0 #e0be9c;
  }
.rcw-form .btn-rss.disabled .btn-icon-left,
.rcw-form .btn-rss[disabled] .btn-icon-left,
.rcw-form .btn-rss.disabled:hover .btn-icon-left,
.rcw-form .btn-rss[disabled]:hover .btn-icon-left,
.rcw-form .btn-rss.disabled:focus .btn-icon-left,
.rcw-form .btn-rss[disabled]:focus .btn-icon-left,
.rcw-form .btn-rss.disabled:active .btn-icon-left,
.rcw-form .btn-rss[disabled]:active .btn-icon-left,
.rcw-form .btn-rss.disabled.active .btn-icon-left,
.rcw-form .btn-rss[disabled].active .btn-icon-left,
.rcw-form .btn-rss.disabled .btn-icon-right,
.rcw-form .btn-rss[disabled] .btn-icon-right,
.rcw-form .btn-rss.disabled:hover .btn-icon-right,
.rcw-form .btn-rss[disabled]:hover .btn-icon-right,
.rcw-form .btn-rss.disabled:focus .btn-icon-right,
.rcw-form .btn-rss[disabled]:focus .btn-icon-right,
.rcw-form .btn-rss.disabled:active .btn-icon-right,
.rcw-form .btn-rss[disabled]:active .btn-icon-right,
.rcw-form .btn-rss.disabled.active .btn-icon-right,
.rcw-form .btn-rss[disabled].active .btn-icon-right {
  background-color: #e0be9c;
  -webkit-box-shadow: inset 0 -2px 0 0 #dab188;
  -moz-box-shadow: inset 0 -2px 0 0 #dab188;
  box-shadow: inset 0 -2px 0 0 #dab188;
  }
.rcw-form .btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  -webkit-box-shadow: inset 0 -2px 0 0 #e7357a;
  -moz-box-shadow: inset 0 -2px 0 0 #e7357a;
  box-shadow: inset 0 -2px 0 0 #e7357a;
  }
.rcw-form .btn-dribbble .btn-icon-left,
.rcw-form .btn-dribbble .btn-icon-right {
  background-color: #e7357a;
  -webkit-box-shadow: inset 0 -2px 0 0 #e51e6b;
  -moz-box-shadow: inset 0 -2px 0 0 #e51e6b;
  box-shadow: inset 0 -2px 0 0 #e51e6b;
  }
.rcw-form .btn-dribbble:hover,
.rcw-form .btn-dribbble:focus {
  background-color: #ed6398;
  -webkit-box-shadow: inset 0 -2px 0 0 #ea4c89;
  -moz-box-shadow: inset 0 -2px 0 0 #ea4c89;
  box-shadow: inset 0 -2px 0 0 #ea4c89;
  }
.rcw-form .btn-dribbble:hover .btn-icon-left,
.rcw-form .btn-dribbble:focus .btn-icon-left,
.rcw-form .btn-dribbble:hover .btn-icon-right,
.rcw-form .btn-dribbble:focus .btn-icon-right {
  background-color: #ea4c89;
  -webkit-box-shadow: inset 0 -2px 0 0 #e7357a;
  -moz-box-shadow: inset 0 -2px 0 0 #e7357a;
  box-shadow: inset 0 -2px 0 0 #e7357a;
  }
.rcw-form .btn-dribbble:active,
.rcw-form .btn-dribbble.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-dribbble:active .btn-icon-left,
.rcw-form .btn-dribbble.active .btn-icon-left,
.rcw-form .btn-dribbble:active .btn-icon-right,
.rcw-form .btn-dribbble.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-dribbble.disabled,
.rcw-form .btn-dribbble[disabled],
.rcw-form .btn-dribbble.disabled:hover,
.rcw-form .btn-dribbble[disabled]:hover,
.rcw-form .btn-dribbble.disabled:focus,
.rcw-form .btn-dribbble[disabled]:focus,
.rcw-form .btn-dribbble.disabled:active,
.rcw-form .btn-dribbble[disabled]:active,
.rcw-form .btn-dribbble.disabled.active,
.rcw-form .btn-dribbble[disabled].active {
  background-color: #e1bbca;
  -webkit-box-shadow: inset 0 -2px 0 0 #d9a9bc;
  -moz-box-shadow: inset 0 -2px 0 0 #d9a9bc;
  box-shadow: inset 0 -2px 0 0 #d9a9bc;
  }
.rcw-form .btn-dribbble.disabled .btn-icon-left,
.rcw-form .btn-dribbble[disabled] .btn-icon-left,
.rcw-form .btn-dribbble.disabled:hover .btn-icon-left,
.rcw-form .btn-dribbble[disabled]:hover .btn-icon-left,
.rcw-form .btn-dribbble.disabled:focus .btn-icon-left,
.rcw-form .btn-dribbble[disabled]:focus .btn-icon-left,
.rcw-form .btn-dribbble.disabled:active .btn-icon-left,
.rcw-form .btn-dribbble[disabled]:active .btn-icon-left,
.rcw-form .btn-dribbble.disabled.active .btn-icon-left,
.rcw-form .btn-dribbble[disabled].active .btn-icon-left,
.rcw-form .btn-dribbble.disabled .btn-icon-right,
.rcw-form .btn-dribbble[disabled] .btn-icon-right,
.rcw-form .btn-dribbble.disabled:hover .btn-icon-right,
.rcw-form .btn-dribbble[disabled]:hover .btn-icon-right,
.rcw-form .btn-dribbble.disabled:focus .btn-icon-right,
.rcw-form .btn-dribbble[disabled]:focus .btn-icon-right,
.rcw-form .btn-dribbble.disabled:active .btn-icon-right,
.rcw-form .btn-dribbble[disabled]:active .btn-icon-right,
.rcw-form .btn-dribbble.disabled.active .btn-icon-right,
.rcw-form .btn-dribbble[disabled].active .btn-icon-right {
  background-color: #d9a9bc;
  -webkit-box-shadow: inset 0 -2px 0 0 #d297ae;
  -moz-box-shadow: inset 0 -2px 0 0 #d297ae;
  box-shadow: inset 0 -2px 0 0 #d297ae;
  }
.rcw-form .btn-flickr {
  color: #fff;
  background-color: #1e75ce;
  -webkit-box-shadow: inset 0 -2px 0 0 #1b68b8;
  -moz-box-shadow: inset 0 -2px 0 0 #1b68b8;
  box-shadow: inset 0 -2px 0 0 #1b68b8;
  }
.rcw-form .btn-flickr .btn-icon-left,
.rcw-form .btn-flickr .btn-icon-right {
  background-color: #1b68b8;
  -webkit-box-shadow: inset 0 -2px 0 0 #185ca1;
  -moz-box-shadow: inset 0 -2px 0 0 #185ca1;
  box-shadow: inset 0 -2px 0 0 #185ca1;
  }
.rcw-form .btn-flickr:hover,
.rcw-form .btn-flickr:focus {
  background-color: #2682df;
  -webkit-box-shadow: inset 0 -2px 0 0 #1e75ce;
  -moz-box-shadow: inset 0 -2px 0 0 #1e75ce;
  box-shadow: inset 0 -2px 0 0 #1e75ce;
  }
.rcw-form .btn-flickr:hover .btn-icon-left,
.rcw-form .btn-flickr:focus .btn-icon-left,
.rcw-form .btn-flickr:hover .btn-icon-right,
.rcw-form .btn-flickr:focus .btn-icon-right {
  background-color: #1e75ce;
  -webkit-box-shadow: inset 0 -2px 0 0 #1b68b8;
  -moz-box-shadow: inset 0 -2px 0 0 #1b68b8;
  box-shadow: inset 0 -2px 0 0 #1b68b8;
  }
.rcw-form .btn-flickr:active,
.rcw-form .btn-flickr.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-flickr:active .btn-icon-left,
.rcw-form .btn-flickr.active .btn-icon-left,
.rcw-form .btn-flickr:active .btn-icon-right,
.rcw-form .btn-flickr.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-flickr.disabled,
.rcw-form .btn-flickr[disabled],
.rcw-form .btn-flickr.disabled:hover,
.rcw-form .btn-flickr[disabled]:hover,
.rcw-form .btn-flickr.disabled:focus,
.rcw-form .btn-flickr[disabled]:focus,
.rcw-form .btn-flickr.disabled:active,
.rcw-form .btn-flickr[disabled]:active,
.rcw-form .btn-flickr.disabled.active,
.rcw-form .btn-flickr[disabled].active {
  background-color: #8ba9c7;
  -webkit-box-shadow: inset 0 -2px 0 0 #7a9cbe;
  -moz-box-shadow: inset 0 -2px 0 0 #7a9cbe;
  box-shadow: inset 0 -2px 0 0 #7a9cbe;
  }
.rcw-form .btn-flickr.disabled .btn-icon-left,
.rcw-form .btn-flickr[disabled] .btn-icon-left,
.rcw-form .btn-flickr.disabled:hover .btn-icon-left,
.rcw-form .btn-flickr[disabled]:hover .btn-icon-left,
.rcw-form .btn-flickr.disabled:focus .btn-icon-left,
.rcw-form .btn-flickr[disabled]:focus .btn-icon-left,
.rcw-form .btn-flickr.disabled:active .btn-icon-left,
.rcw-form .btn-flickr[disabled]:active .btn-icon-left,
.rcw-form .btn-flickr.disabled.active .btn-icon-left,
.rcw-form .btn-flickr[disabled].active .btn-icon-left,
.rcw-form .btn-flickr.disabled .btn-icon-right,
.rcw-form .btn-flickr[disabled] .btn-icon-right,
.rcw-form .btn-flickr.disabled:hover .btn-icon-right,
.rcw-form .btn-flickr[disabled]:hover .btn-icon-right,
.rcw-form .btn-flickr.disabled:focus .btn-icon-right,
.rcw-form .btn-flickr[disabled]:focus .btn-icon-right,
.rcw-form .btn-flickr.disabled:active .btn-icon-right,
.rcw-form .btn-flickr[disabled]:active .btn-icon-right,
.rcw-form .btn-flickr.disabled.active .btn-icon-right,
.rcw-form .btn-flickr[disabled].active .btn-icon-right {
  background-color: #7a9cbe;
  -webkit-box-shadow: inset 0 -2px 0 0 #698fb6;
  -moz-box-shadow: inset 0 -2px 0 0 #698fb6;
  box-shadow: inset 0 -2px 0 0 #698fb6;
  }
.rcw-form .btn-html5 {
  color: #fff;
  background-color: #e34c26;
  -webkit-box-shadow: inset 0 -2px 0 0 #d4411b;
  -moz-box-shadow: inset 0 -2px 0 0 #d4411b;
  box-shadow: inset 0 -2px 0 0 #d4411b;
  }
.rcw-form .btn-html5 .btn-icon-left,
.rcw-form .btn-html5 .btn-icon-right {
  background-color: #d4411b;
  -webkit-box-shadow: inset 0 -2px 0 0 #be3a18;
  -moz-box-shadow: inset 0 -2px 0 0 #be3a18;
  box-shadow: inset 0 -2px 0 0 #be3a18;
  }
.rcw-form .btn-html5:hover,
.rcw-form .btn-html5:focus {
  background-color: #e65f3d;
  -webkit-box-shadow: inset 0 -2px 0 0 #e34c26;
  -moz-box-shadow: inset 0 -2px 0 0 #e34c26;
  box-shadow: inset 0 -2px 0 0 #e34c26;
  }
.rcw-form .btn-html5:hover .btn-icon-left,
.rcw-form .btn-html5:focus .btn-icon-left,
.rcw-form .btn-html5:hover .btn-icon-right,
.rcw-form .btn-html5:focus .btn-icon-right {
  background-color: #e34c26;
  -webkit-box-shadow: inset 0 -2px 0 0 #d4411b;
  -moz-box-shadow: inset 0 -2px 0 0 #d4411b;
  box-shadow: inset 0 -2px 0 0 #d4411b;
  }
.rcw-form .btn-html5:active,
.rcw-form .btn-html5.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-html5:active .btn-icon-left,
.rcw-form .btn-html5.active .btn-icon-left,
.rcw-form .btn-html5:active .btn-icon-right,
.rcw-form .btn-html5.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-html5.disabled,
.rcw-form .btn-html5[disabled],
.rcw-form .btn-html5.disabled:hover,
.rcw-form .btn-html5[disabled]:hover,
.rcw-form .btn-html5.disabled:focus,
.rcw-form .btn-html5[disabled]:focus,
.rcw-form .btn-html5.disabled:active,
.rcw-form .btn-html5[disabled]:active,
.rcw-form .btn-html5.disabled.active,
.rcw-form .btn-html5[disabled].active {
  background-color: #d2a89d;
  -webkit-box-shadow: inset 0 -2px 0 0 #ca988b;
  -moz-box-shadow: inset 0 -2px 0 0 #ca988b;
  box-shadow: inset 0 -2px 0 0 #ca988b;
  }
.rcw-form .btn-html5.disabled .btn-icon-left,
.rcw-form .btn-html5[disabled] .btn-icon-left,
.rcw-form .btn-html5.disabled:hover .btn-icon-left,
.rcw-form .btn-html5[disabled]:hover .btn-icon-left,
.rcw-form .btn-html5.disabled:focus .btn-icon-left,
.rcw-form .btn-html5[disabled]:focus .btn-icon-left,
.rcw-form .btn-html5.disabled:active .btn-icon-left,
.rcw-form .btn-html5[disabled]:active .btn-icon-left,
.rcw-form .btn-html5.disabled.active .btn-icon-left,
.rcw-form .btn-html5[disabled].active .btn-icon-left,
.rcw-form .btn-html5.disabled .btn-icon-right,
.rcw-form .btn-html5[disabled] .btn-icon-right,
.rcw-form .btn-html5.disabled:hover .btn-icon-right,
.rcw-form .btn-html5[disabled]:hover .btn-icon-right,
.rcw-form .btn-html5.disabled:focus .btn-icon-right,
.rcw-form .btn-html5[disabled]:focus .btn-icon-right,
.rcw-form .btn-html5.disabled:active .btn-icon-right,
.rcw-form .btn-html5[disabled]:active .btn-icon-right,
.rcw-form .btn-html5.disabled.active .btn-icon-right,
.rcw-form .btn-html5[disabled].active .btn-icon-right {
  background-color: #ca988b;
  -webkit-box-shadow: inset 0 -2px 0 0 #c2887a;
  -moz-box-shadow: inset 0 -2px 0 0 #c2887a;
  box-shadow: inset 0 -2px 0 0 #c2887a;
  }
.rcw-form .btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  -webkit-box-shadow: inset 0 -2px 0 0 #b51d23;
  -moz-box-shadow: inset 0 -2px 0 0 #b51d23;
  box-shadow: inset 0 -2px 0 0 #b51d23;
  }
.rcw-form .btn-pinterest .btn-icon-left,
.rcw-form .btn-pinterest .btn-icon-right {
  background-color: #b51d23;
  -webkit-box-shadow: inset 0 -2px 0 0 #9f191f;
  -moz-box-shadow: inset 0 -2px 0 0 #9f191f;
  box-shadow: inset 0 -2px 0 0 #9f191f;
  }
.rcw-form .btn-pinterest:hover,
.rcw-form .btn-pinterest:focus {
  background-color: #dd272f;
  -webkit-box-shadow: inset 0 -2px 0 0 #cb2027;
  -moz-box-shadow: inset 0 -2px 0 0 #cb2027;
  box-shadow: inset 0 -2px 0 0 #cb2027;
  }
.rcw-form .btn-pinterest:hover .btn-icon-left,
.rcw-form .btn-pinterest:focus .btn-icon-left,
.rcw-form .btn-pinterest:hover .btn-icon-right,
.rcw-form .btn-pinterest:focus .btn-icon-right {
  background-color: #cb2027;
  -webkit-box-shadow: inset 0 -2px 0 0 #b51d23;
  -moz-box-shadow: inset 0 -2px 0 0 #b51d23;
  box-shadow: inset 0 -2px 0 0 #b51d23;
  }
.rcw-form .btn-pinterest:active,
.rcw-form .btn-pinterest.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-pinterest:active .btn-icon-left,
.rcw-form .btn-pinterest.active .btn-icon-left,
.rcw-form .btn-pinterest:active .btn-icon-right,
.rcw-form .btn-pinterest.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-pinterest.disabled,
.rcw-form .btn-pinterest[disabled],
.rcw-form .btn-pinterest.disabled:hover,
.rcw-form .btn-pinterest[disabled]:hover,
.rcw-form .btn-pinterest.disabled:focus,
.rcw-form .btn-pinterest[disabled]:focus,
.rcw-form .btn-pinterest.disabled:active,
.rcw-form .btn-pinterest[disabled]:active,
.rcw-form .btn-pinterest.disabled.active,
.rcw-form .btn-pinterest[disabled].active {
  background-color: #c58c8e;
  -webkit-box-shadow: inset 0 -2px 0 0 #bc7b7e;
  -moz-box-shadow: inset 0 -2px 0 0 #bc7b7e;
  box-shadow: inset 0 -2px 0 0 #bc7b7e;
  }
.rcw-form .btn-pinterest.disabled .btn-icon-left,
.rcw-form .btn-pinterest[disabled] .btn-icon-left,
.rcw-form .btn-pinterest.disabled:hover .btn-icon-left,
.rcw-form .btn-pinterest[disabled]:hover .btn-icon-left,
.rcw-form .btn-pinterest.disabled:focus .btn-icon-left,
.rcw-form .btn-pinterest[disabled]:focus .btn-icon-left,
.rcw-form .btn-pinterest.disabled:active .btn-icon-left,
.rcw-form .btn-pinterest[disabled]:active .btn-icon-left,
.rcw-form .btn-pinterest.disabled.active .btn-icon-left,
.rcw-form .btn-pinterest[disabled].active .btn-icon-left,
.rcw-form .btn-pinterest.disabled .btn-icon-right,
.rcw-form .btn-pinterest[disabled] .btn-icon-right,
.rcw-form .btn-pinterest.disabled:hover .btn-icon-right,
.rcw-form .btn-pinterest[disabled]:hover .btn-icon-right,
.rcw-form .btn-pinterest.disabled:focus .btn-icon-right,
.rcw-form .btn-pinterest[disabled]:focus .btn-icon-right,
.rcw-form .btn-pinterest.disabled:active .btn-icon-right,
.rcw-form .btn-pinterest[disabled]:active .btn-icon-right,
.rcw-form .btn-pinterest.disabled.active .btn-icon-right,
.rcw-form .btn-pinterest[disabled].active .btn-icon-right {
  background-color: #bc7b7e;
  -webkit-box-shadow: inset 0 -2px 0 0 #b46a6d;
  -moz-box-shadow: inset 0 -2px 0 0 #b46a6d;
  box-shadow: inset 0 -2px 0 0 #b46a6d;
  }
.rcw-form .btn-stackoverflow {
  color: #fff;
  background-color: #f47a20;
  -webkit-box-shadow: inset 0 -2px 0 0 #ef6c0c;
  -moz-box-shadow: inset 0 -2px 0 0 #ef6c0c;
  box-shadow: inset 0 -2px 0 0 #ef6c0c;
  }
.rcw-form .btn-stackoverflow .btn-icon-left,
.rcw-form .btn-stackoverflow .btn-icon-right {
  background-color: #ef6c0c;
  -webkit-box-shadow: inset 0 -2px 0 0 #d6610b;
  -moz-box-shadow: inset 0 -2px 0 0 #d6610b;
  box-shadow: inset 0 -2px 0 0 #d6610b;
  }
.rcw-form .btn-stackoverflow:hover,
.rcw-form .btn-stackoverflow:focus {
  background-color: #f58838;
  -webkit-box-shadow: inset 0 -2px 0 0 #f47a20;
  -moz-box-shadow: inset 0 -2px 0 0 #f47a20;
  box-shadow: inset 0 -2px 0 0 #f47a20;
  }
.rcw-form .btn-stackoverflow:hover .btn-icon-left,
.rcw-form .btn-stackoverflow:focus .btn-icon-left,
.rcw-form .btn-stackoverflow:hover .btn-icon-right,
.rcw-form .btn-stackoverflow:focus .btn-icon-right {
  background-color: #f47a20;
  -webkit-box-shadow: inset 0 -2px 0 0 #ef6c0c;
  -moz-box-shadow: inset 0 -2px 0 0 #ef6c0c;
  box-shadow: inset 0 -2px 0 0 #ef6c0c;
  }
.rcw-form .btn-stackoverflow:active,
.rcw-form .btn-stackoverflow.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-stackoverflow:active .btn-icon-left,
.rcw-form .btn-stackoverflow.active .btn-icon-left,
.rcw-form .btn-stackoverflow:active .btn-icon-right,
.rcw-form .btn-stackoverflow.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-stackoverflow.disabled,
.rcw-form .btn-stackoverflow[disabled],
.rcw-form .btn-stackoverflow.disabled:hover,
.rcw-form .btn-stackoverflow[disabled]:hover,
.rcw-form .btn-stackoverflow.disabled:focus,
.rcw-form .btn-stackoverflow[disabled]:focus,
.rcw-form .btn-stackoverflow.disabled:active,
.rcw-form .btn-stackoverflow[disabled]:active,
.rcw-form .btn-stackoverflow.disabled.active,
.rcw-form .btn-stackoverflow[disabled].active {
  background-color: #deb89c;
  -webkit-box-shadow: inset 0 -2px 0 0 #d8aa88;
  -moz-box-shadow: inset 0 -2px 0 0 #d8aa88;
  box-shadow: inset 0 -2px 0 0 #d8aa88;
  }
.rcw-form .btn-stackoverflow.disabled .btn-icon-left,
.rcw-form .btn-stackoverflow[disabled] .btn-icon-left,
.rcw-form .btn-stackoverflow.disabled:hover .btn-icon-left,
.rcw-form .btn-stackoverflow[disabled]:hover .btn-icon-left,
.rcw-form .btn-stackoverflow.disabled:focus .btn-icon-left,
.rcw-form .btn-stackoverflow[disabled]:focus .btn-icon-left,
.rcw-form .btn-stackoverflow.disabled:active .btn-icon-left,
.rcw-form .btn-stackoverflow[disabled]:active .btn-icon-left,
.rcw-form .btn-stackoverflow.disabled.active .btn-icon-left,
.rcw-form .btn-stackoverflow[disabled].active .btn-icon-left,
.rcw-form .btn-stackoverflow.disabled .btn-icon-right,
.rcw-form .btn-stackoverflow[disabled] .btn-icon-right,
.rcw-form .btn-stackoverflow.disabled:hover .btn-icon-right,
.rcw-form .btn-stackoverflow[disabled]:hover .btn-icon-right,
.rcw-form .btn-stackoverflow.disabled:focus .btn-icon-right,
.rcw-form .btn-stackoverflow[disabled]:focus .btn-icon-right,
.rcw-form .btn-stackoverflow.disabled:active .btn-icon-right,
.rcw-form .btn-stackoverflow[disabled]:active .btn-icon-right,
.rcw-form .btn-stackoverflow.disabled.active .btn-icon-right,
.rcw-form .btn-stackoverflow[disabled].active .btn-icon-right {
  background-color: #d8aa88;
  -webkit-box-shadow: inset 0 -2px 0 0 #d29d75;
  -moz-box-shadow: inset 0 -2px 0 0 #d29d75;
  box-shadow: inset 0 -2px 0 0 #d29d75;
  }
.rcw-form .btn-weibo {
  color: #fff;
  background-color: #e6162d;
  -webkit-box-shadow: inset 0 -2px 0 0 #cf1428;
  -moz-box-shadow: inset 0 -2px 0 0 #cf1428;
  box-shadow: inset 0 -2px 0 0 #cf1428;
  }
.rcw-form .btn-weibo .btn-icon-left,
.rcw-form .btn-weibo .btn-icon-right {
  background-color: #cf1428;
  -webkit-box-shadow: inset 0 -2px 0 0 #b71224;
  -moz-box-shadow: inset 0 -2px 0 0 #b71224;
  box-shadow: inset 0 -2px 0 0 #b71224;
  }
.rcw-form .btn-weibo:hover,
.rcw-form .btn-weibo:focus {
  background-color: #eb2b40;
  -webkit-box-shadow: inset 0 -2px 0 0 #e6162d;
  -moz-box-shadow: inset 0 -2px 0 0 #e6162d;
  box-shadow: inset 0 -2px 0 0 #e6162d;
  }
.rcw-form .btn-weibo:hover .btn-icon-left,
.rcw-form .btn-weibo:focus .btn-icon-left,
.rcw-form .btn-weibo:hover .btn-icon-right,
.rcw-form .btn-weibo:focus .btn-icon-right {
  background-color: #e6162d;
  -webkit-box-shadow: inset 0 -2px 0 0 #cf1428;
  -moz-box-shadow: inset 0 -2px 0 0 #cf1428;
  box-shadow: inset 0 -2px 0 0 #cf1428;
  }
.rcw-form .btn-weibo:active,
.rcw-form .btn-weibo.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-weibo:active .btn-icon-left,
.rcw-form .btn-weibo.active .btn-icon-left,
.rcw-form .btn-weibo:active .btn-icon-right,
.rcw-form .btn-weibo.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-weibo.disabled,
.rcw-form .btn-weibo[disabled],
.rcw-form .btn-weibo.disabled:hover,
.rcw-form .btn-weibo[disabled]:hover,
.rcw-form .btn-weibo.disabled:focus,
.rcw-form .btn-weibo[disabled]:focus,
.rcw-form .btn-weibo.disabled:active,
.rcw-form .btn-weibo[disabled]:active,
.rcw-form .btn-weibo.disabled.active,
.rcw-form .btn-weibo[disabled].active {
  background-color: #d29097;
  -webkit-box-shadow: inset 0 -2px 0 0 #cb7e86;
  -moz-box-shadow: inset 0 -2px 0 0 #cb7e86;
  box-shadow: inset 0 -2px 0 0 #cb7e86;
  }
.rcw-form .btn-weibo.disabled .btn-icon-left,
.rcw-form .btn-weibo[disabled] .btn-icon-left,
.rcw-form .btn-weibo.disabled:hover .btn-icon-left,
.rcw-form .btn-weibo[disabled]:hover .btn-icon-left,
.rcw-form .btn-weibo.disabled:focus .btn-icon-left,
.rcw-form .btn-weibo[disabled]:focus .btn-icon-left,
.rcw-form .btn-weibo.disabled:active .btn-icon-left,
.rcw-form .btn-weibo[disabled]:active .btn-icon-left,
.rcw-form .btn-weibo.disabled.active .btn-icon-left,
.rcw-form .btn-weibo[disabled].active .btn-icon-left,
.rcw-form .btn-weibo.disabled .btn-icon-right,
.rcw-form .btn-weibo[disabled] .btn-icon-right,
.rcw-form .btn-weibo.disabled:hover .btn-icon-right,
.rcw-form .btn-weibo[disabled]:hover .btn-icon-right,
.rcw-form .btn-weibo.disabled:focus .btn-icon-right,
.rcw-form .btn-weibo[disabled]:focus .btn-icon-right,
.rcw-form .btn-weibo.disabled:active .btn-icon-right,
.rcw-form .btn-weibo[disabled]:active .btn-icon-right,
.rcw-form .btn-weibo.disabled.active .btn-icon-right,
.rcw-form .btn-weibo[disabled].active .btn-icon-right {
  background-color: #cb7e86;
  -webkit-box-shadow: inset 0 -2px 0 0 #c46b75;
  -moz-box-shadow: inset 0 -2px 0 0 #c46b75;
  box-shadow: inset 0 -2px 0 0 #c46b75;
  }
.rcw-form .btn-android {
  color: #fff;
  background-color: #9c0;
  -webkit-box-shadow: inset 0 -2px 0 0 #86b300;
  -moz-box-shadow: inset 0 -2px 0 0 #86b300;
  box-shadow: inset 0 -2px 0 0 #86b300;
  }
.rcw-form .btn-android .btn-icon-left,
.rcw-form .btn-android .btn-icon-right {
  background-color: #86b300;
  -webkit-box-shadow: inset 0 -2px 0 0 #739900;
  -moz-box-shadow: inset 0 -2px 0 0 #739900;
  box-shadow: inset 0 -2px 0 0 #739900;
  }
.rcw-form .btn-android:hover,
.rcw-form .btn-android:focus {
  background-color: #ace600;
  -webkit-box-shadow: inset 0 -2px 0 0 #9c0;
  -moz-box-shadow: inset 0 -2px 0 0 #9c0;
  box-shadow: inset 0 -2px 0 0 #9c0;
  }
.rcw-form .btn-android:hover .btn-icon-left,
.rcw-form .btn-android:focus .btn-icon-left,
.rcw-form .btn-android:hover .btn-icon-right,
.rcw-form .btn-android:focus .btn-icon-right {
  background-color: #9c0;
  -webkit-box-shadow: inset 0 -2px 0 0 #86b300;
  -moz-box-shadow: inset 0 -2px 0 0 #86b300;
  box-shadow: inset 0 -2px 0 0 #86b300;
  }
.rcw-form .btn-android:active,
.rcw-form .btn-android.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-android:active .btn-icon-left,
.rcw-form .btn-android.active .btn-icon-left,
.rcw-form .btn-android:active .btn-icon-right,
.rcw-form .btn-android.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-android.disabled,
.rcw-form .btn-android[disabled],
.rcw-form .btn-android.disabled:hover,
.rcw-form .btn-android[disabled]:hover,
.rcw-form .btn-android.disabled:focus,
.rcw-form .btn-android[disabled]:focus,
.rcw-form .btn-android.disabled:active,
.rcw-form .btn-android[disabled]:active,
.rcw-form .btn-android.disabled.active,
.rcw-form .btn-android[disabled].active {
  background-color: #b8d65c;
  -webkit-box-shadow: inset 0 -2px 0 0 #afd147;
  -moz-box-shadow: inset 0 -2px 0 0 #afd147;
  box-shadow: inset 0 -2px 0 0 #afd147;
  }
.rcw-form .btn-android.disabled .btn-icon-left,
.rcw-form .btn-android[disabled] .btn-icon-left,
.rcw-form .btn-android.disabled:hover .btn-icon-left,
.rcw-form .btn-android[disabled]:hover .btn-icon-left,
.rcw-form .btn-android.disabled:focus .btn-icon-left,
.rcw-form .btn-android[disabled]:focus .btn-icon-left,
.rcw-form .btn-android.disabled:active .btn-icon-left,
.rcw-form .btn-android[disabled]:active .btn-icon-left,
.rcw-form .btn-android.disabled.active .btn-icon-left,
.rcw-form .btn-android[disabled].active .btn-icon-left,
.rcw-form .btn-android.disabled .btn-icon-right,
.rcw-form .btn-android[disabled] .btn-icon-right,
.rcw-form .btn-android.disabled:hover .btn-icon-right,
.rcw-form .btn-android[disabled]:hover .btn-icon-right,
.rcw-form .btn-android.disabled:focus .btn-icon-right,
.rcw-form .btn-android[disabled]:focus .btn-icon-right,
.rcw-form .btn-android.disabled:active .btn-icon-right,
.rcw-form .btn-android[disabled]:active .btn-icon-right,
.rcw-form .btn-android.disabled.active .btn-icon-right,
.rcw-form .btn-android[disabled].active .btn-icon-right {
  background-color: #afd147;
  -webkit-box-shadow: inset 0 -2px 0 0 #a6cc33;
  -moz-box-shadow: inset 0 -2px 0 0 #a6cc33;
  box-shadow: inset 0 -2px 0 0 #a6cc33;
  }
.rcw-form .btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  -webkit-box-shadow: inset 0 -2px 0 0 #0070cc;
  -moz-box-shadow: inset 0 -2px 0 0 #0070cc;
  box-shadow: inset 0 -2px 0 0 #0070cc;
  }
.rcw-form .btn-dropbox .btn-icon-left,
.rcw-form .btn-dropbox .btn-icon-right {
  background-color: #0070cc;
  -webkit-box-shadow: inset 0 -2px 0 0 #0062b2;
  -moz-box-shadow: inset 0 -2px 0 0 #0062b2;
  box-shadow: inset 0 -2px 0 0 #0062b2;
  }
.rcw-form .btn-dropbox:hover,
.rcw-form .btn-dropbox:focus {
  background-color: #008cff;
  -webkit-box-shadow: inset 0 -2px 0 0 #007ee5;
  -moz-box-shadow: inset 0 -2px 0 0 #007ee5;
  box-shadow: inset 0 -2px 0 0 #007ee5;
  }
.rcw-form .btn-dropbox:hover .btn-icon-left,
.rcw-form .btn-dropbox:focus .btn-icon-left,
.rcw-form .btn-dropbox:hover .btn-icon-right,
.rcw-form .btn-dropbox:focus .btn-icon-right {
  background-color: #007ee5;
  -webkit-box-shadow: inset 0 -2px 0 0 #0070cc;
  -moz-box-shadow: inset 0 -2px 0 0 #0070cc;
  box-shadow: inset 0 -2px 0 0 #0070cc;
  }
.rcw-form .btn-dropbox:active,
.rcw-form .btn-dropbox.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-dropbox:active .btn-icon-left,
.rcw-form .btn-dropbox.active .btn-icon-left,
.rcw-form .btn-dropbox:active .btn-icon-right,
.rcw-form .btn-dropbox.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-dropbox.disabled,
.rcw-form .btn-dropbox[disabled],
.rcw-form .btn-dropbox.disabled:hover,
.rcw-form .btn-dropbox[disabled]:hover,
.rcw-form .btn-dropbox.disabled:focus,
.rcw-form .btn-dropbox[disabled]:focus,
.rcw-form .btn-dropbox.disabled:active,
.rcw-form .btn-dropbox[disabled]:active,
.rcw-form .btn-dropbox.disabled.active,
.rcw-form .btn-dropbox[disabled].active {
  background-color: #70abdb;
  -webkit-box-shadow: inset 0 -2px 0 0 #5b9fd6;
  -moz-box-shadow: inset 0 -2px 0 0 #5b9fd6;
  box-shadow: inset 0 -2px 0 0 #5b9fd6;
  }
.rcw-form .btn-dropbox.disabled .btn-icon-left,
.rcw-form .btn-dropbox[disabled] .btn-icon-left,
.rcw-form .btn-dropbox.disabled:hover .btn-icon-left,
.rcw-form .btn-dropbox[disabled]:hover .btn-icon-left,
.rcw-form .btn-dropbox.disabled:focus .btn-icon-left,
.rcw-form .btn-dropbox[disabled]:focus .btn-icon-left,
.rcw-form .btn-dropbox.disabled:active .btn-icon-left,
.rcw-form .btn-dropbox[disabled]:active .btn-icon-left,
.rcw-form .btn-dropbox.disabled.active .btn-icon-left,
.rcw-form .btn-dropbox[disabled].active .btn-icon-left,
.rcw-form .btn-dropbox.disabled .btn-icon-right,
.rcw-form .btn-dropbox[disabled] .btn-icon-right,
.rcw-form .btn-dropbox.disabled:hover .btn-icon-right,
.rcw-form .btn-dropbox[disabled]:hover .btn-icon-right,
.rcw-form .btn-dropbox.disabled:focus .btn-icon-right,
.rcw-form .btn-dropbox[disabled]:focus .btn-icon-right,
.rcw-form .btn-dropbox.disabled:active .btn-icon-right,
.rcw-form .btn-dropbox[disabled]:active .btn-icon-right,
.rcw-form .btn-dropbox.disabled.active .btn-icon-right,
.rcw-form .btn-dropbox[disabled].active .btn-icon-right {
  background-color: #5b9fd6;
  -webkit-box-shadow: inset 0 -2px 0 0 #4793d1;
  -moz-box-shadow: inset 0 -2px 0 0 #4793d1;
  box-shadow: inset 0 -2px 0 0 #4793d1;
  }
.rcw-form .btn-foursquare {
  color: #fff;
  background-color: #1db0ec;
  -webkit-box-shadow: inset 0 -2px 0 0 #13a2dd;
  -moz-box-shadow: inset 0 -2px 0 0 #13a2dd;
  box-shadow: inset 0 -2px 0 0 #13a2dd;
  }
.rcw-form .btn-foursquare .btn-icon-left,
.rcw-form .btn-foursquare .btn-icon-right {
  background-color: #13a2dd;
  -webkit-box-shadow: inset 0 -2px 0 0 #1191c5;
  -moz-box-shadow: inset 0 -2px 0 0 #1191c5;
  box-shadow: inset 0 -2px 0 0 #1191c5;
  }
.rcw-form .btn-foursquare:hover,
.rcw-form .btn-foursquare:focus {
  background-color: #35b8ee;
  -webkit-box-shadow: inset 0 -2px 0 0 #1db0ec;
  -moz-box-shadow: inset 0 -2px 0 0 #1db0ec;
  box-shadow: inset 0 -2px 0 0 #1db0ec;
  }
.rcw-form .btn-foursquare:hover .btn-icon-left,
.rcw-form .btn-foursquare:focus .btn-icon-left,
.rcw-form .btn-foursquare:hover .btn-icon-right,
.rcw-form .btn-foursquare:focus .btn-icon-right {
  background-color: #1db0ec;
  -webkit-box-shadow: inset 0 -2px 0 0 #13a2dd;
  -moz-box-shadow: inset 0 -2px 0 0 #13a2dd;
  box-shadow: inset 0 -2px 0 0 #13a2dd;
  }
.rcw-form .btn-foursquare:active,
.rcw-form .btn-foursquare.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-foursquare:active .btn-icon-left,
.rcw-form .btn-foursquare.active .btn-icon-left,
.rcw-form .btn-foursquare:active .btn-icon-right,
.rcw-form .btn-foursquare.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-foursquare.disabled,
.rcw-form .btn-foursquare[disabled],
.rcw-form .btn-foursquare.disabled:hover,
.rcw-form .btn-foursquare[disabled]:hover,
.rcw-form .btn-foursquare.disabled:focus,
.rcw-form .btn-foursquare[disabled]:focus,
.rcw-form .btn-foursquare.disabled:active,
.rcw-form .btn-foursquare[disabled]:active,
.rcw-form .btn-foursquare.disabled.active,
.rcw-form .btn-foursquare[disabled].active {
  background-color: #98c5d7;
  -webkit-box-shadow: inset 0 -2px 0 0 #85bbd0;
  -moz-box-shadow: inset 0 -2px 0 0 #85bbd0;
  box-shadow: inset 0 -2px 0 0 #85bbd0;
  }
.rcw-form .btn-foursquare.disabled .btn-icon-left,
.rcw-form .btn-foursquare[disabled] .btn-icon-left,
.rcw-form .btn-foursquare.disabled:hover .btn-icon-left,
.rcw-form .btn-foursquare[disabled]:hover .btn-icon-left,
.rcw-form .btn-foursquare.disabled:focus .btn-icon-left,
.rcw-form .btn-foursquare[disabled]:focus .btn-icon-left,
.rcw-form .btn-foursquare.disabled:active .btn-icon-left,
.rcw-form .btn-foursquare[disabled]:active .btn-icon-left,
.rcw-form .btn-foursquare.disabled.active .btn-icon-left,
.rcw-form .btn-foursquare[disabled].active .btn-icon-left,
.rcw-form .btn-foursquare.disabled .btn-icon-right,
.rcw-form .btn-foursquare[disabled] .btn-icon-right,
.rcw-form .btn-foursquare.disabled:hover .btn-icon-right,
.rcw-form .btn-foursquare[disabled]:hover .btn-icon-right,
.rcw-form .btn-foursquare.disabled:focus .btn-icon-right,
.rcw-form .btn-foursquare[disabled]:focus .btn-icon-right,
.rcw-form .btn-foursquare.disabled:active .btn-icon-right,
.rcw-form .btn-foursquare[disabled]:active .btn-icon-right,
.rcw-form .btn-foursquare.disabled.active .btn-icon-right,
.rcw-form .btn-foursquare[disabled].active .btn-icon-right {
  background-color: #85bbd0;
  -webkit-box-shadow: inset 0 -2px 0 0 #73b0c9;
  -moz-box-shadow: inset 0 -2px 0 0 #73b0c9;
  box-shadow: inset 0 -2px 0 0 #73b0c9;
  }
.rcw-form .btn-instagram {
  color: #fff;
  background-color: #3a688f;
  -webkit-box-shadow: inset 0 -2px 0 0 #335b7d;
  -moz-box-shadow: inset 0 -2px 0 0 #335b7d;
  box-shadow: inset 0 -2px 0 0 #335b7d;
  }
.rcw-form .btn-instagram .btn-icon-left,
.rcw-form .btn-instagram .btn-icon-right {
  background-color: #335b7d;
  -webkit-box-shadow: inset 0 -2px 0 0 #2b4e6b;
  -moz-box-shadow: inset 0 -2px 0 0 #2b4e6b;
  box-shadow: inset 0 -2px 0 0 #2b4e6b;
  }
.rcw-form .btn-instagram:hover,
.rcw-form .btn-instagram:focus {
  background-color: #4175a1;
  -webkit-box-shadow: inset 0 -2px 0 0 #3a688f;
  -moz-box-shadow: inset 0 -2px 0 0 #3a688f;
  box-shadow: inset 0 -2px 0 0 #3a688f;
  }
.rcw-form .btn-instagram:hover .btn-icon-left,
.rcw-form .btn-instagram:focus .btn-icon-left,
.rcw-form .btn-instagram:hover .btn-icon-right,
.rcw-form .btn-instagram:focus .btn-icon-right {
  background-color: #3a688f;
  -webkit-box-shadow: inset 0 -2px 0 0 #335b7d;
  -moz-box-shadow: inset 0 -2px 0 0 #335b7d;
  box-shadow: inset 0 -2px 0 0 #335b7d;
  }
.rcw-form .btn-instagram:active,
.rcw-form .btn-instagram.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-instagram:active .btn-icon-left,
.rcw-form .btn-instagram.active .btn-icon-left,
.rcw-form .btn-instagram:active .btn-icon-right,
.rcw-form .btn-instagram.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-instagram.disabled,
.rcw-form .btn-instagram[disabled],
.rcw-form .btn-instagram.disabled:hover,
.rcw-form .btn-instagram[disabled]:hover,
.rcw-form .btn-instagram.disabled:focus,
.rcw-form .btn-instagram[disabled]:focus,
.rcw-form .btn-instagram.disabled:active,
.rcw-form .btn-instagram[disabled]:active,
.rcw-form .btn-instagram.disabled.active,
.rcw-form .btn-instagram[disabled].active {
  background-color: #95989a;
  -webkit-box-shadow: inset 0 -2px 0 0 #888b8d;
  -moz-box-shadow: inset 0 -2px 0 0 #888b8d;
  box-shadow: inset 0 -2px 0 0 #888b8d;
  }
.rcw-form .btn-instagram.disabled .btn-icon-left,
.rcw-form .btn-instagram[disabled] .btn-icon-left,
.rcw-form .btn-instagram.disabled:hover .btn-icon-left,
.rcw-form .btn-instagram[disabled]:hover .btn-icon-left,
.rcw-form .btn-instagram.disabled:focus .btn-icon-left,
.rcw-form .btn-instagram[disabled]:focus .btn-icon-left,
.rcw-form .btn-instagram.disabled:active .btn-icon-left,
.rcw-form .btn-instagram[disabled]:active .btn-icon-left,
.rcw-form .btn-instagram.disabled.active .btn-icon-left,
.rcw-form .btn-instagram[disabled].active .btn-icon-left,
.rcw-form .btn-instagram.disabled .btn-icon-right,
.rcw-form .btn-instagram[disabled] .btn-icon-right,
.rcw-form .btn-instagram.disabled:hover .btn-icon-right,
.rcw-form .btn-instagram[disabled]:hover .btn-icon-right,
.rcw-form .btn-instagram.disabled:focus .btn-icon-right,
.rcw-form .btn-instagram[disabled]:focus .btn-icon-right,
.rcw-form .btn-instagram.disabled:active .btn-icon-right,
.rcw-form .btn-instagram[disabled]:active .btn-icon-right,
.rcw-form .btn-instagram.disabled.active .btn-icon-right,
.rcw-form .btn-instagram[disabled].active .btn-icon-right {
  background-color: #888b8d;
  -webkit-box-shadow: inset 0 -2px 0 0 #7b7e81;
  -moz-box-shadow: inset 0 -2px 0 0 #7b7e81;
  box-shadow: inset 0 -2px 0 0 #7b7e81;
  }
.rcw-form .btn-renren {
  color: #fff;
  background-color: #105ba3;
  -webkit-box-shadow: inset 0 -2px 0 0 #0e4e8c;
  -moz-box-shadow: inset 0 -2px 0 0 #0e4e8c;
  box-shadow: inset 0 -2px 0 0 #0e4e8c;
  }
.rcw-form .btn-renren .btn-icon-left,
.rcw-form .btn-renren .btn-icon-right {
  background-color: #0e4e8c;
  -webkit-box-shadow: inset 0 -2px 0 0 #0b4175;
  -moz-box-shadow: inset 0 -2px 0 0 #0b4175;
  box-shadow: inset 0 -2px 0 0 #0b4175;
  }
.rcw-form .btn-renren:hover,
.rcw-form .btn-renren:focus {
  background-color: #1268ba;
  -webkit-box-shadow: inset 0 -2px 0 0 #105ba3;
  -moz-box-shadow: inset 0 -2px 0 0 #105ba3;
  box-shadow: inset 0 -2px 0 0 #105ba3;
  }
.rcw-form .btn-renren:hover .btn-icon-left,
.rcw-form .btn-renren:focus .btn-icon-left,
.rcw-form .btn-renren:hover .btn-icon-right,
.rcw-form .btn-renren:focus .btn-icon-right {
  background-color: #105ba3;
  -webkit-box-shadow: inset 0 -2px 0 0 #0e4e8c;
  -moz-box-shadow: inset 0 -2px 0 0 #0e4e8c;
  box-shadow: inset 0 -2px 0 0 #0e4e8c;
  }
.rcw-form .btn-renren:active,
.rcw-form .btn-renren.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-renren:active .btn-icon-left,
.rcw-form .btn-renren.active .btn-icon-left,
.rcw-form .btn-renren:active .btn-icon-right,
.rcw-form .btn-renren.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-renren.disabled,
.rcw-form .btn-renren[disabled],
.rcw-form .btn-renren.disabled:hover,
.rcw-form .btn-renren[disabled]:hover,
.rcw-form .btn-renren.disabled:focus,
.rcw-form .btn-renren[disabled]:focus,
.rcw-form .btn-renren.disabled:active,
.rcw-form .btn-renren[disabled]:active,
.rcw-form .btn-renren.disabled.active,
.rcw-form .btn-renren[disabled].active {
  background-color: #5c8dbd;
  -webkit-box-shadow: inset 0 -2px 0 0 #4a81b5;
  -moz-box-shadow: inset 0 -2px 0 0 #4a81b5;
  box-shadow: inset 0 -2px 0 0 #4a81b5;
  }
.rcw-form .btn-renren.disabled .btn-icon-left,
.rcw-form .btn-renren[disabled] .btn-icon-left,
.rcw-form .btn-renren.disabled:hover .btn-icon-left,
.rcw-form .btn-renren[disabled]:hover .btn-icon-left,
.rcw-form .btn-renren.disabled:focus .btn-icon-left,
.rcw-form .btn-renren[disabled]:focus .btn-icon-left,
.rcw-form .btn-renren.disabled:active .btn-icon-left,
.rcw-form .btn-renren[disabled]:active .btn-icon-left,
.rcw-form .btn-renren.disabled.active .btn-icon-left,
.rcw-form .btn-renren[disabled].active .btn-icon-left,
.rcw-form .btn-renren.disabled .btn-icon-right,
.rcw-form .btn-renren[disabled] .btn-icon-right,
.rcw-form .btn-renren.disabled:hover .btn-icon-right,
.rcw-form .btn-renren[disabled]:hover .btn-icon-right,
.rcw-form .btn-renren.disabled:focus .btn-icon-right,
.rcw-form .btn-renren[disabled]:focus .btn-icon-right,
.rcw-form .btn-renren.disabled:active .btn-icon-right,
.rcw-form .btn-renren[disabled]:active .btn-icon-right,
.rcw-form .btn-renren.disabled.active .btn-icon-right,
.rcw-form .btn-renren[disabled].active .btn-icon-right {
  background-color: #4a81b5;
  -webkit-box-shadow: inset 0 -2px 0 0 #4374a3;
  -moz-box-shadow: inset 0 -2px 0 0 #4374a3;
  box-shadow: inset 0 -2px 0 0 #4374a3;
  }
.rcw-form .btn-windows {
  color: #fff;
  background-color: #0cf;
  -webkit-box-shadow: inset 0 -2px 0 0 #00b8e6;
  -moz-box-shadow: inset 0 -2px 0 0 #00b8e6;
  box-shadow: inset 0 -2px 0 0 #00b8e6;
  }
.rcw-form .btn-windows .btn-icon-left,
.rcw-form .btn-windows .btn-icon-right {
  background-color: #00b8e6;
  -webkit-box-shadow: inset 0 -2px 0 0 #00a3cc;
  -moz-box-shadow: inset 0 -2px 0 0 #00a3cc;
  box-shadow: inset 0 -2px 0 0 #00a3cc;
  }
.rcw-form .btn-windows:hover,
.rcw-form .btn-windows:focus {
  background-color: #1ad1ff;
  -webkit-box-shadow: inset 0 -2px 0 0 #0cf;
  -moz-box-shadow: inset 0 -2px 0 0 #0cf;
  box-shadow: inset 0 -2px 0 0 #0cf;
  }
.rcw-form .btn-windows:hover .btn-icon-left,
.rcw-form .btn-windows:focus .btn-icon-left,
.rcw-form .btn-windows:hover .btn-icon-right,
.rcw-form .btn-windows:focus .btn-icon-right {
  background-color: #0cf;
  -webkit-box-shadow: inset 0 -2px 0 0 #00b8e6;
  -moz-box-shadow: inset 0 -2px 0 0 #00b8e6;
  box-shadow: inset 0 -2px 0 0 #00b8e6;
  }
.rcw-form .btn-windows:active,
.rcw-form .btn-windows.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-windows:active .btn-icon-left,
.rcw-form .btn-windows.active .btn-icon-left,
.rcw-form .btn-windows:active .btn-icon-right,
.rcw-form .btn-windows.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-windows.disabled,
.rcw-form .btn-windows[disabled],
.rcw-form .btn-windows.disabled:hover,
.rcw-form .btn-windows[disabled]:hover,
.rcw-form .btn-windows.disabled:focus,
.rcw-form .btn-windows[disabled]:focus,
.rcw-form .btn-windows.disabled:active,
.rcw-form .btn-windows[disabled]:active,
.rcw-form .btn-windows.disabled.active,
.rcw-form .btn-windows[disabled].active {
  background-color: #85cee0;
  -webkit-box-shadow: inset 0 -2px 0 0 #70c6db;
  -moz-box-shadow: inset 0 -2px 0 0 #70c6db;
  box-shadow: inset 0 -2px 0 0 #70c6db;
  }
.rcw-form .btn-windows.disabled .btn-icon-left,
.rcw-form .btn-windows[disabled] .btn-icon-left,
.rcw-form .btn-windows.disabled:hover .btn-icon-left,
.rcw-form .btn-windows[disabled]:hover .btn-icon-left,
.rcw-form .btn-windows.disabled:focus .btn-icon-left,
.rcw-form .btn-windows[disabled]:focus .btn-icon-left,
.rcw-form .btn-windows.disabled:active .btn-icon-left,
.rcw-form .btn-windows[disabled]:active .btn-icon-left,
.rcw-form .btn-windows.disabled.active .btn-icon-left,
.rcw-form .btn-windows[disabled].active .btn-icon-left,
.rcw-form .btn-windows.disabled .btn-icon-right,
.rcw-form .btn-windows[disabled] .btn-icon-right,
.rcw-form .btn-windows.disabled:hover .btn-icon-right,
.rcw-form .btn-windows[disabled]:hover .btn-icon-right,
.rcw-form .btn-windows.disabled:focus .btn-icon-right,
.rcw-form .btn-windows[disabled]:focus .btn-icon-right,
.rcw-form .btn-windows.disabled:active .btn-icon-right,
.rcw-form .btn-windows[disabled]:active .btn-icon-right,
.rcw-form .btn-windows.disabled.active .btn-icon-right,
.rcw-form .btn-windows[disabled].active .btn-icon-right {
  background-color: #70c6db;
  -webkit-box-shadow: inset 0 -2px 0 0 #5cbed6;
  -moz-box-shadow: inset 0 -2px 0 0 #5cbed6;
  box-shadow: inset 0 -2px 0 0 #5cbed6;
  }
.rcw-form .btn-apple {
  color: #fff;
  background-color: #a7a9ab;
  -webkit-box-shadow: inset 0 -2px 0 0 #9a9c9f;
  -moz-box-shadow: inset 0 -2px 0 0 #9a9c9f;
  box-shadow: inset 0 -2px 0 0 #9a9c9f;
  }
.rcw-form .btn-apple .btn-icon-left,
.rcw-form .btn-apple .btn-icon-right {
  background-color: #9a9c9f;
  -webkit-box-shadow: inset 0 -2px 0 0 #8d9092;
  -moz-box-shadow: inset 0 -2px 0 0 #8d9092;
  box-shadow: inset 0 -2px 0 0 #8d9092;
  }
.rcw-form .btn-apple:hover,
.rcw-form .btn-apple:focus {
  background-color: #b4b6b7;
  -webkit-box-shadow: inset 0 -2px 0 0 #a7a9ab;
  -moz-box-shadow: inset 0 -2px 0 0 #a7a9ab;
  box-shadow: inset 0 -2px 0 0 #a7a9ab;
  }
.rcw-form .btn-apple:hover .btn-icon-left,
.rcw-form .btn-apple:focus .btn-icon-left,
.rcw-form .btn-apple:hover .btn-icon-right,
.rcw-form .btn-apple:focus .btn-icon-right {
  background-color: #a7a9ab;
  -webkit-box-shadow: inset 0 -2px 0 0 #9a9c9f;
  -moz-box-shadow: inset 0 -2px 0 0 #9a9c9f;
  box-shadow: inset 0 -2px 0 0 #9a9c9f;
  }
.rcw-form .btn-apple:active,
.rcw-form .btn-apple.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-apple:active .btn-icon-left,
.rcw-form .btn-apple.active .btn-icon-left,
.rcw-form .btn-apple:active .btn-icon-right,
.rcw-form .btn-apple.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-apple.disabled,
.rcw-form .btn-apple[disabled],
.rcw-form .btn-apple.disabled:hover,
.rcw-form .btn-apple[disabled]:hover,
.rcw-form .btn-apple.disabled:focus,
.rcw-form .btn-apple[disabled]:focus,
.rcw-form .btn-apple.disabled:active,
.rcw-form .btn-apple[disabled]:active,
.rcw-form .btn-apple.disabled.active,
.rcw-form .btn-apple[disabled].active {
  background-color: #dcdcdc;
  -webkit-box-shadow: inset 0 -2px 0 0 #cfcfcf;
  -moz-box-shadow: inset 0 -2px 0 0 #cfcfcf;
  box-shadow: inset 0 -2px 0 0 #cfcfcf;
  }
.rcw-form .btn-apple.disabled .btn-icon-left,
.rcw-form .btn-apple[disabled] .btn-icon-left,
.rcw-form .btn-apple.disabled:hover .btn-icon-left,
.rcw-form .btn-apple[disabled]:hover .btn-icon-left,
.rcw-form .btn-apple.disabled:focus .btn-icon-left,
.rcw-form .btn-apple[disabled]:focus .btn-icon-left,
.rcw-form .btn-apple.disabled:active .btn-icon-left,
.rcw-form .btn-apple[disabled]:active .btn-icon-left,
.rcw-form .btn-apple.disabled.active .btn-icon-left,
.rcw-form .btn-apple[disabled].active .btn-icon-left,
.rcw-form .btn-apple.disabled .btn-icon-right,
.rcw-form .btn-apple[disabled] .btn-icon-right,
.rcw-form .btn-apple.disabled:hover .btn-icon-right,
.rcw-form .btn-apple[disabled]:hover .btn-icon-right,
.rcw-form .btn-apple.disabled:focus .btn-icon-right,
.rcw-form .btn-apple[disabled]:focus .btn-icon-right,
.rcw-form .btn-apple.disabled:active .btn-icon-right,
.rcw-form .btn-apple[disabled]:active .btn-icon-right,
.rcw-form .btn-apple.disabled.active .btn-icon-right,
.rcw-form .btn-apple[disabled].active .btn-icon-right {
  background-color: #cfcfcf;
  -webkit-box-shadow: inset 0 -2px 0 0 #c3c3c3;
  -moz-box-shadow: inset 0 -2px 0 0 #c3c3c3;
  box-shadow: inset 0 -2px 0 0 #c3c3c3;
  }
.rcw-form .btn-skype {
  color: #fff;
  background-color: #15adf0;
  -webkit-box-shadow: inset 0 -2px 0 0 #0e9edd;
  -moz-box-shadow: inset 0 -2px 0 0 #0e9edd;
  box-shadow: inset 0 -2px 0 0 #0e9edd;
  }
.rcw-form .btn-skype .btn-icon-left,
.rcw-form .btn-skype .btn-icon-right {
  background-color: #0e9edd;
  -webkit-box-shadow: inset 0 -2px 0 0 #0d8dc5;
  -moz-box-shadow: inset 0 -2px 0 0 #0d8dc5;
  box-shadow: inset 0 -2px 0 0 #0d8dc5;
  }
.rcw-form .btn-skype:hover,
.rcw-form .btn-skype:focus {
  background-color: #2db5f2;
  -webkit-box-shadow: inset 0 -2px 0 0 #15adf0;
  -moz-box-shadow: inset 0 -2px 0 0 #15adf0;
  box-shadow: inset 0 -2px 0 0 #15adf0;
  }
.rcw-form .btn-skype:hover .btn-icon-left,
.rcw-form .btn-skype:focus .btn-icon-left,
.rcw-form .btn-skype:hover .btn-icon-right,
.rcw-form .btn-skype:focus .btn-icon-right {
  background-color: #15adf0;
  -webkit-box-shadow: inset 0 -2px 0 0 #0e9edd;
  -moz-box-shadow: inset 0 -2px 0 0 #0e9edd;
  box-shadow: inset 0 -2px 0 0 #0e9edd;
  }
.rcw-form .btn-skype:active,
.rcw-form .btn-skype.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-skype:active .btn-icon-left,
.rcw-form .btn-skype.active .btn-icon-left,
.rcw-form .btn-skype:active .btn-icon-right,
.rcw-form .btn-skype.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-skype.disabled,
.rcw-form .btn-skype[disabled],
.rcw-form .btn-skype.disabled:hover,
.rcw-form .btn-skype[disabled]:hover,
.rcw-form .btn-skype.disabled:focus,
.rcw-form .btn-skype[disabled]:focus,
.rcw-form .btn-skype.disabled:active,
.rcw-form .btn-skype[disabled]:active,
.rcw-form .btn-skype.disabled.active,
.rcw-form .btn-skype[disabled].active {
  background-color: #92c3d9;
  -webkit-box-shadow: inset 0 -2px 0 0 #7fb9d2;
  -moz-box-shadow: inset 0 -2px 0 0 #7fb9d2;
  box-shadow: inset 0 -2px 0 0 #7fb9d2;
  }
.rcw-form .btn-skype.disabled .btn-icon-left,
.rcw-form .btn-skype[disabled] .btn-icon-left,
.rcw-form .btn-skype.disabled:hover .btn-icon-left,
.rcw-form .btn-skype[disabled]:hover .btn-icon-left,
.rcw-form .btn-skype.disabled:focus .btn-icon-left,
.rcw-form .btn-skype[disabled]:focus .btn-icon-left,
.rcw-form .btn-skype.disabled:active .btn-icon-left,
.rcw-form .btn-skype[disabled]:active .btn-icon-left,
.rcw-form .btn-skype.disabled.active .btn-icon-left,
.rcw-form .btn-skype[disabled].active .btn-icon-left,
.rcw-form .btn-skype.disabled .btn-icon-right,
.rcw-form .btn-skype[disabled] .btn-icon-right,
.rcw-form .btn-skype.disabled:hover .btn-icon-right,
.rcw-form .btn-skype[disabled]:hover .btn-icon-right,
.rcw-form .btn-skype.disabled:focus .btn-icon-right,
.rcw-form .btn-skype[disabled]:focus .btn-icon-right,
.rcw-form .btn-skype.disabled:active .btn-icon-right,
.rcw-form .btn-skype[disabled]:active .btn-icon-right,
.rcw-form .btn-skype.disabled.active .btn-icon-right,
.rcw-form .btn-skype[disabled].active .btn-icon-right {
  background-color: #7fb9d2;
  -webkit-box-shadow: inset 0 -2px 0 0 #6daecb;
  -moz-box-shadow: inset 0 -2px 0 0 #6daecb;
  box-shadow: inset 0 -2px 0 0 #6daecb;
  }
.rcw-form .btn-tumblr {
  color: #fff;
  background-color: #385774;
  -webkit-box-shadow: inset 0 -2px 0 0 #304a63;
  -moz-box-shadow: inset 0 -2px 0 0 #304a63;
  box-shadow: inset 0 -2px 0 0 #304a63;
  }
.rcw-form .btn-tumblr .btn-icon-left,
.rcw-form .btn-tumblr .btn-icon-right {
  background-color: #304a63;
  -webkit-box-shadow: inset 0 -2px 0 0 #273d52;
  -moz-box-shadow: inset 0 -2px 0 0 #273d52;
  box-shadow: inset 0 -2px 0 0 #273d52;
  }
.rcw-form .btn-tumblr:hover,
.rcw-form .btn-tumblr:focus {
  background-color: #406485;
  -webkit-box-shadow: inset 0 -2px 0 0 #385774;
  -moz-box-shadow: inset 0 -2px 0 0 #385774;
  box-shadow: inset 0 -2px 0 0 #385774;
  }
.rcw-form .btn-tumblr:hover .btn-icon-left,
.rcw-form .btn-tumblr:focus .btn-icon-left,
.rcw-form .btn-tumblr:hover .btn-icon-right,
.rcw-form .btn-tumblr:focus .btn-icon-right {
  background-color: #385774;
  -webkit-box-shadow: inset 0 -2px 0 0 #304a63;
  -moz-box-shadow: inset 0 -2px 0 0 #304a63;
  box-shadow: inset 0 -2px 0 0 #304a63;
  }
.rcw-form .btn-tumblr:active,
.rcw-form .btn-tumblr.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-tumblr:active .btn-icon-left,
.rcw-form .btn-tumblr.active .btn-icon-left,
.rcw-form .btn-tumblr:active .btn-icon-right,
.rcw-form .btn-tumblr.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-tumblr.disabled,
.rcw-form .btn-tumblr[disabled],
.rcw-form .btn-tumblr.disabled:hover,
.rcw-form .btn-tumblr[disabled]:hover,
.rcw-form .btn-tumblr.disabled:focus,
.rcw-form .btn-tumblr[disabled]:focus,
.rcw-form .btn-tumblr.disabled:active,
.rcw-form .btn-tumblr[disabled]:active,
.rcw-form .btn-tumblr.disabled.active,
.rcw-form .btn-tumblr[disabled].active {
  background-color: #898989;
  -webkit-box-shadow: inset 0 -2px 0 0 #7c7c7c;
  -moz-box-shadow: inset 0 -2px 0 0 #7c7c7c;
  box-shadow: inset 0 -2px 0 0 #7c7c7c;
  }
.rcw-form .btn-tumblr.disabled .btn-icon-left,
.rcw-form .btn-tumblr[disabled] .btn-icon-left,
.rcw-form .btn-tumblr.disabled:hover .btn-icon-left,
.rcw-form .btn-tumblr[disabled]:hover .btn-icon-left,
.rcw-form .btn-tumblr.disabled:focus .btn-icon-left,
.rcw-form .btn-tumblr[disabled]:focus .btn-icon-left,
.rcw-form .btn-tumblr.disabled:active .btn-icon-left,
.rcw-form .btn-tumblr[disabled]:active .btn-icon-left,
.rcw-form .btn-tumblr.disabled.active .btn-icon-left,
.rcw-form .btn-tumblr[disabled].active .btn-icon-left,
.rcw-form .btn-tumblr.disabled .btn-icon-right,
.rcw-form .btn-tumblr[disabled] .btn-icon-right,
.rcw-form .btn-tumblr.disabled:hover .btn-icon-right,
.rcw-form .btn-tumblr[disabled]:hover .btn-icon-right,
.rcw-form .btn-tumblr.disabled:focus .btn-icon-right,
.rcw-form .btn-tumblr[disabled]:focus .btn-icon-right,
.rcw-form .btn-tumblr.disabled:active .btn-icon-right,
.rcw-form .btn-tumblr[disabled]:active .btn-icon-right,
.rcw-form .btn-tumblr.disabled.active .btn-icon-right,
.rcw-form .btn-tumblr[disabled].active .btn-icon-right {
  background-color: #7c7c7c;
  -webkit-box-shadow: inset 0 -2px 0 0 #707070;
  -moz-box-shadow: inset 0 -2px 0 0 #707070;
  box-shadow: inset 0 -2px 0 0 #707070;
  }
.rcw-form .btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  -webkit-box-shadow: inset 0 -2px 0 0 #14a7d7;
  -moz-box-shadow: inset 0 -2px 0 0 #14a7d7;
  box-shadow: inset 0 -2px 0 0 #14a7d7;
  }
.rcw-form .btn-vimeo .btn-icon-left,
.rcw-form .btn-vimeo .btn-icon-right {
  background-color: #14a7d7;
  -webkit-box-shadow: inset 0 -2px 0 0 #1295bf;
  -moz-box-shadow: inset 0 -2px 0 0 #1295bf;
  box-shadow: inset 0 -2px 0 0 #1295bf;
  }
.rcw-form .btn-vimeo:hover,
.rcw-form .btn-vimeo:focus {
  background-color: #31beec;
  -webkit-box-shadow: inset 0 -2px 0 0 #1ab7ea;
  -moz-box-shadow: inset 0 -2px 0 0 #1ab7ea;
  box-shadow: inset 0 -2px 0 0 #1ab7ea;
  }
.rcw-form .btn-vimeo:hover .btn-icon-left,
.rcw-form .btn-vimeo:focus .btn-icon-left,
.rcw-form .btn-vimeo:hover .btn-icon-right,
.rcw-form .btn-vimeo:focus .btn-icon-right {
  background-color: #1ab7ea;
  -webkit-box-shadow: inset 0 -2px 0 0 #14a7d7;
  -moz-box-shadow: inset 0 -2px 0 0 #14a7d7;
  box-shadow: inset 0 -2px 0 0 #14a7d7;
  }
.rcw-form .btn-vimeo:active,
.rcw-form .btn-vimeo.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-vimeo:active .btn-icon-left,
.rcw-form .btn-vimeo.active .btn-icon-left,
.rcw-form .btn-vimeo:active .btn-icon-right,
.rcw-form .btn-vimeo.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-vimeo.disabled,
.rcw-form .btn-vimeo[disabled],
.rcw-form .btn-vimeo.disabled:hover,
.rcw-form .btn-vimeo[disabled]:hover,
.rcw-form .btn-vimeo.disabled:focus,
.rcw-form .btn-vimeo[disabled]:focus,
.rcw-form .btn-vimeo.disabled:active,
.rcw-form .btn-vimeo[disabled]:active,
.rcw-form .btn-vimeo.disabled.active,
.rcw-form .btn-vimeo[disabled].active {
  background-color: #95c5d5;
  -webkit-box-shadow: inset 0 -2px 0 0 #83bbce;
  -moz-box-shadow: inset 0 -2px 0 0 #83bbce;
  box-shadow: inset 0 -2px 0 0 #83bbce;
  }
.rcw-form .btn-vimeo.disabled .btn-icon-left,
.rcw-form .btn-vimeo[disabled] .btn-icon-left,
.rcw-form .btn-vimeo.disabled:hover .btn-icon-left,
.rcw-form .btn-vimeo[disabled]:hover .btn-icon-left,
.rcw-form .btn-vimeo.disabled:focus .btn-icon-left,
.rcw-form .btn-vimeo[disabled]:focus .btn-icon-left,
.rcw-form .btn-vimeo.disabled:active .btn-icon-left,
.rcw-form .btn-vimeo[disabled]:active .btn-icon-left,
.rcw-form .btn-vimeo.disabled.active .btn-icon-left,
.rcw-form .btn-vimeo[disabled].active .btn-icon-left,
.rcw-form .btn-vimeo.disabled .btn-icon-right,
.rcw-form .btn-vimeo[disabled] .btn-icon-right,
.rcw-form .btn-vimeo.disabled:hover .btn-icon-right,
.rcw-form .btn-vimeo[disabled]:hover .btn-icon-right,
.rcw-form .btn-vimeo.disabled:focus .btn-icon-right,
.rcw-form .btn-vimeo[disabled]:focus .btn-icon-right,
.rcw-form .btn-vimeo.disabled:active .btn-icon-right,
.rcw-form .btn-vimeo[disabled]:active .btn-icon-right,
.rcw-form .btn-vimeo.disabled.active .btn-icon-right,
.rcw-form .btn-vimeo[disabled].active .btn-icon-right {
  background-color: #83bbce;
  -webkit-box-shadow: inset 0 -2px 0 0 #71b1c6;
  -moz-box-shadow: inset 0 -2px 0 0 #71b1c6;
  box-shadow: inset 0 -2px 0 0 #71b1c6;
  }
.rcw-form .btn-xing {
  color: #fff;
  background-color: #036567;
  -webkit-box-shadow: inset 0 -2px 0 0 #024d4e;
  -moz-box-shadow: inset 0 -2px 0 0 #024d4e;
  box-shadow: inset 0 -2px 0 0 #024d4e;
  }
.rcw-form .btn-xing .btn-icon-left,
.rcw-form .btn-xing .btn-icon-right {
  background-color: #024d4e;
  -webkit-box-shadow: inset 0 -2px 0 0 #023435;
  -moz-box-shadow: inset 0 -2px 0 0 #023435;
  box-shadow: inset 0 -2px 0 0 #023435;
  }
.rcw-form .btn-xing:hover,
.rcw-form .btn-xing:focus {
  background-color: #047d80;
  -webkit-box-shadow: inset 0 -2px 0 0 #036567;
  -moz-box-shadow: inset 0 -2px 0 0 #036567;
  box-shadow: inset 0 -2px 0 0 #036567;
  }
.rcw-form .btn-xing:hover .btn-icon-left,
.rcw-form .btn-xing:focus .btn-icon-left,
.rcw-form .btn-xing:hover .btn-icon-right,
.rcw-form .btn-xing:focus .btn-icon-right {
  background-color: #036567;
  -webkit-box-shadow: inset 0 -2px 0 0 #024d4e;
  -moz-box-shadow: inset 0 -2px 0 0 #024d4e;
  box-shadow: inset 0 -2px 0 0 #024d4e;
  }
.rcw-form .btn-xing:active,
.rcw-form .btn-xing.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-xing:active .btn-icon-left,
.rcw-form .btn-xing.active .btn-icon-left,
.rcw-form .btn-xing:active .btn-icon-right,
.rcw-form .btn-xing.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-xing.disabled,
.rcw-form .btn-xing[disabled],
.rcw-form .btn-xing.disabled:hover,
.rcw-form .btn-xing[disabled]:hover,
.rcw-form .btn-xing.disabled:focus,
.rcw-form .btn-xing[disabled]:focus,
.rcw-form .btn-xing.disabled:active,
.rcw-form .btn-xing[disabled]:active,
.rcw-form .btn-xing.disabled.active,
.rcw-form .btn-xing[disabled].active {
  background-color: #2f9ea1;
  -webkit-box-shadow: inset 0 -2px 0 0 #2a8b8d;
  -moz-box-shadow: inset 0 -2px 0 0 #2a8b8d;
  box-shadow: inset 0 -2px 0 0 #2a8b8d;
  }
.rcw-form .btn-xing.disabled .btn-icon-left,
.rcw-form .btn-xing[disabled] .btn-icon-left,
.rcw-form .btn-xing.disabled:hover .btn-icon-left,
.rcw-form .btn-xing[disabled]:hover .btn-icon-left,
.rcw-form .btn-xing.disabled:focus .btn-icon-left,
.rcw-form .btn-xing[disabled]:focus .btn-icon-left,
.rcw-form .btn-xing.disabled:active .btn-icon-left,
.rcw-form .btn-xing[disabled]:active .btn-icon-left,
.rcw-form .btn-xing.disabled.active .btn-icon-left,
.rcw-form .btn-xing[disabled].active .btn-icon-left,
.rcw-form .btn-xing.disabled .btn-icon-right,
.rcw-form .btn-xing[disabled] .btn-icon-right,
.rcw-form .btn-xing.disabled:hover .btn-icon-right,
.rcw-form .btn-xing[disabled]:hover .btn-icon-right,
.rcw-form .btn-xing.disabled:focus .btn-icon-right,
.rcw-form .btn-xing[disabled]:focus .btn-icon-right,
.rcw-form .btn-xing.disabled:active .btn-icon-right,
.rcw-form .btn-xing[disabled]:active .btn-icon-right,
.rcw-form .btn-xing.disabled.active .btn-icon-right,
.rcw-form .btn-xing[disabled].active .btn-icon-right {
  background-color: #2a8b8d;
  -webkit-box-shadow: inset 0 -2px 0 0 #247779;
  -moz-box-shadow: inset 0 -2px 0 0 #247779;
  box-shadow: inset 0 -2px 0 0 #247779;
  }
.rcw-form .btn-css3 {
  color: #fff;
  background-color: #3b9adb;
  -webkit-box-shadow: inset 0 -2px 0 0 #278fd5;
  -moz-box-shadow: inset 0 -2px 0 0 #278fd5;
  box-shadow: inset 0 -2px 0 0 #278fd5;
  }
.rcw-form .btn-css3 .btn-icon-left,
.rcw-form .btn-css3 .btn-icon-right {
  background-color: #278fd5;
  -webkit-box-shadow: inset 0 -2px 0 0 #2380c0;
  -moz-box-shadow: inset 0 -2px 0 0 #2380c0;
  box-shadow: inset 0 -2px 0 0 #2380c0;
  }
.rcw-form .btn-css3:hover,
.rcw-form .btn-css3:focus {
  background-color: #51a5df;
  -webkit-box-shadow: inset 0 -2px 0 0 #3b9adb;
  -moz-box-shadow: inset 0 -2px 0 0 #3b9adb;
  box-shadow: inset 0 -2px 0 0 #3b9adb;
  }
.rcw-form .btn-css3:hover .btn-icon-left,
.rcw-form .btn-css3:focus .btn-icon-left,
.rcw-form .btn-css3:hover .btn-icon-right,
.rcw-form .btn-css3:focus .btn-icon-right {
  background-color: #3b9adb;
  -webkit-box-shadow: inset 0 -2px 0 0 #278fd5;
  -moz-box-shadow: inset 0 -2px 0 0 #278fd5;
  box-shadow: inset 0 -2px 0 0 #278fd5;
  }
.rcw-form .btn-css3:active,
.rcw-form .btn-css3.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-css3:active .btn-icon-left,
.rcw-form .btn-css3.active .btn-icon-left,
.rcw-form .btn-css3:active .btn-icon-right,
.rcw-form .btn-css3.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-css3.disabled,
.rcw-form .btn-css3[disabled],
.rcw-form .btn-css3.disabled:hover,
.rcw-form .btn-css3[disabled]:hover,
.rcw-form .btn-css3.disabled:focus,
.rcw-form .btn-css3[disabled]:focus,
.rcw-form .btn-css3.disabled:active,
.rcw-form .btn-css3[disabled]:active,
.rcw-form .btn-css3.disabled.active,
.rcw-form .btn-css3[disabled].active {
  background-color: #abc2d1;
  -webkit-box-shadow: inset 0 -2px 0 0 #9bb5c8;
  -moz-box-shadow: inset 0 -2px 0 0 #9bb5c8;
  box-shadow: inset 0 -2px 0 0 #9bb5c8;
  }
.rcw-form .btn-css3.disabled .btn-icon-left,
.rcw-form .btn-css3[disabled] .btn-icon-left,
.rcw-form .btn-css3.disabled:hover .btn-icon-left,
.rcw-form .btn-css3[disabled]:hover .btn-icon-left,
.rcw-form .btn-css3.disabled:focus .btn-icon-left,
.rcw-form .btn-css3[disabled]:focus .btn-icon-left,
.rcw-form .btn-css3.disabled:active .btn-icon-left,
.rcw-form .btn-css3[disabled]:active .btn-icon-left,
.rcw-form .btn-css3.disabled.active .btn-icon-left,
.rcw-form .btn-css3[disabled].active .btn-icon-left,
.rcw-form .btn-css3.disabled .btn-icon-right,
.rcw-form .btn-css3[disabled] .btn-icon-right,
.rcw-form .btn-css3.disabled:hover .btn-icon-right,
.rcw-form .btn-css3[disabled]:hover .btn-icon-right,
.rcw-form .btn-css3.disabled:focus .btn-icon-right,
.rcw-form .btn-css3[disabled]:focus .btn-icon-right,
.rcw-form .btn-css3.disabled:active .btn-icon-right,
.rcw-form .btn-css3[disabled]:active .btn-icon-right,
.rcw-form .btn-css3.disabled.active .btn-icon-right,
.rcw-form .btn-css3[disabled].active .btn-icon-right {
  background-color: #9bb5c8;
  -webkit-box-shadow: inset 0 -2px 0 0 #8aa9bf;
  -moz-box-shadow: inset 0 -2px 0 0 #8aa9bf;
  box-shadow: inset 0 -2px 0 0 #8aa9bf;
  }
.rcw-form .btn-vk {
  color: #fff;
  background-color: #54769a;
  -webkit-box-shadow: inset 0 -2px 0 0 #4b698a;
  -moz-box-shadow: inset 0 -2px 0 0 #4b698a;
  box-shadow: inset 0 -2px 0 0 #4b698a;
  }
.rcw-form .btn-vk .btn-icon-left,
.rcw-form .btn-vk .btn-icon-right {
  background-color: #4b698a;
  -webkit-box-shadow: inset 0 -2px 0 0 #425d79;
  -moz-box-shadow: inset 0 -2px 0 0 #425d79;
  box-shadow: inset 0 -2px 0 0 #425d79;
  }
.rcw-form .btn-vk:hover,
.rcw-form .btn-vk:focus {
  background-color: #6083a8;
  -webkit-box-shadow: inset 0 -2px 0 0 #54769a;
  -moz-box-shadow: inset 0 -2px 0 0 #54769a;
  box-shadow: inset 0 -2px 0 0 #54769a;
  }
.rcw-form .btn-vk:hover .btn-icon-left,
.rcw-form .btn-vk:focus .btn-icon-left,
.rcw-form .btn-vk:hover .btn-icon-right,
.rcw-form .btn-vk:focus .btn-icon-right {
  background-color: #54769a;
  -webkit-box-shadow: inset 0 -2px 0 0 #4b698a;
  -moz-box-shadow: inset 0 -2px 0 0 #4b698a;
  box-shadow: inset 0 -2px 0 0 #4b698a;
  }
.rcw-form .btn-vk:active,
.rcw-form .btn-vk.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-vk:active .btn-icon-left,
.rcw-form .btn-vk.active .btn-icon-left,
.rcw-form .btn-vk:active .btn-icon-right,
.rcw-form .btn-vk.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-vk.disabled,
.rcw-form .btn-vk[disabled],
.rcw-form .btn-vk.disabled:hover,
.rcw-form .btn-vk[disabled]:hover,
.rcw-form .btn-vk.disabled:focus,
.rcw-form .btn-vk[disabled]:focus,
.rcw-form .btn-vk.disabled:active,
.rcw-form .btn-vk[disabled]:active,
.rcw-form .btn-vk.disabled.active,
.rcw-form .btn-vk[disabled].active {
  background-color: #aaa;
  -webkit-box-shadow: inset 0 -2px 0 0 #9d9d9d;
  -moz-box-shadow: inset 0 -2px 0 0 #9d9d9d;
  box-shadow: inset 0 -2px 0 0 #9d9d9d;
  }
.rcw-form .btn-vk.disabled .btn-icon-left,
.rcw-form .btn-vk[disabled] .btn-icon-left,
.rcw-form .btn-vk.disabled:hover .btn-icon-left,
.rcw-form .btn-vk[disabled]:hover .btn-icon-left,
.rcw-form .btn-vk.disabled:focus .btn-icon-left,
.rcw-form .btn-vk[disabled]:focus .btn-icon-left,
.rcw-form .btn-vk.disabled:active .btn-icon-left,
.rcw-form .btn-vk[disabled]:active .btn-icon-left,
.rcw-form .btn-vk.disabled.active .btn-icon-left,
.rcw-form .btn-vk[disabled].active .btn-icon-left,
.rcw-form .btn-vk.disabled .btn-icon-right,
.rcw-form .btn-vk[disabled] .btn-icon-right,
.rcw-form .btn-vk.disabled:hover .btn-icon-right,
.rcw-form .btn-vk[disabled]:hover .btn-icon-right,
.rcw-form .btn-vk.disabled:focus .btn-icon-right,
.rcw-form .btn-vk[disabled]:focus .btn-icon-right,
.rcw-form .btn-vk.disabled:active .btn-icon-right,
.rcw-form .btn-vk[disabled]:active .btn-icon-right,
.rcw-form .btn-vk.disabled.active .btn-icon-right,
.rcw-form .btn-vk[disabled].active .btn-icon-right {
  background-color: #9d9d9d;
  -webkit-box-shadow: inset 0 -2px 0 0 #919191;
  -moz-box-shadow: inset 0 -2px 0 0 #919191;
  box-shadow: inset 0 -2px 0 0 #919191;
  }
.rcw-form .btn-flattr {
  color: #fff;
  background-color: #7fa92c;
  -webkit-box-shadow: inset 0 -2px 0 0 #709527;
  -moz-box-shadow: inset 0 -2px 0 0 #709527;
  box-shadow: inset 0 -2px 0 0 #709527;
  }
.rcw-form .btn-flattr .btn-icon-left,
.rcw-form .btn-flattr .btn-icon-right {
  background-color: #709527;
  -webkit-box-shadow: inset 0 -2px 0 0 #618121;
  -moz-box-shadow: inset 0 -2px 0 0 #618121;
  box-shadow: inset 0 -2px 0 0 #618121;
  }
.rcw-form .btn-flattr:hover,
.rcw-form .btn-flattr:focus {
  background-color: #8ebd31;
  -webkit-box-shadow: inset 0 -2px 0 0 #7fa92c;
  -moz-box-shadow: inset 0 -2px 0 0 #7fa92c;
  box-shadow: inset 0 -2px 0 0 #7fa92c;
  }
.rcw-form .btn-flattr:hover .btn-icon-left,
.rcw-form .btn-flattr:focus .btn-icon-left,
.rcw-form .btn-flattr:hover .btn-icon-right,
.rcw-form .btn-flattr:focus .btn-icon-right {
  background-color: #7fa92c;
  -webkit-box-shadow: inset 0 -2px 0 0 #709527;
  -moz-box-shadow: inset 0 -2px 0 0 #709527;
  box-shadow: inset 0 -2px 0 0 #709527;
  }
.rcw-form .btn-flattr:active,
.rcw-form .btn-flattr.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-flattr:active .btn-icon-left,
.rcw-form .btn-flattr.active .btn-icon-left,
.rcw-form .btn-flattr:active .btn-icon-right,
.rcw-form .btn-flattr.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-flattr.disabled,
.rcw-form .btn-flattr[disabled],
.rcw-form .btn-flattr.disabled:hover,
.rcw-form .btn-flattr[disabled]:hover,
.rcw-form .btn-flattr.disabled:focus,
.rcw-form .btn-flattr[disabled]:focus,
.rcw-form .btn-flattr.disabled:active,
.rcw-form .btn-flattr[disabled]:active,
.rcw-form .btn-flattr.disabled.active,
.rcw-form .btn-flattr[disabled].active {
  background-color: #a3b08b;
  -webkit-box-shadow: inset 0 -2px 0 0 #98a57c;
  -moz-box-shadow: inset 0 -2px 0 0 #98a57c;
  box-shadow: inset 0 -2px 0 0 #98a57c;
  }
.rcw-form .btn-flattr.disabled .btn-icon-left,
.rcw-form .btn-flattr[disabled] .btn-icon-left,
.rcw-form .btn-flattr.disabled:hover .btn-icon-left,
.rcw-form .btn-flattr[disabled]:hover .btn-icon-left,
.rcw-form .btn-flattr.disabled:focus .btn-icon-left,
.rcw-form .btn-flattr[disabled]:focus .btn-icon-left,
.rcw-form .btn-flattr.disabled:active .btn-icon-left,
.rcw-form .btn-flattr[disabled]:active .btn-icon-left,
.rcw-form .btn-flattr.disabled.active .btn-icon-left,
.rcw-form .btn-flattr[disabled].active .btn-icon-left,
.rcw-form .btn-flattr.disabled .btn-icon-right,
.rcw-form .btn-flattr[disabled] .btn-icon-right,
.rcw-form .btn-flattr.disabled:hover .btn-icon-right,
.rcw-form .btn-flattr[disabled]:hover .btn-icon-right,
.rcw-form .btn-flattr.disabled:focus .btn-icon-right,
.rcw-form .btn-flattr[disabled]:focus .btn-icon-right,
.rcw-form .btn-flattr.disabled:active .btn-icon-right,
.rcw-form .btn-flattr[disabled]:active .btn-icon-right,
.rcw-form .btn-flattr.disabled.active .btn-icon-right,
.rcw-form .btn-flattr[disabled].active .btn-icon-right {
  background-color: #98a57c;
  -webkit-box-shadow: inset 0 -2px 0 0 #8c9b6d;
  -moz-box-shadow: inset 0 -2px 0 0 #8c9b6d;
  box-shadow: inset 0 -2px 0 0 #8c9b6d;
  }
.rcw-form .btn-paypal {
  color: #fff;
  background-color: #00457c;
  -webkit-box-shadow: inset 0 -2px 0 0 #003762;
  -moz-box-shadow: inset 0 -2px 0 0 #003762;
  box-shadow: inset 0 -2px 0 0 #003762;
  }
.rcw-form .btn-paypal .btn-icon-left,
.rcw-form .btn-paypal .btn-icon-right {
  background-color: #003762;
  -webkit-box-shadow: inset 0 -2px 0 0 #002949;
  -moz-box-shadow: inset 0 -2px 0 0 #002949;
  box-shadow: inset 0 -2px 0 0 #002949;
  }
.rcw-form .btn-paypal:hover,
.rcw-form .btn-paypal:focus {
  background-color: #005396;
  -webkit-box-shadow: inset 0 -2px 0 0 #00457c;
  -moz-box-shadow: inset 0 -2px 0 0 #00457c;
  box-shadow: inset 0 -2px 0 0 #00457c;
  }
.rcw-form .btn-paypal:hover .btn-icon-left,
.rcw-form .btn-paypal:focus .btn-icon-left,
.rcw-form .btn-paypal:hover .btn-icon-right,
.rcw-form .btn-paypal:focus .btn-icon-right {
  background-color: #00457c;
  -webkit-box-shadow: inset 0 -2px 0 0 #003762;
  -moz-box-shadow: inset 0 -2px 0 0 #003762;
  box-shadow: inset 0 -2px 0 0 #003762;
  }
.rcw-form .btn-paypal:active,
.rcw-form .btn-paypal.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-paypal:active .btn-icon-left,
.rcw-form .btn-paypal.active .btn-icon-left,
.rcw-form .btn-paypal:active .btn-icon-right,
.rcw-form .btn-paypal.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-paypal.disabled,
.rcw-form .btn-paypal[disabled],
.rcw-form .btn-paypal.disabled:hover,
.rcw-form .btn-paypal[disabled]:hover,
.rcw-form .btn-paypal.disabled:focus,
.rcw-form .btn-paypal[disabled]:focus,
.rcw-form .btn-paypal.disabled:active,
.rcw-form .btn-paypal[disabled]:active,
.rcw-form .btn-paypal.disabled.active,
.rcw-form .btn-paypal[disabled].active {
  background-color: #2d79b5;
  -webkit-box-shadow: inset 0 -2px 0 0 #286ba0;
  -moz-box-shadow: inset 0 -2px 0 0 #286ba0;
  box-shadow: inset 0 -2px 0 0 #286ba0;
  }
.rcw-form .btn-paypal.disabled .btn-icon-left,
.rcw-form .btn-paypal[disabled] .btn-icon-left,
.rcw-form .btn-paypal.disabled:hover .btn-icon-left,
.rcw-form .btn-paypal[disabled]:hover .btn-icon-left,
.rcw-form .btn-paypal.disabled:focus .btn-icon-left,
.rcw-form .btn-paypal[disabled]:focus .btn-icon-left,
.rcw-form .btn-paypal.disabled:active .btn-icon-left,
.rcw-form .btn-paypal[disabled]:active .btn-icon-left,
.rcw-form .btn-paypal.disabled.active .btn-icon-left,
.rcw-form .btn-paypal[disabled].active .btn-icon-left,
.rcw-form .btn-paypal.disabled .btn-icon-right,
.rcw-form .btn-paypal[disabled] .btn-icon-right,
.rcw-form .btn-paypal.disabled:hover .btn-icon-right,
.rcw-form .btn-paypal[disabled]:hover .btn-icon-right,
.rcw-form .btn-paypal.disabled:focus .btn-icon-right,
.rcw-form .btn-paypal[disabled]:focus .btn-icon-right,
.rcw-form .btn-paypal.disabled:active .btn-icon-right,
.rcw-form .btn-paypal[disabled]:active .btn-icon-right,
.rcw-form .btn-paypal.disabled.active .btn-icon-right,
.rcw-form .btn-paypal[disabled].active .btn-icon-right {
  background-color: #286ba0;
  -webkit-box-shadow: inset 0 -2px 0 0 #235d8c;
  -moz-box-shadow: inset 0 -2px 0 0 #235d8c;
  box-shadow: inset 0 -2px 0 0 #235d8c;
  }
.rcw-form .btn-yelp {
  color: #fff;
  background-color: #c21200;
  -webkit-box-shadow: inset 0 -2px 0 0 #a91000;
  -moz-box-shadow: inset 0 -2px 0 0 #a91000;
  box-shadow: inset 0 -2px 0 0 #a91000;
  }
.rcw-form .btn-yelp .btn-icon-left,
.rcw-form .btn-yelp .btn-icon-right {
  background-color: #a91000;
  -webkit-box-shadow: inset 0 -2px 0 0 #8f0d00;
  -moz-box-shadow: inset 0 -2px 0 0 #8f0d00;
  box-shadow: inset 0 -2px 0 0 #8f0d00;
  }
.rcw-form .btn-yelp:hover,
.rcw-form .btn-yelp:focus {
  background-color: #db1400;
  -webkit-box-shadow: inset 0 -2px 0 0 #c21200;
  -moz-box-shadow: inset 0 -2px 0 0 #c21200;
  box-shadow: inset 0 -2px 0 0 #c21200;
  }
.rcw-form .btn-yelp:hover .btn-icon-left,
.rcw-form .btn-yelp:focus .btn-icon-left,
.rcw-form .btn-yelp:hover .btn-icon-right,
.rcw-form .btn-yelp:focus .btn-icon-right {
  background-color: #c21200;
  -webkit-box-shadow: inset 0 -2px 0 0 #a91000;
  -moz-box-shadow: inset 0 -2px 0 0 #a91000;
  box-shadow: inset 0 -2px 0 0 #a91000;
  }
.rcw-form .btn-yelp:active,
.rcw-form .btn-yelp.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-yelp:active .btn-icon-left,
.rcw-form .btn-yelp.active .btn-icon-left,
.rcw-form .btn-yelp:active .btn-icon-right,
.rcw-form .btn-yelp.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-yelp.disabled,
.rcw-form .btn-yelp[disabled],
.rcw-form .btn-yelp.disabled:hover,
.rcw-form .btn-yelp[disabled]:hover,
.rcw-form .btn-yelp.disabled:focus,
.rcw-form .btn-yelp[disabled]:focus,
.rcw-form .btn-yelp.disabled:active,
.rcw-form .btn-yelp[disabled]:active,
.rcw-form .btn-yelp.disabled.active,
.rcw-form .btn-yelp[disabled].active {
  background-color: #d46054;
  -webkit-box-shadow: inset 0 -2px 0 0 #cf4d3f;
  -moz-box-shadow: inset 0 -2px 0 0 #cf4d3f;
  box-shadow: inset 0 -2px 0 0 #cf4d3f;
  }
.rcw-form .btn-yelp.disabled .btn-icon-left,
.rcw-form .btn-yelp[disabled] .btn-icon-left,
.rcw-form .btn-yelp.disabled:hover .btn-icon-left,
.rcw-form .btn-yelp[disabled]:hover .btn-icon-left,
.rcw-form .btn-yelp.disabled:focus .btn-icon-left,
.rcw-form .btn-yelp[disabled]:focus .btn-icon-left,
.rcw-form .btn-yelp.disabled:active .btn-icon-left,
.rcw-form .btn-yelp[disabled]:active .btn-icon-left,
.rcw-form .btn-yelp.disabled.active .btn-icon-left,
.rcw-form .btn-yelp[disabled].active .btn-icon-left,
.rcw-form .btn-yelp.disabled .btn-icon-right,
.rcw-form .btn-yelp[disabled] .btn-icon-right,
.rcw-form .btn-yelp.disabled:hover .btn-icon-right,
.rcw-form .btn-yelp[disabled]:hover .btn-icon-right,
.rcw-form .btn-yelp.disabled:focus .btn-icon-right,
.rcw-form .btn-yelp[disabled]:focus .btn-icon-right,
.rcw-form .btn-yelp.disabled:active .btn-icon-right,
.rcw-form .btn-yelp[disabled]:active .btn-icon-right,
.rcw-form .btn-yelp.disabled.active .btn-icon-right,
.rcw-form .btn-yelp[disabled].active .btn-icon-right {
  background-color: #cf4d3f;
  -webkit-box-shadow: inset 0 -2px 0 0 #c43f31;
  -moz-box-shadow: inset 0 -2px 0 0 #c43f31;
  box-shadow: inset 0 -2px 0 0 #c43f31;
  }
.rcw-form .btn-lastfm {
  color: #fff;
  background-color: #d81c23;
  -webkit-box-shadow: inset 0 -2px 0 0 #c1191f;
  -moz-box-shadow: inset 0 -2px 0 0 #c1191f;
  box-shadow: inset 0 -2px 0 0 #c1191f;
  }
.rcw-form .btn-lastfm .btn-icon-left,
.rcw-form .btn-lastfm .btn-icon-right {
  background-color: #c1191f;
  -webkit-box-shadow: inset 0 -2px 0 0 #ab161c;
  -moz-box-shadow: inset 0 -2px 0 0 #ab161c;
  box-shadow: inset 0 -2px 0 0 #ab161c;
  }
.rcw-form .btn-lastfm:hover,
.rcw-form .btn-lastfm:focus {
  background-color: #e32a31;
  -webkit-box-shadow: inset 0 -2px 0 0 #d81c23;
  -moz-box-shadow: inset 0 -2px 0 0 #d81c23;
  box-shadow: inset 0 -2px 0 0 #d81c23;
  }
.rcw-form .btn-lastfm:hover .btn-icon-left,
.rcw-form .btn-lastfm:focus .btn-icon-left,
.rcw-form .btn-lastfm:hover .btn-icon-right,
.rcw-form .btn-lastfm:focus .btn-icon-right {
  background-color: #d81c23;
  -webkit-box-shadow: inset 0 -2px 0 0 #c1191f;
  -moz-box-shadow: inset 0 -2px 0 0 #c1191f;
  box-shadow: inset 0 -2px 0 0 #c1191f;
  }
.rcw-form .btn-lastfm:active,
.rcw-form .btn-lastfm.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-lastfm:active .btn-icon-left,
.rcw-form .btn-lastfm.active .btn-icon-left,
.rcw-form .btn-lastfm:active .btn-icon-right,
.rcw-form .btn-lastfm.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-lastfm.disabled,
.rcw-form .btn-lastfm[disabled],
.rcw-form .btn-lastfm.disabled:hover,
.rcw-form .btn-lastfm[disabled]:hover,
.rcw-form .btn-lastfm.disabled:focus,
.rcw-form .btn-lastfm[disabled]:focus,
.rcw-form .btn-lastfm.disabled:active,
.rcw-form .btn-lastfm[disabled]:active,
.rcw-form .btn-lastfm.disabled.active,
.rcw-form .btn-lastfm[disabled].active {
  background-color: #cb8f91;
  -webkit-box-shadow: inset 0 -2px 0 0 #c37d80;
  -moz-box-shadow: inset 0 -2px 0 0 #c37d80;
  box-shadow: inset 0 -2px 0 0 #c37d80;
  }
.rcw-form .btn-lastfm.disabled .btn-icon-left,
.rcw-form .btn-lastfm[disabled] .btn-icon-left,
.rcw-form .btn-lastfm.disabled:hover .btn-icon-left,
.rcw-form .btn-lastfm[disabled]:hover .btn-icon-left,
.rcw-form .btn-lastfm.disabled:focus .btn-icon-left,
.rcw-form .btn-lastfm[disabled]:focus .btn-icon-left,
.rcw-form .btn-lastfm.disabled:active .btn-icon-left,
.rcw-form .btn-lastfm[disabled]:active .btn-icon-left,
.rcw-form .btn-lastfm.disabled.active .btn-icon-left,
.rcw-form .btn-lastfm[disabled].active .btn-icon-left,
.rcw-form .btn-lastfm.disabled .btn-icon-right,
.rcw-form .btn-lastfm[disabled] .btn-icon-right,
.rcw-form .btn-lastfm.disabled:hover .btn-icon-right,
.rcw-form .btn-lastfm[disabled]:hover .btn-icon-right,
.rcw-form .btn-lastfm.disabled:focus .btn-icon-right,
.rcw-form .btn-lastfm[disabled]:focus .btn-icon-right,
.rcw-form .btn-lastfm.disabled:active .btn-icon-right,
.rcw-form .btn-lastfm[disabled]:active .btn-icon-right,
.rcw-form .btn-lastfm.disabled.active .btn-icon-right,
.rcw-form .btn-lastfm[disabled].active .btn-icon-right {
  background-color: #c37d80;
  -webkit-box-shadow: inset 0 -2px 0 0 #bb6c6f;
  -moz-box-shadow: inset 0 -2px 0 0 #bb6c6f;
  box-shadow: inset 0 -2px 0 0 #bb6c6f;
  }
.rcw-form .btn-stumbleupon {
  color: #fff;
  background-color: #eb4923;
  -webkit-box-shadow: inset 0 -2px 0 0 #e03b14;
  -moz-box-shadow: inset 0 -2px 0 0 #e03b14;
  box-shadow: inset 0 -2px 0 0 #e03b14;
  }
.rcw-form .btn-stumbleupon .btn-icon-left,
.rcw-form .btn-stumbleupon .btn-icon-right {
  background-color: #e03b14;
  -webkit-box-shadow: inset 0 -2px 0 0 #c93512;
  -moz-box-shadow: inset 0 -2px 0 0 #c93512;
  box-shadow: inset 0 -2px 0 0 #c93512;
  }
.rcw-form .btn-stumbleupon:hover,
.rcw-form .btn-stumbleupon:focus {
  background-color: #ed5c3a;
  -webkit-box-shadow: inset 0 -2px 0 0 #eb4923;
  -moz-box-shadow: inset 0 -2px 0 0 #eb4923;
  box-shadow: inset 0 -2px 0 0 #eb4923;
  }
.rcw-form .btn-stumbleupon:hover .btn-icon-left,
.rcw-form .btn-stumbleupon:focus .btn-icon-left,
.rcw-form .btn-stumbleupon:hover .btn-icon-right,
.rcw-form .btn-stumbleupon:focus .btn-icon-right {
  background-color: #eb4923;
  -webkit-box-shadow: inset 0 -2px 0 0 #e03b14;
  -moz-box-shadow: inset 0 -2px 0 0 #e03b14;
  box-shadow: inset 0 -2px 0 0 #e03b14;
  }
.rcw-form .btn-stumbleupon:active,
.rcw-form .btn-stumbleupon.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-stumbleupon:active .btn-icon-left,
.rcw-form .btn-stumbleupon.active .btn-icon-left,
.rcw-form .btn-stumbleupon:active .btn-icon-right,
.rcw-form .btn-stumbleupon.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-stumbleupon.disabled,
.rcw-form .btn-stumbleupon[disabled],
.rcw-form .btn-stumbleupon.disabled:hover,
.rcw-form .btn-stumbleupon[disabled]:hover,
.rcw-form .btn-stumbleupon.disabled:focus,
.rcw-form .btn-stumbleupon[disabled]:focus,
.rcw-form .btn-stumbleupon.disabled:active,
.rcw-form .btn-stumbleupon[disabled]:active,
.rcw-form .btn-stumbleupon.disabled.active,
.rcw-form .btn-stumbleupon[disabled].active {
  background-color: #d8a79c;
  -webkit-box-shadow: inset 0 -2px 0 0 #d1978a;
  -moz-box-shadow: inset 0 -2px 0 0 #d1978a;
  box-shadow: inset 0 -2px 0 0 #d1978a;
  }
.rcw-form .btn-stumbleupon.disabled .btn-icon-left,
.rcw-form .btn-stumbleupon[disabled] .btn-icon-left,
.rcw-form .btn-stumbleupon.disabled:hover .btn-icon-left,
.rcw-form .btn-stumbleupon[disabled]:hover .btn-icon-left,
.rcw-form .btn-stumbleupon.disabled:focus .btn-icon-left,
.rcw-form .btn-stumbleupon[disabled]:focus .btn-icon-left,
.rcw-form .btn-stumbleupon.disabled:active .btn-icon-left,
.rcw-form .btn-stumbleupon[disabled]:active .btn-icon-left,
.rcw-form .btn-stumbleupon.disabled.active .btn-icon-left,
.rcw-form .btn-stumbleupon[disabled].active .btn-icon-left,
.rcw-form .btn-stumbleupon.disabled .btn-icon-right,
.rcw-form .btn-stumbleupon[disabled] .btn-icon-right,
.rcw-form .btn-stumbleupon.disabled:hover .btn-icon-right,
.rcw-form .btn-stumbleupon[disabled]:hover .btn-icon-right,
.rcw-form .btn-stumbleupon.disabled:focus .btn-icon-right,
.rcw-form .btn-stumbleupon[disabled]:focus .btn-icon-right,
.rcw-form .btn-stumbleupon.disabled:active .btn-icon-right,
.rcw-form .btn-stumbleupon[disabled]:active .btn-icon-right,
.rcw-form .btn-stumbleupon.disabled.active .btn-icon-right,
.rcw-form .btn-stumbleupon[disabled].active .btn-icon-right {
  background-color: #d1978a;
  -webkit-box-shadow: inset 0 -2px 0 0 #c98778;
  -moz-box-shadow: inset 0 -2px 0 0 #c98778;
  box-shadow: inset 0 -2px 0 0 #c98778;
  }
.rcw-form .btn-wordpress {
  color: #fff;
  background-color: #22769b;
  -webkit-box-shadow: inset 0 -2px 0 0 #1d6686;
  -moz-box-shadow: inset 0 -2px 0 0 #1d6686;
  box-shadow: inset 0 -2px 0 0 #1d6686;
  }
.rcw-form .btn-wordpress .btn-icon-left,
.rcw-form .btn-wordpress .btn-icon-right {
  background-color: #1d6686;
  -webkit-box-shadow: inset 0 -2px 0 0 #195671;
  -moz-box-shadow: inset 0 -2px 0 0 #195671;
  box-shadow: inset 0 -2px 0 0 #195671;
  }
.rcw-form .btn-wordpress:hover,
.rcw-form .btn-wordpress:focus {
  background-color: #2786b0;
  -webkit-box-shadow: inset 0 -2px 0 0 #22769b;
  -moz-box-shadow: inset 0 -2px 0 0 #22769b;
  box-shadow: inset 0 -2px 0 0 #22769b;
  }
.rcw-form .btn-wordpress:hover .btn-icon-left,
.rcw-form .btn-wordpress:focus .btn-icon-left,
.rcw-form .btn-wordpress:hover .btn-icon-right,
.rcw-form .btn-wordpress:focus .btn-icon-right {
  background-color: #22769b;
  -webkit-box-shadow: inset 0 -2px 0 0 #1d6686;
  -moz-box-shadow: inset 0 -2px 0 0 #1d6686;
  box-shadow: inset 0 -2px 0 0 #1d6686;
  }
.rcw-form .btn-wordpress:active,
.rcw-form .btn-wordpress.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-wordpress:active .btn-icon-left,
.rcw-form .btn-wordpress.active .btn-icon-left,
.rcw-form .btn-wordpress:active .btn-icon-right,
.rcw-form .btn-wordpress.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-wordpress.disabled,
.rcw-form .btn-wordpress[disabled],
.rcw-form .btn-wordpress.disabled:hover,
.rcw-form .btn-wordpress[disabled]:hover,
.rcw-form .btn-wordpress.disabled:focus,
.rcw-form .btn-wordpress[disabled]:focus,
.rcw-form .btn-wordpress.disabled:active,
.rcw-form .btn-wordpress[disabled]:active,
.rcw-form .btn-wordpress.disabled.active,
.rcw-form .btn-wordpress[disabled].active {
  background-color: #779cac;
  -webkit-box-shadow: inset 0 -2px 0 0 #6790a2;
  -moz-box-shadow: inset 0 -2px 0 0 #6790a2;
  box-shadow: inset 0 -2px 0 0 #6790a2;
  }
.rcw-form .btn-wordpress.disabled .btn-icon-left,
.rcw-form .btn-wordpress[disabled] .btn-icon-left,
.rcw-form .btn-wordpress.disabled:hover .btn-icon-left,
.rcw-form .btn-wordpress[disabled]:hover .btn-icon-left,
.rcw-form .btn-wordpress.disabled:focus .btn-icon-left,
.rcw-form .btn-wordpress[disabled]:focus .btn-icon-left,
.rcw-form .btn-wordpress.disabled:active .btn-icon-left,
.rcw-form .btn-wordpress[disabled]:active .btn-icon-left,
.rcw-form .btn-wordpress.disabled.active .btn-icon-left,
.rcw-form .btn-wordpress[disabled].active .btn-icon-left,
.rcw-form .btn-wordpress.disabled .btn-icon-right,
.rcw-form .btn-wordpress[disabled] .btn-icon-right,
.rcw-form .btn-wordpress.disabled:hover .btn-icon-right,
.rcw-form .btn-wordpress[disabled]:hover .btn-icon-right,
.rcw-form .btn-wordpress.disabled:focus .btn-icon-right,
.rcw-form .btn-wordpress[disabled]:focus .btn-icon-right,
.rcw-form .btn-wordpress.disabled:active .btn-icon-right,
.rcw-form .btn-wordpress[disabled]:active .btn-icon-right,
.rcw-form .btn-wordpress.disabled.active .btn-icon-right,
.rcw-form .btn-wordpress[disabled].active .btn-icon-right {
  background-color: #6790a2;
  -webkit-box-shadow: inset 0 -2px 0 0 #5b8395;
  -moz-box-shadow: inset 0 -2px 0 0 #5b8395;
  box-shadow: inset 0 -2px 0 0 #5b8395;
  }
.rcw-form .btn-joomla {
  color: #fff;
  background-color: #1578b3;
  -webkit-box-shadow: inset 0 -2px 0 0 #12699c;
  -moz-box-shadow: inset 0 -2px 0 0 #12699c;
  box-shadow: inset 0 -2px 0 0 #12699c;
  }
.rcw-form .btn-joomla .btn-icon-left,
.rcw-form .btn-joomla .btn-icon-right {
  background-color: #12699c;
  -webkit-box-shadow: inset 0 -2px 0 0 #105985;
  -moz-box-shadow: inset 0 -2px 0 0 #105985;
  box-shadow: inset 0 -2px 0 0 #105985;
  }
.rcw-form .btn-joomla:hover,
.rcw-form .btn-joomla:focus {
  background-color: #1887ca;
  -webkit-box-shadow: inset 0 -2px 0 0 #1578b3;
  -moz-box-shadow: inset 0 -2px 0 0 #1578b3;
  box-shadow: inset 0 -2px 0 0 #1578b3;
  }
.rcw-form .btn-joomla:hover .btn-icon-left,
.rcw-form .btn-joomla:focus .btn-icon-left,
.rcw-form .btn-joomla:hover .btn-icon-right,
.rcw-form .btn-joomla:focus .btn-icon-right {
  background-color: #1578b3;
  -webkit-box-shadow: inset 0 -2px 0 0 #12699c;
  -moz-box-shadow: inset 0 -2px 0 0 #12699c;
  box-shadow: inset 0 -2px 0 0 #12699c;
  }
.rcw-form .btn-joomla:active,
.rcw-form .btn-joomla.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-joomla:active .btn-icon-left,
.rcw-form .btn-joomla.active .btn-icon-left,
.rcw-form .btn-joomla:active .btn-icon-right,
.rcw-form .btn-joomla.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-joomla.disabled,
.rcw-form .btn-joomla[disabled],
.rcw-form .btn-joomla.disabled:hover,
.rcw-form .btn-joomla[disabled]:hover,
.rcw-form .btn-joomla.disabled:focus,
.rcw-form .btn-joomla[disabled]:focus,
.rcw-form .btn-joomla.disabled:active,
.rcw-form .btn-joomla[disabled]:active,
.rcw-form .btn-joomla.disabled.active,
.rcw-form .btn-joomla[disabled].active {
  background-color: #6ea1c0;
  -webkit-box-shadow: inset 0 -2px 0 0 #5d96b8;
  -moz-box-shadow: inset 0 -2px 0 0 #5d96b8;
  box-shadow: inset 0 -2px 0 0 #5d96b8;
  }
.rcw-form .btn-joomla.disabled .btn-icon-left,
.rcw-form .btn-joomla[disabled] .btn-icon-left,
.rcw-form .btn-joomla.disabled:hover .btn-icon-left,
.rcw-form .btn-joomla[disabled]:hover .btn-icon-left,
.rcw-form .btn-joomla.disabled:focus .btn-icon-left,
.rcw-form .btn-joomla[disabled]:focus .btn-icon-left,
.rcw-form .btn-joomla.disabled:active .btn-icon-left,
.rcw-form .btn-joomla[disabled]:active .btn-icon-left,
.rcw-form .btn-joomla.disabled.active .btn-icon-left,
.rcw-form .btn-joomla[disabled].active .btn-icon-left,
.rcw-form .btn-joomla.disabled .btn-icon-right,
.rcw-form .btn-joomla[disabled] .btn-icon-right,
.rcw-form .btn-joomla.disabled:hover .btn-icon-right,
.rcw-form .btn-joomla[disabled]:hover .btn-icon-right,
.rcw-form .btn-joomla.disabled:focus .btn-icon-right,
.rcw-form .btn-joomla[disabled]:focus .btn-icon-right,
.rcw-form .btn-joomla.disabled:active .btn-icon-right,
.rcw-form .btn-joomla[disabled]:active .btn-icon-right,
.rcw-form .btn-joomla.disabled.active .btn-icon-right,
.rcw-form .btn-joomla[disabled].active .btn-icon-right {
  background-color: #5d96b8;
  -webkit-box-shadow: inset 0 -2px 0 0 #4d8aae;
  -moz-box-shadow: inset 0 -2px 0 0 #4d8aae;
  box-shadow: inset 0 -2px 0 0 #4d8aae;
  }
.rcw-form .btn-blogger {
  color: #fff;
  background-color: #f6821f;
  -webkit-box-shadow: inset 0 -2px 0 0 #f2750a;
  -moz-box-shadow: inset 0 -2px 0 0 #f2750a;
  box-shadow: inset 0 -2px 0 0 #f2750a;
  }
.rcw-form .btn-blogger .btn-icon-left,
.rcw-form .btn-blogger .btn-icon-right {
  background-color: #f2750a;
  -webkit-box-shadow: inset 0 -2px 0 0 #d96909;
  -moz-box-shadow: inset 0 -2px 0 0 #d96909;
  box-shadow: inset 0 -2px 0 0 #d96909;
  }
.rcw-form .btn-blogger:hover,
.rcw-form .btn-blogger:focus {
  background-color: #f79038;
  -webkit-box-shadow: inset 0 -2px 0 0 #f6821f;
  -moz-box-shadow: inset 0 -2px 0 0 #f6821f;
  box-shadow: inset 0 -2px 0 0 #f6821f;
  }
.rcw-form .btn-blogger:hover .btn-icon-left,
.rcw-form .btn-blogger:focus .btn-icon-left,
.rcw-form .btn-blogger:hover .btn-icon-right,
.rcw-form .btn-blogger:focus .btn-icon-right {
  background-color: #f6821f;
  -webkit-box-shadow: inset 0 -2px 0 0 #f2750a;
  -moz-box-shadow: inset 0 -2px 0 0 #f2750a;
  box-shadow: inset 0 -2px 0 0 #f2750a;
  }
.rcw-form .btn-blogger:active,
.rcw-form .btn-blogger.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-blogger:active .btn-icon-left,
.rcw-form .btn-blogger.active .btn-icon-left,
.rcw-form .btn-blogger:active .btn-icon-right,
.rcw-form .btn-blogger.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-blogger.disabled,
.rcw-form .btn-blogger[disabled],
.rcw-form .btn-blogger.disabled:hover,
.rcw-form .btn-blogger[disabled]:hover,
.rcw-form .btn-blogger.disabled:focus,
.rcw-form .btn-blogger[disabled]:focus,
.rcw-form .btn-blogger.disabled:active,
.rcw-form .btn-blogger[disabled]:active,
.rcw-form .btn-blogger.disabled.active,
.rcw-form .btn-blogger[disabled].active {
  background-color: #e0bb9b;
  -webkit-box-shadow: inset 0 -2px 0 0 #daae88;
  -moz-box-shadow: inset 0 -2px 0 0 #daae88;
  box-shadow: inset 0 -2px 0 0 #daae88;
  }
.rcw-form .btn-blogger.disabled .btn-icon-left,
.rcw-form .btn-blogger[disabled] .btn-icon-left,
.rcw-form .btn-blogger.disabled:hover .btn-icon-left,
.rcw-form .btn-blogger[disabled]:hover .btn-icon-left,
.rcw-form .btn-blogger.disabled:focus .btn-icon-left,
.rcw-form .btn-blogger[disabled]:focus .btn-icon-left,
.rcw-form .btn-blogger.disabled:active .btn-icon-left,
.rcw-form .btn-blogger[disabled]:active .btn-icon-left,
.rcw-form .btn-blogger.disabled.active .btn-icon-left,
.rcw-form .btn-blogger[disabled].active .btn-icon-left,
.rcw-form .btn-blogger.disabled .btn-icon-right,
.rcw-form .btn-blogger[disabled] .btn-icon-right,
.rcw-form .btn-blogger.disabled:hover .btn-icon-right,
.rcw-form .btn-blogger[disabled]:hover .btn-icon-right,
.rcw-form .btn-blogger.disabled:focus .btn-icon-right,
.rcw-form .btn-blogger[disabled]:focus .btn-icon-right,
.rcw-form .btn-blogger.disabled:active .btn-icon-right,
.rcw-form .btn-blogger[disabled]:active .btn-icon-right,
.rcw-form .btn-blogger.disabled.active .btn-icon-right,
.rcw-form .btn-blogger[disabled].active .btn-icon-right {
  background-color: #daae88;
  -webkit-box-shadow: inset 0 -2px 0 0 #d4a074;
  -moz-box-shadow: inset 0 -2px 0 0 #d4a074;
  box-shadow: inset 0 -2px 0 0 #d4a074;
  }
.rcw-form .btn-soundcloud {
  color: #fff;
  background-color: #fe531b;
  -webkit-box-shadow: inset 0 -2px 0 0 #fe4002;
  -moz-box-shadow: inset 0 -2px 0 0 #fe4002;
  box-shadow: inset 0 -2px 0 0 #fe4002;
  }
.rcw-form .btn-soundcloud .btn-icon-left,
.rcw-form .btn-soundcloud .btn-icon-right {
  background-color: #fe4002;
  -webkit-box-shadow: inset 0 -2px 0 0 #e53901;
  -moz-box-shadow: inset 0 -2px 0 0 #e53901;
  box-shadow: inset 0 -2px 0 0 #e53901;
  }
.rcw-form .btn-soundcloud:hover,
.rcw-form .btn-soundcloud:focus {
  background-color: #fe6634;
  -webkit-box-shadow: inset 0 -2px 0 0 #fe531b;
  -moz-box-shadow: inset 0 -2px 0 0 #fe531b;
  box-shadow: inset 0 -2px 0 0 #fe531b;
  }
.rcw-form .btn-soundcloud:hover .btn-icon-left,
.rcw-form .btn-soundcloud:focus .btn-icon-left,
.rcw-form .btn-soundcloud:hover .btn-icon-right,
.rcw-form .btn-soundcloud:focus .btn-icon-right {
  background-color: #fe531b;
  -webkit-box-shadow: inset 0 -2px 0 0 #fe4002;
  -moz-box-shadow: inset 0 -2px 0 0 #fe4002;
  box-shadow: inset 0 -2px 0 0 #fe4002;
  }
.rcw-form .btn-soundcloud:active,
.rcw-form .btn-soundcloud.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-soundcloud:active .btn-icon-left,
.rcw-form .btn-soundcloud.active .btn-icon-left,
.rcw-form .btn-soundcloud:active .btn-icon-right,
.rcw-form .btn-soundcloud.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-soundcloud.disabled,
.rcw-form .btn-soundcloud[disabled],
.rcw-form .btn-soundcloud.disabled:hover,
.rcw-form .btn-soundcloud[disabled]:hover,
.rcw-form .btn-soundcloud.disabled:focus,
.rcw-form .btn-soundcloud[disabled]:focus,
.rcw-form .btn-soundcloud.disabled:active,
.rcw-form .btn-soundcloud[disabled]:active,
.rcw-form .btn-soundcloud.disabled.active,
.rcw-form .btn-soundcloud[disabled].active {
  background-color: #e5ac9a;
  -webkit-box-shadow: inset 0 -2px 0 0 #e09c86;
  -moz-box-shadow: inset 0 -2px 0 0 #e09c86;
  box-shadow: inset 0 -2px 0 0 #e09c86;
  }
.rcw-form .btn-soundcloud.disabled .btn-icon-left,
.rcw-form .btn-soundcloud[disabled] .btn-icon-left,
.rcw-form .btn-soundcloud.disabled:hover .btn-icon-left,
.rcw-form .btn-soundcloud[disabled]:hover .btn-icon-left,
.rcw-form .btn-soundcloud.disabled:focus .btn-icon-left,
.rcw-form .btn-soundcloud[disabled]:focus .btn-icon-left,
.rcw-form .btn-soundcloud.disabled:active .btn-icon-left,
.rcw-form .btn-soundcloud[disabled]:active .btn-icon-left,
.rcw-form .btn-soundcloud.disabled.active .btn-icon-left,
.rcw-form .btn-soundcloud[disabled].active .btn-icon-left,
.rcw-form .btn-soundcloud.disabled .btn-icon-right,
.rcw-form .btn-soundcloud[disabled] .btn-icon-right,
.rcw-form .btn-soundcloud.disabled:hover .btn-icon-right,
.rcw-form .btn-soundcloud[disabled]:hover .btn-icon-right,
.rcw-form .btn-soundcloud.disabled:focus .btn-icon-right,
.rcw-form .btn-soundcloud[disabled]:focus .btn-icon-right,
.rcw-form .btn-soundcloud.disabled:active .btn-icon-right,
.rcw-form .btn-soundcloud[disabled]:active .btn-icon-right,
.rcw-form .btn-soundcloud.disabled.active .btn-icon-right,
.rcw-form .btn-soundcloud[disabled].active .btn-icon-right {
  background-color: #e09c86;
  -webkit-box-shadow: inset 0 -2px 0 0 #db8b71;
  -moz-box-shadow: inset 0 -2px 0 0 #db8b71;
  box-shadow: inset 0 -2px 0 0 #db8b71;
  }
.rcw-form .btn-chrome {
  color: #fff;
  background-color: #ce4e4d;
  -webkit-box-shadow: inset 0 -2px 0 0 #c83a39;
  -moz-box-shadow: inset 0 -2px 0 0 #c83a39;
  box-shadow: inset 0 -2px 0 0 #c83a39;
  }
.rcw-form .btn-chrome .btn-icon-left,
.rcw-form .btn-chrome .btn-icon-right {
  background-color: #c83a39;
  -webkit-box-shadow: inset 0 -2px 0 0 #b63332;
  -moz-box-shadow: inset 0 -2px 0 0 #b63332;
  box-shadow: inset 0 -2px 0 0 #b63332;
  }
.rcw-form .btn-chrome:hover,
.rcw-form .btn-chrome:focus {
  background-color: #d46261;
  -webkit-box-shadow: inset 0 -2px 0 0 #ce4e4d;
  -moz-box-shadow: inset 0 -2px 0 0 #ce4e4d;
  box-shadow: inset 0 -2px 0 0 #ce4e4d;
  }
.rcw-form .btn-chrome:hover .btn-icon-left,
.rcw-form .btn-chrome:focus .btn-icon-left,
.rcw-form .btn-chrome:hover .btn-icon-right,
.rcw-form .btn-chrome:focus .btn-icon-right {
  background-color: #ce4e4d;
  -webkit-box-shadow: inset 0 -2px 0 0 #c83a39;
  -moz-box-shadow: inset 0 -2px 0 0 #c83a39;
  box-shadow: inset 0 -2px 0 0 #c83a39;
  }
.rcw-form .btn-chrome:active,
.rcw-form .btn-chrome.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-chrome:active .btn-icon-left,
.rcw-form .btn-chrome.active .btn-icon-left,
.rcw-form .btn-chrome:active .btn-icon-right,
.rcw-form .btn-chrome.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-chrome.disabled,
.rcw-form .btn-chrome[disabled],
.rcw-form .btn-chrome.disabled:hover,
.rcw-form .btn-chrome[disabled]:hover,
.rcw-form .btn-chrome.disabled:focus,
.rcw-form .btn-chrome[disabled]:focus,
.rcw-form .btn-chrome.disabled:active,
.rcw-form .btn-chrome[disabled]:active,
.rcw-form .btn-chrome.disabled.active,
.rcw-form .btn-chrome[disabled].active {
  background-color: #cbb6b6;
  -webkit-box-shadow: inset 0 -2px 0 0 #c0a7a7;
  -moz-box-shadow: inset 0 -2px 0 0 #c0a7a7;
  box-shadow: inset 0 -2px 0 0 #c0a7a7;
  }
.rcw-form .btn-chrome.disabled .btn-icon-left,
.rcw-form .btn-chrome[disabled] .btn-icon-left,
.rcw-form .btn-chrome.disabled:hover .btn-icon-left,
.rcw-form .btn-chrome[disabled]:hover .btn-icon-left,
.rcw-form .btn-chrome.disabled:focus .btn-icon-left,
.rcw-form .btn-chrome[disabled]:focus .btn-icon-left,
.rcw-form .btn-chrome.disabled:active .btn-icon-left,
.rcw-form .btn-chrome[disabled]:active .btn-icon-left,
.rcw-form .btn-chrome.disabled.active .btn-icon-left,
.rcw-form .btn-chrome[disabled].active .btn-icon-left,
.rcw-form .btn-chrome.disabled .btn-icon-right,
.rcw-form .btn-chrome[disabled] .btn-icon-right,
.rcw-form .btn-chrome.disabled:hover .btn-icon-right,
.rcw-form .btn-chrome[disabled]:hover .btn-icon-right,
.rcw-form .btn-chrome.disabled:focus .btn-icon-right,
.rcw-form .btn-chrome[disabled]:focus .btn-icon-right,
.rcw-form .btn-chrome.disabled:active .btn-icon-right,
.rcw-form .btn-chrome[disabled]:active .btn-icon-right,
.rcw-form .btn-chrome.disabled.active .btn-icon-right,
.rcw-form .btn-chrome[disabled].active .btn-icon-right {
  background-color: #c0a7a7;
  -webkit-box-shadow: inset 0 -2px 0 0 #b69898;
  -moz-box-shadow: inset 0 -2px 0 0 #b69898;
  box-shadow: inset 0 -2px 0 0 #b69898;
  }
.rcw-form .btn-firefox {
  color: #fff;
  background-color: #ca4b27;
  -webkit-box-shadow: inset 0 -2px 0 0 #b54323;
  -moz-box-shadow: inset 0 -2px 0 0 #b54323;
  box-shadow: inset 0 -2px 0 0 #b54323;
  }
.rcw-form .btn-firefox .btn-icon-left,
.rcw-form .btn-firefox .btn-icon-right {
  background-color: #b54323;
  -webkit-box-shadow: inset 0 -2px 0 0 #9f3b1f;
  -moz-box-shadow: inset 0 -2px 0 0 #9f3b1f;
  box-shadow: inset 0 -2px 0 0 #9f3b1f;
  }
.rcw-form .btn-firefox:hover,
.rcw-form .btn-firefox:focus {
  background-color: #d85733;
  -webkit-box-shadow: inset 0 -2px 0 0 #ca4b27;
  -moz-box-shadow: inset 0 -2px 0 0 #ca4b27;
  box-shadow: inset 0 -2px 0 0 #ca4b27;
  }
.rcw-form .btn-firefox:hover .btn-icon-left,
.rcw-form .btn-firefox:focus .btn-icon-left,
.rcw-form .btn-firefox:hover .btn-icon-right,
.rcw-form .btn-firefox:focus .btn-icon-right {
  background-color: #ca4b27;
  -webkit-box-shadow: inset 0 -2px 0 0 #b54323;
  -moz-box-shadow: inset 0 -2px 0 0 #b54323;
  box-shadow: inset 0 -2px 0 0 #b54323;
  }
.rcw-form .btn-firefox:active,
.rcw-form .btn-firefox.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-firefox:active .btn-icon-left,
.rcw-form .btn-firefox.active .btn-icon-left,
.rcw-form .btn-firefox:active .btn-icon-right,
.rcw-form .btn-firefox.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-firefox.disabled,
.rcw-form .btn-firefox[disabled],
.rcw-form .btn-firefox.disabled:hover,
.rcw-form .btn-firefox[disabled]:hover,
.rcw-form .btn-firefox.disabled:focus,
.rcw-form .btn-firefox[disabled]:focus,
.rcw-form .btn-firefox.disabled:active,
.rcw-form .btn-firefox[disabled]:active,
.rcw-form .btn-firefox.disabled.active,
.rcw-form .btn-firefox[disabled].active {
  background-color: #c39f94;
  -webkit-box-shadow: inset 0 -2px 0 0 #b99084;
  -moz-box-shadow: inset 0 -2px 0 0 #b99084;
  box-shadow: inset 0 -2px 0 0 #b99084;
  }
.rcw-form .btn-firefox.disabled .btn-icon-left,
.rcw-form .btn-firefox[disabled] .btn-icon-left,
.rcw-form .btn-firefox.disabled:hover .btn-icon-left,
.rcw-form .btn-firefox[disabled]:hover .btn-icon-left,
.rcw-form .btn-firefox.disabled:focus .btn-icon-left,
.rcw-form .btn-firefox[disabled]:focus .btn-icon-left,
.rcw-form .btn-firefox.disabled:active .btn-icon-left,
.rcw-form .btn-firefox[disabled]:active .btn-icon-left,
.rcw-form .btn-firefox.disabled.active .btn-icon-left,
.rcw-form .btn-firefox[disabled].active .btn-icon-left,
.rcw-form .btn-firefox.disabled .btn-icon-right,
.rcw-form .btn-firefox[disabled] .btn-icon-right,
.rcw-form .btn-firefox.disabled:hover .btn-icon-right,
.rcw-form .btn-firefox[disabled]:hover .btn-icon-right,
.rcw-form .btn-firefox.disabled:focus .btn-icon-right,
.rcw-form .btn-firefox[disabled]:focus .btn-icon-right,
.rcw-form .btn-firefox.disabled:active .btn-icon-right,
.rcw-form .btn-firefox[disabled]:active .btn-icon-right,
.rcw-form .btn-firefox.disabled.active .btn-icon-right,
.rcw-form .btn-firefox[disabled].active .btn-icon-right {
  background-color: #b99084;
  -webkit-box-shadow: inset 0 -2px 0 0 #b08174;
  -moz-box-shadow: inset 0 -2px 0 0 #b08174;
  box-shadow: inset 0 -2px 0 0 #b08174;
  }
.rcw-form .btn-ie {
  color: #fff;
  background-color: #14b8f7;
  -webkit-box-shadow: inset 0 -2px 0 0 #08abea;
  -moz-box-shadow: inset 0 -2px 0 0 #08abea;
  box-shadow: inset 0 -2px 0 0 #08abea;
  }
.rcw-form .btn-ie .btn-icon-left,
.rcw-form .btn-ie .btn-icon-right {
  background-color: #08abea;
  -webkit-box-shadow: inset 0 -2px 0 0 #0799d1;
  -moz-box-shadow: inset 0 -2px 0 0 #0799d1;
  box-shadow: inset 0 -2px 0 0 #0799d1;
  }
.rcw-form .btn-ie:hover,
.rcw-form .btn-ie:focus {
  background-color: #2dbff8;
  -webkit-box-shadow: inset 0 -2px 0 0 #14b8f7;
  -moz-box-shadow: inset 0 -2px 0 0 #14b8f7;
  box-shadow: inset 0 -2px 0 0 #14b8f7;
  }
.rcw-form .btn-ie:hover .btn-icon-left,
.rcw-form .btn-ie:focus .btn-icon-left,
.rcw-form .btn-ie:hover .btn-icon-right,
.rcw-form .btn-ie:focus .btn-icon-right {
  background-color: #14b8f7;
  -webkit-box-shadow: inset 0 -2px 0 0 #08abea;
  -moz-box-shadow: inset 0 -2px 0 0 #08abea;
  box-shadow: inset 0 -2px 0 0 #08abea;
  }
.rcw-form .btn-ie:active,
.rcw-form .btn-ie.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-ie:active .btn-icon-left,
.rcw-form .btn-ie.active .btn-icon-left,
.rcw-form .btn-ie:active .btn-icon-right,
.rcw-form .btn-ie.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-ie.disabled,
.rcw-form .btn-ie[disabled],
.rcw-form .btn-ie.disabled:hover,
.rcw-form .btn-ie[disabled]:hover,
.rcw-form .btn-ie.disabled:focus,
.rcw-form .btn-ie[disabled]:focus,
.rcw-form .btn-ie.disabled:active,
.rcw-form .btn-ie[disabled]:active,
.rcw-form .btn-ie.disabled.active,
.rcw-form .btn-ie[disabled].active {
  background-color: #93c9de;
  -webkit-box-shadow: inset 0 -2px 0 0 #7fc0d8;
  -moz-box-shadow: inset 0 -2px 0 0 #7fc0d8;
  box-shadow: inset 0 -2px 0 0 #7fc0d8;
  }
.rcw-form .btn-ie.disabled .btn-icon-left,
.rcw-form .btn-ie[disabled] .btn-icon-left,
.rcw-form .btn-ie.disabled:hover .btn-icon-left,
.rcw-form .btn-ie[disabled]:hover .btn-icon-left,
.rcw-form .btn-ie.disabled:focus .btn-icon-left,
.rcw-form .btn-ie[disabled]:focus .btn-icon-left,
.rcw-form .btn-ie.disabled:active .btn-icon-left,
.rcw-form .btn-ie[disabled]:active .btn-icon-left,
.rcw-form .btn-ie.disabled.active .btn-icon-left,
.rcw-form .btn-ie[disabled].active .btn-icon-left,
.rcw-form .btn-ie.disabled .btn-icon-right,
.rcw-form .btn-ie[disabled] .btn-icon-right,
.rcw-form .btn-ie.disabled:hover .btn-icon-right,
.rcw-form .btn-ie[disabled]:hover .btn-icon-right,
.rcw-form .btn-ie.disabled:focus .btn-icon-right,
.rcw-form .btn-ie[disabled]:focus .btn-icon-right,
.rcw-form .btn-ie.disabled:active .btn-icon-right,
.rcw-form .btn-ie[disabled]:active .btn-icon-right,
.rcw-form .btn-ie.disabled.active .btn-icon-right,
.rcw-form .btn-ie[disabled].active .btn-icon-right {
  background-color: #7fc0d8;
  -webkit-box-shadow: inset 0 -2px 0 0 #6cb6d2;
  -moz-box-shadow: inset 0 -2px 0 0 #6cb6d2;
  box-shadow: inset 0 -2px 0 0 #6cb6d2;
  }
.rcw-form .btn-opera {
  color: #fff;
  background-color: #cc0f16;
  -webkit-box-shadow: inset 0 -2px 0 0 #b40d13;
  -moz-box-shadow: inset 0 -2px 0 0 #b40d13;
  box-shadow: inset 0 -2px 0 0 #b40d13;
  }
.rcw-form .btn-opera .btn-icon-left,
.rcw-form .btn-opera .btn-icon-right {
  background-color: #b40d13;
  -webkit-box-shadow: inset 0 -2px 0 0 #9c0c11;
  -moz-box-shadow: inset 0 -2px 0 0 #9c0c11;
  box-shadow: inset 0 -2px 0 0 #9c0c11;
  }
.rcw-form .btn-opera:hover,
.rcw-form .btn-opera:focus {
  background-color: #e41119;
  -webkit-box-shadow: inset 0 -2px 0 0 #cc0f16;
  -moz-box-shadow: inset 0 -2px 0 0 #cc0f16;
  box-shadow: inset 0 -2px 0 0 #cc0f16;
  }
.rcw-form .btn-opera:hover .btn-icon-left,
.rcw-form .btn-opera:focus .btn-icon-left,
.rcw-form .btn-opera:hover .btn-icon-right,
.rcw-form .btn-opera:focus .btn-icon-right {
  background-color: #cc0f16;
  -webkit-box-shadow: inset 0 -2px 0 0 #b40d13;
  -moz-box-shadow: inset 0 -2px 0 0 #b40d13;
  box-shadow: inset 0 -2px 0 0 #b40d13;
  }
.rcw-form .btn-opera:active,
.rcw-form .btn-opera.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-opera:active .btn-icon-left,
.rcw-form .btn-opera.active .btn-icon-left,
.rcw-form .btn-opera:active .btn-icon-right,
.rcw-form .btn-opera.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-opera.disabled,
.rcw-form .btn-opera[disabled],
.rcw-form .btn-opera.disabled:hover,
.rcw-form .btn-opera[disabled]:hover,
.rcw-form .btn-opera.disabled:focus,
.rcw-form .btn-opera[disabled]:focus,
.rcw-form .btn-opera.disabled:active,
.rcw-form .btn-opera[disabled]:active,
.rcw-form .btn-opera.disabled.active,
.rcw-form .btn-opera[disabled].active {
  background-color: #cc7578;
  -webkit-box-shadow: inset 0 -2px 0 0 #c56266;
  -moz-box-shadow: inset 0 -2px 0 0 #c56266;
  box-shadow: inset 0 -2px 0 0 #c56266;
  }
.rcw-form .btn-opera.disabled .btn-icon-left,
.rcw-form .btn-opera[disabled] .btn-icon-left,
.rcw-form .btn-opera.disabled:hover .btn-icon-left,
.rcw-form .btn-opera[disabled]:hover .btn-icon-left,
.rcw-form .btn-opera.disabled:focus .btn-icon-left,
.rcw-form .btn-opera[disabled]:focus .btn-icon-left,
.rcw-form .btn-opera.disabled:active .btn-icon-left,
.rcw-form .btn-opera[disabled]:active .btn-icon-left,
.rcw-form .btn-opera.disabled.active .btn-icon-left,
.rcw-form .btn-opera[disabled].active .btn-icon-left,
.rcw-form .btn-opera.disabled .btn-icon-right,
.rcw-form .btn-opera[disabled] .btn-icon-right,
.rcw-form .btn-opera.disabled:hover .btn-icon-right,
.rcw-form .btn-opera[disabled]:hover .btn-icon-right,
.rcw-form .btn-opera.disabled:focus .btn-icon-right,
.rcw-form .btn-opera[disabled]:focus .btn-icon-right,
.rcw-form .btn-opera.disabled:active .btn-icon-right,
.rcw-form .btn-opera[disabled]:active .btn-icon-right,
.rcw-form .btn-opera.disabled.active .btn-icon-right,
.rcw-form .btn-opera[disabled].active .btn-icon-right {
  background-color: #c56266;
  -webkit-box-shadow: inset 0 -2px 0 0 #bf4f54;
  -moz-box-shadow: inset 0 -2px 0 0 #bf4f54;
  box-shadow: inset 0 -2px 0 0 #bf4f54;
  }
.rcw-form .btn-safari {
  color: #fff;
  background-color: #6dadec;
  -webkit-box-shadow: inset 0 -2px 0 0 #56a0e9;
  -moz-box-shadow: inset 0 -2px 0 0 #56a0e9;
  box-shadow: inset 0 -2px 0 0 #56a0e9;
  }
.rcw-form .btn-safari .btn-icon-left,
.rcw-form .btn-safari .btn-icon-right {
  background-color: #56a0e9;
  -webkit-box-shadow: inset 0 -2px 0 0 #4094e6;
  -moz-box-shadow: inset 0 -2px 0 0 #4094e6;
  box-shadow: inset 0 -2px 0 0 #4094e6;
  }
.rcw-form .btn-safari:hover,
.rcw-form .btn-safari:focus {
  background-color: #84baef;
  -webkit-box-shadow: inset 0 -2px 0 0 #6dadec;
  -moz-box-shadow: inset 0 -2px 0 0 #6dadec;
  box-shadow: inset 0 -2px 0 0 #6dadec;
  }
.rcw-form .btn-safari:hover .btn-icon-left,
.rcw-form .btn-safari:focus .btn-icon-left,
.rcw-form .btn-safari:hover .btn-icon-right,
.rcw-form .btn-safari:focus .btn-icon-right {
  background-color: #6dadec;
  -webkit-box-shadow: inset 0 -2px 0 0 #56a0e9;
  -moz-box-shadow: inset 0 -2px 0 0 #56a0e9;
  box-shadow: inset 0 -2px 0 0 #56a0e9;
  }
.rcw-form .btn-safari:active,
.rcw-form .btn-safari.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-safari:active .btn-icon-left,
.rcw-form .btn-safari.active .btn-icon-left,
.rcw-form .btn-safari:active .btn-icon-right,
.rcw-form .btn-safari.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-safari.disabled,
.rcw-form .btn-safari[disabled],
.rcw-form .btn-safari.disabled:hover,
.rcw-form .btn-safari[disabled]:hover,
.rcw-form .btn-safari.disabled:focus,
.rcw-form .btn-safari[disabled]:focus,
.rcw-form .btn-safari.disabled:active,
.rcw-form .btn-safari[disabled]:active,
.rcw-form .btn-safari.disabled.active,
.rcw-form .btn-safari[disabled].active {
  background-color: #d4e0eb;
  -webkit-box-shadow: inset 0 -2px 0 0 #c2d3e3;
  -moz-box-shadow: inset 0 -2px 0 0 #c2d3e3;
  box-shadow: inset 0 -2px 0 0 #c2d3e3;
  }
.rcw-form .btn-safari.disabled .btn-icon-left,
.rcw-form .btn-safari[disabled] .btn-icon-left,
.rcw-form .btn-safari.disabled:hover .btn-icon-left,
.rcw-form .btn-safari[disabled]:hover .btn-icon-left,
.rcw-form .btn-safari.disabled:focus .btn-icon-left,
.rcw-form .btn-safari[disabled]:focus .btn-icon-left,
.rcw-form .btn-safari.disabled:active .btn-icon-left,
.rcw-form .btn-safari[disabled]:active .btn-icon-left,
.rcw-form .btn-safari.disabled.active .btn-icon-left,
.rcw-form .btn-safari[disabled].active .btn-icon-left,
.rcw-form .btn-safari.disabled .btn-icon-right,
.rcw-form .btn-safari[disabled] .btn-icon-right,
.rcw-form .btn-safari.disabled:hover .btn-icon-right,
.rcw-form .btn-safari[disabled]:hover .btn-icon-right,
.rcw-form .btn-safari.disabled:focus .btn-icon-right,
.rcw-form .btn-safari[disabled]:focus .btn-icon-right,
.rcw-form .btn-safari.disabled:active .btn-icon-right,
.rcw-form .btn-safari[disabled]:active .btn-icon-right,
.rcw-form .btn-safari.disabled.active .btn-icon-right,
.rcw-form .btn-safari[disabled].active .btn-icon-right {
  background-color: #c2d3e3;
  -webkit-box-shadow: inset 0 -2px 0 0 #b1c6db;
  -moz-box-shadow: inset 0 -2px 0 0 #b1c6db;
  box-shadow: inset 0 -2px 0 0 #b1c6db;
  }
.rcw-form .btn-icomoon {
  color: #fff;
  background-color: #b35047;
  -webkit-box-shadow: inset 0 -2px 0 0 #a14840;
  -moz-box-shadow: inset 0 -2px 0 0 #a14840;
  box-shadow: inset 0 -2px 0 0 #a14840;
  }
.rcw-form .btn-icomoon .btn-icon-left,
.rcw-form .btn-icomoon .btn-icon-right {
  background-color: #a14840;
  -webkit-box-shadow: inset 0 -2px 0 0 #8e4039;
  -moz-box-shadow: inset 0 -2px 0 0 #8e4039;
  box-shadow: inset 0 -2px 0 0 #8e4039;
  }
.rcw-form .btn-icomoon:hover,
.rcw-form .btn-icomoon:focus {
  background-color: #bc6057;
  -webkit-box-shadow: inset 0 -2px 0 0 #b35047;
  -moz-box-shadow: inset 0 -2px 0 0 #b35047;
  box-shadow: inset 0 -2px 0 0 #b35047;
  }
.rcw-form .btn-icomoon:hover .btn-icon-left,
.rcw-form .btn-icomoon:focus .btn-icon-left,
.rcw-form .btn-icomoon:hover .btn-icon-right,
.rcw-form .btn-icomoon:focus .btn-icon-right {
  background-color: #b35047;
  -webkit-box-shadow: inset 0 -2px 0 0 #a14840;
  -moz-box-shadow: inset 0 -2px 0 0 #a14840;
  box-shadow: inset 0 -2px 0 0 #a14840;
  }
.rcw-form .btn-icomoon:active,
.rcw-form .btn-icomoon.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-icomoon:active .btn-icon-left,
.rcw-form .btn-icomoon.active .btn-icon-left,
.rcw-form .btn-icomoon:active .btn-icon-right,
.rcw-form .btn-icomoon.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-icomoon.disabled,
.rcw-form .btn-icomoon[disabled],
.rcw-form .btn-icomoon.disabled:hover,
.rcw-form .btn-icomoon[disabled]:hover,
.rcw-form .btn-icomoon.disabled:focus,
.rcw-form .btn-icomoon[disabled]:focus,
.rcw-form .btn-icomoon.disabled:active,
.rcw-form .btn-icomoon[disabled]:active,
.rcw-form .btn-icomoon.disabled.active,
.rcw-form .btn-icomoon[disabled].active {
  background-color: #b3aead;
  -webkit-box-shadow: inset 0 -2px 0 0 #a6a1a0;
  -moz-box-shadow: inset 0 -2px 0 0 #a6a1a0;
  box-shadow: inset 0 -2px 0 0 #a6a1a0;
  }
.rcw-form .btn-icomoon.disabled .btn-icon-left,
.rcw-form .btn-icomoon[disabled] .btn-icon-left,
.rcw-form .btn-icomoon.disabled:hover .btn-icon-left,
.rcw-form .btn-icomoon[disabled]:hover .btn-icon-left,
.rcw-form .btn-icomoon.disabled:focus .btn-icon-left,
.rcw-form .btn-icomoon[disabled]:focus .btn-icon-left,
.rcw-form .btn-icomoon.disabled:active .btn-icon-left,
.rcw-form .btn-icomoon[disabled]:active .btn-icon-left,
.rcw-form .btn-icomoon.disabled.active .btn-icon-left,
.rcw-form .btn-icomoon[disabled].active .btn-icon-left,
.rcw-form .btn-icomoon.disabled .btn-icon-right,
.rcw-form .btn-icomoon[disabled] .btn-icon-right,
.rcw-form .btn-icomoon.disabled:hover .btn-icon-right,
.rcw-form .btn-icomoon[disabled]:hover .btn-icon-right,
.rcw-form .btn-icomoon.disabled:focus .btn-icon-right,
.rcw-form .btn-icomoon[disabled]:focus .btn-icon-right,
.rcw-form .btn-icomoon.disabled:active .btn-icon-right,
.rcw-form .btn-icomoon[disabled]:active .btn-icon-right,
.rcw-form .btn-icomoon.disabled.active .btn-icon-right,
.rcw-form .btn-icomoon[disabled].active .btn-icon-right {
  background-color: #a6a1a0;
  -webkit-box-shadow: inset 0 -2px 0 0 #9a9493;
  -moz-box-shadow: inset 0 -2px 0 0 #9a9493;
  box-shadow: inset 0 -2px 0 0 #9a9493;
  }
.rcw-form .btn-lanyrd {
  color: #fff;
  background-color: #163459;
  -webkit-box-shadow: inset 0 -2px 0 0 #112845;
  -moz-box-shadow: inset 0 -2px 0 0 #112845;
  box-shadow: inset 0 -2px 0 0 #112845;
  }
.rcw-form .btn-lanyrd .btn-icon-left,
.rcw-form .btn-lanyrd .btn-icon-right {
  background-color: #112845;
  -webkit-box-shadow: inset 0 -2px 0 0 #0c1c30;
  -moz-box-shadow: inset 0 -2px 0 0 #0c1c30;
  box-shadow: inset 0 -2px 0 0 #0c1c30;
  }
.rcw-form .btn-lanyrd:hover,
.rcw-form .btn-lanyrd:focus {
  background-color: #1b406d;
  -webkit-box-shadow: inset 0 -2px 0 0 #163459;
  -moz-box-shadow: inset 0 -2px 0 0 #163459;
  box-shadow: inset 0 -2px 0 0 #163459;
  }
.rcw-form .btn-lanyrd:hover .btn-icon-left,
.rcw-form .btn-lanyrd:focus .btn-icon-left,
.rcw-form .btn-lanyrd:hover .btn-icon-right,
.rcw-form .btn-lanyrd:focus .btn-icon-right {
  background-color: #163459;
  -webkit-box-shadow: inset 0 -2px 0 0 #112845;
  -moz-box-shadow: inset 0 -2px 0 0 #112845;
  box-shadow: inset 0 -2px 0 0 #112845;
  }
.rcw-form .btn-lanyrd:active,
.rcw-form .btn-lanyrd.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-lanyrd:active .btn-icon-left,
.rcw-form .btn-lanyrd.active .btn-icon-left,
.rcw-form .btn-lanyrd:active .btn-icon-right,
.rcw-form .btn-lanyrd.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-lanyrd.disabled,
.rcw-form .btn-lanyrd[disabled],
.rcw-form .btn-lanyrd.disabled:hover,
.rcw-form .btn-lanyrd[disabled]:hover,
.rcw-form .btn-lanyrd.disabled:focus,
.rcw-form .btn-lanyrd[disabled]:focus,
.rcw-form .btn-lanyrd.disabled:active,
.rcw-form .btn-lanyrd[disabled]:active,
.rcw-form .btn-lanyrd.disabled.active,
.rcw-form .btn-lanyrd[disabled].active {
  background-color: #556880;
  -webkit-box-shadow: inset 0 -2px 0 0 #4b5c71;
  -moz-box-shadow: inset 0 -2px 0 0 #4b5c71;
  box-shadow: inset 0 -2px 0 0 #4b5c71;
  }
.rcw-form .btn-lanyrd.disabled .btn-icon-left,
.rcw-form .btn-lanyrd[disabled] .btn-icon-left,
.rcw-form .btn-lanyrd.disabled:hover .btn-icon-left,
.rcw-form .btn-lanyrd[disabled]:hover .btn-icon-left,
.rcw-form .btn-lanyrd.disabled:focus .btn-icon-left,
.rcw-form .btn-lanyrd[disabled]:focus .btn-icon-left,
.rcw-form .btn-lanyrd.disabled:active .btn-icon-left,
.rcw-form .btn-lanyrd[disabled]:active .btn-icon-left,
.rcw-form .btn-lanyrd.disabled.active .btn-icon-left,
.rcw-form .btn-lanyrd[disabled].active .btn-icon-left,
.rcw-form .btn-lanyrd.disabled .btn-icon-right,
.rcw-form .btn-lanyrd[disabled] .btn-icon-right,
.rcw-form .btn-lanyrd.disabled:hover .btn-icon-right,
.rcw-form .btn-lanyrd[disabled]:hover .btn-icon-right,
.rcw-form .btn-lanyrd.disabled:focus .btn-icon-right,
.rcw-form .btn-lanyrd[disabled]:focus .btn-icon-right,
.rcw-form .btn-lanyrd.disabled:active .btn-icon-right,
.rcw-form .btn-lanyrd[disabled]:active .btn-icon-right,
.rcw-form .btn-lanyrd.disabled.active .btn-icon-right,
.rcw-form .btn-lanyrd[disabled].active .btn-icon-right {
  background-color: #4b5c71;
  -webkit-box-shadow: inset 0 -2px 0 0 #414f61;
  -moz-box-shadow: inset 0 -2px 0 0 #414f61;
  box-shadow: inset 0 -2px 0 0 #414f61;
  }
.rcw-form .btn-deviantart {
  color: #fff;
  background-color: #404f4c;
  -webkit-box-shadow: inset 0 -2px 0 0 #35413e;
  -moz-box-shadow: inset 0 -2px 0 0 #35413e;
  box-shadow: inset 0 -2px 0 0 #35413e;
  }
.rcw-form .btn-deviantart .btn-icon-left,
.rcw-form .btn-deviantart .btn-icon-right {
  background-color: #35413e;
  -webkit-box-shadow: inset 0 -2px 0 0 #293331;
  -moz-box-shadow: inset 0 -2px 0 0 #293331;
  box-shadow: inset 0 -2px 0 0 #293331;
  }
.rcw-form .btn-deviantart:hover,
.rcw-form .btn-deviantart:focus {
  background-color: #4b5d5a;
  -webkit-box-shadow: inset 0 -2px 0 0 #404f4c;
  -moz-box-shadow: inset 0 -2px 0 0 #404f4c;
  box-shadow: inset 0 -2px 0 0 #404f4c;
  }
.rcw-form .btn-deviantart:hover .btn-icon-left,
.rcw-form .btn-deviantart:focus .btn-icon-left,
.rcw-form .btn-deviantart:hover .btn-icon-right,
.rcw-form .btn-deviantart:focus .btn-icon-right {
  background-color: #404f4c;
  -webkit-box-shadow: inset 0 -2px 0 0 #35413e;
  -moz-box-shadow: inset 0 -2px 0 0 #35413e;
  box-shadow: inset 0 -2px 0 0 #35413e;
  }
.rcw-form .btn-deviantart:active,
.rcw-form .btn-deviantart.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-deviantart:active .btn-icon-left,
.rcw-form .btn-deviantart.active .btn-icon-left,
.rcw-form .btn-deviantart:active .btn-icon-right,
.rcw-form .btn-deviantart.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-deviantart.disabled,
.rcw-form .btn-deviantart[disabled],
.rcw-form .btn-deviantart.disabled:hover,
.rcw-form .btn-deviantart[disabled]:hover,
.rcw-form .btn-deviantart.disabled:focus,
.rcw-form .btn-deviantart[disabled]:focus,
.rcw-form .btn-deviantart.disabled:active,
.rcw-form .btn-deviantart[disabled]:active,
.rcw-form .btn-deviantart.disabled.active,
.rcw-form .btn-deviantart[disabled].active {
  background-color: #7b7b7b;
  -webkit-box-shadow: inset 0 -2px 0 0 #6e6e6e;
  -moz-box-shadow: inset 0 -2px 0 0 #6e6e6e;
  box-shadow: inset 0 -2px 0 0 #6e6e6e;
  }
.rcw-form .btn-deviantart.disabled .btn-icon-left,
.rcw-form .btn-deviantart[disabled] .btn-icon-left,
.rcw-form .btn-deviantart.disabled:hover .btn-icon-left,
.rcw-form .btn-deviantart[disabled]:hover .btn-icon-left,
.rcw-form .btn-deviantart.disabled:focus .btn-icon-left,
.rcw-form .btn-deviantart[disabled]:focus .btn-icon-left,
.rcw-form .btn-deviantart.disabled:active .btn-icon-left,
.rcw-form .btn-deviantart[disabled]:active .btn-icon-left,
.rcw-form .btn-deviantart.disabled.active .btn-icon-left,
.rcw-form .btn-deviantart[disabled].active .btn-icon-left,
.rcw-form .btn-deviantart.disabled .btn-icon-right,
.rcw-form .btn-deviantart[disabled] .btn-icon-right,
.rcw-form .btn-deviantart.disabled:hover .btn-icon-right,
.rcw-form .btn-deviantart[disabled]:hover .btn-icon-right,
.rcw-form .btn-deviantart.disabled:focus .btn-icon-right,
.rcw-form .btn-deviantart[disabled]:focus .btn-icon-right,
.rcw-form .btn-deviantart.disabled:active .btn-icon-right,
.rcw-form .btn-deviantart[disabled]:active .btn-icon-right,
.rcw-form .btn-deviantart.disabled.active .btn-icon-right,
.rcw-form .btn-deviantart[disabled].active .btn-icon-right {
  background-color: #6e6e6e;
  -webkit-box-shadow: inset 0 -2px 0 0 #616161;
  -moz-box-shadow: inset 0 -2px 0 0 #616161;
  box-shadow: inset 0 -2px 0 0 #616161;
  }
.rcw-form .btn-forrst {
  color: #fff;
  background-color: #3b7140;
  -webkit-box-shadow: inset 0 -2px 0 0 #326037;
  -moz-box-shadow: inset 0 -2px 0 0 #326037;
  box-shadow: inset 0 -2px 0 0 #326037;
  }
.rcw-form .btn-forrst .btn-icon-left,
.rcw-form .btn-forrst .btn-icon-right {
  background-color: #326037;
  -webkit-box-shadow: inset 0 -2px 0 0 #2a4f2d;
  -moz-box-shadow: inset 0 -2px 0 0 #2a4f2d;
  box-shadow: inset 0 -2px 0 0 #2a4f2d;
  }
.rcw-form .btn-forrst:hover,
.rcw-form .btn-forrst:focus {
  background-color: #448249;
  -webkit-box-shadow: inset 0 -2px 0 0 #3b7140;
  -moz-box-shadow: inset 0 -2px 0 0 #3b7140;
  box-shadow: inset 0 -2px 0 0 #3b7140;
  }
.rcw-form .btn-forrst:hover .btn-icon-left,
.rcw-form .btn-forrst:focus .btn-icon-left,
.rcw-form .btn-forrst:hover .btn-icon-right,
.rcw-form .btn-forrst:focus .btn-icon-right {
  background-color: #3b7140;
  -webkit-box-shadow: inset 0 -2px 0 0 #326037;
  -moz-box-shadow: inset 0 -2px 0 0 #326037;
  box-shadow: inset 0 -2px 0 0 #326037;
  }
.rcw-form .btn-forrst:active,
.rcw-form .btn-forrst.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-forrst:active .btn-icon-left,
.rcw-form .btn-forrst.active .btn-icon-left,
.rcw-form .btn-forrst:active .btn-icon-right,
.rcw-form .btn-forrst.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-forrst.disabled,
.rcw-form .btn-forrst[disabled],
.rcw-form .btn-forrst.disabled:hover,
.rcw-form .btn-forrst[disabled]:hover,
.rcw-form .btn-forrst.disabled:focus,
.rcw-form .btn-forrst[disabled]:focus,
.rcw-form .btn-forrst.disabled:active,
.rcw-form .btn-forrst[disabled]:active,
.rcw-form .btn-forrst.disabled.active,
.rcw-form .btn-forrst[disabled].active {
  background-color: #898989;
  -webkit-box-shadow: inset 0 -2px 0 0 #7c7c7c;
  -moz-box-shadow: inset 0 -2px 0 0 #7c7c7c;
  box-shadow: inset 0 -2px 0 0 #7c7c7c;
  }
.rcw-form .btn-forrst.disabled .btn-icon-left,
.rcw-form .btn-forrst[disabled] .btn-icon-left,
.rcw-form .btn-forrst.disabled:hover .btn-icon-left,
.rcw-form .btn-forrst[disabled]:hover .btn-icon-left,
.rcw-form .btn-forrst.disabled:focus .btn-icon-left,
.rcw-form .btn-forrst[disabled]:focus .btn-icon-left,
.rcw-form .btn-forrst.disabled:active .btn-icon-left,
.rcw-form .btn-forrst[disabled]:active .btn-icon-left,
.rcw-form .btn-forrst.disabled.active .btn-icon-left,
.rcw-form .btn-forrst[disabled].active .btn-icon-left,
.rcw-form .btn-forrst.disabled .btn-icon-right,
.rcw-form .btn-forrst[disabled] .btn-icon-right,
.rcw-form .btn-forrst.disabled:hover .btn-icon-right,
.rcw-form .btn-forrst[disabled]:hover .btn-icon-right,
.rcw-form .btn-forrst.disabled:focus .btn-icon-right,
.rcw-form .btn-forrst[disabled]:focus .btn-icon-right,
.rcw-form .btn-forrst.disabled:active .btn-icon-right,
.rcw-form .btn-forrst[disabled]:active .btn-icon-right,
.rcw-form .btn-forrst.disabled.active .btn-icon-right,
.rcw-form .btn-forrst[disabled].active .btn-icon-right {
  background-color: #7c7c7c;
  -webkit-box-shadow: inset 0 -2px 0 0 #707070;
  -moz-box-shadow: inset 0 -2px 0 0 #707070;
  box-shadow: inset 0 -2px 0 0 #707070;
  }
.rcw-form .btn-yahoo {
  color: #fff;
  background-color: #500095;
  -webkit-box-shadow: inset 0 -2px 0 0 #42007c;
  -moz-box-shadow: inset 0 -2px 0 0 #42007c;
  box-shadow: inset 0 -2px 0 0 #42007c;
  }
.rcw-form .btn-yahoo .btn-icon-left,
.rcw-form .btn-yahoo .btn-icon-right {
  background-color: #42007c;
  -webkit-box-shadow: inset 0 -2px 0 0 #350062;
  -moz-box-shadow: inset 0 -2px 0 0 #350062;
  box-shadow: inset 0 -2px 0 0 #350062;
  }
.rcw-form .btn-yahoo:hover,
.rcw-form .btn-yahoo:focus {
  background-color: #5e00af;
  -webkit-box-shadow: inset 0 -2px 0 0 #500095;
  -moz-box-shadow: inset 0 -2px 0 0 #500095;
  box-shadow: inset 0 -2px 0 0 #500095;
  }
.rcw-form .btn-yahoo:hover .btn-icon-left,
.rcw-form .btn-yahoo:focus .btn-icon-left,
.rcw-form .btn-yahoo:hover .btn-icon-right,
.rcw-form .btn-yahoo:focus .btn-icon-right {
  background-color: #500095;
  -webkit-box-shadow: inset 0 -2px 0 0 #42007c;
  -moz-box-shadow: inset 0 -2px 0 0 #42007c;
  box-shadow: inset 0 -2px 0 0 #42007c;
  }
.rcw-form .btn-yahoo:active,
.rcw-form .btn-yahoo.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-yahoo:active .btn-icon-left,
.rcw-form .btn-yahoo.active .btn-icon-left,
.rcw-form .btn-yahoo:active .btn-icon-right,
.rcw-form .btn-yahoo.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-yahoo.disabled,
.rcw-form .btn-yahoo[disabled],
.rcw-form .btn-yahoo.disabled:hover,
.rcw-form .btn-yahoo[disabled]:hover,
.rcw-form .btn-yahoo.disabled:focus,
.rcw-form .btn-yahoo[disabled]:focus,
.rcw-form .btn-yahoo.disabled:active,
.rcw-form .btn-yahoo[disabled]:active,
.rcw-form .btn-yahoo.disabled.active,
.rcw-form .btn-yahoo[disabled].active {
  background-color: #8332c9;
  -webkit-box-shadow: inset 0 -2px 0 0 #762db4;
  -moz-box-shadow: inset 0 -2px 0 0 #762db4;
  box-shadow: inset 0 -2px 0 0 #762db4;
  }
.rcw-form .btn-yahoo.disabled .btn-icon-left,
.rcw-form .btn-yahoo[disabled] .btn-icon-left,
.rcw-form .btn-yahoo.disabled:hover .btn-icon-left,
.rcw-form .btn-yahoo[disabled]:hover .btn-icon-left,
.rcw-form .btn-yahoo.disabled:focus .btn-icon-left,
.rcw-form .btn-yahoo[disabled]:focus .btn-icon-left,
.rcw-form .btn-yahoo.disabled:active .btn-icon-left,
.rcw-form .btn-yahoo[disabled]:active .btn-icon-left,
.rcw-form .btn-yahoo.disabled.active .btn-icon-left,
.rcw-form .btn-yahoo[disabled].active .btn-icon-left,
.rcw-form .btn-yahoo.disabled .btn-icon-right,
.rcw-form .btn-yahoo[disabled] .btn-icon-right,
.rcw-form .btn-yahoo.disabled:hover .btn-icon-right,
.rcw-form .btn-yahoo[disabled]:hover .btn-icon-right,
.rcw-form .btn-yahoo.disabled:focus .btn-icon-right,
.rcw-form .btn-yahoo[disabled]:focus .btn-icon-right,
.rcw-form .btn-yahoo.disabled:active .btn-icon-right,
.rcw-form .btn-yahoo[disabled]:active .btn-icon-right,
.rcw-form .btn-yahoo.disabled.active .btn-icon-right,
.rcw-form .btn-yahoo[disabled].active .btn-icon-right {
  background-color: #762db4;
  -webkit-box-shadow: inset 0 -2px 0 0 #6828a0;
  -moz-box-shadow: inset 0 -2px 0 0 #6828a0;
  box-shadow: inset 0 -2px 0 0 #6828a0;
  }
.rcw-form .btn-steam {
  color: #fff;
  background-color: #343434;
  -webkit-box-shadow: inset 0 -2px 0 0 #272727;
  -moz-box-shadow: inset 0 -2px 0 0 #272727;
  box-shadow: inset 0 -2px 0 0 #272727;
  }
.rcw-form .btn-steam .btn-icon-left,
.rcw-form .btn-steam .btn-icon-right {
  background-color: #272727;
  -webkit-box-shadow: inset 0 -2px 0 0 #1a1a1a;
  -moz-box-shadow: inset 0 -2px 0 0 #1a1a1a;
  box-shadow: inset 0 -2px 0 0 #1a1a1a;
  }
.rcw-form .btn-steam:hover,
.rcw-form .btn-steam:focus {
  background-color: #414141;
  -webkit-box-shadow: inset 0 -2px 0 0 #343434;
  -moz-box-shadow: inset 0 -2px 0 0 #343434;
  box-shadow: inset 0 -2px 0 0 #343434;
  }
.rcw-form .btn-steam:hover .btn-icon-left,
.rcw-form .btn-steam:focus .btn-icon-left,
.rcw-form .btn-steam:hover .btn-icon-right,
.rcw-form .btn-steam:focus .btn-icon-right {
  background-color: #343434;
  -webkit-box-shadow: inset 0 -2px 0 0 #272727;
  -moz-box-shadow: inset 0 -2px 0 0 #272727;
  box-shadow: inset 0 -2px 0 0 #272727;
  }
.rcw-form .btn-steam:active,
.rcw-form .btn-steam.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-steam:active .btn-icon-left,
.rcw-form .btn-steam.active .btn-icon-left,
.rcw-form .btn-steam:active .btn-icon-right,
.rcw-form .btn-steam.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-steam.disabled,
.rcw-form .btn-steam[disabled],
.rcw-form .btn-steam.disabled:hover,
.rcw-form .btn-steam[disabled]:hover,
.rcw-form .btn-steam.disabled:focus,
.rcw-form .btn-steam[disabled]:focus,
.rcw-form .btn-steam.disabled:active,
.rcw-form .btn-steam[disabled]:active,
.rcw-form .btn-steam.disabled.active,
.rcw-form .btn-steam[disabled].active {
  background-color: #676767;
  -webkit-box-shadow: inset 0 -2px 0 0 #5a5a5a;
  -moz-box-shadow: inset 0 -2px 0 0 #5a5a5a;
  box-shadow: inset 0 -2px 0 0 #5a5a5a;
  }
.rcw-form .btn-steam.disabled .btn-icon-left,
.rcw-form .btn-steam[disabled] .btn-icon-left,
.rcw-form .btn-steam.disabled:hover .btn-icon-left,
.rcw-form .btn-steam[disabled]:hover .btn-icon-left,
.rcw-form .btn-steam.disabled:focus .btn-icon-left,
.rcw-form .btn-steam[disabled]:focus .btn-icon-left,
.rcw-form .btn-steam.disabled:active .btn-icon-left,
.rcw-form .btn-steam[disabled]:active .btn-icon-left,
.rcw-form .btn-steam.disabled.active .btn-icon-left,
.rcw-form .btn-steam[disabled].active .btn-icon-left,
.rcw-form .btn-steam.disabled .btn-icon-right,
.rcw-form .btn-steam[disabled] .btn-icon-right,
.rcw-form .btn-steam.disabled:hover .btn-icon-right,
.rcw-form .btn-steam[disabled]:hover .btn-icon-right,
.rcw-form .btn-steam.disabled:focus .btn-icon-right,
.rcw-form .btn-steam[disabled]:focus .btn-icon-right,
.rcw-form .btn-steam.disabled:active .btn-icon-right,
.rcw-form .btn-steam[disabled]:active .btn-icon-right,
.rcw-form .btn-steam.disabled.active .btn-icon-right,
.rcw-form .btn-steam[disabled].active .btn-icon-right {
  background-color: #5a5a5a;
  -webkit-box-shadow: inset 0 -2px 0 0 #4e4e4e;
  -moz-box-shadow: inset 0 -2px 0 0 #4e4e4e;
  box-shadow: inset 0 -2px 0 0 #4e4e4e;
  }
.rcw-form .btn-reddit {
  color: #fff;
  background-color: #ff3d00;
  -webkit-box-shadow: inset 0 -2px 0 0 #e63700;
  -moz-box-shadow: inset 0 -2px 0 0 #e63700;
  box-shadow: inset 0 -2px 0 0 #e63700;
  }
.rcw-form .btn-reddit .btn-icon-left,
.rcw-form .btn-reddit .btn-icon-right {
  background-color: #e63700;
  -webkit-box-shadow: inset 0 -2px 0 0 #cc3100;
  -moz-box-shadow: inset 0 -2px 0 0 #cc3100;
  box-shadow: inset 0 -2px 0 0 #cc3100;
  }
.rcw-form .btn-reddit:hover,
.rcw-form .btn-reddit:focus {
  background-color: #ff501a;
  -webkit-box-shadow: inset 0 -2px 0 0 #ff3d00;
  -moz-box-shadow: inset 0 -2px 0 0 #ff3d00;
  box-shadow: inset 0 -2px 0 0 #ff3d00;
  }
.rcw-form .btn-reddit:hover .btn-icon-left,
.rcw-form .btn-reddit:focus .btn-icon-left,
.rcw-form .btn-reddit:hover .btn-icon-right,
.rcw-form .btn-reddit:focus .btn-icon-right {
  background-color: #ff3d00;
  -webkit-box-shadow: inset 0 -2px 0 0 #e63700;
  -moz-box-shadow: inset 0 -2px 0 0 #e63700;
  box-shadow: inset 0 -2px 0 0 #e63700;
  }
.rcw-form .btn-reddit:active,
.rcw-form .btn-reddit.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-reddit:active .btn-icon-left,
.rcw-form .btn-reddit.active .btn-icon-left,
.rcw-form .btn-reddit:active .btn-icon-right,
.rcw-form .btn-reddit.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-reddit.disabled,
.rcw-form .btn-reddit[disabled],
.rcw-form .btn-reddit.disabled:hover,
.rcw-form .btn-reddit[disabled]:hover,
.rcw-form .btn-reddit.disabled:focus,
.rcw-form .btn-reddit[disabled]:focus,
.rcw-form .btn-reddit.disabled:active,
.rcw-form .btn-reddit[disabled]:active,
.rcw-form .btn-reddit.disabled.active,
.rcw-form .btn-reddit[disabled].active {
  background-color: #e09b85;
  -webkit-box-shadow: inset 0 -2px 0 0 #db8a70;
  -moz-box-shadow: inset 0 -2px 0 0 #db8a70;
  box-shadow: inset 0 -2px 0 0 #db8a70;
  }
.rcw-form .btn-reddit.disabled .btn-icon-left,
.rcw-form .btn-reddit[disabled] .btn-icon-left,
.rcw-form .btn-reddit.disabled:hover .btn-icon-left,
.rcw-form .btn-reddit[disabled]:hover .btn-icon-left,
.rcw-form .btn-reddit.disabled:focus .btn-icon-left,
.rcw-form .btn-reddit[disabled]:focus .btn-icon-left,
.rcw-form .btn-reddit.disabled:active .btn-icon-left,
.rcw-form .btn-reddit[disabled]:active .btn-icon-left,
.rcw-form .btn-reddit.disabled.active .btn-icon-left,
.rcw-form .btn-reddit[disabled].active .btn-icon-left,
.rcw-form .btn-reddit.disabled .btn-icon-right,
.rcw-form .btn-reddit[disabled] .btn-icon-right,
.rcw-form .btn-reddit.disabled:hover .btn-icon-right,
.rcw-form .btn-reddit[disabled]:hover .btn-icon-right,
.rcw-form .btn-reddit.disabled:focus .btn-icon-right,
.rcw-form .btn-reddit[disabled]:focus .btn-icon-right,
.rcw-form .btn-reddit.disabled:active .btn-icon-right,
.rcw-form .btn-reddit[disabled]:active .btn-icon-right,
.rcw-form .btn-reddit.disabled.active .btn-icon-right,
.rcw-form .btn-reddit[disabled].active .btn-icon-right {
  background-color: #db8a70;
  -webkit-box-shadow: inset 0 -2px 0 0 #d6795c;
  -moz-box-shadow: inset 0 -2px 0 0 #d6795c;
  box-shadow: inset 0 -2px 0 0 #d6795c;
  }
.rcw-form .btn-picasa {
  color: #fff;
  background-color: #846c9e;
  -webkit-box-shadow: inset 0 -2px 0 0 #776091;
  -moz-box-shadow: inset 0 -2px 0 0 #776091;
  box-shadow: inset 0 -2px 0 0 #776091;
  }
.rcw-form .btn-picasa .btn-icon-left,
.rcw-form .btn-picasa .btn-icon-right {
  background-color: #776091;
  -webkit-box-shadow: inset 0 -2px 0 0 #6b5582;
  -moz-box-shadow: inset 0 -2px 0 0 #6b5582;
  box-shadow: inset 0 -2px 0 0 #6b5582;
  }
.rcw-form .btn-picasa:hover,
.rcw-form .btn-picasa:focus {
  background-color: #917ba8;
  -webkit-box-shadow: inset 0 -2px 0 0 #846c9e;
  -moz-box-shadow: inset 0 -2px 0 0 #846c9e;
  box-shadow: inset 0 -2px 0 0 #846c9e;
  }
.rcw-form .btn-picasa:hover .btn-icon-left,
.rcw-form .btn-picasa:focus .btn-icon-left,
.rcw-form .btn-picasa:hover .btn-icon-right,
.rcw-form .btn-picasa:focus .btn-icon-right {
  background-color: #846c9e;
  -webkit-box-shadow: inset 0 -2px 0 0 #776091;
  -moz-box-shadow: inset 0 -2px 0 0 #776091;
  box-shadow: inset 0 -2px 0 0 #776091;
  }
.rcw-form .btn-picasa:active,
.rcw-form .btn-picasa.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-picasa:active .btn-icon-left,
.rcw-form .btn-picasa.active .btn-icon-left,
.rcw-form .btn-picasa:active .btn-icon-right,
.rcw-form .btn-picasa.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-picasa.disabled,
.rcw-form .btn-picasa[disabled],
.rcw-form .btn-picasa.disabled:hover,
.rcw-form .btn-picasa[disabled]:hover,
.rcw-form .btn-picasa.disabled:focus,
.rcw-form .btn-picasa[disabled]:focus,
.rcw-form .btn-picasa.disabled:active,
.rcw-form .btn-picasa[disabled]:active,
.rcw-form .btn-picasa.disabled.active,
.rcw-form .btn-picasa[disabled].active {
  background-color: #b8b8b8;
  -webkit-box-shadow: inset 0 -2px 0 0 #ababab;
  -moz-box-shadow: inset 0 -2px 0 0 #ababab;
  box-shadow: inset 0 -2px 0 0 #ababab;
  }
.rcw-form .btn-picasa.disabled .btn-icon-left,
.rcw-form .btn-picasa[disabled] .btn-icon-left,
.rcw-form .btn-picasa.disabled:hover .btn-icon-left,
.rcw-form .btn-picasa[disabled]:hover .btn-icon-left,
.rcw-form .btn-picasa.disabled:focus .btn-icon-left,
.rcw-form .btn-picasa[disabled]:focus .btn-icon-left,
.rcw-form .btn-picasa.disabled:active .btn-icon-left,
.rcw-form .btn-picasa[disabled]:active .btn-icon-left,
.rcw-form .btn-picasa.disabled.active .btn-icon-left,
.rcw-form .btn-picasa[disabled].active .btn-icon-left,
.rcw-form .btn-picasa.disabled .btn-icon-right,
.rcw-form .btn-picasa[disabled] .btn-icon-right,
.rcw-form .btn-picasa.disabled:hover .btn-icon-right,
.rcw-form .btn-picasa[disabled]:hover .btn-icon-right,
.rcw-form .btn-picasa.disabled:focus .btn-icon-right,
.rcw-form .btn-picasa[disabled]:focus .btn-icon-right,
.rcw-form .btn-picasa.disabled:active .btn-icon-right,
.rcw-form .btn-picasa[disabled]:active .btn-icon-right,
.rcw-form .btn-picasa.disabled.active .btn-icon-right,
.rcw-form .btn-picasa[disabled].active .btn-icon-right {
  background-color: #ababab;
  -webkit-box-shadow: inset 0 -2px 0 0 #9f9f9f;
  -moz-box-shadow: inset 0 -2px 0 0 #9f9f9f;
  box-shadow: inset 0 -2px 0 0 #9f9f9f;
  }
.rcw-form .btn-delicious {
  color: #fff;
  background-color: #39f;
  -webkit-box-shadow: inset 0 -2px 0 0 #198cff;
  -moz-box-shadow: inset 0 -2px 0 0 #198cff;
  box-shadow: inset 0 -2px 0 0 #198cff;
  }
.rcw-form .btn-delicious .btn-icon-left,
.rcw-form .btn-delicious .btn-icon-right {
  background-color: #198cff;
  -webkit-box-shadow: inset 0 -2px 0 0 #007fff;
  -moz-box-shadow: inset 0 -2px 0 0 #007fff;
  box-shadow: inset 0 -2px 0 0 #007fff;
  }
.rcw-form .btn-delicious:hover,
.rcw-form .btn-delicious:focus {
  background-color: #4da6ff;
  -webkit-box-shadow: inset 0 -2px 0 0 #39f;
  -moz-box-shadow: inset 0 -2px 0 0 #39f;
  box-shadow: inset 0 -2px 0 0 #39f;
  }
.rcw-form .btn-delicious:hover .btn-icon-left,
.rcw-form .btn-delicious:focus .btn-icon-left,
.rcw-form .btn-delicious:hover .btn-icon-right,
.rcw-form .btn-delicious:focus .btn-icon-right {
  background-color: #39f;
  -webkit-box-shadow: inset 0 -2px 0 0 #198cff;
  -moz-box-shadow: inset 0 -2px 0 0 #198cff;
  box-shadow: inset 0 -2px 0 0 #198cff;
  }
.rcw-form .btn-delicious:active,
.rcw-form .btn-delicious.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-delicious:active .btn-icon-left,
.rcw-form .btn-delicious.active .btn-icon-left,
.rcw-form .btn-delicious:active .btn-icon-right,
.rcw-form .btn-delicious.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-delicious.disabled,
.rcw-form .btn-delicious[disabled],
.rcw-form .btn-delicious.disabled:hover,
.rcw-form .btn-delicious[disabled]:hover,
.rcw-form .btn-delicious.disabled:focus,
.rcw-form .btn-delicious[disabled]:focus,
.rcw-form .btn-delicious.disabled:active,
.rcw-form .btn-delicious[disabled]:active,
.rcw-form .btn-delicious.disabled.active,
.rcw-form .btn-delicious[disabled].active {
  background-color: #adcceb;
  -webkit-box-shadow: inset 0 -2px 0 0 #99bfe6;
  -moz-box-shadow: inset 0 -2px 0 0 #99bfe6;
  box-shadow: inset 0 -2px 0 0 #99bfe6;
  }
.rcw-form .btn-delicious.disabled .btn-icon-left,
.rcw-form .btn-delicious[disabled] .btn-icon-left,
.rcw-form .btn-delicious.disabled:hover .btn-icon-left,
.rcw-form .btn-delicious[disabled]:hover .btn-icon-left,
.rcw-form .btn-delicious.disabled:focus .btn-icon-left,
.rcw-form .btn-delicious[disabled]:focus .btn-icon-left,
.rcw-form .btn-delicious.disabled:active .btn-icon-left,
.rcw-form .btn-delicious[disabled]:active .btn-icon-left,
.rcw-form .btn-delicious.disabled.active .btn-icon-left,
.rcw-form .btn-delicious[disabled].active .btn-icon-left,
.rcw-form .btn-delicious.disabled .btn-icon-right,
.rcw-form .btn-delicious[disabled] .btn-icon-right,
.rcw-form .btn-delicious.disabled:hover .btn-icon-right,
.rcw-form .btn-delicious[disabled]:hover .btn-icon-right,
.rcw-form .btn-delicious.disabled:focus .btn-icon-right,
.rcw-form .btn-delicious[disabled]:focus .btn-icon-right,
.rcw-form .btn-delicious.disabled:active .btn-icon-right,
.rcw-form .btn-delicious[disabled]:active .btn-icon-right,
.rcw-form .btn-delicious.disabled.active .btn-icon-right,
.rcw-form .btn-delicious[disabled].active .btn-icon-right {
  background-color: #99bfe6;
  -webkit-box-shadow: inset 0 -2px 0 0 #85b3e0;
  -moz-box-shadow: inset 0 -2px 0 0 #85b3e0;
  box-shadow: inset 0 -2px 0 0 #85b3e0;
  }
.rcw-form .btn-behance {
  color: #fff;
  background-color: #0c77a1;
  -webkit-box-shadow: inset 0 -2px 0 0 #0a6589;
  -moz-box-shadow: inset 0 -2px 0 0 #0a6589;
  box-shadow: inset 0 -2px 0 0 #0a6589;
  }
.rcw-form .btn-behance .btn-icon-left,
.rcw-form .btn-behance .btn-icon-right {
  background-color: #0a6589;
  -webkit-box-shadow: inset 0 -2px 0 0 #085472;
  -moz-box-shadow: inset 0 -2px 0 0 #085472;
  box-shadow: inset 0 -2px 0 0 #085472;
  }
.rcw-form .btn-behance:hover,
.rcw-form .btn-behance:focus {
  background-color: #0e89b9;
  -webkit-box-shadow: inset 0 -2px 0 0 #0c77a1;
  -moz-box-shadow: inset 0 -2px 0 0 #0c77a1;
  box-shadow: inset 0 -2px 0 0 #0c77a1;
  }
.rcw-form .btn-behance:hover .btn-icon-left,
.rcw-form .btn-behance:focus .btn-icon-left,
.rcw-form .btn-behance:hover .btn-icon-right,
.rcw-form .btn-behance:focus .btn-icon-right {
  background-color: #0c77a1;
  -webkit-box-shadow: inset 0 -2px 0 0 #0a6589;
  -moz-box-shadow: inset 0 -2px 0 0 #0a6589;
  box-shadow: inset 0 -2px 0 0 #0a6589;
  }
.rcw-form .btn-behance:active,
.rcw-form .btn-behance.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-behance:active .btn-icon-left,
.rcw-form .btn-behance.active .btn-icon-left,
.rcw-form .btn-behance:active .btn-icon-right,
.rcw-form .btn-behance.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-behance.disabled,
.rcw-form .btn-behance[disabled],
.rcw-form .btn-behance.disabled:hover,
.rcw-form .btn-behance[disabled]:hover,
.rcw-form .btn-behance.disabled:focus,
.rcw-form .btn-behance[disabled]:focus,
.rcw-form .btn-behance.disabled:active,
.rcw-form .btn-behance[disabled]:active,
.rcw-form .btn-behance.disabled.active,
.rcw-form .btn-behance[disabled].active {
  background-color: #53a1c0;
  -webkit-box-shadow: inset 0 -2px 0 0 #4396b6;
  -moz-box-shadow: inset 0 -2px 0 0 #4396b6;
  box-shadow: inset 0 -2px 0 0 #4396b6;
  }
.rcw-form .btn-behance.disabled .btn-icon-left,
.rcw-form .btn-behance[disabled] .btn-icon-left,
.rcw-form .btn-behance.disabled:hover .btn-icon-left,
.rcw-form .btn-behance[disabled]:hover .btn-icon-left,
.rcw-form .btn-behance.disabled:focus .btn-icon-left,
.rcw-form .btn-behance[disabled]:focus .btn-icon-left,
.rcw-form .btn-behance.disabled:active .btn-icon-left,
.rcw-form .btn-behance[disabled]:active .btn-icon-left,
.rcw-form .btn-behance.disabled.active .btn-icon-left,
.rcw-form .btn-behance[disabled].active .btn-icon-left,
.rcw-form .btn-behance.disabled .btn-icon-right,
.rcw-form .btn-behance[disabled] .btn-icon-right,
.rcw-form .btn-behance.disabled:hover .btn-icon-right,
.rcw-form .btn-behance[disabled]:hover .btn-icon-right,
.rcw-form .btn-behance.disabled:focus .btn-icon-right,
.rcw-form .btn-behance[disabled]:focus .btn-icon-right,
.rcw-form .btn-behance.disabled:active .btn-icon-right,
.rcw-form .btn-behance[disabled]:active .btn-icon-right,
.rcw-form .btn-behance.disabled.active .btn-icon-right,
.rcw-form .btn-behance[disabled].active .btn-icon-right {
  background-color: #4396b6;
  -webkit-box-shadow: inset 0 -2px 0 0 #3c87a4;
  -moz-box-shadow: inset 0 -2px 0 0 #3c87a4;
  box-shadow: inset 0 -2px 0 0 #3c87a4;
  }
.rcw-form .btn-mixi {
  color: #fff;
  background-color: #d1ad59;
  -webkit-box-shadow: inset 0 -2px 0 0 #cba345;
  -moz-box-shadow: inset 0 -2px 0 0 #cba345;
  box-shadow: inset 0 -2px 0 0 #cba345;
  }
.rcw-form .btn-mixi .btn-icon-left,
.rcw-form .btn-mixi .btn-icon-right {
  background-color: #cba345;
  -webkit-box-shadow: inset 0 -2px 0 0 #c19736;
  -moz-box-shadow: inset 0 -2px 0 0 #c19736;
  box-shadow: inset 0 -2px 0 0 #c19736;
  }
.rcw-form .btn-mixi:hover,
.rcw-form .btn-mixi:focus {
  background-color: #d7b76d;
  -webkit-box-shadow: inset 0 -2px 0 0 #d1ad59;
  -moz-box-shadow: inset 0 -2px 0 0 #d1ad59;
  box-shadow: inset 0 -2px 0 0 #d1ad59;
  }
.rcw-form .btn-mixi:hover .btn-icon-left,
.rcw-form .btn-mixi:focus .btn-icon-left,
.rcw-form .btn-mixi:hover .btn-icon-right,
.rcw-form .btn-mixi:focus .btn-icon-right {
  background-color: #d1ad59;
  -webkit-box-shadow: inset 0 -2px 0 0 #cba345;
  -moz-box-shadow: inset 0 -2px 0 0 #cba345;
  box-shadow: inset 0 -2px 0 0 #cba345;
  }
.rcw-form .btn-mixi:active,
.rcw-form .btn-mixi.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-mixi:active .btn-icon-left,
.rcw-form .btn-mixi.active .btn-icon-left,
.rcw-form .btn-mixi:active .btn-icon-right,
.rcw-form .btn-mixi.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-mixi.disabled,
.rcw-form .btn-mixi[disabled],
.rcw-form .btn-mixi.disabled:hover,
.rcw-form .btn-mixi[disabled]:hover,
.rcw-form .btn-mixi.disabled:focus,
.rcw-form .btn-mixi[disabled]:focus,
.rcw-form .btn-mixi.disabled:active,
.rcw-form .btn-mixi[disabled]:active,
.rcw-form .btn-mixi.disabled.active,
.rcw-form .btn-mixi[disabled].active {
  background-color: #d1ccbf;
  -webkit-box-shadow: inset 0 -2px 0 0 #c6c0b0;
  -moz-box-shadow: inset 0 -2px 0 0 #c6c0b0;
  box-shadow: inset 0 -2px 0 0 #c6c0b0;
  }
.rcw-form .btn-mixi.disabled .btn-icon-left,
.rcw-form .btn-mixi[disabled] .btn-icon-left,
.rcw-form .btn-mixi.disabled:hover .btn-icon-left,
.rcw-form .btn-mixi[disabled]:hover .btn-icon-left,
.rcw-form .btn-mixi.disabled:focus .btn-icon-left,
.rcw-form .btn-mixi[disabled]:focus .btn-icon-left,
.rcw-form .btn-mixi.disabled:active .btn-icon-left,
.rcw-form .btn-mixi[disabled]:active .btn-icon-left,
.rcw-form .btn-mixi.disabled.active .btn-icon-left,
.rcw-form .btn-mixi[disabled].active .btn-icon-left,
.rcw-form .btn-mixi.disabled .btn-icon-right,
.rcw-form .btn-mixi[disabled] .btn-icon-right,
.rcw-form .btn-mixi.disabled:hover .btn-icon-right,
.rcw-form .btn-mixi[disabled]:hover .btn-icon-right,
.rcw-form .btn-mixi.disabled:focus .btn-icon-right,
.rcw-form .btn-mixi[disabled]:focus .btn-icon-right,
.rcw-form .btn-mixi.disabled:active .btn-icon-right,
.rcw-form .btn-mixi[disabled]:active .btn-icon-right,
.rcw-form .btn-mixi.disabled.active .btn-icon-right,
.rcw-form .btn-mixi[disabled].active .btn-icon-right {
  background-color: #c6c0b0;
  -webkit-box-shadow: inset 0 -2px 0 0 #bcb4a1;
  -moz-box-shadow: inset 0 -2px 0 0 #bcb4a1;
  box-shadow: inset 0 -2px 0 0 #bcb4a1;
  }
.rcw-form .btn-smashing {
  color: #fff;
  background-color: #e6402d;
  -webkit-box-shadow: inset 0 -2px 0 0 #df2f1b;
  -moz-box-shadow: inset 0 -2px 0 0 #df2f1b;
  box-shadow: inset 0 -2px 0 0 #df2f1b;
  }
.rcw-form .btn-smashing .btn-icon-left,
.rcw-form .btn-smashing .btn-icon-right {
  background-color: #df2f1b;
  -webkit-box-shadow: inset 0 -2px 0 0 #c82a18;
  -moz-box-shadow: inset 0 -2px 0 0 #c82a18;
  box-shadow: inset 0 -2px 0 0 #c82a18;
  }
.rcw-form .btn-smashing:hover,
.rcw-form .btn-smashing:focus {
  background-color: #e95544;
  -webkit-box-shadow: inset 0 -2px 0 0 #e6402d;
  -moz-box-shadow: inset 0 -2px 0 0 #e6402d;
  box-shadow: inset 0 -2px 0 0 #e6402d;
  }
.rcw-form .btn-smashing:hover .btn-icon-left,
.rcw-form .btn-smashing:focus .btn-icon-left,
.rcw-form .btn-smashing:hover .btn-icon-right,
.rcw-form .btn-smashing:focus .btn-icon-right {
  background-color: #e6402d;
  -webkit-box-shadow: inset 0 -2px 0 0 #df2f1b;
  -moz-box-shadow: inset 0 -2px 0 0 #df2f1b;
  box-shadow: inset 0 -2px 0 0 #df2f1b;
  }
.rcw-form .btn-smashing:active,
.rcw-form .btn-smashing.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-smashing:active .btn-icon-left,
.rcw-form .btn-smashing.active .btn-icon-left,
.rcw-form .btn-smashing:active .btn-icon-right,
.rcw-form .btn-smashing.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-smashing.disabled,
.rcw-form .btn-smashing[disabled],
.rcw-form .btn-smashing.disabled:hover,
.rcw-form .btn-smashing[disabled]:hover,
.rcw-form .btn-smashing.disabled:focus,
.rcw-form .btn-smashing[disabled]:focus,
.rcw-form .btn-smashing.disabled:active,
.rcw-form .btn-smashing[disabled]:active,
.rcw-form .btn-smashing.disabled.active,
.rcw-form .btn-smashing[disabled].active {
  background-color: #d6a8a3;
  -webkit-box-shadow: inset 0 -2px 0 0 #ce9791;
  -moz-box-shadow: inset 0 -2px 0 0 #ce9791;
  box-shadow: inset 0 -2px 0 0 #ce9791;
  }
.rcw-form .btn-smashing.disabled .btn-icon-left,
.rcw-form .btn-smashing[disabled] .btn-icon-left,
.rcw-form .btn-smashing.disabled:hover .btn-icon-left,
.rcw-form .btn-smashing[disabled]:hover .btn-icon-left,
.rcw-form .btn-smashing.disabled:focus .btn-icon-left,
.rcw-form .btn-smashing[disabled]:focus .btn-icon-left,
.rcw-form .btn-smashing.disabled:active .btn-icon-left,
.rcw-form .btn-smashing[disabled]:active .btn-icon-left,
.rcw-form .btn-smashing.disabled.active .btn-icon-left,
.rcw-form .btn-smashing[disabled].active .btn-icon-left,
.rcw-form .btn-smashing.disabled .btn-icon-right,
.rcw-form .btn-smashing[disabled] .btn-icon-right,
.rcw-form .btn-smashing.disabled:hover .btn-icon-right,
.rcw-form .btn-smashing[disabled]:hover .btn-icon-right,
.rcw-form .btn-smashing.disabled:focus .btn-icon-right,
.rcw-form .btn-smashing[disabled]:focus .btn-icon-right,
.rcw-form .btn-smashing.disabled:active .btn-icon-right,
.rcw-form .btn-smashing[disabled]:active .btn-icon-right,
.rcw-form .btn-smashing.disabled.active .btn-icon-right,
.rcw-form .btn-smashing[disabled].active .btn-icon-right {
  background-color: #ce9791;
  -webkit-box-shadow: inset 0 -2px 0 0 #c7877f;
  -moz-box-shadow: inset 0 -2px 0 0 #c7877f;
  box-shadow: inset 0 -2px 0 0 #c7877f;
  }
.rcw-form .btn-evernote {
  color: #fff;
  background-color: #5fb336;
  -webkit-box-shadow: inset 0 -2px 0 0 #559f30;
  -moz-box-shadow: inset 0 -2px 0 0 #559f30;
  box-shadow: inset 0 -2px 0 0 #559f30;
  }
.rcw-form .btn-evernote .btn-icon-left,
.rcw-form .btn-evernote .btn-icon-right {
  background-color: #559f30;
  -webkit-box-shadow: inset 0 -2px 0 0 #4a8c2a;
  -moz-box-shadow: inset 0 -2px 0 0 #4a8c2a;
  box-shadow: inset 0 -2px 0 0 #4a8c2a;
  }
.rcw-form .btn-evernote:hover,
.rcw-form .btn-evernote:focus {
  background-color: #6ac53e;
  -webkit-box-shadow: inset 0 -2px 0 0 #5fb336;
  -moz-box-shadow: inset 0 -2px 0 0 #5fb336;
  box-shadow: inset 0 -2px 0 0 #5fb336;
  }
.rcw-form .btn-evernote:hover .btn-icon-left,
.rcw-form .btn-evernote:focus .btn-icon-left,
.rcw-form .btn-evernote:hover .btn-icon-right,
.rcw-form .btn-evernote:focus .btn-icon-right {
  background-color: #5fb336;
  -webkit-box-shadow: inset 0 -2px 0 0 #559f30;
  -moz-box-shadow: inset 0 -2px 0 0 #559f30;
  box-shadow: inset 0 -2px 0 0 #559f30;
  }
.rcw-form .btn-evernote:active,
.rcw-form .btn-evernote.active {
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 2px 0 0 #233140;
  -moz-box-shadow: inset 0 2px 0 0 #233140;
  box-shadow: inset 0 2px 0 0 #233140;
  }
.rcw-form .btn-evernote:active .btn-icon-left,
.rcw-form .btn-evernote.active .btn-icon-left,
.rcw-form .btn-evernote:active .btn-icon-right,
.rcw-form .btn-evernote.active .btn-icon-right {
  background-color: #233140;
  -webkit-box-shadow: inset 0 2px 0 0 #1a242f;
  -moz-box-shadow: inset 0 2px 0 0 #1a242f;
  box-shadow: inset 0 2px 0 0 #1a242f;
  }
.rcw-form .btn-evernote.disabled,
.rcw-form .btn-evernote[disabled],
.rcw-form .btn-evernote.disabled:hover,
.rcw-form .btn-evernote[disabled]:hover,
.rcw-form .btn-evernote.disabled:focus,
.rcw-form .btn-evernote[disabled]:focus,
.rcw-form .btn-evernote.disabled:active,
.rcw-form .btn-evernote[disabled]:active,
.rcw-form .btn-evernote.disabled.active,
.rcw-form .btn-evernote[disabled].active {
  background-color: #a3b39c;
  -webkit-box-shadow: inset 0 -2px 0 0 #96a88d;
  -moz-box-shadow: inset 0 -2px 0 0 #96a88d;
  box-shadow: inset 0 -2px 0 0 #96a88d;
  }
.rcw-form .btn-evernote.disabled .btn-icon-left,
.rcw-form .btn-evernote[disabled] .btn-icon-left,
.rcw-form .btn-evernote.disabled:hover .btn-icon-left,
.rcw-form .btn-evernote[disabled]:hover .btn-icon-left,
.rcw-form .btn-evernote.disabled:focus .btn-icon-left,
.rcw-form .btn-evernote[disabled]:focus .btn-icon-left,
.rcw-form .btn-evernote.disabled:active .btn-icon-left,
.rcw-form .btn-evernote[disabled]:active .btn-icon-left,
.rcw-form .btn-evernote.disabled.active .btn-icon-left,
.rcw-form .btn-evernote[disabled].active .btn-icon-left,
.rcw-form .btn-evernote.disabled .btn-icon-right,
.rcw-form .btn-evernote[disabled] .btn-icon-right,
.rcw-form .btn-evernote.disabled:hover .btn-icon-right,
.rcw-form .btn-evernote[disabled]:hover .btn-icon-right,
.rcw-form .btn-evernote.disabled:focus .btn-icon-right,
.rcw-form .btn-evernote[disabled]:focus .btn-icon-right,
.rcw-form .btn-evernote.disabled:active .btn-icon-right,
.rcw-form .btn-evernote[disabled]:active .btn-icon-right,
.rcw-form .btn-evernote.disabled.active .btn-icon-right,
.rcw-form .btn-evernote[disabled].active .btn-icon-right {
  background-color: #96a88d;
  -webkit-box-shadow: inset 0 -2px 0 0 #899d7f;
  -moz-box-shadow: inset 0 -2px 0 0 #899d7f;
  box-shadow: inset 0 -2px 0 0 #899d7f;
  }
.rcw-form fieldset[disabled] .btn-default {
  background-color: #d1d1d1;
  -webkit-box-shadow: inset 0 -2px 0 0 #c4c4c4;
  -moz-box-shadow: inset 0 -2px 0 0 #c4c4c4;
  box-shadow: inset 0 -2px 0 0 #c4c4c4;
  }
.rcw-form fieldset[disabled] .btn-default .btn-icon-left,
.rcw-form fieldset[disabled] .btn-default .btn-icon-right {
  background-color: #c4c4c4;
  -webkit-box-shadow: inset 0 -2px 0 0 #b7b7b7;
  -moz-box-shadow: inset 0 -2px 0 0 #b7b7b7;
  box-shadow: inset 0 -2px 0 0 #b7b7b7;
  }
.rcw-form fieldset[disabled] .btn-primary {
  background-color: #8ea8ba;
  -webkit-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  -moz-box-shadow: inset 0 -2px 0 0 #7f9cb0;
  box-shadow: inset 0 -2px 0 0 #7f9cb0;
  }
.rcw-form fieldset[disabled] .btn-primary .btn-icon-left,
.rcw-form fieldset[disabled] .btn-primary .btn-icon-right {
  background-color: #7f9cb0;
  -webkit-box-shadow: inset 0 -2px 0 0 #6f90a6;
  -moz-box-shadow: inset 0 -2px 0 0 #6f90a6;
  box-shadow: inset 0 -2px 0 0 #6f90a6;
  }
.rcw-form fieldset[disabled] .btn-warning {
  background-color: #dbbe90;
  -webkit-box-shadow: inset 0 -2px 0 0 #d4b37d;
  -moz-box-shadow: inset 0 -2px 0 0 #d4b37d;
  box-shadow: inset 0 -2px 0 0 #d4b37d;
  }
.rcw-form fieldset[disabled] .btn-warning .btn-icon-left,
.rcw-form fieldset[disabled] .btn-warning .btn-icon-right {
  background-color: #d4b37d;
  -webkit-box-shadow: inset 0 -2px 0 0 #cea76a;
  -moz-box-shadow: inset 0 -2px 0 0 #cea76a;
  box-shadow: inset 0 -2px 0 0 #cea76a;
  }
.rcw-form fieldset[disabled] .btn-info {
  background-color: #a6bfcf;
  -webkit-box-shadow: inset 0 -2px 0 0 #95b3c6;
  -moz-box-shadow: inset 0 -2px 0 0 #95b3c6;
  box-shadow: inset 0 -2px 0 0 #95b3c6;
  }
.rcw-form fieldset[disabled] .btn-info .btn-icon-left,
.rcw-form fieldset[disabled] .btn-info .btn-icon-right {
  background-color: #95b3c6;
  -webkit-box-shadow: inset 0 -2px 0 0 #85a7bd;
  -moz-box-shadow: inset 0 -2px 0 0 #85a7bd;
  box-shadow: inset 0 -2px 0 0 #85a7bd;
  }
.rcw-form fieldset[disabled] .btn-danger {
  background-color: #bd9894;
  -webkit-box-shadow: inset 0 -2px 0 0 #b38985;
  -moz-box-shadow: inset 0 -2px 0 0 #b38985;
  box-shadow: inset 0 -2px 0 0 #b38985;
  }
.rcw-form fieldset[disabled] .btn-danger .btn-icon-left,
.rcw-form fieldset[disabled] .btn-danger .btn-icon-right {
  background-color: #b38985;
  -webkit-box-shadow: inset 0 -2px 0 0 #a97a75;
  -moz-box-shadow: inset 0 -2px 0 0 #a97a75;
  box-shadow: inset 0 -2px 0 0 #a97a75;
  }
.rcw-form fieldset[disabled] .btn-success {
  background-color: #87b49a;
  -webkit-box-shadow: inset 0 -2px 0 0 #77ab8d;
  -moz-box-shadow: inset 0 -2px 0 0 #77ab8d;
  box-shadow: inset 0 -2px 0 0 #77ab8d;
  }
.rcw-form fieldset[disabled] .btn-success .btn-icon-left,
.rcw-form fieldset[disabled] .btn-success .btn-icon-right {
  background-color: #77ab8d;
  -webkit-box-shadow: inset 0 -2px 0 0 #67a180;
  -moz-box-shadow: inset 0 -2px 0 0 #67a180;
  box-shadow: inset 0 -2px 0 0 #67a180;
  }
/* Rating */
.rcw-form .rating-text {
  float: left;
  }
.rcw-form .rating-icons {
  float: right;
  }
/* Tables */
.rcw-form table {
  background-color: #fff;
  }
.rcw-form th {
  text-align: left;
  }
.rcw-form .table {
  width: 100%;
  max-width: 100%;
  }
.rcw-form .table caption {
  padding: 0 0 12px 0;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  }
.rcw-form .table > thead > tr > th,
.rcw-form .table > tbody > tr > th,
.rcw-form .table > tfoot > tr > th,
.rcw-form .table > thead > tr > td,
.rcw-form .table > tbody > tr > td,
.rcw-form .table > tfoot > tr > td {
  padding: 12px 12px 11px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #bdc3c7;
  }
.rcw-form .table > thead > tr > th {
  font-weight: 700;
  vertical-align: bottom;
  border-bottom: 2px solid #bdc3c7;
  }
.rcw-form .table > caption + thead > tr:first-child > th,
.rcw-form .table > colgroup + thead > tr:first-child > th,
.rcw-form .table > thead:first-child > tr:first-child > th,
.rcw-form .table > caption + thead > tr:first-child > td,
.rcw-form .table > colgroup + thead > tr:first-child > td,
.rcw-form .table > thead:first-child > tr:first-child > td {
  border-top: 0;
  }
.rcw-form .table > tbody + tbody {
  border-top: 2px solid #bdc3c7;
  }
.rcw-form .table .table {
  background-color: #fff;
  }
.rcw-form .table-condensed > thead > tr > th,
.rcw-form .table-condensed > tbody > tr > th,
.rcw-form .table-condensed > tfoot > tr > th,
.rcw-form .table-condensed > thead > tr > td,
.rcw-form .table-condensed > tbody > tr > td,
.rcw-form .table-condensed > tfoot > tr > td {
  padding: 6px 6px 5px;
  }
.rcw-form .table-bordered {
  border: 1px solid #bdc3c7;
  }
.rcw-form .table-bordered > thead > tr > th,
.rcw-form .table-bordered > tbody > tr > th,
.rcw-form .table-bordered > tfoot > tr > th,
.rcw-form .table-bordered > thead > tr > td,
.rcw-form .table-bordered > tbody > tr > td,
.rcw-form .table-bordered > tfoot > tr > td {
  border: 1px solid #bdc3c7;
  }
.rcw-form .table-bordered > thead > tr > th,
.rcw-form .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
  }
.rcw-form .table-striped > tbody > tr:nth-child(odd) > td,
.rcw-form .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafb;
  }
.rcw-form .table-striped > tbody > tr:nth-child(odd):hover > td,
.rcw-form .table-striped > tbody > tr:nth-child(odd):hover > th {
  background-color: #dee1e3;
  }
.rcw-form .table-hover > tbody > tr:hover > td,
.rcw-form .table-hover > tbody > tr:hover > th {
  color: #2c3e50;
  background-color: #fafafb;
  }
.rcw-form table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
  }
.rcw-form table td[class*="col-"],
.rcw-form table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
  }
.rcw-form .table > thead > tr > td.active,
.rcw-form .table > tbody > tr > td.active,
.rcw-form .table > tfoot > tr > td.active,
.rcw-form .table > thead > tr > th.active,
.rcw-form .table > tbody > tr > th.active,
.rcw-form .table > tfoot > tr > th.active,
.rcw-form .table > thead > tr.active > td,
.rcw-form .table > tbody > tr.active > td,
.rcw-form .table > tfoot > tr.active > td,
.rcw-form .table > thead > tr.active > th,
.rcw-form .table > tbody > tr.active > th,
.rcw-form .table > tfoot > tr.active > th {
  color: #fff;
  background-color: #2c3e50;
  }
.rcw-form .table-hover > tbody > tr > td.active:hover,
.rcw-form .table-hover > tbody > tr > th.active:hover,
.rcw-form .table-hover > tbody > tr.active:hover > td,
.rcw-form .table-hover > tbody > tr:hover > .active,
.rcw-form .table-hover > tbody > tr.active:hover > th {
  background-color: #233140;
  }
.rcw-form .table > thead > tr > td.success,
.rcw-form .table > tbody > tr > td.success,
.rcw-form .table > tfoot > tr > td.success,
.rcw-form .table > thead > tr > th.success,
.rcw-form .table > tbody > tr > th.success,
.rcw-form .table > tfoot > tr > th.success,
.rcw-form .table > thead > tr.success > td,
.rcw-form .table > tbody > tr.success > td,
.rcw-form .table > tfoot > tr.success > td,
.rcw-form .table > thead > tr.success > th,
.rcw-form .table > tbody > tr.success > th,
.rcw-form .table > tfoot > tr.success > th {
  color: #fff;
  background-color: #27ae60;
  }
.rcw-form .table-hover > tbody > tr > td.success:hover,
.rcw-form .table-hover > tbody > tr > th.success:hover,
.rcw-form .table-hover > tbody > tr.success:hover > td,
.rcw-form .table-hover > tbody > tr:hover > .success,
.rcw-form .table-hover > tbody > tr.success:hover > th {
  background-color: #295;
  }
.rcw-form .table > thead > tr > td.info,
.rcw-form .table > tbody > tr > td.info,
.rcw-form .table > tfoot > tr > td.info,
.rcw-form .table > thead > tr > th.info,
.rcw-form .table > tbody > tr > th.info,
.rcw-form .table > tfoot > tr > th.info,
.rcw-form .table > thead > tr.info > td,
.rcw-form .table > tbody > tr.info > td,
.rcw-form .table > tfoot > tr.info > td,
.rcw-form .table > thead > tr.info > th,
.rcw-form .table > tbody > tr.info > th,
.rcw-form .table > tfoot > tr.info > th {
  color: #fff;
  background-color: #3498db;
  }
.rcw-form .table-hover > tbody > tr > td.info:hover,
.rcw-form .table-hover > tbody > tr > th.info:hover,
.rcw-form .table-hover > tbody > tr.info:hover > td,
.rcw-form .table-hover > tbody > tr:hover > .info,
.rcw-form .table-hover > tbody > tr.info:hover > th {
  background-color: #258cd1;
  }
.rcw-form .table > thead > tr > td.warning,
.rcw-form .table > tbody > tr > td.warning,
.rcw-form .table > tfoot > tr > td.warning,
.rcw-form .table > thead > tr > th.warning,
.rcw-form .table > tbody > tr > th.warning,
.rcw-form .table > tfoot > tr > th.warning,
.rcw-form .table > thead > tr.warning > td,
.rcw-form .table > tbody > tr.warning > td,
.rcw-form .table > tfoot > tr.warning > td,
.rcw-form .table > thead > tr.warning > th,
.rcw-form .table > tbody > tr.warning > th,
.rcw-form .table > tfoot > tr.warning > th {
  color: #fff;
  background-color: #f39c12;
  }
.rcw-form .table-hover > tbody > tr > td.warning:hover,
.rcw-form .table-hover > tbody > tr > th.warning:hover,
.rcw-form .table-hover > tbody > tr.warning:hover > td,
.rcw-form .table-hover > tbody > tr:hover > .warning,
.rcw-form .table-hover > tbody > tr.warning:hover > th {
  background-color: #e08e0b;
  }
.rcw-form .table > thead > tr > td.danger,
.rcw-form .table > tbody > tr > td.danger,
.rcw-form .table > tfoot > tr > td.danger,
.rcw-form .table > thead > tr > th.danger,
.rcw-form .table > tbody > tr > th.danger,
.rcw-form .table > tfoot > tr > th.danger,
.rcw-form .table > thead > tr.danger > td,
.rcw-form .table > tbody > tr.danger > td,
.rcw-form .table > tfoot > tr.danger > td,
.rcw-form .table > thead > tr.danger > th,
.rcw-form .table > tbody > tr.danger > th,
.rcw-form .table > tfoot > tr.danger > th {
  color: #fff;
  background-color: #c0392b;
  }
.rcw-form .table-hover > tbody > tr > td.danger:hover,
.rcw-form .table-hover > tbody > tr > th.danger:hover,
.rcw-form .table-hover > tbody > tr.danger:hover > td,
.rcw-form .table-hover > tbody > tr:hover > .danger,
.rcw-form .table-hover > tbody > tr.danger:hover > th {
  background-color: #ab3326;
  }
@media screen and (max-width: 767px) {
  .rcw-form .table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bdc3c7;
    }
  .rcw-form .table-responsive > .table {
    margin-bottom: 0;
    }
  .rcw-form .table-responsive > .table > thead > tr > th,
  .rcw-form .table-responsive > .table > tbody > tr > th,
  .rcw-form .table-responsive > .table > tfoot > tr > th,
  .rcw-form .table-responsive > .table > thead > tr > td,
  .rcw-form .table-responsive > .table > tbody > tr > td,
  .rcw-form .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
    }
  .rcw-form .table-responsive > .table-bordered {
    border: 0;
    }
  .rcw-form .table-responsive > .table-bordered > thead > tr > th:first-child,
  .rcw-form .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .rcw-form .table-responsive > .table-bordered > thead > tr > td:first-child,
  .rcw-form .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
    }
  .rcw-form .table-responsive > .table-bordered > thead > tr > th:last-child,
  .rcw-form .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .rcw-form .table-responsive > .table-bordered > thead > tr > td:last-child,
  .rcw-form .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
    }
  .rcw-form .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .rcw-form .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .rcw-form .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
    }
  }
/* Alerts */
.rcw-form .alert {
  position: relative;
  padding: 24px 24px;
  }
.rcw-form .alert p {
  margin-bottom: 12px;
  }
.rcw-form .alert ul {
  padding-left: 18px;
  margin: 0;
  }
.rcw-form .alert.has-alert-icon {
  padding-left: 64px;
  }
.rcw-form .alert.has-alert-icon .alert-icon {
  position: absolute;
  top: 25px;
  left: 24px;
  font-size: 24px;
  }
.rcw-form .alert-dismissible {
  padding-right: 64px;
  }
.rcw-form .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 16px;
  background-color: #fff;
  filter: alpha(opacity=50);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
  border-radius: 0 0 50% 50%;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
  }
.rcw-form .alert-dismissible .close:hover,
.rcw-form .alert-dismissible .close:focus {
  filter: alpha(opacity=100);
  outline: none;
  opacity: 1;
  }
.rcw-form .alert-success {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
  }
.rcw-form .alert-success .alert-link {
  color: #fff;
  }
.rcw-form .alert-success .close {
  color: #27ae60;
  }
.rcw-form .alert-info {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
  }
.rcw-form .alert-info .alert-link {
  color: #fff;
  }
.rcw-form .alert-info .close {
  color: #3498db;
  }
.rcw-form .alert-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
  }
.rcw-form .alert-warning .alert-link {
  color: #fff;
  }
.rcw-form .alert-warning .close {
  color: #f39c12;
  }
.rcw-form .alert-danger {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
  }
.rcw-form .alert-danger .alert-link {
  color: #fff;
  }
.rcw-form .alert-danger .close {
  color: #c0392b;
  }
/* Form group */
.rcw-form .form-group {
  position: relative;
  margin-bottom: 24px;
  }
.rcw-form .form-group:before,
.rcw-form .form-group:after {
  display: table;
  content: " ";
  }
.rcw-form .form-group:after {
  clear: both;
  }
.rcw-form .form-group.has-icon-left .form-control {
  padding-left: 48px;
  }
.rcw-form .form-group.has-icon-left label.sr-only ~ .icon-left {
  top: 0;
  }
.rcw-form .form-group.has-icon-left label.sr-only + textarea ~ .icon-left {
  top: -3px;
  }
.rcw-form .form-group.has-icon-right .form-control {
  padding-right: 48px;
  }
.rcw-form .form-group.has-icon-right label.sr-only ~ .icon-right {
  top: 0;
  }
.rcw-form .form-group.has-icon-right label.sr-only + textarea ~ .icon-right {
  top: -3px;
  }
.rcw-form .form-group.has-icons .form-control {
  padding-right: 48px;
  padding-left: 48px;
  }
.rcw-form .form-group.has-icons label.sr-only ~ .icon-left,
.rcw-form .form-group.has-icons label.sr-only ~ .icon-right {
  top: 0;
  }
.rcw-form .form-group.has-icons label.sr-only + textarea ~ .icon-left,
.rcw-form .form-group.has-icons label.sr-only + textarea ~ .icon-right {
  top: -3px;
  }
.rcw-form .form-group .icon-left,
.rcw-form .form-group .icon-right {
  position: absolute;
  top: 30px;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #27ae60;
  text-align: center;
  pointer-events: none;
  }
.rcw-form .form-group .icon-left.tooltip-icon,
.rcw-form .form-group .icon-right.tooltip-icon {
  pointer-events: auto;
  }
.rcw-form .form-group textarea ~ .icon-left,
.rcw-form .form-group textarea ~ .icon-right {
  top: 27px;
  }
.rcw-form .form-group .icon-left {
  left: 16px;
  }
.rcw-form .form-group .icon-right {
  right: 16px;
  }
.rcw-form .image-loader img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  }
/* Form footer */
.rcw-form > footer {
  padding: 24px;
  margin: 0 -24px;
  background-color: #fafafb;
  border-top: 1px solid #bdc3c7;
  }
.rcw-form > footer:before,
.rcw-form > footer:after {
  display: table;
  content: " ";
  }
.rcw-form > footer:after {
  clear: both;
  }
/* Form horizontal */
.rcw-form.form-horizontal .radio-inline input[type="radio"] + label,
.rcw-form.form-horizontal .checkbox-inline input[type="checkbox"] + label {
  margin-top: 9px;
  margin-bottom: 0;
  }
.rcw-form.form-horizontal .radio input[type="radio"] + label,
.rcw-form.form-horizontal .checkbox input[type="checkbox"] + label {
  margin-top: 9px;
  margin-bottom: 0;
  }
@media (min-width: 768px) {
  .rcw-form.form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
    }
  }
.rcw-form.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  }
/* Form inline */
@media (min-width: 768px) {
  .rcw-form.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    }
  .rcw-form.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    }
  .rcw-form.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    }
  .rcw-form.form-inline .input-group .input-group-addon,
  .rcw-form.form-inline .input-group .input-group-btn,
  .rcw-form.form-inline .input-group .form-control {
    width: auto;
    }
  .rcw-form.form-inline .input-group > .form-control {
    width: 100%;
    }
  .rcw-form.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    }
  .rcw-form.form-inline .radio,
  .rcw-form.form-inline .checkbox {
    display: inline-block;
    }
  .rcw-form.form-inline .radio input[type="radio"] + label,
  .rcw-form.form-inline .checkbox input[type="checkbox"] + label {
    margin-bottom: 0;
    }
  .rcw-form.form-inline .has-feedback .form-control-feedback {
    top: 0;
    right: 0;
    }
  }
/* Embeded content */
.rcw-form .youtube-video-container,
.rcw-form .google-map-container,
.rcw-form .vimeo-video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  }
.rcw-form .youtube-video-container {
  padding-top: 35px;
  padding-bottom: 56.25%;
  }
.rcw-form .google-map-container {
  padding-bottom: 75%;
  }
.rcw-form .vimeo-video-container {
  padding-bottom: 54.20%;
  }
.rcw-form .youtube-video-container iframe,
.rcw-form .google-map-container iframe,
.rcw-form .vimeo-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
  border-radius: 3px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
/* Helper classes */
.pull-left {
  float: left;
  }
.pull-right {
  float: right;
  }
.text-left {
  text-align: left;
  }
.text-right {
  text-align: right;
  }
.text-center {
  text-align: center;
  }
.text-justify {
  text-align: justify;
  }
.text-nowrap {
  white-space: nowrap;
  }
.text-lowercase {
  text-transform: lowercase;
  }
.text-uppercase {
  text-transform: uppercase;
  }
.text-captitalize {
  text-transform: capitalize;
  }
.ff-rounded {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
.ff-rounded-t {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 3px 0 0;

  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  }
.ff-rounded-b {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 0 3px 3px;

  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  }
.ff-rounded-r {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 3px 3px 0;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  }
.ff-rounded-l {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 0 0 3px;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  }
.ff-rounded-tl-br {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 0 3px 0;

  -webkit-border-radius: 3px 0 3px 0;
  -moz-border-radius: 3px 0 3px 0;
  }
.ff-rounded-tr-bl {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 3px 0 3px;

  -webkit-border-radius: 0 3px 0 3px;
  -moz-border-radius: 0 3px 0 3px;
  }
.ff-rounded-tl {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 0 0 0;

  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  }
.ff-rounded-tr {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 3px 0 0;

  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  }
.ff-rounded-br {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 0 3px 0;

  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  }
.ff-rounded-bl {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 0 0 3px;

  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  }
.ff-rounded-etl {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0 3px 3px 3px;

  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  }
.ff-rounded-etr {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 0 3px 3px;

  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  }
.ff-rounded-ebr {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 3px 0 3px;

  -webkit-border-radius: 3px 3px 0 3px;
  -moz-border-radius: 3px 3px 0 3px;
  }
.ff-rounded-ebl {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px 3px 3px 0;

  -webkit-border-radius: 3px 3px 3px 0;
  -moz-border-radius: 3px 3px 3px 0;
  }
.text-success {
  color: #27ae60;
  }
.text-danger {
  color: #c0392b;
  }
.text-warning {
  color: #f39c12;
  }
.text-info {
  color: #3498db;
  }
.lh-margin-tb {
  margin-top: 24px;
  margin-bottom: 24px;
  }
.lh-margin-t {
  margin-top: 24px;
  }
.lh-margin-b {
  margin-bottom: 24px;
  }
/* Responsive utility classes */
@-ms-viewport {
  width: device-width;
  }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
  }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
  }
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
    }
  table.visible-xs {
    display: table;
    }
  tr.visible-xs {
    display: table-row !important;
    }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
    }
  }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
    }
  }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
    }
  }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
    }
  table.visible-sm {
    display: table;
    }
  tr.visible-sm {
    display: table-row !important;
    }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
    }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
    }
  table.visible-md {
    display: table;
    }
  tr.visible-md {
    display: table-row !important;
    }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
    }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
    }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
    }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
    }
  }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
    }
  table.visible-lg {
    display: table;
    }
  tr.visible-lg {
    display: table-row !important;
    }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
    }
  }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
    }
  }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
    }
  }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
    }
  }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
    }
  }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
    }
  }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
    }
  }
.visible-print {
  display: none !important;
  }
@media print {
  .visible-print {
    display: block !important;
    }
  table.visible-print {
    display: table;
    }
  tr.visible-print {
    display: table-row !important;
    }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
    }
  }
.visible-print-block {
  display: none !important;
  }
@media print {
  .visible-print-block {
    display: block !important;
    }
  }
.visible-print-inline {
  display: none !important;
  }
@media print {
  .visible-print-inline {
    display: inline !important;
    }
  }
.visible-print-inline-block {
  display: none !important;
  }
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
    }
  }
@media print {
  .hidden-print {
    display: none !important;
    }
  }
/* Form specific styles */
.no-js .preloader {
  display: none;
  }
.example {
  background-color: #212121;
  }
.example .preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: #f4f6f4;
  }
.example .status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: transparent url(../images/loader.gif) center center no-repeat;
  }
.form-container {
  width: 80%;
  padding: 0 9px;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
.main-content-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  margin: 30px auto 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2c3e50;
  background-color: #fff;
  }
.main-content-modal a {
  color: #27ae60;
  }
.main-content-modal a:hover {
  text-decoration: none;
  }
.main-content-modal a:focus,
.main-content-modal a:active {
  outline: none;
  }
@media (min-width: 768px) {
  .main-content-modal {
    width: 400px;
    }
  }
@media (min-width: 768px) {
  .login-form {
    width: 400px;
    }
  }
@media (min-width: 768px) {
  .register-form {
    width: 650px;
    }
  }
.register-form .fields-required {
  margin-bottom: 0;
  font-size: 14px;
  }
@media (min-width: 768px) {
  .contact-form {
    width: 600px;
    }
  }
.contact-form .fields-required {
  margin-bottom: 0;
  font-size: 14px;
  }
@media (min-width: 768px) {
  .review-form {
    width: 500px;
    }
  }
@media (min-width: 768px) {
  .request-quote-form {
    width: 700px;
    }
  }
.request-quote-form .fields-required {
  margin-bottom: 0;
  font-size: 14px;
  }
@media (min-width: 768px) {
  .checkout-form {
    width: 650px;
    }
  }
@media (min-width: 768px) {
  .comment-form {
    width: 450px;
    }
  }
@media (min-width: 768px) {
  .masking-form {
    width: 450px;
    }
  }
@media (min-width: 768px) {
  .slider-form {
    width: 550px;
    }
  }
.slider-form .amount {
  position: relative;
  top: 14px;
  }
@media (min-width: 768px) {
  .slider-form .amount {
    position: absolute;
    top: -7px;
    right: 15px;
    }
  }
@media (min-width: 768px) {
  .datepicker-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .timepicker-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .colorpicker-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .spinner-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .icons-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .alerts-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .tooltips-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .accordion-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .autocomplete-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .buttons-form {
    width: 600px;
    }
  }
.buttons-form .btn {
  margin-right: 5px;
  margin-bottom: 5px;
  }
.buttons-form .ui-menu {
  width: 120px;
  }
@media (min-width: 768px) {
  .menu-form {
    width: 600px;
    }
  }
.menu-form .ui-menu {
  width: 200px;
  }
@media (min-width: 768px) {
  .tabs-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .state-disabled-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .state-success-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .state-warning-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .state-error-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .social-buttons-form {
    width: 600px;
    }
  }
.social-buttons-form .btn {
  margin-right: 5px;
  margin-bottom: 5px;
  }
@media (min-width: 768px) {
  .table-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .embeded-content-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .codecanyon-form {
    width: 600px;
    }
  }
@media (min-width: 992px) {
  .inline-form {
    width: 740px;
    }
  }
.horizontal-form fieldset {
  margin-bottom: 15px;
  }
@media (min-width: 768px) {
  .horizontal-form {
    width: 700px;
    }
  }
@media (min-width: 768px) {
  .progressbar-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .dialog-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .selectmenu-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .monthpicker-form {
    width: 600px;
    }
  }
@media (min-width: 768px) {
  .ui-icons-form {
    width: 600px;
    }
  }
.ui-icons-form .ui-icons-demo {
  margin: 0 6px 6px 0;
  }
