.Select {
    position: relative
}

.Select input::-webkit-contacts-auto-fill-button, .Select input::-webkit-credentials-auto-fill-button {
    display: none !important
}

.Select input::-ms-clear, .Select input::-ms-reveal {
    display: none !important
}

.Select, .Select div, .Select input, .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select.is-disabled > .Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled > .Select-control:hover {
    box-shadow: none
}

.Select.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.Select.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control, .Select.is-searchable.is-open > .Select-control {
    cursor: text
}

.Select.is-focused > .Select-control {
    background: #fff
}

.Select.is-focused:not(.is-open) > .Select-control {
    border-color: #086EF7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
    background: #fff
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right: 42px
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
    color: #333
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
    color: #086EF7;
    outline: none;
    text-decoration: underline
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    background: #fff
}

.Select.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select.is-open .Select-arrow, .Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666
}

.Select.Select--rtl {
    direction: rtl;
    text-align: right
}

.Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
    outline: none;
    background: #fff
}

.Select--single > .Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input > input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable) > .Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading, .Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s infinite linear;
    -o-animation: Select-animation-spin .4s infinite linear;
    animation: Select-animation-spin .4s infinite linear;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    -o-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative
}

.Select-control > :last-child {
    padding-right: 5px
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block
}

.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, .04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    color: #333
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, .24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, .08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, .24)
}

.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px
}

.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    border-left: 1px solid rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    box-sizing: border-box;
    /*font-family: Roboto, sans-serif;*/
    font-size: 14px
}

*, :after, :before {
    box-sizing: inherit;
    text-align: left;
    font-weight: 500;
}

#root > div {
    opacity: 1
}

.loader {
    min-height: 31.25rem;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .1s;
    width: 100%
}

.loader.active {
    opacity: 1
}

.loader span {
    font-size: 2.5rem
}

.content-loading {
    opacity: .6 !important;
    transition: all .1s
}

.content-loaded {
    opacity: 1 !important;
    transition: all .2s;
    min-height: 23.125rem
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media screen and (max-width: 567px) {
    .u-sm-hidden {
        display: none !important
    }
}

@media screen and (min-width: 970px) {
    .u-lg-hidden {
        display: none !important
    }
}

@media screen and (min-width: 568px) {
    .u-sm-visible {
        display: none !important
    }
}

@media screen and (max-width: 969px) {
    .u-lg-visible {
        display: none !important
    }
}

.app {
    background-color: #fff;
    border: 1px solid #c1cfd9;
    border-radius: 5px
}

.app__search {
    padding: 20px
}

.button {
    align-items: center;
    background: #086EF7;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    letter-spacing: .03em;
    line-height: 16px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background: #000;
}

@media screen and (max-width: 768px) {
    .button {
        height: 35px;
    }
}

@media screen and (min-width: 568px) and (max-width: 969px) {
    .button:hover .button__inner {
        transform: none
    }
}


@media screen and (min-width: 970px) {
    .button {
        width: 100%;
    }
}

.button__arrow {
    position: absolute;
    width: 1.1em;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    will-change: right, opacity
}

.button__arrow * {
    stroke-width: 5;
    stroke-color: transparent
}

.button__inner {
    align-content: center;

    position: relative;
    white-space: nowrap;
    transition: all .3s ease-out;
    will-change: transform
}

.footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 30px
}

@media screen and (min-width: 568px) {
    .footer {
        padding-left: 50px;
        padding-right: 50px
    }
}

.input {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    height: 46px;
    outline: none;
    padding: 0 20px;
    width: 100%;
    font-weight: 700;
    border: 1px solid #aab5c2;
}

@media screen and (max-width: 567px) {
    .input {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

.powered-by {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.powered-by__label {
    color: #b4c0c9;
    font-size: 10px;
    line-height: 11px;
    margin: 0 0 2px 4px
}

.powered-by__logo {
    height: 15px
}

@media screen and (min-width: 568px) {

}

.results__empty {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center
}

.results__header {
    display: none
}

@media screen and (min-width: 970px) {
    .results__header {
        align-items: flex-end;
        display: flex;
        margin-bottom: 19px
    }
}

.results__header-item--name {
    margin-right: auto
}

@media screen and (min-width: 970px) {
    .results__header-item--fees {
        width: 110px
    }
}

@media screen and (min-width: 970px) {
    .results__header-item--rate {
        width: 101px
    }
}

@media screen and (min-width: 970px) {
    .results__header-item--saving {
        width: 137px
    }
}

@media screen and (min-width: 970px) {
    .results__header-item--total {
        margin-right: 195px;
        width: 130px
    }
}

.results__item {
    border-bottom: 1px solid #e3e6e9;
    color: #45487b;
    font-size: 14px
}

@media screen and (min-width: 568px) {
    .results__item {
        font-size: 16px
    }
}

.results__item--promo {
    border: 1px solid #086EF7
}

@media screen and (min-width: 568px) {
    .results__item--promo {
        margin: 0 -30px
    }
}

.results__item--promo .results__item-inner {
    padding-left: 19px;
    padding-right: 19px
}

@media screen and (min-width: 568px) {
    .results__item--promo .results__item-inner {
        padding-left: 29px;
        padding-right: 29px
    }
}

.results__item--promo .results__item-hidden-inner {
    margin-left: -19px;
    margin-right: -19px;
    padding-left: 19px;
    padding-right: 19px
}

@media screen and (min-width: 568px) {
    .results__item--promo .results__item-hidden-inner {
        margin-left: -29px;
        margin-right: -29px;
        padding-left: 29px;
        padding-right: 29px
    }
}

.results__item-button {
    margin-top: 30px;
    width: 100%;
}

@media screen and (min-width: 568px) {
    .results__item-button {
        flex: 0 0 auto;
        width: 100%;

        margin-top: 11px;
    }
}

@media screen and (min-width: 970px) {
    .results__item-button {
        margin-left: 0;
        margin-top: 11px;
    }
}

@media screen and (min-width: 970px) {
    .results__item-data--fees {
        width: 110px;
        font-size: 16px;
        font-weight: 700;
    }
}

.results__item-data--rate {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

@media screen and (min-width: 970px) {
    .results__item-data--saving {
        width: 137px;
        font-size: 16px;
        font-weight: 700;
    }
}

.results__item-data--total {
    font-weight: 500;
    text-align: right
}

@media screen and (min-width: 568px) {
    .results__item-data--total {
        margin-left: 30px
    }
}

@media screen and (min-width: 970px) {
    .results__item-data--total {
        margin-left: 0;
        width: 130px;
        text-align: left
    }
}

.results__item-dropdown-caret {
    margin-left: 10px
}

@media screen and (min-width: 970px) {
    .results__item-dropdown-caret {
        display: none
    }
}

.results__item-dropdown-caret--inverted {
    transform: rotate(180deg)
}

.results__item-hidden {
    margin-top: 30px
}

@media screen and (min-width: 568px) {
    .results__item-hidden {
        margin-top: 0
    }
}

.results__item-hidden-inner {
    /* background-color:#eceff2;*/
    margin: 0 -30px;
    padding: 30px 40px
}

@media screen and (min-width: 568px) {
    .results__item-hidden-inner {

        padding-left: 70px;
        padding-right: 70px
    }
}

.results__item-hidden-row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.results__item-hidden-row:not(:last-child) {
    margin-bottom: 20px
}

.results__item-inner {
    padding: 0 20px 30px
}

@media screen and (min-width: 568px) {
    .results__item-inner {
        padding: 0
    }
}

.results__item-label {
    /*font-weight: 700;*/
    text-align: center;
}

.results__item-label--inline {
    margin-bottom: 8px;
    font-size: 14px;
    color: #a2aebe;
}

.results__item-label--total, .results__item-total {
    color: #0082e1;
    font-size: 16px;
    font-weight: 700;
}

.results__item-logo {
    display: block;
    height: 24px;
    margin-bottom: 8px
}

@media screen and (min-width: 568px) {
    .results__item-logo {
        margin-bottom: 0;
        margin-right: 15px
    }
}

.results__item-name {
    cursor: pointer;
    margin-right: auto;


}

@media screen and (min-width: 568px) {
    .results__item-name {
        align-items: center;
        display: flex
    }
}

.results__item-name-inner {
    align-items: center;
    display: flex;
    font-weight: 300;
    line-height: 16px
}

@media screen and (min-width: 970px) {
    .results__item-name-inner {
        font-size: 19px;
        text-align: left;
    }
}

.results__item-promo-header {
    background-color: #0082e1;
    color: #fff;
    font-size: 10px;
    line-break: 11px;
    padding: 7px 20px;
    text-transform: uppercase
}

.results__item-promo-header, .results__item-promo-header-inner {
    align-items: center;
    display: flex
}

.results__item-promo-icon {
    height: 14px;

}

.results__item-row {
    align-items: center;
    display: flex;
    padding-top: 52px;

    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

@media screen and (min-width: 568px) {
    .results__item-row {
        padding-bottom: 52px;
        text-align: left;
    }
}

.safety {
    align-items: center;
    border: 1px solid #d6dfe6;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding: 6px 10px;
    text-decoration: none;
    transition: background-color .2s ease-in, border-color .2s ease-in
}

.safety:hover {
    background-color: #45487b;
    border-color: #45487b
}

.safety:hover .safety__label {
    color: #fff
}

.safety:hover .safety__lock-icon {
    fill: #fff
}

.safety__label {
    color: #c1cfd9;
    font-size: 10px;
    line-height: 11px;
    margin-right: 5px;
    transition: color .2s ease-in
}

.safety__lock-icon {
    fill: #c2cfda;
    transition: fill .2s ease-in
}

.search {
    background-color: #282b66;
    border-radius: 5px;
    padding: 20px
}

@media screen and (min-width: 568px) {
    .search {
        display: flex;
        padding: 30px
    }
}

.search__amount {
    flex: 0 1 50%
}

@media screen and (max-width: 567px) {
    .search__amount {
        margin-right: 1px
    }
}

@media screen and (min-width: 568px) {
    .search__amount {
        flex-basis: 110px;
        flex-shrink: 0;
        margin-right: 15px
    }
}

.search__amount-and-currency-first {
    display: flex
}

@media screen and (min-width: 970px) {
    .search__amount-and-currency-first {
        flex: 1
    }
}

.search__currency-first {
    flex: 0 0 50%;
}

@media screen and (min-width: 568px) {
    .search__currency-first {
        flex-grow: 1
    }
}

@media screen and (max-width: 567px) {
    .search__currency-first .Select-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
}

@media screen and (min-width: 970px) {
    .search__currency-second {
        align-items: center;
        display: flex;
        flex: 0 0 100%
    }
}

@media screen and (min-width: 970px) {
    .search__currency-second-inner {
        flex-basis: 245px
    }
}

.search__header {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px
}

@media screen and (min-width: 568px) {
    .search__header {
        flex: 0 0 130px;
        margin-bottom: 0;
        padding-right: 10px;
        text-align: left;
    }
}

@media screen and (min-width: 568px) {
    .search__inputs {
        border-left: 1px solid hsla(0, 0%, 100%, .2);
        display: flex;
        flex: 1;
        padding-left: 22px
    }
}

@media screen and (min-width: 568px) {
    .search__inputs-inner {
        flex: 1
    }
}

.search__md-up-labels {
    width: 70px
}

.search__label {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px
}

@media screen and (min-width: 568px) {
    .search__label--want {
        margin-top: 15px
    }
}

@media screen and (min-width: 568px) {
    .search__label--paying {
        margin-bottom: 0;
        margin-top: 105px
    }
}

@media screen and (min-width: 970px) {
    .search__label--paying {
        margin-top: 45px
    }
}

.search__want {
    margin-bottom: 15px
}

@media screen and (min-width: 970px) {
    .search__want {
        flex: 0 0 245px;
        margin-right: 15px
    }
}

@media screen and (min-width: 970px) {
    .search__want-and-amount-and-currency-first {
        display: flex;
        flex-wrap: wrap
    }
}

.Select__option {
    align-items: center;
    display: flex;
}

.Select__option-flag {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.Select__option-sublabel {
    color: #45487b;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.Select--single .Select-control .Select-value {
    line-height: 46px;
    padding-left: 20px
}

.Select--single .Select-control .Select-value .Select-value-label {
    font-weight: 500
}

@media screen and (max-width: 567px) {
    .Select--currency-first .Select-menu-outer {
        left: -100%;
        width: 200%
    }

    .Select--currency-first .Select-menu-outer:before {
        content: "";
        background-color: #fff;
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        top: -4px;
        width: 4px
    }
}

.Select-value-label {
    color: #0082e1 !important
}

.Select-arrow-zone {
    fill: #0082e1;
    padding: 0 20px !important;
    width: 41px
}

.Select-control {
    border: 0;
    height: 46px
}

.Select-menu {
    padding: 10px 0
}

.Select-menu-outer {
    border: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.Select-option {
    align-items: center;
    background-color: transparent;
    color: #086EF7;
    display: flex;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px
}

.Select-option.is-focused, .Select-option.is-selected {
    color: #086EF7
}

.Select-option.is-focused, .Select-option.is-focused.is-selected {
    background-color: #e1f2ff
}

.select-buttons, .Select-option.is-selected {
    background-color: #fff
}

.select-buttons {
    border-radius: 5px;
    display: flex;
    height: 46px;
    padding: 5px
}

@media screen and (min-width: 568px) {
    .select-buttons {
        width: 100%
    }
}

.select-buttons__button {
    align-items: center;
    border-radius: 5px;
    color: #086EF7;
    cursor: pointer;
    display: flex;
    flex: 1 0 0;
    font-size: 14px;
    justify-content: center;
    padding: 0 5px;
    font-weight: 700;
}

.select-buttons__button--active {

    color: #fff
}

.tooltip, [data-tooltip] {
    position: relative;
    cursor: pointer
}

.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out, visibility .1s ease-in-out, -webkit-transform .1s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .1s ease-in-out, visibility .1s ease-in-out, transform .1s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none
}

.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before, th:hover.tooltip:after, th:hover.tooltip:before, th:hover [data-tooltip]:after, th:hover [data-tooltip]:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 4px 8px;
    background-color:  hsla(0, 0%, 96%, 0.9);
    /*background-color: white;*/

    font-size: 13px;
    color: #000;
    content: attr(data-tooltip);
    text-align: center;
    border-radius: 3px;
}

@media screen and (max-width: 567px) {
    .tooltip:after, [data-tooltip]:after {
        width: 160px
    }
}

@media screen and (min-width: 568px) {
    .tooltip:after, [data-tooltip]:after {
        white-space: pre
    }
}

.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 96%, 0.9);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    -webkit-transform: translate(-50%, -12px);
    -moz-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px)
}

.tooltip-left:after, .tooltip-left:before {
    right: 100%;
    bottom: 50%;
    left: auto
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 100%, .9)
}

.tooltip-left:focus:after, .tooltip-left:focus:before, .tooltip-left:hover:after, .tooltip-left:hover:before {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px)
}

.tooltip-bottom:after, .tooltip-bottom:before {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 100%, .9)
}

.tooltip-right:after, .tooltip-right:before {
    bottom: 50%;
    left: 100%;
    -webkit-transform: translate(12px, 5px);
    -moz-transform: translate(12px, 5px);
    transform: translate(12px, 5px)
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #282b66
}

.tooltip-left:after, .tooltip-right:after {
    margin-left: 0;
    margin-bottom: -5px
}


#header_text_currency {
    background: url(https://v.xchanger.io/widget/exchange/assets/images/line.png) right no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_text_currency h3 {
    text-align: center;
}
@media screen and (max-width: 768px) {
    #header_text_currency h3 {
        font-size: 1.5rem;
        margin-top: .5rem;
    }
}


.mt26 {
    margin-top: 26px;
}

.mb26 {
    margin-bottom: 26px;
}

.secure-icon {
    display: flex;
    align-items: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #c1cfd9;
    font-size: 10px;
    padding: 4px 0;
    align-self: center;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    margin: 0 auto;
    width: 158px;
}

.powered-by {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: silver;
    text-transform: lowercase;
    text-decoration: none;
    float: right;
}

.img_xchanger {
    border-style: none;
    max-width: 100%;
    height: 21px;
}

.header_result {
    border-radius: 8px;
    border: 1px solid #a5a5a5;

}

.results-logo {
    border-right: 1px solid #dee2e6;
}

.results-payout {
    text-align: center;

}

.results-payout-text {
    font-size: 14px;
    /*font-weight: 700;*/
    color: #a2aebe;
}

.result-total {

    padding-left: 1%;
    padding-right: 1%;
}

@media screen and (min-width: 768px) {
    .padding {
        padding-top: 31%;
        padding-bottom: 31%;
    }
}

