ul {
    padding-left: 25px
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    -moz-transition: transform 1s ease, -moz-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner,
.cc-window.cc-floating {
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: #000;
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    -webkit-border-bottom-left-radius: .5em;
    border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    -webkit-border-top-left-radius: .5em;
    border-top-left-radius: .5em;
    -webkit-border-top-right-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.ui-draggable-handle,
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

::-moz-selection {
    background: #e51170;
    color: #fff
}

::-moz-selection,
::selection {
    background: #e51170;
    color: #fff
}

.text-primary {
    color: #e51170 !important
}

.mark-new {
    display: inline-block;
    font-style: normal;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    background: #e51170;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 0 3px;
    margin: 0 0 0 4px;
    position: relative;
    top: -1px;
    text-shadow: none
}

.navigation {
    width: 100%;
    height: 50px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #e51170
}

.navigation * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    line-height: 50px;
    padding: 0 15px;
    font-size: 24px;
    text-decoration: none !important
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover {
    color: #566066
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: medium none invert;
    outline: initial
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #566066;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 .5em 0 0 #566066, 0 1em 0 0 #566066;
    box-shadow: 0 .5em 0 0 #566066, 0 1em 0 0 #566066
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #333;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #e51170;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: 1px solid #777
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: 1px solid #777
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.nav-menu>li>a {
    height: 50px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #566066;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    -moz-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu>li.active>a,
.nav-menu>li.focus>a,
.nav-menu>li:hover>a {
    background: #e51170;
    color: #e51170
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #566066 #566066 transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #e51170 #e51170 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 50px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #333
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    -webkit-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    -webkit-box-shadow: inset 0 0 0 32px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #e51170
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 50px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #e51170;
    outline: none;
    line-height: 50px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #333;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: 48%;
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #566066;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: 48%;
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li>.nav-dropdown {
    border-top: 1px solid #777
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #566066;
    background-color: #fdfdfd;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    -moz-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.nav-dropdown>li.focus>a,
.nav-dropdown>li:hover>a {
    color: #333
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #333 #333 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: 1px solid #777
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%
}

.nav-dropdown-horizontal>li>a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: 1px solid #777;
    background-color: #fdfdfd
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*=container] [class*=col-] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.megamenu-panel-row,
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row:after,
.megamenu-panel-row:before {
    display: table;
    content: "";
    line-height: 0
}

.megamenu-panel-row:after {
    clear: both
}

.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #566066;
    border: 1px solid #eff0f2;
    outline: 0;
    background-color: #e51170;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    opacity: 0;
    font-size: 13px;
    color: #566066;
    border: 1px solid #eff0f2;
    background-color: #e51170;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.megamenu-tabs-pane.active {
    display: block;
    opacity: 1
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    width: 100%;
    display: table
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}

.megamenu-list:last-child {
    margin: 0;
    border: none
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: 1px solid #777
}

.navigation-landscape .megamenu-list:last-child {
    border: none
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #566066;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.megamenu-list>li>a:hover {
    color: #fff;
    background-color: #333
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .8;
    color: #566066
}

.megamenu-list>li.megamenu-list-title>a:hover {
    opacity: 1;
    background-color: transparent
}

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

#header-nav {
    height: 42px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .6)
}

#header-nav .menu-container {
    position: relative
}

#header-nav .nav-menu {
    height: 42px
}

#header-nav .nav-menu .submenu-indicator {
    position: absolute;
    right: 12px;
    top: 0;
    width: 10px;
    text-align: center;
    margin: 0
}

#header-nav .nav-menu .submenu-indicator .submenu-indicator-chevron {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
    border-width: 0 2px 2px 0
}

#header-nav .nav-menu a {
    text-shadow: none
}

#header-nav .nav-menu>li>a {
    color: #fff;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    position: relative;
    padding: 0 12px
}

#header-nav .nav-menu>li>a .submenu-indicator-chevron {
    border-color: #fff
}

#header-nav .nav-menu>li>a.has-dropdown {
    padding: 0 28px 0 12px
}

#header-nav .nav-menu>li>a>.submenu-indicator {
    height: 42px;
    line-height: 42px
}

#header-nav .nav-menu>li.focus>.nav-submenu,
#header-nav .nav-menu>li:hover>.nav-submenu {
    top: 42px
}

#header-nav li.active>a,
#header-nav li.focus>a,
#header-nav li:hover>a {
    color: #fff;
    background: #3391c9 !important
}

#header-nav li.active>a .submenu-indicator-chevron,
#header-nav li.focus>a .submenu-indicator-chevron,
#header-nav li:hover>a .submenu-indicator-chevron {
    border-color: #fff
}

#header-nav .nav-dropdown>li>a {
    background: #fefefe;
    height: 34px;
    line-height: 34px;
    padding: 0 12px
}

#header-nav .nav-dropdown>li>a.has-dropdown {
    padding: 0 28px 0 12px
}

#header-nav .nav-submenu {
    background: #fdfdfd;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999
}

#header-nav .nav-submenu>li {
    border-bottom: 1px solid #f6f6f6
}

#header-nav .nav-submenu>li:last-child {
    border-bottom: none
}

#header-nav .nav-submenu>li>a.focus,
#header-nav .nav-submenu>li>a:hover {
    background: #3391c9;
    color: #fff
}

#header-nav .nav-submenu>li>a.focus .submenu-indicator-chevron,
#header-nav .nav-submenu>li>a:hover .submenu-indicator-chevron {
    border-color: #fff
}

#header-nav a:hover {
    cursor: pointer !important
}

@media (min-width:768px) {
    .nav-header .nav-brand,
    .nav-menus-wrapper .nav-brand {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    #main-header h1 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        height: 70px;
        line-height: 50px
    }
    #main-header h1 a {
        display: inline-block;
        height: 50px;
        line-height: 50px
    }
    #main-header h1 a img {
        height: 50px;
        display: block
    }
    #header-nav .nav-menu>li {
        border-right: 1px solid #006fb4
    }
    #header-nav .nav-menu>li>a {
        padding: 0 6px
    }
    #header-nav .nav-menu>li>a.has-dropdown {
        padding: 0 18px 0 6px
    }
    #header-nav .nav-menu>li:first-child a {
        padding-left: 15px
    }
    #header-nav .nav-menu>li:last-child {
        border-right: none
    }
    #header-nav .nav-menu .submenu-indicator {
        position: absolute;
        right: 5px
    }
    #header-nav .menu-container {
        width: 100%;
        padding: 0
    }
    #header-nav .nav-menu>li>a {
        font-size: 12.6px
    }
    .input-lg {
        font-size: 14px
    }
}

@media (max-width:767px) {
    body {
        padding-top: 48px !important
    }
    #main-header {
        display: none
    }
    #header-nav.navigation-portrait {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        display: block;
        width: 100%;
        height: 48px
    }
    #header-nav.navigation-portrait .nav-header {
        height: 48px;
        line-height: 48px
    }
    #header-nav.navigation-portrait .nav-header .nav-brand {
        display: inline-block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0 0 -42px;
        height: 42px;
        line-height: 42px
    }
    #header-nav.navigation-portrait .nav-header .nav-toggle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 1.2em
    }
    #header-nav.navigation-portrait .nav-header .nav-toggle,
    #header-nav.navigation-portrait .nav-header .nav-toggle * {
        color: #fff
    }
    #header-nav.navigation-portrait .nav-header .nav-toggle:before {
        display: none;
        height: 30px;
        line-height: 30px;
        background: none;
        border: none
    }
    #header-nav.navigation-portrait .nav-menus-wrapper .nav-brand {
        display: block;
        height: 60px;
        line-height: 60px
    }
    #header-nav.navigation-portrait .nav-menus-wrapper .nav-menus-wrapper-close-button {
        color: #fff
    }
    #header-nav.navigation-portrait .nav-menus-wrapper .home-link {
        text-align: left
    }
    #header-nav.navigation-portrait .nav-menus-wrapper .home-link .fa {
        display: none
    }
    #header-nav.navigation-portrait .nav-menus-wrapper .home-link span {
        display: inline-block
    }
    #header-nav.navigation-portrait .nav-menu {
        background: transparent
    }
    #header-nav.navigation-portrait .nav-menu>li a {
        display: block;
        position: relative
    }
    #header-nav.navigation-portrait .nav-menu>li a .submenu-indicator .submenu-indicator-chevron {
        right: auto;
        left: auto
    }
}

@media (min-width:768px) {
    .home-link,
    .home-link a {
        text-align: center
    }
    .home-link span {
        display: none
    }
}

.fmc #header-nav {
    background: #fff
}

.fmc #header-nav.navigation-landscape .nav-menu>li>a {
    color: #e51170
}

.fmc #header-nav.navigation-landscape .nav-menu>li>a .submenu-indicator-chevron {
    border-color: #e51170
}

.fmc #header-nav.navigation-landscape .nav-menu li.active>a,
.fmc #header-nav.navigation-landscape .nav-menu li.focus>a,
.fmc #header-nav.navigation-landscape .nav-menu li:hover>a {
    color: #fff;
    background: #3391c9
}

.fmc #header-nav.navigation-landscape .nav-menu li.active>a .submenu-indicator-chevron,
.fmc #header-nav.navigation-landscape .nav-menu li.focus>a .submenu-indicator-chevron,
.fmc #header-nav.navigation-landscape .nav-menu li:hover>a .submenu-indicator-chevron {
    border-color: #fff
}

.fmc #header-nav.navigation-portrait .nav-header,
.fmc #header-nav.navigation-portrait .nav-header * {
    color: #e51170
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2
}

.fmfmenu>.fmfmenu-list>li:hover>.fmfmegamenu,
.fmfmenu>.fmfmenu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0)
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 1
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0)
}

.cl {
    clear: both
}

.fmfmenu body,
.fmfmenu h1,
.fmfmenu h2,
.fmfmenu h3,
.fmfmenu h4,
.fmfmenu h5,
.fmfmenu h6,
.fmfmenu html,
.fmfmenu iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased
}

.fmfmenu .cl {
    clear: both
}

.fmfmenu img,
embed,
object,
video {
    border: 0 none;
    max-width: 100%
}

.fmfmenu a:focus {
    outline: none
}

.fmfmenu:after,
.fmfmenu:before {
    content: "";
    display: table
}

.fmfmenu:after {
    clear: both
}

.fmfmainfull {
    width: 100%;
    height: 42px;
    position: relative
}

.fmfmainwp {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px
}

.fmfmenu {
    color: #fff;
    font-size: 14px;
    float: right
}

.fmfmenu,
.fmfmenu>.fmfmenu-list {
    padding: 0;
    width: 100%;
    display: block
}

.fmfmenu>.fmfmenu-list {
    text-align: left;
    margin: 0 auto
}

.fmfmenu>.fmfmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

.fmfmenu>.fmfmenu-list>li>a {
    display: block;
    padding: 0 12px;
    line-height: 42px;
    text-decoration: none;
    position: relative
}

.fmfmenu>.fmfmenu-list>li.has-sub a {
    padding-right: 20px
}

.fmfmenu>.fmfmenu-list>li:last-child>a {
    border-right: 0
}

.fmfmenu>.fmfmenu-list>li a.menuhomeicon {
    padding-left: 10px;
    padding-right: 10px
}

.fmfmenu>.fmfmenu-list>li>a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 12px;
    vertical-align: top
}

.fmfmenu>.fmfmenu-list>li>a .fa.fa-home {
    margin-right: 0;
    font-size: 15px
}

.fmfmenu>.fmfmenu-list>li a .fmfarrow:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    content: "";
    float: right;
    right: 8px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 20px;
    width: 0
}

.fmfmenu>.fmfmenu-list>li a .fmfarrow.fmfarrow-right:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fmfmenu>.fmfmenu-list>li.rightmenu a {
    padding: 0 12px;
    border-right: none
}

.fmfmenu>.fmfmenu-list>li.rightmenu.has-sub a {
    padding-right: 20px
}

.fmfmenu>.fmfmenu-list>li.rightmenu a .fa {
    font-size: 15px
}

.fmfmenu>.fmfmenu-list>li.rightmenu {
    float: right
}

.fmfmenu-list>li.rightmenu:after,
.fmfmenu>.fmfmenu-list>li.rightmenu:before {
    content: "";
    display: table
}

