﻿.fb-form article, .fb-form aside, .fb-form figure, .fb-form figcaption, .fb-form footer, .fb-form header, .fb-form menu, .fb-form nav, .fb-form section, .fb-form time, .fb-form mark, .fb-form audio, .fb-form video, .fb-form abbr, .fb-form address, .fb-form area, .fb-form blockquote, .fb-form canvas, .fb-form caption, .fb-form cite, .fb-form code, .fb-form colgroup, .fb-form col, .fb-form datalist, .fb-form fieldset, .fb-form main, .fb-form map, .fb-form meta, .fb-form optgroup, .fb-form output, .fb-form progress {
    background-attachment:scroll ;
    background-color:transparent ;
    background-image:none ; /* This rule affects the use of pngfix JavaScript https://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
    background-position:0 0 ;
    background-repeat:repeat ;
    border-color:black ;
    border-color:currentColor ; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <https://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
    border-radius:0 ;
    border-style:none ;
    border-width:medium ;
    bottom:auto ;
    clear:none ;
    clip:auto ;
    color:inherit ;
    counter-increment:none ;
    counter-reset:none ;
    cursor:auto ;
    direction:inherit ;
    display:inline ;
    float:none ;
    font-family: inherit ; /* As with other inherit values, this needs to be set on the root container element */
    font-size: inherit ;
    font-style:inherit ;
    font-variant:normal ;
    font-weight:inherit ;
    height:auto ;
    left:auto ;
    letter-spacing:normal ;
    line-height:inherit ;
    list-style-type: inherit ; /* Could set list-style-type to none */
    list-style-position: outside ;
    list-style-image: none ;
    margin:0 ;
    max-height:none ;
    max-width:none ;
    min-height:0 ;
    min-width:0 ;
    opacity:1;
    outline:invert none medium ;
    overflow:visible ;
    padding:0 ;
    position:static ;
    quotes: "" "" ;
    right:auto ;
    table-layout:auto ;
    text-align:inherit ;
    text-decoration:inherit ;
    text-indent:0 ;
    text-transform:none ;
    top:auto ;
    unicode-bidi:normal ;
    vertical-align:baseline ;
    visibility:inherit ;
    white-space:normal ;
    width:auto ;
    word-spacing:normal ;
    z-index:auto ;

    /* CSS3 */
    /* Including all prefixes according to https://caniuse.com/ */
    /* CSS Animations don't cascade, so don't require resetting */
    -webkit-background-origin: padding-box ;
            background-origin: padding-box ;
    -webkit-background-clip: border-box ;
            background-clip: border-box ;
    -webkit-background-size: auto ;
       -moz-background-size: auto ;
            background-size: auto ;
    -webkit-border-image: none ;
       -moz-border-image: none ;
         -o-border-image: none ;
            border-image: none ;
    -webkit-border-radius:0 ;
       -moz-border-radius:0 ;
            border-radius: 0 ;
    -webkit-box-shadow: none ;
            box-shadow: none ;
    -webkit-box-sizing: content-box ;
       -moz-box-sizing: content-box ;
            box-sizing: content-box ;
    -webkit-column-count: auto ;
       -moz-column-count: auto ;
            column-count: auto ;
    -webkit-column-gap: normal ;
       -moz-column-gap: normal ;
            column-gap: normal ;
    -webkit-column-rule: medium none black ;
       -moz-column-rule: medium none black ;
            column-rule: medium none black ;
    -webkit-column-span: 1 ;
       -moz-column-span: 1 ; /* doesn't exist yet but probably will */
            column-span: 1 ;
    -webkit-column-width: auto ;
       -moz-column-width: auto ;
            column-width: auto ;
    font-feature-settings: normal ;
    overflow-x: visible ;
    overflow-y: visible ;
    -webkit-hyphens: manual ;
       -moz-hyphens: manual ;
            hyphens: manual ;
    -webkit-perspective: none ;
       -moz-perspective: none ;
        -ms-perspective: none ;
         -o-perspective: none ;
            perspective: none ;
    -webkit-perspective-origin: 50% 50% ;
       -moz-perspective-origin: 50% 50% ;
        -ms-perspective-origin: 50% 50% ;
         -o-perspective-origin: 50% 50% ;
            perspective-origin: 50% 50% ;
    -webkit-backface-visibility: visible ;
       -moz-backface-visibility: visible ;
        -ms-backface-visibility: visible ;
         -o-backface-visibility: visible ;
            backface-visibility: visible ;
    text-shadow: none ;
    -webkit-transition: all 0s ease 0s ;
            transition: all 0s ease 0s ;
    -webkit-transform: none ;
       -moz-transform: none ;
        -ms-transform: none ;
         -o-transform: none ;
            transform: none ;
    -webkit-transform-origin: 50% 50% ;
       -moz-transform-origin: 50% 50% ;
        -ms-transform-origin: 50% 50% ;
         -o-transform-origin: 50% 50% ;
            transform-origin: 50% 50% ;
    -webkit-transform-style: flat ;
       -moz-transform-style: flat ;
        -ms-transform-style: flat ;
         -o-transform-style: flat ;
            transform-style: flat ;
    word-break: normal ;
}

/* == BLOCK-LEVEL == */
/* Actually, some of these should be inline-block and other values, but block works fine (TODO: rigorously verify this) */
/* HTML 4.01 */
.fb-form, .fb-form h3, .fb-form h5, .fb-form p, .fb-form h1, .fb-form dl, .fb-form dt, .fb-form h6, .fb-form ol, .fb-form form, .fb-form option, .fb-form pre, .fb-form div, .fb-form h2, .fb-form caption, .fb-form h4, .fb-form ul, .fb-form address, .fb-form blockquote, .fb-form dd, .fb-form fieldset, .fb-form hr,

/* HTML5 new elements */
.fb-form article, .fb-form dialog, .fb-form figure, .fb-form footer, .fb-form header, .fb-form hgroup, .fb-form menu, .fb-form nav, .fb-form section, .fb-form audio, .fb-form video, .fb-form address, .fb-form blockquote, .fb-form colgroup, .fb-form main, .fb-form progress, .fb-form summary {
    display:block ;
}
.fb-form h1, .fb-form h2, .fb-form h3, .fb-form h4, .fb-form h5, .fb-form h6 {
    font-weight: bold ;
}
.fb-form h1 {
    font-size: 2em ;
    padding: .67em 0 ;
}
.fb-form h2 {
    font-size: 1.5em ;
    padding: .83em 0 ;
}
.fb-form h3 {
    font-size: 1.17em ;
    padding: .83em 0 ;
}
.fb-form h4 {
    font-size: 1em ;
}
.fb-form h5 {
    font-size: .83em ;
}
.fb-form p {
    margin: 1em 0 ;
}
.fb-form table {
    display: table ;
}
.fb-form thead {
    display: table-header-group ;
}
.fb-form tbody {
    display: table-row-group ;
}
.fb-form tfoot {
    display: table-footer-group ;
}
.fb-form tr {
    display: table-row ;
}
.fb-form th, .fb-form td {
    display: table-cell ;
    padding: 2px ;
}