.img_kantor {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.result-currency {
    font-size: 14px;
}

.result-amount {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.padding-promo {
    padding-top: 31%;
    padding-bottom: 7%;
}

.promo-code-full-small {
    float: right;
    text-align: center;
    font-size: 12px;
    color: #26c130;
    font-weight: 700;

}

.promo-code-full {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #26c130;
    font-weight: 700;
    margin-top: -27px;

}

.landing__bootstrap-iso {
    text-align: left;
    /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}

.landing__bootstrap-iso html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.landing__bootstrap-iso body {
    margin: 0
}

.landing__bootstrap-iso article,
.landing__bootstrap-iso aside,
.landing__bootstrap-iso details,
.landing__bootstrap-iso figcaption,
.landing__bootstrap-iso figure,
.landing__bootstrap-iso footer,
.landing__bootstrap-iso header,
.landing__bootstrap-iso hgroup,
.landing__bootstrap-iso main,
.landing__bootstrap-iso menu,
.landing__bootstrap-iso nav,
.landing__bootstrap-iso section,
.landing__bootstrap-iso summary {
    display: block
}

.landing__bootstrap-iso audio,
.landing__bootstrap-iso canvas,
.landing__bootstrap-iso progress,
.landing__bootstrap-iso video {
    display: inline-block;
    vertical-align: baseline
}

.landing__bootstrap-iso audio:not([controls]) {
    display: none;
    height: 0
}

.landing__bootstrap-iso [hidden],
.landing__bootstrap-iso template {
    display: none
}

.landing__bootstrap-iso a {
    background-color: transparent
}

.landing__bootstrap-iso a:active,
.landing__bootstrap-iso a:hover {
    outline: 0
}

.landing__bootstrap-iso abbr[title] {
    border-bottom: 1px dotted
}

.landing__bootstrap-iso b,
.landing__bootstrap-iso strong {
    font-weight: 700
}

.landing__bootstrap-iso dfn {
    font-style: italic
}

.landing__bootstrap-iso h1 {
    font-size: 2em;
    margin: .67em 0
}

.landing__bootstrap-iso mark {
    background: #ff0;
    color: #000
}

.landing__bootstrap-iso small {
    font-size: 80%
}

.landing__bootstrap-iso sub,
.landing__bootstrap-iso sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.landing__bootstrap-iso sup {
    top: -.5em
}

.landing__bootstrap-iso sub {
    bottom: -.25em
}

.landing__bootstrap-iso img {
    border: 0
}

.landing__bootstrap-iso svg:not(:root) {
    overflow: hidden
}

.landing__bootstrap-iso figure {
    margin: 1em 40px
}

.landing__bootstrap-iso hr {
    box-sizing: content-box;
    height: 0
}

.landing__bootstrap-iso pre {
    overflow: auto
}

.landing__bootstrap-iso code,
.landing__bootstrap-iso kbd,
.landing__bootstrap-iso pre,
.landing__bootstrap-iso samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.landing__bootstrap-iso button,
.landing__bootstrap-iso input,
.landing__bootstrap-iso optgroup,
.landing__bootstrap-iso select,
.landing__bootstrap-iso textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.landing__bootstrap-iso button {
    overflow: visible
}

.landing__bootstrap-iso button,
.landing__bootstrap-iso select {
    text-transform: none
}

.landing__bootstrap-iso button,
.landing__bootstrap-iso html input[type=button],
.landing__bootstrap-iso input[type=reset],
.landing__bootstrap-iso input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.landing__bootstrap-iso button[disabled],
.landing__bootstrap-iso html input[disabled] {
    cursor: default
}

.landing__bootstrap-iso button::-moz-focus-inner,
.landing__bootstrap-iso input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.landing__bootstrap-iso input {
    line-height: normal
}

.landing__bootstrap-iso input[type=checkbox],
.landing__bootstrap-iso input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.landing__bootstrap-iso input[type=number]::-webkit-inner-spin-button,
.landing__bootstrap-iso input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.landing__bootstrap-iso input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

.landing__bootstrap-iso input[type=search]::-webkit-search-cancel-button,
.landing__bootstrap-iso input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.landing__bootstrap-iso fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.landing__bootstrap-iso textarea {
    overflow: auto
}

.landing__bootstrap-iso optgroup {
    font-weight: 700
}

.landing__bootstrap-iso table {
    border-collapse: collapse;
    border-spacing: 0
}

.landing__bootstrap-iso td,
.landing__bootstrap-iso th {
    padding: 0
}

@media print {
    .landing__bootstrap-iso *,
    .landing__bootstrap-iso :after,
    .landing__bootstrap-iso :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .landing__bootstrap-iso a,
    .landing__bootstrap-iso a:visited {
        text-decoration: underline
    }

    .landing__bootstrap-iso a[href]:after {
        content: " (" attr(href) ")"
    }

    .landing__bootstrap-iso abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .landing__bootstrap-iso a[href^="#"]:after,
    .landing__bootstrap-iso a[href^="javascript:"]:after {
        content: ""
    }

    .landing__bootstrap-iso blockquote,
    .landing__bootstrap-iso pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .landing__bootstrap-iso thead {
        display: table-header-group
    }

    .landing__bootstrap-iso img,
    .landing__bootstrap-iso tr {
        page-break-inside: avoid
    }

    .landing__bootstrap-iso img {
        max-width: 100% !important
    }

    .landing__bootstrap-iso h2,
    .landing__bootstrap-iso h3,
    .landing__bootstrap-iso p {
        orphans: 3;
        widows: 3
    }

    .landing__bootstrap-iso h2,
    .landing__bootstrap-iso h3 {
        page-break-after: avoid
    }

    .landing__bootstrap-iso .navbar {
        display: none
    }

    .landing__bootstrap-iso .btn > .caret,
    .landing__bootstrap-iso .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .landing__bootstrap-iso .label {
        border: 1px solid #000
    }

    .landing__bootstrap-iso .table {
        border-collapse: collapse !important
    }

    .landing__bootstrap-iso .table td,
    .landing__bootstrap-iso .table th {
        background-color: #fff !important
    }

    .landing__bootstrap-iso .table-bordered td,
    .landing__bootstrap-iso .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
}

.landing__bootstrap-iso .glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.landing__bootstrap-iso .glyphicon-asterisk:before {
    content: "*"
}

.landing__bootstrap-iso .glyphicon-plus:before {
    content: "+"
}

.landing__bootstrap-iso .glyphicon-eur:before,
.landing__bootstrap-iso .glyphicon-euro:before {
    content: "\20AC"
}

.landing__bootstrap-iso .glyphicon-minus:before {
    content: "\2212"
}

.landing__bootstrap-iso .glyphicon-cloud:before {
    content: "\2601"
}

.landing__bootstrap-iso .glyphicon-envelope:before {
    content: "\2709"
}

.landing__bootstrap-iso .glyphicon-pencil:before {
    content: "\270F"
}

.landing__bootstrap-iso .glyphicon-glass:before {
    content: "\E001"
}

.landing__bootstrap-iso .glyphicon-music:before {
    content: "\E002"
}

.landing__bootstrap-iso .glyphicon-search:before {
    content: "\E003"
}

.landing__bootstrap-iso .glyphicon-heart:before {
    content: "\E005"
}

.landing__bootstrap-iso .glyphicon-star:before {
    content: "\E006"
}

.landing__bootstrap-iso .glyphicon-star-empty:before {
    content: "\E007"
}

.landing__bootstrap-iso .glyphicon-user:before {
    content: "\E008"
}

.landing__bootstrap-iso .glyphicon-film:before {
    content: "\E009"
}

.landing__bootstrap-iso .glyphicon-th-large:before {
    content: "\E010"
}

.landing__bootstrap-iso .glyphicon-th:before {
    content: "\E011"
}

.landing__bootstrap-iso .glyphicon-th-list:before {
    content: "\E012"
}

.landing__bootstrap-iso .glyphicon-ok:before {
    content: "\E013"
}

.landing__bootstrap-iso .glyphicon-remove:before {
    content: "\E014"
}

.landing__bootstrap-iso .glyphicon-zoom-in:before {
    content: "\E015"
}

.landing__bootstrap-iso .glyphicon-zoom-out:before {
    content: "\E016"
}

.landing__bootstrap-iso .glyphicon-off:before {
    content: "\E017"
}

.landing__bootstrap-iso .glyphicon-signal:before {
    content: "\E018"
}

.landing__bootstrap-iso .glyphicon-cog:before {
    content: "\E019"
}

.landing__bootstrap-iso .glyphicon-trash:before {
    content: "\E020"
}

.landing__bootstrap-iso .glyphicon-home:before {
    content: "\E021"
}

.landing__bootstrap-iso .glyphicon-file:before {
    content: "\E022"
}

.landing__bootstrap-iso .glyphicon-time:before {
    content: "\E023"
}

.landing__bootstrap-iso .glyphicon-road:before {
    content: "\E024"
}

.landing__bootstrap-iso .glyphicon-download-alt:before {
    content: "\E025"
}

.landing__bootstrap-iso .glyphicon-download:before {
    content: "\E026"
}

.landing__bootstrap-iso .glyphicon-upload:before {
    content: "\E027"
}

.landing__bootstrap-iso .glyphicon-inbox:before {
    content: "\E028"
}

.landing__bootstrap-iso .glyphicon-play-circle:before {
    content: "\E029"
}

.landing__bootstrap-iso .glyphicon-repeat:before {
    content: "\E030"
}

.landing__bootstrap-iso .glyphicon-refresh:before {
    content: "\E031"
}

.landing__bootstrap-iso .glyphicon-list-alt:before {
    content: "\E032"
}

.landing__bootstrap-iso .glyphicon-lock:before {
    content: "\E033"
}

.landing__bootstrap-iso .glyphicon-flag:before {
    content: "\E034"
}

.landing__bootstrap-iso .glyphicon-headphones:before {
    content: "\E035"
}

.landing__bootstrap-iso .glyphicon-volume-off:before {
    content: "\E036"
}

.landing__bootstrap-iso .glyphicon-volume-down:before {
    content: "\E037"
}

.landing__bootstrap-iso .glyphicon-volume-up:before {
    content: "\E038"
}

.landing__bootstrap-iso .glyphicon-qrcode:before {
    content: "\E039"
}

.landing__bootstrap-iso .glyphicon-barcode:before {
    content: "\E040"
}

.landing__bootstrap-iso .glyphicon-tag:before {
    content: "\E041"
}

.landing__bootstrap-iso .glyphicon-tags:before {
    content: "\E042"
}

.landing__bootstrap-iso .glyphicon-book:before {
    content: "\E043"
}

.landing__bootstrap-iso .glyphicon-bookmark:before {
    content: "\E044"
}

.landing__bootstrap-iso .glyphicon-print:before {
    content: "\E045"
}

.landing__bootstrap-iso .glyphicon-camera:before {
    content: "\E046"
}

.landing__bootstrap-iso .glyphicon-font:before {
    content: "\E047"
}

.landing__bootstrap-iso .glyphicon-bold:before {
    content: "\E048"
}

.landing__bootstrap-iso .glyphicon-italic:before {
    content: "\E049"
}

.landing__bootstrap-iso .glyphicon-text-height:before {
    content: "\E050"
}

.landing__bootstrap-iso .glyphicon-text-width:before {
    content: "\E051"
}

.landing__bootstrap-iso .glyphicon-align-left:before {
    content: "\E052"
}

.landing__bootstrap-iso .glyphicon-align-center:before {
    content: "\E053"
}

.landing__bootstrap-iso .glyphicon-align-right:before {
    content: "\E054"
}

.landing__bootstrap-iso .glyphicon-align-justify:before {
    content: "\E055"
}

.landing__bootstrap-iso .glyphicon-list:before {
    content: "\E056"
}

.landing__bootstrap-iso .glyphicon-indent-left:before {
    content: "\E057"
}

.landing__bootstrap-iso .glyphicon-indent-right:before {
    content: "\E058"
}

.landing__bootstrap-iso .glyphicon-facetime-video:before {
    content: "\E059"
}

.landing__bootstrap-iso .glyphicon-picture:before {
    content: "\E060"
}

.landing__bootstrap-iso .glyphicon-map-marker:before {
    content: "\E062"
}

.landing__bootstrap-iso .glyphicon-adjust:before {
    content: "\E063"
}

.landing__bootstrap-iso .glyphicon-tint:before {
    content: "\E064"
}

.landing__bootstrap-iso .glyphicon-edit:before {
    content: "\E065"
}

.landing__bootstrap-iso .glyphicon-share:before {
    content: "\E066"
}

.landing__bootstrap-iso .glyphicon-check:before {
    content: "\E067"
}

.landing__bootstrap-iso .glyphicon-move:before {
    content: "\E068"
}

.landing__bootstrap-iso .glyphicon-step-backward:before {
    content: "\E069"
}

.landing__bootstrap-iso .glyphicon-fast-backward:before {
    content: "\E070"
}

.landing__bootstrap-iso .glyphicon-backward:before {
    content: "\E071"
}

.landing__bootstrap-iso .glyphicon-play:before {
    content: "\E072"
}

.landing__bootstrap-iso .glyphicon-pause:before {
    content: "\E073"
}

.landing__bootstrap-iso .glyphicon-stop:before {
    content: "\E074"
}

.landing__bootstrap-iso .glyphicon-forward:before {
    content: "\E075"
}

.landing__bootstrap-iso .glyphicon-fast-forward:before {
    content: "\E076"
}

.landing__bootstrap-iso .glyphicon-step-forward:before {
    content: "\E077"
}

.landing__bootstrap-iso .glyphicon-eject:before {
    content: "\E078"
}

.landing__bootstrap-iso .glyphicon-chevron-left:before {
    content: "\E079"
}

.landing__bootstrap-iso .glyphicon-chevron-right:before {
    content: "\E080"
}

.landing__bootstrap-iso .glyphicon-plus-sign:before {
    content: "\E081"
}

.landing__bootstrap-iso .glyphicon-minus-sign:before {
    content: "\E082"
}

.landing__bootstrap-iso .glyphicon-remove-sign:before {
    content: "\E083"
}

.landing__bootstrap-iso .glyphicon-ok-sign:before {
    content: "\E084"
}

.landing__bootstrap-iso .glyphicon-question-sign:before {
    content: "\E085"
}

.landing__bootstrap-iso .glyphicon-info-sign:before {
    content: "\E086"
}

.landing__bootstrap-iso .glyphicon-screenshot:before {
    content: "\E087"
}

.landing__bootstrap-iso .glyphicon-remove-circle:before {
    content: "\E088"
}

.landing__bootstrap-iso .glyphicon-ok-circle:before {
    content: "\E089"
}

.landing__bootstrap-iso .glyphicon-ban-circle:before {
    content: "\E090"
}

.landing__bootstrap-iso .glyphicon-arrow-left:before {
    content: "\E091"
}

.landing__bootstrap-iso .glyphicon-arrow-right:before {
    content: "\E092"
}

.landing__bootstrap-iso .glyphicon-arrow-up:before {
    content: "\E093"
}

.landing__bootstrap-iso .glyphicon-arrow-down:before {
    content: "\E094"
}

.landing__bootstrap-iso .glyphicon-share-alt:before {
    content: "\E095"
}

.landing__bootstrap-iso .glyphicon-resize-full:before {
    content: "\E096"
}

.landing__bootstrap-iso .glyphicon-resize-small:before {
    content: "\E097"
}

.landing__bootstrap-iso .glyphicon-exclamation-sign:before {
    content: "\E101"
}

.landing__bootstrap-iso .glyphicon-gift:before {
    content: "\E102"
}

.landing__bootstrap-iso .glyphicon-leaf:before {
    content: "\E103"
}

.landing__bootstrap-iso .glyphicon-fire:before {
    content: "\E104"
}

.landing__bootstrap-iso .glyphicon-eye-open:before {
    content: "\E105"
}

.landing__bootstrap-iso .glyphicon-eye-close:before {
    content: "\E106"
}

.landing__bootstrap-iso .glyphicon-warning-sign:before {
    content: "\E107"
}

.landing__bootstrap-iso .glyphicon-plane:before {
    content: "\E108"
}

.landing__bootstrap-iso .glyphicon-calendar:before {
    content: "\E109"
}

.landing__bootstrap-iso .glyphicon-random:before {
    content: "\E110"
}

.landing__bootstrap-iso .glyphicon-comment:before {
    content: "\E111"
}

.landing__bootstrap-iso .glyphicon-magnet:before {
    content: "\E112"
}

.landing__bootstrap-iso .glyphicon-chevron-up:before {
    content: "\E113"
}

.landing__bootstrap-iso .glyphicon-chevron-down:before {
    content: "\E114"
}

.landing__bootstrap-iso .glyphicon-retweet:before {
    content: "\E115"
}

.landing__bootstrap-iso .glyphicon-shopping-cart:before {
    content: "\E116"
}

.landing__bootstrap-iso .glyphicon-folder-close:before {
    content: "\E117"
}

.landing__bootstrap-iso .glyphicon-folder-open:before {
    content: "\E118"
}

.landing__bootstrap-iso .glyphicon-resize-vertical:before {
    content: "\E119"
}

.landing__bootstrap-iso .glyphicon-resize-horizontal:before {
    content: "\E120"
}

.landing__bootstrap-iso .glyphicon-hdd:before {
    content: "\E121"
}

.landing__bootstrap-iso .glyphicon-bullhorn:before {
    content: "\E122"
}

.landing__bootstrap-iso .glyphicon-bell:before {
    content: "\E123"
}

.landing__bootstrap-iso .glyphicon-certificate:before {
    content: "\E124"
}

.landing__bootstrap-iso .glyphicon-thumbs-up:before {
    content: "\E125"
}

.landing__bootstrap-iso .glyphicon-thumbs-down:before {
    content: "\E126"
}

.landing__bootstrap-iso .glyphicon-hand-right:before {
    content: "\E127"
}

.landing__bootstrap-iso .glyphicon-hand-left:before {
    content: "\E128"
}

.landing__bootstrap-iso .glyphicon-hand-up:before {
    content: "\E129"
}

.landing__bootstrap-iso .glyphicon-hand-down:before {
    content: "\E130"
}

.landing__bootstrap-iso .glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.landing__bootstrap-iso .glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.landing__bootstrap-iso .glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.landing__bootstrap-iso .glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.landing__bootstrap-iso .glyphicon-globe:before {
    content: "\E135"
}

.landing__bootstrap-iso .glyphicon-wrench:before {
    content: "\E136"
}

.landing__bootstrap-iso .glyphicon-tasks:before {
    content: "\E137"
}

.landing__bootstrap-iso .glyphicon-filter:before {
    content: "\E138"
}

.landing__bootstrap-iso .glyphicon-briefcase:before {
    content: "\E139"
}

.landing__bootstrap-iso .glyphicon-fullscreen:before {
    content: "\E140"
}

.landing__bootstrap-iso .glyphicon-dashboard:before {
    content: "\E141"
}

.landing__bootstrap-iso .glyphicon-paperclip:before {
    content: "\E142"
}

.landing__bootstrap-iso .glyphicon-heart-empty:before {
    content: "\E143"
}

.landing__bootstrap-iso .glyphicon-link:before {
    content: "\E144"
}

.landing__bootstrap-iso .glyphicon-phone:before {
    content: "\E145"
}

.landing__bootstrap-iso .glyphicon-pushpin:before {
    content: "\E146"
}

.landing__bootstrap-iso .glyphicon-usd:before {
    content: "\E148"
}

.landing__bootstrap-iso .glyphicon-gbp:before {
    content: "\E149"
}

.landing__bootstrap-iso .glyphicon-sort:before {
    content: "\E150"
}

.landing__bootstrap-iso .glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.landing__bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.landing__bootstrap-iso .glyphicon-sort-by-order:before {
    content: "\E153"
}

.landing__bootstrap-iso .glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.landing__bootstrap-iso .glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.landing__bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.landing__bootstrap-iso .glyphicon-unchecked:before {
    content: "\E157"
}

.landing__bootstrap-iso .glyphicon-expand:before {
    content: "\E158"
}

.landing__bootstrap-iso .glyphicon-collapse-down:before {
    content: "\E159"
}

.landing__bootstrap-iso .glyphicon-collapse-up:before {
    content: "\E160"
}

.landing__bootstrap-iso .glyphicon-log-in:before {
    content: "\E161"
}

.landing__bootstrap-iso .glyphicon-flash:before {
    content: "\E162"
}

.landing__bootstrap-iso .glyphicon-log-out:before {
    content: "\E163"
}

.landing__bootstrap-iso .glyphicon-new-window:before {
    content: "\E164"
}

.landing__bootstrap-iso .glyphicon-record:before {
    content: "\E165"
}

.landing__bootstrap-iso .glyphicon-save:before {
    content: "\E166"
}

.landing__bootstrap-iso .glyphicon-open:before {
    content: "\E167"
}

.landing__bootstrap-iso .glyphicon-saved:before {
    content: "\E168"
}

.landing__bootstrap-iso .glyphicon-import:before {
    content: "\E169"
}

.landing__bootstrap-iso .glyphicon-export:before {
    content: "\E170"
}

.landing__bootstrap-iso .glyphicon-send:before {
    content: "\E171"
}

.landing__bootstrap-iso .glyphicon-floppy-disk:before {
    content: "\E172"
}

.landing__bootstrap-iso .glyphicon-floppy-saved:before {
    content: "\E173"
}

.landing__bootstrap-iso .glyphicon-floppy-remove:before {
    content: "\E174"
}

.landing__bootstrap-iso .glyphicon-floppy-save:before {
    content: "\E175"
}

.landing__bootstrap-iso .glyphicon-floppy-open:before {
    content: "\E176"
}

.landing__bootstrap-iso .glyphicon-credit-card:before {
    content: "\E177"
}

.landing__bootstrap-iso .glyphicon-transfer:before {
    content: "\E178"
}

.landing__bootstrap-iso .glyphicon-cutlery:before {
    content: "\E179"
}

.landing__bootstrap-iso .glyphicon-header:before {
    content: "\E180"
}

.landing__bootstrap-iso .glyphicon-compressed:before {
    content: "\E181"
}

.landing__bootstrap-iso .glyphicon-earphone:before {
    content: "\E182"
}

.landing__bootstrap-iso .glyphicon-phone-alt:before {
    content: "\E183"
}

.landing__bootstrap-iso .glyphicon-tower:before {
    content: "\E184"
}

.landing__bootstrap-iso .glyphicon-stats:before {
    content: "\E185"
}

.landing__bootstrap-iso .glyphicon-sd-video:before {
    content: "\E186"
}

.landing__bootstrap-iso .glyphicon-hd-video:before {
    content: "\E187"
}

.landing__bootstrap-iso .glyphicon-subtitles:before {
    content: "\E188"
}

.landing__bootstrap-iso .glyphicon-sound-stereo:before {
    content: "\E189"
}

.landing__bootstrap-iso .glyphicon-sound-dolby:before {
    content: "\E190"
}

.landing__bootstrap-iso .glyphicon-sound-5-1:before {
    content: "\E191"
}

.landing__bootstrap-iso .glyphicon-sound-6-1:before {
    content: "\E192"
}

.landing__bootstrap-iso .glyphicon-sound-7-1:before {
    content: "\E193"
}

.landing__bootstrap-iso .glyphicon-copyright-mark:before {
    content: "\E194"
}

.landing__bootstrap-iso .glyphicon-registration-mark:before {
    content: "\E195"
}

.landing__bootstrap-iso .glyphicon-cloud-download:before {
    content: "\E197"
}

.landing__bootstrap-iso .glyphicon-cloud-upload:before {
    content: "\E198"
}

.landing__bootstrap-iso .glyphicon-tree-conifer:before {
    content: "\E199"
}

.landing__bootstrap-iso .glyphicon-tree-deciduous:before {
    content: "\E200"
}

.landing__bootstrap-iso .glyphicon-cd:before {
    content: "\E201"
}

.landing__bootstrap-iso .glyphicon-save-file:before {
    content: "\E202"
}

.landing__bootstrap-iso .glyphicon-open-file:before {
    content: "\E203"
}

.landing__bootstrap-iso .glyphicon-level-up:before {
    content: "\E204"
}

.landing__bootstrap-iso .glyphicon-copy:before {
    content: "\E205"
}

.landing__bootstrap-iso .glyphicon-paste:before {
    content: "\E206"
}

.landing__bootstrap-iso .glyphicon-alert:before {
    content: "\E209"
}

.landing__bootstrap-iso .glyphicon-equalizer:before {
    content: "\E210"
}

.landing__bootstrap-iso .glyphicon-king:before {
    content: "\E211"
}

.landing__bootstrap-iso .glyphicon-queen:before {
    content: "\E212"
}

.landing__bootstrap-iso .glyphicon-pawn:before {
    content: "\E213"
}

.landing__bootstrap-iso .glyphicon-bishop:before {
    content: "\E214"
}

.landing__bootstrap-iso .glyphicon-knight:before {
    content: "\E215"
}

.landing__bootstrap-iso .glyphicon-baby-formula:before {
    content: "\E216"
}

.landing__bootstrap-iso .glyphicon-tent:before {
    content: "\26FA"
}

.landing__bootstrap-iso .glyphicon-blackboard:before {
    content: "\E218"
}

.landing__bootstrap-iso .glyphicon-bed:before {
    content: "\E219"
}

.landing__bootstrap-iso .glyphicon-apple:before {
    content: "\F8FF"
}

.landing__bootstrap-iso .glyphicon-erase:before {
    content: "\E221"
}

.landing__bootstrap-iso .glyphicon-hourglass:before {
    content: "\231B"
}

.landing__bootstrap-iso .glyphicon-lamp:before {
    content: "\E223"
}

.landing__bootstrap-iso .glyphicon-duplicate:before {
    content: "\E224"
}

.landing__bootstrap-iso .glyphicon-piggy-bank:before {
    content: "\E225"
}

.landing__bootstrap-iso .glyphicon-scissors:before {
    content: "\E226"
}

.landing__bootstrap-iso .glyphicon-bitcoin:before,
.landing__bootstrap-iso .glyphicon-btc:before,
.landing__bootstrap-iso .glyphicon-xbt:before {
    content: "\E227"
}

.landing__bootstrap-iso .glyphicon-jpy:before,
.landing__bootstrap-iso .glyphicon-yen:before {
    content: "\A5"
}

.landing__bootstrap-iso .glyphicon-rub:before,
.landing__bootstrap-iso .glyphicon-ruble:before {
    content: "\20BD"
}

.landing__bootstrap-iso .glyphicon-scale:before {
    content: "\E230"
}

.landing__bootstrap-iso .glyphicon-ice-lolly:before {
    content: "\E231"
}

.landing__bootstrap-iso .glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.landing__bootstrap-iso .glyphicon-education:before {
    content: "\E233"
}

.landing__bootstrap-iso .glyphicon-option-horizontal:before {
    content: "\E234"
}

.landing__bootstrap-iso .glyphicon-option-vertical:before {
    content: "\E235"
}

.landing__bootstrap-iso .glyphicon-menu-hamburger:before {
    content: "\E236"
}

.landing__bootstrap-iso .glyphicon-modal-window:before {
    content: "\E237"
}

.landing__bootstrap-iso .glyphicon-oil:before {
    content: "\E238"
}

.landing__bootstrap-iso .glyphicon-grain:before {
    content: "\E239"
}

.landing__bootstrap-iso .glyphicon-sunglasses:before {
    content: "\E240"
}

.landing__bootstrap-iso .glyphicon-text-size:before {
    content: "\E241"
}

.landing__bootstrap-iso .glyphicon-text-color:before {
    content: "\E242"
}

.landing__bootstrap-iso .glyphicon-text-background:before {
    content: "\E243"
}

.landing__bootstrap-iso .glyphicon-object-align-top:before {
    content: "\E244"
}

.landing__bootstrap-iso .glyphicon-object-align-bottom:before {
    content: "\E245"
}

.landing__bootstrap-iso .glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.landing__bootstrap-iso .glyphicon-object-align-left:before {
    content: "\E247"
}

.landing__bootstrap-iso .glyphicon-object-align-vertical:before {
    content: "\E248"
}

.landing__bootstrap-iso .glyphicon-object-align-right:before {
    content: "\E249"
}

.landing__bootstrap-iso .glyphicon-triangle-right:before {
    content: "\E250"
}

.landing__bootstrap-iso .glyphicon-triangle-left:before {
    content: "\E251"
}

.landing__bootstrap-iso .glyphicon-triangle-bottom:before {
    content: "\E252"
}

.landing__bootstrap-iso .glyphicon-triangle-top:before {
    content: "\E253"
}

.landing__bootstrap-iso .glyphicon-console:before {
    content: "\E254"
}

.landing__bootstrap-iso .glyphicon-superscript:before {
    content: "\E255"
}

.landing__bootstrap-iso .glyphicon-subscript:before {
    content: "\E256"
}

.landing__bootstrap-iso .glyphicon-menu-left:before {
    content: "\E257"
}

.landing__bootstrap-iso .glyphicon-menu-right:before {
    content: "\E258"
}


.landing__bootstrap-iso *,
.landing__bootstrap-iso :after,
.landing__bootstrap-iso :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.landing__bootstrap-iso html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

.landing__bootstrap-iso body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

.landing__bootstrap-iso button,
.landing__bootstrap-iso input,
.landing__bootstrap-iso select,
.landing__bootstrap-iso textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.landing__bootstrap-iso a {
    color: #337ab7;
    text-decoration: none
}

.landing__bootstrap-iso a:focus,
.landing__bootstrap-iso a:hover {
    color: #23527c;
    text-decoration: underline
}

.landing__bootstrap-iso a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.landing__bootstrap-iso figure {
    margin: 0
}

.landing__bootstrap-iso img {
    vertical-align: middle
}

.landing__bootstrap-iso .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.landing__bootstrap-iso .img-rounded {
    border-radius: 6px
}

.landing__bootstrap-iso .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.landing__bootstrap-iso .img-circle {
    border-radius: 50%
}

.landing__bootstrap-iso hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.landing__bootstrap-iso .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.landing__bootstrap-iso .sr-only-focusable:active,
.landing__bootstrap-iso .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.landing__bootstrap-iso [role=button] {
    cursor: pointer
}

.landing__bootstrap-iso .h1,
.landing__bootstrap-iso .h2,
.landing__bootstrap-iso .h3,
.landing__bootstrap-iso .h4,
.landing__bootstrap-iso .h5,
.landing__bootstrap-iso .h6,
.landing__bootstrap-iso h1,
.landing__bootstrap-iso h2,
.landing__bootstrap-iso h3,
.landing__bootstrap-iso h4,
.landing__bootstrap-iso h5,
.landing__bootstrap-iso h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.landing__bootstrap-iso .h1 .small,
.landing__bootstrap-iso .h1 small,
.landing__bootstrap-iso .h2 .small,
.landing__bootstrap-iso .h2 small,
.landing__bootstrap-iso .h3 .small,
.landing__bootstrap-iso .h3 small,
.landing__bootstrap-iso .h4 .small,
.landing__bootstrap-iso .h4 small,
.landing__bootstrap-iso .h5 .small,
.landing__bootstrap-iso .h5 small,
.landing__bootstrap-iso .h6 .small,
.landing__bootstrap-iso .h6 small,
.landing__bootstrap-iso h1 .small,
.landing__bootstrap-iso h1 small,
.landing__bootstrap-iso h2 .small,
.landing__bootstrap-iso h2 small,
.landing__bootstrap-iso h3 .small,
.landing__bootstrap-iso h3 small,
.landing__bootstrap-iso h4 .small,
.landing__bootstrap-iso h4 small,
.landing__bootstrap-iso h5 .small,
.landing__bootstrap-iso h5 small,
.landing__bootstrap-iso h6 .small,
.landing__bootstrap-iso h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.landing__bootstrap-iso .h1,
.landing__bootstrap-iso .h2,
.landing__bootstrap-iso .h3,
.landing__bootstrap-iso h1,
.landing__bootstrap-iso h2,
.landing__bootstrap-iso h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.landing__bootstrap-iso .h1 .small,
.landing__bootstrap-iso .h1 small,
.landing__bootstrap-iso .h2 .small,
.landing__bootstrap-iso .h2 small,
.landing__bootstrap-iso .h3 .small,
.landing__bootstrap-iso .h3 small,
.landing__bootstrap-iso h1 .small,
.landing__bootstrap-iso h1 small,
.landing__bootstrap-iso h2 .small,
.landing__bootstrap-iso h2 small,
.landing__bootstrap-iso h3 .small,
.landing__bootstrap-iso h3 small {
    font-size: 65%
}

.landing__bootstrap-iso .h4,
.landing__bootstrap-iso .h5,
.landing__bootstrap-iso .h6,
.landing__bootstrap-iso h4,
.landing__bootstrap-iso h5,
.landing__bootstrap-iso h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.landing__bootstrap-iso .h4 .small,
.landing__bootstrap-iso .h4 small,
.landing__bootstrap-iso .h5 .small,
.landing__bootstrap-iso .h5 small,
.landing__bootstrap-iso .h6 .small,
.landing__bootstrap-iso .h6 small,
.landing__bootstrap-iso h4 .small,
.landing__bootstrap-iso h4 small,
.landing__bootstrap-iso h5 .small,
.landing__bootstrap-iso h5 small,
.landing__bootstrap-iso h6 .small,
.landing__bootstrap-iso h6 small {
    font-size: 75%
}

.landing__bootstrap-iso .h1,
.landing__bootstrap-iso h1 {
    font-size: 36px
}

.landing__bootstrap-iso .h2,
.landing__bootstrap-iso h2 {
    font-size: 30px
}

.landing__bootstrap-iso .h3,
.landing__bootstrap-iso h3 {
    font-size: 24px
}

.landing__bootstrap-iso .h4,
.landing__bootstrap-iso h4 {
    font-size: 18px
}

.landing__bootstrap-iso .h5,
.landing__bootstrap-iso h5 {
    font-size: 14px
}

.landing__bootstrap-iso .h6,
.landing__bootstrap-iso h6 {
    font-size: 12px
}

.landing__bootstrap-iso p {
    margin: 0 0 10px
}

.landing__bootstrap-iso .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .lead {
        font-size: 21px
    }
}

.landing__bootstrap-iso .small,
.landing__bootstrap-iso small {
    font-size: 85%
}

.landing__bootstrap-iso .mark,
.landing__bootstrap-iso mark {
    background-color: #fcf8e3;
    padding: .2em
}

.landing__bootstrap-iso .text-left {
    text-align: left
}

.landing__bootstrap-iso .text-right {
    text-align: right
}

.landing__bootstrap-iso .text-center {
    text-align: center
}

.landing__bootstrap-iso .text-justify {
    text-align: justify
}

.landing__bootstrap-iso .text-nowrap {
    white-space: nowrap
}

.landing__bootstrap-iso .text-lowercase {
    text-transform: lowercase
}

.landing__bootstrap-iso .initialism,
.landing__bootstrap-iso .text-uppercase {
    text-transform: uppercase
}

.landing__bootstrap-iso .text-capitalize {
    text-transform: capitalize
}

.landing__bootstrap-iso .text-muted {
    color: #777
}

.landing__bootstrap-iso .text-primary {
    color: #337ab7
}

.landing__bootstrap-iso a.text-primary:focus,
.landing__bootstrap-iso a.text-primary:hover {
    color: #286090
}

.landing__bootstrap-iso .text-success {
    color: #3c763d
}

.landing__bootstrap-iso a.text-success:focus,
.landing__bootstrap-iso a.text-success:hover {
    color: #2b542c
}

.landing__bootstrap-iso .text-info {
    color: #31708f
}

.landing__bootstrap-iso a.text-info:focus,
.landing__bootstrap-iso a.text-info:hover {
    color: #245269
}

.landing__bootstrap-iso .text-warning {
    color: #8a6d3b
}

.landing__bootstrap-iso a.text-warning:focus,
.landing__bootstrap-iso a.text-warning:hover {
    color: #66512c
}

.landing__bootstrap-iso .text-danger {
    color: #a94442
}

.landing__bootstrap-iso a.text-danger:focus,
.landing__bootstrap-iso a.text-danger:hover {
    color: #843534
}

.landing__bootstrap-iso .bg-primary {
    color: #fff;
    background-color: #337ab7
}

.landing__bootstrap-iso a.bg-primary:focus,
.landing__bootstrap-iso a.bg-primary:hover {
    background-color: #286090
}

.landing__bootstrap-iso .bg-success {
    background-color: #dff0d8
}

.landing__bootstrap-iso a.bg-success:focus,
.landing__bootstrap-iso a.bg-success:hover {
    background-color: #c1e2b3
}

.landing__bootstrap-iso .bg-info {
    background-color: #d9edf7
}

.landing__bootstrap-iso a.bg-info:focus,
.landing__bootstrap-iso a.bg-info:hover {
    background-color: #afd9ee
}

.landing__bootstrap-iso .bg-warning {
    background-color: #fcf8e3
}

.landing__bootstrap-iso a.bg-warning:focus,
.landing__bootstrap-iso a.bg-warning:hover {
    background-color: #f7ecb5
}

.landing__bootstrap-iso .bg-danger {
    background-color: #f2dede
}

.landing__bootstrap-iso a.bg-danger:focus,
.landing__bootstrap-iso a.bg-danger:hover {
    background-color: #e4b9b9
}

.landing__bootstrap-iso .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.landing__bootstrap-iso ol,
.landing__bootstrap-iso ul {
    margin-top: 0;
    margin-bottom: 10px
}

.landing__bootstrap-iso ol ol,
.landing__bootstrap-iso ol ul,
.landing__bootstrap-iso ul ol,
.landing__bootstrap-iso ul ul {
    margin-bottom: 0
}

.landing__bootstrap-iso .list-unstyled {
    padding-left: 0;
    list-style: none
}

.landing__bootstrap-iso .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.landing__bootstrap-iso .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.landing__bootstrap-iso dl {
    margin-top: 0;
    margin-bottom: 20px
}

.landing__bootstrap-iso dd,
.landing__bootstrap-iso dt {
    line-height: 1.42857
}

.landing__bootstrap-iso dt {
    font-weight: 700
}

.landing__bootstrap-iso dd {
    margin-left: 0
}

.landing__bootstrap-iso .dl-horizontal dd:after,
.landing__bootstrap-iso .dl-horizontal dd:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .landing__bootstrap-iso .dl-horizontal dd {
        margin-left: 180px
    }
}