.fmfmenu>.fmfmenu-list>li.rightmenu:after {
    clear: both
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0 0
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch .searchicon,
.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input {
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    font-size: 13px
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:-moz-placeholder {
    color: #a9a9a9
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input::-webkit-input-placeholder {
    color: #a9a9a9
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input::-moz-placeholder {
    color: #a9a9a9
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:-ms-input-placeholder {
    color: #a9a9a9
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #a9a9a9
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
    width: 230px
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle .fa {
    color: #000;
    opacity: 1
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #fff
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch .btnstyle {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    cursor: pointer;
    opacity: .3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: 0 solid;
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch .btnstyle .fa {
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px
}

.fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover .fa {
    opacity: 1
}

.fmfmenu>.fmfmenu-list>li.rightmenu {
    zoom: 1
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 42px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 190px;
    background-color: #fff;
    border: 1px solid #eee
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color: #666;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 18px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a:hover {
    text-decoration: none
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #eee
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #666;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 18px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    border: 1px solid #eee
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #666;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 18px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none
}

.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 42px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 10px 16px;
    font-size: 15px;
    border: 1px solid #eee;
    background-color: #fff
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .fmfmegamenuwp {
    max-width: 1170px;
    margin: 0 auto
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .title {
    border-bottom: 1px solid #ccc;
    padding: 9px 5px 9px 0;
    font-size: 16px;
    color: #424242;
    margin: 0 0 7px;
    text-align: left;
    height: 39px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .carousel-control-next,
.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .carousel-control-prev {
    opacity: .8
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .fmfmwnutxt {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #424242;
    margin-top: 10px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .link-list li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0;
    background: #fff;
    display: block;
    color: #424242
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu li a:hover {
    background: transparent;
    text-decoration: underline
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .link-list li .fa {
    font-size: 11px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .mrgtop {
    margin-top: 15px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0;
    font-size: 13px
}

.fmfmenu>.fmfmenu-list>li .fmflistlinks {
    width: 23%;
    float: left;
    margin: 0 1%;
    padding: 0
}

.fmfmenu>.fmfmenu-list>li .fmflistlinks>li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.fmfmenu>.fmfmenu-list>li .fmflistlinks>li>a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0;
    background: #fff;
    color: #666;
    display: block;
    font-size: 14px
}

.fmfmenu>.fmfmenu-list>li .fmflistlinks .fa {
    font-size: 11px
}

.fmfmenu>.fmfmenu-list>li .fmfmegacont01 {
    width: 42%;
    float: left;
    margin: 0;
    padding: 0 10px
}

.fmfmenu>.fmfmenu-list>li .fmfmegacont02 {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 20px
}

.fmfmenu>.fmfmenu-list>li .fmfmegacont03 {
    width: 33%;
    float: left;
    margin: 0;
    padding: 0 10px
}

.fmfmenu>.fmfmenu-list>li .fmfmegacontcol {
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 0 10px
}

.fmfmenu>.fmfmenu-list>li .typographylinks {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 5px
}

.fmfmenu>.fmfmenu-list>li .typographylinks ul {
    padding: 0
}

.fmfmenu>.fmfmenu-list>li .typographydiv {
    margin: 0;
    padding: 0 5px
}

.fmfmenu>.fmfmenu-list>li .megacollink {
    width: 48%;
    float: left;
    margin: 0 1%;
    padding: 0
}

.fmfmenu>.fmfmenu-list>li .megacollink li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.fmfmenu>.fmfmenu-list>li .megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8px 0;
    background: #fff;
    color: #666;
    display: block
}

.fmfmenu>.fmfmenu-list>li .megacollink .fa {
    font-size: 11px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu.halfmenu {
    width: 40%;
    right: auto;
    left: auto
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu.halfdiv {
    width: 20%;
    right: auto;
    left: auto
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form {
    width: 100%;
    display: block
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=text],
.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form textarea {
    min-height: 122px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=submit] {
    margin-right: 15px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=button],
.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=submit] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 14px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .carousel-inner .item img {
    width: 100%
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .carousel-caption {
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text {
    padding: 0;
    font-size: 14px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul {
    padding: 0;
    margin: 0
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul li {
    display: block;
    padding: 3px 0;
    line-height: 18px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul li a {
    color: #656565
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul ul,
.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul ul li {
    line-height: 22px
}

.fmfmenu>.fmfmenu-list>li>.fmfmegamenu .typography-text ul ul li a {
    line-height: 22px;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0
}

.fmfmobileheader {
    display: none
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden
}

.fmfmenu .fmfmenu-click,
.fmfmenu .fmfmenu-click02,
.hometext {
    display: none
}

@media only screen and (max-width:979px) {
    html {
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }
    body,
    html {
        height: 100%
    }
    body {
        overflow-y: auto;
        overflow-x: hidden
    }
    body.fmf-burger-active {
        overflow: hidden
    }
    .desktoplogo {
        display: none
    }
    .fmfmainfull {
        height: 0
    }
    .fmfmenucontainer {
        background-attachment: local;
        background-position: 33% 0
    }
    .fmfmenu {
        width: 100%;
        background: transparent none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0
    }
    .fmfmenu>.fmfmenu-list {
        height: auto;
        min-height: 100%;
        width: 300px;
        background: #fff;
        padding-bottom: 0;
        margin-left: -300px;
        display: block;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .fmfmenu>.fmfmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right
    }
    .fmfmenu>.fmfmenu-list>li>a {
        padding: 12px 32px 12px 17px;
        font-size: 14px;
        text-align: left;
        border-right: 0 solid;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, .13);
        position: static
    }
    .fmfmenu>.fmfmenu-list>li>a>.fa {
        font-size: 16px;
        color: #bfbfbf
    }
    .fmfmenu>.fmfmenu-list>li>a .fa.fa-home {
        display: none
    }
    .fmfmenu>.fmfmenu-list>li a.menuhomeicon {
        padding-left: 12px;
        padding-right: 12px;
        border-top: 1px solid rgba(0, 0, 0, .13)
    }
    .fmfmenu>.fmfmenu-list>li a .fmfarrow:after {
        display: none
    }
    .fmfmenu>.fmfmenu-list>li:hover>a {
        background-color: #000;
        background-color: rgba(0, 0, 0, .08);
        text-decoration: none
    }
    .fmfmenu>.fmfmenu-list>li>a>.hometext {
        display: inline-block
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0;
        background-color: #fff;
        border: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -o-transition: inherit;
        -moz-transition: inherit;
        transition: inherit
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 16px;
        color: #383838
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a>.fa {
        display: none
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu li:hover>a {
        background-color: #e7e7e7;
        color: #666
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: 0 solid;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        -ms-transform: none;
        -webkit-transition: inherit;
        -o-transition: inherit;
        -moz-transition: inherit;
        transition: inherit
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0;
        padding: 0;
        position: relative
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 26px;
        color: #383838
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li.active,
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a,
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: 0 solid;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -o-transition: inherit;
        -moz-transition: inherit;
        transition: inherit
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 34px;
        color: #383838
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.active>a,
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu {
        color: #666;
        display: none;
        position: relative;
        top: 0;
        padding: 10px 15px;
        border: 0 solid;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -o-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, .13)
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu.halfmenu {
        width: 100%;
        margin: 0;
        padding: 5px 0 10px
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .title {
        color: #666;
        font-size: 15px;
        padding: 10px 8px 10px 0
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu>ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 13px
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #666
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 0;
        background-color: transparent
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu.halfdiv {
        width: 100%
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form {
        padding: 5px 0 62px
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .show-grid div {
        margin: 0
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=button],
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form input[type=submit] {
        width: 46%
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmegamenu .menu_form textarea {
        min-height: 100px
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegacont01,
    .fmfmenu>.fmfmenu-list>li .fmfmegacont02,
    .fmfmenu>.fmfmenu-list>li .fmfmegacont03,
    .fmfmenu>.fmfmenu-list>li .fmfmegacontcol,
    .fmfmenu>.fmfmenu-list>li .typographylinks {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none
    }
    .fmfmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 54px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
        box-shadow: 0 0 1px rgba(0, 0, 0, .3)
    }
    .fmf-burger-active .fmfmobileheader,
    .fmfmobileheader {
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .fmf-burger-active .fmfmobileheader {
        margin-left: 300px
    }
    .fmfmobileheader .smllogo {
        display: block;
        height: 54px;
        line-height: 54px;
        text-align: left;
        padding: 0 0 0 15px
    }
    .fmfmobileheader .smllogo img {
        display: block;
        height: 46px;
        padding-top: 6px
    }
    .fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7%;
        padding: 0
    }
    .fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
    .fmfmenu>.fmfmenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%
    }
    .callusbtn {
        color: #a9a9a9;
        font-size: 21px;
        position: absolute;
        right: 5px;
        top: 0;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        z-index: 102;
        padding: 12px 14px
    }
    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px
    }
    .callusbtn:hover .fa {
        color: #a9a9a9
    }
    .fmfanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
        padding: 16px 35px 16px 0;
        margin: 7px 0 0 15px
    }
    .fmfanimated-arrow span,
    .fmfanimated-arrow span:after,
    .fmfanimated-arrow span:before {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: ""
    }
    .fmfanimated-arrow span:before {
        top: -7px;
        width: 23px
    }
    .fmfanimated-arrow span:after {
        bottom: -7px;
        width: 17px
    }
    .fmfanimated-arrow span,
    .fmfanimated-arrow span:after,
    .fmfanimated-arrow span:before {
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .fmf-burger-active .fmfanimated-arrow span:after {
        width: 23px
    }
    .fmf-burger-active .fmfanimated-arrow span {
        background-color: transparent
    }
    .fmf-burger-active .fmfanimated-arrow.active span:after,
    .fmf-burger-active .fmfanimated-arrow span:before {
        top: 7px
    }
    .fmf-burger-active .fmfanimated-arrow span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        bottom: 0
    }
    .fmf-burger-active .fmfanimated-arrow span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg)
    }
    .overlapblackbg {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        width: 100%;
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: #000;
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer
    }
    .fmf-burger-active .fmfmenu .overlapblackbg {
        opacity: 1;
        visibility: visible
    }
    .fmf-burger-active .fmfmenucontainer,
    .fmfmenucontainer {
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .fmf-burger-active .fmfmenucontainer {
        margin-left: 300px
    }
    .fmf-burger-active .fmfmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0
    }
    .fmf-burger-active .fmfmenu>.fmfmenu-list {
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        margin-left: 0
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }
    .fmfmenu>.fmfmenu-list>li .fmfmenu-click.fmf-activearrow>i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .fmfmenu>.fmfmenu-list>li>.fmfmenu-click>i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 14px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 21px;
        color: #000;
        color: rgba(0, 0, 0, .5);
        float: right
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li .fmfmenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li .fmfmenu-click02>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 6px;
        background-size: 25px;
        font-size: 21px;
        color: #000;
        color: rgba(0, 0, 0, .25);
        float: right
    }
    .fmfmenu>.fmfmenu-list>li>ul.sub-menu>li .fmfmenu-click02>i.fmfmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.fmfmenu a,
.fmfmenu a:active,
.fmfmenu a:focus,
.fmfmenu a:hover {
    text-shadow: none;
    font-weight: 400
}

.fmfmenu>.fmfmenu-list>li.active>a,
.fmfmenu>.fmfmenu-list>li>a.active,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li.active>a,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li.active>a,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.active>a {
    background-color: #007cc9;
    color: #fff
}

.fmfmenu>.fmfmenu-list>li:hover>a,
.fmfmenu>.fmfmenu-list>li>a:hover,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li:hover>a,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a,
.fmfmenu>.fmfmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    background-color: #3391c9;
    color: #fff
}

@media (min-width:980px) {
    .fmfmainfull {
        background: #e51170;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .6);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .6);
        z-index: 999
    }
    .fmfmenu>.fmfmenu-list>li>a,
    .fmfmenu>.fmfmenu-list>li>a.menuhomeicon .fa {
        color: #fff
    }
    .fmfmenu>.fmfmenu-list>li>a.menuhomeicon .fa {
        font-size: 18px
    }
    .fmfmenu>.fmfmenu-list>li .research-sub-menu {
        display: none !important
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu {
        padding-bottom: 15px
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .list-title {
        font-size: 1em
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .list-title .fa {
        width: 18px
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .typography-text ul li {
        position: relative;
        line-height: 24px;
        padding: 0 0 0 18px
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .typography-text ul li a {
        display: inline-block;
        text-decoration: none;
        line-height: 1em;
        padding: 2px 4px 3px
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .typography-text ul li a:hover {
        text-decoration: none;
        color: #e51170
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .typography-text ul li a.active {
        background: #3391c9;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu .typography-text ul li:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 10px;
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #aaa;
        border-right: 2px solid #aaa;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .fmfmenu>.fmfmenu-list>li .fmfmegamenu,
    .fmfmenu>.fmfmenu-list>li ul.sub-menu {
        background: #fefefe;
        -webkit-box-shadow: 0 0 2px #999;
        box-shadow: 0 0 2px #999
    }
    .fmfmenu>.fmfmenu-list>li ul.sub-menu li {
        border-bottom: 1px solid #eee
    }
    .fmfmenu>.fmfmenu-list>li ul.sub-menu li:last-child {
        border-bottom: none
    }
    .fmfmenu>.fmfmenu-list>li ul.sub-menu li.has-sub a {
        padding-right: 24px
    }
    .fmfmenu>.fmfmenu-list>li ul.sub-menu li.has-sub a .fmfarrow:after {
        top: 17px
    }
}

@media only screen and (max-width:979px) {
    #main-header {
        display: none
    }
    body {
        padding-top: 54px !important
    }
    .research-megamenu {
        display: none !important
    }
    .fmfmenu {
        height: 100%
    }
    .fmfmenu .fmfmenu-list>li>ul {
        border-bottom: 1px solid rgba(0, 0, 0, .13) !important
    }
    .fmfanimated-arrow,
    .fmfmobileheader .smllogo {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        -moz-transition: all .25s;
        transition: all .25s
    }
    .fmf-burger-active .fmfmobileheader .smllogo {
        -webkit-transform: translateX(42px);
        -moz-transform: translateX(42px);
        -ms-transform: translateX(42px);
        -o-transform: translateX(42px);
        transform: translateX(42px)
    }
    .fmf-burger-active .fmfanimated-arrow {
        top: -4px
    }
    .fmf-burger-active .overlapblackbg {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px)
    }
    .fmf-burger-inactive .fmfanimated-arrow {
        left: auto;
        right: 0;
        top: 3px;
        padding: 16px 35px 16px 0;
        margin: 7px 15px 0 0
    }
}

@media (max-width:767px) {
    .left-nav,
    .right-nav {
        display: none
    }
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

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

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

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

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

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding-top: 0 !important;
}

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

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

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

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

a.bg-primary:hover {
    background-color: #3071a9
}

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

a.bg-success:hover {
    background-color: #c1e2b3
}

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

a.bg-info:hover {
    background-color: #afd9ee
}

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

a.bg-warning:hover {
    background-color: #f7ecb5
}

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

a.bg-danger:hover {
    background-color: #e4b9b9
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

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

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

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

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

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

blockquote:after,
blockquote:before {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

code {
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

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

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

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

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

@media (min-width:979px) {
    .container {
        width: 970px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    margin: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    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, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.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)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

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

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.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)
}

.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
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.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)
}

.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
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

.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)
}

.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
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #357ebd
}

.btn-primary .badge {
    color: #e51170;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #e51170;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    -moz-transition: height .35s ease;
    transition: height .35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    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
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

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

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

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

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.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;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e51170;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.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)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.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;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #e51170
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e51170
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: none
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -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) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e51170;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e51170;
    border-color: #e51170
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.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;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: gray
}

.label-primary {
    background-color: #e51170
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #e51170;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #e51170
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes a {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes a {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes a {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    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)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e51170;
    -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;
    -moz-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-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: -moz- oldlinear-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 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: a 2s linear infinite;
    -moz-animation: a 2s linear infinite;
    animation: a 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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: -moz- oldlinear-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 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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: -moz- oldlinear-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 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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: -moz- oldlinear-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 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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: -moz- oldlinear-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 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e51170;
    border-color: #e51170
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}
@media only screen and (min-width: 1300px) {
    .panel {
        width: 50%;
    }
}

.panel-body {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 1px solid transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.54); 
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.54);
}

.panel-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-heading .header-title {
    font-weight: 400;
    font-size: 1.8em !important;
    color: #000;
    margin-bottom: 15px;
}

.panel-heading .header-hr {
    background-color: #e51170;
    width: 150px;
    height: 5px;
    margin-bottom: 15px;
}

.panel-heading .header-subtitle {
    color: #000;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    margin: 0 0 12px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #e51170
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #e51170;
    border-color: #e51170
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e51170
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e51170
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    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)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:979px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.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)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(128, 0, 0, 0)", endColorstr="rgba(0, 0, 0, 0)", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 0, 0, 0)", endColorstr="rgba(128, 0, 0, 0)", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    outline: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:978px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:979px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:978px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:979px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: b;
    -moz-animation-name: b;
    animation-name: b
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes c {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: c;
    -moz-animation-name: c;
    animation-name: c
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes d {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes d {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: d;
    -moz-animation-name: d;
    animation-name: d
}

@-webkit-keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes e {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes e {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: e;
    -moz-animation-name: e;
    animation-name: e
}

@-webkit-keyframes f {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes f {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes f {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: f;
    -moz-animation-name: f;
    animation-name: f
}

@-webkit-keyframes g {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes g {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes g {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: g;
    -moz-animation-name: g;
    animation-name: g
}

@-webkit-keyframes h {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes h {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes h {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: h;
    -moz-animation-name: h;
    animation-name: h
}

@-webkit-keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes i {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: i;
    -moz-animation-name: i;
    animation-name: i
}

@-webkit-keyframes j {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes j {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes j {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: j;
    -moz-animation-name: j;
    animation-name: j
}

@-webkit-keyframes k {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes k {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes k {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: k;
    -moz-animation-name: k;
    animation-name: k
}

@-webkit-keyframes l {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-moz-keyframes l {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes l {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: l;
    -moz-animation-name: l;
    animation-name: l
}

@-webkit-keyframes m {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-moz-keyframes m {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes m {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: m;
    -moz-animation-name: m;
    animation-name: m
}

@-webkit-keyframes n {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-moz-keyframes n {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes n {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: n;
    -moz-animation-name: n;
    animation-name: n
}

@-webkit-keyframes o {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-moz-keyframes o {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes o {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: o;
    -moz-animation-name: o;
    animation-name: o
}

@-webkit-keyframes p {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-moz-keyframes p {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes p {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: p;
    -moz-animation-name: p;
    animation-name: p
}

@-webkit-keyframes q {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-moz-keyframes q {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes q {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: q;
    -moz-animation-name: q;
    animation-name: q
}

@-webkit-keyframes r {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-moz-keyframes r {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes r {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: r;
    -moz-animation-name: r;
    animation-name: r
}

@-webkit-keyframes s {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-moz-keyframes s {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -moz-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes s {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: s;
    -moz-animation-name: s;
    animation-name: s
}

@-webkit-keyframes t {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes t {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        -moz-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes t {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -moz-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -moz-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -moz-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -moz-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: t;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: t;
    -o-backface-visibility: visible !important;
    -o-animation-name: t;
    backface-visibility: visible !important;
    animation-name: t
}

@-webkit-keyframes u {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes u {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        -moz-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes u {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -moz-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -moz-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -moz-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -moz-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: u;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: u;
    -o-backface-visibility: visible !important;
    -o-animation-name: u;
    backface-visibility: visible !important;
    animation-name: u
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: v 2s infinite linear;
    -moz-animation: v 2s infinite linear;
    animation: v 2s infinite linear
}

.fa-pulse {
    -webkit-animation: v 1s infinite steps(8);
    -moz-animation: v 1s infinite steps(8);
    animation: v 1s infinite steps(8)
}

@-webkit-keyframes v {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes v {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes v {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

@font-face {
    font-family: icon;
    src: url(../fonts/icon.eot);
    src: url(../fonts/icon.eot?#iefix) format("embedded-opentype"), url(../fonts/icon.ttf) format("truetype"), url(../fonts/icon.woff) format("woff"), url(../fonts/icon.svg#icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.i {
    display: inline-block;
    font-family: icon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.i-move:before {
    content: "\e600"
}

.i-move-vertical:before {
    content: "\e601"
}

.i-resize-enlarge:before {
    content: "\e602"
}

.i-resize-shrink:before {
    content: "\e603"
}

.i-move-horizontal:before {
    content: "\e604"
}

.i-download:before {
    content: "\e605"
}

.i-upload:before {
    content: "\e606"
}

.i-cloud-download:before {
    content: "\e607"
}

.i-cloud-upload:before {
    content: "\e608"
}

.i-circleleft:before {
    content: "\e609"
}

.i-circledown:before {
    content: "\e60a"
}

.i-circleup:before {
    content: "\e60b"
}

.i-circleright:before {
    content: "\e60c"
}

.i-home:before {
    content: "\e60d"
}

.i-download3:before {
    content: "\e60e"
}

.i-pin:before {
    content: "\e60f"
}

.i-pictures:before {
    content: "\e610"
}

.i-share3:before {
    content: "\e611"
}

.i-pencil2:before {
    content: "\e612"
}

.i-mail2:before {
    content: "\e613"
}

.i-support:before {
    content: "\e614"
}

.i-asc:before {
    content: "\e615"
}

.i-dsc:before {
    content: "\e616"
}

.i-ok:before {
    content: "\e617"
}

.i-error:before {
    content: "\e618"
}

.i-expand:before {
    content: "\e619"
}

.i-collapse:before {
    content: "\e61a"
}

.i-screen:before {
    content: "\e61b"
}

.i-phone3:before {
    content: "\e61c"
}

.i-phone-portrait:before {
    content: "\e61d"
}

.i-phone-landscape:before {
    content: "\e61e"
}

.i-tablet:before {
    content: "\e61f"
}

.i-tablet-landscape:before {
    content: "\e620"
}

.i-laptop:before {
    content: "\e621"
}

.i-cube:before {
    content: "\e622"
}

.i-chart:before {
    content: "\e623"
}

.i-graph:before {
    content: "\e624"
}

.i-meter:before {
    content: "\e625"
}

.i-heart2:before {
    content: "\e626"
}

.i-star2:before {
    content: "\e627"
}

.i-stack:before {
    content: "\e628"
}

.i-tv:before {
    content: "\e629"
}

.i-user2:before {
    content: "\e62a"
}

.i-users2:before {
    content: "\e62b"
}

.i-search2:before {
    content: "\e62c"
}

.i-zoom-in2:before {
    content: "\e62d"
}

.i-zoom-out2:before {
    content: "\e62e"
}

.i-slider-v:before {
    content: "\e62f"
}

.i-slider:before {
    content: "\e630"
}

.i-stats:before {
    content: "\e631"
}

.i-bars:before {
    content: "\e632"
}

.i-arrow-up-left2:before {
    content: "\e633"
}

.i-arrow-up2:before {
    content: "\e634"
}

.i-arrow-up-right2:before {
    content: "\e635"
}

.i-arrow-right2:before {
    content: "\e636"
}

.i-arrow-down-right2:before {
    content: "\e637"
}

.i-arrow-down-2:before {
    content: "\e638"
}

.i-arrow-down-left-2:before {
    content: "\e639"
}

.i-arrow-left2:before {
    content: "\e63a"
}

.i-file-pdf:before {
    content: "\e63b"
}

.i-file-openoffice:before {
    content: "\e63c"
}

.i-file-word:before {
    content: "\e63d"
}

.i-file-excel:before {
    content: "\e63e"
}

.i-file-zip:before {
    content: "\e63f"
}

.i-file-powerpoint:before {
    content: "\e640"
}

.i-file-xml:before {
    content: "\e641"
}

.i-file-css:before {
    content: "\e642"
}

.i-video:before {
    content: "\e643"
}

.i-settings:before {
    content: "\e644"
}

.i-camera:before {
    content: "\e645"
}

.i-tag:before {
    content: "\e646"
}

.i-bulb:before {
    content: "\e647"
}

.i-location:before {
    content: "\e648"
}

.i-eye2:before {
    content: "\e649"
}

.i-bubble:before {
    content: "\e64a"
}

.i-mail:before {
    content: "\e64b"
}

.i-paperplane:before {
    content: "\e64c"
}

.i-data:before {
    content: "\e64d"
}

.i-t-shirt:before {
    content: "\e64e"
}

.i-lab:before {
    content: "\e64f"
}

.i-calendar:before {
    content: "\e650"
}

.i-earth:before {
    content: "\e651"
}

.i-world:before {
    content: "\e652"
}

.i-vynil:before {
    content: "\e653"
}

.i-gauge:before {
    content: "\e654"
}

.i-statistics:before {
    content: "\e655"
}

.i-arrow-left3:before {
    content: "\e656"
}

.i-arrow-down3:before {
    content: "\e657"
}

.i-arrow-up3:before {
    content: "\e658"
}

.i-arrow-right3:before {
    content: "\e659"
}

.i-arrow-left4:before {
    content: "\e65a"
}

.i-arrow-down4:before {
    content: "\e65b"
}

.i-arrow-up4:before {
    content: "\e65c"
}

.i-arrow-right4:before {
    content: "\e65d"
}

.i-arrow-left5:before {
    content: "\e65e"
}

.i-arrow-down5:before {
    content: "\e65f"
}

.i-arrow-up5:before {
    content: "\e660"
}

.i-arrow-right5:before {
    content: "\e661"
}

.i-search:before {
    content: "\e662"
}

.i-list:before {
    content: "\e663"
}

.i-add-to-list:before {
    content: "\e664"
}

.i-list2:before {
    content: "\e665"
}

.i-play:before {
    content: "\e666"
}

.i-pause:before {
    content: "\e667"
}

.i-stop:before {
    content: "\e668"
}

.i-backward:before {
    content: "\e669"
}

.i-forward:before {
    content: "\e66a"
}

.i-feed:before {
    content: "\e66b"
}

.i-switch:before {
    content: "\e66c"
}

.i-clock2:before {
    content: "\e66d"
}

.i-health:before {
    content: "\e66e"
}

.i-pencil:before {
    content: "\e66f"
}

.i-minus2:before {
    content: "\e670"
}

.i-plus2:before {
    content: "\e671"
}

.i-stats:before {
    content: "\e672"
}

.i-paperclip:before {
    content: "\e673"
}

.i-keyboard:before {
    content: "\e674"
}

.i-mic:before {
    content: "\e675"
}

.i-heart:before {
    content: "\e676"
}

.i-layout3:before {
    content: "\e677"
}

.i-layout2:before {
    content: "\e678"
}

.i-cloud:before {
    content: "\e679"
}

.i-info:before {
    content: "\e67a"
}

.i-question:before {
    content: "\e67b"
}

.i-notification:before {
    content: "\e67c"
}

.i-libreoffice:before {
    content: "\e67d"
}

.i-headphones:before {
    content: "\e67e"
}

.i-copy2:before {
    content: "\e67f"
}

.i-copy3:before {
    content: "\e680"
}

.i-paste:before {
    content: "\e681"
}

.i-spinner:before {
    content: "\e682"
}

.i-plus:before {
    content: "\e683"
}

.i-minus:before {
    content: "\e684"
}

.i-cancel:before {
    content: "\e685"
}

.i-images:before {
    content: "\e686"
}

.i-logout:before {
    content: "\e687"
}

.i-login:before {
    content: "\e688"
}

.i-infinity:before {
    content: "\e689"
}

.i-docs:before {
    content: "\e68a"
}

.i-landscape:before {
    content: "\e68b"
}

.i-portrait:before {
    content: "\e68c"
}

.i-share:before {
    content: "\e68d"
}

.i-youtube:before {
    content: "\e68e"
}

.i-checkmark:before {
    content: "\e68f"
}

.i-notice:before {
    content: "\e690"
}

.i-link:before {
    content: "\e691"
}

.i-link2:before {
    content: "\e692"
}

.i-popup:before {
    content: "\e693"
}

.i-publish:before {
    content: "\e694"
}

.i-browser:before {
    content: "\e695"
}

.i-checkmark2:before {
    content: "\e696"
}

.i-cross2:before {
    content: "\e697"
}

.i-question2:before {
    content: "\e698"
}

.i-info2:before {
    content: "\e699"
}

.i-loop:before {
    content: "\e69a"
}

.i-retweet:before {
    content: "\e69b"
}

.i-arrow:before {
    content: "\e69c"
}

.i-arrow2:before {
    content: "\e69d"
}

.i-shuffle:before {
    content: "\e69e"
}

.i-ccw:before {
    content: "\e69f"
}

.i-cycle:before {
    content: "\e6a0"
}

.i-cw:before {
    content: "\e6a1"
}

.i-switch:before {
    content: "\e6a2"
}

.i-back:before {
    content: "\e6a3"
}

.i-layout:before {
    content: "\e6a4"
}

.i-code:before {
    content: "\e6a5"
}

.i-vcard:before {
    content: "\e6a6"
}

.i-googleplus:before {
    content: "\e6a7"
}

.i-facebook:before {
    content: "\e6a8"
}

.i-twitter:before {
    content: "\e6a9"
}

.i-rss:before {
    content: "\e6aa"
}

.i-signal:before {
    content: "\e6ab"
}

.i-flow-tree:before {
    content: "\e6ac"
}

.i-domain3:before {
    content: "\e6ad"
}

.i-trashcan:before {
    content: "\e6ae"
}

.i-book:before {
    content: "\e6af"
}

.i-bars:before {
    content: "\e6b0"
}

.i-stopwatch:before {
    content: "\e6b1"
}

.i-map2:before {
    content: "\e6b2"
}

.i-checkmark3:before {
    content: "\e6b3"
}

.i-sun:before {
    content: "\e6b4"
}

.i-clip:before {
    content: "\e6b5"
}

.i-study:before {
    content: "\e6b6"
}

.i-music:before {
    content: "\e6b7"
}

.i-params:before {
    content: "\e6b8"
}

.i-stack3:before {
    content: "\e6b9"
}

.i-arrow-down:before {
    content: "\e6ba"
}

.i-arrow-down-left:before {
    content: "\e6bb"
}

.i-arrow-down-right:before {
    content: "\e6bc"
}

.i-arrow-left:before {
    content: "\e6bd"
}

.i-arrow-right:before {
    content: "\e6be"
}

.i-arrow-up-right:before {
    content: "\e6bf"
}

.i-arrow-up:before {
    content: "\e6c0"
}

.i-arrow-up-left:before {
    content: "\e6c1"
}

.i-compass:before {
    content: "\e6c2"
}

.i-users3:before {
    content: "\e6c3"
}

.i-user3:before {
    content: "\e6c4"
}

.i-camera2:before {
    content: "\e6c5"
}

.i-file:before {
    content: "\e6c6"
}

.i-file2:before {
    content: "\e6c7"
}

.i-file-plus:before {
    content: "\e6c8"
}

.i-file-minus:before {
    content: "\e6c9"
}

.i-file-check:before {
    content: "\e6ca"
}

.i-file-remove:before {
    content: "\e6cb"
}

.i-file-copy:before {
    content: "\e6cc"
}

.i-stack2:before {
    content: "\e6cd"
}

.i-folder:before {
    content: "\e6ce"
}

.i-folder-upload:before {
    content: "\e6cf"
}

.i-folder-download:before {
    content: "\e6d0"
}

.i-folder-minus:before {
    content: "\e6d1"
}

.i-folder-plus:before {
    content: "\e6d2"
}

.i-folder2:before {
    content: "\e6d3"
}

.i-folder-open:before {
    content: "\e6d4"
}

.i-tag2:before {
    content: "\e6d5"
}

.i-cart:before {
    content: "\e6d6"
}

.i-phone:before {
    content: "\e6d7"
}

.i-phone2:before {
    content: "\e6d8"
}

.i-local:before {
    content: "\e6d9"
}

.i-alarm:before {
    content: "\e6da"
}

.i-clock:before {
    content: "\e6db"
}

.i-history:before {
    content: "\e6dc"
}

.i-stopclock:before {
    content: "\e6dd"
}

.i-rotate:before {
    content: "\e6de"
}

.i-rotate2:before {
    content: "\e6df"
}

.i-redo:before {
    content: "\e6e0"
}

.i-undo:before {
    content: "\e6e1"
}

.i-chat2:before {
    content: "\e6e2"
}

.i-chat3:before {
    content: "\e6e3"
}

.i-chat:before {
    content: "\e6e4"
}

.i-data2:before {
    content: "\e6e5"
}

.i-spin:before {
    content: "\e6e6"
}

.i-health2:before {
    content: "\e6e7"
}

.i-cog2:before {
    content: "\e6e8"
}

.i-bulb:before {
    content: "\e6e9"
}

.i-rating:before {
    content: "\e6ea"
}

.i-rating2:before {
    content: "\e6eb"
}

.i-rating3:before {
    content: "\e6ec"
}

.i-grid:before {
    content: "\e6ed"
}

.i-grid2:before {
    content: "\e6ee"
}

.i-grid3:before {
    content: "\e6ef"
}

.i-ellipsis:before {
    content: "\e6f0"
}

.i-dot:before {
    content: "\e6f1"
}

.i-dots:before {
    content: "\e6f2"
}

.i-bar:before {
    content: "\e6f3"
}

.i-bar2:before {
    content: "\e6f4"
}

.i-bars3:before {
    content: "\e6f5"
}

.i-menu:before {
    content: "\e6f6"
}

.i-menu2:before {
    content: "\e6f7"
}

.i-download2:before {
    content: "\e6f8"
}

.i-upload2:before {
    content: "\e6f9"
}

.i-eye:before {
    content: "\e6fa"
}

.i-eye-slash:before {
    content: "\e6fb"
}

.i-bookmark:before {
    content: "\e6fc"
}

.i-up:before {
    content: "\e6fd"
}

.i-right:before {
    content: "\e6fe"
}

.i-down:before {
    content: "\e6ff"
}

.i-left:before {
    content: "\e700"
}

.i-check:before {
    content: "\e701"
}

.i-checked:before {
    content: "\e702"
}

.i-popout:before {
    content: "\e703"
}

.i-newtab:before {
    content: "\e704"
}

.i-map:before {
    content: "\e705"
}

.i-layer:before {
    content: "\e706"
}

.i-layer2:before {
    content: "\e707"
}

.i-like:before {
    content: "\e708"
}

.i-dislike:before {
    content: "\e709"
}

.i-football:before {
    content: "\e70a"
}

.i-hexagon-o:before {
    content: "\e70b"
}

.i-hexagon:before {
    content: "\e70c"
}

.i-hexagon2-o:before {
    content: "\e70d"
}

.i-hexagon2:before {
    content: "\e70e"
}

.i-circle:before {
    content: "\e70f"
}

.i-circle-o:before {
    content: "\e711"
}

.i-circle-sm:before {
    content: "\e710"
}

.i-circle-sm-o:before {
    content: "\e712"
}

html {
    background-color: #f2f4f8;
    overflow-x: hidden
}

body {
    font-size: 13px;
    color: #566066;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    line-height: 1.53846154
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0
}

a {
    color: #1c1f21
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #000
}

label {
    font-weight: 400
}

.small,
small {
    font-size: 12px
}

.badge,
.label {
    font-weight: 700
}

.badge {
    background-color: #b0bcd4
}

.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px
}

.badge-sm {
    font-size: 85%;
    padding: 2px 5px !important
}

.label-sm {
    padding-top: 0;
    padding-bottom: 0
}

.badge-white {
    border: 1px solid #fff;
    border: 1px solid hsla(0, 0%, 100%, .35);
    padding: 2px 6px
}

.badge-empty,
.badge-white {
    background-color: transparent
}

.badge-empty {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .15);
    color: inherit
}

.caret-white {
    border-top-color: #fff;
    border-top-color: hsla(0, 0%, 100%, .65)
}

a:hover .caret-white {
    border-top-color: #fff
}

.tooltip-inner {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    background-color: #222733
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, .9);
    border-top-color: #222733
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, .9);
    border-right-color: #222733
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, .9);
    border-bottom-color: #222733
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, .9);
    border-left-color: #222733
}

.popover-content {
    font-size: 12px;
    line-height: 1.5
}

.progress-xs {
    height: 6px
}

.progress-sm {
    height: 10px
}

.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 1em
}

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.breadcrumb {
    background-color: #fff;
    border: 1px solid #eaeef1;
    padding-left: 10px;
    margin-bottom: 10px
}

.breadcrumb>.active,
.breadcrumb>li+li:before {
    color: inherit
}

.accordion-group,
.accordion-inner {
    border-color: #eaeef1;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.alert {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2)
}

.alert .close i {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.form-control {
    border-color: #cbd5dd;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #e51170
}

.input-s-sm {
    width: 120px
}

.input-s {
    width: 200px
}

.input-s-lg {
    width: 250px
}

.input-group-addon {
    border-color: #cbd5dd;
    background-color: #fcfcfd
}

.list-group {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.list-group.no-radius .list-group-item {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.list-group.no-borders .list-group-item {
    border: none
}

.list-group.no-border .list-group-item {
    border-width: 1px 0
}

.list-group.no-bg .list-group-item {
    background-color: transparent
}

.list-group-item {
    border-color: #eaeef1;
    padding-right: 15px
}

a.list-group-item:focus,
a.list-group-item:hover {
    background-color: #f9fafc
}

.list-group-item.media {
    margin-top: 0
}

.list-group-item.active {
    color: #fff;
    border-color: #1ccacc !important;
    background-color: #1ccacc !important
}

.list-group-item.active .text-muted {
    color: #91eff0
}

.list-group-item.active a {
    color: #fff
}

.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .02) !important
}

.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.list-group-sp .list-group-item {
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.list-group-item>.badge {
    margin-right: 0
}

.list-group-item>.fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px
}

.list-group-item>.fa-chevron-right+.badge {
    margin-right: 5px
}

.nav-pills.no-radius>li>a {
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-pills>li.active>a {
    color: #fff !important;
    background-color: #1ccacc
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #f7f8fb
}

.nav.nav-sm>li>a {
    padding: 6px 8px
}

.nav .avatar {
    width: 30px;
    margin-top: -5px;
    margin-right: 5px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f7f8fb
}

.panel {
    margin-top: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.panel.panel-default,
.panel.panel-default>.panel-footer,
.panel.panel-default>.panel-heading {
    border-color: #eaeef1
}

.panel .list-group-item {
    border-color: #f3f5f7
}

.panel.no-borders,
.panel.no-borders .panel-footer,
.panel.no-borders .panel-heading {
    border-width: 0
}

.panel .table td,
.panel .table th {
    padding: 8px 15px;
    border-top: 1px solid #eaeef1
}

.panel .table thead>tr>th {
    border-bottom: 1px solid #eaeef1
}

.panel .table-striped>tbody>tr:nth-child(odd)>td,
.panel .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9fafc
}

.panel .table-striped>thead th {
    background-color: #f9fafc;
    border-right: 1px solid #eaeef1
}

.panel .table-striped>thead th:last-child {
    border-right: none
}

.panel-heading {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.panel-default .panel-heading {
    background-color: #f9fafc
}

.panel-heading.no-border {
    margin: -1px -1px 0;
    border: none
}

.panel-heading .nav {
    margin: -10px -15px
}

.panel-heading .nav>li>a {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin: 0;
    border-bottom-color: #eaeef1 !important
}

.panel-heading .nav>li.active>a {
    border-color: #eaeef1 !important;
    border-bottom-color: #fff !important
}

.panel-heading .nav-tabs {
    margin: -11px -16px;
    border-color: #eaeef1
}

.panel-heading .nav-tabs.nav-justified {
    width: auto
}

.panel-heading .nav-tabs>li>a {
    padding-top: 11px;
    padding-bottom: 11px
}

.panel-heading .list-group {
    background: transparent
}

.panel-footer {
    border-color: #eaeef1;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-color: #f9fafc
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eaedef
}

.open {
    z-index: 1050;
    position: relative
}

.dropdown-menu {
    font-size: 13px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .1)
}

.dropdown-menu.pull-left {
    left: 100%
}

.dropdown-menu>.panel {
    border: none;
    margin: -5px 0
}

.dropdown-menu>li>a {
    padding: 5px 15px
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-image: none;
    -webkit-filter: none;
    filter: none;
    background-color: #f2f4f8 !important;
    color: #000
}

.dropdown-header {
    padding: 5px 15px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu:focus>a,
.dropdown-submenu:hover>a {
    background-color: #f2f4f8 !important;
    color: #566066
}

.dropdown-submenu:focus>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu.pull-left {
    float: none !important
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0
}

.dropdown-select>li>a input {
    position: absolute;
    left: -9999em
}

.carousel-control {
    width: 40px;
    color: #999;
    text-shadow: none
}

.carousel-control:focus,
.carousel-control:hover {
    color: #ccc;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    -webkit-filter: none;
    filter: none
}

.carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.carousel-indicators.out {
    bottom: -5px
}

.carousel-indicators li {
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-transition: all background-color .25s;
    -o-transition: all background-color .25s;
    -moz-transition: all background-color .25s;
    transition: all background-color .25s;
    background: #ddd;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    border: none
}

.carousel-indicators .active {
    background: #f0f0f0;
    background-color: #c8c8c8;
    background-color: hsla(0, 0%, 78%, .2);
    width: 10px;
    height: 10px;
    margin: 1px
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-transition: all opacity .25s;
    -o-transition: all opacity .25s;
    -moz-transition: all opacity .25s;
    transition: all opacity .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .active {
    opacity: 1;
    filter: alpha(opacity=1)
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-0 {
    clear: left
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.no-gutter [class*=col] {
    padding: 0
}

.modal-backdrop {
    background-color: #222733
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal-over {
    width: 100%;
    height: 100%;
    position: relative;
    background: #222733
}

.modal-center {
    position: absolute;
    left: 50%;
    top: 50%
}

.modal-content {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25)
}

.icon-muted {
    color: #ccc
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed !important
}

.navbar-fixed-top+* {
    padding-top: 50px
}

.navbar-fixed-top.header-md+* {
    padding-top: 60px
}

.footer,
.header {
    min-height: 50px;
    padding: 0 15px
}

.footer>p,
.header>p {
    margin-top: 15px;
    display: inline-block
}

.footer>.btn,
.footer>.btn-group,
.footer>.btn-toolbar,
.header>.btn,
.header>.btn-group,
.header>.btn-toolbar {
    margin-top: 10px
}

.footer>.btn-lg,
.header>.btn-lg {
    margin-top: 0
}

.footer .nav-tabs,
.header .nav-tabs {
    border: none;
    margin-left: -15px;
    margin-right: -15px
}

.footer .nav-tabs>li a,
.header .nav-tabs>li a {
    border: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px
}

.footer .nav-tabs>li a:focus,
.footer .nav-tabs>li a:hover,
.header .nav-tabs>li a:focus,
.header .nav-tabs>li a:hover {
    background-color: transparent
}

.footer .nav-tabs>li.active a,
.header .nav-tabs>li.active a {
    color: #566066
}

.footer .nav-tabs>li.active a,
.footer .nav-tabs>li.active a:hover,
.header .nav-tabs>li.active a,
.header .nav-tabs>li.active a:hover {
    background-color: #f2f4f8
}

.footer .nav-tabs.nav-white>li.active a,
.footer .nav-tabs.nav-white>li.active a:hover,
.header .nav-tabs.nav-white>li.active a,
.header .nav-tabs.nav-white>li.active a:hover {
    background-color: #fff
}

.footer.navbar,
.header.navbar {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 1000
}

body.container {
    padding: 0
}

@media (min-width:768px) {
    body.container {
        -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, .3);
        box-shadow: 0 3px 60px rgba(0, 0, 0, .3);
        border-left: 1px solid #cbd5dd;
        border-right: 1px solid #cbd5dd
    }
    .app,
    .app .hbox.stretch,
    .app body {
        height: 100%
    }
    .app .vbox>footer,
    .app .vbox>section {
        position: absolute
    }
    .app .vbox.flex>section>section {
        overflow: auto
    }
    .hbox {
        display: table;
        table-layout: fixed;
        border-spacing: 0;
        width: 100%
    }
    .hbox>aside,
    .hbox>section {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
    .hbox>aside.hidden-sm,
    .hbox>aside.show,
    .hbox>section.hidden-sm,
    .hbox>section.show {
        display: table-cell !important
    }
    .vbox {
        display: table;
        border-spacing: 0;
        position: relative;
        height: 100%;
        width: 100%
    }
    .vbox>footer,
    .vbox>section {
        top: 0;
        bottom: 0;
        width: 100%
    }
    .vbox>header~section {
        top: 50px
    }
    .vbox>header.header-md~section {
        top: 60px
    }
    .vbox>section.w-f {
        bottom: 50px
    }
    .vbox>footer {
        top: auto;
        z-index: 1000
    }
    .vbox>footer~section {
        bottom: 50px
    }
    .vbox.flex>footer,
    .vbox.flex>header,
    .vbox.flex>section {
        position: inherit
    }
    .vbox.flex>section {
        display: table-row;
        height: 100%
    }
    .vbox.flex>section>section {
        position: relative;
        height: 100%;
        -webkit-overflow-scrolling: touch
    }
    .ie .vbox.flex>section>section {
        display: table-cell
    }
    .vbox.flex>section>section>section {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    .aside-xs {
        width: 60px
    }
    .aside-sm {
        width: 150px
    }
    .aside {
        width: 200px
    }
    .aside-md {
        width: 240px
    }
    .aside-lg {
        width: 300px
    }
    .aside-xl {
        width: 360px
    }
    .aside-xxl {
        width: 480px
    }
    .header-md {
        min-height: 60px
    }
    .header-md .navbar-form {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .scrollable {
        -webkit-overflow-scrolling: touch
    }
}

.slimScrollBar {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box !important
}

@media print {
    .hbox,
    .vbox,
    body,
    html {
        height: auto
    }
    .vbox>footer,
    .vbox>section {
        position: relative
    }
}

.navbar-header {
    position: relative
}

.navbar-header>.btn {
    position: absolute;
    font-size: 1.3em;
    padding: 9px 16px;
    line-height: 30px;
    left: 0
}

.navbar-header .navbar-brand+.btn {
    right: 0;
    top: 0;
    left: auto
}

.navbar-brand {
    float: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px
}

.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand img {
    max-height: 20px;
    margin-top: -4px;
    vertical-align: middle
}

.nav-primary li>a>i {
    margin: -8px -10px;
    line-height: 36px;
    width: 36px;
    float: left;
    margin-right: 5px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.nav-primary li>a>i:before {
    position: relative;
    z-index: 2
}

.nav-primary ul.nav>li>a {
    padding: 8px 15px;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out 0s;
    -o-transition: background-color .2s ease-in-out 0s;
    -moz-transition: background-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s;
    -webkit-transition: all background-color .2s ease-in-out 0s;
    -o-transition: all background-color .2s ease-in-out 0s;
    -moz-transition: all background-color .2s ease-in-out 0s;
    transition: all background-color .2s ease-in-out 0s
}

.no-borders .nav-primary ul.nav>li>a {
    border-width: 0 !important
}

.nav-primary ul.nav>li>a>.badge {
    font-size: 11px;
    padding: 2px 5px 2px 4px;
    margin-top: 2px
}

.nav-primary ul.nav>li>a>.text-muted {
    margin: 0 3px
}

.nav-primary ul.nav>li>a.active .text {
    display: none
}

.nav-primary ul.nav>li>a.active .text-active {
    display: inline-block !important
}

.nav-primary ul.nav>li li a {
    font-weight: 400;
    text-transform: none
}

.nav-primary ul.nav>li.active>ul {
    display: block
}

.nav-primary ul.nav ul {
    display: none
}

.bg-black .nav-primary>ul.nav-main>li.active>a,
.bg-black .nav-primary>ul.nav-main>li:active>a,
.bg-black .nav-primary>ul.nav-main>li:focus>a,
.bg-black .nav-primary>ul.nav-main>li:hover>a {
    background-color: #1aae88
}

@media (min-width:768px) {
    .visible-nav-xs {
        display: none
    }
    .nav-xs {
        width: 70px
    }
    .nav-xs .slim-scroll,
    .nav-xs .slimScrollDiv {
        overflow: visible !important
    }
    .nav-xs .slimScrollBar,
    .nav-xs .slimScrollRail {
        display: none !important
    }
    .nav-xs .scrollable {
        overflow: visible
    }
    .nav-xs .nav-primary>ul>li>a {
        position: relative;
        padding: 0;
        font-size: 11px;
        text-align: center;
        height: 50px;
        overflow-y: hidden;
        border: none
    }
    .nav-xs .nav-primary>ul>li>a span {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        width: 70px
    }
    .nav-xs .nav-primary>ul>li>a span.pull-right {
        display: none !important
    }
    .nav-xs .nav-primary>ul>li>a i {
        width: auto;
        float: none;
        display: block;
        font-size: 16px;
        margin: 0;
        line-height: 50px;
        border: none !important;
        -webkit-transition: margin-top .2s;
        -o-transition: margin-top .2s;
        -moz-transition: margin-top .2s;
        transition: margin-top .2s;
        -webkit-transition: all margin-top .2s;
        -o-transition: all margin-top .2s;
        -moz-transition: all margin-top .2s;
        transition: all margin-top .2s
    }
    .nav-xs .nav-primary>ul>li>a i b {
        left: 0 !important
    }
    .nav-xs .nav-primary>ul>li>a .badge {
        position: absolute;
        right: 10px;
        top: 4px;
        z-index: 3
    }
    .nav-xs .nav-primary>ul>li.active>a i,
    .nav-xs .nav-primary>ul>li:active>a i,
    .nav-xs .nav-primary>ul>li:focus>a i,
    .nav-xs .nav-primary>ul>li:hover>a i {
        margin-top: -50px
    }
    .nav-xs .nav-primary>ul ul {
        display: none !important;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 1050;
        width: 220px;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
    }
    .nav-xs .nav-primary li:active>ul,
    .nav-xs .nav-primary li:focus>ul,
    .nav-xs .nav-primary li:hover>ul {
        display: block !important
    }
    .nav-xs.nav-xs-right .nav-primary>ul ul {
        left: auto;
        right: 100%
    }
    .nav-xs>.vbox>.footer,
    .nav-xs>.vbox>.header {
        padding: 0 20px
    }
    .nav-xs .hidden-nav-xs {
        display: none
    }
    .nav-xs .visible-nav-xs {
        display: inherit
    }
    .nav-xs .text-center-nav-xs {
        text-align: center
    }
    .nav-xs .nav-user {
        padding-left: 0;
        padding-right: 0
    }
    .nav-xs .nav-user .avatar {
        float: none !important;
        margin-right: 0
    }
    .nav-xs .nav-user .dropdown>a {
        display: block;
        text-align: center
    }
    .nav-xs .navbar-header {
        float: none
    }
    .nav-xs .navbar-brand {
        display: block;
        padding: 0
    }
    .nav-xs .navbar-brand img {
        margin-right: 0
    }
    .nav-xs .navbar {
        padding: 0
    }
    .header-md .navbar-brand {
        line-height: 60px
    }
    .header-md .navbar-brand img {
        max-height: 30px
    }
    .header-md .navbar-nav>li>a {
        padding: 20px
    }
}

@media (max-width:767px) {
    .navbar-fixed-top-xs {
        position: fixed !important;
        left: 0;
        width: 100%;
        z-index: 1100
    }
    .navbar-fixed-top-xs+* {
        padding-top: 50px !important
    }
    .nav-bar-fixed-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1100
    }
    body,
    html {
        overflow-x: hidden;
        min-height: 100%
    }
    .nav-primary .dropdown-menu {
        position: relative;
        float: none;
        left: 0;
        margin-left: 0;
        padding: 0
    }
    .nav-primary .dropdown-menu a {
        padding: 15px;
        border-bottom: 1px solid #eee
    }
    .nav-primary .dropdown-menu li:last-child a {
        border-bottom: none
    }
    .navbar-header {
        text-align: center
    }
    .nav-user {
        margin: 0;
        padding: 15px
    }
    .nav-user.open {
        display: inherit !important
    }
    .nav-user .dropdown-menu {
        display: block;
        position: static;
        float: none
    }
    .nav-user .dropdown>a {
        display: block;
        text-align: center;
        font-size: 18px;
        padding-bottom: 10px
    }
    .nav-user .avatar {
        width: 160px !important;
        float: none !important;
        display: block;
        margin: 20px auto;
        padding: 5px;
        background-color: #fff;
        background-color: hsla(0, 0%, 100%, .1);
        position: relative
    }
    .nav-user .avatar:before {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 5px;
        top: 5px;
        border: 4px solid #fff;
        -webkit-border-radius: 500px;
        border-radius: 500px
    }
    .nav-off-screen {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 75%;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .nav-off-screen .nav-primary {
        display: block !important
    }
    .nav-off-screen .navbar-fixed-top-xs {
        width: 75%
    }
    .nav-off-screen.push-right .navbar-fixed-top-xs {
        left: 25%
    }
    .nav-off-screen.push-right {
        left: auto;
        right: 0
    }
    .nav-off-screen.push-right+* {
        -webkit-transform: translate3d(-75%, 0, 0);
        -moz-transform: translate3d(-75%, 0, 0);
        transform: translate3d(-75%, 0, 0)
    }
    .nav-off-screen+* {
        background-color: #f2f4f8;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: -o-transform .2s ease-in-out;
        -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(75%, 0, 0);
        -moz-transform: translate3d(75%, 0, 0);
        transform: translate3d(75%, 0, 0);
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2
    }
    .nav-off-screen+* .nav-off-screen-block {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1950
    }
    .navbar+section .nav-off-screen,
    .navbar+section .nav-off-screen+* {
        top: 50px
    }
    .slim-scroll,
    .slimScrollDiv {
        overflow: visible !important;
        height: auto !important
    }
    .slimScrollBar,
    .slimScrollRail {
        display: none !important
    }
}

.arrow {
    border-width: 8px;
    z-index: 10
}

.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.arrow:after {
    border-width: 7px;
    content: ""
}

.arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0, 0, 0, .1);
    top: -8px
}

.arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.arrow.right {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #eee;
    border-left-color: rgba(0, 0, 0, .1)
}

.arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -7px
}

.arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, .1);
    bottom: -8px
}

.arrow.bottom:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0, 0, 0, .1)
}

.arrow.left:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px
}

.btn-link {
    color: #566066
}

.btn-link.active {
    webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #566066 !important;
    background-color: #fcfcfd;
    border-color: #d2dae1;
    border-bottom-color: #cbd5dd;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, .1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, .1)
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #566066 !important;
    background-color: #ebeef4;
    border-color: #b9c6d0
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fcfcfd;
    border-color: #d2dae1
}

.btn-default.btn-bg {
    border-color: #000;
    border-color: rgba(0, 0, 0, .1);
    background-clip: padding-box
}

.btn-primary {
    color: #fff !important;
    background-color: #e51170;
    border-color: #e51170
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #00568c;
    border-color: #004d7c
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #e51170;
    border-color: #e51170
}

.btn-success {
    color: #fff !important;
    background-color: #1aae88;
    border-color: #1aae88
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #179877;
    border-color: #158b6c
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #1aae88;
    border-color: #1aae88
}

.btn-info {
    color: #fff !important;
    background-color: #1ccacc;
    border-color: #1ccacc
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #19b4b6;
    border-color: #17a6a8
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #1ccacc;
    border-color: #1ccacc
}

.btn-warning {
    color: #fff !important;
    background-color: #fcc633;
    border-color: #fcc633
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #fcbf1a;
    border-color: #fbbb0b
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #fcc633;
    border-color: #fcc633
}

.btn-danger {
    color: #fff !important;
    background-color: #e33244;
    border-color: #e33244
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #dd1e32;
    border-color: #d01c2f
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #e33244;
    border-color: #e33244
}

.btn-dark {
    color: #fff !important;
    background-color: #222733;
    border-color: #222733
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open .dropdown-toggle.btn-dark {
    color: #fff !important;
    background-color: #181b24;
    border-color: #12141b
}

.btn-dark.active,
.btn-dark:active,
.open .dropdown-toggle.btn-dark {
    background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #222733;
    border-color: #222733
}

.btn {
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 34px;
    text-align: center
}

.btn-icon.b-2x {
    width: 36px
}

.btn-icon.btn-sm {
    width: 30px
}

.btn-icon.btn-sm.b-2x {
    width: 32px
}

.btn-icon.btn-lg {
    width: 45px
}

.btn-icon.btn-lg.b-2x {
    width: 47px
}

.btn-group-justified {
    border-collapse: separate
}

.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.btn-rounded.btn-lg {
    padding-left: 25px;
    padding-right: 25px
}

.btn>i.pull-left,
.btn>i.pull-right {
    line-height: 1.428571429
}

.btn-block {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.btn-inactive {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.chat-item:after,
.chat-item:before {
    content: " ";
    display: table
}

.chat-item:after {
    clear: both
}

.chat-item .arrow {
    top: 20px
}

.chat-item .arrow.right:after {
    border-left-color: #f2f4f8
}

.chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px
}

.chat-item .chat-body .panel {
    margin: 0 -1px
}

.chat-item.right .chat-body {
    margin-left: 0;
    margin-right: 45px
}

.chat-item+.chat-item {
    margin-top: 15px
}

.comment-list {
    position: relative
}

.comment-list .comment-item {
    margin-top: 0;
    position: relative
}

.comment-list .comment-item>.thumb-sm {
    width: 36px
}

.comment-list .comment-item .arrow.left {
    top: 20px;
    left: 39px
}

.comment-list .comment-item .comment-body {
    margin-left: 46px
}

.comment-list .comment-item .panel-body {
    padding: 10px 15px
}

.comment-list .comment-item .panel-footer,
.comment-list .comment-item .panel-heading {
    position: relative;
    font-size: 12px;
    background-color: #fff
}

.comment-list .comment-reply {
    margin-left: 46px
}

.comment-list:before {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 18px;
    width: 1px;
    background: #e0e4e8;
    content: ""
}

.timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse
}

.timeline:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0
}

.timeline .timeline-date {
    position: absolute;
    width: 150px;
    left: -200px;
    top: 50%;
    margin-top: -9px;
    text-align: right
}

.timeline .timeline-icon {
    position: absolute;
    left: -41px;
    top: -2px;
    top: 50%;
    margin-top: -15px
}

.timeline .time-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    z-index: 10;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center
}

.timeline .time-icon:before {
    font-size: 14px;
    margin-top: 5px
}

.timeline-item {
    display: table-row
}

.timeline-item.alt:after,
.timeline-item:before {
    content: "";
    display: block;
    width: 50%
}

.timeline-item.alt {
    text-align: right
}

.timeline-item.alt:before {
    display: none
}

.timeline-item.alt .panel {
    margin-right: 25px;
    margin-left: 0
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -41px
}

.timeline-item.active {
    display: table-caption;
    text-align: center
}

.timeline-item.active:before {
    width: 1%
}

.timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto
}

.timeline-item.active .timeline-caption h5 span {
    color: #fff
}

.timeline-item.active .panel {
    margin-left: 0
}

.timeline-item.active .timeline-date,
.timeline-item.active .timeline-icon {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    width: auto
}

.timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.timeline-caption .panel {
    margin-left: 25px;
    position: relative;
    text-align: left
}

.timeline-caption h5 {
    margin: 0
}

.timeline-caption h5 span {
    display: block;
    color: #999;
    margin-bottom: 4px;
    font-size: 12px
}

.timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px
}

.timeline-footer {
    display: table-row
}

.timeline-footer a {
    display: table-cell;
    text-align: right
}

.timeline-footer .time-icon {
    margin-right: -15px;
    z-index: 5
}

.post-item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 15px
}

.post-item .post-title {
    margin-top: 0
}

.post-item .post-media {
    text-align: center
}

.post-item .post-media img {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.i-fw {
    width: 1.28571429em;
    text-align: center
}

.i-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.i-sm {
    font-size: .75em
}

.i-1x {
    font-size: 1em
}

.i-2x {
    font-size: 2em
}

.i-3x {
    font-size: 3em
}

.i-4x {
    font-size: 4em
}

.i-5x {
    font-size: 5em
}

.i-s {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.i-s>i {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: inherit
}

.i-s-2x {
    width: 2em;
    height: 2em;
    line-height: 2em
}

.i-s-2x,
.i-s-2x .i-s-base {
    font-size: 2em
}

.i-s-3x {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em
}

.i-s-3x,
.i-s-3x .i-s-base {
    font-size: 2.5em
}

.i-s-4x {
    width: 3em;
    height: 3em;
    line-height: 3em
}

.i-s-4x,
.i-s-4x .i-s-base {
    font-size: 3em
}

.i-s-5x {
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em
}

.i-s-5x,
.i-s-5x .i-s-base {
    font-size: 3.5em
}

.switch {
    cursor: pointer;
    position: relative
}

.switch input {
    position: absolute;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.switch input:checked+span {
    background-color: #1aae88
}

.switch input:checked+span:after {
    left: 31px
}

.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: #000;
    border-color: rgba(0, 0, 0, .1);
    display: inline-block;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-transition: all background-color .2s;
    -o-transition: all background-color .2s;
    -moz-transition: all background-color .2s;
    transition: all background-color .2s
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    -webkit-transition: left .2s;
    -o-transition: left .2s;
    -moz-transition: left .2s;
    transition: left .2s;
    -webkit-transition: all left .2s;
    -o-transition: all left .2s;
    -moz-transition: all left .2s;
    transition: all left .2s
}

.nav-docs>ul>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.dropfile {
    border: 2px dashed #e0e4e8;
    text-align: center;
    min-height: 20px
}

.dropfile.hover {
    border-color: #aac3cc
}

.dropfile small {
    margin: 50px 0;
    display: block
}

.portlet {
    min-height: 30px
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.easypiechart {
    position: relative;
    text-align: center
}

.easypiechart>div {
    position: relative;
    z-index: 1
}

.easypiechart>div .text {
    position: absolute;
    width: 100%;
    top: 60%;
    line-height: 1
}

.easypiechart>div img {
    margin-top: -4px
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.flot-legend .legend>div {
    display: none
}

.flot-legend .legend .legendColorBox>div {
    border: none !important;
    margin: 5px
}

.flot-legend .legend .legendColorBox>div>div {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.doc-buttons .btn {
    margin-bottom: 5px
}

.list-icon i {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    -moz-transition: font-size .2s;
    transition: font-size .2s;
    -webkit-transition: all font-size .2s;
    -o-transition: all font-size .2s;
    -moz-transition: all font-size .2s;
    transition: all font-size .2s
}

.list-icon div {
    line-height: 40px;
    white-space: nowrap
}

.list-icon div:hover i {
    font-size: 26px
}

.th-sortable {
    cursor: pointer
}

.th-sortable .th-sort {
    float: right;
    position: relative
}

.th-sort i {
    position: relative;
    z-index: 1
}

.th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0
}

.th-sortable.active .text {
    display: none !important
}

.th-sortable.active .text-active {
    display: inline-block !important
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #ccc;
    min-height: 50px;
    margin-bottom: 5px
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px
}

.parsley-error {
    border-color: #ff5f5f !important
}

.datepicker td.active,
.datepicker td.active.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active {
    background: #e51170
}

#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, .05)));
    background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .05) 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .05) 100%);
    background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .05) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 40, 50, 0.23529)", endColorstr="rgba(13, 40, 50, 0.23529)", GradientType=0);
    -webkit-filter: none;
    filter: none
}

.bg-light {
    background-color: #f2f4f8;
    color: #566066
}

.bg-light.lt,
.bg-light .lt {
    background-color: #f7f8fb
}

.bg-light.lter,
.bg-light .lter {
    background-color: #fcfcfd
}

.bg-light.dk,
.bg-light .dk {
    background-color: #e9edf4
}

.bg-light.dker,
.bg-light .dker {
    background-color: #e0e6f0
}

.bg-light.bg,
.bg-light .bg {
    background-color: #f2f4f8
}

.bg-dark {
    background-color: #222733;
    color: #7a87a7
}

.bg-dark.lt,
.bg-dark .lt {
    background-color: #2e3341
}

.bg-dark.lter,
.bg-dark .lter {
    background-color: #3a404e
}

.bg-dark.dk,
.bg-dark .dk {
    background-color: #171b24
}

.bg-dark.dker,
.bg-dark .dker {
    background-color: #0d0f15
}

.bg-dark.bg,
.bg-dark .bg {
    background-color: #222733
}

.bg-dark a {
    color: #99a3bb
}

.bg-dark a:hover {
    color: #fff
}

.bg-dark a.list-group-item:focus,
.bg-dark a.list-group-item:hover {
    background-color: inherit
}

.bg-dark .nav>li.active>a,
.bg-dark .nav>li:active>a,
.bg-dark .nav>li:focus>a,
.bg-dark .nav>li:hover>a {
    color: #fff;
    background-color: #12151d
}

.bg-dark .nav>li>a {
    color: #99a3bb
}

.bg-dark .nav>li>a:focus,
.bg-dark .nav>li>a:hover {
    background-color: #171b24
}

.bg-dark .nav .open>a {
    background-color: #12151d
}

.bg-dark .caret {
    border-top-color: #7a87a7;
    border-bottom-color: #7a87a7
}

.bg-dark.navbar .nav>li.active>a {
    color: #fff;
    background-color: #171b24
}

.bg-dark .open>a,
.bg-dark .open>a:focus,
.bg-dark .open>a:hover {
    color: #fff
}

.bg-dark .text-muted {
    color: #5f6d8f !important
}

.bg-dark .text-lt {
    color: #c7ccda !important
}

.bg-dark .icon-muted {
    color: #5f6d8f !important
}

.bg-dark.auto .list-group-item,
.bg-dark .auto .list-group-item {
    border-color: #282e3c !important;
    background-color: transparent
}

.bg-dark.auto .list-group-item.active,
.bg-dark .auto .list-group-item.active,
.bg-dark.auto .list-group-item:active,
.bg-dark .auto .list-group-item:active,
.bg-dark.auto .list-group-item:focus,
.bg-dark .auto .list-group-item:focus,
.bg-dark.auto .list-group-item:hover,
.bg-dark .auto .list-group-item:hover {
    background-color: #171b24 !important
}

.bg-black {
    background-color: #12131a;
    color: #656b93
}

.bg-black.lt,
.bg-black .lt {
    background-color: #1d1f28
}

.bg-black.lter,
.bg-black .lter {
    background-color: #292b36
}

.bg-black.dk,
.bg-black .dk {
    background-color: #07080b
}

.bg-black.dker,
.bg-black .dker {
    background-color: #000
}

.bg-black.bg,
.bg-black .bg {
    background-color: #12131a
}

.bg-black a {
    color: #8287a9
}

.bg-black a:hover {
    color: #fff
}

.bg-black a.list-group-item:focus,
.bg-black a.list-group-item:hover {
    background-color: inherit
}

.bg-black .nav>li.active>a,
.bg-black .nav>li:active>a,
.bg-black .nav>li:focus>a,
.bg-black .nav>li:hover>a {
    color: #fff;
    background-color: #020203
}

.bg-black .nav>li>a {
    color: #8287a9
}

.bg-black .nav>li>a:focus,
.bg-black .nav>li>a:hover {
    background-color: #07080b
}

.bg-black .nav .open>a {
    background-color: #020203
}

.bg-black .caret {
    border-top-color: #656b93;
    border-bottom-color: #656b93
}

.bg-black.navbar .nav>li.active>a {
    color: #fff;
    background-color: #07080b
}

.bg-black .open>a,
.bg-black .open>a:focus,
.bg-black .open>a:hover {
    color: #fff
}

.bg-black .text-muted {
    color: #515574 !important
}

.bg-black .text-lt {
    color: #b0b3c8 !important
}

.bg-black .icon-muted {
    color: #515574 !important
}

.bg-black.auto .list-group-item,
.bg-black .auto .list-group-item {
    border-color: #181a23 !important;
    background-color: transparent
}

.bg-black.auto .list-group-item.active,
.bg-black .auto .list-group-item.active,
.bg-black.auto .list-group-item:active,
.bg-black .auto .list-group-item:active,
.bg-black.auto .list-group-item:focus,
.bg-black .auto .list-group-item:focus,
.bg-black.auto .list-group-item:hover,
.bg-black .auto .list-group-item:hover {
    background-color: #07080b !important
}

.bg-primary {
    background-color: #e51170;
    color: #72c9ff
}

.bg-primary.lt,
.bg-primary .lt {
    background-color: #0275bc
}

.bg-primary.lter,
.bg-primary .lter {
    background-color: #0584d3
}

.bg-primary.dk,
.bg-primary .dk {
    background-color: #00568c
}

.bg-primary.dker,
.bg-primary .dker {
    background-color: #004672
}

.bg-primary.bg,
.bg-primary .bg {
    background-color: #e51170
}

.bg-primary-ltest {
    background-color: #ecf6fb
}

.bg-primary a {
    color: #a5ddff
}

.bg-primary a:hover {
    color: #fff
}

.bg-primary a.list-group-item:focus,
.bg-primary a.list-group-item:hover {
    background-color: inherit
}

.bg-primary .nav>li.active>a,
.bg-primary .nav>li:active>a,
.bg-primary .nav>li:focus>a,
.bg-primary .nav>li:hover>a {
    color: #fff;
    background-color: #004e7f
}

.bg-primary .nav>li>a {
    color: #a5ddff
}

.bg-primary .nav>li>a:focus,
.bg-primary .nav>li>a:hover {
    background-color: #00568c
}

.bg-primary .nav .open>a {
    background-color: #004e7f
}

.bg-primary .caret {
    border-top-color: #72c9ff;
    border-bottom-color: #72c9ff
}

.bg-primary.navbar .nav>li.active>a {
    color: #fff;
    background-color: #00568c
}

.bg-primary .open>a,
.bg-primary .open>a:focus,
.bg-primary .open>a:hover {
    color: #fff
}

.bg-primary .text-muted {
    color: #3fb6ff !important
}

.bg-primary .text-lt {
    color: #f2faff !important
}

.bg-primary .icon-muted {
    color: #3fb6ff !important
}

.bg-primary.auto .list-group-item,
.bg-primary .auto .list-group-item {
    border-color: #006fb4 !important;
    background-color: transparent
}

.bg-primary.auto .list-group-item.active,
.bg-primary .auto .list-group-item.active,
.bg-primary.auto .list-group-item:active,
.bg-primary .auto .list-group-item:active,
.bg-primary.auto .list-group-item:focus,
.bg-primary .auto .list-group-item:focus,
.bg-primary.auto .list-group-item:hover,
.bg-primary .auto .list-group-item:hover {
    background-color: #00568c !important
}

.bg-success {
    background-color: #1aae88;
    color: #a3f1dd
}

.bg-success.lt,
.bg-success .lt {
    background-color: #20c198
}

.bg-success.lter,
.bg-success .lter {
    background-color: #27d4a8
}

.bg-success.dk,
.bg-success .dk {
    background-color: #159a78
}

.bg-success.dker,
.bg-success .dker {
    background-color: #108567
}

.bg-success.bg,
.bg-success .bg {
    background-color: #1aae88
}

.bg-success-ltest {
    background-color: #f1ffed
}

.bg-success a {
    color: #cff8ed
}

.bg-success a:hover {
    color: #fff
}

.bg-success a.list-group-item:focus,
.bg-success a.list-group-item:hover {
    background-color: inherit
}

.bg-success .nav>li.active>a,
.bg-success .nav>li:active>a,
.bg-success .nav>li:focus>a,
.bg-success .nav>li:hover>a {
    color: #fff;
    background-color: #138f6f
}

.bg-success .nav>li>a {
    color: #cff8ed
}

.bg-success .nav>li>a:focus,
.bg-success .nav>li>a:hover {
    background-color: #159a78
}

.bg-success .nav .open>a {
    background-color: #138f6f
}

.bg-success .caret {
    border-top-color: #a3f1dd;
    border-bottom-color: #a3f1dd
}

.bg-success.navbar .nav>li.active>a {
    color: #fff;
    background-color: #159a78
}

.bg-success .open>a,
.bg-success .open>a:focus,
.bg-success .open>a:hover {
    color: #fff
}

.bg-success .text-muted {
    color: #76ebcd !important
}

.bg-success .text-lt {
    color: #fff !important
}

.bg-success .icon-muted {
    color: #76ebcd !important
}

.bg-success.auto .list-group-item,
.bg-success .auto .list-group-item {
    border-color: #1cbb92 !important;
    background-color: transparent
}

.bg-success.auto .list-group-item.active,
.bg-success .auto .list-group-item.active,
.bg-success.auto .list-group-item:active,
.bg-success .auto .list-group-item:active,
.bg-success.auto .list-group-item:focus,
.bg-success .auto .list-group-item:focus,
.bg-success.auto .list-group-item:hover,
.bg-success .auto .list-group-item:hover {
    background-color: #159a78 !important
}

.bg-info {
    background-color: #1ccacc;
    color: #bef5f6
}

.bg-info.lt,
.bg-info .lt {
    background-color: #24dbdd
}

.bg-info.lter,
.bg-info .lter {
    background-color: #3ddcde
}

.bg-info.dk,
.bg-info .dk {
    background-color: #16b6b8
}

.bg-info.dker,
.bg-info .dker {
    background-color: #11a2a4
}

.bg-info.bg,
.bg-info .bg {
    background-color: #1ccacc
}

.bg-info-ltest {
    background-color: #ecfcff
}

.bg-info a {
    color: #ebfcfc
}

.bg-info a:hover {
    color: #fff
}

.bg-info a.list-group-item:focus,
.bg-info a.list-group-item:hover {
    background-color: inherit
}

.bg-info .nav>li.active>a,
.bg-info .nav>li:active>a,
.bg-info .nav>li:focus>a,
.bg-info .nav>li:hover>a {
    color: #fff;
    background-color: #15abad
}

.bg-info .nav>li>a {
    color: #ebfcfc
}

.bg-info .nav>li>a:focus,
.bg-info .nav>li>a:hover {
    background-color: #16b6b8
}

.bg-info .nav .open>a {
    background-color: #15abad
}

.bg-info .caret {
    border-top-color: #bef5f6;
    border-bottom-color: #bef5f6
}

.bg-info.navbar .nav>li.active>a {
    color: #fff;
    background-color: #16b6b8
}

.bg-info .open>a,
.bg-info .open>a:focus,
.bg-info .open>a:hover {
    color: #fff
}

.bg-info .text-muted {
    color: #91eff0 !important
}

.bg-info .text-lt {
    color: #fff !important
}

.bg-info .icon-muted {
    color: #91eff0 !important
}

.bg-info.auto .list-group-item,
.bg-info .auto .list-group-item {
    border-color: #1ed7d9 !important;
    background-color: transparent
}

.bg-info.auto .list-group-item.active,
.bg-info .auto .list-group-item.active,
.bg-info.auto .list-group-item:active,
.bg-info .auto .list-group-item:active,
.bg-info.auto .list-group-item:focus,
.bg-info .auto .list-group-item:focus,
.bg-info.auto .list-group-item:hover,
.bg-info .auto .list-group-item:hover {
    background-color: #16b6b8 !important
}

.bg-warning {
    background-color: #fcc633;
    color: #fffefc
}

.bg-warning.lt,
.bg-warning .lt {
    background-color: #facc4e
}

.bg-warning.lter,
.bg-warning .lter {
    background-color: #f9d269
}

.bg-warning.dk,
.bg-warning .dk {
    background-color: #ffc017
}

.bg-warning.dker,
.bg-warning .dker {
    background-color: #fcb800
}

.bg-warning.bg,
.bg-warning .bg {
    background-color: #fcc633
}

.bg-warning-ltest {
    background-color: #fffee6
}

.bg-warning a,
.bg-warning a:hover {
    color: #fff
}

.bg-warning a.list-group-item:focus,
.bg-warning a.list-group-item:hover {
    background-color: inherit
}

.bg-warning .nav>li.active>a,
.bg-warning .nav>li:active>a,
.bg-warning .nav>li:focus>a,
.bg-warning .nav>li:hover>a {
    color: #fff;
    background-color: #ffbd0a
}

.bg-warning .nav>li>a {
    color: #fff
}

.bg-warning .nav>li>a:focus,
.bg-warning .nav>li>a:hover {
    background-color: #ffc017
}

.bg-warning .nav .open>a {
    background-color: #ffbd0a
}

.bg-warning .caret {
    border-top-color: #fffefc;
    border-bottom-color: #fffefc
}

.bg-warning.navbar .nav>li.active>a {
    color: #fff;
    background-color: #ffc017
}

.bg-warning .open>a,
.bg-warning .open>a:focus,
.bg-warning .open>a:hover {
    color: #fff
}

.bg-warning .text-muted {
    color: #fef0ca !important
}

.bg-warning .text-lt {
    color: #fff !important
}

.bg-warning .icon-muted {
    color: #fef0ca !important
}

.bg-warning.auto .list-group-item,
.bg-warning .auto .list-group-item {
    border-color: #fcca42 !important;
    background-color: transparent
}

.bg-warning.auto .list-group-item.active,
.bg-warning .auto .list-group-item.active,
.bg-warning.auto .list-group-item:active,
.bg-warning .auto .list-group-item:active,
.bg-warning.auto .list-group-item:focus,
.bg-warning .auto .list-group-item:focus,
.bg-warning.auto .list-group-item:hover,
.bg-warning .auto .list-group-item:hover {
    background-color: #ffc017 !important
}

.bg-danger {
    background-color: #e33244;
    color: #fce5e8
}

.bg-danger.lt,
.bg-danger .lt {
    background-color: #e34b5b
}

.bg-danger.lter,
.bg-danger .lter {
    background-color: #e56371
}

.bg-danger.dk,
.bg-danger .dk {
    background-color: #e01b2f
}

.bg-danger.dker,
.bg-danger .dker {
    background-color: #cc1628
}

.bg-danger.bg,
.bg-danger .bg {
    background-color: #e33244
}

.bg-danger-ltest {
    background-color: #fbedec
}

.bg-danger a,
.bg-danger a:hover {
    color: #fff
}

.bg-danger a.list-group-item:focus,
.bg-danger a.list-group-item:hover {
    background-color: inherit
}

.bg-danger .nav>li.active>a,
.bg-danger .nav>li:active>a,
.bg-danger .nav>li:focus>a,
.bg-danger .nav>li:hover>a {
    color: #fff;
    background-color: #d51a2d
}

.bg-danger .nav>li>a {
    color: #fff
}

.bg-danger .nav>li>a:focus,
.bg-danger .nav>li>a:hover {
    background-color: #e01b2f
}

.bg-danger .nav .open>a {
    background-color: #d51a2d
}

.bg-danger .caret {
    border-top-color: #fce5e8;
    border-bottom-color: #fce5e8
}

.bg-danger.navbar .nav>li.active>a {
    color: #fff;
    background-color: #e01b2f
}

.bg-danger .open>a,
.bg-danger .open>a:focus,
.bg-danger .open>a:hover {
    color: #fff
}

.bg-danger .text-muted {
    color: #f5b9bf !important
}

.bg-danger .text-lt {
    color: #fff !important
}

.bg-danger .icon-muted {
    color: #f5b9bf !important
}

.bg-danger.auto .list-group-item,
.bg-danger .auto .list-group-item {
    border-color: #e53f50 !important;
    background-color: transparent
}

.bg-danger.auto .list-group-item.active,
.bg-danger .auto .list-group-item.active,
.bg-danger.auto .list-group-item:active,
.bg-danger .auto .list-group-item:active,
.bg-danger.auto .list-group-item:focus,
.bg-danger .auto .list-group-item:focus,
.bg-danger.auto .list-group-item:hover,
.bg-danger .auto .list-group-item:hover {
    background-color: #e01b2f !important
}

.bg-white {
    background-color: #fff;
    color: #566066
}

.bg-white a {
    color: #1c1f21
}

.bg-white a:hover {
    color: #040505
}

.bg-white .text-muted {
    color: #7a878f !important
}

.bg-white-only {
    background-color: #fff
}

.bg-empty {
    background-color: transparent
}

.text-primary {
    color: #e51170
}

.text-primary-lt {
    color: #0076bf
}

.text-primary-lter {
    color: #0086d8
}

.text-primary-dk {
    color: #00568c
}

.text-primary-dker {
    color: #004672
}

.text-info {
    color: #1ccacc
}

.text-info-lt {
    color: #21dee1
}

.text-info-lter {
    color: #37e2e4
}

.text-info-dk {
    color: #19b4b6
}

.text-info-dker {
    color: #169e9f
}

.text-success {
    color: #1aae88
}

.text-success-lt {
    color: #1dc499
}

.text-success-lter {
    color: #21daab
}

.text-success-dk {
    color: #179877
}

.text-success-dker {
    color: #138265
}

.text-warning {
    color: #fcc633
}

.text-warning-lt {
    color: #fccd4c
}

.text-warning-lter {
    color: #fdd465
}

.text-warning-dk {
    color: #fcbf1a
}

.text-warning-dker {
    color: #f8b704
}

.text-danger {
    color: #e33244
}

.text-danger-lt {
    color: #e64858
}

.text-danger-lter {
    color: #e95f6d
}

.text-danger-dk {
    color: #dd1e32
}

.text-danger-dker {
    color: #c71b2d
}

.text-dark {
    color: #222733
}

.text-dark-lt {
    color: #2c3342
}

.text-dark-lter {
    color: #363e52
}

.text-dark-dk {
    color: #181b24
}

.text-dark-dker {
    color: #0e1014
}

.text-black {
    color: #000;
    color: rgba(0, 0, 0, .8)
}

.text-white {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.text-muted {
    color: #7a878f
}

.pos-rlt {
    position: relative
}

.pos-stc {
    position: static
}

.pos-abt {
    position: absolute
}

.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden
}

.line-xs {
    margin: 0
}

.line-lg {
    margin-top: 15px;
    margin-bottom: 15px
}

.line-dashed {
    border-style: dashed !important;
    background-color: transparent
}

.line-dashed,
.no-line {
    border-width: 0
}

.no-border,
.no-borders {
    border-color: transparent;
    border-width: 0
}

.no-radius {
    -webkit-border-radius: 0;
    border-radius: 0
}

.block {
    display: block
}

.block.hide {
    display: none
}

.inline {
    display: inline-block !important
}

.none {
    display: none
}

.pull-right-lg {
    float: right
}

.pull-none {
    float: none
}

.rounded {
    -webkit-border-radius: 500px;
    border-radius: 500px
}

.btn-s-xs {
    min-width: 90px
}

.btn-s-sm {
    min-width: 100px
}

.btn-s-md {
    min-width: 120px
}

.btn-s-lg {
    min-width: 150px
}

.btn-s-xl {
    min-width: 200px
}

.l-h-2x {
    line-height: 2em
}

.l-h-1x {
    line-height: 1.2
}

.l-h {
    line-height: 1.5
}

.v-middle {
    vertical-align: middle !important
}

.v-top {
    vertical-align: top !important
}

.v-bottom {
    vertical-align: bottom !important
}

.font-normal {
    font-weight: 400
}

.font-thin {
    font-weight: 300
}

.font-bold {
    font-weight: 700
}

.text-lg {
    font-size: 16px
}

.text-md {
    font-size: 14px
}

.text-sm {
    font-size: 12px
}

.text-xs {
    font-size: 11px
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-u-c {
    text-transform: uppercase
}

.text-l-t {
    text-decoration: line-through
}

.text-u-l {
    text-decoration: underline
}

.active>.auto .text,
.active>.text,
.text-active {
    display: none !important
}

.active>.auto .text-active,
.active>.text-active {
    display: inline-block !important
}

.box-shadow {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05)
}

.wrapper-xxs {
    padding: 4px 6px
}

.wrapper-sm {
    padding: 5px 10px
}

.wrapper {
    padding: 15px
}

.wrapper-md {
    padding: 20px
}

.wrapper-lg {
    padding: 30px
}

.wrapper-xl {
    padding: 50px
}

.padder {
    padding-left: 15px;
    padding-right: 15px
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px
}

.no-padder {
    padding: 0 !important
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px
}

.pull-out {
    margin: -10px -15px
}

.b {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .05)
}

.b-a {
    border: 1px solid #eaeef1
}

.b-t {
    border-top: 1px solid #eaeef1
}

.b-r {
    border-right: 1px solid #eaeef1
}

.b-b {
    border-bottom: 1px solid #eaeef1
}

.b-l {
    border-left: 1px solid #eaeef1
}

.b-light {
    border-color: #e1e6ef
}

.b-dark {
    border-color: #2c3342
}

.b-primary {
    border-color: #0076bf
}

.b-success {
    border-color: #1dc499
}

.b-info {
    border-color: #21dee1
}

.b-warning {
    border-color: #fccd4c
}

.b-danger {
    border-color: #e64858
}

.b-black {
    border-color: #1c1e29
}

.b-white {
    border-color: #fff
}

.b-2x {
    border-width: 2px
}

.b-3x {
    border-width: 3px
}

.b-4x {
    border-width: 4px
}

.b-5x {
    border-width: 5px
}

.r {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px
}

.r-l {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.r-r {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.r-t {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.r-b {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.media-xs {
    min-width: 50px
}

.media-sm {
    min-width: 80px
}

.media-md {
    min-width: 90px
}

.media-lg {
    min-width: 120px
}

.avatar {
    position: relative;
    display: block;
    white-space: nowrap
}

.avatar,
.avatar img {
    -webkit-border-radius: 500px;
    border-radius: 500px
}

.avatar img {
    width: 100%
}

.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.avatar i.md {
    width: 12px;
    height: 12px;
    margin: 1px
}

.avatar i.bottom,
.avatar i.right {
    left: auto;
    right: 0
}

.avatar i.bottom {
    top: auto;
    bottom: 0
}

.avatar i.on {
    background-color: #1aae88
}

.avatar i.off {
    background-color: #7a878f
}

.avatar i.busy {
    background-color: #e33244
}

.avatar i.away {
    background-color: #fcc633
}

.thumb-lg {
    width: 128px
}

.thumb-lg,
.thumb-md {
    display: inline-block
}

.thumb-md {
    width: 64px
}

.thumb {
    width: 50px
}

.thumb,
.thumb-sm {
    display: inline-block
}

.thumb-sm {
    width: 34px
}

.thumb-xs {
    width: 24px;
    display: inline-block
}

.thumb-wrapper {
    padding: 2px;
    border: 1px solid #ddd
}

.thumb-btn img,
.thumb-lg img,
.thumb-md img,
.thumb-sm img,
.thumb-xs img,
.thumb img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.img-full,
.img-full>img {
    max-width: 100%
}

.clear {
    display: block;
    overflow: hidden
}

.i-checks input {
    opacity: 0
}

.i-checks input:checked+i {
    border-color: #e51170
}

.i-checks input:checked+i:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 2px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #e51170
}

.i-checks input[type=radio]+i {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.i-checks input[type=checkbox]:checked+i:before {
    content: "\f00c"
}

.i-checks input[type=radio]:checked+i:before {
    content: "\f111"
}

.i-checks input[disabled]+i,
fieldset[disabled] .i-checks input+i {
    border-color: #dbe2e7
}

.i-checks input[disabled]+i:before,
fieldset[disabled] .i-checks input+i:before {
    color: #cbd5dd
}

.i-checks i {
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #cbd5dd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    font-size: 12px
}

.ie8 .i-checks i {
    display: none
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.no-touch .scroll-x,
.no-touch .scroll-y {
    overflow: hidden
}

.no-touch .scroll-x:active,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:hover {
    overflow-x: auto
}

.no-touch .scroll-y:active,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:hover {
    overflow-y: auto
}

.no-touch .hover-action {
    display: none
}

.no-touch .hover:hover .hover-action {
    display: inherit
}

.hover-rotate {
    -webkit-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    -webkit-transition: all all .2s ease-in-out .1s;
    -o-transition: all all .2s ease-in-out .1s;
    -moz-transition: all all .2s ease-in-out .1s;
    transition: all all .2s ease-in-out .1s
}

.hover:active .hover-rotate,
.hover:hover .hover-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #fff
}

.backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.h {
    font-size: 170px;
    font-weight: 300;
    text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, .125), 0 10px 20px rgba(0, 0, 0, .2)
}

@media screen and (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width:767px) {
    .shift {
        display: none !important
    }
    .shift.in {
        display: block !important
    }
    .row-2 [class*=col] {
        width: 50%;
        float: left
    }
    .row-2 .col-0 {
        clear: none
    }
    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
    .text-center-xs {
        text-align: center
    }
    .text-left-xs {
        text-align: left
    }
    .pull-none-xs {
        float: none !important
    }
    .hidden-xs.show {
        display: inherit !important
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #6e6e6e;
    box-shadow: 0 0 12px #6e6e6e;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #e51170
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(../flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(../flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(../flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(../flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(../flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(../flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(../flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(../flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(../flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(../flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(../flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(../flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(../flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(../flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(../flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(../flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(../flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(../flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(../flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(../flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(../flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(../flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(../flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(../flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(../flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(../flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(../flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(../flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(../flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(../flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(../flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(../flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(../flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(../flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(../flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(../flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(../flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(../flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(../flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(../flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(../flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(../flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(../flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(../flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(../flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(../flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(../flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(../flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(../flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(../flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(../flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(../flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(../flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(../flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(../flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(../flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(../flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(../flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(../flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(../flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(../flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(../flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(../flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(../flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(../flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(../flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(../flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(../flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(../flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(../flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(../flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(../flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(../flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(../flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(../flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(../flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(../flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(../flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(../flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(../flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(../flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(../flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(../flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(../flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(../flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(../flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(../flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(../flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(../flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(../flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(../flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(../flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(../flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(../flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(../flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(../flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(../flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(../flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(../flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(../flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(../flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(../flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(../flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(../flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(../flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(../flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(../flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(../flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(../flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(../flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(../flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(../flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(../flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(../flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(../flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(../flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(../flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(../flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(../flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(../flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(../flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(../flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(../flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(../flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(../flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(../flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(../flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(../flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(../flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(../flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(../flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(../flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(../flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(../flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(../flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(../flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(../flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(../flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(../flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(../flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(../flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(../flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(../flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(../flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(../flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(../flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(../flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(../flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(../flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(../flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(../flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(../flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(../flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(../flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(../flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(../flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(../flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(../flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(../flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(../flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(../flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(../flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(../flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(../flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(../flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(../flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(../flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(../flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(../flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(../flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(../flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(../flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(../flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(../flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(../flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(../flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(../flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(../flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(../flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(../flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(../flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(../flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(../flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(../flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(../flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(../flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(../flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(../flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(../flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(../flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(../flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(../flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(../flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(../flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(../flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(../flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(../flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(../flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(../flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(../flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(../flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(../flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(../flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(../flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(../flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(../flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(../flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(../flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(../flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(../flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(../flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(../flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(../flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(../flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(../flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(../flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(../flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(../flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(../flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(../flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(../flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(../flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(../flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(../flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(../flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(../flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(../flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(../flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(../flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(../flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(../flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(../flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(../flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(../flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(../flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(../flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(../flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(../flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(../flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(../flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(../flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(../flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(../flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(../flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(../flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(../flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(../flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(../flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(../flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../flags/1x1/zw.svg)
}

.flag-icon-es-ct {
    background-image: url(../flags/4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(../flags/1x1/es-ct.svg)
}

.flag-icon-eu {
    background-image: url(../flags/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(../flags/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../flags/4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../flags/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../flags/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../flags/1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(../flags/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../flags/1x1/un.svg)
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.dropdown-menu.open {
    position: absolute !important
}

.bg-theme {
    background: #e51170
}

.bg-theme,
.bg-theme * {
    color: #fff
}

blockquote {
    font-size: 1em;
    padding: 10px 15px;
    margin: 0;
    background: #f9f9f9;
    color: #6d7a82
}

#tinymce {
    padding: 15px;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e51170;
    font-weight: 700
}

.panel-heading {
    margin-bottom: 5px
}

.panel-heading h2 {
    font-size: 2em;
    margin-bottom: 0
}

.panel-heading h3 {
    color: #b474b6;
    font-size: 1.4em;
    margin-bottom: 5px
}

a:active,
a:focus,
a:hover {
    color: #2973a1
}

a:active,
a:focus {
    text-decoration: none;
    font-weight: 700
}

.separator05 {
    height: .5em;
    line-height: .5em;
    overflow: hidden
}

.separator {
    height: 1em;
    line-height: 1em;
    overflow: hidden
}

.info,
.notice {
    color: #b6b6b6;
    font-size: .9em
}

img {
    max-width: 100%;
    height: auto
}

.button-column {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.button-column-1,
.button-column-2 {
    width: 38px;
    text-align: center
}

.button-column-2 {
    width: 60px
}

.w100-column {
    width: 100px
}

.w140-column {
    width: 140px
}

.w180-column {
    width: 180px
}

.w220-column {
    width: 220px
}

.admin-grid-wrapper .button-column i {
    display: block;
    float: left;
    width: 22px;
    text-align: center
}

@media (min-width:1200px) {
    .text-right-lg {
        text-align: right
    }
}

.alert .errorSummary ul {
    margin-bottom: 0
}

.inline-block {
    display: inline-block
}

.angle-ul {
    list-style: none;
    padding-left: 0;
    text-align: justify
}

.angle-ul li {
    position: relative;
    padding-left: 16px;
    line-height: 19.99998px
}

.angle-ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 18px;
    text-align: center;
    content: "\f105";
    color: #e51170;
    position: absolute;
    left: 0;
    height: 19.99998px;
    line-height: 19.99998px
}

.angle-ul li:before.fa-pull-left {
    margin-right: .3em
}

.angle-ul li:before.fa-pull-right {
    margin-left: .3em
}

.angle-ul li:before.pull-left {
    margin-right: .3em
}

.angle-ul li:before.pull-right {
    margin-left: .3em
}

#player1_container,
#player1_container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.plyr:focus,
.plyr input[type=range]:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe,
.plyr__tooltip {
    pointer-events: none
}

@-webkit-keyframes w {
    to {
        background-position: 25px 0
    }
}

@-moz-keyframes w {
    to {
        background-position: 25px 0
    }
}

@keyframes w {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    direction: ltr
}

.plyr * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

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

.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.plyr input[type=range] {
    display: block;
    height: 26px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -3px;
    position: relative;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    -moz-transition: background .2s ease, border .2s ease, transform .2s ease, -moz-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
    height: 5px;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    -moz-transition: background .2s ease, border .2s ease, transform .2s ease, -moz-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
    height: 5px;
    background: 0 0;
    border: 0;
    color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
    height: 5px;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
    height: 5px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #e51170
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    -moz-transition: background .2s ease, border .2s ease, transform .2s ease, -moz-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #e51170;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #e51170;
    border-color: #fff;
    -moz-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #e51170;
    border-color: #fff;
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: 1px dotted #fff;
    outline: 1px dotted hsla(0, 0%, 100%, .5)
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: 1px dotted #565d64;
    outline: 1px dotted rgba(86, 93, 100, .5)
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.plyr__video-wrapper {
    position: relative;
    background: #000
}

.plyr__video-embed,
.plyr__video-wrapper {
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -moz-transform: translateY(-35.95%);
    -ms-transform: translateY(-35.95%);
    -o-transform: translateY(-35.95%);
    transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
    margin-left: 5px
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 0 0 0 6px;
    margin: 0;
    font-size: 14px;
    border: 0;
    background: 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
    -moz-transition: background .3s ease, color .3s ease, opacity .3s ease;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: #e51170
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none
}

@media (min-width:480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls>button {
        margin-left: 0
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background: -webkit-linear-gradient(#000, #000);
    background: -moz- oldlinear-gradient(#000, #000);
    background: linear-gradient(#000, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: -moz- oldlinear-gradient(transparent, rgba(0, 0, 0, .5));
    background: linear-gradient(transparent, rgba(0, 0, 0, .5));
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #e51170;
    color: #fff
}

.plyr--audio .plyr__controls {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: #fff;
    color: #565d64
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    color: #566066
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid #e51170;
    color: #e51170;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: 1px dotted #fff;
    outline: 1px dotted hsla(0, 0%, 100%, .5)
}

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}

.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg,
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen] {
    display: none
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: #000;
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -moz-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    -o-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: opacity .2s .1s ease, -o-transform .2s .1s ease;
    -moz-transition: transform .2s .1s ease, opacity .2s .1s ease, -moz-transform .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s, -moz-transform .2s ease .1s, -o-transform .2s ease .1s
}

.plyr__tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr__tooltip--visible,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -moz-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    -o-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip:before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -moz-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    -o-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5px;
    margin: -2.5px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #e51170;
    background: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: #fff;
    background: hsla(0, 0%, 100%, .25)
}

.plyr--video .plyr__progress--buffer {
    color: #fff;
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: #c6d6db;
    background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
    color: #c6d6db;
    color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: w 1s linear infinite;
    -moz-animation: w 1s linear infinite;
    animation: w 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-image: -moz- oldlinear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: #c6d6db;
    background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time+.plyr__time {
    display: none
}

@media (min-width:768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}

.plyr__time+.plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__time--current,
.plyr__controls .plyr__tooltip {
    padding: 0;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 6px
}

.plyr__controls .plyr__time,
.plyr__controls .plyr__time--current {
    font-size: 12px;
    color: #999
}

.plyr__controls .plyr__time--current {
    margin: 0
}

.plyr__controls .plyr__tooltip {
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px;
    border: 1px solid #e51170;
    color: #e51170;
    background: #fff;
    background: hsla(0, 0%, 100%, .8)
}

.plyr--video {
    cursor: pointer
}

.plyr--video .plyr__controls {
    background: #000;
    background: rgba(0, 0, 0, .3);
    padding: 6px
}

.plyr--video .plyr__controls button {
    color: #fff
}

.plyr--video .plyr__controls button:hover {
    color: #e51170;
    background: none
}

.plyr--video.plyr--stopped .plyr__controls {
    opacity: 0
}

.plyr--video.plyr--stopped.plyr--hide-controls:hover .plyr__controls,
.plyr--video.plyr--stopped:hover .plyr__controls {
    opacity: 1
}

.plyr--video .plyr__play-large {
    opacity: .8
}

@media (max-width:767px) {
    .plyr__controls .enlarge {
        display: none
    }
}

html {
    font-size: 15px
}

.app body {
    font-size: .9375em;
    background: #6e6e6e;
    padding: 0
}

#main-content>.container-fluid,
#main-footer>.container-fluid,
#main-header>.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

#main-header {
    background-color: #fff;
    color: #e51170;
    font-weight: 700;
    font-size: 1.6em
}

#main-header h1 {
    margin-top: 0;
    padding: 10px 20px 5px 0
}

#main-header h1 img {
    width: auto;
    height: 80px
}

#main-header .user {
    text-align: right;
    font-weight: 400;
    font-size: .5625em;
    padding-top: 8px;
    padding-bottom: 8px
}

#main-header .bootstrap-select {
    text-align: left
}

a {
    color: #e51170;
    text-shadow: 1px 1px #ddd
}

a:hover {
    color: #2973a1;
    text-decoration: underline
}

.fmc #main-header a,
.fmc #main-header a:hover {
    color: #fff
}

#all-but-footer {
    background: url(../img/1/pw_maze_white.png);
    min-height: 90%
}

#main-content .container-fluid {
    padding: 10px
}

#main-footer {
    background: #6e6e6e;
    color: #d0d0d0;
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, .3)
}

#main-footer .container-fluid {
    padding: 12px 0 10px
}

#main-sidebar {
    padding-top: 5px
}

#main-sidebar>div {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    padding-bottom: 15px
}

#main-sidebar>div:last-child {
    padding-bottom: 0;
    border-bottom: none
}

#main-sidebar>div,
#main-sidebar>nav {
    margin-bottom: 15px
}

#main-sidebar>div:first-child,
#main-sidebar>nav:first-child {
    margin-top: 5px
}

#main-sidebar ul {
    color: #e51170
}

#main-sidebar h3 {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: .5em
}

#main-sidebar p {
    margin-bottom: .3em;
    text-align: justify
}

#main-sidebar p:last-child {
    margin-bottom: 0
}

#main-sidebar .widget>h1:first-child,
#main-sidebar .widget>h2:first-child,
#main-sidebar .widget>h3:first-child,
#main-sidebar .widget>h4:first-child,
#main-sidebar .widget>h5:first-child,
#main-sidebar .widget>h6:first-child {
    margin-top: 0
}

#main-sidebar .widget ul {
    list-style: none;
    padding-left: 0;
    text-align: justify
}

#main-sidebar .widget ul li {
    position: relative;
    padding-left: 16px;
    line-height: 19.99998px
}

#main-sidebar .widget ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 18px;
    text-align: center;
    content: "\f105";
    color: #e51170;
    position: absolute;
    left: 0;
    height: 19.99998px;
    line-height: 19.99998px
}

#main-sidebar .widget ul li:before.fa-pull-left {
    margin-right: .3em
}

#main-sidebar .widget ul li:before.fa-pull-right {
    margin-left: .3em
}

#main-sidebar .widget ul li:before.pull-left {
    margin-right: .3em
}

#main-sidebar .widget ul li:before.pull-right {
    margin-left: .3em
}

#main-sidebar hr {
    border-color: #ccc
}

#main-sidebar ul:last-child,
.breadcrumb {
    margin-bottom: 0
}

.breadcrumb {
    background: none;
    padding-top: 0;
    padding-bottom: 0
}

.breadcrumb-fill {
    padding: 10px 0 0
}

ul {
    list-style: disc outside url(../img/list-bullet.gif)
}

.panel {    
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.54); 
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.54);
}

.panel,
.panel p:last-child {
    margin-bottom: 0
}

.btn-theme-light {
    background: #2973a1;
    color: #fff
}

@media (max-width:767px) {
    #main-footer,
    #main-header h1 {
        padding-left: 10px
    }
}

@media (min-width:979px) {
    .modal-lg {
        width: 800px
    }
}

#main {
    margin: 5px 0 15px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    min-height: 400px
}

#main h2 {
    margin-top: 0
}

.extra-article {
    margin: 5px 0 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

.extra-article h1:first-child,
.extra-article h2:first-child,
.extra-article h3:first-child,
.extra-article h4:first-child,
.extra-article h5:first-child,
.extra-article h6:first-child {
    margin-top: 0
}

hr {
    border: none;
    border-top: 1px solid #e51170;
    position: relative;
    margin: 15px 0
}

.col2r hr:after {
    left: -1px;
    top: -8px
}

h1,
h1 a {
    font-weight: 700;
    font-size: 25px
}

h2,
h2 a {
    font-weight: 400;
    font-size: 20px;
    color: #e51170
}

h3,
h3 a {
    margin: 5px 0;
    color: #e51170
}

nav.left-nav,
nav.right-nav {
    background: #fefefe;
    background: hsla(0, 0%, 100%, .6);
    margin-left: -2000px;
    margin-top: 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    padding: 10px 10px 10px 2000px;
    -webkit-box-shadow: inset -1px 1px 3px rgba(0, 0, 0, .4);
    box-shadow: inset -1px 1px 3px rgba(0, 0, 0, .4)
}

nav.left-nav ul,
nav.right-nav ul {
    padding: 0;
    list-style: none;
    margin: 0 0 10px
}

nav.right-nav {
    margin-left: 0;
    margin-right: -2000px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    padding-left: 10px;
    padding-right: 2000px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4)
}

.courses-login-form .form-group {
    margin-bottom: 5px
}

.courses-login-form input[type=submit]:hover {
    color: #b474b6
}

a i.fa-external-link {
    font-size: .9em
}

.datatables-hotel {
    border: 1px solid #ddd !important
}

.datatables-hotel thead {
    white-space: nowrap !important
}

.datatables-hotel thead td,
.datatables-hotel thead th {
    background-color: #e3e3e3 !important
}

.datatables-hotel thead td.sorting,
.datatables-hotel thead th.sorting {
    padding-right: 20px !important
}

.account-form input {
    display: inline-block
}

.account-form input[type=text] {
    width: 240px
}

.account-form input[type=password] {
    width: 160px
}

.account-form input.error,
.account-form select.error {
    background-color: #f2dede;
    border-color: #ebccd1
}

.account-form label.error {
    color: #a94442
}

.account-form label.error a {
    color: #a94442;
    text-decoration: underline
}

.account-form .errorSummary {
    color: #a94442
}

.account-form #title {
    width: 80px
}

.account-form #postcode {
    width: 100px
}

.account-form select {
    width: auto;
    min-width: 180px;
    max-width: 100%
}

.account-form .help-block {
    color: #b6b6b6;
    font-style: italic
}

.c-course.a-register .panel-body {
    padding-top: 0
}

#course-register-form label .required {
    display: none
}

#course-register-form .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px
}

#course-register-form .checkbox label {
    display: block
}

#course-register-form .checkbox input {
    margin-left: 0;
    margin-right: 7px
}

#course-register-form .row.submit .col-lg-offset-2 {
    padding-left: 7px
}

#abstract-submission-form .errors {
    border-color: red;
    color: red;
    background: #ffeaea
}

#abstract-submission-form label {
    text-align: right;
    padding-top: 4px
}

#abstract-submission-form label.error {
    color: red
}

#abstract-submission-form label .required {
    display: none
}

#abstract-submission-form .form-control.error {
    border: 1px solid red
}

#abstract-submission-form .help-block {
    font-size: .9em
}

#abstract-submission-form fieldset legend {
    font-size: 1.2em;
    font-weight: 700;
    color: #e51170
}

#abstract-submission-form .institution-details input[type=text],
#abstract-submission-form .presenting-details input[type=text],
#abstract-submission-form .submitting-details input[type=text] {
    width: 240px
}

#abstract-submission-form .institution-details input[type=text].wide,
#abstract-submission-form .presenting-details input[type=text].wide,
#abstract-submission-form .submitting-details input[type=text].wide {
    width: 320px
}

#abstract-submission-form .institution-details select,
#abstract-submission-form .presenting-details select,
#abstract-submission-form .submitting-details select {
    width: auto
}

@media (min-width:1200px) {
    .col-lg-offset-2 {
        margin-left: 25%
    }
    .col-lg-2 {
        width: 25%
    }
    .col-lg-10 {
        width: 75%
    }
}

.c-audit #fmf-modal ul,
.c-audit .errorSummary ul,
.c-audit .tab-content ul {
    padding: 0 0 0 20px
}

.c-audit #fmf-modal table {
    margin: 15px 0 20px
}

.c-audit #fmf-modal table tr {
    border-bottom: 1px dashed #ddd
}

.c-audit #fmf-modal table tr:first-child {
    border-top: 1px dashed #ddd
}

.c-audit #fmf-modal table td {
    padding: 3px
}

.c-audit #fmf-modal table td.caption {
    width: 1%;
    padding-right: 10px;
    vertical-align: top
}

.c-audit #fmf-modal .decimal-mark {
    padding: 3px;
    font-style: italic
}

#fmf-audits-form .ufileupload {
    display: table-cell;
    vertical-align: middle
}

#fmf-audits-form .ufileupload .controls,
#fmf-audits-form .ufileupload .filelist {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0
}

#fmf-audits-form .ufileupload .controls ul,
#fmf-audits-form .ufileupload .filelist ul {
    padding: 0;
    margin: 0
}

#fmf-audits-form .ufileupload .filelist {
    padding-left: 10px
}

#fmf-audits-form .ufileupload .filelist .file,
#fmf-audits-form .ufileupload .filelist .file>* {
    height: auto
}

#fmf-audits-form .ufileupload .filelist .file>.preview {
    display: none
}

#fmf-audits-form .ufileupload .controls {
    float: left
}

#fmf-audits-form .btn-primary {
    margin-top: 10px
}

.audit-result {
    padding: 0;
    margin: 0
}

.audit-result:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.audit-result h3 {
    margin-bottom: 15px
}

.audit-result hr {
    border: none;
    border-top: 1px dashed #dedede
}

.audit-result hr:last-child {
    border-top: none
}

#ui-datepicker-div {
    z-index: 9999 !important
}

#calculator-errors ul {
    padding: 0 0 0 20px
}

.calculator-form #CalculatorPe_ga {
    background: #f9f9f9
}

.calculator-form h3 {
    font-size: 18px;
    min-height: 18px;
    line-height: 18px;
    margin: 15px 0 8px;
    font-weight: 700
}

.calculator-form h4 {
    font-size: 14px;
    min-height: 14px;
    line-height: 14px;
    margin: 0 0 5px;
    font-weight: 700
}

.calculator-form .errorSummary ul {
    margin: 0;
    list-style: disc
}

.calculator-form .obstetric-history {
    margin-top: 15px
}

.calculator-form .fieldset {
    border: 1px solid #b474b6;
    padding: 10px;
    margin: 0;
    position: relative;    
}

.calculator-form .fieldset .legend {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e51170;
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 3px 8px;
    border: 1px solid #b474b6;
    position: absolute;
    top: -15px;
    left: 15px;
}

.calculator-form table tr td {
    white-space: nowrap
}

.calculator-form .biomarkers .fieldset {
    padding-top: 25px
}

.calculator-form .biomarkers table {
    width: 100%;
    margin-bottom: 0
}

.calculator-form .biomarkers table td,
.calculator-form .biomarkers table th {
    white-space: nowrap;
    padding: 5px;
    width: 14%
}

.calculator-form .biomarkers table td .caption,
.calculator-form .biomarkers table th .caption {
    cursor: default
}

.calculator-form .biomarkers table td.date,
.calculator-form .biomarkers table th.date {
    width: 20%
}

.calculator-form .biomarkers table td.date .calc-ga,
.calculator-form .biomarkers table th.date .calc-ga {
    display: inline-block;
    padding: 0 0 0 5px
}

.calculator-form .biomarkers table td.weight,
.calculator-form .biomarkers table th.weight {
    width: 20%
}

.calculator-form .biomarkers table td.weight>div,
.calculator-form .biomarkers table th.weight>div {
    display: inline-block;
    white-space: nowrap;
    width: auto !important
}

.calculator-form .biomarkers table td.weight>div .input-group,
.calculator-form .biomarkers table th.weight>div .input-group {
    display: inline-block;
    float: none;
    margin: 0
}

.calculator-form .biomarkers table td.last,
.calculator-form .biomarkers table th.last {
    width: auto
}

.calculator-form .form-control {
    display: inline-block;
    width: 140px
}

.calculator-form .form-control.no-border {
    border: none
}

.calculator-form .form-control.error {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #a94442
}

.calculator-form label {
    display: block;
    float: left;
    width: 205px;
    margin-bottom: 0;
    height: auto;
    line-height: 24px
}

.calculator-form label.error {
    color: #a94442
}

.calculator-form .text {
    display: block !important
}

.calculator-form .text label {
    display: block;
    float: left
}

.calculator-form .form-group {
    margin-bottom: 3px
}

.calculator-form .form-group:last-child {
    margin-bottom: 0
}

.calculator-form .form-group.date input {
    width: 100px;
    text-align: center
}

.calculator-form .form-group.convertor-length input,
.calculator-form .form-group.convertor-weight input,
.calculator-form .form-group.ga input,
.calculator-form .form-group.length input,
.calculator-form .form-group.weight input {
    width: 37px
}

.calculator-form .form-group.convertor-weight input {
    width: 45px
}

.calculator-form .form-group.ga {
    position: relative
}

.calculator-form .form-group.ga-full {
    margin-top: 3px
}

.calculator-form .form-group.ga-full input {
    width: 60px
}

.calculator-form .form-group.checkbox label,
.calculator-form .form-group.radio-list-inline span label {
    display: inline-block;
    float: none;
    width: auto
}

.calculator-form .form-group.checkbox input {
    margin-top: 0;
    position: relative;
    top: 6px
}

.calculator-form .radio-list label {
    display: inline-block;
    float: none;
    width: auto
}

.calculator-form .radio-list>span {
    display: block;
    clear: both
}

.calculator-form .input-group {
    display: block;
    float: left;
    margin-right: 5px
}

.calculator-form .input-group:last-child {
    margin-right: 0
}

.calculator-form .input-group input {
    display: block;
    float: left
}

.calculator-form .input-group .input-group-addon {
    display: block;
    float: left;
    height: 24px;
    width: 30px;
    padding: 3px 5px;
    text-align: center;
    background: #f9f9f9
}

.calculator-form .input-group-ft .input-group-addon,
.calculator-form .input-group-in .input-group-addon {
    width: 20px;
    padding-left: 0;
    padding-right: 0
}

.calculator-form .input-group-kg .input-group-addon {
    width: 23px;
    padding-left: 0;
    padding-right: 0
}

.calculator-form .input-group-cm .input-group-addon,
.calculator-form .input-group-lbs .input-group-addon {
    width: 25px;
    padding-left: 0;
    padding-right: 0
}

.calculator-form .w-25 {
    width: 25px
}

.calculator-form .w-30,
.calculator-form .w-35 {
    width: 30px
}

.calculator-form .w-40 {
    width: 40px
}

.calculator-form .w-45 {
    width: 45px
}

.calculator-form .w-50 {
    width: 50px
}

.calculator-form .w-60 {
    width: 60px
}

.calculator-form .w-70 {
    width: 70px
}

.calculator-form .w-80 {
    width: 80px
}

.calculator-form input[type=password],
.calculator-form input[type=text],
.calculator-form select,
.calculator-form select option,
.calculator-form textarea {
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    height: 24px;
    margin: 0
}

.calculator-form input[type=password].w-25,
.calculator-form input[type=text].w-25,
.calculator-form select.w-25,
.calculator-form select option.w-25,
.calculator-form textarea.w-25 {
    width: 25px
}

.calculator-form input[type=password].w-30,
.calculator-form input[type=password].w-35,
.calculator-form input[type=text].w-30,
.calculator-form input[type=text].w-35,
.calculator-form select.w-30,
.calculator-form select.w-35,
.calculator-form select option.w-30,
.calculator-form select option.w-35,
.calculator-form textarea.w-30,
.calculator-form textarea.w-35 {
    width: 30px
}

.calculator-form input[type=password].w-40,
.calculator-form input[type=text].w-40,
.calculator-form select.w-40,
.calculator-form select option.w-40,
.calculator-form textarea.w-40 {
    width: 40px
}

.calculator-form input[type=password].w-45,
.calculator-form input[type=text].w-45,
.calculator-form select.w-45,
.calculator-form select option.w-45,
.calculator-form textarea.w-45 {
    width: 45px
}

.calculator-form input[type=password].w-50,
.calculator-form input[type=text].w-50,
.calculator-form select.w-50,
.calculator-form select option.w-50,
.calculator-form textarea.w-50 {
    width: 50px
}

.calculator-form input[type=password].w-60,
.calculator-form input[type=password].w-70,
.calculator-form input[type=password].w-80,
.calculator-form input[type=text].w-60,
.calculator-form input[type=text].w-70,
.calculator-form input[type=text].w-80,
.calculator-form select.w-60,
.calculator-form select.w-70,
.calculator-form select.w-80,
.calculator-form select option.w-60,
.calculator-form select option.w-70,
.calculator-form select option.w-80,
.calculator-form textarea.w-60,
.calculator-form textarea.w-70,
.calculator-form textarea.w-80 {
    width: 60px
}

.calculator-form textarea {
    height: 56px
}

.calculator-form input[type=radio] {
    position: relative;
    top: -1px;
    margin: 0
}

.calculator-form input[type=password],
.calculator-form input[type=text] {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.calculator-form .calculated-ga input[type=text] {
    padding-left: 3px;
    padding-right: 3px
}

.calculator-form .nav-tabs>li>a {
    padding: 6px 10px;
    margin: 0
}

.calculator-form .has-maternal-ga-calculator {
    float: left;
    position: relative
}

.calculator-form .has-maternal-ga-calculator i {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    color: #e51170;
    cursor: pointer
}

.calculator-form .has-maternal-ga-calculator input {
    width: 55px;
    padding: 3px 5px
}

.calculator-form .has-maternal-ga-calculator input.has-i {
    padding-left: 24px;
    width: 74px
}

.calculator-form .biomarkers table td>div,
.calculator-form .gestational-age table td>div {
    position: relative
}

.calculator-form .biomarkers table td>div i,
.calculator-form .gestational-age table td>div i {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    color: #e51170;
    cursor: pointer
}

.calculator-form .biomarkers table td>div input,
.calculator-form .gestational-age table td>div input {
    width: 45px;
    padding: 3px 5px
}

.calculator-form .biomarkers table td>div input.has-i,
.calculator-form .gestational-age table td>div input.has-i {
    padding-left: 24px;
    width: 74px
}

.calculator-form .biomarkers .alert,
.calculator-form .gestational-age .alert {
    margin: 10px 0 0
}

.calculator-form .gestational-age input {
    margin: 0 0 3px
}

.calculator-form .gestational-age #gestational-age-at {
    width: 100px
}

.calculator-form .panel-group {
    margin: 8px 0;
    padding: 0
}

.calculator-form .panel-group .panel {
    margin: 0;
    border-bottom-width: 0
}

.calculator-form .panel-group .panel:last-child {
    border-bottom-width: 1px
}

.calculator-form .panel-group .panel-heading {
    padding: 0
}

.calculator-form .panel-group .panel-heading a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 8px;
    font-weight: 700
}

.calculator-form .panel-group .panel-heading a.collapsed {
    font-weight: 400
}

.calculator-form .panel-group .panel-body {
    padding: 8px;
    background: #fdfdfd
}

.calculator-form .panel-group .panel-body label {
    width: 194px
}

.calculator-form .alert-ga {
    margin: 10px 0;
    padding: 10px;
    border-color: #ddd;
    background: #f9f9f9;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 0;
    border-radius: 0
}

.calculator-form .m-r-10 {
    margin-right: 10px
}

.calculator-form .m-r-15 {
    margin-right: 15px
}

#ga-calculator,
#map-calculator,
#utpi-calculator,
.calculator {
    z-index: 9999;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 340px;
    border: 1px solid #e51170;
    background: #fff;
    padding: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#ga-calculator .close,
#map-calculator .close,
#utpi-calculator .close,
.calculator .close {
    position: absolute;
    top: 5px;
    right: 5px !important;
    left: auto !important;
    cursor: pointer
}

#ga-calculator label,
#map-calculator label,
#utpi-calculator label,
.calculator label {
    display: none
}

#ga-calculator fieldset,
#map-calculator fieldset,
#utpi-calculator fieldset,
.calculator fieldset {
    border-bottom: 1px dashed #0ca2ff;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#ga-calculator fieldset:last-child,
#map-calculator fieldset:last-child,
#utpi-calculator fieldset:last-child,
.calculator fieldset:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

#ga-calculator fieldset legend,
#map-calculator fieldset legend,
#utpi-calculator fieldset legend,
.calculator fieldset legend {
    font-size: 1.1em;
    line-height: 1em;
    height: 1.2em;
    color: #e51170;
    margin: 0 0 5px
}

#ga-calculator table,
#map-calculator table,
#utpi-calculator table,
.calculator table {
    width: 100%;
    padding: 0;
    margin: 0
}

#ga-calculator table tr td,
#ga-calculator table tr th,
#map-calculator table tr td,
#map-calculator table tr th,
#utpi-calculator table tr td,
#utpi-calculator table tr th,
.calculator table tr td,
.calculator table tr th {
    width: 30%;
    padding-top: 4px;
    border: none;
    vertical-align: top
}

#ga-calculator table tr td.w1,
#ga-calculator table tr th.w1,
#map-calculator table tr td.w1,
#map-calculator table tr th.w1,
#utpi-calculator table tr td.w1,
#utpi-calculator table tr th.w1,
.calculator table tr td.w1,
.calculator table tr th.w1 {
    width: 1%
}

#ga-calculator table tr .cap,
#map-calculator table tr .cap,
#utpi-calculator table tr .cap,
.calculator table tr .cap {
    width: 40%
}

#ga-calculator table tr input,
#map-calculator table tr input,
#utpi-calculator table tr input,
.calculator table tr input {
    width: 50px;
    padding: 3px;
    font-size: 14px;
    line-height: 14px;
    height: 22px
}

#ga-calculator {
    top: 100%;
    bottom: auto
}

#ga-calculator .nav-tabs>li>a {
    padding: 4px 6px;
    margin: 0
}

#ga-calculator label {
    display: inline-block;
    width: auto
}

#utpi-calculator {
    width: 200px
}

#utpi-calculator table {
    width: 100%
}

#utpi-calculator table tr td {
    width: 50%
}

.gaDatepicker,
.hasDatepicker {
    width: 100px !important
}

.calc-form .pregnancy-dating {
    max-width: 500px
}

.calc-form .pregnancy-dating .panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0
}

.calc-form .pregnancy-dating .panel-group .panel-heading {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.calc-form .pregnancy-dating *,
.calc-form .pregnancy-dating :active,
.calc-form .pregnancy-dating :focus {
    outline: none
}

.calc-form .input-placeholder,
.calc-form .report-input {
    display: block;
    float: left;
    width: 124px;
    margin-right: 5px
}

.calc-form .separator {
    font-size: 1px;
    height: 10px;
    overflow: hidden
}

.calc-form .report-centile,
.calc-form .report-delta,
.calc-form .report-z {
    display: block;
    float: left;
    width: 70px;
    text-align: center;
    margin-right: 5px;
    color: white;
    height: 24px;
}

.calc-form .report-centile {
    width: 60px;
    height: 24px;
}

.calc-form .report {
    text-align: center;
    background: #c1c1c1;
    display: inline-block;
    height: 1.5em
}

.calc-form .report-1,
.calc-form .report-2,
.calc-form .report-3,
.calc-form .report-4,
.calc-form .report-5,
.calc-form .report-6 {
    display: inline-block;
    text-align: center;
    background: #c1c1c1;
    height: 1.5em;
    line-height: 1.5em
}

.calc-form .report-1 {
    width: 16px
}

.calc-form .report-2 {
    width: 26px
}

.calc-form .report-3 {
    width: 36px
}

.calc-form .report-4 {
    width: 46px
}

.calc-form .report-5 {
    width: 56px
}

.calc-form .report-6 {
    width: 66px
}

.calc-form .plot-container {
    margin-top: 15px;
    float: none;
    margin: auto;
}

.calculator-form .measurements-block,
.calculator-report .measurements-block {
    margin-top: 15px !important
}

.calculator-form .measurements-block.empty,
.calculator-report .measurements-block.empty {
    height: 0
}

.calculator-form .measurements-section,
.calculator-report .measurements-section {
    margin-bottom: 15px !important
}

.calculator-form .measurements-section.empty,
.calculator-report .measurements-section.empty {
    height: 0
}

.calculator-form .measurements-block:after,
.calculator-form .measurements-block:before,
.calculator-report .measurements-block:after,
.calculator-report .measurements-block:before {
    content: " ";
    display: table
}

.calculator-form .measurements-block:after,
.calculator-report .measurements-block:after {
    clear: both
}

.calculator-form table,
.calculator-report table {
    /* font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Helvetica, Arial, "sans-serif"; */
    font-family: Roboto;
    font-size: 14.3px
}

.calculator-form .separator,
.calculator-report .separator {
    clear: both;
    height: 15px !important
}

#stillbirth-calculator-form label.control-label {
    width: 230px
}

@media (max-width:767px) {
    .calculator-form label {
        width: 100% !important;
        margin-top: 3px
    }
    .radio-list-inline label,
    .radio-list label {
        width: auto !important
    }
    .radio-list-inline label:first-child,
    .radio-list label:first-child {
        width: 100% !important;
        margin-top: 3px
    }
}

#anemia-form .plot-label {
    height: 68px
}

.md-4,
.md-5,
.md-6,
.sm-4,
.sm-6 {
    float: left;
    width: 100%
}

@media (min-width:768px) {
    .sm-4 {
        width: 33.33%
    }
    .sm-6 {
        width: 50%
    }
}

@media (min-width:979px) {
    .md-4 {
        width: 33.33%
    }
    .md-5 {
        width: 41.66666667%
    }
    .md-6 {
        width: 50%
    }
}

#preeclampsia-mom-calculator-form select,
#trisomies-calculator-form select,
#trisomies-twins-calculator-form select {
    width: 100px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#preeclampsia-mom-calculator-form .form-group.continuation,
#trisomies-calculator-form .form-group.continuation,
#trisomies-twins-calculator-form .form-group.continuation {
    padding-left: 20px
}

#preeclampsia-mom-calculator-form .form-group.continuation:before,
#trisomies-calculator-form .form-group.continuation:before,
#trisomies-twins-calculator-form .form-group.continuation:before {
    content: "â†³";
    display: block;
    float: left;
    width: 20px;
    text-align: center
}

#preeclampsia-mom-calculator-form .form-group.continuation label,
#trisomies-calculator-form .form-group.continuation label,
#trisomies-twins-calculator-form .form-group.continuation label {
    display: inline-block !important;
    width: auto !important;
    float: none !important
}

#preeclampsia-mom-calculator-form .medical-history .form-group.checkbox,
#preeclampsia-mom-calculator-form .medical-history .form-group.radio,
#trisomies-calculator-form .medical-history .form-group.checkbox,
#trisomies-calculator-form .medical-history .form-group.radio,
#trisomies-twins-calculator-form .medical-history .form-group.checkbox,
#trisomies-twins-calculator-form .medical-history .form-group.radio {
    margin-top: 0
}

#preeclampsia-mom-calculator-form .medical-history .form-group.checkbox,
#preeclampsia-mom-calculator-form .medical-history .form-group.checkbox div,
#preeclampsia-mom-calculator-form .medical-history .form-group.checkbox label,
#preeclampsia-mom-calculator-form .medical-history .form-group.radio,
#preeclampsia-mom-calculator-form .medical-history .form-group.radio div,
#preeclampsia-mom-calculator-form .medical-history .form-group.radio label,
#trisomies-calculator-form .medical-history .form-group.checkbox,
#trisomies-calculator-form .medical-history .form-group.checkbox div,
#trisomies-calculator-form .medical-history .form-group.checkbox label,
#trisomies-calculator-form .medical-history .form-group.radio,
#trisomies-calculator-form .medical-history .form-group.radio div,
#trisomies-calculator-form .medical-history .form-group.radio label,
#trisomies-twins-calculator-form .medical-history .form-group.checkbox,
#trisomies-twins-calculator-form .medical-history .form-group.checkbox div,
#trisomies-twins-calculator-form .medical-history .form-group.checkbox label,
#trisomies-twins-calculator-form .medical-history .form-group.radio,
#trisomies-twins-calculator-form .medical-history .form-group.radio div,
#trisomies-twins-calculator-form .medical-history .form-group.radio label {
    height: 20px;
    line-height: 20px
}

#preeclampsia-mom-calculator-form sup,
#trisomies-calculator-form sup,
#trisomies-twins-calculator-form sup {
    padding-left: 3px
}

#preeclampsia-mom-calculator-form .ga-group-calculator .panel-heading,
#trisomies-calculator-form .ga-group-calculator .panel-heading,
#trisomies-twins-calculator-form .ga-group-calculator .panel-heading {
    margin: 0
}

#preeclampsia-mom-calculator-form #gaThree label,
#trisomies-calculator-form #gaThree label,
#trisomies-twins-calculator-form #gaThree label {
    width: 160px
}

#preeclampsia-mom-calculator-form .fa-calculator,
#trisomies-calculator-form .fa-calculator,
#trisomies-twins-calculator-form .fa-calculator {
    cursor: pointer
}

#preeclampsia-mom-calculator-form .bio-date span.error,
#trisomies-calculator-form .bio-date span.error,
#trisomies-twins-calculator-form .bio-date span.error {
    color: #a94442
}

#trisomies-twins-calculator-form .form-group>label {
    width: 210px
}

#trisomies-twins-calculator-form .input-group-kg .input-group-addon,
#trisomies-twins-calculator-form .input-group-lbs .input-group-addon {
    width: 25px
}

#trisomies-twins-calculator-form .gaDatepicker,
#trisomies-twins-calculator-form .hasDatepicker,
#trisomies-twins-calculator-form .maternal-characteristics select {
    width: 125px !important
}

#trisomies-twins-calculator-form .display-ivf_donor_age .input-group input {
    width: 65px
}

#trisomies-twins-calculator-form .display-ivf_donor_age .input-group span {
    width: 60px
}

.trisomies-twins-calculator-report label {
    display: inline-block;
    width: 200px;
    margin: 0;
    padding: 0
}

.pe-mom-calculator-report label {
    display: inline-block;
    width: 220px;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    #preeclampsia-mom-calculator-form br {
        clear: both
    }
    #preeclampsia-mom-calculator-form #CalculatorPeMom_previous input,
    #preeclampsia-mom-calculator-form #CalculatorPeMom_previous label {
        display: inline-block !important;
        float: none !important
    }
    #preeclampsia-mom-calculator-form #CalculatorPeMom_previous input {
        width: 20px;
        text-align: center
    }
    #preeclampsia-mom-calculator-form #CalculatorPeMom_previous label {
        width: 90% !important
    }
}

.pe-calc-intro {
    text-align: justify
}

.pe-calc-intro h4 {
    font-size: 14.3px;
    color: #566066;
    font-weight: 700
}

.c-calculator #fmf-modal h4.modal-title {
    font-size: 1.6em !important
}

#pe-report h3 {
    line-height: 1.3em;
    min-height: 1.3em;
    font-size: 1.3em;
    margin: 0 0 8px
}

#pe-report h4 {
    font-size: 1.15em;
    min-height: 1.15em;
    line-height: 1.15em;
    margin: 10px 0 5px
}

#pe-report h5 {
    margin: 10px 0 0
}

#pe-report .fieldset {
    border: 1px solid #b474b6;
    margin: 0;
    padding-bottom: 10px
}

#pe-report .mom {
    color: #0086d8
}

#pe-report .results {
    background: #f9fafc;
    padding: 15px
}

@shadow-color :rgba(0,
â€‹ 0,
â€‹ 0,
â€‹ 0.4);
.calc-form .calc-errors ul {
    padding: 0 0 0 20px
}

.calc-form .errorSummary ul {
    margin: 0;
    list-style: disc
}

.calc-form h3 {
    font-size: 18px;
    min-height: 18px;
    line-height: 18px;
    margin: 15px 0 8px;
    font-weight: 700
}

.calc-form h4 {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin: 0 0 12px;
    font-weight: 700
}

.calc-form .fieldset {
    border: 1px solid #b474b6;
    padding: 10px;
    margin: 0;
    position: relative;
    background-color: #e51170;
    width: 100%;
    margin: auto;
}

.report-z span, .report-centile span {
    color: black !important;
}

@media only screen and (min-width: 1300px) {
    .calc-form .fieldset {
        width: 50%;
    }
}

.calc-form .fieldset .legend {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e51170;
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 3px 8px;
    border: 1px solid #b474b6;
    position: absolute;
    top: -15px;
    left: 15px;
}

.calc-form .fieldset h4, .calc-form .fieldset label, .calc-form .fieldset .control-container>span {
    color: white;
}

.calc-form table tr td {
    white-space: nowrap
}

.calc-form .form-group {
    margin-bottom: 5px
}

.calc-form .form-group label {
    display: block;
    float: left;
    width: 230px;
    margin-bottom: 0;
    height: auto;
    line-height: 24px
}

.calc-form .form-group label.error {
    color: #a94442
}

.calc-form .form-group .control-container {
    float: left
}

.calc-form .form-group .control-container label {
    width: auto;
    display: inline-block;
    float: none
}

.calc-form .form-group.separator {
    margin-bottom: 0
}

.calc-form input[type=number],
.calc-form input[type=password],
.calc-form input[type=text] {
    width: 100px;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.calc-form .form-control {
    display: block;
    float: left;
    width: 140px
}

.calc-form .form-control.error {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #a94442
}

.calc-form .input-group {
    display: block;
    float: left;
    margin-right: 30px
}

.calc-form .input-group:last-child {
    margin-right: 0
}

.calc-form .input-group input {
    display: block;
    float: left
}

.calc-form .input-group .input-group-addon {
    display: block;
    float: left;
    height: 24px;
    width: 30px;
    padding: 3px 5px;
    text-align: center;
    background: #f9f9f9
}

.calc-form input[type=number],
.calc-form input[type=password],
.calc-form input[type=text],
.calc-form select,
.calc-form select option,
.calc-form textarea {
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    height: 24px;
    margin: 0
}

.calc-form .input-group-addon.w-25,
.calc-form input[type=number].w-25,
.calc-form input[type=password].w-25,
.calc-form input[type=text].w-25,
.calc-form select.w-25,
.calc-form select option.w-25,
.calc-form textarea.w-25 {
    width: 25px
}

.calc-form .input-group-addon.w-30,
.calc-form .input-group-addon.w-35,
.calc-form input[type=number].w-30,
.calc-form input[type=number].w-35,
.calc-form input[type=password].w-30,
.calc-form input[type=password].w-35,
.calc-form input[type=text].w-30,
.calc-form input[type=text].w-35,
.calc-form select.w-30,
.calc-form select.w-35,
.calc-form select option.w-30,
.calc-form select option.w-35,
.calc-form textarea.w-30,
.calc-form textarea.w-35 {
    width: 30px
}

.calc-form .input-group-addon.w-40,
.calc-form input[type=number].w-40,
.calc-form input[type=password].w-40,
.calc-form input[type=text].w-40,
.calc-form select.w-40,
.calc-form select option.w-40,
.calc-form textarea.w-40 {
    width: 40px
}

.calc-form .input-group-addon.w-45,
.calc-form input[type=number].w-45,
.calc-form input[type=password].w-45,
.calc-form input[type=text].w-45,
.calc-form select.w-45,
.calc-form select option.w-45,
.calc-form textarea.w-45 {
    width: 45px
}

.calc-form .input-group-addon.w-50,
.calc-form .input-group-addon.w-55,
.calc-form input[type=number].w-50,
.calc-form input[type=number].w-55,
.calc-form input[type=password].w-50,
.calc-form input[type=password].w-55,
.calc-form input[type=text].w-50,
.calc-form input[type=text].w-55,
.calc-form select.w-50,
.calc-form select.w-55,
.calc-form select option.w-50,
.calc-form select option.w-55,
.calc-form textarea.w-50,
.calc-form textarea.w-55 {
    width: 50px
}

.calc-form .input-group-addon.w-60,
.calc-form .input-group-addon.w-65,
.calc-form .input-group-addon.w-70,
.calc-form .input-group-addon.w-80,
.calc-form input[type=number].w-60,
.calc-form input[type=number].w-65,
.calc-form input[type=number].w-70,
.calc-form input[type=number].w-80,
.calc-form input[type=password].w-60,
.calc-form input[type=password].w-65,
.calc-form input[type=password].w-70,
.calc-form input[type=password].w-80,
.calc-form input[type=text].w-60,
.calc-form input[type=text].w-65,
.calc-form input[type=text].w-70,
.calc-form input[type=text].w-80,
.calc-form select.w-60,
.calc-form select.w-65,
.calc-form select.w-70,
.calc-form select.w-80,
.calc-form select option.w-60,
.calc-form select option.w-65,
.calc-form select option.w-70,
.calc-form select option.w-80,
.calc-form textarea.w-60,
.calc-form textarea.w-65,
.calc-form textarea.w-70,
.calc-form textarea.w-80 {
    width: 60px
}

.calc-form textarea {
    height: 56px
}

.calc-form .radio-container label {
    display: inline-block
}

.calc-form .radio-separator {
    display: inline-block;
    width: 8px
}

.calc-form .radio-separator-vertical {
    display: block;
    clear: both;
    height: 0
}

#doppler3-form .input-placeholder,
#utpi-form .input-placeholder {
    width: 50px
}

#sga-form .form-group>label:first-child {
    width: 205px
}

#sga-form .container-biometry input.w-50 {
    width: 40px
}

#sga-form .report-centile {
    width: 100px
}

#sga-form .report-centile:before {
    display: inline-block;
    content: "(centile:";
    padding-right: 4px
}

#sga-form .report-centile:after {
    display: inline-block;
    content: ")"
}

#sga-form .report-centile:after,
#sga-form .report-centile:before,
#sga-form .report-centile>span {
    height: 16.5px;
    height: 1.1rem;
    line-height: 16.5px;
    line-height: 1.1rem
}

#sga-form .report-centile>span {
    width: 30px
}

#sga-form .report-cpr,
#sga-form .report-efw_hc_ac_fl {
    width: 50px;
    height: 24px;
    line-height: 24px;
    padding: 0
}

#sga-form .report-centile-cpr {
    display: inline-block;
    float: none
}

#sga-form .col-graphs {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#sga-form .plot-container {
    margin-top: 0
}

#sga-form .white-label {
    color: #fff
}

#sga-form .radio-container label {
    margin-top: 0
}

#sga-form .radio-container input {
    margin-top: 1px
}

#sga-form .bps-container label {
    display: block
}

@media (max-width:767px) {
    .calc-form label {
        width: 100% !important;
        margin-top: 3px
    }
    .calc-form label.white-label {
        display: none
    }
    .calc-form#doppler3-form label,
    .calc-form#utpi-form label {
        width: 100px !important
    }
    .calc-form#sga-form .form-group.separator {
        display: none
    }
    .calc-form#sga-form .container-biometry .input-group {
        margin-bottom: 5px
    }
    .calc-form#sga-form .container-biometry .input-group .w-40,
    .calc-form#sga-form .container-biometry .input-group .w-50 {
        width: 50px
    }
    .calc-form .radio-container label {
        width: auto !important
    }
}

.c-publications #main {
    padding: 20px 20px 0
}

#nav-filters {
    padding: 10px 0 0 !important
}

#nav-filters,
#nav-filters ul {
    margin: 0 !important;
    list-style: none !important
}

#nav-filters ul {
    padding: 0 0 0 15px !important
}

#nav-filters li li {
    display: none
}

#nav-filters li.active {
    display: block
}

#nav-filters li.active>a {
    background: none;
    color: #e51170
}

#nav-filters a,
#nav-filters span {
    color: #e51170
}

#nav-filters i {
    display: inline-block;
    width: 18px;
    padding-right: 3px;
    text-align: center
}

#nav-filters.fa-filters li {
    position: relative;
    clear: both
}

#nav-filters.fa-filters li a,
#nav-filters.fa-filters li span {
    line-height: 21px;
    display: block;
    padding: 0 3px;
    margin-left: 15px;
    float: left
}

#nav-filters.fa-filters li a:before,
#nav-filters.fa-filters li span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 21px;
    line-height: 21px;
    width: 18px;
    text-align: center;
    content: "\f0da";
    cursor: pointer;
    color: #e51170
}

#nav-filters.fa-filters li a:before.fa-pull-left,
#nav-filters.fa-filters li span:before.fa-pull-left {
    margin-right: .3em
}

#nav-filters.fa-filters li a:before.fa-pull-right,
#nav-filters.fa-filters li span:before.fa-pull-right {
    margin-left: .3em
}

#nav-filters.fa-filters li a:before.pull-left,
#nav-filters.fa-filters li span:before.pull-left {
    margin-right: .3em
}

#nav-filters.fa-filters li a:before.pull-right,
#nav-filters.fa-filters li span:before.pull-right {
    margin-left: .3em
}

#nav-filters.fa-filters li.final.text>a:before,
#nav-filters.fa-filters li.final.text>span:before {
    content: "\f0f6";
    font-size: .8em
}

#nav-filters.fa-filters li.has-children>a:before,
#nav-filters.fa-filters li.has-children>span:before {
    content: "\f067"
}

#nav-filters.fa-filters li.has-children.open>a:before,
#nav-filters.fa-filters li.has-children.open>span:before {
    content: "\f068"
}

body.c-fetalDefectVideos #nav-filters li.active>a {
    background: #3391c9;
    color: #fff
}

body.c-fetalDefectVideos #nav-filters li.active.open>ul>li {
    display: block
}

.fetal-defects figure {
    position: relative;
    margin: 0 0 10px
}

.fetal-defects figure:last-child {
    margin-bottom: 0
}

.fetal-defects video {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.fetal-defects .plyr {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all all .3s;
    -o-transition: all all .3s;
    -moz-transition: all all .3s;
    transition: all all .3s
}

.fetal-defects .plyr.large {
    position: absolute;
    top: 0;
    right: 0;
    width: 250%;
    z-index: 5
}

.fetal-defects h5 {
    margin-bottom: 5px
}

.fetal-defects ul>li {
    padding-bottom: 3px
}

.fetal-defects ul>li>ul {
    padding-left: 10px;
    list-style: none
}

.fetal-defects ul>li>ul li {
    position: relative
}

.fetal-defects ul>li>ul li:before {
    display: block;
    content: "-";
    position: absolute;
    left: -10px;
    font-weight: 700
}

#all-but-footer {
    position: relative
}

#all-but-footer,
#all-but-footer:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all all .3s;
    -o-transition: all all .3s;
    -moz-transition: all all .3s;
    transition: all all .3s
}

#all-but-footer:before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
    opacity: 0
}

body.large-video #all-but-footer:before {
    display: block;
    z-index: 4;
    opacity: 1
}

.loader {
    height: 40px;
    width: 40px;
    text-align: center
}

.loader svg path,
.loader svg rect {
    fill: #e51170
}

.ajax-loader-mask {
    opacity: .1
}

.fmf-loader {
    display: none
}

.fmf-loader .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.fmf-loader .ajax-loader {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    right: 40%;
    color: #e51170
}

.fmf-loader .ajax-loader .loader,
.fmf-loader .ajax-loader .text {
    float: left
}

.fmf-loader .ajax-loader .text {
    padding: 7px 0 0 4px
}

#side-menu-nav {
    list-style: none
}

#side-menu-nav>li>span {
    font-size: 1.1em
}

#side-menu-nav>li>ul {
    position: relative
}

#side-menu-nav ul {
    padding-left: 0;
    list-style-type: none
}

#side-menu-nav ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 22px;
    text-align: center;
    content: "\f105";
    color: #666
}

#side-menu-nav ul li:before.fa-pull-left {
    margin-right: .3em
}

#side-menu-nav ul li:before.fa-pull-right {
    margin-left: .3em
}

#side-menu-nav ul li:before.pull-left {
    margin-right: .3em
}

#side-menu-nav ul li:before.pull-right {
    margin-left: .3em
}

#side-menu-nav ul ul {
    padding: 0 0 0 15px;
    margin-bottom: 0 !important
}

#side-menu-nav ul ul li:before {
    content: "\f105"
}

#side-menu-nav a:hover {
    text-decoration: none
}

#side-menu-nav li.active>a {
    padding: 2px 4px;
    line-height: 1em;
    background: #3391c9;
    color: #fff !important;
    text-shadow: none
}

body.c-cd #side-menu-nav {
    padding-left: 18px;
    list-style: none;
    list-style-type: square
}

body.c-cd #side-menu-nav ul {
    list-style: none;
    list-style-type: disc;
    padding-left: 18px
}

body.c-cd #side-menu-nav ul li {
    color: #666;
    position: relative
}

body.c-cd #side-menu-nav ul li a {
    display: inline-block
}

.m-research #side-menu-nav {
    list-style: none
}

.m-research #side-menu-nav ul {
    margin-bottom: 8px !important
}

.m-research #side-menu-nav ul ul {
    margin-bottom: 0 !important
}

.m-research #side-menu-nav>li>span {
    font-weight: 700
}

.m-research #side-menu-nav>li>span>i {
    width: 22px;
    text-align: center
}

.m-research form {
    padding: 10px 0
}

.m-research iframe {
    margin: 10px 0
}

.m-research .c-aspre.a-create .ufileupload .filelist {
    display: inline-block;
    padding-left: 15px
}

.m-research .c-aspre.a-create .ufileupload .filelist ul {
    display: inline-block;
    height: 30px;
    margin: 0 5px 0 0;
    min-width: 30px
}

.m-research .c-aspre.a-create .ufileupload .filelist ul li {
    height: 30px
}

.m-research .c-aspre.a-create .ufileupload .filelist ul li.preview {
    width: 30px
}

.m-research .c-aspre.a-create .ufileupload .controls {
    float: left
}

.m-research #fmf-modal ul,
.m-research .errorSummary ul,
.m-research .tab-content ul {
    padding: 0 0 0 20px
}

.m-research #fmf-modal p {
    text-align: justify
}

.m-research #fmf-modal table {
    margin: 15px 0 20px
}

.m-research #fmf-modal table tr {
    border-bottom: 1px dashed #ddd
}

.m-research #fmf-modal table tr:first-child {
    border-top: 1px dashed #ddd
}

.m-research #fmf-modal table td {
    padding: 3px
}

.m-research #fmf-modal table td.caption {
    width: 1%;
    padding-right: 10px;
    vertical-align: top
}

.m-research #fmf-modal table td.v-top {
    vertical-align: top
}

.m-research #fmf-modal table.no-border tr {
    border-top: none;
    border-bottom: none
}

.m-research #fmf-modal table.sga-delivery-criteria td {
    border: 1px solid #999
}

.m-research #fmf-modal table.sga-delivery-criteria td.yes {
    text-align: center;
    background: #eee;
    color: #666
}

.m-research #fmf-modal table.sga-delivery-criteria td.ga {
    min-width: 28px;
    padding-left: 2px;
    padding-right: 2px
}

.m-research #fmf-modal p,
.m-research #fmf-modal table {
    margin: 0 0 10px
}

.m-research #fmf-modal .decimal-mark {
    padding: 3px;
    font-style: italic
}

@media (min-width:979px) {
    .m-research .modal-lg {
        width: 800px
    }
}

.m-research .w1p {
    width: 1%;
    white-space: nowrap
}

.m-research .a {
    color: #e51170;
    text-shadow: 1px 1px #ccc
}

.m-research .a:hover {
    color: #2973a1;
    text-decoration: underline
}

.m-research input.error,
.m-research select.error,
.m-research textarea.error {
    border-color: #e33244
}

.m-research blockquote {
    color: #566066;
    padding: 5px 10px
}

.m-research blockquote.pad-lg {
    padding: 10px
}

.m-research blockquote.primary {
    background-color: #f2faff;
    border-color: #e51170
}

.m-research blockquote.success {
    background-color: #eef7ea;
    border-color: #d6e9c6
}

.m-research blockquote.warning {
    background-color: #fdfaec;
    border-color: #faebcc
}

.m-research blockquote.danger {
    background-color: #f9f0f0;
    border-color: #ebccd1
}

.m-research .admin-grid .filters input,
.m-research .admin-grid .filters select {
    width: 100%
}

.m-research .left-nav ul ul,
.m-research .right-nav ul ul {
    color: #e51170 !important
}

.m-research .left-nav ul ul a,
.m-research .right-nav ul ul a {
    color: #e51170
}

.m-research .left-nav .active>a,
.m-research .right-nav .active>a {
    display: inline-block;
    background: #6eb2da;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
    padding: 0 5px
}

.m-research .data-file-instructions {
    padding: 0
}

.m-research .data-file-instructions ul {
    padding: 0 !important;
    margin: 0;
    list-style: none
}

@media (min-width:1200px) {
    .m-research .data-file-instructions ul {
        display: inline-block
    }
    .m-research .data-file-instructions ul li {
        padding-left: 20px;
        display: inline-block
    }
}

@media (min-width:767px) {
    .text-right-sm {
        text-align: right
    }
    .hidden-sm {
        display: none
    }
}

.c-manageSga #fmf-modal ul {
    list-style: none;
    padding-left: 0;
    text-align: justify
}

.c-manageSga #fmf-modal ul li {
    position: relative;
    padding-left: 16px;
    line-height: 19.99998px
}

.c-manageSga #fmf-modal ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 18px;
    text-align: center;
    content: "\f105";
    color: #e51170;
    position: absolute;
    left: 0;
    height: 19.99998px;
    line-height: 19.99998px
}

.c-manageSga #fmf-modal ul li:before.fa-pull-left {
    margin-right: .3em
}

.c-manageSga #fmf-modal ul li:before.fa-pull-right {
    margin-left: .3em
}

.c-manageSga #fmf-modal ul li:before.pull-left {
    margin-right: .3em
}

.c-manageSga #fmf-modal ul li:before.pull-right {
    margin-left: .3em
}

.c-manageSga #fmf-modal ul li:before {
    content: "\f0da"
}

.sga-monitoring-table {
    width: 100%;
    font-size: .9em;
    margin-bottom: 0 !important
}

.sga-monitoring-table,
.sga-monitoring-table td,
.sga-monitoring-table th {
    border: 1px solid #666
}

.sga-monitoring-table td,
.sga-monitoring-table th {
    padding: 4px
}

.sga-monitoring-table .ga,
.sga-monitoring-table .growth,
.sga-monitoring-table .monitor,
.sga-monitoring-table th {
    white-space: nowrap
}

.sga-monitoring-table .ga,
.sga-monitoring-table .growth,
.sga-monitoring-table .monitor {
    width: 1%
}

#mom-do-form,
#mom-do-form .alerts-container {
    padding: 0
}

#mom-do-form #mom-do-form-input .required .required,
#mom-do-form #mom-do-form-input label {
    display: none
}

#mom-do-form #mom-do-form-input .ufileupload {
    position: relative;
    height: 35px
}

#mom-do-form #mom-do-form-input .ufileupload .controls {
    position: absolute;
    top: 0;
    left: 0
}

#mom-do-form #mom-do-form-input .ufileupload .filelist {
    position: absolute;
    top: 0;
    left: 130px
}

#mom-do-form #mom-do-form-input .ufileupload .filelist .preview {
    display: none
}

#mom-do-form #mom-do-form-input .ufileupload .filelist,
#mom-do-form #mom-do-form-input .ufileupload .filelist .file {
    height: 30px;
    line-height: 30px
}

#mom-do-form #mom-do-form-input #mom-do-form-submit {
    margin: 2px
}

@media (max-width:767px) {
    #mom-do-form .ufileupload {
        height: 70px
    }
    #mom-do-form .ufileupload .filelist {
        position: absolute;
        top: 35px;
        left: 0
    }
}

body,
html {
    min-height: 100%
}

body.modal-open {
    overflow: visible
}

.c-map.a-certified #main-sidebar h3 {
    font-size: 1.2em
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #e51170;
    width: 14px;
    height: 16px;
    padding: 3px
}

div.tooltip-inner {
    max-width: 320px;
    text-align: left
}

.color-primary {
    color: #e51170
}

.bold {
    font-weight: 700
}

.fa-stack {
    text-align: center
}

.fa-sm {
    font-size: .5em
}

.fa-primary {
    color: #e51170
}

.red {
    color: red
}

.tooltip {
    z-index: 2000
}

.html-tooltip-i sup {
    font-size: .7em;
    padding-left: 1px
}

.pe-calc-intro h2 {
    font-size: 1.6em;
    font-weight: 700
}

.pe-calc-intro h3 {
    font-size: 1.1em;
    margin-top: 15px
}

.pe-calc-intro ul {
    padding-left: 20px
}

.pe-calc-intro .pdf-link {
    white-space: nowrap
}

.pe-calc-intro .pdf-link img {
    margin-right: 3px
}

.nowrap {
    white-space: nowrap
}

blockquote,
figcaption {
    color: #566066;
    padding: 5px 10px;
    background: #f9f9f9;
    border-left: 5px solid;
    border-color: #eee
}

blockquote.primary,
figcaption.primary {
    background: none;
    border-color: #e51170
}

blockquote.success,
figcaption.success {
    background-color: #eef7ea;
    border-color: #d6e9c6
}

blockquote.warning,
figcaption.warning {
    background-color: #fdfaec;
    border-color: #faebcc
}

blockquote.danger,
figcaption.danger {
    background-color: #f9f0f0;
    border-color: #ebccd1
}

.text-small {
    font-size: .9em
}

.text2 {
    margin: 30px 0 0;
    overflow-x: auto
}

.text2 table {
    width: 100%
}

.text2 table td {
    border: 1px solid #566066;
    padding: 5px
}

.text2 table tr:first-child td {
    padding: 8px
}

.text2 table h5 {
    margin: 0
}

.text2 table p {
    margin: 0;
    padding: 0
}

ul.dash {
    padding-left: 25px;
    list-style: none
}

ul.dash li {
    position: relative
}

ul.dash li:before {
    display: block;
    content: "â€“";
    color: #566066;
    position: absolute;
    left: -15px;
    font-weight: 700
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.function-plot {
    overflow-x: visible !important
}

.function-plot>.top-right-legend {
    display: none
}

.function-plot .x.axis,
.function-plot .y.axis {
    position: relative;
    left: -5px
}

.function-plot .x.axis .tick line,
.function-plot .y.axis .tick line {
    opacity: .05
}

.function-plot .x.axis .tick text,
.function-plot .y.axis .tick text {
    color: #000;
    font-size: 11px
}

.function-plot .tip .inner-tip .tip-x-line,
.function-plot .tip .inner-tip .tip-y-line {
    stroke: #000 !important;
    stroke-dasharray: 5, 5 !important;
    stroke-width: 1px !important;
    shape-rendering: crispedges;
    opacity: .3 !important
}

.function-plot .tip .inner-tip text {
    display: none
}

.function-plot text.axis-label {
    font-size: 14px
}

.function-plot text.title {
    font-size: 16px
}

body {
    /* font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Helvetica, Arial, "sans-serif" */
    font-family: Roboto;
}

body.c-cd {
    font-family: Arial, "sans-serif"
}

.c-cd ol.items {
    padding: 0 0 0 22px;
    margin: 0;
    font-size: 14px
}

.c-cd ol.items li {
    padding-bottom: 5px
}

.c-cd ol.items li a {
    text-shadow: #eee 1px 1px 0
}

.c-cd ol.items li img.dl-pdf {
    max-width: 14px
}

@media (min-width:768px) {
    .text-right-sm {
        text-align: right
    }
    .hidden-sm {
        display: none
    }
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-left {
    max-width: 300px;
    text-align: center;
    font-size: inherit
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-left a {
    text-shadow: none !important;
    text-decoration: none !important
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-left .cc-message {
    margin: 15px 15px 12px;
    font-size: inherit
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-left .cc-message a {
    color: #e51170
}

@media (max-width:767px) {
    #main-sidebar {
        width: 90%
    }
}

.kypros-table {
    display: inline-block;
    border: 1px solid #000
}

.kypros-table td {
    text-align: center;
    white-space: nowrap;
    padding: 2px 4px;
    border: 1px solid #000
}

.kypros-table td:first-child {
    text-align: left
}

.btn {
    text-shadow: none
}

@media (min-width:768px) {
    .pull-right-sm {
        float: right !important;
        float: right
    }
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto
}

.table-responsive td {
    white-space: nowrap
}

.bg-flash-danger {
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
    background: #e33244
}

@media (max-width:600px) {
    .vimeo-player {
        height: 240px !important
    }
}

.modal {
    padding-top: 54px
}

@media (min-width:979px+1px) {
    .modal {
        padding-top: 0
    }
    .video-modal .modal-dialog {
        width: 80%
    }
    .video-modal .modal-dialog .modal-content iframe {
        width: 100% !important;
        height: 70vh !important
    }
}

#main>.panel>.panel-body>p {
    text-align: justify
}