/* == SPECIFIC ELEMENTS == */
/* Some of these are browser defaults; some are just useful resets */
.fb-form ol, .fb-form ul {
    margin: 1em 0 ;
}
.fb-form ul li, .fb-form ul ul li, .fb-form ul ul ul li, .fb-form ol li, .fb-form ol ol li, .fb-form ol ol ol li, .fb-form ul ol ol li, .fb-form ul ul ol li, .fb-form ol ul ul li, .fb-form ol ol ul li {
    list-style-position: inside ;
    margin-top: .08em ;
}
.fb-form ol ol, .fb-form ol ol ol, .fb-form ul ul, .fb-form ul ul ul, .fb-form ol ul, .fb-form ol ul ul, .fb-form ol ol ul, .fb-form ul ol, .fb-form ul ol ol, .fb-form ul ul ol {
    padding-left: 40px ;
    margin: 0 ;
}
/* helper for general navigation */
.fb-form nav ul, .fb-form nav ol {
    list-style-type:none ;

}
.fb-form ul, .fb-form menu {
    list-style-type:disc ;
}
.fb-form ol {
    list-style-type:decimal ;
}
.fb-form ol ul, .fb-form ul ul, .fb-form menu ul, .fb-form ol menu, .fb-form ul menu, .fb-form menu menu {
    list-style-type:circle ;
}
.fb-form ol ol ul, .fb-form ol ul ul, .fb-form ol menu ul, .fb-form ol ol menu, .fb-form ol ul menu, .fb-form ol menu menu, .fb-form ul ol ul, .fb-form ul ul ul, .fb-form ul menu ul, .fb-form ul ol menu, .fb-form ul ul menu, .fb-form ul menu menu, .fb-form menu ol ul, .fb-form menu ul ul, .fb-form menu menu ul, .fb-form menu ol menu, .fb-form menu ul menu, .fb-form menu menu menu {
    list-style-type:square ;
}
.fb-form li {
    display:list-item ;
    /* Fixes IE7 issue with positioning of nested bullets */
    min-height:auto ;
    min-width:auto ;
    padding-left: 20px ; /* replace -webkit-padding-start: 40px; */
}
.fb-form strong {
    font-weight:bold ;
}
.fb-form em {
    font-style:italic ;
}
.fb-form kbd, .fb-form samp, .fb-form code, .fb-form pre {
  font-family:monospace ;
}
.fb-form a {
    color: blue ;
    text-decoration: underline ;
}
.fb-form a:visited {
    color: #529 ;
}
.fb-form a, .fb-form a *, .fb-form input[type=submit], .fb-form input[type=button], .fb-form input[type=radio], .fb-form input[type=checkbox], .fb-form select, .fb-form button {
    cursor:pointer ;
}
.fb-form button, .fb-form input[type=submit] {
    text-align: center ;
    padding: 2px 6px 3px ;
    border-radius: 4px ;
    text-decoration: none ;
    font-family: arial, helvetica, sans-serif ;
    font-size: small ;
    background: white ;
    -webkit-appearance: push-button ;
    color: buttontext ;
    border: 1px #a6a6a6 solid ;
    background: lightgrey ; /* Old browsers */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%, rgba(209,209,209,1) 100%, rgba(221,221,221,1) 100%) ; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)), color-stop(100%,rgba(209,209,209,1)), color-stop(100%,rgba(221,221,221,1))) ; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) ; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) ; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) ; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) ; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) ; /* IE6-9 */
    -webkit-box-shadow: 1px 1px 0px #eee ;
       -moz-box-shadow: 1px 1px 0px #eee ;
         -o-box-shadow: 1px 1px 0px #eee ;
            box-shadow: 1px 1px 0px #eee ;
    outline: initial ;
}
.fb-form button:active, .fb-form input[type=submit]:active, .fb-form input[type=button]:active, .fb-form button:active {
	background: rgb(59,103,158) ; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%) ; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))) ; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) ; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) ; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) ; /* IE10+ */
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) ; /* W3C */
	border-color: #5259b0 ;
}
.fb-form button {
    padding: 1px 6px 2px 6px ;
    margin-right: 5px ;
}
.fb-form input[type=hidden] {
    display:none ;
}
/* restore form defaults */
.fb-form textarea {
    -webkit-appearance: textarea ;
    background: white ;
    padding: 2px ;
    margin-left: 4px ;
    word-wrap: break-word ;
    white-space: pre-wrap ;
    font-size: 11px ;
    font-family: arial, helvetica, sans-serif ;
    line-height: 13px ;
    resize: both ;
}
.fb-form select, .fb-form textarea, .fb-form input {
    border:1px solid #ccc ;
}
.fb-form select {
    font-size: 11px ;
    font-family: helvetica, arial, sans-serif ;
    display: inline-block;
}
.fb-form textarea:focus, .fb-form input:focus {
    outline: auto 5px -webkit-focus-ring-color ;
    outline: initial ;
}
.fb-form input[type=text] {
    background: white ;
    padding: 1px ;
    font-family: initial ;
    font-size: small ;
}
.fb-form input[type=checkbox], .fb-form input[type=radio] {
    border: 1px #2b2b2b solid ;
    border-radius: 4px ;
}
.fb-form input[type=checkbox], .fb-form input[type=radio] {
    outline: initial ;
}
.fb-form input[type=radio] {
    margin: 2px 2px 3px 2px ;
}
.fb-form abbr[title], .fb-form acronym[title], .fb-form dfn[title] {
    cursor:help ;
    border-bottom-width:1px ;
    border-bottom-style:dotted ;
}
.fb-form ins {
    background-color:#ff9 ;
    color:black ;
}
.fb-form del {
    text-decoration: line-through ;
}
.fb-form blockquote, .fb-form q  {
    quotes:none ; /* HTML5 */
}
.fb-form blockquote:before, .fb-form blockquote:after, .fb-form q:before, .fb-form q:after, .fb-form li:before, .fb-form li:after  {
    content:"" ;
}
.fb-form input, .fb-form select {
    vertical-align:middle ;
}

.fb-form table {
    border-collapse:collapse ;
    border-spacing:0 ;
}
.fb-form hr {
    display:block ;
    height:1px ;
    border:0 ;
    border-top:1px solid #ccc ;
    margin:1em 0 ;
}
.fb-form *[dir=rtl] {
    direction: rtl ;
}
.fb-form mark {
    background-color:#ff9 ;
    color:black ;
    font-style:italic ;
    font-weight:bold ;
}
.fb-form menu {
    padding-left: 40px ;
    padding-top: 8px ;
}

/* additional helpers */
.fb-form [hidden],
.fb-form template {
    display: none ;
}
.fb-form abbr[title] {
    border-bottom: 1px dotted ;
}
.fb-form sub, .fb-form sup {
    font-size: 75% ;
    line-height: 0 ;
    position: relative ;
    vertical-align: baseline ;
}
.fb-form sup {
    top: -0.5em ;
}
.fb-form sub {
    bottom: -0.25em ;
}
.fb-form img {
    border: 0 ;
}
.fb-form figure {
    margin: 0 ;
}
.fb-form textarea {
    overflow: auto ;
    vertical-align: top ;
}

/* == ROOT CONTAINER ELEMENT == */
/* This contains default values for child elements to inherit  */
.fb-form {
    font-size: medium ;
    line-height: 1 ;
    direction:ltr ;
    text-align: left ; /* for IE, Opera */
    text-align: start ; /* recommended W3C Spec */
    font-family: "Times New Roman", Times, serif ; /* Override this with whatever font-family is required */
    color: black ;
    font-style:normal ;
    font-weight:normal ;
    text-decoration:none ;
    list-style-type:disc ;
}

.fb-form pre {
    white-space:pre ;
}


.fb-form 
 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.fb-form 