.landing__bootstrap-iso abbr[data-original-title],
.landing__bootstrap-iso abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.landing__bootstrap-iso .initialism {
    font-size: 90%
}

.landing__bootstrap-iso blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.landing__bootstrap-iso blockquote ol:last-child,
.landing__bootstrap-iso blockquote p:last-child,
.landing__bootstrap-iso blockquote ul:last-child {
    margin-bottom: 0
}

.landing__bootstrap-iso blockquote .small,
.landing__bootstrap-iso blockquote footer,
.landing__bootstrap-iso blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

.landing__bootstrap-iso blockquote .small:before,
.landing__bootstrap-iso blockquote footer:before,
.landing__bootstrap-iso blockquote small:before {
    content: "\2014   \A0"
}

.landing__bootstrap-iso .blockquote-reverse,
.landing__bootstrap-iso blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.landing__bootstrap-iso .blockquote-reverse .small:before,
.landing__bootstrap-iso .blockquote-reverse footer:before,
.landing__bootstrap-iso .blockquote-reverse small:before,
.landing__bootstrap-iso blockquote.pull-right .small:before,
.landing__bootstrap-iso blockquote.pull-right footer:before,
.landing__bootstrap-iso blockquote.pull-right small:before {
    content: ""
}

.landing__bootstrap-iso .blockquote-reverse .small:after,
.landing__bootstrap-iso .blockquote-reverse footer:after,
.landing__bootstrap-iso .blockquote-reverse small:after,
.landing__bootstrap-iso blockquote.pull-right .small:after,
.landing__bootstrap-iso blockquote.pull-right footer:after,
.landing__bootstrap-iso blockquote.pull-right small:after {
    content: "\A0   \2014"
}

.landing__bootstrap-iso address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.landing__bootstrap-iso code,
.landing__bootstrap-iso kbd,
.landing__bootstrap-iso pre,
.landing__bootstrap-iso samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

.landing__bootstrap-iso code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.landing__bootstrap-iso kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

.landing__bootstrap-iso kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

.landing__bootstrap-iso pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.landing__bootstrap-iso pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.landing__bootstrap-iso .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.landing__bootstrap-iso .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.landing__bootstrap-iso .container:after,
.landing__bootstrap-iso .container:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .container:after {
    clear: both
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .landing__bootstrap-iso .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .container {
        width: 1170px
    }
}

.landing__bootstrap-iso .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.landing__bootstrap-iso .container-fluid:after,
.landing__bootstrap-iso .container-fluid:before {

    display: table
}

.landing__bootstrap-iso .container-fluid:after {
    clear: both
}

.landing__bootstrap-iso .row {
    margin-left: -15px;
    margin-right: -15px
}

.landing__bootstrap-iso .row:after,
.landing__bootstrap-iso .row:before {

    display: table
}

.landing__bootstrap-iso .row:after {
    clear: both
}

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

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

.landing__bootstrap-iso .col-xs-1 {
    width: 8.33333%
}

.landing__bootstrap-iso .col-xs-2 {
    width: 16.66667%
}

.landing__bootstrap-iso .col-xs-3 {
    width: 25%
}

.landing__bootstrap-iso .col-xs-4 {
    width: 33.33333%
}

.landing__bootstrap-iso .col-xs-5 {
    width: 41.66667%
}

.landing__bootstrap-iso .col-xs-6 {
    width: 50%
}

.landing__bootstrap-iso .col-xs-7 {
    width: 58.33333%
}

.landing__bootstrap-iso .col-xs-8 {
    width: 66.66667%
}

.landing__bootstrap-iso .col-xs-9 {
    width: 75%
}

.landing__bootstrap-iso .col-xs-10 {
    width: 83.33333%
}

.landing__bootstrap-iso .col-xs-11 {
    width: 91.66667%
}

.landing__bootstrap-iso .col-xs-12 {
    width: 100%
}

.landing__bootstrap-iso .col-xs-pull-0 {
    right: auto
}

.landing__bootstrap-iso .col-xs-pull-1 {
    right: 8.33333%
}

.landing__bootstrap-iso .col-xs-pull-2 {
    right: 16.66667%
}

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

.landing__bootstrap-iso .col-xs-pull-4 {
    right: 33.33333%
}

.landing__bootstrap-iso .col-xs-pull-5 {
    right: 41.66667%
}

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

.landing__bootstrap-iso .col-xs-pull-7 {
    right: 58.33333%
}

.landing__bootstrap-iso .col-xs-pull-8 {
    right: 66.66667%
}

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

.landing__bootstrap-iso .col-xs-pull-10 {
    right: 83.33333%
}

.landing__bootstrap-iso .col-xs-pull-11 {
    right: 91.66667%
}

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

.landing__bootstrap-iso .col-xs-push-0 {
    left: auto
}

.landing__bootstrap-iso .col-xs-push-1 {
    left: 8.33333%
}

.landing__bootstrap-iso .col-xs-push-2 {
    left: 16.66667%
}

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

.landing__bootstrap-iso .col-xs-push-4 {
    left: 33.33333%
}

.landing__bootstrap-iso .col-xs-push-5 {
    left: 41.66667%
}

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

.landing__bootstrap-iso .col-xs-push-7 {
    left: 58.33333%
}

.landing__bootstrap-iso .col-xs-push-8 {
    left: 66.66667%
}

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

.landing__bootstrap-iso .col-xs-push-10 {
    left: 83.33333%
}

.landing__bootstrap-iso .col-xs-push-11 {
    left: 91.66667%
}

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

.landing__bootstrap-iso .col-xs-offset-0 {
    margin-left: 0
}

.landing__bootstrap-iso .col-xs-offset-1 {
    margin-left: 8.33333%
}

.landing__bootstrap-iso .col-xs-offset-2 {
    margin-left: 16.66667%
}

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

.landing__bootstrap-iso .col-xs-offset-4 {
    margin-left: 33.33333%
}

.landing__bootstrap-iso .col-xs-offset-5 {
    margin-left: 41.66667%
}

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

.landing__bootstrap-iso .col-xs-offset-7 {
    margin-left: 58.33333%
}

.landing__bootstrap-iso .col-xs-offset-8 {
    margin-left: 66.66667%
}

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

.landing__bootstrap-iso .col-xs-offset-10 {
    margin-left: 83.33333%
}

.landing__bootstrap-iso .col-xs-offset-11 {
    margin-left: 91.66667%
}

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

