@charset "UTF-8";
.sFSection {
  padding: 70px;
  text-align: center;
  /******* bootstrap start ******************/
  /******* end bootstrap ********************/
  /* input type phone */ }
  .sFSection .fieldset {
    max-width: 600px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .sFSection .fieldset:not(:first-of-type) {
      display: none; }
  .sFSection article,
  .sFSection aside,
  .sFSection details,
  .sFSection figcaption,
  .sFSection figure,
  .sFSection footer,
  .sFSection header,
  .sFSection hgroup,
  .sFSection main,
  .sFSection menu,
  .sFSection nav,
  .sFSection section,
  .sFSection summary {
    display: block; }
  .sFSection audio,
  .sFSection canvas,
  .sFSection progress,
  .sFSection video {
    display: inline-block;
    vertical-align: baseline; }
  .sFSection audio:not([controls]) {
    display: none;
    height: 0; }
  .sFSection [hidden],
  .sFSection template {
    display: none; }
  .sFSection a {
    background-color: transparent; }
  .sFSection a:active,
  .sFSection a:hover {
    outline: 0; }
  .sFSection abbr[title] {
    border-bottom: 1px dotted; }
  .sFSection b,
  .sFSection strong {
    font-weight: bold; }
  .sFSection dfn {
    font-style: italic; }
  .sFSection h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .sFSection mark {
    background: #ff0;
    color: #000; }
  .sFSection small {
    font-size: 80%; }
  .sFSection sub,
  .sFSection sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .sFSection sup {
    top: -0.5em; }
  .sFSection sub {
    bottom: -0.25em; }
  .sFSection img {
    border: 0; }
  .sFSection svg:not(:root) {
    overflow: hidden; }
  .sFSection figure {
    margin: 1em 40px; }
  .sFSection hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .sFSection pre {
    overflow: auto; }
  .sFSection code,
  .sFSection kbd,
  .sFSection pre,
  .sFSection samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .sFSection button,
  .sFSection input,
  .sFSection optgroup,
  .sFSection select,
  .sFSection textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .sFSection button {
    overflow: visible; }
  .sFSection button,
  .sFSection select {
    text-transform: none; }
  .sFSection button,
  .sFSection html input[type="button"],
  .sFSection input[type="reset"],
  .sFSection input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer; }
  .sFSection button[disabled],
  .sFSection html input[disabled] {
    cursor: default; }
  .sFSection button::-moz-focus-inner,
  .sFSection input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .sFSection input {
    line-height: normal; }
  .sFSection input[type="checkbox"],
  .sFSection input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  .sFSection input[type="number"]::-webkit-inner-spin-button,
  .sFSection input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .sFSection input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textvield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .sFSection input[type="search"]::-webkit-search-cancel-button,
  .sFSection input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .sFSection fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .sFSection legend {
    border: 0;
    padding: 0; }
  .sFSection textarea {
    overflow: auto; }
  .sFSection optgroup {
    font-weight: bold; }
  .sFSection table {
    border-collapse: collapse;
    border-spacing: 0; }
  .sFSection td,
  .sFSection th {
    padding: 0; }
  .sFSection * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .sFSection *:before,
  .sFSection *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .sFSection html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .sFSection input,
  .sFSection button,
  .sFSection select,
  .sFSection textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .sFSection a {
    color: #337ab7;
    text-decoration: none; }
  .sFSection a:hover,
  .sFSection a:focus {
    color: #23527c;
    text-decoration: underline; }
  .sFSection a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .sFSection figure {
    margin: 0; }
  .sFSection img {
    vertical-align: middle; }
  .sFSection .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .sFSection .img-rounded {
    border-radius: 6px; }
  .sFSection .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .sFSection .img-circle {
    border-radius: 50%; }
  .sFSection hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  .sFSection .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .sFSection .sr-only-focusable:active,
  .sFSection .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .sFSection [role="button"] {
    cursor: pointer; }
  .sFSection fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .sFSection legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .sFSection label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .sFSection input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .sFSection input[type="radio"],
  .sFSection input[type="checkbox"] {
    margin: 11px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .sFSection input[type="file"] {
    display: block; }
  .sFSection input[type="range"] {
    display: block;
    width: 100%; }
  .sFSection select[multiple],
  .sFSection select[size] {
    height: auto; }
  .sFSection input[type="file"]:focus,
  .sFSection input[type="radio"]:focus,
  .sFSection input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .sFSection output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555; }
  .sFSection .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .sFSection .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .sFSection .form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1; }
  .sFSection .form-control:-ms-input-placeholder {
    color: #aaa; }
  .sFSection .form-control::-webkit-input-placeholder {
    color: #aaa; }
  .sFSection .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .sFSection .form-control[disabled],
  .sFSection .form-control[readonly],
  .sFSection fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .sFSection .form-control[disabled],
  .sFSection fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .sFSection textarea.form-control {
    height: auto; }
  .sFSection input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sFSection input[type="date"].form-control,
    .sFSection input[type="time"].form-control,
    .sFSection input[type="datetime-local"].form-control,
    .sFSection input[type="month"].form-control {
      line-height: 34px; }
    .sFSection input[type="date"].input-sm,
    .sFSection input[type="time"].input-sm,
    .sFSection input[type="datetime-local"].input-sm,
    .sFSection input[type="month"].input-sm,
    .sFSection .input-group-sm input[type="date"],
    .sFSection .input-group-sm input[type="time"],
    .sFSection .input-group-sm input[type="datetime-local"],
    .sFSection .input-group-sm input[type="month"] {
      line-height: 30px; }
    .sFSection input[type="date"].input-lg,
    .sFSection input[type="time"].input-lg,
    .sFSection input[type="datetime-local"].input-lg,
    .sFSection input[type="month"].input-lg,
    .sFSection .input-group-lg input[type="date"],
    .sFSection .input-group-lg input[type="time"],
    .sFSection .input-group-lg input[type="datetime-local"],
    .sFSection .input-group-lg input[type="month"] {
      line-height: 46px; } }
  .sFSection .form-group {
    margin-bottom: 15px; }
  .sFSection .radio,
  .sFSection .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sFSection .radio label,
  .sFSection .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .sFSection .radio input[type="radio"],
  .sFSection .radio-inline input[type="radio"],
  .sFSection .checkbox input[type="checkbox"],
  .sFSection .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .sFSection .radio + .radio,
  .sFSection .checkbox + .checkbox {
    margin-top: -5px; }
  .sFSection .radio-inline,
  .sFSection .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .sFSection .radio-inline + .radio-inline,
  .sFSection .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .sFSection input[type="radio"][disabled],
  .sFSection input[type="checkbox"][disabled],
  .sFSection input[type="radio"].disabled,
  .sFSection input[type="checkbox"].disabled,
  .sFSection fieldset[disabled] input[type="radio"],
  .sFSection fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }
  .sFSection .radio-inline.disabled,
  .sFSection .checkbox-inline.disabled,
  .sFSection fieldset[disabled] .radio-inline,
  .sFSection fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }
  .sFSection .radio.disabled label,
  .sFSection .checkbox.disabled label,
  .sFSection fieldset[disabled] .radio label,
  .sFSection fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .sFSection .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
  .sFSection .form-control-static.input-lg,
  .sFSection .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }
  .sFSection .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .sFSection select.input-sm {
    height: 30px;
    line-height: 30px; }
  .sFSection textarea.input-sm,
  .sFSection select[multiple].input-sm {
    height: auto; }
  .sFSection .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .sFSection .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .sFSection .form-group-sm textarea.form-control,
  .sFSection .form-group-sm select[multiple].form-control {
    height: auto; }
  .sFSection .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .sFSection .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .sFSection select.input-lg {
    height: 46px;
    line-height: 46px; }
  .sFSection textarea.input-lg,
  .sFSection select[multiple].input-lg {
    height: auto; }
  .sFSection .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .sFSection .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .sFSection .form-group-lg textarea.form-control,
  .sFSection .form-group-lg select[multiple].form-control {
    height: auto; }
  .sFSection .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .sFSection .has-feedback {
    position: relative; }
  .sFSection .has-feedback .form-control {
    padding-right: 42.5px; }
  .sFSection .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .sFSection .input-lg + .form-control-feedback,
  .sFSection .input-group-lg + .form-control-feedback,
  .sFSection .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .sFSection .input-sm + .form-control-feedback,
  .sFSection .input-group-sm + .form-control-feedback,
  .sFSection .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .sFSection .has-success,
  .sFSection .has-success .control-label,
  .sFSection .has-success .radio,
  .sFSection .has-success .checkbox,
  .sFSection .has-success .radio-inline,
  .sFSection .has-success .checkbox-inline,
  .sFSection .has-success.radio label,
  .sFSection .has-success.checkbox label,
  .sFSection .has-success.radio-inline label,
  .sFSection .has-success.checkbox-inline label,
  .sFSection .valid-msg {
    color: #3c763d; }
  .sFSection .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .sFSection .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .sFSection .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  .sFSection .has-success .form-control-feedback {
    color: #3c763d; }
  .sFSection .has-warning,
  .sFSection .has-warning .control-label,
  .sFSection .has-warning .radio,
  .sFSection .has-warning .checkbox,
  .sFSection .has-warning .radio-inline,
  .sFSection .has-warning .checkbox-inline,
  .sFSection .has-warning.radio label,
  .sFSection .has-warning.checkbox label,
  .sFSection .has-warning.radio-inline label,
  .sFSection .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .sFSection .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .sFSection .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .sFSection .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .sFSection .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .sFSection .has-error,
  .sFSection .has-error .control-label,
  .sFSection .has-error .radio,
  .sFSection .has-error .checkbox,
  .sFSection .has-error .radio-inline,
  .sFSection .has-error .checkbox-inline,
  .sFSection .has-error.radio label,
  .sFSection .has-error.checkbox label,
  .sFSection .has-error.radio-inline label,
  .sFSection .has-error.checkbox-inline label,
  .sFSection .error-msg {
    color: #a94442; }
  .sFSection .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .sFSection .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .sFSection .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  .sFSection .has-error .form-control-feedback {
    color: #a94442; }
  .sFSection .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .sFSection .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .sFSection .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .sFSection .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .sFSection .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .sFSection .form-inline .form-control-static {
      display: inline-block; }
    .sFSection .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
    .sFSection .form-inline .input-group .input-group-addon,
    .sFSection .form-inline .input-group .input-group-btn,
    .sFSection .form-inline .input-group .form-control {
      width: auto; }
    .sFSection .form-inline .input-group > .form-control {
      width: 100%; }
    .sFSection .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .sFSection .form-inline .radio,
    .sFSection .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .sFSection .form-inline .radio label,
    .sFSection .form-inline .checkbox label {
      padding-left: 0; }
    .sFSection .form-inline .radio input[type="radio"],
    .sFSection .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .sFSection .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .sFSection .form-horizontal .radio,
  .sFSection .form-horizontal .checkbox,
  .sFSection .form-horizontal .radio-inline,
  .sFSection .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .sFSection .form-horizontal .radio,
  .sFSection .form-horizontal .checkbox {
    min-height: 27px; }
  .sFSection .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
  @media (min-width: 768px) {
    .sFSection .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  .sFSection .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .sFSection .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .sFSection .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .sFSection .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .sFSection .btn:focus,
  .sFSection .btn:active:focus,
  .sFSection .btn.active:focus,
  .sFSection .btn.focus,
  .sFSection .btn:active.focus,
  .sFSection .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .sFSection .btn:hover,
  .sFSection .btn:focus,
  .sFSection .btn.focus {
    color: #333333;
    text-decoration: none; }
  .sFSection .btn:active,
  .sFSection .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .sFSection .btn.disabled,
  .sFSection .btn[disabled],
  .sFSection fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sFSection a.btn.disabled,
  .sFSection fieldset[disabled] a.btn {
    pointer-events: none; }
  .sFSection .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc; }
  .sFSection .btn-default:focus,
  .sFSection .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .sFSection .btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .sFSection .btn-default:active,
  .sFSection .btn-default.active,
  .sFSection .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .sFSection .btn-default:active:hover,
  .sFSection .btn-default.active:hover,
  .sFSection .open > .dropdown-toggle.btn-default:hover,
  .sFSection .btn-default:active:focus,
  .sFSection .btn-default.active:focus,
  .sFSection .open > .dropdown-toggle.btn-default:focus,
  .sFSection .btn-default:active.focus,
  .sFSection .btn-default.active.focus,
  .sFSection .open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .sFSection .btn-default:active,
  .sFSection .btn-default.active,
  .sFSection .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .sFSection .btn-default.disabled:hover,
  .sFSection .btn-default[disabled]:hover,
  .sFSection fieldset[disabled] .btn-default:hover,
  .sFSection .btn-default.disabled:focus,
  .sFSection .btn-default[disabled]:focus,
  .sFSection fieldset[disabled] .btn-default:focus,
  .sFSection .btn-default.disabled.focus,
  .sFSection .btn-default[disabled].focus,
  .sFSection fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc; }
  .sFSection .btn-default .badge {
    color: #ffffff;
    background-color: #333333; }
  .sFSection .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4; }
  .sFSection .btn-primary:focus,
  .sFSection .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40; }
  .sFSection .btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74; }
  .sFSection .btn-primary:active,
  .sFSection .btn-primary.active,
  .sFSection .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74; }
  .sFSection .btn-primary:active:hover,
  .sFSection .btn-primary.active:hover,
  .sFSection .open > .dropdown-toggle.btn-primary:hover,
  .sFSection .btn-primary:active:focus,
  .sFSection .btn-primary.active:focus,
  .sFSection .open > .dropdown-toggle.btn-primary:focus,
  .sFSection .btn-primary:active.focus,
  .sFSection .btn-primary.active.focus,
  .sFSection .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40; }
  .sFSection .btn-primary:active,
  .sFSection .btn-primary.active,
  .sFSection .open > .dropdown-toggle.btn-primary {
    background-image: none; }
  .sFSection .btn-primary.disabled:hover,
  .sFSection .btn-primary[disabled]:hover,
  .sFSection fieldset[disabled] .btn-primary:hover,
  .sFSection .btn-primary.disabled:focus,
  .sFSection .btn-primary[disabled]:focus,
  .sFSection fieldset[disabled] .btn-primary:focus,
  .sFSection .btn-primary.disabled.focus,
  .sFSection .btn-primary[disabled].focus,
  .sFSection fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .sFSection .btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff; }
  .sFSection .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .sFSection .btn-success:focus,
  .sFSection .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625; }
  .sFSection .btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439; }
  .sFSection .btn-success:active,
  .sFSection .btn-success.active,
  .sFSection .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439; }
  .sFSection .btn-success:active:hover,
  .sFSection .btn-success.active:hover,
  .sFSection .open > .dropdown-toggle.btn-success:hover,
  .sFSection .btn-success:active:focus,
  .sFSection .btn-success.active:focus,
  .sFSection .open > .dropdown-toggle.btn-success:focus,
  .sFSection .btn-success:active.focus,
  .sFSection .btn-success.active.focus,
  .sFSection .open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625; }
  .sFSection .btn-success:active,
  .sFSection .btn-success.active,
  .sFSection .open > .dropdown-toggle.btn-success {
    background-image: none; }
  .sFSection .btn-success.disabled:hover,
  .sFSection .btn-success[disabled]:hover,
  .sFSection fieldset[disabled] .btn-success:hover,
  .sFSection .btn-success.disabled:focus,
  .sFSection .btn-success[disabled]:focus,
  .sFSection fieldset[disabled] .btn-success:focus,
  .sFSection .btn-success.disabled.focus,
  .sFSection .btn-success[disabled].focus,
  .sFSection fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .sFSection .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff; }
  .sFSection .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da; }
  .sFSection .btn-info:focus,
  .sFSection .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .sFSection .btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .sFSection .btn-info:active,
  .sFSection .btn-info.active,
  .sFSection .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .sFSection .btn-info:active:hover,
  .sFSection .btn-info.active:hover,
  .sFSection .open > .dropdown-toggle.btn-info:hover,
  .sFSection .btn-info:active:focus,
  .sFSection .btn-info.active:focus,
  .sFSection .open > .dropdown-toggle.btn-info:focus,
  .sFSection .btn-info:active.focus,
  .sFSection .btn-info.active.focus,
  .sFSection .open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .sFSection .btn-info:active,
  .sFSection .btn-info.active,
  .sFSection .open > .dropdown-toggle.btn-info {
    background-image: none; }
  .sFSection .btn-info.disabled:hover,
  .sFSection .btn-info[disabled]:hover,
  .sFSection fieldset[disabled] .btn-info:hover,
  .sFSection .btn-info.disabled:focus,
  .sFSection .btn-info[disabled]:focus,
  .sFSection fieldset[disabled] .btn-info:focus,
  .sFSection .btn-info.disabled.focus,
  .sFSection .btn-info[disabled].focus,
  .sFSection fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .sFSection .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff; }
  .sFSection .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236; }
  .sFSection .btn-warning:focus,
  .sFSection .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .sFSection .btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512; }
  .sFSection .btn-warning:active,
  .sFSection .btn-warning.active,
  .sFSection .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512; }
  .sFSection .btn-warning:active:hover,
  .sFSection .btn-warning.active:hover,
  .sFSection .open > .dropdown-toggle.btn-warning:hover,
  .sFSection .btn-warning:active:focus,
  .sFSection .btn-warning.active:focus,
  .sFSection .open > .dropdown-toggle.btn-warning:focus,
  .sFSection .btn-warning:active.focus,
  .sFSection .btn-warning.active.focus,
  .sFSection .open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d; }
  .sFSection .btn-warning:active,
  .sFSection .btn-warning.active,
  .sFSection .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  .sFSection .btn-warning.disabled:hover,
  .sFSection .btn-warning[disabled]:hover,
  .sFSection fieldset[disabled] .btn-warning:hover,
  .sFSection .btn-warning.disabled:focus,
  .sFSection .btn-warning[disabled]:focus,
  .sFSection fieldset[disabled] .btn-warning:focus,
  .sFSection .btn-warning.disabled.focus,
  .sFSection .btn-warning[disabled].focus,
  .sFSection fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .sFSection .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff; }
  .sFSection .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a; }
  .sFSection .btn-danger:focus,
  .sFSection .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19; }
  .sFSection .btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .sFSection .btn-danger:active,
  .sFSection .btn-danger.active,
  .sFSection .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .sFSection .btn-danger:active:hover,
  .sFSection .btn-danger.active:hover,
  .sFSection .open > .dropdown-toggle.btn-danger:hover,
  .sFSection .btn-danger:active:focus,
  .sFSection .btn-danger.active:focus,
  .sFSection .open > .dropdown-toggle.btn-danger:focus,
  .sFSection .btn-danger:active.focus,
  .sFSection .btn-danger.active.focus,
  .sFSection .open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19; }
  .sFSection .btn-danger:active,
  .sFSection .btn-danger.active,
  .sFSection .open > .dropdown-toggle.btn-danger {
    background-image: none; }
  .sFSection .btn-danger.disabled:hover,
  .sFSection .btn-danger[disabled]:hover,
  .sFSection fieldset[disabled] .btn-danger:hover,
  .sFSection .btn-danger.disabled:focus,
  .sFSection .btn-danger[disabled]:focus,
  .sFSection fieldset[disabled] .btn-danger:focus,
  .sFSection .btn-danger.disabled.focus,
  .sFSection .btn-danger[disabled].focus,
  .sFSection fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .sFSection .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff; }
  .sFSection .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
  .sFSection .btn-link,
  .sFSection .btn-link:active,
  .sFSection .btn-link.active,
  .sFSection .btn-link[disabled],
  .sFSection fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sFSection .btn-link,
  .sFSection .btn-link:hover,
  .sFSection .btn-link:focus,
  .sFSection .btn-link:active {
    border-color: transparent; }
  .sFSection .btn-link:hover,
  .sFSection .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .sFSection .btn-link[disabled]:hover,
  .sFSection fieldset[disabled] .btn-link:hover,
  .sFSection .btn-link[disabled]:focus,
  .sFSection fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }
  .sFSection .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .sFSection .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .sFSection .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .sFSection .btn-block {
    display: block;
    width: 100%; }
  .sFSection .btn-block + .btn-block {
    margin-top: 5px; }
  .sFSection input[type="submit"].btn-block,
  .sFSection input[type="reset"].btn-block,
  .sFSection input[type="button"].btn-block {
    width: 100%; }
  .sFSection .clearfix:before,
  .sFSection .clearfix:after,
  .sFSection .form-horizontal .form-group:before,
  .sFSection .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .sFSection .clearfix:after,
  .sFSection .form-horizontal .form-group:after {
    clear: both; }
  .sFSection .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .sFSection .pull-right {
    float: right !important; }
  .sFSection .pull-left {
    float: left !important; }
  .sFSection .hide {
    display: none !important; }
  .sFSection .show {
    display: block !important; }
  .sFSection .invisible {
    visibility: hidden; }
  .sFSection .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .sFSection .hidden {
    display: none !important; }
  .sFSection .affix {
    position: fixed; }
  .sFSection .sFwelcome, .sFSection .sFthanks {
    padding: 30px;
    background: #fafafa; }
  .sFSection .sFthanks .redirect-url {
    width: 150px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    font-size: 12px;
    color: #aaa; }
  .sFSection .sFform input[type="text"], .sFSection .sFform textarea, .sFSection .sFform select {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    box-sizing: border-box; }
  .sFSection .sFform input[type="text"],
  .sFSection .sFform input[type="date"],
  .sFSection .sFform input[type="email"],
  .sFSection .sFform input[type="file"],
  .sFSection .sFform input[type="month"],
  .sFSection .sFform input[type="number"],
  .sFSection .sFform input[type="password"],
  .sFSection .sFform input[type="search"],
  .sFSection .sFform input[type="time"],
  .sFSection .sFform input[type="url"],
  .sFSection .sFform input[type="week"],
  .sFSection .sFform select,
  .sFSection .sFform .intl-tel-input {
    width: 50%; }
  .sFSection .sFtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 700; }
  .sFSection .sFsubtitle {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 20px; }
  .sFSection #sFprogressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step; }
    .sFSection #sFprogressbar li {
      list-style-type: none;
      color: white;
      text-transform: uppercase;
      font-size: 9px;
      width: 33.33%;
      float: left;
      position: relative;
      letter-spacing: 1px; }
      .sFSection #sFprogressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 24px;
        height: 24px;
        line-height: 26px;
        display: block;
        font-size: 12px;
        color: #333;
        background: white;
        border-radius: 25px;
        margin: 0 auto 10px auto; }
      .sFSection #sFprogressbar li:after {
        content: "";
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1; }
      .sFSection #sFprogressbar li:first-child:after {
        content: none; }
      .sFSection #sFprogressbar li.active:before, .sFSection #sFprogressbar li.active:after {
        background: #ee0979;
        color: white; }
  .sFSection .sFformfield {
    padding: 40px;
    background: #fafafa;
    border: 1px solid #ccc; }
    .sFSection .sFformfield .form-group {
      text-align: left;
      margin-bottom: 30px; }
    .sFSection .sFformfield label {
      font-size: 20px;
      font-weight: normal;
      display: block;
      line-height: 32px;
      margin: 0; }
    .sFSection .sFformfield .sf-header {
      margin: -40px -40px 0 -40px;
      background: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd; }
      .sFSection .sFformfield .sf-header .sf-logo {
        margin-bottom: 10px; }
      .sFSection .sFformfield .sf-header .sf-title {
        font-size: 24px; }
  .sFSection .sFattachment {
    margin-bottom: 20px; }
  .sFSection .sFformfield .help-block {
    display: block;
    font-size: 14px; }
  .sFSection .sFformfield::-webkit-datetime-edit-day-field, .sFSection .sFformfield::-webkit-datetime-edit-month-field, .sFSection .sFformfield::-webkit-datetime-edit-year-field, .sFSection .sFformfield input[type="date"] {
    text-transform: uppercase; }
  .sFSection .sFradio {
    width: 65px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-right: 5px; }
    .sFSection .sFradio input[type="radio"] + label {
      border: 2px solid #444; }
    .sFSection .sFradio input[type="radio"]:checked + label {
      background: rgba(0, 0, 0, 0.2); }
    .sFSection .sFradio input[type="radio"]:hover + label {
      background: rgba(0, 0, 0, 0.2); }
  .sFSection .sFradioSpan {
    margin-top: 5px;
    margin-bottom: 10px; }
  .sFSection .sFradio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0 !important;
    height: 36px;
    cursor: pointer;
    width: 100%; }
    .sFSection .sFradio input[type="radio"] + label {
      text-align: center;
      font-size: 14px !important;
      border: 2px solid #444; }
    .sFSection .sFradio input[type="radio"]:checked + label {
      text-align: center; }
    .sFSection .sFradio input[type="radio"]:hover + label {
      color: #212529;
      text-align: center; }
  .sFSection .sFopinion {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-flex;
    margin-left: -2px; }
    .sFSection .sFopinion:nth-last-child(2) {
      margin-right: 0; }
    .sFSection .sFopinion:hover {
      background: rgba(0, 0, 0, 0.2); }
    .sFSection .sFopinion input[type=radio]:checked + label {
      background: rgba(0, 0, 0, 0.2); }
  .sFSection .sFopinionSpan {
    margin-top: 5px;
    margin-bottom: 0;
    display: inline-block; }
  .sFSection .sFopinion input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0 !important;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    width: 100%; }
    .sFSection .sFopinion input[type="radio"] + label {
      text-align: center;
      font-size: 14px !important;
      line-height: 48px !important;
      height: 48px;
      width: 100%;
      border: 2px solid #444; }
    .sFSection .sFopinion input[type="radio"]:checked + label {
      text-align: center; }
    .sFSection .sFopinion input[type="radio"]:hover + label {
      color: #212529;
      text-align: center; }
  .sFSection .sFblockquote {
    padding: 20px 0px 20px 40px;
    border: none;
    quotes: '‟';
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin: 0; }
    .sFSection .sFblockquote:before {
      content: open-quote;
      font-family: serif;
      font-weight: 700;
      font-size: 55px;
      position: absolute;
      top: 21px;
      left: 0; }
  .sFSection .sFopinionLabel {
    line-height: 20px; }
    .sFSection .sFopinionLabel > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sFSection .sFopinionLabel > ul > li {
        display: inline-flex;
        width: 33.33%; }
        .sFSection .sFopinionLabel > ul > li > span {
          width: 100%;
          font-size: 80%; }
  .sFSection .sFrating {
    width: 36px;
    height: 44px;
    position: relative;
    display: inline-flex;
    margin-right: 5px; }
    .sFSection .sFrating:nth-last-child(2) {
      margin-right: 0; }
    .sFSection .sFrating Span {
      margin-top: 5px;
      margin-bottom: 10px;
      display: inline-block; }
    .sFSection .sFrating input[type="radio"] {
      position: absolute;
      opacity: 0;
      margin: 0 !important;
      height: 100%;
      z-index: 1;
      cursor: pointer; }
      .sFSection .sFrating input[type="radio"] + label {
        color: #9E9E9E;
        text-align: center;
        font-size: 44px !important;
        line-height: 44px !important;
        height: 44px;
        width: 100%; }
      .sFSection .sFrating input[type="radio"]:checked + label {
        color: #212529;
        text-align: center; }
  .sFSection div.sFstars {
    display: inline-block; }
  .sFSection input.sFstar {
    position: absolute;
    display: none; }
  .sFSection label.sFstar {
    float: right;
    padding-right: 5px;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #444;
    transition: all .2s;
    cursor: pointer; }
  .sFSection input.sFstar:checked ~ label.sFstar:before {
    content: "\2605";
    color: #FD4;
    transition: all 0.25s; }
  .sFSection label.sFstar:hover {
    color: #FD4 !important; }
    .sFSection label.sFstar:hover ~ label {
      color: #FD4 !important; }
  .sFSection label.sFstar:before {
    content: "★"; }
  .sFSection .sFmultiple .checkbox {
    font-size: 14px !important; }
  .sFSection .with-errors {
    color: #dc3545; }
  .sFSection .has-danger input, .sFSection .has-danger textarea, .sFSection .has-danger select {
    border-color: #dc3545 !important;
    border-width: 1px; }
  .sFSection .bv-form .help-block {
    margin-bottom: 0; }
  .sFSection .bv-form .tooltip-inner {
    text-align: left; }
  .sFSection .nav-tabs li.bv-tab-success > a {
    color: #3c763d; }
  .sFSection .nav-tabs li.bv-tab-error > a {
    color: #a94442; }
  .sFSection .bv-form .bv-icon-no-label {
    top: 0; }
  .sFSection .bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100; }
  .sFSection .sFspinner {
    width: 60px;
    height: 30px;
    object-fit: cover; }
  .sFSection [type=reset], .sFSection [type=submit], .sFSection button, .sFSection html[type=button] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button; }
  .sFSection .with-errors ul {
    list-style: none; }
  .sFSection .sFnext.btn-primary {
    color: #fff;
    cursor: pointer; }
    .sFSection .sFnext.btn-primary:hover {
      opacity: 0.9; }
  .sFSection .sFsubmit.btn-primary {
    color: #fff; }
    .sFSection .sFsubmit.btn-primary:not(.disabled):hover {
      opacity: 0.9;
      cursor: pointer; }
  .sFSection .with-errors ul {
    padding: 0;
    margin: 0; }
  .sFSection #sFFooter {
    margin-top: 50px;
    font-size: 12px; }
  .sFSection #productBySocket img {
    height: 30px;
    margin-right: 5px; }
  .sFSection .sFLinks a {
    padding: 0 10px; }
  .sFSection .valid-msg, .sFSection .error-msg {
    margin-left: 10px; }
  @media (max-width: 320px) {
    .sFSection {
      padding: 10px; }
      .sFSection .sFformfield {
        padding: 20px; }
        .sFSection .sFformfield .sf-header {
          margin: -20px -20px 0 -20px; }
      .sFSection .fieldset {
        width: 100%; }
      .sFSection .sFform input[type="text"],
      .sFSection .sFform input[type="date"],
      .sFSection .sFform input[type="email"],
      .sFSection .sFform input[type="file"],
      .sFSection .sFform input[type="month"],
      .sFSection .sFform input[type="number"],
      .sFSection .sFform input[type="password"],
      .sFSection .sFform input[type="search"],
      .sFSection .sFform input[type="time"],
      .sFSection .sFform input[type="url"],
      .sFSection .sFform input[type="week"],
      .sFSection .sFform select {
        width: 100%; }
      .sFSection .intl-tel-input {
        width: auto; } }
  @media (min-width: 321px) and (max-width: 480px) {
    .sFSection {
      padding: 10px; }
      .sFSection .sFformfield {
        padding: 20px; }
        .sFSection .sFformfield .sf-header {
          margin: -20px -20px 0 -20px; }
      .sFSection .fieldset {
        width: 100%; }
      .sFSection .sFform input[type="text"],
      .sFSection .sFform input[type="date"],
      .sFSection .sFform input[type="email"],
      .sFSection .sFform input[type="file"],
      .sFSection .sFform input[type="month"],
      .sFSection .sFform input[type="number"],
      .sFSection .sFform input[type="password"],
      .sFSection .sFform input[type="search"],
      .sFSection .sFform input[type="time"],
      .sFSection .sFform input[type="url"],
      .sFSection .sFform input[type="week"],
      .sFSection .sFform select {
        width: 100%; }
      .sFSection .intl-tel-input {
        width: auto; } }
  .sFSection .intl-tel-input {
    position: relative;
    display: inline-block; }
    .sFSection .intl-tel-input * {
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .sFSection .intl-tel-input .hide {
      display: none; }
    .sFSection .intl-tel-input .v-hide {
      visibility: hidden; }
    .sFSection .intl-tel-input input {
      position: relative;
      z-index: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-right: 36px;
      margin-right: 0; }
      .sFSection .intl-tel-input input[type=text], .sFSection .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0; }
    .sFSection .intl-tel-input .flag-container {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      padding: 1px; }
    .sFSection .intl-tel-input .selected-flag {
      z-index: 1;
      position: relative;
      width: 36px;
      height: 100%;
      padding: 0 0 0 8px; }
      .sFSection .intl-tel-input .selected-flag .iti-flag {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .sFSection .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555; }
        .sFSection .intl-tel-input .selected-flag .iti-arrow.up {
          border-top: none;
          border-bottom: 4px solid #555; }
    .sFSection .intl-tel-input .country-list {
      position: absolute;
      z-index: 2;
      list-style: none;
      text-align: left;
      padding: 0;
      margin: 0 0 0 -1px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      background-color: white;
      border: 1px solid #CCC;
      white-space: nowrap;
      max-height: 200px;
      overflow-y: scroll; }
      .sFSection .intl-tel-input .country-list.dropup {
        bottom: 100%;
        margin-bottom: -1px; }
      .sFSection .intl-tel-input .country-list .flag-box {
        display: inline-block;
        width: 20px; }
      .sFSection .intl-tel-input .country-list .divider {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC; }
      .sFSection .intl-tel-input .country-list .country {
        padding: 5px 10px; }
        .sFSection .intl-tel-input .country-list .country .dial-code {
          color: #999; }
        .sFSection .intl-tel-input .country-list .country.highlight {
          background-color: rgba(0, 0, 0, 0.05); }
      .sFSection .intl-tel-input .country-list .flag-box, .sFSection .intl-tel-input .country-list .country-name, .sFSection .intl-tel-input .country-list .dial-code {
        vertical-align: middle; }
      .sFSection .intl-tel-input .country-list .flag-box, .sFSection .intl-tel-input .country-list .country-name {
        margin-right: 6px; }
      .sFSection .intl-tel-input .country-list .country-name {
        color: #333; }
    .sFSection .intl-tel-input.allow-dropdown input {
      padding-right: 6px;
      padding-left: 52px;
      margin-left: 0; }
      .sFSection .intl-tel-input.allow-dropdown input[type=text], .sFSection .intl-tel-input.allow-dropdown input[type=tel] {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0; }
    .sFSection .intl-tel-input.separate-dial-code input {
      padding-right: 6px;
      padding-left: 52px;
      margin-left: 0; }
      .sFSection .intl-tel-input.separate-dial-code input[type=text], .sFSection .intl-tel-input.separate-dial-code input[type=tel] {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0; }
    .sFSection .intl-tel-input.allow-dropdown .flag-container, .sFSection .intl-tel-input.separate-dial-code .flag-container {
      right: auto;
      left: 0; }
    .sFSection .intl-tel-input.allow-dropdown .selected-flag, .sFSection .intl-tel-input.separate-dial-code .selected-flag {
      width: 46px; }
    .sFSection .intl-tel-input.allow-dropdown .flag-container:hover {
      cursor: pointer; }
      .sFSection .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, 0.05); }
    .sFSection .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .sFSection .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
      cursor: default; }
    .sFSection .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .sFSection .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
    .sFSection .intl-tel-input.separate-dial-code .selected-flag {
      background-color: rgba(0, 0, 0, 0.05);
      display: table; }
    .sFSection .intl-tel-input.separate-dial-code .selected-dial-code {
      display: table-cell;
      vertical-align: middle;
      padding-left: 28px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-2 input {
      padding-left: 66px; }
      .sFSection .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .sFSection .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
        padding-left: 66px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
      width: 60px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
      padding-left: 76px; }
      .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
        padding-left: 76px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
      width: 70px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-3 input {
      padding-left: 74px; }
      .sFSection .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .sFSection .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
        padding-left: 74px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
      width: 68px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
      padding-left: 84px; }
      .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
        padding-left: 84px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
      width: 78px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-4 input {
      padding-left: 82px; }
      .sFSection .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .sFSection .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
        padding-left: 82px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
      width: 76px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
      padding-left: 92px; }
      .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
        padding-left: 92px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
      width: 86px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-5 input {
      padding-left: 90px; }
      .sFSection .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .sFSection .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
        padding-left: 90px; }
    .sFSection .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
      width: 84px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
      padding-left: 100px; }
      .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
        padding-left: 100px; }
    .sFSection .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
      width: 94px; }
    .sFSection .intl-tel-input.iti-container {
      position: absolute;
      top: -1000px;
      left: -1000px;
      z-index: 1060;
      padding: 1px; }
      .sFSection .intl-tel-input.iti-container:hover {
        cursor: pointer; }
  @media (max-width: 500px) {
    .sFSection .intl-tel-input .country-list {
      white-space: normal; } }
  .sFSection .iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }
  .sFSection .iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
    .sFSection .iti-mobile .intl-tel-input .country-list .country {
      padding: 10px 10px;
      line-height: 1.5em; }
  .sFSection .iti-flag {
    width: 20px;
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
    .sFSection .iti-flag.be {
      width: 18px; }
    .sFSection .iti-flag.ch {
      width: 15px; }
    .sFSection .iti-flag.mc {
      width: 19px; }
    .sFSection .iti-flag.ne {
      width: 18px; }
    .sFSection .iti-flag.np {
      width: 13px; }
    .sFSection .iti-flag.va {
      width: 15px; }
    .sFSection .iti-flag.ac {
      height: 10px;
      background-position: 0px 0px; }
    .sFSection .iti-flag.ad {
      height: 14px;
      background-position: -22px 0px; }
    .sFSection .iti-flag.ae {
      height: 10px;
      background-position: -44px 0px; }
    .sFSection .iti-flag.af {
      height: 14px;
      background-position: -66px 0px; }
    .sFSection .iti-flag.ag {
      height: 14px;
      background-position: -88px 0px; }
    .sFSection .iti-flag.ai {
      height: 10px;
      background-position: -110px 0px; }
    .sFSection .iti-flag.al {
      height: 15px;
      background-position: -132px 0px; }
    .sFSection .iti-flag.am {
      height: 10px;
      background-position: -154px 0px; }
    .sFSection .iti-flag.ao {
      height: 14px;
      background-position: -176px 0px; }
    .sFSection .iti-flag.aq {
      height: 14px;
      background-position: -198px 0px; }
    .sFSection .iti-flag.ar {
      height: 13px;
      background-position: -220px 0px; }
    .sFSection .iti-flag.as {
      height: 10px;
      background-position: -242px 0px; }
    .sFSection .iti-flag.at {
      height: 14px;
      background-position: -264px 0px; }
    .sFSection .iti-flag.au {
      height: 10px;
      background-position: -286px 0px; }
    .sFSection .iti-flag.aw {
      height: 14px;
      background-position: -308px 0px; }
    .sFSection .iti-flag.ax {
      height: 13px;
      background-position: -330px 0px; }
    .sFSection .iti-flag.az {
      height: 10px;
      background-position: -352px 0px; }
    .sFSection .iti-flag.ba {
      height: 10px;
      background-position: -374px 0px; }
    .sFSection .iti-flag.bb {
      height: 14px;
      background-position: -396px 0px; }
    .sFSection .iti-flag.bd {
      height: 12px;
      background-position: -418px 0px; }
    .sFSection .iti-flag.be {
      height: 15px;
      background-position: -440px 0px; }
    .sFSection .iti-flag.bf {
      height: 14px;
      background-position: -460px 0px; }
    .sFSection .iti-flag.bg {
      height: 12px;
      background-position: -482px 0px; }
    .sFSection .iti-flag.bh {
      height: 12px;
      background-position: -504px 0px; }
    .sFSection .iti-flag.bi {
      height: 12px;
      background-position: -526px 0px; }
    .sFSection .iti-flag.bj {
      height: 14px;
      background-position: -548px 0px; }
    .sFSection .iti-flag.bl {
      height: 14px;
      background-position: -570px 0px; }
    .sFSection .iti-flag.bm {
      height: 10px;
      background-position: -592px 0px; }
    .sFSection .iti-flag.bn {
      height: 10px;
      background-position: -614px 0px; }
    .sFSection .iti-flag.bo {
      height: 14px;
      background-position: -636px 0px; }
    .sFSection .iti-flag.bq {
      height: 14px;
      background-position: -658px 0px; }
    .sFSection .iti-flag.br {
      height: 14px;
      background-position: -680px 0px; }
    .sFSection .iti-flag.bs {
      height: 10px;
      background-position: -702px 0px; }
    .sFSection .iti-flag.bt {
      height: 14px;
      background-position: -724px 0px; }
    .sFSection .iti-flag.bv {
      height: 15px;
      background-position: -746px 0px; }
    .sFSection .iti-flag.bw {
      height: 14px;
      background-position: -768px 0px; }
    .sFSection .iti-flag.by {
      height: 10px;
      background-position: -790px 0px; }
    .sFSection .iti-flag.bz {
      height: 14px;
      background-position: -812px 0px; }
    .sFSection .iti-flag.ca {
      height: 10px;
      background-position: -834px 0px; }
    .sFSection .iti-flag.cc {
      height: 10px;
      background-position: -856px 0px; }
    .sFSection .iti-flag.cd {
      height: 15px;
      background-position: -878px 0px; }
    .sFSection .iti-flag.cf {
      height: 14px;
      background-position: -900px 0px; }
    .sFSection .iti-flag.cg {
      height: 14px;
      background-position: -922px 0px; }
    .sFSection .iti-flag.ch {
      height: 15px;
      background-position: -944px 0px; }
    .sFSection .iti-flag.ci {
      height: 14px;
      background-position: -961px 0px; }
    .sFSection .iti-flag.ck {
      height: 10px;
      background-position: -983px 0px; }
    .sFSection .iti-flag.cl {
      height: 14px;
      background-position: -1005px 0px; }
    .sFSection .iti-flag.cm {
      height: 14px;
      background-position: -1027px 0px; }
    .sFSection .iti-flag.cn {
      height: 14px;
      background-position: -1049px 0px; }
    .sFSection .iti-flag.co {
      height: 14px;
      background-position: -1071px 0px; }
    .sFSection .iti-flag.cp {
      height: 14px;
      background-position: -1093px 0px; }
    .sFSection .iti-flag.cr {
      height: 12px;
      background-position: -1115px 0px; }
    .sFSection .iti-flag.cu {
      height: 10px;
      background-position: -1137px 0px; }
    .sFSection .iti-flag.cv {
      height: 12px;
      background-position: -1159px 0px; }
    .sFSection .iti-flag.cw {
      height: 14px;
      background-position: -1181px 0px; }
    .sFSection .iti-flag.cx {
      height: 10px;
      background-position: -1203px 0px; }
    .sFSection .iti-flag.cy {
      height: 13px;
      background-position: -1225px 0px; }
    .sFSection .iti-flag.cz {
      height: 14px;
      background-position: -1247px 0px; }
    .sFSection .iti-flag.de {
      height: 12px;
      background-position: -1269px 0px; }
    .sFSection .iti-flag.dg {
      height: 10px;
      background-position: -1291px 0px; }
    .sFSection .iti-flag.dj {
      height: 14px;
      background-position: -1313px 0px; }
    .sFSection .iti-flag.dk {
      height: 15px;
      background-position: -1335px 0px; }
    .sFSection .iti-flag.dm {
      height: 10px;
      background-position: -1357px 0px; }
    .sFSection .iti-flag.do {
      height: 13px;
      background-position: -1379px 0px; }
    .sFSection .iti-flag.dz {
      height: 14px;
      background-position: -1401px 0px; }
    .sFSection .iti-flag.ea {
      height: 14px;
      background-position: -1423px 0px; }
    .sFSection .iti-flag.ec {
      height: 14px;
      background-position: -1445px 0px; }
    .sFSection .iti-flag.ee {
      height: 13px;
      background-position: -1467px 0px; }
    .sFSection .iti-flag.eg {
      height: 14px;
      background-position: -1489px 0px; }
    .sFSection .iti-flag.eh {
      height: 10px;
      background-position: -1511px 0px; }
    .sFSection .iti-flag.er {
      height: 10px;
      background-position: -1533px 0px; }
    .sFSection .iti-flag.es {
      height: 14px;
      background-position: -1555px 0px; }
    .sFSection .iti-flag.et {
      height: 10px;
      background-position: -1577px 0px; }
    .sFSection .iti-flag.eu {
      height: 14px;
      background-position: -1599px 0px; }
    .sFSection .iti-flag.fi {
      height: 12px;
      background-position: -1621px 0px; }
    .sFSection .iti-flag.fj {
      height: 10px;
      background-position: -1643px 0px; }
    .sFSection .iti-flag.fk {
      height: 10px;
      background-position: -1665px 0px; }
    .sFSection .iti-flag.fm {
      height: 11px;
      background-position: -1687px 0px; }
    .sFSection .iti-flag.fo {
      height: 15px;
      background-position: -1709px 0px; }
    .sFSection .iti-flag.fr {
      height: 14px;
      background-position: -1731px 0px; }
    .sFSection .iti-flag.ga {
      height: 15px;
      background-position: -1753px 0px; }
    .sFSection .iti-flag.gb {
      height: 10px;
      background-position: -1775px 0px; }
    .sFSection .iti-flag.gd {
      height: 12px;
      background-position: -1797px 0px; }
    .sFSection .iti-flag.ge {
      height: 14px;
      background-position: -1819px 0px; }
    .sFSection .iti-flag.gf {
      height: 14px;
      background-position: -1841px 0px; }
    .sFSection .iti-flag.gg {
      height: 14px;
      background-position: -1863px 0px; }
    .sFSection .iti-flag.gh {
      height: 14px;
      background-position: -1885px 0px; }
    .sFSection .iti-flag.gi {
      height: 10px;
      background-position: -1907px 0px; }
    .sFSection .iti-flag.gl {
      height: 14px;
      background-position: -1929px 0px; }
    .sFSection .iti-flag.gm {
      height: 14px;
      background-position: -1951px 0px; }
    .sFSection .iti-flag.gn {
      height: 14px;
      background-position: -1973px 0px; }
    .sFSection .iti-flag.gp {
      height: 14px;
      background-position: -1995px 0px; }
    .sFSection .iti-flag.gq {
      height: 14px;
      background-position: -2017px 0px; }
    .sFSection .iti-flag.gr {
      height: 14px;
      background-position: -2039px 0px; }
    .sFSection .iti-flag.gs {
      height: 10px;
      background-position: -2061px 0px; }
    .sFSection .iti-flag.gt {
      height: 13px;
      background-position: -2083px 0px; }
    .sFSection .iti-flag.gu {
      height: 11px;
      background-position: -2105px 0px; }
    .sFSection .iti-flag.gw {
      height: 10px;
      background-position: -2127px 0px; }
    .sFSection .iti-flag.gy {
      height: 12px;
      background-position: -2149px 0px; }
    .sFSection .iti-flag.hk {
      height: 14px;
      background-position: -2171px 0px; }
    .sFSection .iti-flag.hm {
      height: 10px;
      background-position: -2193px 0px; }
    .sFSection .iti-flag.hn {
      height: 10px;
      background-position: -2215px 0px; }
    .sFSection .iti-flag.hr {
      height: 10px;
      background-position: -2237px 0px; }
    .sFSection .iti-flag.ht {
      height: 12px;
      background-position: -2259px 0px; }
    .sFSection .iti-flag.hu {
      height: 10px;
      background-position: -2281px 0px; }
    .sFSection .iti-flag.ic {
      height: 14px;
      background-position: -2303px 0px; }
    .sFSection .iti-flag.id {
      height: 14px;
      background-position: -2325px 0px; }
    .sFSection .iti-flag.ie {
      height: 10px;
      background-position: -2347px 0px; }
    .sFSection .iti-flag.il {
      height: 15px;
      background-position: -2369px 0px; }
    .sFSection .iti-flag.im {
      height: 10px;
      background-position: -2391px 0px; }
    .sFSection .iti-flag.in {
      height: 14px;
      background-position: -2413px 0px; }
    .sFSection .iti-flag.io {
      height: 10px;
      background-position: -2435px 0px; }
    .sFSection .iti-flag.iq {
      height: 14px;
      background-position: -2457px 0px; }
    .sFSection .iti-flag.ir {
      height: 12px;
      background-position: -2479px 0px; }
    .sFSection .iti-flag.is {
      height: 15px;
      background-position: -2501px 0px; }
    .sFSection .iti-flag.it {
      height: 14px;
      background-position: -2523px 0px; }
    .sFSection .iti-flag.je {
      height: 12px;
      background-position: -2545px 0px; }
    .sFSection .iti-flag.jm {
      height: 10px;
      background-position: -2567px 0px; }
    .sFSection .iti-flag.jo {
      height: 10px;
      background-position: -2589px 0px; }
    .sFSection .iti-flag.jp {
      height: 14px;
      background-position: -2611px 0px; }
    .sFSection .iti-flag.ke {
      height: 14px;
      background-position: -2633px 0px; }
    .sFSection .iti-flag.kg {
      height: 12px;
      background-position: -2655px 0px; }
    .sFSection .iti-flag.kh {
      height: 13px;
      background-position: -2677px 0px; }
    .sFSection .iti-flag.ki {
      height: 10px;
      background-position: -2699px 0px; }
    .sFSection .iti-flag.km {
      height: 12px;
      background-position: -2721px 0px; }
    .sFSection .iti-flag.kn {
      height: 14px;
      background-position: -2743px 0px; }
    .sFSection .iti-flag.kp {
      height: 10px;
      background-position: -2765px 0px; }
    .sFSection .iti-flag.kr {
      height: 14px;
      background-position: -2787px 0px; }
    .sFSection .iti-flag.kw {
      height: 10px;
      background-position: -2809px 0px; }
    .sFSection .iti-flag.ky {
      height: 10px;
      background-position: -2831px 0px; }
    .sFSection .iti-flag.kz {
      height: 10px;
      background-position: -2853px 0px; }
    .sFSection .iti-flag.la {
      height: 14px;
      background-position: -2875px 0px; }
    .sFSection .iti-flag.lb {
      height: 14px;
      background-position: -2897px 0px; }
    .sFSection .iti-flag.lc {
      height: 10px;
      background-position: -2919px 0px; }
    .sFSection .iti-flag.li {
      height: 12px;
      background-position: -2941px 0px; }
    .sFSection .iti-flag.lk {
      height: 10px;
      background-position: -2963px 0px; }
    .sFSection .iti-flag.lr {
      height: 11px;
      background-position: -2985px 0px; }
    .sFSection .iti-flag.ls {
      height: 14px;
      background-position: -3007px 0px; }
    .sFSection .iti-flag.lt {
      height: 12px;
      background-position: -3029px 0px; }
    .sFSection .iti-flag.lu {
      height: 12px;
      background-position: -3051px 0px; }
    .sFSection .iti-flag.lv {
      height: 10px;
      background-position: -3073px 0px; }
    .sFSection .iti-flag.ly {
      height: 10px;
      background-position: -3095px 0px; }
    .sFSection .iti-flag.ma {
      height: 14px;
      background-position: -3117px 0px; }
    .sFSection .iti-flag.mc {
      height: 15px;
      background-position: -3139px 0px; }
    .sFSection .iti-flag.md {
      height: 10px;
      background-position: -3160px 0px; }
    .sFSection .iti-flag.me {
      height: 10px;
      background-position: -3182px 0px; }
    .sFSection .iti-flag.mf {
      height: 14px;
      background-position: -3204px 0px; }
    .sFSection .iti-flag.mg {
      height: 14px;
      background-position: -3226px 0px; }
    .sFSection .iti-flag.mh {
      height: 11px;
      background-position: -3248px 0px; }
    .sFSection .iti-flag.mk {
      height: 10px;
      background-position: -3270px 0px; }
    .sFSection .iti-flag.ml {
      height: 14px;
      background-position: -3292px 0px; }
    .sFSection .iti-flag.mm {
      height: 14px;
      background-position: -3314px 0px; }
    .sFSection .iti-flag.mn {
      height: 10px;
      background-position: -3336px 0px; }
    .sFSection .iti-flag.mo {
      height: 14px;
      background-position: -3358px 0px; }
    .sFSection .iti-flag.mp {
      height: 10px;
      background-position: -3380px 0px; }
    .sFSection .iti-flag.mq {
      height: 14px;
      background-position: -3402px 0px; }
    .sFSection .iti-flag.mr {
      height: 14px;
      background-position: -3424px 0px; }
    .sFSection .iti-flag.ms {
      height: 10px;
      background-position: -3446px 0px; }
    .sFSection .iti-flag.mt {
      height: 14px;
      background-position: -3468px 0px; }
    .sFSection .iti-flag.mu {
      height: 14px;
      background-position: -3490px 0px; }
    .sFSection .iti-flag.mv {
      height: 14px;
      background-position: -3512px 0px; }
    .sFSection .iti-flag.mw {
      height: 14px;
      background-position: -3534px 0px; }
    .sFSection .iti-flag.mx {
      height: 12px;
      background-position: -3556px 0px; }
    .sFSection .iti-flag.my {
      height: 10px;
      background-position: -3578px 0px; }
    .sFSection .iti-flag.mz {
      height: 14px;
      background-position: -3600px 0px; }
    .sFSection .iti-flag.na {
      height: 14px;
      background-position: -3622px 0px; }
    .sFSection .iti-flag.nc {
      height: 10px;
      background-position: -3644px 0px; }
    .sFSection .iti-flag.ne {
      height: 15px;
      background-position: -3666px 0px; }
    .sFSection .iti-flag.nf {
      height: 10px;
      background-position: -3686px 0px; }
    .sFSection .iti-flag.ng {
      height: 10px;
      background-position: -3708px 0px; }
    .sFSection .iti-flag.ni {
      height: 12px;
      background-position: -3730px 0px; }
    .sFSection .iti-flag.nl {
      height: 14px;
      background-position: -3752px 0px; }
    .sFSection .iti-flag.no {
      height: 15px;
      background-position: -3774px 0px; }
    .sFSection .iti-flag.np {
      height: 15px;
      background-position: -3796px 0px; }
    .sFSection .iti-flag.nr {
      height: 10px;
      background-position: -3811px 0px; }
    .sFSection .iti-flag.nu {
      height: 10px;
      background-position: -3833px 0px; }
    .sFSection .iti-flag.nz {
      height: 10px;
      background-position: -3855px 0px; }
    .sFSection .iti-flag.om {
      height: 10px;
      background-position: -3877px 0px; }
    .sFSection .iti-flag.pa {
      height: 14px;
      background-position: -3899px 0px; }
    .sFSection .iti-flag.pe {
      height: 14px;
      background-position: -3921px 0px; }
    .sFSection .iti-flag.pf {
      height: 14px;
      background-position: -3943px 0px; }
    .sFSection .iti-flag.pg {
      height: 15px;
      background-position: -3965px 0px; }
    .sFSection .iti-flag.ph {
      height: 10px;
      background-position: -3987px 0px; }
    .sFSection .iti-flag.pk {
      height: 14px;
      background-position: -4009px 0px; }
    .sFSection .iti-flag.pl {
      height: 13px;
      background-position: -4031px 0px; }
    .sFSection .iti-flag.pm {
      height: 14px;
      background-position: -4053px 0px; }
    .sFSection .iti-flag.pn {
      height: 10px;
      background-position: -4075px 0px; }
    .sFSection .iti-flag.pr {
      height: 14px;
      background-position: -4097px 0px; }
    .sFSection .iti-flag.ps {
      height: 10px;
      background-position: -4119px 0px; }
    .sFSection .iti-flag.pt {
      height: 14px;
      background-position: -4141px 0px; }
    .sFSection .iti-flag.pw {
      height: 13px;
      background-position: -4163px 0px; }
    .sFSection .iti-flag.py {
      height: 11px;
      background-position: -4185px 0px; }
    .sFSection .iti-flag.qa {
      height: 8px;
      background-position: -4207px 0px; }
    .sFSection .iti-flag.re {
      height: 14px;
      background-position: -4229px 0px; }
    .sFSection .iti-flag.ro {
      height: 14px;
      background-position: -4251px 0px; }
    .sFSection .iti-flag.rs {
      height: 14px;
      background-position: -4273px 0px; }
    .sFSection .iti-flag.ru {
      height: 14px;
      background-position: -4295px 0px; }
    .sFSection .iti-flag.rw {
      height: 14px;
      background-position: -4317px 0px; }
    .sFSection .iti-flag.sa {
      height: 14px;
      background-position: -4339px 0px; }
    .sFSection .iti-flag.sb {
      height: 10px;
      background-position: -4361px 0px; }
    .sFSection .iti-flag.sc {
      height: 10px;
      background-position: -4383px 0px; }
    .sFSection .iti-flag.sd {
      height: 10px;
      background-position: -4405px 0px; }
    .sFSection .iti-flag.se {
      height: 13px;
      background-position: -4427px 0px; }
    .sFSection .iti-flag.sg {
      height: 14px;
      background-position: -4449px 0px; }
    .sFSection .iti-flag.sh {
      height: 10px;
      background-position: -4471px 0px; }
    .sFSection .iti-flag.si {
      height: 10px;
      background-position: -4493px 0px; }
    .sFSection .iti-flag.sj {
      height: 15px;
      background-position: -4515px 0px; }
    .sFSection .iti-flag.sk {
      height: 14px;
      background-position: -4537px 0px; }
    .sFSection .iti-flag.sl {
      height: 14px;
      background-position: -4559px 0px; }
    .sFSection .iti-flag.sm {
      height: 15px;
      background-position: -4581px 0px; }
    .sFSection .iti-flag.sn {
      height: 14px;
      background-position: -4603px 0px; }
    .sFSection .iti-flag.so {
      height: 14px;
      background-position: -4625px 0px; }
    .sFSection .iti-flag.sr {
      height: 14px;
      background-position: -4647px 0px; }
    .sFSection .iti-flag.ss {
      height: 10px;
      background-position: -4669px 0px; }
    .sFSection .iti-flag.st {
      height: 10px;
      background-position: -4691px 0px; }
    .sFSection .iti-flag.sv {
      height: 12px;
      background-position: -4713px 0px; }
    .sFSection .iti-flag.sx {
      height: 14px;
      background-position: -4735px 0px; }
    .sFSection .iti-flag.sy {
      height: 14px;
      background-position: -4757px 0px; }
    .sFSection .iti-flag.sz {
      height: 14px;
      background-position: -4779px 0px; }
    .sFSection .iti-flag.ta {
      height: 10px;
      background-position: -4801px 0px; }
    .sFSection .iti-flag.tc {
      height: 10px;
      background-position: -4823px 0px; }
    .sFSection .iti-flag.td {
      height: 14px;
      background-position: -4845px 0px; }
    .sFSection .iti-flag.tf {
      height: 14px;
      background-position: -4867px 0px; }
    .sFSection .iti-flag.tg {
      height: 13px;
      background-position: -4889px 0px; }
    .sFSection .iti-flag.th {
      height: 14px;
      background-position: -4911px 0px; }
    .sFSection .iti-flag.tj {
      height: 10px;
      background-position: -4933px 0px; }
    .sFSection .iti-flag.tk {
      height: 10px;
      background-position: -4955px 0px; }
    .sFSection .iti-flag.tl {
      height: 10px;
      background-position: -4977px 0px; }
    .sFSection .iti-flag.tm {
      height: 14px;
      background-position: -4999px 0px; }
    .sFSection .iti-flag.tn {
      height: 14px;
      background-position: -5021px 0px; }
    .sFSection .iti-flag.to {
      height: 10px;
      background-position: -5043px 0px; }
    .sFSection .iti-flag.tr {
      height: 14px;
      background-position: -5065px 0px; }
    .sFSection .iti-flag.tt {
      height: 12px;
      background-position: -5087px 0px; }
    .sFSection .iti-flag.tv {
      height: 10px;
      background-position: -5109px 0px; }
    .sFSection .iti-flag.tw {
      height: 14px;
      background-position: -5131px 0px; }
    .sFSection .iti-flag.tz {
      height: 14px;
      background-position: -5153px 0px; }
    .sFSection .iti-flag.ua {
      height: 14px;
      background-position: -5175px 0px; }
    .sFSection .iti-flag.ug {
      height: 14px;
      background-position: -5197px 0px; }
    .sFSection .iti-flag.um {
      height: 11px;
      background-position: -5219px 0px; }
    .sFSection .iti-flag.us {
      height: 11px;
      background-position: -5241px 0px; }
    .sFSection .iti-flag.uy {
      height: 14px;
      background-position: -5263px 0px; }
    .sFSection .iti-flag.uz {
      height: 10px;
      background-position: -5285px 0px; }
    .sFSection .iti-flag.va {
      height: 15px;
      background-position: -5307px 0px; }
    .sFSection .iti-flag.vc {
      height: 14px;
      background-position: -5324px 0px; }
    .sFSection .iti-flag.ve {
      height: 14px;
      background-position: -5346px 0px; }
    .sFSection .iti-flag.vg {
      height: 10px;
      background-position: -5368px 0px; }
    .sFSection .iti-flag.vi {
      height: 14px;
      background-position: -5390px 0px; }
    .sFSection .iti-flag.vn {
      height: 14px;
      background-position: -5412px 0px; }
    .sFSection .iti-flag.vu {
      height: 12px;
      background-position: -5434px 0px; }
    .sFSection .iti-flag.wf {
      height: 14px;
      background-position: -5456px 0px; }
    .sFSection .iti-flag.ws {
      height: 10px;
      background-position: -5478px 0px; }
    .sFSection .iti-flag.xk {
      height: 15px;
      background-position: -5500px 0px; }
    .sFSection .iti-flag.ye {
      height: 14px;
      background-position: -5522px 0px; }
    .sFSection .iti-flag.yt {
      height: 14px;
      background-position: -5544px 0px; }
    .sFSection .iti-flag.za {
      height: 14px;
      background-position: -5566px 0px; }
    .sFSection .iti-flag.zm {
      height: 14px;
      background-position: -5588px 0px; }
    .sFSection .iti-flag.zw {
      height: 10px;
      background-position: -5610px 0px; }
    .sFSection .iti-flag.np {
      background-color: transparent; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sFSection .iti-flag {
      background-size: 5630px 15px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sFSection .iti-flag {
      background-image: url("flags.png"); } }

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