article, .fb-form 
aside, .fb-form 
details, .fb-form 
figcaption, .fb-form 
figure, .fb-form 
footer, .fb-form 
header, .fb-form 
hgroup, .fb-form 
main, .fb-form 
menu, .fb-form 
nav, .fb-form 
section, .fb-form 
summary {
  display: block;
}
.fb-form 
audio, .fb-form 
canvas, .fb-form 
progress, .fb-form 
video {
  display: inline-block;
  vertical-align: baseline;
}
.fb-form 
audio:not([controls]) {
  display: none;
  height: 0;
}
.fb-form 
[hidden], .fb-form 
template {
  display: none;
}
.fb-form 
a {
  background-color: transparent;
}
.fb-form 
a:active, .fb-form 
a:hover {
  outline: 0;
}
.fb-form 
abbr[title] {
  border-bottom: 1px dotted;
}
.fb-form 
b, .fb-form 
strong {
  font-weight: bold;
}
.fb-form 
dfn {
  font-style: italic;
}
.fb-form 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.fb-form 
mark {
  background: #ff0;
  color: #000;
}
.fb-form 
small {
  font-size: 80%;
}
.fb-form 
sub, .fb-form 
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.fb-form 
sup {
  top: -0.5em;
}
.fb-form 
sub {
  bottom: -0.25em;
}
.fb-form 
img {
  border: 0;
}
.fb-form 
svg:not(:root) {
  overflow: hidden;
}
.fb-form 
figure {
  margin: 1em 40px;
}
.fb-form 
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
.fb-form 
pre {
  overflow: auto;
}
.fb-form 
code, .fb-form 
kbd, .fb-form 
pre, .fb-form 
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fb-form 
button, .fb-form 
input, .fb-form 
optgroup, .fb-form 
select, .fb-form 
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.fb-form 
button {
  overflow: visible;
}
.fb-form 
button, .fb-form 
select {
  text-transform: none;
}
.fb-form 
button, .fb-form 
html input[type="button"], .fb-form 
input[type="reset"], .fb-form 
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.fb-form 
button[disabled], .fb-form 
html input[disabled] {
  cursor: default;
}
.fb-form 
button::-moz-focus-inner, .fb-form 
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fb-form 
input {
  line-height: normal;
}
.fb-form 
input[type="checkbox"], .fb-form 
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.fb-form 
input[type="number"]::-webkit-inner-spin-button, .fb-form 
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.fb-form 
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.fb-form 
input[type="search"]::-webkit-search-cancel-button, .fb-form 
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.fb-form 
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.fb-form 
legend {
  border: 0;
  padding: 0;
}
.fb-form 
textarea {
  overflow: auto;
}
.fb-form 
optgroup {
  font-weight: bold;
}
.fb-form 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fb-form 
td, .fb-form 
th {
  padding: 0;
}
.fb-form 
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fb-form 
*:before, .fb-form 
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fb-form 
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fb-form 
body {
  font-family: "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.fb-form 
input, .fb-form 
button, .fb-form 
select, .fb-form 
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fb-form 
a {
  color: #337ab7;
  text-decoration: none;
}
.fb-form 
a:hover, .fb-form 
a:focus {
  color: #23527c;
  text-decoration: underline;
}
.fb-form 
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fb-form 
figure {
  margin: 0;
}
.fb-form 
img {
  vertical-align: middle;
}
.fb-form 
.img-responsive, .fb-form 
.carousel-inner > .item > img, .fb-form 
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fb-form 
.img-rounded {
  border-radius: 6px;
}
.fb-form 
.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;
}
.fb-form 
.img-circle {
  border-radius: 50%;
}
.fb-form 
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.fb-form 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fb-form 
.sr-only-focusable:active, .fb-form 
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fb-form 
[role="button"] {
  cursor: pointer;
}
.fb-form 
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) { 
.fb-form 
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) { 
.fb-form 
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) { 
.fb-form 
  .container {
    width: 1170px;
  }
}
.fb-form 
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fb-form 
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.fb-form 
.col-xs-1, .fb-form  .col-sm-1, .fb-form  .col-md-1, .fb-form  .col-lg-1, .fb-form  .col-xs-2, .fb-form  .col-sm-2, .fb-form  .col-md-2, .fb-form  .col-lg-2, .fb-form  .col-xs-3, .fb-form  .col-sm-3, .fb-form  .col-md-3, .fb-form  .col-lg-3, .fb-form  .col-xs-4, .fb-form  .col-sm-4, .fb-form  .col-md-4, .fb-form  .col-lg-4, .fb-form  .col-xs-5, .fb-form  .col-sm-5, .fb-form  .col-md-5, .fb-form  .col-lg-5, .fb-form  .col-xs-6, .fb-form  .col-sm-6, .fb-form  .col-md-6, .fb-form  .col-lg-6, .fb-form  .col-xs-7, .fb-form  .col-sm-7, .fb-form  .col-md-7, .fb-form  .col-lg-7, .fb-form  .col-xs-8, .fb-form  .col-sm-8, .fb-form  .col-md-8, .fb-form  .col-lg-8, .fb-form  .col-xs-9, .fb-form  .col-sm-9, .fb-form  .col-md-9, .fb-form  .col-lg-9, .fb-form  .col-xs-10, .fb-form  .col-sm-10, .fb-form  .col-md-10, .fb-form  .col-lg-10, .fb-form  .col-xs-11, .fb-form  .col-sm-11, .fb-form  .col-md-11, .fb-form  .col-lg-11, .fb-form  .col-xs-12, .fb-form  .col-sm-12, .fb-form  .col-md-12, .fb-form  .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fb-form 
.col-xs-1, .fb-form  .col-xs-2, .fb-form  .col-xs-3, .fb-form  .col-xs-4, .fb-form  .col-xs-5, .fb-form  .col-xs-6, .fb-form  .col-xs-7, .fb-form  .col-xs-8, .fb-form  .col-xs-9, .fb-form  .col-xs-10, .fb-form  .col-xs-11, .fb-form  .col-xs-12 {
  float: left;
}
.fb-form 
.col-xs-12 {
  width: 100%;
}
.fb-form 
.col-xs-11 {
  width: 91.66666667%;
}
.fb-form 
.col-xs-10 {
  width: 83.33333333%;
}
.fb-form 
.col-xs-9 {
  width: 75%;
}
.fb-form 
.col-xs-8 {
  width: 66.66666667%;
}
.fb-form 
.col-xs-7 {
  width: 58.33333333%;
}
.fb-form 
.col-xs-6 {
  width: 50%;
}
.fb-form 
.col-xs-5 {
  width: 41.66666667%;
}
.fb-form 
.col-xs-4 {
  width: 33.33333333%;
}
.fb-form 
.col-xs-3 {
  width: 25%;
}
.fb-form 
.col-xs-2 {
  width: 16.66666667%;
}
.fb-form 
.col-xs-1 {
  width: 8.33333333%;
}
.fb-form 
.col-xs-pull-12 {
  right: 100%;
}
.fb-form 
.col-xs-pull-11 {
  right: 91.66666667%;
}
.fb-form 
.col-xs-pull-10 {
  right: 83.33333333%;
}
.fb-form 
.col-xs-pull-9 {
  right: 75%;
}
.fb-form 
.col-xs-pull-8 {
  right: 66.66666667%;
}
.fb-form 
.col-xs-pull-7 {
  right: 58.33333333%;
}
.fb-form 
.col-xs-pull-6 {
  right: 50%;
}
.fb-form 
.col-xs-pull-5 {
  right: 41.66666667%;
}
.fb-form 
.col-xs-pull-4 {
  right: 33.33333333%;
}
.fb-form 
.col-xs-pull-3 {
  right: 25%;
}
.fb-form 
.col-xs-pull-2 {
  right: 16.66666667%;
}
.fb-form 
.col-xs-pull-1 {
  right: 8.33333333%;
}
.fb-form 
.col-xs-pull-0 {
  right: auto;
}
.fb-form 
.col-xs-push-12 {
  left: 100%;
}
.fb-form 
.col-xs-push-11 {
  left: 91.66666667%;
}
.fb-form 
.col-xs-push-10 {
  left: 83.33333333%;
}
.fb-form 
.col-xs-push-9 {
  left: 75%;
}
.fb-form 
.col-xs-push-8 {
  left: 66.66666667%;
}
.fb-form 
.col-xs-push-7 {
  left: 58.33333333%;
}
.fb-form 
.col-xs-push-6 {
  left: 50%;
}
.fb-form 
.col-xs-push-5 {
  left: 41.66666667%;
}
.fb-form 
.col-xs-push-4 {
  left: 33.33333333%;
}
.fb-form 
.col-xs-push-3 {
  left: 25%;
}
.fb-form 
.col-xs-push-2 {
  left: 16.66666667%;
}
.fb-form 
.col-xs-push-1 {
  left: 8.33333333%;
}
.fb-form 
.col-xs-push-0 {
  left: auto;
}
.fb-form 
.col-xs-offset-12 {
  margin-left: 100%;
}
.fb-form 
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.fb-form 
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.fb-form 
.col-xs-offset-9 {
  margin-left: 75%;
}
.fb-form 
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.fb-form 
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.fb-form 
.col-xs-offset-6 {
  margin-left: 50%;
}
.fb-form 
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.fb-form 
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.fb-form 
.col-xs-offset-3 {
  margin-left: 25%;
}
.fb-form 
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.fb-form 
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.fb-form 
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) { 
.fb-form 
  .col-sm-1, .fb-form  .col-sm-2, .fb-form  .col-sm-3, .fb-form  .col-sm-4, .fb-form  .col-sm-5, .fb-form  .col-sm-6, .fb-form  .col-sm-7, .fb-form  .col-sm-8, .fb-form  .col-sm-9, .fb-form  .col-sm-10, .fb-form  .col-sm-11, .fb-form  .col-sm-12 {
    float: left;
  }
.fb-form 
  .col-sm-12 {
    width: 100%;
  }
.fb-form 
  .col-sm-11 {
    width: 91.66666667%;
  }
.fb-form 
  .col-sm-10 {
    width: 83.33333333%;
  }
.fb-form 
  .col-sm-9 {
    width: 75%;
  }
.fb-form 
  .col-sm-8 {
    width: 66.66666667%;
  }
.fb-form 
  .col-sm-7 {
    width: 58.33333333%;
  }
.fb-form 
  .col-sm-6 {
    width: 50%;
  }
.fb-form 
  .col-sm-5 {
    width: 41.66666667%;
  }
.fb-form 
  .col-sm-4 {
    width: 33.33333333%;
  }
.fb-form 
  .col-sm-3 {
    width: 25%;
  }
.fb-form 
  .col-sm-2 {
    width: 16.66666667%;
  }
.fb-form 
  .col-sm-1 {
    width: 8.33333333%;
  }
.fb-form 
  .col-sm-pull-12 {
    right: 100%;
  }
.fb-form 
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
.fb-form 
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
.fb-form 
  .col-sm-pull-9 {
    right: 75%;
  }
.fb-form 
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
.fb-form 
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
.fb-form 
  .col-sm-pull-6 {
    right: 50%;
  }
.fb-form 
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
.fb-form 
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
.fb-form 
  .col-sm-pull-3 {
    right: 25%;
  }
.fb-form 
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
.fb-form 
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
.fb-form 
  .col-sm-pull-0 {
    right: auto;
  }
.fb-form 
  .col-sm-push-12 {
    left: 100%;
  }
.fb-form 
  .col-sm-push-11 {
    left: 91.66666667%;
  }
.fb-form 
  .col-sm-push-10 {
    left: 83.33333333%;
  }
.fb-form 
  .col-sm-push-9 {
    left: 75%;
  }
.fb-form 
  .col-sm-push-8 {
    left: 66.66666667%;
  }
.fb-form 
  .col-sm-push-7 {
    left: 58.33333333%;
  }
.fb-form 
  .col-sm-push-6 {
    left: 50%;
  }
.fb-form 
  .col-sm-push-5 {
    left: 41.66666667%;
  }
.fb-form 
  .col-sm-push-4 {
    left: 33.33333333%;
  }
.fb-form 
  .col-sm-push-3 {
    left: 25%;
  }
.fb-form 
  .col-sm-push-2 {
    left: 16.66666667%;
  }
.fb-form 
  .col-sm-push-1 {
    left: 8.33333333%;
  }
.fb-form 
  .col-sm-push-0 {
    left: auto;
  }
.fb-form 
  .col-sm-offset-12 {
    margin-left: 100%;
  }
.fb-form 
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
.fb-form 
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
.fb-form 
  .col-sm-offset-9 {
    margin-left: 75%;
  }
.fb-form 
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
.fb-form 
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
.fb-form 
  .col-sm-offset-6 {
    margin-left: 50%;
  }
.fb-form 
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
.fb-form 
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
.fb-form 
  .col-sm-offset-3 {
    margin-left: 25%;
  }
.fb-form 
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
.fb-form 
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
.fb-form 
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) { 
.fb-form 
  .col-md-1, .fb-form  .col-md-2, .fb-form  .col-md-3, .fb-form  .col-md-4, .fb-form  .col-md-5, .fb-form  .col-md-6, .fb-form  .col-md-7, .fb-form  .col-md-8, .fb-form  .col-md-9, .fb-form  .col-md-10, .fb-form  .col-md-11, .fb-form  .col-md-12 {
    float: left;
  }
.fb-form 
  .col-md-12 {
    width: 100%;
  }
.fb-form 
  .col-md-11 {
    width: 91.66666667%;
  }
.fb-form 
  .col-md-10 {
    width: 83.33333333%;
  }
.fb-form 
  .col-md-9 {
    width: 75%;
  }
.fb-form 
  .col-md-8 {
    width: 66.66666667%;
  }
.fb-form 
  .col-md-7 {
    width: 58.33333333%;
  }
.fb-form 
  .col-md-6 {
    width: 50%;
  }
.fb-form 
  .col-md-5 {
    width: 41.66666667%;
  }
.fb-form 
  .col-md-4 {
    width: 33.33333333%;
  }
.fb-form 
  .col-md-3 {
    width: 25%;
  }
.fb-form 
  .col-md-2 {
    width: 16.66666667%;
  }
.fb-form 
  .col-md-1 {
    width: 8.33333333%;
  }
.fb-form 
  .col-md-pull-12 {
    right: 100%;
  }
.fb-form 
  .col-md-pull-11 {
    right: 91.66666667%;
  }
.fb-form 
  .col-md-pull-10 {
    right: 83.33333333%;
  }
.fb-form 
  .col-md-pull-9 {
    right: 75%;
  }
.fb-form 
  .col-md-pull-8 {
    right: 66.66666667%;
  }
.fb-form 
  .col-md-pull-7 {
    right: 58.33333333%;
  }
.fb-form 
  .col-md-pull-6 {
    right: 50%;
  }
.fb-form 
  .col-md-pull-5 {
    right: 41.66666667%;
  }
.fb-form 
  .col-md-pull-4 {
    right: 33.33333333%;
  }
.fb-form 
  .col-md-pull-3 {
    right: 25%;
  }
.fb-form 
  .col-md-pull-2 {
    right: 16.66666667%;
  }
.fb-form 
  .col-md-pull-1 {
    right: 8.33333333%;
  }
.fb-form 
  .col-md-pull-0 {
    right: auto;
  }
.fb-form 
  .col-md-push-12 {
    left: 100%;
  }
.fb-form 
  .col-md-push-11 {
    left: 91.66666667%;
  }
.fb-form 
  .col-md-push-10 {
    left: 83.33333333%;
  }
.fb-form 
  .col-md-push-9 {
    left: 75%;
  }
.fb-form 
  .col-md-push-8 {
    left: 66.66666667%;
  }
.fb-form 
  .col-md-push-7 {
    left: 58.33333333%;
  }
.fb-form 
  .col-md-push-6 {
    left: 50%;
  }
.fb-form 
  .col-md-push-5 {
    left: 41.66666667%;
  }
.fb-form 
  .col-md-push-4 {
    left: 33.33333333%;
  }
.fb-form 
  .col-md-push-3 {
    left: 25%;
  }
.fb-form 
  .col-md-push-2 {
    left: 16.66666667%;
  }
.fb-form 
  .col-md-push-1 {
    left: 8.33333333%;
  }
.fb-form 
  .col-md-push-0 {
    left: auto;
  }
.fb-form 
  .col-md-offset-12 {
    margin-left: 100%;
  }
.fb-form 
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
.fb-form 
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
.fb-form 
  .col-md-offset-9 {
    margin-left: 75%;
  }
.fb-form 
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
.fb-form 
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
.fb-form 
  .col-md-offset-6 {
    margin-left: 50%;
  }
.fb-form 
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
.fb-form 
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
.fb-form 
  .col-md-offset-3 {
    margin-left: 25%;
  }
.fb-form 
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
.fb-form 
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
.fb-form 
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) { 
.fb-form 
  .col-lg-1, .fb-form  .col-lg-2, .fb-form  .col-lg-3, .fb-form  .col-lg-4, .fb-form  .col-lg-5, .fb-form  .col-lg-6, .fb-form  .col-lg-7, .fb-form  .col-lg-8, .fb-form  .col-lg-9, .fb-form  .col-lg-10, .fb-form  .col-lg-11, .fb-form  .col-lg-12 {
    float: left;
  }
.fb-form 
  .col-lg-12 {
    width: 100%;
  }
.fb-form 
  .col-lg-11 {
    width: 91.66666667%;
  }
.fb-form 
  .col-lg-10 {
    width: 83.33333333%;
  }
.fb-form 
  .col-lg-9 {
    width: 75%;
  }
.fb-form 
  .col-lg-8 {
    width: 66.66666667%;
  }
.fb-form 
  .col-lg-7 {
    width: 58.33333333%;
  }
.fb-form 
  .col-lg-6 {
    width: 50%;
  }
.fb-form 
  .col-lg-5 {
    width: 41.66666667%;
  }
.fb-form 
  .col-lg-4 {
    width: 33.33333333%;
  }
.fb-form 
  .col-lg-3 {
    width: 25%;
  }
.fb-form 
  .col-lg-2 {
    width: 16.66666667%;
  }
.fb-form 
  .col-lg-1 {
    width: 8.33333333%;
  }
.fb-form 
  .col-lg-pull-12 {
    right: 100%;
  }
.fb-form 
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
.fb-form 
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
.fb-form 
  .col-lg-pull-9 {
    right: 75%;
  }
.fb-form 
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
.fb-form 
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
.fb-form 
  .col-lg-pull-6 {
    right: 50%;
  }
.fb-form 
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
.fb-form 
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
.fb-form 
  .col-lg-pull-3 {
    right: 25%;
  }
.fb-form 
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
.fb-form 
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
.fb-form 
  .col-lg-pull-0 {
    right: auto;
  }
.fb-form 
  .col-lg-push-12 {
    left: 100%;
  }
.fb-form 
  .col-lg-push-11 {
    left: 91.66666667%;
  }
.fb-form 
  .col-lg-push-10 {
    left: 83.33333333%;
  }
.fb-form 
  .col-lg-push-9 {
    left: 75%;
  }
.fb-form 
  .col-lg-push-8 {
    left: 66.66666667%;
  }
.fb-form 
  .col-lg-push-7 {
    left: 58.33333333%;
  }
.fb-form 
  .col-lg-push-6 {
    left: 50%;
  }
.fb-form 
  .col-lg-push-5 {
    left: 41.66666667%;
  }
.fb-form 
  .col-lg-push-4 {
    left: 33.33333333%;
  }
.fb-form 
  .col-lg-push-3 {
    left: 25%;
  }
.fb-form 
  .col-lg-push-2 {
    left: 16.66666667%;
  }
.fb-form 
  .col-lg-push-1 {
    left: 8.33333333%;
  }
.fb-form 
  .col-lg-push-0 {
    left: auto;
  }
.fb-form 
  .col-lg-offset-12 {
    margin-left: 100%;
  }
.fb-form 
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
.fb-form 
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
.fb-form 
  .col-lg-offset-9 {
    margin-left: 75%;
  }
.fb-form 
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
.fb-form 
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
.fb-form 
  .col-lg-offset-6 {
    margin-left: 50%;
  }
.fb-form 
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
.fb-form 
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
.fb-form 
  .col-lg-offset-3 {
    margin-left: 25%;
  }
.fb-form 
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
.fb-form 
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
.fb-form 
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fb-form 
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.fb-form 
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;
}
.fb-form 
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.fb-form 
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fb-form 
input[type="radio"], .fb-form 
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.fb-form 
input[type="file"] {
  display: block;
}
.fb-form 
input[type="range"] {
  display: block;
  width: 100%;
}
.fb-form 
select[multiple], .fb-form 
select[size] {
  height: auto;
}
.fb-form 
input[type="file"]:focus, .fb-form 
input[type="radio"]:focus, .fb-form 
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fb-form 
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.fb-form 
.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;
}
.fb-form 
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0,  .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fb-form 
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.fb-form 
.form-control:-ms-input-placeholder {
  color: #999999;
}
.fb-form 
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.fb-form 
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.fb-form 
.form-control[disabled], .fb-form 
.form-control[readonly], .fb-form 
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.fb-form 
.form-control[disabled], .fb-form 
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.fb-form 
textarea.form-control {
  height: auto;
}
.fb-form 
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { 
.fb-form 
  input[type="date"].form-control, .fb-form 
  input[type="time"].form-control, .fb-form 
  input[type="datetime-local"].form-control, .fb-form 
  input[type="month"].form-control {
    line-height: 34px;
  }
.fb-form 
  input[type="date"].input-sm, .fb-form 
  input[type="time"].input-sm, .fb-form 
  input[type="datetime-local"].input-sm, .fb-form 
  input[type="month"].input-sm, .fb-form 
  .input-group-sm input[type="date"], .fb-form 
  .input-group-sm input[type="time"], .fb-form 
  .input-group-sm input[type="datetime-local"], .fb-form 
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
.fb-form 
  input[type="date"].input-lg, .fb-form 
  input[type="time"].input-lg, .fb-form 
  input[type="datetime-local"].input-lg, .fb-form 
  input[type="month"].input-lg, .fb-form 
  .input-group-lg input[type="date"], .fb-form 
  .input-group-lg input[type="time"], .fb-form 
  .input-group-lg input[type="datetime-local"], .fb-form 
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.fb-form 
.form-group {
  margin-bottom: 15px;
}
.fb-form 
.radio, .fb-form 
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fb-form 
.radio label, .fb-form 
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.fb-form 
.radio input[type="radio"], .fb-form 
.radio-inline input[type="radio"], .fb-form 
.checkbox input[type="checkbox"], .fb-form 
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 2px;
}
.fb-form 
.radio + .radio, .fb-form 
.checkbox + .checkbox {
  margin-top: -5px;
}
.fb-form 
.radio-inline, .fb-form 
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.fb-form 
.radio-inline + .radio-inline, .fb-form 
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.fb-form 
input[type="radio"][disabled], .fb-form 
input[type="checkbox"][disabled], .fb-form 
input[type="radio"].disabled, .fb-form 
input[type="checkbox"].disabled, .fb-form 
fieldset[disabled] input[type="radio"], .fb-form 
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.fb-form 
.radio-inline.disabled, .fb-form 
.checkbox-inline.disabled, .fb-form 
fieldset[disabled] .radio-inline, .fb-form 
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.fb-form 
.radio.disabled label, .fb-form 
.checkbox.disabled label, .fb-form 
fieldset[disabled] .radio label, .fb-form 
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.fb-form 
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.fb-form 
.form-control-static.input-lg, .fb-form 
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.fb-form 
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fb-form 
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.fb-form 
textarea.input-sm, .fb-form 
select[multiple].input-sm {
  height: auto;
}
.fb-form 
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fb-form 
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.fb-form 
.form-group-sm textarea.form-control, .fb-form 
.form-group-sm select[multiple].form-control {
  height: auto;
}
.fb-form 
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.fb-form 
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fb-form 
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.fb-form 
textarea.input-lg, .fb-form 
select[multiple].input-lg {
  height: auto;
}
.fb-form 
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fb-form 
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.fb-form 
.form-group-lg textarea.form-control, .fb-form 
.form-group-lg select[multiple].form-control {
  height: auto;
}
.fb-form 
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.fb-form 
.has-feedback {
  position: relative;
}
.fb-form 
.has-feedback .form-control {
  padding-right: 42.5px;
}
.fb-form 
.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;
}
.fb-form 
.input-lg + .form-control-feedback, .fb-form 
.input-group-lg + .form-control-feedback, .fb-form 
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.fb-form 
.input-sm + .form-control-feedback, .fb-form 
.input-group-sm + .form-control-feedback, .fb-form 
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.fb-form 
.has-success .help-block, .fb-form 
.has-success .control-label, .fb-form 
.has-success .radio, .fb-form 
.has-success .checkbox, .fb-form 
.has-success .radio-inline, .fb-form 
.has-success .checkbox-inline, .fb-form 
.has-success.radio label, .fb-form 
.has-success.checkbox label, .fb-form 
.has-success.radio-inline label, .fb-form 
.has-success.checkbox-inline label {
  color: #3c763d;
}
.fb-form 
.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);
}
.fb-form 
.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;
}
.fb-form 
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.fb-form 
.has-success .form-control-feedback {
  color: #3c763d;
}
.fb-form 
.has-warning .help-block, .fb-form 
.has-warning .control-label, .fb-form 
.has-warning .radio, .fb-form 
.has-warning .checkbox, .fb-form 
.has-warning .radio-inline, .fb-form 
.has-warning .checkbox-inline, .fb-form 
.has-warning.radio label, .fb-form 
.has-warning.checkbox label, .fb-form 
.has-warning.radio-inline label, .fb-form 
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.fb-form 
.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);
}
.fb-form 
.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;
}
.fb-form 
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.fb-form 
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.fb-form 
.has-error .help-block, .fb-form 
.has-error .control-label, .fb-form 
.has-error .radio, .fb-form 
.has-error .checkbox, .fb-form 
.has-error .radio-inline, .fb-form 
.has-error .checkbox-inline, .fb-form 
.has-error.radio label, .fb-form 
.has-error.checkbox label, .fb-form 
.has-error.radio-inline label, .fb-form 
.has-error.checkbox-inline label {
  color: #a94442;
}
.fb-form 
.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);
}
.fb-form 
.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;
}
.fb-form 
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.fb-form 
.has-error .form-control-feedback {
  color: #a94442;
}
.fb-form 
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.fb-form 
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.fb-form 
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) { 
.fb-form 
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
.fb-form 
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
.fb-form 
  .form-inline .form-control-static {
    display: inline-block;
  }
.fb-form 
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
.fb-form 
  .form-inline .input-group .input-group-addon, .fb-form 
  .form-inline .input-group .input-group-btn, .fb-form 
  .form-inline .input-group .form-control {
    width: auto;
  }
.fb-form 
  .form-inline .input-group > .form-control {
    width: 100%;
  }
.fb-form 
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
.fb-form 
  .form-inline .radio, .fb-form 
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
.fb-form 
  .form-inline .radio label, .fb-form 
  .form-inline .checkbox label {
    padding-left: 0;
  }
.fb-form 
  .form-inline .radio input[type="radio"], .fb-form 
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
.fb-form 
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.fb-form 
.form-horizontal .radio, .fb-form 
.form-horizontal .checkbox, .fb-form 
.form-horizontal .radio-inline, .fb-form 
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.fb-form 
.form-horizontal .radio, .fb-form 
.form-horizontal .checkbox {
  min-height: 27px;
}
.fb-form 
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) { 
.fb-form 
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.fb-form 
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) { 
.fb-form 
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) { 
.fb-form 
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fb-form 
.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;
}
.fb-form 
.btn:focus, .fb-form 
.btn:active:focus, .fb-form 
.btn.active:focus, .fb-form 
.btn.focus, .fb-form 
.btn:active.focus, .fb-form 
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fb-form 
.btn:hover, .fb-form 
.btn:focus, .fb-form 
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.fb-form 
.btn:active, .fb-form 
.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);
}
.fb-form 
.btn.disabled, .fb-form 
.btn[disabled], .fb-form 
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-form 
a.btn.disabled, .fb-form 
fieldset[disabled] a.btn {
  pointer-events: none;
}
.fb-form 
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.fb-form 
.btn-default:focus, .fb-form 
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.fb-form 
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fb-form 
.btn-default:active, .fb-form 
.btn-default.active, .fb-form 
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fb-form 
.btn-default:active:hover, .fb-form 
.btn-default.active:hover, .fb-form 
.open > .dropdown-toggle.btn-default:hover, .fb-form 
.btn-default:active:focus, .fb-form 
.btn-default.active:focus, .fb-form 
.open > .dropdown-toggle.btn-default:focus, .fb-form 
.btn-default:active.focus, .fb-form 
.btn-default.active.focus, .fb-form 
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.fb-form 
.btn-default:active, .fb-form 
.btn-default.active, .fb-form 
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.fb-form 
.btn-default.disabled:hover, .fb-form 
.btn-default[disabled]:hover, .fb-form 
fieldset[disabled] .btn-default:hover, .fb-form 
.btn-default.disabled:focus, .fb-form 
.btn-default[disabled]:focus, .fb-form 
fieldset[disabled] .btn-default:focus, .fb-form 
.btn-default.disabled.focus, .fb-form 
.btn-default[disabled].focus, .fb-form 
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.fb-form 
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.fb-form 
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.fb-form 
.btn-primary:focus, .fb-form 
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.fb-form 
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.fb-form 
.btn-primary:active, .fb-form 
.btn-primary.active, .fb-form 
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.fb-form 
.btn-primary:active:hover, .fb-form 
.btn-primary.active:hover, .fb-form 
.open > .dropdown-toggle.btn-primary:hover, .fb-form 
.btn-primary:active:focus, .fb-form 
.btn-primary.active:focus, .fb-form 
.open > .dropdown-toggle.btn-primary:focus, .fb-form 
.btn-primary:active.focus, .fb-form 
.btn-primary.active.focus, .fb-form 
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.fb-form 
.btn-primary:active, .fb-form 
.btn-primary.active, .fb-form 
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.fb-form 
.btn-primary.disabled:hover, .fb-form 
.btn-primary[disabled]:hover, .fb-form 
fieldset[disabled] .btn-primary:hover, .fb-form 
.btn-primary.disabled:focus, .fb-form 
.btn-primary[disabled]:focus, .fb-form 
fieldset[disabled] .btn-primary:focus, .fb-form 
.btn-primary.disabled.focus, .fb-form 
.btn-primary[disabled].focus, .fb-form 
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.fb-form 
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.fb-form 
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fb-form 
.btn-success:focus, .fb-form 
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.fb-form 
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.fb-form 
.btn-success:active, .fb-form 
.btn-success.active, .fb-form 
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.fb-form 
.btn-success:active:hover, .fb-form 
.btn-success.active:hover, .fb-form 
.open > .dropdown-toggle.btn-success:hover, .fb-form 
.btn-success:active:focus, .fb-form 
.btn-success.active:focus, .fb-form 
.open > .dropdown-toggle.btn-success:focus, .fb-form 
.btn-success:active.focus, .fb-form 
.btn-success.active.focus, .fb-form 
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.fb-form 
.btn-success:active, .fb-form 
.btn-success.active, .fb-form 
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.fb-form 
.btn-success.disabled:hover, .fb-form 
.btn-success[disabled]:hover, .fb-form 
fieldset[disabled] .btn-success:hover, .fb-form 
.btn-success.disabled:focus, .fb-form 
.btn-success[disabled]:focus, .fb-form 
fieldset[disabled] .btn-success:focus, .fb-form 
.btn-success.disabled.focus, .fb-form 
.btn-success[disabled].focus, .fb-form 
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fb-form 
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.fb-form 
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.fb-form 
.btn-info:focus, .fb-form 
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.fb-form 
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.fb-form 
.btn-info:active, .fb-form 
.btn-info.active, .fb-form 
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.fb-form 
.btn-info:active:hover, .fb-form 
.btn-info.active:hover, .fb-form 
.open > .dropdown-toggle.btn-info:hover, .fb-form 
.btn-info:active:focus, .fb-form 
.btn-info.active:focus, .fb-form 
.open > .dropdown-toggle.btn-info:focus, .fb-form 
.btn-info:active.focus, .fb-form 
.btn-info.active.focus, .fb-form 
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.fb-form 
.btn-info:active, .fb-form 
.btn-info.active, .fb-form 
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.fb-form 
.btn-info.disabled:hover, .fb-form 
.btn-info[disabled]:hover, .fb-form 
fieldset[disabled] .btn-info:hover, .fb-form 
.btn-info.disabled:focus, .fb-form 
.btn-info[disabled]:focus, .fb-form 
fieldset[disabled] .btn-info:focus, .fb-form 
.btn-info.disabled.focus, .fb-form 
.btn-info[disabled].focus, .fb-form 
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.fb-form 
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.fb-form 
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.fb-form 
.btn-warning:focus, .fb-form 
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.fb-form 
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.fb-form 
.btn-warning:active, .fb-form 
.btn-warning.active, .fb-form 
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.fb-form 
.btn-warning:active:hover, .fb-form 
.btn-warning.active:hover, .fb-form 
.open > .dropdown-toggle.btn-warning:hover, .fb-form 
.btn-warning:active:focus, .fb-form 
.btn-warning.active:focus, .fb-form 
.open > .dropdown-toggle.btn-warning:focus, .fb-form 
.btn-warning:active.focus, .fb-form 
.btn-warning.active.focus, .fb-form 
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.fb-form 
.btn-warning:active, .fb-form 
.btn-warning.active, .fb-form 
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.fb-form 
.btn-warning.disabled:hover, .fb-form 
.btn-warning[disabled]:hover, .fb-form 
fieldset[disabled] .btn-warning:hover, .fb-form 
.btn-warning.disabled:focus, .fb-form 
.btn-warning[disabled]:focus, .fb-form 
fieldset[disabled] .btn-warning:focus, .fb-form 
.btn-warning.disabled.focus, .fb-form 
.btn-warning[disabled].focus, .fb-form 
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.fb-form 
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.fb-form 
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.fb-form 
.btn-danger:focus, .fb-form 
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.fb-form 
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.fb-form 
.btn-danger:active, .fb-form 
.btn-danger.active, .fb-form 
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.fb-form 
.btn-danger:active:hover, .fb-form 
.btn-danger.active:hover, .fb-form 
.open > .dropdown-toggle.btn-danger:hover, .fb-form 
.btn-danger:active:focus, .fb-form 
.btn-danger.active:focus, .fb-form 
.open > .dropdown-toggle.btn-danger:focus, .fb-form 
.btn-danger:active.focus, .fb-form 
.btn-danger.active.focus, .fb-form 
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.fb-form 
.btn-danger:active, .fb-form 
.btn-danger.active, .fb-form 
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.fb-form 
.btn-danger.disabled:hover, .fb-form 
.btn-danger[disabled]:hover, .fb-form 
fieldset[disabled] .btn-danger:hover, .fb-form 
.btn-danger.disabled:focus, .fb-form 
.btn-danger[disabled]:focus, .fb-form 
fieldset[disabled] .btn-danger:focus, .fb-form 
.btn-danger.disabled.focus, .fb-form 
.btn-danger[disabled].focus, .fb-form 
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.fb-form 
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.fb-form 
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.fb-form 
.btn-link, .fb-form 
.btn-link:active, .fb-form 
.btn-link.active, .fb-form 
.btn-link[disabled], .fb-form 
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-form 
.btn-link, .fb-form 
.btn-link:hover, .fb-form 
.btn-link:focus, .fb-form 
.btn-link:active {
  border-color: transparent;
}
.fb-form 
.btn-link:hover, .fb-form 
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.fb-form 
.btn-link[disabled]:hover, .fb-form 
fieldset[disabled] .btn-link:hover, .fb-form 
.btn-link[disabled]:focus, .fb-form 
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.fb-form 
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fb-form 
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fb-form 
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fb-form 
.btn-block {
  display: block;
  width: 100%;
}
.fb-form 
.btn-block + .btn-block {
  margin-top: 5px;
}
.fb-form 
input[type="submit"].btn-block, .fb-form 
input[type="reset"].btn-block, .fb-form 
input[type="button"].btn-block {
  width: 100%;
}
.fb-form 
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fb-form 
.fade.in {
  opacity: 1;
}
.fb-form 
.collapse {
  display: none;
}
.fb-form 
.collapse.in {
  display: block;
}
.fb-form 
tr.collapse.in {
  display: table-row;
}
.fb-form 
tbody.collapse.in {
  display: table-row-group;
}
.fb-form 
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height,   visibility;
     transition-property: height,   visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.fb-form 
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.fb-form 
.dropup, .fb-form 
.dropdown {
  position: relative;
}
.fb-form 
.dropdown-toggle:focus {
  outline: 0;
}
.fb-form 
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.fb-form 
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.fb-form 
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.fb-form 
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.fb-form 
.dropdown-menu > li > a:hover, .fb-form 
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.fb-form 
.dropdown-menu > .active > a, .fb-form 
.dropdown-menu > .active > a:hover, .fb-form 
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.fb-form 
.dropdown-menu > .disabled > a, .fb-form 
.dropdown-menu > .disabled > a:hover, .fb-form 
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.fb-form 
.dropdown-menu > .disabled > a:hover, .fb-form 
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.fb-form 
.open > .dropdown-menu {
  display: block;
}
.fb-form 
.open > a {
  outline: 0;
}
.fb-form 
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.fb-form 
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.fb-form 
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.fb-form 
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.fb-form 
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.fb-form 
.dropup .caret, .fb-form 
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.fb-form 
.dropup .dropdown-menu, .fb-form 
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) { 
.fb-form 
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
.fb-form 
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.fb-form 
.modal-open {
  overflow: hidden;
}
.fb-form 
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fb-form 
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.fb-form 
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fb-form 
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fb-form 
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.fb-form 
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.fb-form 
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.fb-form 
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fb-form 
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fb-form 
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.fb-form 
.modal-header .close {
  margin-top: -2px;
}
.fb-form 
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.fb-form 
.modal-body {
  position: relative;
  padding: 15px;
}
.fb-form 
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fb-form 
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.fb-form 
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fb-form 
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.fb-form 
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) { 
.fb-form 
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
.fb-form 
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
.fb-form 
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) { 
.fb-form 
  .modal-lg {
    width: 900px;
  }
}
.fb-form 
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",  Helvetica,  Arial,   sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fb-form 
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fb-form 
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.fb-form 
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.fb-form 
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.fb-form 
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.fb-form 
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.fb-form 
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fb-form 
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.fb-form 
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.fb-form 
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.fb-form 
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.fb-form 
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.fb-form 
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.fb-form 
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.fb-form 
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.fb-form 
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.fb-form 
.popover.top {
  margin-top: -10px;
}
.fb-form 
.popover.right {
  margin-left: 10px;
}
.fb-form 
.popover.bottom {
  margin-top: 10px;
}
.fb-form 
.popover.left {
  margin-left: -10px;
}
.fb-form 
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.fb-form 
.popover-content {
  padding: 9px 14px;
}
.fb-form 
.popover > .arrow, .fb-form 
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fb-form 
.popover > .arrow {
  border-width: 11px;
}
.fb-form 
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.fb-form 
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.fb-form 
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.fb-form 
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.fb-form 
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.fb-form 
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.fb-form 
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.fb-form 
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.fb-form 
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.fb-form 
.carousel {
  position: relative;
}
.fb-form 
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fb-form 
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.fb-form 
.carousel-inner > .item > img, .fb-form 
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d),  (-webkit-transform-3d) { 
.fb-form 
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
.fb-form 
  .carousel-inner > .item.next, .fb-form 
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
.fb-form 
  .carousel-inner > .item.prev, .fb-form 
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
.fb-form 
  .carousel-inner > .item.next.left, .fb-form 
  .carousel-inner > .item.prev.right, .fb-form 
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.fb-form 
.carousel-inner > .active, .fb-form 
.carousel-inner > .next, .fb-form 
.carousel-inner > .prev {
  display: block;
}
.fb-form 
.carousel-inner > .active {
  left: 0;
}
.fb-form 
.carousel-inner > .next, .fb-form 
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.fb-form 
.carousel-inner > .next {
  left: 100%;
}
.fb-form 
.carousel-inner > .prev {
  left: -100%;
}
.fb-form 
.carousel-inner > .next.left, .fb-form 
.carousel-inner > .prev.right {
  left: 0;
}
.fb-form 
.carousel-inner > .active.left {
  left: -100%;
}
.fb-form 
.carousel-inner > .active.right {
  left: 100%;
}
.fb-form 
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.fb-form 
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, .fb-form  rgba(0, 0, 0, 0.5) 0%, .fb-form  rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, .fb-form  rgba(0, 0, 0, 0.5) 0%, .fb-form  rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, .fb-form  left top, .fb-form  right top, .fb-form  from(rgba(0, 0, 0, 0.5)), .fb-form  to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, .fb-form  rgba(0, 0, 0, 0.5) 0%, .fb-form  rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', .fb-form  endColorstr='#00000000', .fb-form  GradientType=1);
}
.fb-form 
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, .fb-form  rgba(0, 0, 0, 0.0001) 0%, .fb-form  rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, .fb-form  rgba(0, 0, 0, 0.0001) 0%, .fb-form  rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, .fb-form  left top, .fb-form  right top, .fb-form  from(rgba(0, 0, 0, 0.0001)), .fb-form  to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, .fb-form  rgba(0, 0, 0, 0.0001) 0%, .fb-form  rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', .fb-form  endColorstr='#80000000', .fb-form  GradientType=1);
}
.fb-form 
.carousel-control:hover, .fb-form 
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fb-form 
.carousel-control .icon-prev, .fb-form 
.carousel-control .icon-next, .fb-form 
.carousel-control .glyphicon-chevron-left, .fb-form 
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.fb-form 
.carousel-control .icon-prev, .fb-form 
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.fb-form 
.carousel-control .icon-next, .fb-form 
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.fb-form 
.carousel-control .icon-prev, .fb-form 
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.fb-form 
.carousel-control .icon-prev:before {
  content: '\2039';
}
.fb-form 
.carousel-control .icon-next:before {
  content: '\203a';
}
.fb-form 
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.fb-form 
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.fb-form 
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.fb-form 
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.fb-form 
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) { 
.fb-form 
  .carousel-control .glyphicon-chevron-left, .fb-form 
  .carousel-control .glyphicon-chevron-right, .fb-form 
  .carousel-control .icon-prev, .fb-form 
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
.fb-form 
  .carousel-control .glyphicon-chevron-left, .fb-form 
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
.fb-form 
  .carousel-control .glyphicon-chevron-right, .fb-form 
  .carousel-control .icon-next {
    margin-right: -10px;
  }
.fb-form 
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
.fb-form 
  .carousel-indicators {
    bottom: 20px;
  }
}
.fb-form 
.clearfix:before, .fb-form 
.clearfix:after, .fb-form 
.container:before, .fb-form 
.container:after, .fb-form 
.container-fluid:before, .fb-form 
.container-fluid:after, .fb-form 
.row:before, .fb-form 
.row:after, .fb-form 
.form-horizontal .form-group:before, .fb-form 
.form-horizontal .form-group:after, .fb-form 
.modal-header:before, .fb-form 
.modal-header:after, .fb-form 
.modal-footer:before, .fb-form 
.modal-footer:after {
  content: " ";
  display: table;
}
.fb-form 
.clearfix:after, .fb-form 
.container:after, .fb-form 
.container-fluid:after, .fb-form 
.row:after, .fb-form 
.form-horizontal .form-group:after, .fb-form 
.modal-header:after, .fb-form 
.modal-footer:after {
  clear: both;
}
.fb-form 
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fb-form 
.pull-right {
  float: right ;
}
.fb-form 
.pull-left {
  float: left ;
}
.fb-form 
.hide {
  display: none ;
}
.fb-form 
.show {
  display: block ;
}
.fb-form 
.invisible {
  visibility: hidden;
}
.fb-form 
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.fb-form 
.hidden {
  display: none ;
}
.fb-form 
.affix {
  position: fixed;
}
.fb-form input[type="text"], .fb-form .text {
    background: initial;
    border: initial;
    outline: initial;
    margin: initial;
    padding: initial;
    float: initial;
    width:initial;
    height: initial;
    color: initial;
    font:initial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fb-form form label, .fb-form form .label {
    width: auto;
    box-sizing: border-box;
    float: none;
    color: initial;
    text-align: left;
    padding: 0;
    font: initial;
    text-transform: none;
}