@media (min-width: 768px) {
    .landing__bootstrap-iso .col-sm-1,
    .landing__bootstrap-iso .col-sm-2,
    .landing__bootstrap-iso .col-sm-3,
    .landing__bootstrap-iso .col-sm-4,
    .landing__bootstrap-iso .col-sm-5,
    .landing__bootstrap-iso .col-sm-6,
    .landing__bootstrap-iso .col-sm-7,
    .landing__bootstrap-iso .col-sm-8,
    .landing__bootstrap-iso .col-sm-9,
    .landing__bootstrap-iso .col-sm-10,
    .landing__bootstrap-iso .col-sm-11,
    .landing__bootstrap-iso .col-sm-12 {
        float: left
    }

    .landing__bootstrap-iso .col-sm-1 {
        width: 8.33333%
    }

    .landing__bootstrap-iso .col-sm-2 {
        width: 16.66667%
    }

    .landing__bootstrap-iso .col-sm-3 {
        width: 25%
    }

    .landing__bootstrap-iso .col-sm-4 {
        width: 33.33333%
    }

    .landing__bootstrap-iso .col-sm-5 {
        width: 41.66667%
    }

    .landing__bootstrap-iso .col-sm-6 {
        width: 50%
    }

    .landing__bootstrap-iso .col-sm-7 {
        width: 58.33333%
    }

    .landing__bootstrap-iso .col-sm-8 {
        width: 66.66667%
    }

    .landing__bootstrap-iso .col-sm-9 {
        width: 75%
    }

    .landing__bootstrap-iso .col-sm-10 {
        width: 83.33333%
    }

    .landing__bootstrap-iso .col-sm-11 {
        width: 91.66667%
    }

    .landing__bootstrap-iso .col-sm-12 {
        width: 100%
    }

    .landing__bootstrap-iso .col-sm-pull-0 {
        right: auto
    }

    .landing__bootstrap-iso .col-sm-pull-1 {
        right: 8.33333%
    }

    .landing__bootstrap-iso .col-sm-pull-2 {
        right: 16.66667%
    }

    .landing__bootstrap-iso .col-sm-pull-3 {
        right: 25%
    }

    .landing__bootstrap-iso .col-sm-pull-4 {
        right: 33.33333%
    }

    .landing__bootstrap-iso .col-sm-pull-5 {
        right: 41.66667%
    }

    .landing__bootstrap-iso .col-sm-pull-6 {
        right: 50%
    }

    .landing__bootstrap-iso .col-sm-pull-7 {
        right: 58.33333%
    }

    .landing__bootstrap-iso .col-sm-pull-8 {
        right: 66.66667%
    }

    .landing__bootstrap-iso .col-sm-pull-9 {
        right: 75%
    }

    .landing__bootstrap-iso .col-sm-pull-10 {
        right: 83.33333%
    }

    .landing__bootstrap-iso .col-sm-pull-11 {
        right: 91.66667%
    }

    .landing__bootstrap-iso .col-sm-pull-12 {
        right: 100%
    }

    .landing__bootstrap-iso .col-sm-push-0 {
        left: auto
    }

    .landing__bootstrap-iso .col-sm-push-1 {
        left: 8.33333%
    }

    .landing__bootstrap-iso .col-sm-push-2 {
        left: 16.66667%
    }

    .landing__bootstrap-iso .col-sm-push-3 {
        left: 25%
    }

    .landing__bootstrap-iso .col-sm-push-4 {
        left: 33.33333%
    }

    .landing__bootstrap-iso .col-sm-push-5 {
        left: 41.66667%
    }

    .landing__bootstrap-iso .col-sm-push-6 {
        left: 50%
    }

    .landing__bootstrap-iso .col-sm-push-7 {
        left: 58.33333%
    }

    .landing__bootstrap-iso .col-sm-push-8 {
        left: 66.66667%
    }

    .landing__bootstrap-iso .col-sm-push-9 {
        left: 75%
    }

    .landing__bootstrap-iso .col-sm-push-10 {
        left: 83.33333%
    }

    .landing__bootstrap-iso .col-sm-push-11 {
        left: 91.66667%
    }

    .landing__bootstrap-iso .col-sm-push-12 {
        left: 100%
    }

    .landing__bootstrap-iso .col-sm-offset-0 {
        margin-left: 0
    }

    .landing__bootstrap-iso .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .landing__bootstrap-iso .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .landing__bootstrap-iso .col-sm-offset-3 {
        margin-left: 25%
    }

    .landing__bootstrap-iso .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .landing__bootstrap-iso .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .landing__bootstrap-iso .col-sm-offset-6 {
        margin-left: 50%
    }

    .landing__bootstrap-iso .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .landing__bootstrap-iso .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .landing__bootstrap-iso .col-sm-offset-9 {
        margin-left: 75%
    }

    .landing__bootstrap-iso .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .landing__bootstrap-iso .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .landing__bootstrap-iso .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .landing__bootstrap-iso .col-md-1,
    .landing__bootstrap-iso .col-md-2,
    .landing__bootstrap-iso .col-md-3,
    .landing__bootstrap-iso .col-md-4,
    .landing__bootstrap-iso .col-md-5,
    .landing__bootstrap-iso .col-md-6,
    .landing__bootstrap-iso .col-md-7,
    .landing__bootstrap-iso .col-md-8,
    .landing__bootstrap-iso .col-md-9,
    .landing__bootstrap-iso .col-md-10,
    .landing__bootstrap-iso .col-md-11,
    .landing__bootstrap-iso .col-md-12 {
        float: left
    }

    .landing__bootstrap-iso .col-md-1 {
        width: 8.33333%
    }

    .landing__bootstrap-iso .col-md-2 {
        width: 16.66667%
    }

    .landing__bootstrap-iso .col-md-3 {
        width: 25%
    }

    .landing__bootstrap-iso .col-md-4 {
        width: 33.33333%
    }

    .landing__bootstrap-iso .col-md-5 {
        width: 41.66667%
    }

    .landing__bootstrap-iso .col-md-6 {
        width: 50%
    }

    .landing__bootstrap-iso .col-md-7 {
        width: 58.33333%
    }

    .landing__bootstrap-iso .col-md-8 {
        width: 66.66667%
    }

    .landing__bootstrap-iso .col-md-9 {
        width: 75%
    }

    .landing__bootstrap-iso .col-md-10 {
        width: 83.33333%
    }

    .landing__bootstrap-iso .col-md-11 {
        width: 91.66667%
    }

    .landing__bootstrap-iso .col-md-12 {
        width: 100%
    }

    .landing__bootstrap-iso .col-md-pull-0 {
        right: auto
    }

    .landing__bootstrap-iso .col-md-pull-1 {
        right: 8.33333%
    }

    .landing__bootstrap-iso .col-md-pull-2 {
        right: 16.66667%
    }

    .landing__bootstrap-iso .col-md-pull-3 {
        right: 25%
    }

    .landing__bootstrap-iso .col-md-pull-4 {
        right: 33.33333%
    }

    .landing__bootstrap-iso .col-md-pull-5 {
        right: 41.66667%
    }

    .landing__bootstrap-iso .col-md-pull-6 {
        right: 50%
    }

    .landing__bootstrap-iso .col-md-pull-7 {
        right: 58.33333%
    }

    .landing__bootstrap-iso .col-md-pull-8 {
        right: 66.66667%
    }

    .landing__bootstrap-iso .col-md-pull-9 {
        right: 75%
    }

    .landing__bootstrap-iso .col-md-pull-10 {
        right: 83.33333%
    }

    .landing__bootstrap-iso .col-md-pull-11 {
        right: 91.66667%
    }

    .landing__bootstrap-iso .col-md-pull-12 {
        right: 100%
    }

    .landing__bootstrap-iso .col-md-push-0 {
        left: auto
    }

    .landing__bootstrap-iso .col-md-push-1 {
        left: 8.33333%
    }

    .landing__bootstrap-iso .col-md-push-2 {
        left: 16.66667%
    }

    .landing__bootstrap-iso .col-md-push-3 {
        left: 25%
    }

    .landing__bootstrap-iso .col-md-push-4 {
        left: 33.33333%
    }

    .landing__bootstrap-iso .col-md-push-5 {
        left: 41.66667%
    }

    .landing__bootstrap-iso .col-md-push-6 {
        left: 50%
    }

    .landing__bootstrap-iso .col-md-push-7 {
        left: 58.33333%
    }

    .landing__bootstrap-iso .col-md-push-8 {
        left: 66.66667%
    }

    .landing__bootstrap-iso .col-md-push-9 {
        left: 75%
    }

    .landing__bootstrap-iso .col-md-push-10 {
        left: 83.33333%
    }

    .landing__bootstrap-iso .col-md-push-11 {
        left: 91.66667%
    }

    .landing__bootstrap-iso .col-md-push-12 {
        left: 100%
    }

    .landing__bootstrap-iso .col-md-offset-0 {
        margin-left: 0
    }

    .landing__bootstrap-iso .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .landing__bootstrap-iso .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .landing__bootstrap-iso .col-md-offset-3 {
        margin-left: 25%
    }

    .landing__bootstrap-iso .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .landing__bootstrap-iso .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .landing__bootstrap-iso .col-md-offset-6 {
        margin-left: 50%
    }

    .landing__bootstrap-iso .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .landing__bootstrap-iso .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .landing__bootstrap-iso .col-md-offset-9 {
        margin-left: 75%
    }

    .landing__bootstrap-iso .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .landing__bootstrap-iso .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .landing__bootstrap-iso .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .col-lg-1,
    .landing__bootstrap-iso .col-lg-2,
    .landing__bootstrap-iso .col-lg-3,
    .landing__bootstrap-iso .col-lg-4,
    .landing__bootstrap-iso .col-lg-5,
    .landing__bootstrap-iso .col-lg-6,
    .landing__bootstrap-iso .col-lg-7,
    .landing__bootstrap-iso .col-lg-8,
    .landing__bootstrap-iso .col-lg-9,
    .landing__bootstrap-iso .col-lg-10,
    .landing__bootstrap-iso .col-lg-11,
    .landing__bootstrap-iso .col-lg-12 {
        float: left
    }

    .landing__bootstrap-iso .col-lg-1 {
        width: 8.33333%
    }

    .landing__bootstrap-iso .col-lg-2 {
        width: 16.66667%
    }

    .landing__bootstrap-iso .col-lg-3 {
        width: 25%
    }

    .landing__bootstrap-iso .col-lg-4 {
        width: 33.33333%
    }

    .landing__bootstrap-iso .col-lg-5 {
        width: 41.66667%
    }

    .landing__bootstrap-iso .col-lg-6 {
        width: 50%
    }

    .landing__bootstrap-iso .col-lg-7 {
        width: 58.33333%
    }

    .landing__bootstrap-iso .col-lg-8 {
        width: 66.66667%
    }

    .landing__bootstrap-iso .col-lg-9 {
        width: 75%
    }

    .landing__bootstrap-iso .col-lg-10 {
        width: 83.33333%
    }

    .landing__bootstrap-iso .col-lg-11 {
        width: 91.66667%
    }

    .landing__bootstrap-iso .col-lg-12 {
        width: 100%
    }

    .landing__bootstrap-iso .col-lg-pull-0 {
        right: auto
    }

    .landing__bootstrap-iso .col-lg-pull-1 {
        right: 8.33333%
    }

    .landing__bootstrap-iso .col-lg-pull-2 {
        right: 16.66667%
    }

    .landing__bootstrap-iso .col-lg-pull-3 {
        right: 25%
    }

    .landing__bootstrap-iso .col-lg-pull-4 {
        right: 33.33333%
    }

    .landing__bootstrap-iso .col-lg-pull-5 {
        right: 41.66667%
    }

    .landing__bootstrap-iso .col-lg-pull-6 {
        right: 50%
    }

    .landing__bootstrap-iso .col-lg-pull-7 {
        right: 58.33333%
    }

    .landing__bootstrap-iso .col-lg-pull-8 {
        right: 66.66667%
    }

    .landing__bootstrap-iso .col-lg-pull-9 {
        right: 75%
    }

    .landing__bootstrap-iso .col-lg-pull-10 {
        right: 83.33333%
    }

    .landing__bootstrap-iso .col-lg-pull-11 {
        right: 91.66667%
    }

    .landing__bootstrap-iso .col-lg-pull-12 {
        right: 100%
    }

    .landing__bootstrap-iso .col-lg-push-0 {
        left: auto
    }

    .landing__bootstrap-iso .col-lg-push-1 {
        left: 8.33333%
    }

    .landing__bootstrap-iso .col-lg-push-2 {
        left: 16.66667%
    }

    .landing__bootstrap-iso .col-lg-push-3 {
        left: 25%
    }

    .landing__bootstrap-iso .col-lg-push-4 {
        left: 33.33333%
    }

    .landing__bootstrap-iso .col-lg-push-5 {
        left: 41.66667%
    }

    .landing__bootstrap-iso .col-lg-push-6 {
        left: 50%
    }

    .landing__bootstrap-iso .col-lg-push-7 {
        left: 58.33333%
    }

    .landing__bootstrap-iso .col-lg-push-8 {
        left: 66.66667%
    }

    .landing__bootstrap-iso .col-lg-push-9 {
        left: 75%
    }

    .landing__bootstrap-iso .col-lg-push-10 {
        left: 83.33333%
    }

    .landing__bootstrap-iso .col-lg-push-11 {
        left: 91.66667%
    }

    .landing__bootstrap-iso .col-lg-push-12 {
        left: 100%
    }

    .landing__bootstrap-iso .col-lg-offset-0 {
        margin-left: 0
    }

    .landing__bootstrap-iso .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .landing__bootstrap-iso .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .landing__bootstrap-iso .col-lg-offset-3 {
        margin-left: 25%
    }

    .landing__bootstrap-iso .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .landing__bootstrap-iso .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .landing__bootstrap-iso .col-lg-offset-6 {
        margin-left: 50%
    }

    .landing__bootstrap-iso .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .landing__bootstrap-iso .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .landing__bootstrap-iso .col-lg-offset-9 {
        margin-left: 75%
    }

    .landing__bootstrap-iso .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .landing__bootstrap-iso .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .landing__bootstrap-iso .col-lg-offset-12 {
        margin-left: 100%
    }
}

.landing__bootstrap-iso table {
    background-color: transparent
}

.landing__bootstrap-iso caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.landing__bootstrap-iso th {
    text-align: left
}

.landing__bootstrap-iso .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.landing__bootstrap-iso .table > tbody > tr > td,
.landing__bootstrap-iso .table > tbody > tr > th,
.landing__bootstrap-iso .table > tfoot > tr > td,
.landing__bootstrap-iso .table > tfoot > tr > th,
.landing__bootstrap-iso .table > thead > tr > td,
.landing__bootstrap-iso .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.landing__bootstrap-iso .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.landing__bootstrap-iso .table > caption + thead > tr:first-child > td,
.landing__bootstrap-iso .table > caption + thead > tr:first-child > th,
.landing__bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.landing__bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.landing__bootstrap-iso .table > thead:first-child > tr:first-child > td,
.landing__bootstrap-iso .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.landing__bootstrap-iso .table > tbody + tbody {
    border-top: 2px solid #ddd
}

.landing__bootstrap-iso .table .table {
    background-color: #fff
}

.landing__bootstrap-iso .table-condensed > tbody > tr > td,
.landing__bootstrap-iso .table-condensed > tbody > tr > th,
.landing__bootstrap-iso .table-condensed > tfoot > tr > td,
.landing__bootstrap-iso .table-condensed > tfoot > tr > th,
.landing__bootstrap-iso .table-condensed > thead > tr > td,
.landing__bootstrap-iso .table-condensed > thead > tr > th {
    padding: 5px
}

.landing__bootstrap-iso .table-bordered,
.landing__bootstrap-iso .table-bordered > tbody > tr > td,
.landing__bootstrap-iso .table-bordered > tbody > tr > th,
.landing__bootstrap-iso .table-bordered > tfoot > tr > td,
.landing__bootstrap-iso .table-bordered > tfoot > tr > th,
.landing__bootstrap-iso .table-bordered > thead > tr > td,
.landing__bootstrap-iso .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.landing__bootstrap-iso .table-bordered > thead > tr > td,
.landing__bootstrap-iso .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.landing__bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.landing__bootstrap-iso .table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.landing__bootstrap-iso table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

.landing__bootstrap-iso table td[class*=col-],
.landing__bootstrap-iso table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.landing__bootstrap-iso .table > tbody > tr.active > td,
.landing__bootstrap-iso .table > tbody > tr.active > th,
.landing__bootstrap-iso .table > tbody > tr > td.active,
.landing__bootstrap-iso .table > tbody > tr > th.active,
.landing__bootstrap-iso .table > tfoot > tr.active > td,
.landing__bootstrap-iso .table > tfoot > tr.active > th,
.landing__bootstrap-iso .table > tfoot > tr > td.active,
.landing__bootstrap-iso .table > tfoot > tr > th.active,
.landing__bootstrap-iso .table > thead > tr.active > td,
.landing__bootstrap-iso .table > thead > tr.active > th,
.landing__bootstrap-iso .table > thead > tr > td.active,
.landing__bootstrap-iso .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.landing__bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.landing__bootstrap-iso .table-hover > tbody > tr.active:hover > th,
.landing__bootstrap-iso .table-hover > tbody > tr:hover > .active,
.landing__bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.landing__bootstrap-iso .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.landing__bootstrap-iso .table > tbody > tr.success > td,
.landing__bootstrap-iso .table > tbody > tr.success > th,
.landing__bootstrap-iso .table > tbody > tr > td.success,
.landing__bootstrap-iso .table > tbody > tr > th.success,
.landing__bootstrap-iso .table > tfoot > tr.success > td,
.landing__bootstrap-iso .table > tfoot > tr.success > th,
.landing__bootstrap-iso .table > tfoot > tr > td.success,
.landing__bootstrap-iso .table > tfoot > tr > th.success,
.landing__bootstrap-iso .table > thead > tr.success > td,
.landing__bootstrap-iso .table > thead > tr.success > th,
.landing__bootstrap-iso .table > thead > tr > td.success,
.landing__bootstrap-iso .table > thead > tr > th.success {
    background-color: #dff0d8
}

.landing__bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.landing__bootstrap-iso .table-hover > tbody > tr.success:hover > th,
.landing__bootstrap-iso .table-hover > tbody > tr:hover > .success,
.landing__bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.landing__bootstrap-iso .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.landing__bootstrap-iso .table > tbody > tr.info > td,
.landing__bootstrap-iso .table > tbody > tr.info > th,
.landing__bootstrap-iso .table > tbody > tr > td.info,
.landing__bootstrap-iso .table > tbody > tr > th.info,
.landing__bootstrap-iso .table > tfoot > tr.info > td,
.landing__bootstrap-iso .table > tfoot > tr.info > th,
.landing__bootstrap-iso .table > tfoot > tr > td.info,
.landing__bootstrap-iso .table > tfoot > tr > th.info,
.landing__bootstrap-iso .table > thead > tr.info > td,
.landing__bootstrap-iso .table > thead > tr.info > th,
.landing__bootstrap-iso .table > thead > tr > td.info,
.landing__bootstrap-iso .table > thead > tr > th.info {
    background-color: #d9edf7
}

.landing__bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.landing__bootstrap-iso .table-hover > tbody > tr.info:hover > th,
.landing__bootstrap-iso .table-hover > tbody > tr:hover > .info,
.landing__bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.landing__bootstrap-iso .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.landing__bootstrap-iso .table > tbody > tr.warning > td,
.landing__bootstrap-iso .table > tbody > tr.warning > th,
.landing__bootstrap-iso .table > tbody > tr > td.warning,
.landing__bootstrap-iso .table > tbody > tr > th.warning,
.landing__bootstrap-iso .table > tfoot > tr.warning > td,
.landing__bootstrap-iso .table > tfoot > tr.warning > th,
.landing__bootstrap-iso .table > tfoot > tr > td.warning,
.landing__bootstrap-iso .table > tfoot > tr > th.warning,
.landing__bootstrap-iso .table > thead > tr.warning > td,
.landing__bootstrap-iso .table > thead > tr.warning > th,
.landing__bootstrap-iso .table > thead > tr > td.warning,
.landing__bootstrap-iso .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.landing__bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.landing__bootstrap-iso .table-hover > tbody > tr.warning:hover > th,
.landing__bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.landing__bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.landing__bootstrap-iso .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.landing__bootstrap-iso .table > tbody > tr.danger > td,
.landing__bootstrap-iso .table > tbody > tr.danger > th,
.landing__bootstrap-iso .table > tbody > tr > td.danger,
.landing__bootstrap-iso .table > tbody > tr > th.danger,
.landing__bootstrap-iso .table > tfoot > tr.danger > td,
.landing__bootstrap-iso .table > tfoot > tr.danger > th,
.landing__bootstrap-iso .table > tfoot > tr > td.danger,
.landing__bootstrap-iso .table > tfoot > tr > th.danger,
.landing__bootstrap-iso .table > thead > tr.danger > td,
.landing__bootstrap-iso .table > thead > tr.danger > th,
.landing__bootstrap-iso .table > thead > tr > td.danger,
.landing__bootstrap-iso .table > thead > tr > th.danger {
    background-color: #f2dede
}

.landing__bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.landing__bootstrap-iso .table-hover > tbody > tr.danger:hover > th,
.landing__bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.landing__bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.landing__bootstrap-iso .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.landing__bootstrap-iso .table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .landing__bootstrap-iso .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .landing__bootstrap-iso .table-responsive > .table {
        margin-bottom: 0
    }

    .landing__bootstrap-iso .table-responsive > .table > tbody > tr > td,
    .landing__bootstrap-iso .table-responsive > .table > tbody > tr > th,
    .landing__bootstrap-iso .table-responsive > .table > tfoot > tr > td,
    .landing__bootstrap-iso .table-responsive > .table > tfoot > tr > th,
    .landing__bootstrap-iso .table-responsive > .table > thead > tr > td,
    .landing__bootstrap-iso .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .landing__bootstrap-iso .table-responsive > .table-bordered {
        border: 0
    }

    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
    .landing__bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .landing__bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

.landing__bootstrap-iso fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

.landing__bootstrap-iso legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.landing__bootstrap-iso label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.landing__bootstrap-iso input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.landing__bootstrap-iso input[type=checkbox],
.landing__bootstrap-iso input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.landing__bootstrap-iso input[type=file] {
    display: block
}

.landing__bootstrap-iso input[type=range] {
    display: block;
    width: 100%
}

.landing__bootstrap-iso select[multiple],
.landing__bootstrap-iso select[size] {
    height: auto
}

.landing__bootstrap-iso input[type=checkbox]:focus,
.landing__bootstrap-iso input[type=file]:focus,
.landing__bootstrap-iso input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.landing__bootstrap-iso output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.landing__bootstrap-iso .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.landing__bootstrap-iso .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, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.landing__bootstrap-iso .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.landing__bootstrap-iso .form-control:-ms-input-placeholder {
    color: #999
}

.landing__bootstrap-iso .form-control::-webkit-input-placeholder {
    color: #999
}

.landing__bootstrap-iso .form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.landing__bootstrap-iso .form-control[disabled],
.landing__bootstrap-iso .form-control[readonly],
fieldset[disabled] .landing__bootstrap-iso .form-control {
    background-color: #eee;
    opacity: 1
}

.landing__bootstrap-iso .form-control[disabled],
fieldset[disabled] .landing__bootstrap-iso .form-control {
    cursor: not-allowed
}

.landing__bootstrap-iso textarea.form-control {
    height: auto
}

.landing__bootstrap-iso input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .landing__bootstrap-iso input[type=date].form-control,
    .landing__bootstrap-iso input[type=datetime-local].form-control,
    .landing__bootstrap-iso input[type=month].form-control,
    .landing__bootstrap-iso input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm .landing__bootstrap-iso input[type=date],
    .input-group-sm .landing__bootstrap-iso input[type=datetime-local],
    .input-group-sm .landing__bootstrap-iso input[type=month],
    .input-group-sm .landing__bootstrap-iso input[type=time],
    .landing__bootstrap-iso .input-group-sm > .input-group-btn > input[type=date].btn,
    .landing__bootstrap-iso .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
    .landing__bootstrap-iso .input-group-sm > .input-group-btn > input[type=month].btn,
    .landing__bootstrap-iso .input-group-sm > .input-group-btn > input[type=time].btn,
    .landing__bootstrap-iso .input-group-sm > input[type=date].form-control,
    .landing__bootstrap-iso .input-group-sm > input[type=date].input-group-addon,
    .landing__bootstrap-iso .input-group-sm > input[type=datetime-local].form-control,
    .landing__bootstrap-iso .input-group-sm > input[type=datetime-local].input-group-addon,
    .landing__bootstrap-iso .input-group-sm > input[type=month].form-control,
    .landing__bootstrap-iso .input-group-sm > input[type=month].input-group-addon,
    .landing__bootstrap-iso .input-group-sm > input[type=time].form-control,
    .landing__bootstrap-iso .input-group-sm > input[type=time].input-group-addon,
    .landing__bootstrap-iso input[type=date].input-sm,
    .landing__bootstrap-iso input[type=datetime-local].input-sm,
    .landing__bootstrap-iso input[type=month].input-sm,
    .landing__bootstrap-iso input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg .landing__bootstrap-iso input[type=date],
    .input-group-lg .landing__bootstrap-iso input[type=datetime-local],
    .input-group-lg .landing__bootstrap-iso input[type=month],
    .input-group-lg .landing__bootstrap-iso input[type=time],
    .landing__bootstrap-iso .input-group-lg > .input-group-btn > input[type=date].btn,
    .landing__bootstrap-iso .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
    .landing__bootstrap-iso .input-group-lg > .input-group-btn > input[type=month].btn,
    .landing__bootstrap-iso .input-group-lg > .input-group-btn > input[type=time].btn,
    .landing__bootstrap-iso .input-group-lg > input[type=date].form-control,
    .landing__bootstrap-iso .input-group-lg > input[type=date].input-group-addon,
    .landing__bootstrap-iso .input-group-lg > input[type=datetime-local].form-control,
    .landing__bootstrap-iso .input-group-lg > input[type=datetime-local].input-group-addon,
    .landing__bootstrap-iso .input-group-lg > input[type=month].form-control,
    .landing__bootstrap-iso .input-group-lg > input[type=month].input-group-addon,
    .landing__bootstrap-iso .input-group-lg > input[type=time].form-control,
    .landing__bootstrap-iso .input-group-lg > input[type=time].input-group-addon,
    .landing__bootstrap-iso input[type=date].input-lg,
    .landing__bootstrap-iso input[type=datetime-local].input-lg,
    .landing__bootstrap-iso input[type=month].input-lg,
    .landing__bootstrap-iso input[type=time].input-lg {
        line-height: 46px
    }
}

.landing__bootstrap-iso .form-group {
    margin-bottom: 15px
}

.landing__bootstrap-iso .checkbox,
.landing__bootstrap-iso .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.landing__bootstrap-iso .checkbox label,
.landing__bootstrap-iso .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.landing__bootstrap-iso .checkbox-inline input[type=checkbox],
.landing__bootstrap-iso .checkbox input[type=checkbox],
.landing__bootstrap-iso .radio-inline input[type=radio],
.landing__bootstrap-iso .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.landing__bootstrap-iso .checkbox + .checkbox,
.landing__bootstrap-iso .radio + .radio {
    margin-top: -5px
}

.landing__bootstrap-iso .checkbox-inline,
.landing__bootstrap-iso .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.landing__bootstrap-iso .checkbox-inline + .checkbox-inline,
.landing__bootstrap-iso .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.landing__bootstrap-iso .checkbox-inline.disabled,
.landing__bootstrap-iso .checkbox.disabled label,
.landing__bootstrap-iso .radio-inline.disabled,
.landing__bootstrap-iso .radio.disabled label,
.landing__bootstrap-iso input[type=checkbox].disabled,
.landing__bootstrap-iso input[type=checkbox][disabled],
.landing__bootstrap-iso input[type=radio].disabled,
.landing__bootstrap-iso input[type=radio][disabled],
fieldset[disabled] .landing__bootstrap-iso .checkbox-inline,
fieldset[disabled] .landing__bootstrap-iso .checkbox label,
fieldset[disabled] .landing__bootstrap-iso .radio-inline,
fieldset[disabled] .landing__bootstrap-iso .radio label,
fieldset[disabled] .landing__bootstrap-iso input[type=checkbox],
fieldset[disabled] .landing__bootstrap-iso input[type=radio] {
    cursor: not-allowed
}

.landing__bootstrap-iso .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.landing__bootstrap-iso .form-control-static.input-lg,
.landing__bootstrap-iso .form-control-static.input-sm,
.landing__bootstrap-iso .input-group-lg > .form-control-static.form-control,
.landing__bootstrap-iso .input-group-lg > .form-control-static.input-group-addon,
.landing__bootstrap-iso .input-group-lg > .input-group-btn > .form-control-static.btn,
.landing__bootstrap-iso .input-group-sm > .form-control-static.form-control,
.landing__bootstrap-iso .input-group-sm > .form-control-static.input-group-addon,
.landing__bootstrap-iso .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.landing__bootstrap-iso .input-group-sm > .form-control,
.landing__bootstrap-iso .input-group-sm > .input-group-addon,
.landing__bootstrap-iso .input-group-sm > .input-group-btn > .btn,
.landing__bootstrap-iso .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.landing__bootstrap-iso .input-group-sm > .input-group-btn > select.btn,
.landing__bootstrap-iso .input-group-sm > select.form-control,
.landing__bootstrap-iso .input-group-sm > select.input-group-addon,
.landing__bootstrap-iso select.input-sm {
    height: 30px;
    line-height: 30px
}

.landing__bootstrap-iso .input-group-sm > .input-group-btn > select[multiple].btn,
.landing__bootstrap-iso .input-group-sm > .input-group-btn > textarea.btn,
.landing__bootstrap-iso .input-group-sm > select[multiple].form-control,
.landing__bootstrap-iso .input-group-sm > select[multiple].input-group-addon,
.landing__bootstrap-iso .input-group-sm > textarea.form-control,
.landing__bootstrap-iso .input-group-sm > textarea.input-group-addon,
.landing__bootstrap-iso select[multiple].input-sm,
.landing__bootstrap-iso textarea.input-sm {
    height: auto
}

.landing__bootstrap-iso .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.landing__bootstrap-iso .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.landing__bootstrap-iso .form-group-sm select[multiple].form-control,
.landing__bootstrap-iso .form-group-sm textarea.form-control {
    height: auto
}

.landing__bootstrap-iso .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.landing__bootstrap-iso .input-group-lg > .form-control,
.landing__bootstrap-iso .input-group-lg > .input-group-addon,
.landing__bootstrap-iso .input-group-lg > .input-group-btn > .btn,
.landing__bootstrap-iso .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.landing__bootstrap-iso .input-group-lg > .input-group-btn > select.btn,
.landing__bootstrap-iso .input-group-lg > select.form-control,
.landing__bootstrap-iso .input-group-lg > select.input-group-addon,
.landing__bootstrap-iso select.input-lg {
    height: 46px;
    line-height: 46px
}

.landing__bootstrap-iso .input-group-lg > .input-group-btn > select[multiple].btn,
.landing__bootstrap-iso .input-group-lg > .input-group-btn > textarea.btn,
.landing__bootstrap-iso .input-group-lg > select[multiple].form-control,
.landing__bootstrap-iso .input-group-lg > select[multiple].input-group-addon,
.landing__bootstrap-iso .input-group-lg > textarea.form-control,
.landing__bootstrap-iso .input-group-lg > textarea.input-group-addon,
.landing__bootstrap-iso select[multiple].input-lg,
.landing__bootstrap-iso textarea.input-lg {
    height: auto
}

.landing__bootstrap-iso .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.landing__bootstrap-iso .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.landing__bootstrap-iso .form-group-lg select[multiple].form-control,
.landing__bootstrap-iso .form-group-lg textarea.form-control {
    height: auto
}

.landing__bootstrap-iso .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.landing__bootstrap-iso .has-feedback {
    position: relative
}

.landing__bootstrap-iso .has-feedback .form-control {
    padding-right: 42.5px
}

.landing__bootstrap-iso .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
}

.landing__bootstrap-iso .form-group-lg .form-control + .form-control-feedback,
.landing__bootstrap-iso .input-group-lg + .form-control-feedback,
.landing__bootstrap-iso .input-group-lg > .form-control + .form-control-feedback,
.landing__bootstrap-iso .input-group-lg > .input-group-addon + .form-control-feedback,
.landing__bootstrap-iso .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.landing__bootstrap-iso .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.landing__bootstrap-iso .form-group-sm .form-control + .form-control-feedback,
.landing__bootstrap-iso .input-group-sm + .form-control-feedback,
.landing__bootstrap-iso .input-group-sm > .form-control + .form-control-feedback,
.landing__bootstrap-iso .input-group-sm > .input-group-addon + .form-control-feedback,
.landing__bootstrap-iso .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.landing__bootstrap-iso .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.landing__bootstrap-iso .has-success .checkbox,
.landing__bootstrap-iso .has-success .checkbox-inline,
.landing__bootstrap-iso .has-success.checkbox-inline label,
.landing__bootstrap-iso .has-success.checkbox label,
.landing__bootstrap-iso .has-success .control-label,
.landing__bootstrap-iso .has-success .help-block,
.landing__bootstrap-iso .has-success .radio,
.landing__bootstrap-iso .has-success .radio-inline,
.landing__bootstrap-iso .has-success.radio-inline label,
.landing__bootstrap-iso .has-success.radio label {
    color: #3c763d
}

.landing__bootstrap-iso .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.landing__bootstrap-iso .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.landing__bootstrap-iso .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.landing__bootstrap-iso .has-success .form-control-feedback {
    color: #3c763d
}

.landing__bootstrap-iso .has-warning .checkbox,
.landing__bootstrap-iso .has-warning .checkbox-inline,
.landing__bootstrap-iso .has-warning.checkbox-inline label,
.landing__bootstrap-iso .has-warning.checkbox label,
.landing__bootstrap-iso .has-warning .control-label,
.landing__bootstrap-iso .has-warning .help-block,
.landing__bootstrap-iso .has-warning .radio,
.landing__bootstrap-iso .has-warning .radio-inline,
.landing__bootstrap-iso .has-warning.radio-inline label,
.landing__bootstrap-iso .has-warning.radio label {
    color: #8a6d3b
}

.landing__bootstrap-iso .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.landing__bootstrap-iso .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.landing__bootstrap-iso .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.landing__bootstrap-iso .has-warning .form-control-feedback {
    color: #8a6d3b
}

.landing__bootstrap-iso .has-error .checkbox,
.landing__bootstrap-iso .has-error .checkbox-inline,
.landing__bootstrap-iso .has-error.checkbox-inline label,
.landing__bootstrap-iso .has-error.checkbox label,
.landing__bootstrap-iso .has-error .control-label,
.landing__bootstrap-iso .has-error .help-block,
.landing__bootstrap-iso .has-error .radio,
.landing__bootstrap-iso .has-error .radio-inline,
.landing__bootstrap-iso .has-error.radio-inline label,
.landing__bootstrap-iso .has-error.radio label {
    color: #a94442
}

.landing__bootstrap-iso .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.landing__bootstrap-iso .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.landing__bootstrap-iso .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.landing__bootstrap-iso .has-error .form-control-feedback {
    color: #a94442
}

.landing__bootstrap-iso .has-feedback label ~ .form-control-feedback {
    top: 25px
}

.landing__bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.landing__bootstrap-iso .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .landing__bootstrap-iso .form-inline .form-control-static {
        display: inline-block
    }

    .landing__bootstrap-iso .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .landing__bootstrap-iso .form-inline .input-group .form-control,
    .landing__bootstrap-iso .form-inline .input-group .input-group-addon,
    .landing__bootstrap-iso .form-inline .input-group .input-group-btn {
        width: auto
    }

    .landing__bootstrap-iso .form-inline .input-group > .form-control {
        width: 100%
    }

    .landing__bootstrap-iso .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .form-inline .checkbox,
    .landing__bootstrap-iso .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .form-inline .checkbox label,
    .landing__bootstrap-iso .form-inline .radio label {
        padding-left: 0
    }

    .landing__bootstrap-iso .form-inline .checkbox input[type=checkbox],
    .landing__bootstrap-iso .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .landing__bootstrap-iso .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.landing__bootstrap-iso .form-horizontal .checkbox,
.landing__bootstrap-iso .form-horizontal .checkbox-inline,
.landing__bootstrap-iso .form-horizontal .radio,
.landing__bootstrap-iso .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.landing__bootstrap-iso .form-horizontal .checkbox,
.landing__bootstrap-iso .form-horizontal .radio {
    min-height: 27px
}

.landing__bootstrap-iso .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.landing__bootstrap-iso .form-horizontal .form-group:after,
.landing__bootstrap-iso .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.landing__bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.landing__bootstrap-iso .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.landing__bootstrap-iso .btn.active.focus,
.landing__bootstrap-iso .btn.active:focus,
.landing__bootstrap-iso .btn.focus,
.landing__bootstrap-iso .btn:active.focus,
.landing__bootstrap-iso .btn:active:focus,
.landing__bootstrap-iso .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.landing__bootstrap-iso .btn.focus,
.landing__bootstrap-iso .btn:focus,
.landing__bootstrap-iso .btn:hover {
    color: #333;
    text-decoration: none
}

.landing__bootstrap-iso .btn.active,
.landing__bootstrap-iso .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.landing__bootstrap-iso .btn.disabled,
.landing__bootstrap-iso .btn[disabled],
fieldset[disabled] .landing__bootstrap-iso .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.landing__bootstrap-iso a.btn.disabled,
fieldset[disabled] .landing__bootstrap-iso a.btn {
    pointer-events: none
}

.landing__bootstrap-iso .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.landing__bootstrap-iso .btn-default.focus,
.landing__bootstrap-iso .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.landing__bootstrap-iso .btn-default.active,
.landing__bootstrap-iso .btn-default:active,
.landing__bootstrap-iso .btn-default:hover,
.open > .landing__bootstrap-iso .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.landing__bootstrap-iso .btn-default.active.focus,
.landing__bootstrap-iso .btn-default.active:focus,
.landing__bootstrap-iso .btn-default.active:hover,
.landing__bootstrap-iso .btn-default:active.focus,
.landing__bootstrap-iso .btn-default:active:focus,
.landing__bootstrap-iso .btn-default:active:hover,
.open > .landing__bootstrap-iso .btn-default.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-default.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.landing__bootstrap-iso .btn-default.active,
.landing__bootstrap-iso .btn-default:active,
.open > .landing__bootstrap-iso .btn-default.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-default.disabled.focus,
.landing__bootstrap-iso .btn-default.disabled:focus,
.landing__bootstrap-iso .btn-default.disabled:hover,
.landing__bootstrap-iso .btn-default[disabled].focus,
.landing__bootstrap-iso .btn-default[disabled]:focus,
.landing__bootstrap-iso .btn-default[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-default.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-default:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.landing__bootstrap-iso .btn-default .badge {
    color: #fff;
    background-color: #333
}

.landing__bootstrap-iso .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.landing__bootstrap-iso .btn-primary.focus,
.landing__bootstrap-iso .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.landing__bootstrap-iso .btn-primary.active,
.landing__bootstrap-iso .btn-primary:active,
.landing__bootstrap-iso .btn-primary:hover,
.open > .landing__bootstrap-iso .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.landing__bootstrap-iso .btn-primary.active.focus,
.landing__bootstrap-iso .btn-primary.active:focus,
.landing__bootstrap-iso .btn-primary.active:hover,
.landing__bootstrap-iso .btn-primary:active.focus,
.landing__bootstrap-iso .btn-primary:active:focus,
.landing__bootstrap-iso .btn-primary:active:hover,
.open > .landing__bootstrap-iso .btn-primary.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-primary.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.landing__bootstrap-iso .btn-primary.active,
.landing__bootstrap-iso .btn-primary:active,
.open > .landing__bootstrap-iso .btn-primary.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-primary.disabled.focus,
.landing__bootstrap-iso .btn-primary.disabled:focus,
.landing__bootstrap-iso .btn-primary.disabled:hover,
.landing__bootstrap-iso .btn-primary[disabled].focus,
.landing__bootstrap-iso .btn-primary[disabled]:focus,
.landing__bootstrap-iso .btn-primary[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-primary.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-primary:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.landing__bootstrap-iso .btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.landing__bootstrap-iso .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.landing__bootstrap-iso .btn-success.focus,
.landing__bootstrap-iso .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.landing__bootstrap-iso .btn-success.active,
.landing__bootstrap-iso .btn-success:active,
.landing__bootstrap-iso .btn-success:hover,
.open > .landing__bootstrap-iso .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.landing__bootstrap-iso .btn-success.active.focus,
.landing__bootstrap-iso .btn-success.active:focus,
.landing__bootstrap-iso .btn-success.active:hover,
.landing__bootstrap-iso .btn-success:active.focus,
.landing__bootstrap-iso .btn-success:active:focus,
.landing__bootstrap-iso .btn-success:active:hover,
.open > .landing__bootstrap-iso .btn-success.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-success.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.landing__bootstrap-iso .btn-success.active,
.landing__bootstrap-iso .btn-success:active,
.open > .landing__bootstrap-iso .btn-success.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-success.disabled.focus,
.landing__bootstrap-iso .btn-success.disabled:focus,
.landing__bootstrap-iso .btn-success.disabled:hover,
.landing__bootstrap-iso .btn-success[disabled].focus,
.landing__bootstrap-iso .btn-success[disabled]:focus,
.landing__bootstrap-iso .btn-success[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-success.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-success:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.landing__bootstrap-iso .btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.landing__bootstrap-iso .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.landing__bootstrap-iso .btn-info.focus,
.landing__bootstrap-iso .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.landing__bootstrap-iso .btn-info.active,
.landing__bootstrap-iso .btn-info:active,
.landing__bootstrap-iso .btn-info:hover,
.open > .landing__bootstrap-iso .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.landing__bootstrap-iso .btn-info.active.focus,
.landing__bootstrap-iso .btn-info.active:focus,
.landing__bootstrap-iso .btn-info.active:hover,
.landing__bootstrap-iso .btn-info:active.focus,
.landing__bootstrap-iso .btn-info:active:focus,
.landing__bootstrap-iso .btn-info:active:hover,
.open > .landing__bootstrap-iso .btn-info.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-info.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.landing__bootstrap-iso .btn-info.active,
.landing__bootstrap-iso .btn-info:active,
.open > .landing__bootstrap-iso .btn-info.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-info.disabled.focus,
.landing__bootstrap-iso .btn-info.disabled:focus,
.landing__bootstrap-iso .btn-info.disabled:hover,
.landing__bootstrap-iso .btn-info[disabled].focus,
.landing__bootstrap-iso .btn-info[disabled]:focus,
.landing__bootstrap-iso .btn-info[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-info.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-info:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.landing__bootstrap-iso .btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.landing__bootstrap-iso .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.landing__bootstrap-iso .btn-warning.focus,
.landing__bootstrap-iso .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.landing__bootstrap-iso .btn-warning.active,
.landing__bootstrap-iso .btn-warning:active,
.landing__bootstrap-iso .btn-warning:hover,
.open > .landing__bootstrap-iso .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.landing__bootstrap-iso .btn-warning.active.focus,
.landing__bootstrap-iso .btn-warning.active:focus,
.landing__bootstrap-iso .btn-warning.active:hover,
.landing__bootstrap-iso .btn-warning:active.focus,
.landing__bootstrap-iso .btn-warning:active:focus,
.landing__bootstrap-iso .btn-warning:active:hover,
.open > .landing__bootstrap-iso .btn-warning.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-warning.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.landing__bootstrap-iso .btn-warning.active,
.landing__bootstrap-iso .btn-warning:active,
.open > .landing__bootstrap-iso .btn-warning.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-warning.disabled.focus,
.landing__bootstrap-iso .btn-warning.disabled:focus,
.landing__bootstrap-iso .btn-warning.disabled:hover,
.landing__bootstrap-iso .btn-warning[disabled].focus,
.landing__bootstrap-iso .btn-warning[disabled]:focus,
.landing__bootstrap-iso .btn-warning[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-warning.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-warning:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.landing__bootstrap-iso .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.landing__bootstrap-iso .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.landing__bootstrap-iso .btn-danger.focus,
.landing__bootstrap-iso .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.landing__bootstrap-iso .btn-danger.active,
.landing__bootstrap-iso .btn-danger:active,
.landing__bootstrap-iso .btn-danger:hover,
.open > .landing__bootstrap-iso .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.landing__bootstrap-iso .btn-danger.active.focus,
.landing__bootstrap-iso .btn-danger.active:focus,
.landing__bootstrap-iso .btn-danger.active:hover,
.landing__bootstrap-iso .btn-danger:active.focus,
.landing__bootstrap-iso .btn-danger:active:focus,
.landing__bootstrap-iso .btn-danger:active:hover,
.open > .landing__bootstrap-iso .btn-danger.dropdown-toggle.focus,
.open > .landing__bootstrap-iso .btn-danger.dropdown-toggle:focus,
.open > .landing__bootstrap-iso .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.landing__bootstrap-iso .btn-danger.active,
.landing__bootstrap-iso .btn-danger:active,
.open > .landing__bootstrap-iso .btn-danger.dropdown-toggle {
    background-image: none
}

.landing__bootstrap-iso .btn-danger.disabled.focus,
.landing__bootstrap-iso .btn-danger.disabled:focus,
.landing__bootstrap-iso .btn-danger.disabled:hover,
.landing__bootstrap-iso .btn-danger[disabled].focus,
.landing__bootstrap-iso .btn-danger[disabled]:focus,
.landing__bootstrap-iso .btn-danger[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-danger.focus,
fieldset[disabled] .landing__bootstrap-iso .btn-danger:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.landing__bootstrap-iso .btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.landing__bootstrap-iso .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.landing__bootstrap-iso .btn-link,
.landing__bootstrap-iso .btn-link.active,
.landing__bootstrap-iso .btn-link:active,
.landing__bootstrap-iso .btn-link[disabled],
fieldset[disabled] .landing__bootstrap-iso .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.landing__bootstrap-iso .btn-link,
.landing__bootstrap-iso .btn-link:active,
.landing__bootstrap-iso .btn-link:focus,
.landing__bootstrap-iso .btn-link:hover {
    border-color: transparent
}

.landing__bootstrap-iso .btn-link:focus,
.landing__bootstrap-iso .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.landing__bootstrap-iso .btn-link[disabled]:focus,
.landing__bootstrap-iso .btn-link[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .btn-link:focus,
fieldset[disabled] .landing__bootstrap-iso .btn-link:hover {
    color: #777;
    text-decoration: none
}

.landing__bootstrap-iso .btn-group-lg > .btn,
.landing__bootstrap-iso .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.landing__bootstrap-iso .btn-group-sm > .btn,
.landing__bootstrap-iso .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.landing__bootstrap-iso .btn-group-xs > .btn,
.landing__bootstrap-iso .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.landing__bootstrap-iso .btn-block {
    display: block;
    width: 100%
}

.landing__bootstrap-iso .btn-block + .btn-block {
    margin-top: 5px
}

.landing__bootstrap-iso input[type=button].btn-block,
.landing__bootstrap-iso input[type=reset].btn-block,
.landing__bootstrap-iso input[type=submit].btn-block {
    width: 100%
}

.landing__bootstrap-iso .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.landing__bootstrap-iso .fade.in {
    opacity: 1
}

.landing__bootstrap-iso .collapse {
    display: none;
    text-align: left;
}

.landing__bootstrap-iso .collapse.in {
    display: block
}

.landing__bootstrap-iso tr.collapse.in {
    display: table-row
}

.landing__bootstrap-iso tbody.collapse.in {
    display: table-row-group
}

.landing__bootstrap-iso .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.landing__bootstrap-iso .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
}

.landing__bootstrap-iso .dropdown,
.landing__bootstrap-iso .dropup {
    position: relative
}

.landing__bootstrap-iso .dropdown-toggle:focus {
    outline: 0
}

.landing__bootstrap-iso .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: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.landing__bootstrap-iso .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.landing__bootstrap-iso .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.landing__bootstrap-iso .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.landing__bootstrap-iso .dropdown-menu > li > a:focus,
.landing__bootstrap-iso .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.landing__bootstrap-iso .dropdown-menu > .active > a,
.landing__bootstrap-iso .dropdown-menu > .active > a:focus,
.landing__bootstrap-iso .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.landing__bootstrap-iso .dropdown-menu > .disabled > a,
.landing__bootstrap-iso .dropdown-menu > .disabled > a:focus,
.landing__bootstrap-iso .dropdown-menu > .disabled > a:hover {
    color: #777
}

.landing__bootstrap-iso .dropdown-menu > .disabled > a:focus,
.landing__bootstrap-iso .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.landing__bootstrap-iso .open > .dropdown-menu {
    display: block
}

.landing__bootstrap-iso .open > a {
    outline: 0
}

.landing__bootstrap-iso .dropdown-menu-right {
    left: auto;
    right: 0
}

.landing__bootstrap-iso .dropdown-menu-left {
    left: 0;
    right: auto
}

.landing__bootstrap-iso .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.landing__bootstrap-iso .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.landing__bootstrap-iso .pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.landing__bootstrap-iso .dropup .caret,
.landing__bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.landing__bootstrap-iso .dropup .dropdown-menu,
.landing__bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .landing__bootstrap-iso .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.landing__bootstrap-iso .btn-group,
.landing__bootstrap-iso .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.landing__bootstrap-iso .btn-group-vertical > .btn,
.landing__bootstrap-iso .btn-group > .btn {
    position: relative;
    float: left
}

.landing__bootstrap-iso .btn-group-vertical > .btn.active,
.landing__bootstrap-iso .btn-group-vertical > .btn:active,
.landing__bootstrap-iso .btn-group-vertical > .btn:focus,
.landing__bootstrap-iso .btn-group-vertical > .btn:hover,
.landing__bootstrap-iso .btn-group > .btn.active,
.landing__bootstrap-iso .btn-group > .btn:active,
.landing__bootstrap-iso .btn-group > .btn:focus,
.landing__bootstrap-iso .btn-group > .btn:hover {
    z-index: 2
}

.landing__bootstrap-iso .btn-group .btn + .btn,
.landing__bootstrap-iso .btn-group .btn + .btn-group,
.landing__bootstrap-iso .btn-group .btn-group + .btn,
.landing__bootstrap-iso .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.landing__bootstrap-iso .btn-toolbar {
    margin-left: -5px
}

.landing__bootstrap-iso .btn-toolbar:after,
.landing__bootstrap-iso .btn-toolbar:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .btn-toolbar:after {
    clear: both
}

.landing__bootstrap-iso .btn-toolbar .btn,
.landing__bootstrap-iso .btn-toolbar .btn-group,
.landing__bootstrap-iso .btn-toolbar .input-group {
    float: left
}

.landing__bootstrap-iso .btn-toolbar > .btn,
.landing__bootstrap-iso .btn-toolbar > .btn-group,
.landing__bootstrap-iso .btn-toolbar > .input-group {
    margin-left: 5px
}

.landing__bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.landing__bootstrap-iso .btn-group > .btn:first-child {
    margin-left: 0
}

.landing__bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.landing__bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.landing__bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .btn-group > .btn-group {
    float: left
}

.landing__bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.landing__bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.landing__bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.landing__bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .btn-group .dropdown-toggle:active,
.landing__bootstrap-iso .btn-group.open .dropdown-toggle {
    outline: 0
}

.landing__bootstrap-iso .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.landing__bootstrap-iso .btn-group-lg.btn-group > .btn + .dropdown-toggle,
.landing__bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.landing__bootstrap-iso .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.landing__bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.landing__bootstrap-iso .btn .caret {
    margin-left: 0
}

.landing__bootstrap-iso .btn-group-lg > .btn .caret,
.landing__bootstrap-iso .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.landing__bootstrap-iso .dropup .btn-group-lg > .btn .caret,
.landing__bootstrap-iso .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.landing__bootstrap-iso .btn-group-vertical > .btn,
.landing__bootstrap-iso .btn-group-vertical > .btn-group,
.landing__bootstrap-iso .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group:after,
.landing__bootstrap-iso .btn-group-vertical > .btn-group:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group:after {
    clear: both
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group > .btn {
    float: none
}

.landing__bootstrap-iso .btn-group-vertical > .btn + .btn,
.landing__bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.landing__bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.landing__bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.landing__bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.landing__bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.landing__bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.landing__bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.landing__bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.landing__bootstrap-iso .btn-group-justified > .btn,
.landing__bootstrap-iso .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.landing__bootstrap-iso .btn-group-justified > .btn-group .btn {
    width: 100%
}

.landing__bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

.landing__bootstrap-iso [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.landing__bootstrap-iso [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.landing__bootstrap-iso [data-toggle=buttons] > .btn input[type=checkbox],
.landing__bootstrap-iso [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.landing__bootstrap-iso .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.landing__bootstrap-iso .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.landing__bootstrap-iso .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.landing__bootstrap-iso .input-group .form-control:focus {
    z-index: 3
}

.landing__bootstrap-iso .input-group-addon,
.landing__bootstrap-iso .input-group-btn,
.landing__bootstrap-iso .input-group .form-control {
    display: table-cell
}

.landing__bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.landing__bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.landing__bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.landing__bootstrap-iso .input-group-addon,
.landing__bootstrap-iso .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.landing__bootstrap-iso .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.landing__bootstrap-iso .input-group-addon.input-sm,
.landing__bootstrap-iso .input-group-sm > .input-group-addon,
.landing__bootstrap-iso .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.landing__bootstrap-iso .input-group-addon.input-lg,
.landing__bootstrap-iso .input-group-lg > .input-group-addon,
.landing__bootstrap-iso .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.landing__bootstrap-iso .input-group-addon input[type=checkbox],
.landing__bootstrap-iso .input-group-addon input[type=radio] {
    margin-top: 0
}

.landing__bootstrap-iso .input-group-addon:first-child,
.landing__bootstrap-iso .input-group-btn:first-child > .btn,
.landing__bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.landing__bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.landing__bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.landing__bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.landing__bootstrap-iso .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.landing__bootstrap-iso .input-group-addon:first-child {
    border-right: 0
}

.landing__bootstrap-iso .input-group-addon:last-child,
.landing__bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.landing__bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.landing__bootstrap-iso .input-group-btn:last-child > .btn,
.landing__bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.landing__bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.landing__bootstrap-iso .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .input-group-addon:last-child {
    border-left: 0
}

.landing__bootstrap-iso .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.landing__bootstrap-iso .input-group-btn > .btn {
    position: relative
}

.landing__bootstrap-iso .input-group-btn > .btn + .btn {
    margin-left: -1px
}

.landing__bootstrap-iso .input-group-btn > .btn:active,
.landing__bootstrap-iso .input-group-btn > .btn:focus,
.landing__bootstrap-iso .input-group-btn > .btn:hover {
    z-index: 2
}

.landing__bootstrap-iso .input-group-btn:first-child > .btn,
.landing__bootstrap-iso .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.landing__bootstrap-iso .input-group-btn:last-child > .btn,
.landing__bootstrap-iso .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.landing__bootstrap-iso .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.landing__bootstrap-iso .nav:after,
.landing__bootstrap-iso .nav:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .nav:after {
    clear: both
}

.landing__bootstrap-iso .nav > li {
    position: relative;
    display: block
}

.landing__bootstrap-iso .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.landing__bootstrap-iso .nav > li > a:focus,
.landing__bootstrap-iso .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.landing__bootstrap-iso .nav > li.disabled > a {
    color: #777
}

.landing__bootstrap-iso .nav > li.disabled > a:focus,
.landing__bootstrap-iso .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.landing__bootstrap-iso .nav .open > a,
.landing__bootstrap-iso .nav .open > a:focus,
.landing__bootstrap-iso .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.landing__bootstrap-iso .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.landing__bootstrap-iso .nav > li > a > img {
    max-width: none
}

.landing__bootstrap-iso .nav-tabs {
    border-bottom: 1px solid #ddd
}

.landing__bootstrap-iso .nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.landing__bootstrap-iso .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.landing__bootstrap-iso .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.landing__bootstrap-iso .nav-tabs > li.active > a,
.landing__bootstrap-iso .nav-tabs > li.active > a:focus,
.landing__bootstrap-iso .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.landing__bootstrap-iso .nav-pills > li {
    float: left
}

.landing__bootstrap-iso .nav-pills > li > a {
    border-radius: 4px
}

.landing__bootstrap-iso .nav-pills > li + li {
    margin-left: 2px
}

.landing__bootstrap-iso .nav-pills > li.active > a,
.landing__bootstrap-iso .nav-pills > li.active > a:focus,
.landing__bootstrap-iso .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.landing__bootstrap-iso .nav-stacked > li {
    float: none
}

.landing__bootstrap-iso .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.landing__bootstrap-iso .nav-justified,
.landing__bootstrap-iso .nav-tabs.nav-justified {
    width: 100%
}

.landing__bootstrap-iso .nav-justified > li,
.landing__bootstrap-iso .nav-tabs.nav-justified > li {
    float: none
}

.landing__bootstrap-iso .nav-justified > li > a,
.landing__bootstrap-iso .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.landing__bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .nav-justified > li,
    .landing__bootstrap-iso .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .landing__bootstrap-iso .nav-justified > li > a,
    .landing__bootstrap-iso .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.landing__bootstrap-iso .nav-tabs-justified,
.landing__bootstrap-iso .nav-tabs.nav-justified {
    border-bottom: 0
}

.landing__bootstrap-iso .nav-tabs-justified > li > a,
.landing__bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.landing__bootstrap-iso .nav-tabs-justified > .active > a,
.landing__bootstrap-iso .nav-tabs-justified > .active > a:focus,
.landing__bootstrap-iso .nav-tabs-justified > .active > a:hover,
.landing__bootstrap-iso .nav-tabs.nav-justified > .active > a,
.landing__bootstrap-iso .nav-tabs.nav-justified > .active > a:focus,
.landing__bootstrap-iso .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .nav-tabs-justified > li > a,
    .landing__bootstrap-iso .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .landing__bootstrap-iso .nav-tabs-justified > .active > a,
    .landing__bootstrap-iso .nav-tabs-justified > .active > a:focus,
    .landing__bootstrap-iso .nav-tabs-justified > .active > a:hover,
    .landing__bootstrap-iso .nav-tabs.nav-justified > .active > a,
    .landing__bootstrap-iso .nav-tabs.nav-justified > .active > a:focus,
    .landing__bootstrap-iso .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.landing__bootstrap-iso .tab-content > .tab-pane {
    display: none
}

.landing__bootstrap-iso .tab-content > .active {
    display: block
}

.landing__bootstrap-iso .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.landing__bootstrap-iso .navbar:after,
.landing__bootstrap-iso .navbar:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar {
        border-radius: 4px
    }
}

.landing__bootstrap-iso .navbar-header:after,
.landing__bootstrap-iso .navbar-header:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-header {
        float: left
    }
}

.landing__bootstrap-iso .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.landing__bootstrap-iso .navbar-collapse:after,
.landing__bootstrap-iso .navbar-collapse:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .navbar-collapse:after {
    clear: both
}

.landing__bootstrap-iso .navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .landing__bootstrap-iso .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .landing__bootstrap-iso .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .landing__bootstrap-iso .navbar-collapse,
    .navbar-fixed-top .landing__bootstrap-iso .navbar-collapse,
    .navbar-static-top .landing__bootstrap-iso .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.landing__bootstrap-iso .navbar-fixed-bottom .navbar-collapse,
.landing__bootstrap-iso .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .landing__bootstrap-iso .navbar-fixed-bottom .navbar-collapse,
    .landing__bootstrap-iso .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.landing__bootstrap-iso .container-fluid > .navbar-collapse,
.landing__bootstrap-iso .container-fluid > .navbar-header,
.landing__bootstrap-iso .container > .navbar-collapse,
.landing__bootstrap-iso .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .container-fluid > .navbar-collapse,
    .landing__bootstrap-iso .container-fluid > .navbar-header,
    .landing__bootstrap-iso .container > .navbar-collapse,
    .landing__bootstrap-iso .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.landing__bootstrap-iso .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-static-top {
        border-radius: 0
    }
}

.landing__bootstrap-iso .navbar-fixed-bottom,
.landing__bootstrap-iso .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-fixed-bottom,
    .landing__bootstrap-iso .navbar-fixed-top {
        border-radius: 0
    }
}

.landing__bootstrap-iso .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.landing__bootstrap-iso .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.landing__bootstrap-iso .navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.landing__bootstrap-iso .navbar-brand:focus,
.landing__bootstrap-iso .navbar-brand:hover {
    text-decoration: none
}

.landing__bootstrap-iso .navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container-fluid .landing__bootstrap-iso .navbar-brand,
    .navbar > .container .landing__bootstrap-iso .navbar-brand {
        margin-left: -15px
    }
}

.landing__bootstrap-iso .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.landing__bootstrap-iso .navbar-toggle:focus {
    outline: 0
}

.landing__bootstrap-iso .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.landing__bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-toggle {
        display: none
    }
}

.landing__bootstrap-iso .navbar-nav {
    margin: 7.5px -15px
}

.landing__bootstrap-iso .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header,
    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus,
    .landing__bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-nav {
        float: left;
        margin: 0
    }

    .landing__bootstrap-iso .navbar-nav > li {
        float: left
    }

    .landing__bootstrap-iso .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.landing__bootstrap-iso .navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .landing__bootstrap-iso .navbar-form .form-control-static {
        display: inline-block
    }

    .landing__bootstrap-iso .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .landing__bootstrap-iso .navbar-form .input-group .form-control,
    .landing__bootstrap-iso .navbar-form .input-group .input-group-addon,
    .landing__bootstrap-iso .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .landing__bootstrap-iso .navbar-form .input-group > .form-control {
        width: 100%
    }

    .landing__bootstrap-iso .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .navbar-form .checkbox,
    .landing__bootstrap-iso .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .landing__bootstrap-iso .navbar-form .checkbox label,
    .landing__bootstrap-iso .navbar-form .radio label {
        padding-left: 0
    }

    .landing__bootstrap-iso .navbar-form .checkbox input[type=checkbox],
    .landing__bootstrap-iso .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .landing__bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .navbar-form .form-group {
        margin-bottom: 5px
    }

    .landing__bootstrap-iso .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.landing__bootstrap-iso .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.landing__bootstrap-iso .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.landing__bootstrap-iso .btn-group-sm > .navbar-btn.btn,
.landing__bootstrap-iso .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.landing__bootstrap-iso .btn-group-xs > .navbar-btn.btn,
.landing__bootstrap-iso .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.landing__bootstrap-iso .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .navbar-left {
        float: left !important
    }

    .landing__bootstrap-iso .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .landing__bootstrap-iso .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.landing__bootstrap-iso .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.landing__bootstrap-iso .navbar-default .navbar-brand {
    color: #777
}

.landing__bootstrap-iso .navbar-default .navbar-brand:focus,
.landing__bootstrap-iso .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-default .navbar-nav > li > a,
.landing__bootstrap-iso .navbar-default .navbar-text {
    color: #777
}

.landing__bootstrap-iso .navbar-default .navbar-nav > li > a:focus,
.landing__bootstrap-iso .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-default .navbar-nav > .active > a,
.landing__bootstrap-iso .navbar-default .navbar-nav > .active > a:focus,
.landing__bootstrap-iso .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.landing__bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.landing__bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus,
.landing__bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-default .navbar-toggle {
    border-color: #ddd
}

.landing__bootstrap-iso .navbar-default .navbar-toggle:focus,
.landing__bootstrap-iso .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.landing__bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.landing__bootstrap-iso .navbar-default .navbar-collapse,
.landing__bootstrap-iso .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.landing__bootstrap-iso .navbar-default .navbar-nav > .open > a,
.landing__bootstrap-iso .navbar-default .navbar-nav > .open > a:focus,
.landing__bootstrap-iso .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .landing__bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.landing__bootstrap-iso .navbar-default .navbar-link {
    color: #777
}

.landing__bootstrap-iso .navbar-default .navbar-link:hover {
    color: #333
}

.landing__bootstrap-iso .navbar-default .btn-link {
    color: #777
}

.landing__bootstrap-iso .navbar-default .btn-link:focus,
.landing__bootstrap-iso .navbar-default .btn-link:hover {
    color: #333
}

.landing__bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.landing__bootstrap-iso .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .navbar-default .btn-link:focus,
fieldset[disabled] .landing__bootstrap-iso .navbar-default .btn-link:hover {
    color: #ccc
}

.landing__bootstrap-iso .navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.landing__bootstrap-iso .navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.landing__bootstrap-iso .navbar-inverse .navbar-brand:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-inverse .navbar-nav > li > a,
.landing__bootstrap-iso .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.landing__bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909
}

.landing__bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.landing__bootstrap-iso .navbar-inverse .navbar-toggle {
    border-color: #333
}

.landing__bootstrap-iso .navbar-inverse .navbar-toggle:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.landing__bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.landing__bootstrap-iso .navbar-inverse .navbar-collapse,
.landing__bootstrap-iso .navbar-inverse .navbar-form {
    border-color: #101010
}

.landing__bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus,
.landing__bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .landing__bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.landing__bootstrap-iso .navbar-inverse .navbar-link {
    color: #9d9d9d
}

.landing__bootstrap-iso .navbar-inverse .navbar-link:hover {
    color: #fff
}

.landing__bootstrap-iso .navbar-inverse .btn-link {
    color: #9d9d9d
}

.landing__bootstrap-iso .navbar-inverse .btn-link:focus,
.landing__bootstrap-iso .navbar-inverse .btn-link:hover {
    color: #fff
}

.landing__bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.landing__bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .landing__bootstrap-iso .navbar-inverse .btn-link:focus,
fieldset[disabled] .landing__bootstrap-iso .navbar-inverse .btn-link:hover {
    color: #444
}

.landing__bootstrap-iso .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.landing__bootstrap-iso .breadcrumb > li {
    display: inline-block
}

.landing__bootstrap-iso .breadcrumb > li + li:before {
    content: "/\A0";
    padding: 0 5px;
    color: #ccc
}

.landing__bootstrap-iso .breadcrumb > .active {
    color: #777
}

.landing__bootstrap-iso .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.landing__bootstrap-iso .pagination > li {
    display: inline
}

.landing__bootstrap-iso .pagination > li > a,
.landing__bootstrap-iso .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.landing__bootstrap-iso .pagination > li:first-child > a,
.landing__bootstrap-iso .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.landing__bootstrap-iso .pagination > li:last-child > a,
.landing__bootstrap-iso .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.landing__bootstrap-iso .pagination > li > a:focus,
.landing__bootstrap-iso .pagination > li > a:hover,
.landing__bootstrap-iso .pagination > li > span:focus,
.landing__bootstrap-iso .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.landing__bootstrap-iso .pagination > .active > a,
.landing__bootstrap-iso .pagination > .active > a:focus,
.landing__bootstrap-iso .pagination > .active > a:hover,
.landing__bootstrap-iso .pagination > .active > span,
.landing__bootstrap-iso .pagination > .active > span:focus,
.landing__bootstrap-iso .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.landing__bootstrap-iso .pagination > .disabled > a,
.landing__bootstrap-iso .pagination > .disabled > a:focus,
.landing__bootstrap-iso .pagination > .disabled > a:hover,
.landing__bootstrap-iso .pagination > .disabled > span,
.landing__bootstrap-iso .pagination > .disabled > span:focus,
.landing__bootstrap-iso .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.landing__bootstrap-iso .pagination-lg > li > a,
.landing__bootstrap-iso .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.landing__bootstrap-iso .pagination-lg > li:first-child > a,
.landing__bootstrap-iso .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.landing__bootstrap-iso .pagination-lg > li:last-child > a,
.landing__bootstrap-iso .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.landing__bootstrap-iso .pagination-sm > li > a,
.landing__bootstrap-iso .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.landing__bootstrap-iso .pagination-sm > li:first-child > a,
.landing__bootstrap-iso .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.landing__bootstrap-iso .pagination-sm > li:last-child > a,
.landing__bootstrap-iso .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.landing__bootstrap-iso .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.landing__bootstrap-iso .pager:after,
.landing__bootstrap-iso .pager:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .pager:after {
    clear: both
}

.landing__bootstrap-iso .pager li {
    display: inline
}

.landing__bootstrap-iso .pager li > a,
.landing__bootstrap-iso .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.landing__bootstrap-iso .pager li > a:focus,
.landing__bootstrap-iso .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.landing__bootstrap-iso .pager .next > a,
.landing__bootstrap-iso .pager .next > span {
    float: right
}

.landing__bootstrap-iso .pager .previous > a,
.landing__bootstrap-iso .pager .previous > span {
    float: left
}

.landing__bootstrap-iso .pager .disabled > a,
.landing__bootstrap-iso .pager .disabled > a:focus,
.landing__bootstrap-iso .pager .disabled > a:hover,
.landing__bootstrap-iso .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.landing__bootstrap-iso .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.landing__bootstrap-iso .label:empty {
    display: none
}

.btn .landing__bootstrap-iso .label {
    position: relative;
    top: -1px
}

.landing__bootstrap-iso a.label:focus,
.landing__bootstrap-iso a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.landing__bootstrap-iso .label-default {
    background-color: #777
}

.landing__bootstrap-iso .label-default[href]:focus,
.landing__bootstrap-iso .label-default[href]:hover {
    background-color: #5e5e5e
}

.landing__bootstrap-iso .label-primary {
    background-color: #337ab7
}

.landing__bootstrap-iso .label-primary[href]:focus,
.landing__bootstrap-iso .label-primary[href]:hover {
    background-color: #286090
}

.landing__bootstrap-iso .label-success {
    background-color: #5cb85c
}

.landing__bootstrap-iso .label-success[href]:focus,
.landing__bootstrap-iso .label-success[href]:hover {
    background-color: #449d44
}

.landing__bootstrap-iso .label-info {
    background-color: #5bc0de
}

.landing__bootstrap-iso .label-info[href]:focus,
.landing__bootstrap-iso .label-info[href]:hover {
    background-color: #31b0d5
}

.landing__bootstrap-iso .label-warning {
    background-color: #f0ad4e
}

.landing__bootstrap-iso .label-warning[href]:focus,
.landing__bootstrap-iso .label-warning[href]:hover {
    background-color: #ec971f
}

.landing__bootstrap-iso .label-danger {
    background-color: #d9534f
}

.landing__bootstrap-iso .label-danger[href]:focus,
.landing__bootstrap-iso .label-danger[href]:hover {
    background-color: #c9302c
}

.landing__bootstrap-iso .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.landing__bootstrap-iso .badge:empty {
    display: none
}

.btn .landing__bootstrap-iso .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .landing__bootstrap-iso .badge,
.btn-xs .landing__bootstrap-iso .badge,
.landing__bootstrap-iso .btn-group-xs > .btn .landing__bootstrap-iso .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .landing__bootstrap-iso .badge,
.nav-pills > .active > a > .landing__bootstrap-iso .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .landing__bootstrap-iso .badge {
    float: right
}

.list-group-item > .landing__bootstrap-iso .badge + .landing__bootstrap-iso .badge {
    margin-right: 5px
}

.nav-pills > li > a > .landing__bootstrap-iso .badge {
    margin-left: 3px
}

.landing__bootstrap-iso a.badge:focus,
.landing__bootstrap-iso a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.landing__bootstrap-iso .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.landing__bootstrap-iso .jumbotron .h1,
.landing__bootstrap-iso .jumbotron h1 {
    color: inherit
}

.landing__bootstrap-iso .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.landing__bootstrap-iso .jumbotron > hr {
    border-top-color: #d5d5d5
}

.container-fluid .landing__bootstrap-iso .jumbotron,
.container .landing__bootstrap-iso .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.landing__bootstrap-iso .jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .landing__bootstrap-iso .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container-fluid .landing__bootstrap-iso .jumbotron,
    .container .landing__bootstrap-iso .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .landing__bootstrap-iso .jumbotron .h1,
    .landing__bootstrap-iso .jumbotron h1 {
        font-size: 63px
    }
}

.landing__bootstrap-iso .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.landing__bootstrap-iso .thumbnail > img,
.landing__bootstrap-iso .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.landing__bootstrap-iso .thumbnail .caption {
    padding: 9px;
    color: #333
}

.landing__bootstrap-iso a.thumbnail.active,
.landing__bootstrap-iso a.thumbnail:focus,
.landing__bootstrap-iso a.thumbnail:hover {
    border-color: #337ab7
}

.landing__bootstrap-iso .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.landing__bootstrap-iso .alert h4 {
    margin-top: 0;
    color: inherit
}

.landing__bootstrap-iso .alert .alert-link {
    font-weight: 700
}

.landing__bootstrap-iso .alert > p,
.landing__bootstrap-iso .alert > ul {
    margin-bottom: 0
}

.landing__bootstrap-iso .alert > p + p {
    margin-top: 5px
}

.landing__bootstrap-iso .alert-dismissable,
.landing__bootstrap-iso .alert-dismissible {
    padding-right: 35px
}

.landing__bootstrap-iso .alert-dismissable .close,
.landing__bootstrap-iso .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.landing__bootstrap-iso .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.landing__bootstrap-iso .alert-success hr {
    border-top-color: #c9e2b3
}

.landing__bootstrap-iso .alert-success .alert-link {
    color: #2b542c
}

.landing__bootstrap-iso .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.landing__bootstrap-iso .alert-info hr {
    border-top-color: #a6e1ec
}

.landing__bootstrap-iso .alert-info .alert-link {
    color: #245269
}

.landing__bootstrap-iso .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.landing__bootstrap-iso .alert-warning hr {
    border-top-color: #f7e1b5
}

.landing__bootstrap-iso .alert-warning .alert-link {
    color: #66512c
}

.landing__bootstrap-iso .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.landing__bootstrap-iso .alert-danger hr {
    border-top-color: #e4b9c0
}

.landing__bootstrap-iso .alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.landing__bootstrap-iso .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.landing__bootstrap-iso .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.landing__bootstrap-iso .progress-bar-striped,
.landing__bootstrap-iso .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.landing__bootstrap-iso .progress-bar.active,
.landing__bootstrap-iso .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.landing__bootstrap-iso .progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .landing__bootstrap-iso .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.landing__bootstrap-iso .progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .landing__bootstrap-iso .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.landing__bootstrap-iso .progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .landing__bootstrap-iso .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.landing__bootstrap-iso .progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .landing__bootstrap-iso .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.landing__bootstrap-iso .media {
    margin-top: 15px
}

.landing__bootstrap-iso .media:first-child {
    margin-top: 0
}

.landing__bootstrap-iso .media,
.landing__bootstrap-iso .media-body {
    zoom: 1;
    overflow: hidden
}

.landing__bootstrap-iso .media-body {
    width: 10000px
}

.landing__bootstrap-iso .media-object {
    display: block
}

.landing__bootstrap-iso .media-object.img-thumbnail {
    max-width: none
}

.landing__bootstrap-iso .media-right,
.landing__bootstrap-iso .media > .pull-right {
    padding-left: 10px
}

.landing__bootstrap-iso .media-left,
.landing__bootstrap-iso .media > .pull-left {
    padding-right: 10px
}

.landing__bootstrap-iso .media-body,
.landing__bootstrap-iso .media-left,
.landing__bootstrap-iso .media-right {
    display: table-cell;
    vertical-align: top
}

.landing__bootstrap-iso .media-middle {
    vertical-align: middle
}

.landing__bootstrap-iso .media-bottom {
    vertical-align: bottom
}

.landing__bootstrap-iso .media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.landing__bootstrap-iso .media-list {
    padding-left: 0;
    list-style: none
}

.landing__bootstrap-iso .list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.landing__bootstrap-iso .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.landing__bootstrap-iso .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.landing__bootstrap-iso .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.landing__bootstrap-iso a.list-group-item,
.landing__bootstrap-iso button.list-group-item {
    color: #555
}

.landing__bootstrap-iso a.list-group-item .list-group-item-heading,
.landing__bootstrap-iso button.list-group-item .list-group-item-heading {
    color: #333
}

.landing__bootstrap-iso a.list-group-item:focus,
.landing__bootstrap-iso a.list-group-item:hover,
.landing__bootstrap-iso button.list-group-item:focus,
.landing__bootstrap-iso button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.landing__bootstrap-iso button.list-group-item {
    width: 100%;
    text-align: left
}

.landing__bootstrap-iso .list-group-item.disabled,
.landing__bootstrap-iso .list-group-item.disabled:focus,
.landing__bootstrap-iso .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.landing__bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.landing__bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading,
.landing__bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.landing__bootstrap-iso .list-group-item.disabled .list-group-item-text,
.landing__bootstrap-iso .list-group-item.disabled:focus .list-group-item-text,
.landing__bootstrap-iso .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.landing__bootstrap-iso .list-group-item.active,
.landing__bootstrap-iso .list-group-item.active:focus,
.landing__bootstrap-iso .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.landing__bootstrap-iso .list-group-item.active .list-group-item-heading,
.landing__bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.landing__bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.landing__bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.landing__bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small,
.landing__bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.landing__bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.landing__bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.landing__bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.landing__bootstrap-iso .list-group-item.active .list-group-item-text,
.landing__bootstrap-iso .list-group-item.active:focus .list-group-item-text,
.landing__bootstrap-iso .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.landing__bootstrap-iso .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

.landing__bootstrap-iso a.list-group-item-success,
.landing__bootstrap-iso button.list-group-item-success {
    color: #3c763d
}

.landing__bootstrap-iso a.list-group-item-success .list-group-item-heading,
.landing__bootstrap-iso button.list-group-item-success .list-group-item-heading {
    color: inherit
}

.landing__bootstrap-iso a.list-group-item-success:focus,
.landing__bootstrap-iso a.list-group-item-success:hover,
.landing__bootstrap-iso button.list-group-item-success:focus,
.landing__bootstrap-iso button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

.landing__bootstrap-iso a.list-group-item-success.active,
.landing__bootstrap-iso a.list-group-item-success.active:focus,
.landing__bootstrap-iso a.list-group-item-success.active:hover,
.landing__bootstrap-iso button.list-group-item-success.active,
.landing__bootstrap-iso button.list-group-item-success.active:focus,
.landing__bootstrap-iso button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.landing__bootstrap-iso .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

.landing__bootstrap-iso a.list-group-item-info,
.landing__bootstrap-iso button.list-group-item-info {
    color: #31708f
}

.landing__bootstrap-iso a.list-group-item-info .list-group-item-heading,
.landing__bootstrap-iso button.list-group-item-info .list-group-item-heading {
    color: inherit
}

.landing__bootstrap-iso a.list-group-item-info:focus,
.landing__bootstrap-iso a.list-group-item-info:hover,
.landing__bootstrap-iso button.list-group-item-info:focus,
.landing__bootstrap-iso button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

.landing__bootstrap-iso a.list-group-item-info.active,
.landing__bootstrap-iso a.list-group-item-info.active:focus,
.landing__bootstrap-iso a.list-group-item-info.active:hover,
.landing__bootstrap-iso button.list-group-item-info.active,
.landing__bootstrap-iso button.list-group-item-info.active:focus,
.landing__bootstrap-iso button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.landing__bootstrap-iso .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.landing__bootstrap-iso a.list-group-item-warning,
.landing__bootstrap-iso button.list-group-item-warning {
    color: #8a6d3b
}

.landing__bootstrap-iso a.list-group-item-warning .list-group-item-heading,
.landing__bootstrap-iso button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.landing__bootstrap-iso a.list-group-item-warning:focus,
.landing__bootstrap-iso a.list-group-item-warning:hover,
.landing__bootstrap-iso button.list-group-item-warning:focus,
.landing__bootstrap-iso button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

.landing__bootstrap-iso a.list-group-item-warning.active,
.landing__bootstrap-iso a.list-group-item-warning.active:focus,
.landing__bootstrap-iso a.list-group-item-warning.active:hover,
.landing__bootstrap-iso button.list-group-item-warning.active,
.landing__bootstrap-iso button.list-group-item-warning.active:focus,
.landing__bootstrap-iso button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.landing__bootstrap-iso .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

.landing__bootstrap-iso a.list-group-item-danger,
.landing__bootstrap-iso button.list-group-item-danger {
    color: #a94442
}

.landing__bootstrap-iso a.list-group-item-danger .list-group-item-heading,
.landing__bootstrap-iso button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

.landing__bootstrap-iso a.list-group-item-danger:focus,
.landing__bootstrap-iso a.list-group-item-danger:hover,
.landing__bootstrap-iso button.list-group-item-danger:focus,
.landing__bootstrap-iso button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

.landing__bootstrap-iso a.list-group-item-danger.active,
.landing__bootstrap-iso a.list-group-item-danger.active:focus,
.landing__bootstrap-iso a.list-group-item-danger.active:hover,
.landing__bootstrap-iso button.list-group-item-danger.active,
.landing__bootstrap-iso button.list-group-item-danger.active:focus,
.landing__bootstrap-iso button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.landing__bootstrap-iso .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.landing__bootstrap-iso .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.landing__bootstrap-iso .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.landing__bootstrap-iso .panel-body {
    padding: 15px
}

.landing__bootstrap-iso .panel-body:after,
.landing__bootstrap-iso .panel-body:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .panel-body:after {
    clear: both
}

.landing__bootstrap-iso .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.landing__bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.landing__bootstrap-iso .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.landing__bootstrap-iso .panel-title > .small,
.landing__bootstrap-iso .panel-title > .small > a,
.landing__bootstrap-iso .panel-title > a,
.landing__bootstrap-iso .panel-title > small,
.landing__bootstrap-iso .panel-title > small > a {
    color: inherit
}

.landing__bootstrap-iso .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.landing__bootstrap-iso .panel > .list-group,
.landing__bootstrap-iso .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.landing__bootstrap-iso .panel > .list-group .list-group-item,
.landing__bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.landing__bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.landing__bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.landing__bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.landing__bootstrap-iso .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.landing__bootstrap-iso .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.landing__bootstrap-iso .list-group + .panel-footer,
.landing__bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.landing__bootstrap-iso .panel > .panel-collapse > .table,
.landing__bootstrap-iso .panel > .table,
.landing__bootstrap-iso .panel > .table-responsive > .table {
    margin-bottom: 0
}

.landing__bootstrap-iso .panel > .panel-collapse > .table caption,
.landing__bootstrap-iso .panel > .table-responsive > .table caption,
.landing__bootstrap-iso .panel > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.landing__bootstrap-iso .panel > .table:first-child,
.landing__bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.landing__bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.landing__bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.landing__bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.landing__bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.landing__bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.landing__bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.landing__bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.landing__bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.landing__bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.landing__bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.landing__bootstrap-iso .panel > .table:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.landing__bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.landing__bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.landing__bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.landing__bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.landing__bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.landing__bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.landing__bootstrap-iso .panel > .panel-body + .table,
.landing__bootstrap-iso .panel > .panel-body + .table-responsive,
.landing__bootstrap-iso .panel > .table + .panel-body,
.landing__bootstrap-iso .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.landing__bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td,
.landing__bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.landing__bootstrap-iso .panel > .table-bordered,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered {
    border: 0
}

.landing__bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.landing__bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.landing__bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.landing__bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.landing__bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.landing__bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.landing__bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.landing__bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.landing__bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.landing__bootstrap-iso .panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.landing__bootstrap-iso .panel-group {
    margin-bottom: 20px
}

.landing__bootstrap-iso .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.landing__bootstrap-iso .panel-group .panel + .panel {
    margin-top: 5px
}

.landing__bootstrap-iso .panel-group .panel-heading {
    border-bottom: 0
}

.landing__bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group,
.landing__bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.landing__bootstrap-iso .panel-group .panel-footer {
    border-top: 0
}

.landing__bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.landing__bootstrap-iso .panel-default {
    border-color: #ddd
}

.landing__bootstrap-iso .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.landing__bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.landing__bootstrap-iso .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.landing__bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.landing__bootstrap-iso .panel-primary {
    border-color: #337ab7
}

.landing__bootstrap-iso .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.landing__bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.landing__bootstrap-iso .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.landing__bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.landing__bootstrap-iso .panel-success {
    border-color: #d6e9c6
}

.landing__bootstrap-iso .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.landing__bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.landing__bootstrap-iso .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.landing__bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.landing__bootstrap-iso .panel-info {
    border-color: #bce8f1
}

.landing__bootstrap-iso .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.landing__bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.landing__bootstrap-iso .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.landing__bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.landing__bootstrap-iso .panel-warning {
    border-color: #faebcc
}

.landing__bootstrap-iso .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.landing__bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.landing__bootstrap-iso .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.landing__bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.landing__bootstrap-iso .panel-danger {
    border-color: #ebccd1
}

.landing__bootstrap-iso .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.landing__bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.landing__bootstrap-iso .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.landing__bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.landing__bootstrap-iso .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.landing__bootstrap-iso .embed-responsive .embed-responsive-item,
.landing__bootstrap-iso .embed-responsive embed,
.landing__bootstrap-iso .embed-responsive iframe,
.landing__bootstrap-iso .embed-responsive object,
.landing__bootstrap-iso .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.landing__bootstrap-iso .embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.landing__bootstrap-iso .embed-responsive-4by3 {
    padding-bottom: 75%
}

.landing__bootstrap-iso .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.landing__bootstrap-iso .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.landing__bootstrap-iso .well-lg {
    padding: 24px;
    border-radius: 6px
}

.landing__bootstrap-iso .well-sm {
    padding: 9px;
    border-radius: 3px
}

.landing__bootstrap-iso .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.landing__bootstrap-iso .close:focus,
.landing__bootstrap-iso .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.landing__bootstrap-iso button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.landing__bootstrap-iso .modal-open {
    overflow: hidden
}

.landing__bootstrap-iso .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.landing__bootstrap-iso .modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.landing__bootstrap-iso .modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.landing__bootstrap-iso .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.landing__bootstrap-iso .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.landing__bootstrap-iso .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.landing__bootstrap-iso .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.landing__bootstrap-iso .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.landing__bootstrap-iso .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.landing__bootstrap-iso .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.landing__bootstrap-iso .modal-header:after,
.landing__bootstrap-iso .modal-header:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .modal-header:after {
    clear: both
}

.landing__bootstrap-iso .modal-header .close {
    margin-top: -2px
}

.landing__bootstrap-iso .modal-title {
    margin: 0;
    line-height: 1.42857
}

.landing__bootstrap-iso .modal-body {
    position: relative;
    padding: 15px
}

.landing__bootstrap-iso .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.landing__bootstrap-iso .modal-footer:after,
.landing__bootstrap-iso .modal-footer:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .modal-footer:after {
    clear: both
}

.landing__bootstrap-iso .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.landing__bootstrap-iso .modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.landing__bootstrap-iso .modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.landing__bootstrap-iso .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .landing__bootstrap-iso .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .landing__bootstrap-iso .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .landing__bootstrap-iso .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .landing__bootstrap-iso .modal-lg {
        width: 900px
    }
}

.landing__bootstrap-iso .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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)
}

.landing__bootstrap-iso .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.landing__bootstrap-iso .tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.landing__bootstrap-iso .tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.landing__bootstrap-iso .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.landing__bootstrap-iso .tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.landing__bootstrap-iso .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.landing__bootstrap-iso .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.landing__bootstrap-iso .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.landing__bootstrap-iso .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.landing__bootstrap-iso .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.landing__bootstrap-iso .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.landing__bootstrap-iso .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.landing__bootstrap-iso .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.landing__bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.landing__bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.landing__bootstrap-iso .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: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.landing__bootstrap-iso .popover.top {
    margin-top: -10px
}

.landing__bootstrap-iso .popover.right {
    margin-left: 10px
}

.landing__bootstrap-iso .popover.bottom {
    margin-top: 10px
}

.landing__bootstrap-iso .popover.left {
    margin-left: -10px
}

.landing__bootstrap-iso .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.landing__bootstrap-iso .popover-content {
    padding: 9px 14px
}

.landing__bootstrap-iso .popover > .arrow,
.landing__bootstrap-iso .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.landing__bootstrap-iso .popover > .arrow {
    border-width: 11px
}

.landing__bootstrap-iso .popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.landing__bootstrap-iso .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.landing__bootstrap-iso .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.landing__bootstrap-iso .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.landing__bootstrap-iso .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.landing__bootstrap-iso .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.landing__bootstrap-iso .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.landing__bootstrap-iso .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.landing__bootstrap-iso .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.landing__bootstrap-iso .carousel {
    position: relative
}

.landing__bootstrap-iso .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.landing__bootstrap-iso .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out
}

.landing__bootstrap-iso .carousel-inner > .item > a > img,
.landing__bootstrap-iso .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .landing__bootstrap-iso .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .landing__bootstrap-iso .carousel-inner > .item.active.right,
    .landing__bootstrap-iso .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .landing__bootstrap-iso .carousel-inner > .item.active.left,
    .landing__bootstrap-iso .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .landing__bootstrap-iso .carousel-inner > .item.active,
    .landing__bootstrap-iso .carousel-inner > .item.next.left,
    .landing__bootstrap-iso .carousel-inner > .item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.landing__bootstrap-iso .carousel-inner > .active,
.landing__bootstrap-iso .carousel-inner > .next,
.landing__bootstrap-iso .carousel-inner > .prev {
    display: block
}

.landing__bootstrap-iso .carousel-inner > .active {
    left: 0
}

.landing__bootstrap-iso .carousel-inner > .next,
.landing__bootstrap-iso .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.landing__bootstrap-iso .carousel-inner > .next {
    left: 100%
}

.landing__bootstrap-iso .carousel-inner > .prev {
    left: -100%
}

.landing__bootstrap-iso .carousel-inner > .next.left,
.landing__bootstrap-iso .carousel-inner > .prev.right {
    left: 0
}

.landing__bootstrap-iso .carousel-inner > .active.left {
    left: -100%
}

.landing__bootstrap-iso .carousel-inner > .active.right {
    left: 100%
}

.landing__bootstrap-iso .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.landing__bootstrap-iso .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.landing__bootstrap-iso .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.landing__bootstrap-iso .carousel-control:focus,
.landing__bootstrap-iso .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.landing__bootstrap-iso .carousel-control .glyphicon-chevron-left,
.landing__bootstrap-iso .carousel-control .glyphicon-chevron-right,
.landing__bootstrap-iso .carousel-control .icon-next,
.landing__bootstrap-iso .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.landing__bootstrap-iso .carousel-control .glyphicon-chevron-left,
.landing__bootstrap-iso .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.landing__bootstrap-iso .carousel-control .glyphicon-chevron-right,
.landing__bootstrap-iso .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.landing__bootstrap-iso .carousel-control .icon-next,
.landing__bootstrap-iso .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.landing__bootstrap-iso .carousel-control .icon-prev:before {
    content: "\2039"
}

.landing__bootstrap-iso .carousel-control .icon-next:before {
    content: "\203A"
}

.landing__bootstrap-iso .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
}

.landing__bootstrap-iso .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.landing__bootstrap-iso .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.landing__bootstrap-iso .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.landing__bootstrap-iso .carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .landing__bootstrap-iso .carousel-control .glyphicon-chevron-left,
    .landing__bootstrap-iso .carousel-control .glyphicon-chevron-right,
    .landing__bootstrap-iso .carousel-control .icon-next,
    .landing__bootstrap-iso .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .landing__bootstrap-iso .carousel-control .glyphicon-chevron-left,
    .landing__bootstrap-iso .carousel-control .icon-prev {
        margin-left: -10px
    }

    .landing__bootstrap-iso .carousel-control .glyphicon-chevron-right,
    .landing__bootstrap-iso .carousel-control .icon-next {
        margin-right: -10px
    }

    .landing__bootstrap-iso .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .landing__bootstrap-iso .carousel-indicators {
        bottom: 20px
    }
}

.landing__bootstrap-iso .clearfix:after,
.landing__bootstrap-iso .clearfix:before {
    content: " ";
    display: table
}

.landing__bootstrap-iso .clearfix:after {
    clear: both
}

.landing__bootstrap-iso .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.landing__bootstrap-iso .pull-right {
    float: right !important
}

.landing__bootstrap-iso .pull-left {
    float: left !important
}

.landing__bootstrap-iso .hide {
    display: none !important
}

.landing__bootstrap-iso .show {
    display: block !important
}

.landing__bootstrap-iso .invisible {
    visibility: hidden
}

.landing__bootstrap-iso .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.landing__bootstrap-iso .hidden {
    display: none !important
}

.landing__bootstrap-iso .affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.landing__bootstrap-iso .visible-lg,
.landing__bootstrap-iso .visible-lg-block,
.landing__bootstrap-iso .visible-lg-inline,
.landing__bootstrap-iso .visible-lg-inline-block,
.landing__bootstrap-iso .visible-md,
.landing__bootstrap-iso .visible-md-block,
.landing__bootstrap-iso .visible-md-inline,
.landing__bootstrap-iso .visible-md-inline-block,
.landing__bootstrap-iso .visible-sm,
.landing__bootstrap-iso .visible-sm-block,
.landing__bootstrap-iso .visible-sm-inline,
.landing__bootstrap-iso .visible-sm-inline-block,
.landing__bootstrap-iso .visible-xs,
.landing__bootstrap-iso .visible-xs-block,
.landing__bootstrap-iso .visible-xs-inline,
.landing__bootstrap-iso .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .visible-xs {
        display: block !important
    }

    .landing__bootstrap-iso table.visible-xs {
        display: table !important
    }

    .landing__bootstrap-iso tr.visible-xs {
        display: table-row !important
    }

    .landing__bootstrap-iso td.visible-xs,
    .landing__bootstrap-iso th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing__bootstrap-iso .visible-sm {
        display: block !important
    }

    .landing__bootstrap-iso table.visible-sm {
        display: table !important
    }

    .landing__bootstrap-iso tr.visible-sm {
        display: table-row !important
    }

    .landing__bootstrap-iso td.visible-sm,
    .landing__bootstrap-iso th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing__bootstrap-iso .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing__bootstrap-iso .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing__bootstrap-iso .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing__bootstrap-iso .visible-md {
        display: block !important
    }

    .landing__bootstrap-iso table.visible-md {
        display: table !important
    }

    .landing__bootstrap-iso tr.visible-md {
        display: table-row !important
    }

    .landing__bootstrap-iso td.visible-md,
    .landing__bootstrap-iso th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing__bootstrap-iso .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing__bootstrap-iso .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing__bootstrap-iso .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .visible-lg {
        display: block !important
    }

    .landing__bootstrap-iso table.visible-lg {
        display: table !important
    }

    .landing__bootstrap-iso tr.visible-lg {
        display: table-row !important
    }

    .landing__bootstrap-iso td.visible-lg,
    .landing__bootstrap-iso th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .landing__bootstrap-iso .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing__bootstrap-iso .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing__bootstrap-iso .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .landing__bootstrap-iso .hidden-lg {
        display: none !important
    }
}

.landing__bootstrap-iso .visible-print {
    display: none !important
}

@media print {
    .landing__bootstrap-iso .visible-print {
        display: block !important
    }

    .landing__bootstrap-iso table.visible-print {
        display: table !important
    }

    .landing__bootstrap-iso tr.visible-print {
        display: table-row !important
    }

    .landing__bootstrap-iso td.visible-print,
    .landing__bootstrap-iso th.visible-print {
        display: table-cell !important
    }
}

.landing__bootstrap-iso .visible-print-block {
    display: none !important
}

@media print {
    .landing__bootstrap-iso .visible-print-block {
        display: block !important
    }
}

.landing__bootstrap-iso .visible-print-inline {
    display: none !important
}

@media print {
    .landing__bootstrap-iso .visible-print-inline {
        display: inline !important
    }
}

.landing__bootstrap-iso .visible-print-inline-block {
    display: none !important
}

@media print {
    .landing__bootstrap-iso .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .landing__bootstrap-iso .hidden-print {
        display: none !important
    }
}

.landing__bootstrap-iso .top-img {
    height: 200px;
    background-image: url("/widget/exchange/assets/images/happy-boy.jpg");
    background-size: cover;
    background-position: 0 100%;
    position: relative
}

.landing__bootstrap-iso .fit-image {
    width: 70%;
    position: absolute;
    background-color: #ef6e2e;
    font-size: 1.5vmax;
    padding: 15px 45px 5px 20px;
    bottom: 0
}

.landing__bootstrap-iso #svg-arr {

    position: absolute;
    margin-left: -60px
}

.landing__bootstrap-iso p {
    font-size: 16px
}

.landing__bootstrap-iso h6,
.landing__bootstrap-iso p {
    font-style: normal;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.landing__bootstrap-iso .spoiler-question {
    max-width: 93%;
    font-weight: 600;
    color: #0d3b7f;
    font-weight: 700;
    margin-left: 13px;
}

.landing__bootstrap-iso .white {
    color: #fff;
    font-weight: 700
}

.landing__bootstrap-iso .fakeiframe {
    height: 200px;
    background: #aaa
}

.landing__bootstrap-iso .round {
    background-color: #052143;
    color: #fff;
    font-size: 3em;
    display: inline-block;
    border-radius: 4em;
    box-shadow: 0 0 3px #888;
    padding: .5em;
    margin: 2rem 0
}

.landing__bootstrap-iso .align-center {
    text-align: center
}

.landing__bootstrap-iso .fill {

}

.landing__bootstrap-iso body {
    font-family: sans-serif
}

.landing__bootstrap-iso .border {
    border-top: 3px solid;
    border-color: #0082e1
}

.landing__bootstrap-iso .border.oranje {
    border-color: #ef6e2e
}

.landing__bootstrap-iso .col-sm-12 {
    margin: 1.5rem 0
}

.landing__bootstrap-iso .big {
    font-size: 4rem;
    color: #0082e1
}

.landing__bootstrap-iso .big.oranje {
    color: #ef6e2e
}

.landing__bootstrap-iso .big-title {
    font-size: 4rem
}

.landing__bootstrap-iso .big-padding {
    padding-top: 3vw
}

.landing__bootstrap-iso .sum-padding {
    padding-bottom: 5px
}

.landing__bootstrap-iso .row {
    margin: auto
}

.landing__bootstrap-iso .spoiler {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.landing__bootstrap-iso .spoiler-btn {
    padding: 5px
}

.landing__bootstrap-iso .menu {
    float: right;
    display: inline-block;
    margin: -25px 10px 0 0;
    padding: -5px 10px;
    border-color: #0082e1 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
}

@media screen and (min-width: 1200px) {
    .landing__bootstrap-iso .col-lg-half {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .landing__bootstrap-iso .col-lg-half,
    .landing__bootstrap-iso .widget-header {
        display: none
    }

    .landing__bootstrap-iso .big {
        font-size: 3.5rem
    }
}

.landing__bootstrap-iso .tiny {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
}

.landing__bootstrap-iso .pad-left {
    padding: 0 20px
}

@media screen and (max-width: 768px) {
    .landing__bootstrap-iso .fit-image {
        width: 75%
    }
}

.landing__bootstrap-iso h6 {
    padding: 10px;
    font-weight: 400
}

.landing__bootstrap-iso .colorify {
    color: #052143;
    text-align: center;
}

.landing__bootstrap-iso .col-lg-half {
    width: 4.166666665%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

#header3 {
    text-align: left;
    font-weight: 700;
}

.header-text {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.icon-text {
    color: #03357d;
    font-weight: 600;

}

.widget-header {
    margin-top: 1.6%;
    padding-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    background-color: #f5f5f5;
}

.widget-header h3 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    padding: .3rem 0;
    background: #086EF7;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.widget-header .form-row {
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .widget-header .proj {
        margin-bottom: .5rem;
    }
}
.widget-choise {
    background: white;
}

#select-button-buy, #select-button-sell {
    line-height: 47px;
    margin-bottom: 0;
}

.control-amount {
    height: 48px;
    font-weight: 500;
}

.secure-icon span {
    margin-left: 10px;
}

.icon-result {
    font-size: 24px;
    font-weight: 700
}

.fw700 {
    font-weight: 700
}

.mt8 {
    margin-top: 8px;
}

.questions {
    border: 1px solid #dee2e6;
    padding-right: 0;
    padding-left: 0;
}

.br1 {
    border-right: 1px solid #a5a5a5;
}

.bl1 {
    border-left: 1px solid #a5a5a5;
}

.promo-big {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #26c130;
    font-weight: 700;
    margin-right: 14%;
    margin-bottom: 20px;
}

.promo-big:hover {
    color: #80d986;
}

.promo-img {
    margin-right: 6px;
    margin-bottom: 2px;
}

.bl-none {
    border-left: none;
}

.promo-small {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #26c130;
    font-weight: 700;
    margin-right: 31%;
}

.promo-small:hover {
    color: #80d986;
}

.result-total-small {
    padding-left: 1%;
    padding-right: 1%;
    border-left: none;
    border-top: 2px solid #dee2e6;
}

#q5 {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .landing__bootstrap-iso .h4,
    .landing__bootstrap-iso h4 {
        font-size: 16px;

    }
}

.arrow-small {
    top: 6px;
    display: inline-block;
    margin: -25px 10px 0 0;
    padding: -5px 10px;
    border-color: #0082e1 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;

}

.question-head-small {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.label-mini {
    font-size: 12px;
    color: #a2aebe;
}

.widget-toggler-wrapper,
.widget-transfer {
    border: 1px solid #c1cfd9
}


.widget-toggler-wrapper {
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid #086EF7;
}

.widget-toggler-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.widget-group {

}

.widget-toggler {
    float: left;
    /*padding: 5px;*/
    text-align: center;
    transition: background .6s ease, color .6s ease
}

.widget-label,
.widget-toggler {
    display: block;
    position: relative
}

.widget-label {
    margin-bottom: 8px;
    min-height: 16px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left
}


.widget-toggle {
    display: none
}

.widget-toggle + label {
    cursor: pointer;
    /*padding: 14px 0;*/
    width: 50%;
    /*font-family: Roboto, sans-serif;*/
    font-weight: 500;
    color: #086EF7;
}

.widget-toggle + label:hover {
    background: none;
    color: #000
}

.widget-toggle + label:after {
    background-color: #086EF7;
    /*border-radius: 5px;*/
    content: "";
    /*height: calc(100% - 8px);*/
    height: 100%;
    position: absolute;
    /*top: 4px;
    bottom: 4px;*/
    transition: left .2s cubic-bezier(.77, 0, .175, 1);
    width: 100%;
    z-index: -1
}

.widget-toggle.widget-toggle-left + label {
    border-right: 0
}

.widget-toggle.widget-toggle-left + label:after {
    left: 100%
}

.widget-toggle.widget-toggle-right + label:after {
    left: -100%
}

.widget-toggle:checked + label {
    cursor: default;
    color: #fff;
    transition: color .2s;

}

.widget-toggle:checked + label:after {
    left: 0
}

.widget-transfer .select2-container--default {
    /*font-family: Roboto, sans-serif;*/
    font-weight: 500
}

.widget-transfer .select2-container--default .select2-selection--single {
    border-color: #a5a5a5;
    border-radius: 5px
}

.widget-transfer .select2-container--default .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border: none;
    background-image: url(../img/ico-arrow.svg);
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
    background-repeat: no-repeat
}

.widget-transfer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.widget-transfer .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px
}

.select2-results {
    /*font-family: Roboto, sans-serif;*/
    font-weight: 500;
    color: #0082e1
}
#currency_two_container > .select2-container--open {
    left: auto !important;
    right: 1rem;
}
.search__currency-first, .search__currency-two {
    min-width: 140px;
}
@media screen and (max-width: 768px) {
    .search__currency-first, .search__currency-two {
        min-width: 90px;
    }
}
body {
    font-family: Poppins, Tahoma, Roboto, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000;
}
@media (max-width: 768px) {
    .result-total.bl1 {
        border-left: none;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .result-total .button {
        font-size: 14px;
    }
    .results__item-label--inline {
        font-size: 12px;
    }
}

.widget__form-group--currency-to {
    display: flex;
    align-items: center;
}
.widget__form-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto the next line */
    align-items: flex-start;
    justify-content: space-between;
}

/* Responsive styles for screens under 1024px */
@media (max-width: 1024px) {
    .widget__form-container > div {
        width: 48%; /* Adjust the width so two items fit in one row */
    }

    .widget__form-container > div:nth-last-child(-n+2) {
        margin-bottom: 1rem; /* Apply bottom margin to the last two items for spacing */
    }
}
