#es {
    font-family: Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.538461538;
    direction: ltr
}

#es *,
#es *:before,
#es *:after {
    box-sizing: border-box
}

#es img,
#es input {
    min-width: 0;
    min-height: 0;
    max-width: 100%
}

#es blockquote,
#es header,
#es nav,
#es figure,
#es article,
#es aside,
#es footer,
#es form {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    float: none;
    position: static;
    display: block;
    background: none;
    text-align: inherit;
    font-size: inherit;
    font-family: inherit;
    text-shadow: none
}

#es input,
#es button,
#es select,
#es textarea {
    font-family: Helvetica, Arial, sans-serif
}

#es h1,
#es h2,
#es h3,
#es h4,
#es h5,
#es h6 {
    border: 0;
    box-shadow: none
}

#es img {
    vertical-align: middle;
    border: 0
}

#es hr {
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

#es table {
    border-collapse: collapse;
    border-spacing: 0
}

#es tr,
#es td {
    border: 1px solid transparent
}

#es a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#es a:link {
    text-decoration: none
}

#es li {
    line-height: 1.538461538
}

#es ul,
#es ol,
#es dd {
    margin-left: 16px;
    margin-left: 1.2307692307692em
}

#es blockquote {
    line-height: 1.538461538
}

#es pre {
    background: #fff
}

#es .divider {
    border-bottom: 0
}

#es .form-group:before,
#es .form-group:after {
    content: " ";
    display: table
}

#es .form-group:after {
    clear: both
}

#es .btn .caret {
    margin-top: 0;
    margin-bottom: 0
}

#es h1,
#es h2,
#es h3,
#es h4,
#es h5,
#es h6,
#es .es-h1,
#es .es-h2,
#es .es-h3,
#es .es-h4,
#es .es-h5,
#es .es-h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

#es h1 small,
#es h1 .small,
#es h2 small,
#es h2 .small,
#es h3 small,
#es h3 .small,
#es h4 small,
#es h4 .small,
#es h5 small,
#es h5 .small,
#es h6 small,
#es h6 .small,
#es .es-h1 small,
#es .es-h1 .small,
#es .es-h2 small,
#es .es-h2 .small,
#es .es-h3 small,
#es .es-h3 .small,
#es .es-h4 small,
#es .es-h4 .small,
#es .es-h5 small,
#es .es-h5 .small,
#es .es-h6 small,
#es .es-h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

#es h1,
#es h2,
#es h3 {
    margin-top: 0;
    margin-bottom: 10px
}

#es h1 small,
#es h1 .small,
#es h2 small,
#es h2 .small,
#es h3 small,
#es h3 .small {
    font-size: 65%
}

#es h4,
#es h5,
#es h6 {
    margin-top: 0;
    margin-bottom: 10px
}

#es h4 small,
#es h4 .small,
#es h5 small,
#es h5 .small,
#es h6 small,
#es h6 .small {
    font-size: 75%
}

#es .es-h1,
#es .es-h2,
#es .es-h3,
#es .es-h4,
#es .es-h5,
#es .es-h6 {
    margin: 0;
    padding: 0
}

#es .es-h1 {
    font-size: 17px
}

#es .es-h2 {
    font-size: 17px
}

#es .es-h3 {
    font-size: 15px
}

#es .es-h4 {
    font-size: 15px
}

#es .es-h5 {
    font-size: 13px
}

#es .es-h6 {
    font-size: 12px
}

#es p {
    margin: 0 0 10px
}

#es .lead {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    #es .lead {
        font-size: 18px
    }
}

#es .bg-primary {
    color: #fff;
    background-color: #428bca
}

a#es .bg-primary:hover,
a#es .bg-primary:focus {
    background-color: #3071a9
}

#es .bg-success {
    background-color: #dff0d8
}

a#es .bg-success:hover,
a#es .bg-success:focus {
    background-color: #c1e2b3
}

#es .bg-info {
    background-color: #d9edf7
}

a#es .bg-info:hover,
a#es .bg-info:focus {
    background-color: #afd9ee
}

#es .bg-warning {
    background-color: #fcf8e3
}

a#es .bg-warning:hover,
a#es .bg-warning:focus {
    background-color: #f7ecb5
}

#es .bg-danger {
    background-color: #f2dede
}

a#es .bg-danger:hover,
a#es .bg-danger:focus {
    background-color: #e4b9b9
}

#es .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

#es ul,
#es ol {
    margin-top: 0;
    margin-bottom: 10px
}

#es ul ul,
#es ul ol,
#es ol ul,
#es ol ol {
    margin-bottom: 0
}

#es dl {
    margin-top: 0;
    margin-bottom: 20px
}

#es dt,
#es dd {
    line-height: 1.666666667
}

#es dt {
    font-weight: bold
}

#es dd {
    margin-left: 0
}

@media(min-width:768px) {
    #es .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    #es .dl-horizontal dd {
        margin-left: 180px
    }
}

#es abbr[title],
#es abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

#es blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee
}

#es blockquote p,
#es blockquote ul,
#es blockquote ol {
    font-size: inherit
}

#es blockquote p:last-child,
#es blockquote ul:last-child,
#es blockquote ol:last-child {
    margin-bottom: 0
}

#es blockquote footer,
#es blockquote small,
#es blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.666666667;
    color: #777
}

#es blockquote footer:before,
#es blockquote small:before,
#es blockquote .small:before {
    content: '\2014 \00A0'
}

#es .blockquote-reverse,
#es blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

#es .blockquote-reverse footer:before,
#es .blockquote-reverse small:before,
#es .blockquote-reverse .small:before,
#es blockquote.pull-right footer:before,
#es blockquote.pull-right small:before,
#es blockquote.pull-right .small:before {
    content: ''
}

#es .blockquote-reverse footer:after,
#es .blockquote-reverse small:after,
#es .blockquote-reverse .small:after,
#es blockquote.pull-right footer:after,
#es blockquote.pull-right small:after,
#es blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

#es address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.666666667
}

#es .g-list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

#es .g-list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

#es .g-list-inline>li {
    display: inline-block;
    font-size: 12px
}

#es .g-list-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#es .g-list-flex>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .g-list-flex>li>div,
#es .g-list-flex>li>a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

#es .g-list-flex>li:not(:first-child) {
    margin-left: 8px
}

#es .g-list-flex>li.g-list-flex__item-truncated {
    min-width: 0;
    max-width: 30%
}

#es .g-list-flex>li.g-list-flex__item-truncated>div,
#es .g-list-flex>li.g-list-flex__item-truncated>a {
    text-overflow: ellipsis
}

#es .g-list-flex>li>div .fa {
    margin-right: 2px
}

#es .g-list-inline--delimited>li+li {
    margin-left: 4px
}

#es .g-list-inline--delimited>li+li:before {
    content: attr(data-breadcrumb) "\00A0"
}

#es .g-list-inline--dashed>li {
    position: relative
}

#es .g-list-inline--dashed>:not(:first-child) {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px dotted #e1e1e1
}

#es .g-list-inline--space-right>li {
    margin-right: 16px
}

#es .g-list-inline--space-left>li {
    margin-left: 16px
}

#es .g-list--horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#es .g-list--horizontal>.g-list__item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    vertical-align: middle
}

#es .has-dividers--right>.g-list__item {
    position: relative
}

#es .has-dividers--right>.g-list__item:after {
    width: 3px;
    height: 3px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #888
}

#es .has-dividers--right>.g-list__item:last-child {
    margin-right: 0;
    padding-right: 0
}

#es .has-dividers--right>.g-list__item:last-child:after {
    content: none
}

#es .o-row {
    display: table;
    width: 100%;
    table-layout: fixed
}

#es .o-row--unset {
    table-layout: unset
}

#es .o-col-sm,
#es .o-col-sm--1,
#es .o-col-sm--2,
#es .o-col-sm--3,
#es .o-col-sm--4,
#es .o-col-sm--5,
#es .o-col-sm--6,
#es .o-col-sm--7,
#es .o-col-sm--8,
#es .o-col-sm--9,
#es .o-col-sm--10,
#es .o-col-sm--11,
#es .o-col-sm--12,
#es .o-col,
#es .o-col--1,
#es .o-col--2,
#es .o-col--3,
#es .o-col--4,
#es .o-col--5,
#es .o-col--6,
#es .o-col--7,
#es .o-col--8,
#es .o-col--9,
#es .o-col--10,
#es .o-col--11,
#es .o-col--12 {
    display: table-cell;
    vertical-align: middle
}

#es .o-col--1,
#es .o-col-sm--1 {
    width: 8.333333%
}

#es .o-col--2,
#es .o-col-sm--2 {
    width: 16.666667%
}

#es .o-col--3,
#es .o-col-sm--3 {
    width: 25%
}

#es .o-col--4,
#es .o-col-sm--4 {
    width: 33.333333%
}

#es .o-col--5,
#es .o-col-sm--5 {
    width: 41.666667%
}

#es .o-col--6,
#es .o-col-sm--6 {
    width: 50%
}

#es .o-col--7,
#es .o-col-sm--7 {
    width: 58.333333%
}

#es .o-col--8,
#es .o-col-sm--8 {
    width: 66.666667%
}

#es .o-col--9,
#es .o-col-sm--9 {
    width: 75%
}

#es .o-col--10,
#es .o-col-sm--10 {
    width: 83.333333%
}

#es .o-col--11,
#es .o-col-sm--11 {
    width: 91.666667%
}

#es .o-col--12,
#es .o-col-sm--12 {
    width: 100%
}

#es.is-mobile .o-col,
#es.is-mobile .o-col--1,
#es.is-mobile .o-col--2,
#es.is-mobile .o-col--3,
#es.is-mobile .o-col--4,
#es.is-mobile .o-col--5,
#es.is-mobile .o-col--6,
#es.is-mobile .o-col--7,
#es.is-mobile .o-col--8,
#es.is-mobile .o-col--9,
#es.is-mobile .o-col--10,
#es.is-mobile .o-col--11,
#es.is-mobile .o-col--12 {
    display: block;
    width: 100%
}

@media(max-width:720px) {
    #es.es-dialog .o-col,
    #es.es-dialog .o-col--1,
    #es.es-dialog .o-col--2,
    #es.es-dialog .o-col--3,
    #es.es-dialog .o-col--4,
    #es.es-dialog .o-col--5,
    #es.es-dialog .o-col--6,
    #es.es-dialog .o-col--7,
    #es.es-dialog .o-col--8,
    #es.es-dialog .o-col--9,
    #es.es-dialog .o-col--10,
    #es.es-dialog .o-col--11,
    #es.es-dialog .o-col--12 {
        display: block;
        width: 100%
    }
}

#es .o-col--top {
    vertical-align: top
}

#es .o-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

#es .o-grid__cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es.is-mobile .o-grid {
    display: block
}

#es.is-mobile .o-grid:before,
#es.is-mobile .o-grid:after {
    content: " ";
    display: table
}

#es.is-mobile .o-grid:after {
    clear: both
}

#es.is-mobile .o-grid__cell {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .o-grid--top {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

#es .o-grid--bottom {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

#es .o-grid--center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .o-grid--justify-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .o-grid__cell--top {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start
}

#es .o-grid__cell--bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end
}

#es .o-grid__cell--center {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

#es .o-grid__cell-left {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: auto
}

#es .o-grid__cell-right {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: auto
}

#es .o-grid__cell--auto-size {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .o-grid__cell--text-overflow {
    text-overflow: ellipsis;
    overflow: hidden
}

#es .o-grid--full>.o-grid__cell {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#es .o-grid--1of2>.o-grid__cell {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

#es .o-grid--1of3>.o-grid__cell {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

#es .o-grid--1of4>.o-grid__cell {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

#es .o-grid--gutters {
    margin: -8px -8px 8px -8px
}

#es .o-grid--gutters>.o-grid__cell {
    padding: 8px 8px 0 8px
}

#es .o-grid--gutters--lg {
    margin: -16px -16px 16px -16px
}

#es .o-grid--gutters--lg>.o-grid__cell {
    padding: 16px 16px 0 16px
}

#es .o-grid__cell--1of3 {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 33.3333% !important
}

#es .o-grid__cell--2of3 {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 66.3333% !important
}

#es.is-mobile .o-grid--gutters {
    margin: 0
}

#es.is-mobile .o-grid--gutters>.o-grid__cell {
    padding: 0 0 16px
}

#es.is-mobile .o-grid__cell--1of3,
#es.is-mobile .o-grid__cell--2of3 {
    width: 100% !important
}

#es .o-grid-sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

#es .o-grid-sm__cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .o-grid-sm--top {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

#es .o-grid-sm--bottom {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

#es .o-grid-sm--center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .o-grid-sm--justify-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .o-grid-sm--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .o-grid-sm__cell--top {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start
}

#es .o-grid-sm__cell--bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end
}

#es .o-grid-sm__cell--center {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

#es .o-grid-sm__cell--left {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: auto
}

#es .o-grid-sm__cell--right {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: auto
}

#es .o-grid-sm__cell--auto-size {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .o-grid-sm--full>.o-grid-sm__cell {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#es .o-grid-sm--1of2>.o-grid-sm__cell {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

#es .o-grid-sm--1of3>.o-grid-sm__cell {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

#es .o-grid-sm--1of4>.o-grid-sm__cell {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

#es .o-grid-sm--gutters {
    margin: -8px -8px 8px -8px
}

#es .o-grid-sm--gutters>.o-grid-sm__cell {
    padding: 8px 8px 0 8px
}

#es .o-grid-sm--gutters-lg {
    margin: -16px -16px 16px -16px
}

#es .o-grid-sm--gutters-lg>.o-grid-sm__cell {
    padding: 16px 16px 0 16px
}

#es fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

#es legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

#es label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

#es input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es input[type="radio"],
#es input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

#es input[type="file"] {
    display: block;
    border: 0;
    box-shadow: none
}

#es input[type="range"] {
    display: block;
    width: 100%
}

#es select[multiple],
#es select[size] {
    height: auto;
    overflow: auto
}

#es input[type="file"]:focus,
#es input[type="radio"]:focus,
#es input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#es output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.538461538;
    color: #444
}

#es .o-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-size: 13px;
    line-height: 1.538461538;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#es .o-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

#es .o-form-control:-ms-input-placeholder {
    color: #999
}

#es .o-form-control::-webkit-input-placeholder {
    color: #999
}

#es .o-form-control[disabled],
#es .o-form-control[readonly],
fieldset[disabled] #es .o-form-control {
    background-color: #f5f5f5;
    opacity: 1
}

#es .o-form-control[disabled],
fieldset[disabled] #es .o-form-control {
    cursor: not-allowed
}

#es textarea.o-form-control {
    height: auto
}

#es .o-select-group {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    width: 100%
}

#es .o-select-group select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    margin: 0;
    z-index: 2;
    background-color: transparent;
    position: relative;
    float: none !important;
    padding-right: 16px !important
}

#es .o-select-group option {
    color: #444;
    background-color: #fff
}

#es .o-select-group__drop {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #888;
    margin: 0;
    line-height: 1;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 1
}

#es .o-select-group__drop:before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    position: relative;
    left: 0;
    vertical-align: top;
    top: 1px;
    transform: rotate(135deg)
}

#es .o-select-group--inline {
    display: inline-block;
    width: auto
}

#es .o-select-group--inline select {
    width: auto
}

@-moz-document url-prefix() {
    .o-select-group select {
        text-indent: -.1em
    }
}

#es input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #es input[type="date"].o-form-control,
    #es input[type="time"].o-form-control,
    #es input[type="datetime-local"].o-form-control,
    #es input[type="month"].o-form-control {
        line-height: 34px
    }
    #es input[type="date"].input-sm,
    .input-group-sm #es input[type="date"],
    #es input[type="time"].input-sm,
    .input-group-sm #es input[type="time"],
    #es input[type="datetime-local"].input-sm,
    .input-group-sm #es input[type="datetime-local"],
    #es input[type="month"].input-sm,
    .input-group-sm #es input[type="month"] {
        line-height: 28px
    }
    #es input[type="date"].input-lg,
    .input-group-lg #es input[type="date"],
    #es input[type="time"].input-lg,
    .input-group-lg #es input[type="time"],
    #es input[type="datetime-local"].input-lg,
    .input-group-lg #es input[type="datetime-local"],
    #es input[type="month"].input-lg,
    .input-group-lg #es input[type="month"] {
        line-height: 42px
    }
}

#es .o-form-group {
    margin-bottom: 16px
}

#es .radio,
#es .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

#es .radio label,
#es .checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

#es .radio input[type="radio"],
#es .radio-inline input[type="radio"],
#es .checkbox input[type="checkbox"],
#es .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

#es .radio+.radio,
#es .checkbox+.checkbox {
    margin-top: -5px
}

#es .radio-inline,
#es .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

#es .radio-inline+.radio-inline,
#es .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

#es input[type="radio"][disabled],
#es input[type="radio"].disabled,
fieldset[disabled] #es input[type="radio"],
#es input[type="checkbox"][disabled],
#es input[type="checkbox"].disabled,
fieldset[disabled] #es input[type="checkbox"] {
    cursor: not-allowed
}

#es .radio-inline.disabled,
fieldset[disabled] #es .radio-inline,
#es .checkbox-inline.disabled,
fieldset[disabled] #es .checkbox-inline {
    cursor: not-allowed
}

#es .radio.disabled label,
fieldset[disabled] #es .radio label,
#es .checkbox.disabled label,
fieldset[disabled] #es .checkbox label {
    cursor: not-allowed
}

#es .o-form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 32px
}

#es .o-form-control-static.input-lg,
#es .o-form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

#es .input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

select#es .input-sm {
    height: 28px;
    line-height: 28px
}

textarea#es .input-sm,
select[multiple]#es .input-sm {
    height: auto
}

#es .o-form-group-sm .o-form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

#es .o-form-group-sm select.o-form-control {
    height: 28px;
    line-height: 28px
}

#es .o-form-group-sm textarea.o-form-control,
#es .o-form-group-sm select[multiple].o-form-control {
    height: auto
}

#es .o-form-group-sm .o-form-control-static {
    height: 28px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5
}

#es .input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px
}

select#es .input-lg {
    height: 42px;
    line-height: 42px
}

textarea#es .input-lg,
select[multiple]#es .input-lg {
    height: auto
}

#es .o-form-group-lg .o-form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px
}

#es .o-form-group-lg select.o-form-control {
    height: 42px;
    line-height: 42px
}

#es .o-form-group-lg textarea.o-form-control,
#es .o-form-group-lg select[multiple].o-form-control {
    height: auto
}

#es .o-form-group-lg .o-form-control-static {
    height: 42px;
    min-height: 35px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333
}

#es .has-feedback {
    position: relative
}

#es .has-feedback .o-form-control {
    padding-right: 42.5px
}

#es .o-form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

#es .input-lg+.o-form-control-feedback,
#es .input-group-lg+.o-form-control-feedback,
#es .o-form-group-lg .o-form-control+.o-form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

#es .input-sm+.o-form-control-feedback,
#es .input-group-sm+.o-form-control-feedback,
#es .o-form-group-sm .o-form-control+.o-form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

#es .has-error .help-block,
#es .has-error .o-control-label,
#es .has-error .radio,
#es .has-error .checkbox,
#es .has-error .radio-inline,
#es .has-error .checkbox-inline,
#es .has-error.radio label,
#es .has-error.checkbox label,
#es .has-error.radio-inline label,
#es .has-error.checkbox-inline label {
    color: #fc595b
}

#es .has-error .o-form-control {
    border-color: #fc595b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .has-error .o-form-control:focus {
    border-color: #fb272a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe
}

#es .has-error .o-input-group__addon {
    color: #fc595b;
    border-color: #fc595b;
    background-color: #f2dede
}

#es .has-error .form-control-feedback {
    color: #fc595b
}

#es .has-feedback label~.o-form-control-feedback {
    top: 25px
}

#es .has-feedback label.sr-only~.o-form-control-feedback {
    top: 0
}

#es .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

#es .o-form-inline .o-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

#es .o-form-inline .o-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

#es .o-form-inline .o-form-control-static {
    display: inline-block
}

#es .o-form-inline .input-group {
    display: inline-table;
    vertical-align: middle
}

#es .o-form-inline .input-group .input-group-addon,
#es .o-form-inline .input-group .input-group-btn,
#es .o-form-inline .input-group .o-form-control {
    width: auto
}

#es .o-form-inline .input-group>.o-form-control {
    width: 100%
}

#es .o-form-inline .o-control-label {
    margin-bottom: 0;
    vertical-align: middle
}

#es .o-form-inline .radio,
#es .o-form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

#es .o-form-inline .radio label,
#es .o-form-inline .checkbox label {
    padding-left: 0
}

#es .o-form-inline .radio input[type="radio"],
#es .o-form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
}

#es .o-form-inline .has-feedback .o-form-control-feedback {
    top: 0
}

#es .o-form-horizontal .radio,
#es .o-form-horizontal .checkbox,
#es .o-form-horizontal .radio-inline,
#es .o-form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

#es .o-form-horizontal .radio,
#es .o-form-horizontal .checkbox {
    min-height: 27px
}

#es .o-form-horizontal .o-form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .o-form-horizontal .o-control-input {
    flex: 1
}

#es .o-form-horizontal .o-control-label {
    vertical-align: top;
    width: 25%;
    padding-right: 16px
}

@media(min-width:768px) {
    #es .o-form-horizontal .o-control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px
    }
}

#es .o-form-horizontal .has-feedback .o-form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    #es .o-form-horizontal .o-form-group-lg .o-control-label {
        padding-top: 14.333333px;
        font-size: 15px
    }
}

@media(min-width:768px) {
    #es .o-form-horizontal .o-form-group-sm .o-control-label {
        padding-top: 6px;
        font-size: 11px
    }
}

#es.is-mobile .o-form-horizontal .o-form-group {
    display: block;
    margin-bottom: 20px
}

#es.is-mobile .o-form-horizontal .o-form-group:before,
#es.is-mobile .o-form-horizontal .o-form-group:after {
    content: " ";
    display: table
}

#es.is-mobile .o-form-horizontal .o-form-group:after {
    clear: both
}

#es.is-mobile .o-form-horizontal .o-control-label {
    width: 100%
}

#es .es-privacy-cf {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: auto
}

#es .data-field-datetime-yearprivacy .es-privacy-toggle span,
#es .o-form-group .es-privacy-toggle span {
    display: none
}

#es.is-desktop .o-form-group .es-privacy-toggle {
    height: 34px;
    line-height: 28px
}

#es.is-desktop .o-form-group .es-privacy-toggle .i-chevron:before {
    top: .45em
}

#es.is-mobile .o-form-horizontal .o-form-group .es-privacy-cf {
    position: absolute;
    top: -4px;
    right: 0
}

#es .o-form-actions {
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #eceff1;
    border-top: 1px solid #e1e1e1
}

#es .o-form-actions:before,
#es .o-form-actions:after {
    content: " ";
    display: table
}

#es .o-form-actions:after {
    clear: both
}

#es .o-form-group--float {
    position: relative
}

#es .o-form-group--float .o-control-label {
    position: absolute;
    top: 20px;
    left: 16px;
    margin-bottom: 0;
    pointer-events: none;
    color: #888;
    line-height: 1;
    font-weight: normal;
    z-index: 2;
    transition: all .28s ease
}

#es .o-form-group--float .o-form-control {
    padding: 16px 16px;
    box-shadow: none;
    height: auto
}

#es .o-form-group--float .o-select-group {
    padding: 16px 16px;
    border: 1px solid #e1e1e1
}

#es .o-form-group--float .o-select-group .o-form-control {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    border: 0;
    height: 16px !important
}

#es .o-form-group--float::-webkit-input-placeholder {
    color: transparent !important
}

#es .o-form-group--float:-moz-placeholder {
    color: transparent !important
}

#es .o-form-group--float::-moz-placeholder {
    color: transparent !important
}

#es .o-form-group--float:-ms-input-placeholder {
    color: transparent !important
}

#es .o-form-group--float input:-webkit-autofill~label {
    font-size: 11px !important;
    top: 6px !important
}

#es .o-form-group--float input:-webkit-autofill {
    padding-top: 24px !important;
    padding-bottom: 8px !important
}

#es .o-form-group--float.is-filled .o-control-label,
#es .o-form-group--float.is-focused .o-control-label {
    top: 8px;
    left: 16px;
    font-size: 12px
}

#es .o-form-group--float.is-filled .o-select-group,
#es .o-form-group--float.is-focused .o-select-group {
    padding-top: 24px;
    padding-bottom: 8px
}

#es .o-form-group--float.is-filled .o-form-control:not(select),
#es .o-form-group--float.is-focused .o-form-control:not(select) {
    padding-top: 20px;
    padding-bottom: 12px
}

#es .o-input-group {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    display: -webkit-wrap;
    display: -ms-wrapbox;
    display: -ms-wrap;
    display: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    border-collapse: separate
}

#es .o-input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

#es .o-input-group>.o-form-control {
    position: relative;
    z-index: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

#es .o-input-group--full-width {
    width: 100%
}

#es .o-input-group--lg>.o-form-control,
#es .o-input-group--lg>.o-input-group__addon,
#es .o-input-group--lg>.o-input-group__btn>.btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px
}

select#es .o-input-group--lg>.o-form-control,
select#es .o-input-group--lg>.o-input-group__addon,
select#es .o-input-group--lg>.o-input-group__btn>.btn {
    height: 42px;
    line-height: 42px
}

textarea#es .o-input-group--lg>.o-form-control,
select[multiple]#es .o-input-group--lg>.o-form-control,
textarea#es .o-input-group--lg>.o-input-group__addon,
select[multiple]#es .o-input-group--lg>.o-input-group__addon,
textarea#es .o-input-group--lg>.o-input-group__btn>.btn,
select[multiple]#es .o-input-group--lg>.o-input-group__btn>.btn {
    height: auto
}

#es .o-input-group--sm>.o-form-control,
#es .o-input-group--sm>.o-input-group__addon,
#es .o-input-group--sm>.o-input-group__btn>.btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

select#es .o-input-group--sm>.o-form-control,
select#es .o-input-group--sm>.o-input-group__addon,
select#es .o-input-group--sm>.o-input-group__btn>.btn {
    height: 28px;
    line-height: 28px
}

textarea#es .o-input-group--sm>.o-form-control,
select[multiple]#es .o-input-group--sm>.o-form-control,
textarea#es .o-input-group--sm>.o-input-group__addon,
select[multiple]#es .o-input-group--sm>.o-input-group__addon,
textarea#es .o-input-group--sm>.o-input-group__btn>.btn,
select[multiple]#es .o-input-group--sm>.o-input-group__btn>.btn {
    height: auto
}

#es .o-input-group__addon:not(:first-child):not(:last-child),
#es .o-input-group__btn:not(:first-child):not(:last-child),
#es .o-input-group__select:not(:first-child):not(:last-child),
#es .o-input-group .o-form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

#es .o-input-group__addon,
#es .o-input-group__btn,
#es .o-input-group__select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .o-input-group__select select {
    width: auto !important
}

#es .o-input-group__addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    color: #444;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px
}

#es .o-input-group__addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px
}

#es .o-input-group__addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 5px
}

#es .o-input-group__addon input[type="radio"],
#es .o-input-group__addon input[type="checkbox"] {
    margin-top: 0
}

#es .o-input-group .o-form-control:first-child,
#es .o-input-group__addon:first-child,
#es .o-input-group__btn:first-child>.btn,
#es .o-input-group__btn:first-child>.o-btn-group>.btn,
#es .o-input-group__btn:first-child>.dropdown-toggle,
#es .o-input-group__btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
#es .o-input-group__btn:last-child>.o-btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#es .o-input-group__select:last-child>.o-select-group select {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

#es .o-input-group__addon:first-child,
#es .o-input-group__select:first-child>.o-select-group select {
    border-right: 0
}

#es .o-input-group .o-form-control:last-child,
#es .o-input-group__addon:last-child,
#es .o-input-group__btn:last-child>.btn,
#es .o-input-group__btn:last-child>.o-btn-group>.btn,
#es .o-input-group__btn:last-child>.dropdown-toggle,
#es .o-input-group__btn:first-child>.btn:not(:first-child),
#es .o-input-group__btn:first-child>.o-btn-group:not(:first-child)>.btn,
#es .o-input-group__select:last-child>.o-select-group select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#es .o-input-group__addon:last-child,
#es .o-input-group__select:last-child>.o-select-group select {
    border-left: 0
}

#es .o-input-group__btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

#es .o-input-group__btn>.btn {
    position: relative;
    margin: 0;
    height: 34px
}

#es .o-input-group__btn>.btn+.btn {
    margin-left: -1px
}

#es .o-input-group__btn>.btn:hover,
#es .o-input-group__btn>.btn:focus,
#es .o-input-group__btn>.btn:active {
    z-index: 2
}

#es .o-input-group__btn:first-child>.btn,
#es .o-input-group__btn:first-child>.o-btn-group {
    margin-right: -1px
}

#es .o-input-group__btn:last-child>.btn,
#es .o-input-group__btn:last-child>.o-btn-group {
    z-index: 2;
    margin-left: -1px
}

#es .btn {
    display: inline-block;
    margin: 0;
    /*font-weight: bold;*/
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.666666667;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .btn:focus,
#es .btn.focus,
#es .btn:active:focus,
#es .btn:active.focus,
#es .btn.active:focus,
#es .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#es .btn:hover,
#es .btn:focus,
#es .btn.focus {
    color: #333;
    text-decoration: none
}

#es .btn:active,
#es .btn.active {
    outline: 0;
    background-image: none;
    background-color: #f5f5f5 !important
}

#es .btn.disabled,
#es .btn[disabled],
fieldset[disabled] #es .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a#es .btn.disabled,
fieldset[disabled] a#es .btn {
    pointer-events: none
}

#es .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important
}

#es .btn-default:focus,
#es .btn-default.focus {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #8c8c8c !important
}

#es .btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important
}

#es .btn-default:active,
#es .btn-default.active,
.open>.dropdown-toggle#es .btn-default {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important
}

#es .btn-default:active:hover,
#es .btn-default:active:focus,
#es .btn-default:active.focus,
#es .btn-default.active:hover,
#es .btn-default.active:focus,
#es .btn-default.active.focus,
.open>.dropdown-toggle#es .btn-default:hover,
.open>.dropdown-toggle#es .btn-default:focus,
.open>.dropdown-toggle#es .btn-default.focus {
    color: #333 !important;
    background-color: #d4d4d4 !important;
    border-color: #8c8c8c !important
}

#es .btn-default:active,
#es .btn-default.active,
.open>.dropdown-toggle#es .btn-default {
    background-image: none !important
}

#es .btn-default.disabled,
#es .btn-default.disabled:hover,
#es .btn-default.disabled:focus,
#es .btn-default.disabled.focus,
#es .btn-default.disabled:active,
#es .btn-default.disabled.active,
#es .btn-default[disabled],
#es .btn-default[disabled]:hover,
#es .btn-default[disabled]:focus,
#es .btn-default[disabled].focus,
#es .btn-default[disabled]:active,
#es .btn-default[disabled].active,
fieldset[disabled] #es .btn-default,
fieldset[disabled] #es .btn-default:hover,
fieldset[disabled] #es .btn-default:focus,
fieldset[disabled] #es .btn-default.focus,
fieldset[disabled] #es .btn-default:active,
fieldset[disabled] #es .btn-default.active {
    background-color: #fff !important;
    border-color: #ccc !important
}

#es .btn-default .badge {
    color: #fff !important;
    background-color: #333 !important
}

#es .btn-primary {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important
}

#es .btn-primary:focus,
#es .btn-primary.focus {
    color: #fff !important;
    background-color: #3071a9 !important;
    border-color: #193c5a !important
}

#es .btn-primary:hover {
    color: #fff !important;
    background-color: #3071a9 !important;
    border-color: #285e8e !important
}

#es .btn-primary:active,
#es .btn-primary.active,
.open>.dropdown-toggle#es .btn-primary {
    color: #fff !important;
    background-color: #3071a9 !important;
    border-color: #285e8e !important
}

#es .btn-primary:active:hover,
#es .btn-primary:active:focus,
#es .btn-primary:active.focus,
#es .btn-primary.active:hover,
#es .btn-primary.active:focus,
#es .btn-primary.active.focus,
.open>.dropdown-toggle#es .btn-primary:hover,
.open>.dropdown-toggle#es .btn-primary:focus,
.open>.dropdown-toggle#es .btn-primary.focus {
    color: #fff !important;
    background-color: #285e8e !important;
    border-color: #193c5a !important
}

#es .btn-primary:active,
#es .btn-primary.active,
.open>.dropdown-toggle#es .btn-primary {
    background-image: none !important
}

#es .btn-primary.disabled,
#es .btn-primary.disabled:hover,
#es .btn-primary.disabled:focus,
#es .btn-primary.disabled.focus,
#es .btn-primary.disabled:active,
#es .btn-primary.disabled.active,
#es .btn-primary[disabled],
#es .btn-primary[disabled]:hover,
#es .btn-primary[disabled]:focus,
#es .btn-primary[disabled].focus,
#es .btn-primary[disabled]:active,
#es .btn-primary[disabled].active,
fieldset[disabled] #es .btn-primary,
fieldset[disabled] #es .btn-primary:hover,
fieldset[disabled] #es .btn-primary:focus,
fieldset[disabled] #es .btn-primary.focus,
fieldset[disabled] #es .btn-primary:active,
fieldset[disabled] #es .btn-primary.active {
    background-color: #428bca !important;
    border-color: #357ebd !important
}

#es .btn-primary .badge {
    color: #428bca !important;
    background-color: #fff !important
}

#es .btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important
}

#es .btn-success:focus,
#es .btn-success.focus {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #255625 !important
}

#es .btn-success:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important
}

#es .btn-success:active,
#es .btn-success.active,
.open>.dropdown-toggle#es .btn-success {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important
}

#es .btn-success:active:hover,
#es .btn-success:active:focus,
#es .btn-success:active.focus,
#es .btn-success.active:hover,
#es .btn-success.active:focus,
#es .btn-success.active.focus,
.open>.dropdown-toggle#es .btn-success:hover,
.open>.dropdown-toggle#es .btn-success:focus,
.open>.dropdown-toggle#es .btn-success.focus {
    color: #fff !important;
    background-color: #398439 !important;
    border-color: #255625 !important
}

#es .btn-success:active,
#es .btn-success.active,
.open>.dropdown-toggle#es .btn-success {
    background-image: none !important
}

#es .btn-success.disabled,
#es .btn-success.disabled:hover,
#es .btn-success.disabled:focus,
#es .btn-success.disabled.focus,
#es .btn-success.disabled:active,
#es .btn-success.disabled.active,
#es .btn-success[disabled],
#es .btn-success[disabled]:hover,
#es .btn-success[disabled]:focus,
#es .btn-success[disabled].focus,
#es .btn-success[disabled]:active,
#es .btn-success[disabled].active,
fieldset[disabled] #es .btn-success,
fieldset[disabled] #es .btn-success:hover,
fieldset[disabled] #es .btn-success:focus,
fieldset[disabled] #es .btn-success.focus,
fieldset[disabled] #es .btn-success:active,
fieldset[disabled] #es .btn-success.active {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important
}

#es .btn-success .badge {
    color: #5cb85c !important;
    background-color: #fff !important
}

#es .btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important
}

#es .btn-info:focus,
#es .btn-info.focus {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #1b6d85 !important
}

#es .btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important
}

#es .btn-info:active,
#es .btn-info.active,
.open>.dropdown-toggle#es .btn-info {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important
}

#es .btn-info:active:hover,
#es .btn-info:active:focus,
#es .btn-info:active.focus,
#es .btn-info.active:hover,
#es .btn-info.active:focus,
#es .btn-info.active.focus,
.open>.dropdown-toggle#es .btn-info:hover,
.open>.dropdown-toggle#es .btn-info:focus,
.open>.dropdown-toggle#es .btn-info.focus {
    color: #fff !important;
    background-color: #269abc !important;
    border-color: #1b6d85 !important
}

#es .btn-info:active,
#es .btn-info.active,
.open>.dropdown-toggle#es .btn-info {
    background-image: none !important
}

#es .btn-info.disabled,
#es .btn-info.disabled:hover,
#es .btn-info.disabled:focus,
#es .btn-info.disabled.focus,
#es .btn-info.disabled:active,
#es .btn-info.disabled.active,
#es .btn-info[disabled],
#es .btn-info[disabled]:hover,
#es .btn-info[disabled]:focus,
#es .btn-info[disabled].focus,
#es .btn-info[disabled]:active,
#es .btn-info[disabled].active,
fieldset[disabled] #es .btn-info,
fieldset[disabled] #es .btn-info:hover,
fieldset[disabled] #es .btn-info:focus,
fieldset[disabled] #es .btn-info.focus,
fieldset[disabled] #es .btn-info:active,
fieldset[disabled] #es .btn-info.active {
    background-color: #5bc0de !important;
    border-color: #46b8da !important
}

#es .btn-info .badge {
    color: #5bc0de !important;
    background-color: #fff !important
}

#es .btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important
}

#es .btn-warning:focus,
#es .btn-warning.focus {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #985f0d !important
}

#es .btn-warning:hover {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important
}

#es .btn-warning:active,
#es .btn-warning.active,
.open>.dropdown-toggle#es .btn-warning {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important
}

#es .btn-warning:active:hover,
#es .btn-warning:active:focus,
#es .btn-warning:active.focus,
#es .btn-warning.active:hover,
#es .btn-warning.active:focus,
#es .btn-warning.active.focus,
.open>.dropdown-toggle#es .btn-warning:hover,
.open>.dropdown-toggle#es .btn-warning:focus,
.open>.dropdown-toggle#es .btn-warning.focus {
    color: #fff !important;
    background-color: #d58512 !important;
    border-color: #985f0d !important
}

#es .btn-warning:active,
#es .btn-warning.active,
.open>.dropdown-toggle#es .btn-warning {
    background-image: none !important
}

#es .btn-warning.disabled,
#es .btn-warning.disabled:hover,
#es .btn-warning.disabled:focus,
#es .btn-warning.disabled.focus,
#es .btn-warning.disabled:active,
#es .btn-warning.disabled.active,
#es .btn-warning[disabled],
#es .btn-warning[disabled]:hover,
#es .btn-warning[disabled]:focus,
#es .btn-warning[disabled].focus,
#es .btn-warning[disabled]:active,
#es .btn-warning[disabled].active,
fieldset[disabled] #es .btn-warning,
fieldset[disabled] #es .btn-warning:hover,
fieldset[disabled] #es .btn-warning:focus,
fieldset[disabled] #es .btn-warning.focus,
fieldset[disabled] #es .btn-warning:active,
fieldset[disabled] #es .btn-warning.active {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important
}

#es .btn-warning .badge {
    color: #f0ad4e !important;
    background-color: #fff !important
}

#es .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

#es .btn-danger:focus,
#es .btn-danger.focus {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #761c19 !important
}

#es .btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important
}

#es .btn-danger:active,
#es .btn-danger.active,
.open>.dropdown-toggle#es .btn-danger {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important
}

#es .btn-danger:active:hover,
#es .btn-danger:active:focus,
#es .btn-danger:active.focus,
#es .btn-danger.active:hover,
#es .btn-danger.active:focus,
#es .btn-danger.active.focus,
.open>.dropdown-toggle#es .btn-danger:hover,
.open>.dropdown-toggle#es .btn-danger:focus,
.open>.dropdown-toggle#es .btn-danger.focus {
    color: #fff !important;
    background-color: #ac2925 !important;
    border-color: #761c19 !important
}

#es .btn-danger:active,
#es .btn-danger.active,
.open>.dropdown-toggle#es .btn-danger {
    background-image: none !important
}

#es .btn-danger.disabled,
#es .btn-danger.disabled:hover,
#es .btn-danger.disabled:focus,
#es .btn-danger.disabled.focus,
#es .btn-danger.disabled:active,
#es .btn-danger.disabled.active,
#es .btn-danger[disabled],
#es .btn-danger[disabled]:hover,
#es .btn-danger[disabled]:focus,
#es .btn-danger[disabled].focus,
#es .btn-danger[disabled]:active,
#es .btn-danger[disabled].active,
fieldset[disabled] #es .btn-danger,
fieldset[disabled] #es .btn-danger:hover,
fieldset[disabled] #es .btn-danger:focus,
fieldset[disabled] #es .btn-danger.focus,
fieldset[disabled] #es .btn-danger:active,
fieldset[disabled] #es .btn-danger.active {
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

#es .btn-danger .badge {
    color: #d9534f !important;
    background-color: #fff !important
}

#es .btn-es-default {
    color: #444 !important;
    background-color: #fff !important;
    border-color: #e1e1e1 !important
}

#es .btn-es-default:focus,
#es .btn-es-default.focus {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #a1a1a1 !important
}

#es .btn-es-default:hover {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #c2c2c2 !important
}

#es .btn-es-default:active,
#es .btn-es-default.active,
.open>.dropdown-toggle#es .btn-es-default {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #c2c2c2 !important
}

#es .btn-es-default:active:hover,
#es .btn-es-default:active:focus,
#es .btn-es-default:active.focus,
#es .btn-es-default.active:hover,
#es .btn-es-default.active:focus,
#es .btn-es-default.active.focus,
.open>.dropdown-toggle#es .btn-es-default:hover,
.open>.dropdown-toggle#es .btn-es-default:focus,
.open>.dropdown-toggle#es .btn-es-default.focus {
    color: #444 !important;
    background-color: #d4d4d4 !important;
    border-color: #a1a1a1 !important
}

#es .btn-es-default:active,
#es .btn-es-default.active,
.open>.dropdown-toggle#es .btn-es-default {
    background-image: none !important
}

#es .btn-es-default.disabled,
#es .btn-es-default.disabled:hover,
#es .btn-es-default.disabled:focus,
#es .btn-es-default.disabled.focus,
#es .btn-es-default.disabled:active,
#es .btn-es-default.disabled.active,
#es .btn-es-default[disabled],
#es .btn-es-default[disabled]:hover,
#es .btn-es-default[disabled]:focus,
#es .btn-es-default[disabled].focus,
#es .btn-es-default[disabled]:active,
#es .btn-es-default[disabled].active,
fieldset[disabled] #es .btn-es-default,
fieldset[disabled] #es .btn-es-default:hover,
fieldset[disabled] #es .btn-es-default:focus,
fieldset[disabled] #es .btn-es-default.focus,
fieldset[disabled] #es .btn-es-default:active,
fieldset[disabled] #es .btn-es-default.active {
    background-color: #fff !important;
    border-color: #e1e1e1 !important
}

#es .btn-es-default .badge {
    color: #fff !important;
    background-color: #444 !important
}

#es .btn-es-primary {
    color: #fff !important;
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important
}

#es .btn-es-primary:focus,
#es .btn-es-primary.focus {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #185195 !important
}

#es .btn-es-primary:hover {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #2171ce !important
}

#es .btn-es-primary:active,
#es .btn-es-primary.active,
.open>.dropdown-toggle#es .btn-es-primary {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #2171ce !important
}

#es .btn-es-primary:active:hover,
#es .btn-es-primary:active:focus,
#es .btn-es-primary:active.focus,
#es .btn-es-primary.active:hover,
#es .btn-es-primary.active:focus,
#es .btn-es-primary.active.focus,
.open>.dropdown-toggle#es .btn-es-primary:hover,
.open>.dropdown-toggle#es .btn-es-primary:focus,
.open>.dropdown-toggle#es .btn-es-primary.focus {
    color: #fff !important;
    background-color: #1d65b8 !important;
    border-color: #185195 !important
}

#es .btn-es-primary:active,
#es .btn-es-primary.active,
.open>.dropdown-toggle#es .btn-es-primary {
    background-image: none !important
}

#es .btn-es-primary.disabled,
#es .btn-es-primary.disabled:hover,
#es .btn-es-primary.disabled:focus,
#es .btn-es-primary.disabled.focus,
#es .btn-es-primary.disabled:active,
#es .btn-es-primary.disabled.active,
#es .btn-es-primary[disabled],
#es .btn-es-primary[disabled]:hover,
#es .btn-es-primary[disabled]:focus,
#es .btn-es-primary[disabled].focus,
#es .btn-es-primary[disabled]:active,
#es .btn-es-primary[disabled].active,
fieldset[disabled] #es .btn-es-primary,
fieldset[disabled] #es .btn-es-primary:hover,
fieldset[disabled] #es .btn-es-primary:focus,
fieldset[disabled] #es .btn-es-primary.focus,
fieldset[disabled] #es .btn-es-primary:active,
fieldset[disabled] #es .btn-es-primary.active {
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important
}

#es .btn-es-primary .badge {
    color: #4a90e2 !important;
    background-color: #fff !important
}

#es .btn-es-success {
    color: #fff !important;
    background-color: #4fc251 !important;
    border-color: #4fc251 !important
}

#es .btn-es-success:focus,
#es .btn-es-success.focus {
    color: #fff !important;
    background-color: #39a53b !important;
    border-color: #256c27 !important
}

#es .btn-es-success:hover {
    color: #fff !important;
    background-color: #39a53b !important;
    border-color: #379d38 !important
}

#es .btn-es-success:active,
#es .btn-es-success.active,
.open>.dropdown-toggle#es .btn-es-success {
    color: #fff !important;
    background-color: #39a53b !important;
    border-color: #379d38 !important
}

#es .btn-es-success:active:hover,
#es .btn-es-success:active:focus,
#es .btn-es-success:active.focus,
#es .btn-es-success.active:hover,
#es .btn-es-success.active:focus,
#es .btn-es-success.active.focus,
.open>.dropdown-toggle#es .btn-es-success:hover,
.open>.dropdown-toggle#es .btn-es-success:focus,
.open>.dropdown-toggle#es .btn-es-success.focus {
    color: #fff !important;
    background-color: #308a32 !important;
    border-color: #256c27 !important
}

#es .btn-es-success:active,
#es .btn-es-success.active,
.open>.dropdown-toggle#es .btn-es-success {
    background-image: none !important
}

#es .btn-es-success.disabled,
#es .btn-es-success.disabled:hover,
#es .btn-es-success.disabled:focus,
#es .btn-es-success.disabled.focus,
#es .btn-es-success.disabled:active,
#es .btn-es-success.disabled.active,
#es .btn-es-success[disabled],
#es .btn-es-success[disabled]:hover,
#es .btn-es-success[disabled]:focus,
#es .btn-es-success[disabled].focus,
#es .btn-es-success[disabled]:active,
#es .btn-es-success[disabled].active,
fieldset[disabled] #es .btn-es-success,
fieldset[disabled] #es .btn-es-success:hover,
fieldset[disabled] #es .btn-es-success:focus,
fieldset[disabled] #es .btn-es-success.focus,
fieldset[disabled] #es .btn-es-success:active,
fieldset[disabled] #es .btn-es-success.active {
    background-color: #4fc251 !important;
    border-color: #4fc251 !important
}

#es .btn-es-success .badge {
    color: #4fc251 !important;
    background-color: #fff !important
}

#es .btn-es-danger {
    color: #fff !important;
    background-color: #f65b5b !important;
    border-color: #f65b5b !important
}

#es .btn-es-danger:focus,
#es .btn-es-danger.focus {
    color: #fff !important;
    background-color: #f32b2b !important;
    border-color: #c70b0b !important
}

#es .btn-es-danger:hover {
    color: #fff !important;
    background-color: #f32b2b !important;
    border-color: #f32121 !important
}

#es .btn-es-danger:active,
#es .btn-es-danger.active,
.open>.dropdown-toggle#es .btn-es-danger {
    color: #fff !important;
    background-color: #f32b2b !important;
    border-color: #f32121 !important
}

#es .btn-es-danger:active:hover,
#es .btn-es-danger:active:focus,
#es .btn-es-danger:active.focus,
#es .btn-es-danger.active:hover,
#es .btn-es-danger.active:focus,
#es .btn-es-danger.active.focus,
.open>.dropdown-toggle#es .btn-es-danger:hover,
.open>.dropdown-toggle#es .btn-es-danger:focus,
.open>.dropdown-toggle#es .btn-es-danger.focus {
    color: #fff !important;
    background-color: #ed0d0d !important;
    border-color: #c70b0b !important
}

#es .btn-es-danger:active,
#es .btn-es-danger.active,
.open>.dropdown-toggle#es .btn-es-danger {
    background-image: none !important
}

#es .btn-es-danger.disabled,
#es .btn-es-danger.disabled:hover,
#es .btn-es-danger.disabled:focus,
#es .btn-es-danger.disabled.focus,
#es .btn-es-danger.disabled:active,
#es .btn-es-danger.disabled.active,
#es .btn-es-danger[disabled],
#es .btn-es-danger[disabled]:hover,
#es .btn-es-danger[disabled]:focus,
#es .btn-es-danger[disabled].focus,
#es .btn-es-danger[disabled]:active,
#es .btn-es-danger[disabled].active,
fieldset[disabled] #es .btn-es-danger,
fieldset[disabled] #es .btn-es-danger:hover,
fieldset[disabled] #es .btn-es-danger:focus,
fieldset[disabled] #es .btn-es-danger.focus,
fieldset[disabled] #es .btn-es-danger:active,
fieldset[disabled] #es .btn-es-danger.active {
    background-color: #f65b5b !important;
    border-color: #f65b5b !important
}

#es .btn-es-danger .badge {
    color: #f65b5b !important;
    background-color: #fff !important
}

#es .btn-es-default-o {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ddd !important
}

#es .btn-es-default-o:focus,
#es .btn-es-default-o.focus {
    color: #333 !important
}

#es .btn-es-default-o:hover {
    color: #333 !important
}

#es .btn-es-default-o:active,
#es .btn-es-default-o.active,
.open>.dropdown-toggle#es .btn-es-default-o {
    color: #333 !important
}

#es .btn-es-default-o:active:hover,
#es .btn-es-default-o:active:focus,
#es .btn-es-default-o:active.focus,
#es .btn-es-default-o.active:hover,
#es .btn-es-default-o.active:focus,
#es .btn-es-default-o.active.focus,
.open>.dropdown-toggle#es .btn-es-default-o:hover,
.open>.dropdown-toggle#es .btn-es-default-o:focus,
.open>.dropdown-toggle#es .btn-es-default-o.focus {
    color: #333 !important
}

#es .btn-es-default-o:active,
#es .btn-es-default-o.active,
.open>.dropdown-toggle#es .btn-es-default-o {
    background-image: none !important
}

#es .btn-es-primary-o {
    color: #428bca !important;
    background-color: #fff !important;
    border-color: #ddd !important
}

#es .btn-es-primary-o:focus,
#es .btn-es-primary-o.focus {
    color: #428bca !important
}

#es .btn-es-primary-o:hover {
    color: #428bca !important
}

#es .btn-es-primary-o:active,
#es .btn-es-primary-o.active,
.open>.dropdown-toggle#es .btn-es-primary-o {
    color: #428bca !important
}

#es .btn-es-primary-o:active:hover,
#es .btn-es-primary-o:active:focus,
#es .btn-es-primary-o:active.focus,
#es .btn-es-primary-o.active:hover,
#es .btn-es-primary-o.active:focus,
#es .btn-es-primary-o.active.focus,
.open>.dropdown-toggle#es .btn-es-primary-o:hover,
.open>.dropdown-toggle#es .btn-es-primary-o:focus,
.open>.dropdown-toggle#es .btn-es-primary-o.focus {
    color: #428bca !important
}

#es .btn-es-primary-o:active,
#es .btn-es-primary-o.active,
.open>.dropdown-toggle#es .btn-es-primary-o {
    background-image: none !important
}

#es .btn-es-success-o {
    color: #5cb85c !important;
    background-color: #fff !important;
    border-color: #ddd !important
}

#es .btn-es-success-o:focus,
#es .btn-es-success-o.focus {
    color: #5cb85c !important
}

#es .btn-es-success-o:hover {
    color: #5cb85c !important
}

#es .btn-es-success-o:active,
#es .btn-es-success-o.active,
.open>.dropdown-toggle#es .btn-es-success-o {
    color: #5cb85c !important
}

#es .btn-es-success-o:active:hover,
#es .btn-es-success-o:active:focus,
#es .btn-es-success-o:active.focus,
#es .btn-es-success-o.active:hover,
#es .btn-es-success-o.active:focus,
#es .btn-es-success-o.active.focus,
.open>.dropdown-toggle#es .btn-es-success-o:hover,
.open>.dropdown-toggle#es .btn-es-success-o:focus,
.open>.dropdown-toggle#es .btn-es-success-o.focus {
    color: #5cb85c !important
}

#es .btn-es-success-o:active,
#es .btn-es-success-o.active,
.open>.dropdown-toggle#es .btn-es-success-o {
    background-image: none !important
}

#es .btn-es-danger-o {
    color: #d9534f !important;
    background-color: #fff !important;
    border-color: #ddd !important
}

#es .btn-es-danger-o:focus,
#es .btn-es-danger-o.focus {
    color: #d9534f !important
}

#es .btn-es-danger-o:hover {
    color: #d9534f !important
}

#es .btn-es-danger-o:active,
#es .btn-es-danger-o.active,
.open>.dropdown-toggle#es .btn-es-danger-o {
    color: #d9534f !important
}

#es .btn-es-danger-o:active:hover,
#es .btn-es-danger-o:active:focus,
#es .btn-es-danger-o:active.focus,
#es .btn-es-danger-o.active:hover,
#es .btn-es-danger-o.active:focus,
#es .btn-es-danger-o.active.focus,
.open>.dropdown-toggle#es .btn-es-danger-o:hover,
.open>.dropdown-toggle#es .btn-es-danger-o:focus,
.open>.dropdown-toggle#es .btn-es-danger-o.focus {
    color: #d9534f !important
}

#es .btn-es-danger-o:active,
#es .btn-es-danger-o.active,
.open>.dropdown-toggle#es .btn-es-danger-o {
    background-image: none !important
}

#es .btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0
}

#es .btn-link,
#es .btn-link:active,
#es .btn-link.active,
#es .btn-link[disabled],
fieldset[disabled] #es .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .btn-link,
#es .btn-link:hover,
#es .btn-link:focus,
#es .btn-link:active {
    border-color: transparent
}

#es .btn-link:hover,
#es .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

#es .btn-link[disabled]:hover,
#es .btn-link[disabled]:focus,
fieldset[disabled] #es .btn-link:hover,
fieldset[disabled] #es .btn-link:focus {
    color: #777;
    text-decoration: none
}

#es .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px
}

#es .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px
}

#es .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

#es .btn-rounded {
    border-radius: 24px
}

#es .btn-block {
    display: block;
    width: 100%
}

#es .btn-block+.btn-block {
    margin-top: 5px
}

#es input[type="submit"].btn-block,
#es input[type="reset"].btn-block,
#es input[type="button"].btn-block {
    width: 100%
}

#es .o-btn-group-yesno {
    width: auto;
    min-width: 90px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    white-space: nowrap
}

#es .o-btn-group-yesno .btn {
    float: left !important;
    color: #333 !important;
    background: #ddd !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    text-align: center !important;
    font-size: 12px !important
}

#es .o-btn-group-yesno .btn+.btn {
    border-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

#es .o-btn-group-yesno .btn.is-active,
#es .o-btn-group-yesno .btn.active {
    background: #fff !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important
}

#es .o-btn-group-yesno .btn.btn--yes.is-active,
#es .o-btn-group-yesno .btn.btn--yes.active {
    background: #428bca !important;
    border-color: #3071a9 !important
}

#es .o-btn-group-yesno .btn.btn--no.is-active,
#es .o-btn-group-yesno .btn.btn--no.active {
    background: #d9534f !important;
    border-color: #c9302c !important
}

#es .btn-file {
    position: relative;
    overflow: hidden;
    padding-left: 24px !important;
    white-space: normal
}

#es .btn-file:before {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: 4px;
    top: 6px;
    font-size: 10px;
    color: #555;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    content: "\f093"
}

#es .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

#es .btn-es-facebook i,
#es .btn-es-twitter i,
#es .btn-es-linkedin i {
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle
}

#es .btn-es-facebook {
    color: #fff !important;
    background-color: #4267b2 !important;
    border-color: #4267b2 !important
}

#es .btn-es-facebook:focus,
#es .btn-es-facebook.focus {
    color: #fff !important;
    background-color: #34518d !important;
    border-color: #203155 !important
}

#es .btn-es-facebook:hover {
    color: #fff !important;
    background-color: #34518d !important;
    border-color: #314d85 !important
}

#es .btn-es-facebook:active,
#es .btn-es-facebook.active,
.open>.dropdown-toggle#es .btn-es-facebook {
    color: #fff !important;
    background-color: #34518d !important;
    border-color: #314d85 !important
}

#es .btn-es-facebook:active:hover,
#es .btn-es-facebook:active:focus,
#es .btn-es-facebook:active.focus,
#es .btn-es-facebook.active:hover,
#es .btn-es-facebook.active:focus,
#es .btn-es-facebook.active.focus,
.open>.dropdown-toggle#es .btn-es-facebook:hover,
.open>.dropdown-toggle#es .btn-es-facebook:focus,
.open>.dropdown-toggle#es .btn-es-facebook.focus {
    color: #fff !important;
    background-color: #2b4273 !important;
    border-color: #203155 !important
}

#es .btn-es-facebook:active,
#es .btn-es-facebook.active,
.open>.dropdown-toggle#es .btn-es-facebook {
    background-image: none !important
}

#es .btn-es-facebook.disabled,
#es .btn-es-facebook.disabled:hover,
#es .btn-es-facebook.disabled:focus,
#es .btn-es-facebook.disabled.focus,
#es .btn-es-facebook.disabled:active,
#es .btn-es-facebook.disabled.active,
#es .btn-es-facebook[disabled],
#es .btn-es-facebook[disabled]:hover,
#es .btn-es-facebook[disabled]:focus,
#es .btn-es-facebook[disabled].focus,
#es .btn-es-facebook[disabled]:active,
#es .btn-es-facebook[disabled].active,
fieldset[disabled] #es .btn-es-facebook,
fieldset[disabled] #es .btn-es-facebook:hover,
fieldset[disabled] #es .btn-es-facebook:focus,
fieldset[disabled] #es .btn-es-facebook.focus,
fieldset[disabled] #es .btn-es-facebook:active,
fieldset[disabled] #es .btn-es-facebook.active {
    background-color: #4267b2 !important;
    border-color: #4267b2 !important
}

#es .btn-es-facebook .badge {
    color: #4267b2 !important;
    background-color: #fff !important
}

#es .btn-es-twitter {
    color: #fff !important;
    background-color: #339aed !important;
    border-color: #05b3f4 !important
}

#es .btn-es-twitter:focus,
#es .btn-es-twitter.focus {
    color: #fff !important;
    background-color: #1381da !important;
    border-color: #025777 !important
}

#es .btn-es-twitter:hover {
    color: #fff !important;
    background-color: #1381da !important;
    border-color: #0487b8 !important
}

#es .btn-es-twitter:active,
#es .btn-es-twitter.active,
.open>.dropdown-toggle#es .btn-es-twitter {
    color: #fff !important;
    background-color: #1381da !important;
    border-color: #0487b8 !important
}

#es .btn-es-twitter:active:hover,
#es .btn-es-twitter:active:focus,
#es .btn-es-twitter:active.focus,
#es .btn-es-twitter.active:hover,
#es .btn-es-twitter.active:focus,
#es .btn-es-twitter.active.focus,
.open>.dropdown-toggle#es .btn-es-twitter:hover,
.open>.dropdown-toggle#es .btn-es-twitter:focus,
.open>.dropdown-toggle#es .btn-es-twitter.focus {
    color: #fff !important;
    background-color: #106eb9 !important;
    border-color: #025777 !important
}

#es .btn-es-twitter:active,
#es .btn-es-twitter.active,
.open>.dropdown-toggle#es .btn-es-twitter {
    background-image: none !important
}

#es .btn-es-twitter.disabled,
#es .btn-es-twitter.disabled:hover,
#es .btn-es-twitter.disabled:focus,
#es .btn-es-twitter.disabled.focus,
#es .btn-es-twitter.disabled:active,
#es .btn-es-twitter.disabled.active,
#es .btn-es-twitter[disabled],
#es .btn-es-twitter[disabled]:hover,
#es .btn-es-twitter[disabled]:focus,
#es .btn-es-twitter[disabled].focus,
#es .btn-es-twitter[disabled]:active,
#es .btn-es-twitter[disabled].active,
fieldset[disabled] #es .btn-es-twitter,
fieldset[disabled] #es .btn-es-twitter:hover,
fieldset[disabled] #es .btn-es-twitter:focus,
fieldset[disabled] #es .btn-es-twitter.focus,
fieldset[disabled] #es .btn-es-twitter:active,
fieldset[disabled] #es .btn-es-twitter.active {
    background-color: #339aed !important;
    border-color: #05b3f4 !important
}

#es .btn-es-twitter .badge {
    color: #339aed !important;
    background-color: #fff !important
}

#es .btn-es-linkedin {
    color: #fff !important;
    background-color: #6cb3d3 !important;
    border-color: #4b97c3 !important
}

#es .btn-es-linkedin:focus,
#es .btn-es-linkedin.focus {
    color: #fff !important;
    background-color: #459fc7 !important;
    border-color: #24516b !important
}

#es .btn-es-linkedin:hover {
    color: #fff !important;
    background-color: #459fc7 !important;
    border-color: #34769d !important
}

#es .btn-es-linkedin:active,
#es .btn-es-linkedin.active,
.open>.dropdown-toggle#es .btn-es-linkedin {
    color: #fff !important;
    background-color: #459fc7 !important;
    border-color: #34769d !important
}

#es .btn-es-linkedin:active:hover,
#es .btn-es-linkedin:active:focus,
#es .btn-es-linkedin:active.focus,
#es .btn-es-linkedin.active:hover,
#es .btn-es-linkedin.active:focus,
#es .btn-es-linkedin.active.focus,
.open>.dropdown-toggle#es .btn-es-linkedin:hover,
.open>.dropdown-toggle#es .btn-es-linkedin:focus,
.open>.dropdown-toggle#es .btn-es-linkedin.focus {
    color: #fff !important;
    background-color: #368cb3 !important;
    border-color: #24516b !important
}

#es .btn-es-linkedin:active,
#es .btn-es-linkedin.active,
.open>.dropdown-toggle#es .btn-es-linkedin {
    background-image: none !important
}

#es .btn-es-linkedin.disabled,
#es .btn-es-linkedin.disabled:hover,
#es .btn-es-linkedin.disabled:focus,
#es .btn-es-linkedin.disabled.focus,
#es .btn-es-linkedin.disabled:active,
#es .btn-es-linkedin.disabled.active,
#es .btn-es-linkedin[disabled],
#es .btn-es-linkedin[disabled]:hover,
#es .btn-es-linkedin[disabled]:focus,
#es .btn-es-linkedin[disabled].focus,
#es .btn-es-linkedin[disabled]:active,
#es .btn-es-linkedin[disabled].active,
fieldset[disabled] #es .btn-es-linkedin,
fieldset[disabled] #es .btn-es-linkedin:hover,
fieldset[disabled] #es .btn-es-linkedin:focus,
fieldset[disabled] #es .btn-es-linkedin.focus,
fieldset[disabled] #es .btn-es-linkedin:active,
fieldset[disabled] #es .btn-es-linkedin.active {
    background-color: #6cb3d3 !important;
    border-color: #4b97c3 !important
}

#es .btn-es-linkedin .badge {
    color: #6cb3d3 !important;
    background-color: #fff !important
}

#es .btn.is-loading {
    color: transparent !important;
    position: relative;
    cursor: default;
    text-shadow: none !important;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0 linear, opacity .1s ease;
    transition: all 0 linear, opacity .1s ease
}

#es .btn.is-loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 500rem;
    border: .2em solid rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.1)
}

#es .btn.is-loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    -webkit-animation: btn-spin .6s linear;
    animation: btn-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #FFF transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
    border-top-color: #767676
}

@keyframes btn-spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#es .o-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

#es .o-nav:before,
#es .o-nav:after {
    content: " ";
    display: table
}

#es .o-nav:after {
    clear: both
}

#es .o-nav__item,
#es .o-nav__link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    outline: 0 !important
}

#es .o-nav__item::-moz-focus-inner,
#es .o-nav__link::-moz-focus-inner {
    border: 0 !important
}

#es .o-nav--stacked .o-nav__item {
    display: list-item
}

#es .o-nav--stacked .o-nav__link {
    display: block
}

#es .o-nav--banner {
    text-align: center
}

#es .o-nav--block {
    line-height: 1;
    white-space: nowrap;
    font-size: 0
}

#es .o-nav--block .o-nav__item {
    letter-spacing: normal;
    word-spacing: normal
}

#es .o-nav--block .o-nav__link {
    padding: 4px;
    font-size: 13px
}

#es.is-mobile .o-nav-block {
    white-space: wrap
}

#es .o-nav--fit {
    display: table;
    width: 100%
}

#es .o-nav--fit .o-nav__item {
    display: table-cell
}

#es .o-nav--fit .o-nav__link {
    display: block
}

#es .o-nav--keywords>li:after {
    content: "\002C" "\00A0"
}

#es .o-nav--keywords>li:last-child:after {
    display: none
}

#es .o-label {
    display: inline;
    padding: .2em .6em .2em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em
}

#es .o-label+.o-label {
    margin-left: 2px
}

#es .o-label:empty {
    display: none
}

.btn #es .o-label {
    position: relative;
    top: -1px
}

#es .o-label--default,
#es .o-label--inverse {
    background-color: #777 !important
}

#es .o-label--default[href]:hover,
#es .o-label--default[href]:focus,
#es .o-label--inverse[href]:hover,
#es .o-label--inverse[href]:focus {
    background-color: #5e5e5e !important
}

#es .o-label--primary {
    background-color: #4a90e2 !important
}

#es .o-label--primary[href]:hover,
#es .o-label--primary[href]:focus {
    background-color: #2275d7 !important
}

#es .o-label--success {
    background-color: #4fc251 !important
}

#es .o-label--success[href]:hover,
#es .o-label--success[href]:focus {
    background-color: #39a53b !important
}

#es .o-label--info {
    background-color: #5bc0de !important
}

#es .o-label--info[href]:hover,
#es .o-label--info[href]:focus {
    background-color: #31b0d5 !important
}

#es .o-label--warning {
    background-color: #ec971f !important
}

#es .o-label--warning[href]:hover,
#es .o-label--warning[href]:focus {
    background-color: #c77c11 !important
}

#es .o-label--danger,
#es .o-label--important {
    background-color: #f65b5b !important
}

#es .o-label--danger[href]:hover,
#es .o-label--danger[href]:focus,
#es .o-label--important[href]:hover,
#es .o-label--important[href]:focus {
    background-color: #f32b2b !important
}

#es .o-label--default-o {
    background-color: #e2e2e2 !important;
    color: #777 !important;
    border: 1px solid #777 !important
}

#es .o-label--default-o[href]:hover,
#es .o-label--default-o[href]:focus {
    background-color: #e2e2e2 !important
}

#es .o-label--clean-o {
    background-color: #fff;
    color: #888;
    border: 1px solid #888
}

#es .o-label--primary-o {
    background-color: #fff !important;
    color: #4a90e2 !important;
    border: 1px solid #4a90e2 !important
}

#es .o-label--primary-o[href]:hover,
#es .o-label--primary-o[href]:focus {
    background-color: #fff !important
}

#es .o-label--success-o {
    background-color: #eef9ee !important;
    color: #4fc251 !important;
    border: 1px solid #4fc251 !important
}

#es .o-label--success-o[href]:hover,
#es .o-label--success-o[href]:focus {
    background-color: #eef9ee !important
}

#es .o-label--info-o {
    background-color: #fff !important;
    color: #5bc0de !important;
    border: 1px solid #5bc0de !important
}

#es .o-label--info-o[href]:hover,
#es .o-label--info-o[href]:focus {
    background-color: #fff !important
}

#es .o-label--warning-o {
    background-color: #fdf3e4 !important;
    color: #ec971f !important;
    border: 1px solid #ec971f !important
}

#es .o-label--warning-o[href]:hover,
#es .o-label--warning-o[href]:focus {
    background-color: #fdf3e4 !important
}

#es .o-label--danger-o {
    background-color: #fff !important;
    color: #f65b5b !important;
    border: 1px solid #f65b5b !important
}

#es .o-label--danger-o[href]:hover,
#es .o-label--danger-o[href]:focus {
    background-color: #fff !important
}

#es .o-alert {
    padding: 8px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-shadow: none;
    position: relative;
    overflow: hidden;
    font-size: 12px
}

#es .o-alert h4 {
    margin-top: 0;
    color: inherit
}

#es .o-alert .o-alert-link {
    font-weight: bold
}

#es .o-alert>p,
#es .o-alert>ul {
    margin-bottom: 0
}

#es .o-alert>p+p {
    margin-top: 5px
}

#es .o-alert--icon:before {
    position: absolute;
    top: -8px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 72px;
    line-height: 1;
    opacity: .1;
    content: "\f00c"
}

#es .o-alert__close {
    color: #000;
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    opacity: .3;
    text-shadow: 0 1px 0 #fff
}

#es button.o-alert__close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0
}

#es .o-alert--dismissible {
    padding-right: 35px
}

#es .o-alert--dismissible .o-alert__close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

#es .o-alert--success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

#es .o-alert--success hr {
    border-top-color: #c9e2b3
}

#es .o-alert--success .alert-link {
    color: #2b542c
}

#es .o-alert--success.o-alert--icon:before {
    color: #3c763d;
    content: "\f00c"
}

#es .o-alert--info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

#es .o-alert--info hr {
    border-top-color: #a6e1ec
}

#es .o-alert--info .alert-link {
    color: #245269
}

#es .o-alert--info.o-alert--icon:before {
    color: #31708f;
    content: "\f1cd"
}

#es .o-alert--warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

#es .o-alert--warning hr {
    border-top-color: #f7e1b5
}

#es .o-alert--warning .alert-link {
    color: #66512c
}

#es .o-alert--warning.o-alert--icon:before {
    color: #8a6d3b;
    content: "\f071"
}

#es .o-alert--danger,
#es .o-alert--error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #fc595b
}

#es .o-alert--danger hr,
#es .o-alert--error hr {
    border-top-color: #e4b9c0
}

#es .o-alert--danger .alert-link,
#es .o-alert--error .alert-link {
    color: #fb272a
}

#es .o-alert--danger.o-alert--icon:before,
#es .o-alert--error.o-alert--icon:before {
    color: #fc595b;
    content: "\f0e7";
    left: 8px
}

#es .o-avatar-status {
    position: relative;
    display: inline-block
}

#es .o-avatar-status__indicator {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4fc251;
    border: 2px solid #fff
}

#es .o-avatar-status.is-offline .o-avatar-status__indicator {
    background-color: #f65b5b
}

#es .o-avatar-status--rounded {
    border-radius: 50%
}

#es .o-avatar-status--rounded .o-avatar-status__indicator {
    margin: 10% 10% 0 0
}

#es .o-avatar-action {
    position: relative;
    display: inline-block
}

#es .o-avatar-action__remove-tag {
    position: absolute;
    top: -4px;
    right: -4px;
    line-height: 1;
    z-index: 2
}

#es .o-avatar-action__remove-tag>a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background: #f65b5b;
    border-radius: 50%;
    text-align: center;
    display: inline-block
}

#es .o-avatar-action__remove-tag>a i {
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
    font-size: 9px;
    width: 16px;
    height: 16px;
    text-align: center
}

#es .o-avatar {
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
}

#es .o-avatar img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    image-rendering: optimizeQuality;
    border-radius: 2px
}

#es .o-avatar--xs {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px
}

#es .o-avatar--sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

#es .o-avatar--md {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

#es .o-avatar--lg {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px
}

#es .o-avatar--xl {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px
}

#es .o-avatar--rounded {
    border-radius: 50%
}

#es .o-avatar--rounded img {
    border-radius: 50%
}

#es .o-avatar-list-unstyled {
    border: 0;
    margin: 0
}

#es .o-avatar-list-unstyled img {
    width: 100%;
    height: 100%
}

#es .o-avatar--inset {
    border: 0;
    margin: 0
}

#es .o-avatar--inset img {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px
}

#es [class^="o-avatar-border"],
#es [class*=" o-avatar-border"] {
    background-color: #e1e1e1
}

#es [class^="o-avatar-border"]:hover,
#es [class*=" o-avatar-border"]:hover {
    background-color: #c8c8c8
}

#es .o-avatar-border--sm {
    padding: 1px
}

#es .o-avatar-border--md {
    padding: 2px
}

#es .o-avatar-border--lg {
    padding: 4px
}

#es .o-avatar-list__item {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

#es .o-avatar--text {
    border-radius: 3px;
    color: #fff;
    text-align: center
}

#es .o-avatar--bg-1 {
    background-color: #ffcdd2
}

#es .o-avatar--bg-1:hover {
    background-color: #ffcdd2
}

#es .o-avatar--bg-2 {
    background-color: #e1bee7
}

#es .o-avatar--bg-2:hover {
    background-color: #e1bee7
}

#es .o-avatar--bg-3 {
    background-color: #bbdefb
}

#es .o-avatar--bg-3:hover {
    background-color: #bbdefb
}

#es .o-avatar--bg-4 {
    background-color: #b2dfdb
}

#es .o-avatar--bg-4:hover {
    background-color: #b2dfdb
}

#es .o-avatar--bg-5 {
    background-color: #ffcc80
}

#es .o-avatar--bg-5:hover {
    background-color: #ffcc80
}

#es .o-avatar-group-1 {
    width: 50px;
    height: 50px;
    font-size: 0
}

#es .o-avatar-group-1>div {
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 50%
}

#es .o-avatar-group-1>div:first-child {
    width: 50px;
    height: 50px
}

#es .o-avatar-group-1>div:first-child img {
    max-width: 50px;
    width: 50px;
    height: 50px
}

#es .o-avatar-group-1>div .o-avatar {
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px
}

#es .o-avatar-group-2 {
    width: 50px;
    height: 50px;
    font-size: 0
}

#es .o-avatar-group-2>div {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25px
}

#es .o-avatar-group-2>div img {
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-left: -12px
}

#es .o-avatar-group-2>div .o-avatar {
    border-radius: 0;
    width: 25px;
    height: 50px;
    line-height: 50px
}

#es .o-avatar-group-3 {
    width: 50px;
    height: 50px;
    font-size: 0
}

#es .o-avatar-group-3>div {
    float: left;
    overflow: hidden;
    position: relative
}

#es .o-avatar-group-3>div .o-avatar {
    border-radius: 0
}

#es .o-avatar-group-3>div:first-child {
    width: 33px;
    height: 50px
}

#es .o-avatar-group-3>div:first-child img {
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-left: -8px
}

#es .o-avatar-group-3>div:first-child .o-avatar {
    height: 50px
}

#es .o-avatar-group-3>div:first-child .o-avatar:first-child {
    width: 33px;
    line-height: 50px
}

#es .o-avatar-group-3>div:not(:first-child) {
    width: 17px
}

#es .o-avatar-group-3>div:not(:first-child) .o-avatar {
    width: 17px;
    font-size: 12px;
    height: 25px;
    line-height: 24px
}

#es .o-avatar-group-3>div:not(:first-child) img {
    max-width: 25px;
    width: 25px;
    height: 25px;
    margin-left: -4px
}

#es .o-avatar--profile {
    width: 100%;
    height: 100%;
    font-size: 3.4em;
    line-height: 2.4em;
    border-radius: 0
}

#es.is-mobile .o-avatar--profile {
    font-size: 3em;
    line-height: 2em
}

#es .o-flag {
    display: table;
    width: 100%
}

#es .o-flag__image,
#es .o-flag__body {
    display: table-cell;
    vertical-align: middle
}

#es .o-flag--top {
    vertical-align: top
}

#es .o-flag--bottom {
    vertical-align: bottom
}

#es .o-flag__image {
    padding-right: 8px;
    width: 1%
}

#es .o-flag__image>img {
    display: block;
    max-width: none
}

#es .o-flag--rev .o-flag__image {
    padding-right: 0;
    padding-left: 8px
}

#es .o-flag__body {
    width: 100%
}

#es .o-flag-list .o-flag {
    margin-bottom: 16px
}

#es .o-media {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .o-media--top {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

#es .o-media--bottom {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

#es .o-media--rev .o-media__image {
    margin-left: 8px;
    margin-right: 0;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2
}

#es .o-media__body--text-overflow {
    overflow: hidden;
    text-overflow: ellipsis
}

#es .o-media__image {
    margin-right: 8px
}

#es .o-media__body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

#es .o-media__img-square {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat
}

#es .o-media__title {
    font-weight: bold;
    color: #444;
    margin-bottom: 8px
}

#es.popbox {
    position: absolute;
    top: 0;
    z-index: 10020;
    width: auto;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    text-align: left !important;
    line-height: 1.538461538;
	position: absolute !important; /* dadurch scrollbar */
	
}

#es.popbox .arrow,
#es.popbox .arrow:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid
}

#es.popbox .arrow:after {
    content: "";
    z-index: -1
}

#es.popbox.top .arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

#es.popbox.top .arrow:after {
    border-width: 7px 7px 0;
    border-top-color: #e1e1e1;
    bottom: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.top-left .arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

#es.popbox.top-left .arrow:after {
    border-width: 7px 7px 0;
    border-top-color: #e1e1e1;
    bottom: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.top-left .arrow {
    left: 0;
    right: auto;
    margin-left: 6px;
    margin-right: auto
}

#es.popbox.top-right .arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

#es.popbox.top-right .arrow:after {
    border-width: 7px 7px 0;
    border-top-color: #e1e1e1;
    bottom: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.top-right .arrow {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 6px
}

#es.popbox.bottom .arrow {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

#es.popbox.bottom .arrow:after {
    border-width: 0 7px 7px;
    border-bottom-color: #e1e1e1;
    top: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.bottom-left .arrow {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

#es.popbox.bottom-left .arrow:after {
    border-width: 0 7px 7px;
    border-bottom-color: #e1e1e1;
    top: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.bottom-left .arrow {
    left: 0;
    right: auto;
    margin-left: 6px;
    margin-right: auto
}

#es.popbox.bottom-right .arrow {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

#es.popbox.bottom-right .arrow:after {
    border-width: 0 7px 7px;
    border-bottom-color: #e1e1e1;
    top: -1px;
    left: -7px;
    margin: 0
}

#es.popbox.bottom-right .arrow {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 6px
}

#es.popbox.left .arrow {
    top: 50%;
    right: -6px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

#es.popbox.left .arrow:after {
    border-width: 7px 0 7px 7px;
    border-left-color: #e1e1e1;
    bottom: -7px;
    right: -1px
}

#es.popbox.left-top .arrow {
    top: 50%;
    right: -6px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

#es.popbox.left-top .arrow:after {
    border-width: 7px 0 7px 7px;
    border-left-color: #e1e1e1;
    bottom: -7px;
    right: -1px
}

#es.popbox.left-top .arrow {
    top: 0;
    margin-top: 6px;
    margin-bottom: auto
}

#es.popbox.left-bottom .arrow {
    top: 50%;
    right: -6px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

#es.popbox.left-bottom .arrow:after {
    border-width: 7px 0 7px 7px;
    border-left-color: #e1e1e1;
    bottom: -7px;
    right: -1px
}

#es.popbox.left-bottom .arrow {
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: 6px
}

#es.popbox.right .arrow {
    top: 50%;
    left: -6px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

#es.popbox.right .arrow:after {
    border-width: 7px 7px 7px 0;
    border-right-color: #e1e1e1;
    bottom: -7px;
    left: -1px
}

#es.popbox.right-top .arrow {
    top: 50%;
    left: -6px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

#es.popbox.right-top .arrow:after {
    border-width: 7px 7px 7px 0;
    border-right-color: #e1e1e1;
    bottom: -7px;
    left: -1px
}

#es.popbox.right-top .arrow {
    top: 0;
    margin-top: 6px;
    margin-bottom: auto
}

#es.popbox.right-bottom .arrow {
    top: 50%;
    left: -6px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

#es.popbox.right-bottom .arrow:after {
    border-width: 7px 7px 7px 0;
    border-right-color: #e1e1e1;
    bottom: -7px;
    left: -1px
}

#es.popbox.right-bottom .arrow {
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: 6px
}

#es.popbox .popbox-header {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 15px;
    font-size: 11px
}

#es.popbox .popbox-header:before,
#es.popbox .popbox-header:after {
    content: " ";
    display: table
}

#es.popbox .popbox-header:after {
    clear: both
}

#es.popbox .popbox-header .es-title {
    font-weight: bold;
    float: left
}

#es.popbox .popbox-header .es-action {
    float: right
}

#es.popbox .popbox-header__mobile-close {
    display: none;
    float: right;
    color: #444
}

#es.is-mobile .popbox-header__mobile-close {
    display: inline-block
}

#es.popbox+.es-dialog {
    z-index: 10021
}

#es .o-pagination-wrap {
    line-height: 1;
    font-size: 13px;
    clear: both;
    width: 100%;
    margin-top: 16px;
    text-align: center
}

#es .o-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 3px
}

#es .o-pagination>li {
    display: inline
}

#es .o-pagination>li>a,
#es .o-pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.666666667;
    text-decoration: none;
    color: #888;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-left: -1px
}

#es .o-pagination>li:first-child>a,
#es .o-pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#es .o-pagination>li:last-child>a,
#es .o-pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

#es .o-pagination>li>a:hover,
#es .o-pagination>li>a:focus,
#es .o-pagination>li>span:hover,
#es .o-pagination>li>span:focus {
    z-index: 3;
    color: #444;
    background-color: #eee;
    border-color: #e1e1e1
}

#es .o-pagination>.active>a,
#es .o-pagination>.active>a:hover,
#es .o-pagination>.active>a:focus,
#es .o-pagination>.active>span,
#es .o-pagination>.active>span:hover,
#es .o-pagination>.active>span:focus {
    z-index: 2;
    color: #888;
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    cursor: default
}

#es .o-pagination>.disabled>span,
#es .o-pagination>.disabled>span:hover,
#es .o-pagination>.disabled>span:focus,
#es .o-pagination>.disabled>a,
#es .o-pagination>.disabled>a:hover,
#es .o-pagination>.disabled>a:focus {
    color: #888;
    background-color: #fff;
    border-color: #e1e1e1;
    cursor: default
}

#es.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.666666667;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 11px;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    border: 0 !important;
    opacity: 0;
    filter: alpha(opacity=0)
}

#es.tooltip.in {
    opacity: 100;
    filter: alpha(opacity=10000)
}

#es.tooltip.top {
    margin-top: -3px;
    padding: 5px 0 !important
}

#es.tooltip.right {
    margin-left: 3px;
    padding: 0 5px !important
}

#es.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0 !important
}

#es.tooltip.left {
    margin-left: -3px;
    padding: 0 5px !important
}

#es .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

#es .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

#es.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

#es.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

#es.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

#es.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

#es.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

#es.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

#es.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

#es.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

#es .o-checkbox {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px
}

#es .o-checkbox label {
    display: block;
    position: relative;
    padding: 0 0 0 4px;
    font-weight: normal;
    font-size: inherit;
    line-height: 1.538461538;
    margin: 0
}

#es .o-checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer
}

#es .o-checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: 0;
    top: 0;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0;
    font-size: 13px;
    color: #fff;
    cursor: pointer
}

#es .o-checkbox input[type="checkbox"] {
    display: none
}

#es .o-checkbox input[type="checkbox"]:checked+label:before {
    background-color: #4a90e2;
    border-color: #4a90e2;
    text-decoration: none
}

#es .o-checkbox input[type="checkbox"]:checked+label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00c";
    color: #fff;
    text-decoration: none
}

#es .o-checkbox input[type="checkbox"]:disabled+label {
    cursor: not-allowed
}

#es .o-checkbox input[type="checkbox"]:disabled+label:before {
    background-color: #f5f5f5;
    cursor: not-allowed
}

#es .o-checkbox input[type="checkbox"]:disabled+label:after {
    color: #4a90e2
}

#es .o-checkbox--sm label {
    font-size: 13px
}

#es .o-checkbox--inline {
    display: inline-block;
    margin-right: 8px
}

#es .o-checkbox--inline label {
    display: inline-block
}

#es .has-error .o-checkbox label::before {
    border: 1px solid #fc595b !important
}

#es .o-radio {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px
}

#es .o-radio label {
    display: block;
    position: relative;
    padding: 0 0 0 5px;
    font-weight: normal;
    font-size: inherit;
    line-height: 1.538461538;
    margin: 0;
    cursor: pointer
}

#es .o-radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

#es .o-radio label:after {
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    line-height: 16px;
    left: -12px;
    top: 4px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    content: ""
}

#es .o-radio input[type="radio"] {
    display: none
}

#es .o-radio input[type="radio"]:checked+label:before {
    background-color: #4a90e2;
    border-color: #4a90e2
}

#es .o-radio input[type="radio"]:checked+label:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

#es .o-radio input[type="radio"]:disabled+label {
    cursor: not-allowed
}

#es .o-radio input[type="radio"]:disabled+label:before {
    cursor: not-allowed;
    background-color: #fff
}

#es .o-radio input[type="radio"]:disabled+label:after {
    cursor: not-allowed
}

#es .o-radio--sm label {
    font-size: 13px
}

#es .o-radio--inline {
    display: inline-block;
    margin-right: 8px
}

#es .o-radio--inline label {
    display: inline-block
}

#es .o-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 13px
}

#es .o-tabs__item {
    display: table-cell;
    position: relative
}

#es .o-tabs__item:hover .o-tabs__link-edit {
    display: inline-block
}

#es .o-tabs__indicator-error-icon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: none;
    float: right;
    margin: 4px
}

#es .o-tabs__indicator-error-icon:before {
    content: "\f06a"
}

#es .o-tabs__link-edit {
    display: none
}

#es .o-tabs__link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    outline: 0 !important
}

#es .o-tabs__link::-moz-focus-inner {
    border: 0 !important
}

#es .o-tabs__item.has-notice .o-tabs__bubble {
    display: inline-block
}

#es .o-tabs__item.has-notice .o-tabs__indicator-error-icon {
    display: inline-block;
    float: right;
    margin-right: 8px;
    margin-top: 4px
}

#es .o-tabs__item.error .o-tabs__link {
    border-right: 2px solid transparent;
    color: #f65b5b
}

#es .o-tabs__item.error .o-tabs__indicator-error-icon {
    display: inline-block;
    color: #f65b5b
}

#es .o-tabs__toggle-submenu {
    position: absolute;
    top: 2px;
    right: 40px;
    padding: 0 2px
}

#es .o-tabs__bubble,
#es .o-tabs__link-edit {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#es .o-tabs__bubble {
    background-color: #ededed;
    border-radius: 2px;
    color: #888;
    display: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

#es .o-tabs--horizontal {
    border-bottom: 1px solid #e1e1e1
}

#es .o-tabs--horizontal .o-tabs__item {
    color: #888;
    border-bottom: 2px solid transparent;
    position: relative;
    bottom: -2px
}

#es .o-tabs--horizontal .o-tabs__item .o-tabs__link:hover {
    border-bottom: 2px solid #f5f5f5
}

#es .o-tabs--horizontal .o-tabs__item.active .o-tabs__link {
    color: #444;
    border-bottom: 2px solid #4a90e2;
    background-color: #f5f5f5
}

#es .o-tabs--horizontal .o-tabs__link {
    display: block;
    color: #888;
    padding: 2px 0
}

#es .o-tabs--horizontal .o-tabs__link:hover {
    background-color: #f5f5f5
}

#es .o-tabs--horizontal-flat {
    border: 1px solid #e1e1e1
}

#es .o-tabs--horizontal-flat .o-tabs__item {
    color: #888;
    border-right: 1px solid #e1e1e1;
    position: relative
}

#es .o-tabs--horizontal-flat .o-tabs__item.active .o-tabs__link {
    color: #4a90e2
}

#es .o-tabs--horizontal-flat .o-tabs__item:last-child {
    border-right: 0
}

#es .o-tabs--horizontal-flat .o-tabs__link {
    display: block;
    font-weight: bold;
    color: #888;
    padding: 8px 0;
    background-color: #fff
}

#es .o-tabs--horizontal-flat .o-tabs__link:hover {
    background-color: #f5f5f5
}

#es .o-tabs--stacked .o-tabs__item {
    display: block;
    text-align: left;
    color: #888;
    border-right: 2px solid transparent;
    position: relative
}

#es .o-tabs--stacked .o-tabs__item.active>.o-tabs__link {
    color: #444;
    border-right: 2px solid #4a90e2;
    background-color: #f5f5f5
}

#es .o-tabs--stacked .o-tabs__link {
    display: block;
    color: #888;
    padding: 2px 0
}

#es .o-tabs--stacked .o-tabs__link:hover {
    background-color: #f5f5f5
}

#es .o-tabs--stacked-o .o-tabs__item {
    position: relative;
    display: block;
    text-align: left;
    color: #888
}

#es .o-tabs--stacked-o .o-tabs__item+.o-tabs__item {
    margin-top: 4px
}

#es .o-tabs--stacked-o .o-tabs__item:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #f5f5f5;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px
}

#es .o-tabs--stacked-o .o-tabs__item.active:before {
    background: #d3f1d7
}

#es .o-tabs--stacked-o .o-tabs__link {
    padding: 2px 0 2px 20px;
    font-size: 13px
}

#es .o-tabs--stacked-o .active .o-tabs__link {
    color: #444
}

#es .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__bubble,
#es .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__link-edit,
#es .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__bubble,
#es .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__link-edit {
    display: none
}

#es .o-tabs--stacked .o-tabs__item.is-loading .o-loader,
#es .o-tabs--stacked-o .o-tabs__item.is-loading .o-loader {
    position: absolute;
    left: auto;
    right: 4px
}

#es .has-notice .o-tabs__link {
    padding-right: 40px
}

#es .o-tabs--stacked-app .o-tabs__item {
    position: relative;
    display: block;
    text-align: left;
    color: #888
}

#es .o-tabs--stacked-app .o-tabs__item+.o-tabs__item {
    margin-top: 4px
}

#es .o-tabs--stacked-app .o-tabs__item.active .o-tabs__link {
    color: #444
}

#es .o-tabs--stacked-app .o-tabs__link {
    padding: 4px 0 4px 20px
}

#es .o-tabs--stacked-app__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

#es .o-tabs--es {
    width: auto;
    border-collapse: separate;
    border-spacing: 0 8px
}

#es .o-tabs--es .o-tabs__item {
    color: #888;
    margin: 0 8px;
    padding: 0 8px
}

#es .o-tabs--es .o-tabs__link {
    color: #888;
    padding: 0 4px;
    outline: 0 !important
}

#es .o-tabs--es .o-tabs__link::-moz-focus-inner {
    border: 0 !important
}

#es .o-tabs--es .active {
    font-weight: bold
}

#es .o-tabs--es .active .o-tabs__link {
    color: #444;
    border-bottom: 2px solid #4a90e2
}

#es.is-mobile .o-tabs--ed {
    width: 100%
}

#es .tab-content>.tab-pane,
#es .tab-content__item {
    display: none
}

#es .tab-content>.active {
    display: block
}

#es .tab-content>.is-active {
    display: block
}

#es .dl-menu-wrapper {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    overflow: hidden
}

#es .o-tabs--dlmenu {
    margin: 5px 0 0 0;
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
    list-style: none
}

#es .o-tabs--dlmenu .dl-submenu {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#es .o-tabs--dlmenu li {
    position: relative
}

#es .o-tabs--dlmenu li .dl-submenu {
    display: none
}

#es .o-tabs--dlmenu.dl-subview li,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>a,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.o-tabs__bubble,
#es .o-tabs--dlmenu.dl-subview li.dl-subview>a,
#es .o-tabs--dlmenu.dl-subview li.dl-subview .o-tabs__bubble {
    display: none
}

#es .o-tabs--dlmenu.dl-subview li.dl-subview,
#es .o-tabs--dlmenu.dl-subview li.dl-subview .dl-submenu,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu>li,
#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu .o-tabs__bubble {
    display: block
}

#es .dl-menu-wrapper .dl-submenu {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0
}

#es .o-tabs--dlmenu.dl-animate-out-1,
#es .o-tabs--dlmenu.dl-animate-in-1,
#es .dl-menu-wrapper .dl-animate-out-1 .dl-submenu,
#es .dl-menu-wrapper .dl-animate-in-1 .dl-submenu {
    position: absolute
}

#es .o-tabs--dlmenu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out;
    animation: MenuAnimOut2 .3s ease-in-out
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

#es .o-tabs--dlmenu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out;
    animation: MenuAnimIn2 .3s ease-in-out
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

#es .dl-menu-wrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
    animation: SubMenuAnimIn2 .3s ease-in-out
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

#es .dl-menu-wrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
    animation: SubMenuAnimOut2 .3s ease-in-out
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

#es .subPanel {
    display: none;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    overflow: hidden
}

#es .subPanel.isOpen {
    background-color: #fff;
    display: block;
    z-index: 10
}

#es .o-switch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#es .o-switch__checkbox {
    display: none
}

#es .o-switch__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 3px
}

#es .o-switch__inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .3s ease-in 0
}

#es .o-switch__inner:before,
#es .o-switch__inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box
}

#es .o-switch__inner:before {
    content: "";
    padding-left: 10px;
    background-color: #4fc251;
    color: #fff
}

#es .o-switch__inner:after {
    content: "";
    padding-right: 10px;
    background-color: #f5f5f5;
    color: #e1e1e1;
    text-align: right
}

#es .o-switch__switch {
    display: block;
    width: 20px;
    height: 22px;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    transition: all .3s ease-in 0
}

#es .o-switch__checkbox:checked+.o-switch__label .o-switch__inner {
    margin-left: 0
}

#es .o-switch__checkbox:checked+.o-switch__label .o-switch__switch {
    right: 0
}

#es .d1 .o-onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 12px 0 16px
}

#es .d1 .o-onoffswitch__checkbox {
    display: none
}

#es .d1 .o-onoffswitch__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 8px;
    padding: 0;
    line-height: 8px;
    border: 0 solid #fff;
    border-radius: 20px;
    background-color: #f5f5f5
}

#es .d1 .o-onoffswitch__label:before {
    content: "";
    display: block;
    width: 20px;
    margin: -6px;
    background: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    border-radius: 20px;
    transition: right .2s ease-in 0
}

#es .d1 .o-onoffswitch+.o-onoffswitch {
    margin-top: 20px
}

#es .d1 .o-onoffswitch__label .o-onoffswitch__checkbox:checked+.o-onoffswitch__label {
    background-color: #f5f5f5
}

#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,
#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before {
    border-color: #f5f5f5
}

#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label .o-onoffswitch__inner {
    margin-left: 0
}

#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before {
    right: 0;
    background-color: #4fc251;
    transition: right .2s ease-in 0
}

#es .o-onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 8px
}

#es .o-onoffswitch__checkbox {
    display: none
}

#es .o-onoffswitch__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 16px;
    padding: 0;
    line-height: 16px;
    border: 2px solid #ccc;
    border-radius: 16px;
    background-color: #e6e6e6;
    transition: background-color .3s ease-in
}

#es .o-onoffswitch__label:before {
    content: "";
    display: block;
    width: 16px;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    border: 2px solid #ccc;
    border-radius: 16px;
    transition: all .3s ease-in 0
}

#es .o-onoffswitch__checkbox:checked+.o-onoffswitch__label {
    background-color: #4fc251
}

#es .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,
#es .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before {
    border-color: #4fc251
}

#es .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before {
    right: 0
}

#es.o-popover--es {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.666666667;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 20001
}

#es.o-popover--es.top {
    margin-top: -10px
}

#es.o-popover--es.right {
    margin-left: 10px
}

#es.o-popover--es.bottom {
    margin-top: 10px
}

#es.o-popover--es.left {
    margin-left: -10px
}

#es.o-popover--es .popover-title {
    font-family: sans-serif !important;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 5px 5px 0 0 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 14px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent !important;
    font-weight: bold;
    line-height: 16px !important
}

#es.o-popover--es .popover-content {
    font-family: sans-serif !important;
    font-size: 11px !important;
    padding: 2px 14px !important;
    margin-bottom: 0 !important
}

#es.o-popover--es .popover-content p {
    margin-top: 0;
    line-height: 16px !important
}

#es.o-popover--es .arrow,
#es.o-popover--es .arrow:after {
    border-color: transparent !important;
    border-style: solid !important;
    display: inline-block !important;
    height: 0 !important;
    position: absolute !important;
    width: 0 !important
}

#es.o-popover--es>.arrow {
    border-width: 11px !important
}

#es.o-popover--es>.arrow:after {
    border-width: 10px !important;
    content: ""
}

#es.o-popover--es.top>.arrow {
    left: 50% !important;
    margin-left: -11px !important;
    border-bottom-width: 0 !important;
    border-top-color: #aeaeae !important;
    border-top-color: rgba(0, 0, 0, 0.25) !important;
    bottom: -11px !important
}

#es.o-popover--es.top>.arrow:after {
    content: " " !important;
    bottom: 1px !important;
    margin-left: -10px !important;
    border-bottom-width: 0 !important;
    border-top-color: #fff !important
}

#es.o-popover--es.right>.arrow {
    top: 50% !important;
    left: -11px !important;
    margin-top: -11px !important;
    border-left-width: 0 !important;
    border-right-color: #aeaeae !important;
    border-right-color: rgba(0, 0, 0, 0.25) !important
}

#es.o-popover--es.right>.arrow:after {
    content: " " !important;
    left: 1px !important;
    bottom: -10px !important;
    border-left-width: 0 !important;
    border-right-color: #fff !important
}

#es.o-popover--es.bottom>.arrow {
    left: 50% !important;
    margin-left: -11px !important;
    border-top-width: 0 !important;
    border-bottom-color: #aeaeae !important;
    border-bottom-color: rgba(0, 0, 0, 0.25) !important;
    top: -11px !important
}

#es.o-popover--es.bottom>.arrow:after {
    content: " " !important;
    top: 1px !important;
    margin-left: -10px !important;
    border-top-width: 0 !important;
    border-bottom-color: #fff !important
}

#es.o-popover--es.left>.arrow {
    top: 50% !important;
    right: -11px !important;
    margin-top: -11px !important;
    border-right-width: 0 !important;
    border-left-color: #aeaeae !important;
    border-left-color: rgba(0, 0, 0, 0.25) !important
}

#es.o-popover--es.left>.arrow:after {
    content: " " !important;
    right: 1px !important;
    border-right-width: 0 !important;
    border-left-color: #fff !important;
    bottom: -10px !important
}

#es .o-box {
    border: 1px solid #e1e1e1;
    border-radius: 3px
}

#es .o-box--border {
    border-top: 1px solid #e1e1e1
}

#es .o-box>div {
    padding: 8px 16px
}

#es .o-box>div:before,
#es .o-box>div:after {
    content: " ";
    display: table
}

#es .o-box>div:after {
    clear: both
}

#es .es-cover-title {
    margin: 5px 0;
    word-break: break-all
}

#es .es-title-font {
    font-family: inherit
}

#es .es-user-info {
    font-size: 13px
}

#es .es-user-name {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-count-no {
    line-height: 16px;
    font-size: 9px;
    background: #e5e5e5;
    border: 1px solid #e1e1e1;
    border-radius: 2px 2px 2px 2px;
    color: #444;
    padding: 2px 4px
}

#es .es-hr {
    margin: 16px 0;
    border-top: 1px solid #e1e1e1
}

#es .es-bg-shade {
    background-color: #f5f5f5
}

#es .fa-rss-square {
    color: #e37126
}

#es .es-snackbar .btn-rss {
    font-size: 12px;
    font-weight: normal
}

#es .es-divider-top {
    border-top: 1px solid #e1e1e1
}

#es .es-divider-bottom {
    border-bottom: 1px solid #e1e1e1
}

#es .app-icon-small {
    width: 16px;
    height: 16px
}

#es .label-notification {
    background: #e16273;
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    font-size: 9px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0 3px;
    line-height: 12px;
    display: none;
    min-width: 16px;
    width: auto;
    height: 16px;
    line-height: 16px;
    text-align: center
}

#es .has-notice .label-notification {
    display: block
}

#es .search-highlight {
    background: #ff9;
    color: #333;
    padding: 1px 3px
}

#es i {
    width: auto;
    height: auto
}

#es .stream-meta:before,
#es .stream-meta:after,
#es .stream-content:before,
#es .stream-content:after,
#es .widget-box:before,
#es .widget-box:after,
#es .widget-body:before,
#es .widget-body:after,
#es .blog-description:before,
#es .blog-description:after,
#es .article-item-meta:before,
#es .article-item-meta:after,
#es .article-item-actions:before,
#es .article-item-actions:after,
#es .es-modules-wrap:before,
#es .es-modules-wrap:after {
    content: " ";
    display: table
}

#es .stream-meta:after,
#es .stream-content:after,
#es .widget-box:after,
#es .widget-body:after,
#es .blog-description:after,
#es .article-item-meta:after,
#es .article-item-actions:after,
#es .es-modules-wrap:after {
    clear: both
}

#es .step-content {
    display: none
}

#es .step-content.active {
    display: block
}

#es .es-profile-data-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e1e1e1;
    table-layout: auto;
    background-color: #fff;
    margin-bottom: 80px
}

#es .es-profile-data-table tr,
#es .es-profile-data-table td {
    border: 1px solid transparent;
    vertical-align: top
}

#es .es-profile-data-table tbody>tr>td {
    border-top: 0
}

#es .es-profile-data-table .profile-data-label {
    width: 250px;
    border-right: 0;
    border-bottom: 0
}

#es .es-profile-data-table .profile-data-info {
    border-left: 0;
    padding-bottom: 16px
}

#es .es-profile-data-table .profile-data-info a {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-profile-data-table thead {
    background-color: #fafafa
}

#es .es-profile-data-table thead th {
    padding: 8px 16px
}

#es .es-profile-data-table thead tr {
    border: 1px solid #e1e1e1
}

#es .es-profile-data-table tbody>tr:last-child td {
    border-bottom: 1px solid #e1e1e1
}

#es .es-profile-data-table td {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 8px 16px
}

#es .profile-data-info__data {
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

#es .profile-data-info__content {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

#es .profile-data-info__content .leaflet-container {
    min-height: 180px
}

#es.is-mobile .es-profile-data-table tr,
#es.is-mobile .es-profile-data-table th {
    display: block
}

#es.is-mobile .es-profile-data-table td {
    border-left: 0;
    border-right: 0
}

#es.is-mobile .es-profile-data-table thead>tr {
    border: 0
}

#es.is-mobile .es-profile-data-table tbody>tr {
    border-top: 1px solid #e1e1e1
}

#es.is-mobile .es-profile-data-table tbody>tr:last-child td {
    border-bottom: 0
}

#es.is-mobile .profile-data-label {
    display: block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0
}

#es.is-mobile .profile-data-info {
    display: block;
    width: 100%;
    padding-bottom: 8px
}

#es.is-mobile .profile-data-info__data {
    border-bottom: 0;
    padding: 0
}

#es.is-mobile .es-rsvp-notice {
    width: 100%;
    padding: 20px;
    border-bottom: 0 !important
}

#es .o-btn-group>.dropdown-menu {
    font-size: 13px
}

#es .i-chevron:before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    position: relative;
    top: .45em;
    left: 0;
    vertical-align: top
}

#es .i-chevron.i-chevron--up:before {
    top: .5em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#es .i-chevron.i-chevron--right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .i-chevron.i-chevron--down:before {
    top: .25em;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#es .i-chevron.i-chevron--left:before {
    left: .15em;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#es .es-rsvp-notice {
    width: 240px;
    word-wrap: break-word;
    white-space: normal;
    padding: 0 8px
}

#es .es-rss-item,
#es .es-blog-item {
    margin-bottom: 16px
}

#es .es-blog-item__title {
    font-size: 15px
}

#es .es-blog-item__meta a,
#es .es-blog-item__meta span {
    color: #888;
    font-size: 12px
}

#es .es-blog-item+.es-blog-item {
    border-top: 1px solid #e1e1e1;
    padding-top: 16px
}

#es .es-discuss-group__title {
    font-size: 13px;
    font-weight: bold
}

#es .es-discuss-group__meta a,
#es .es-discuss-group__meta span {
    color: #888;
    font-size: 12px
}

#es .es-discuss-group+.es-discuss-group {
    border-top: 1px solid #e1e1e1;
    padding-top: 16px;
    margin-top: 8px
}

#es .es-discuss-item+.es-discuss-item {
    border-top: 1px dashed #e1e1e1;
    padding-top: 8px;
    margin-top: 8px
}

#es .es-discuss-link {
    vertical-align: text-top
}

#es .es-calendar-date {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 8px;
    text-align: center;
    width: 44px
}

#es .es-calendar-date__date {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px
}

#es .es-calendar-date__mth {
    color: #f65b5b;
    font-size: 13px;
    line-height: 13px
}

#es .es-calendar-date__title {
    color: #444
}

#es .dropdown-menu--rsvp>li.active a {
    position: relative
}

#es .dropdown-menu--rsvp>li.active a:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px !important;
    color: #444 !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important
}

#es .row-table {
    display: table;
    width: 100%
}

#es .col-cell {
    display: table-cell;
    vertical-align: top;
    float: none !important
}

#es .col-cell.cell-mid {
    vertical-align: middle
}

#es .cell-half {
    width: 50%
}

#es .cell-tight {
    width: 1%;
    white-space: nowrap
}

#es .panel-go .col-cell {
    vertical-align: middle;
    padding: 30px 50px
}

#es .panel-go .col-cell+.col-cell {
    border-left: 1px solid #eee
}

#es .es-user-status-indicator {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4fc251;
    border: 2px solid #fff
}

#es .es-user-status-indicator.is-offline {
    background-color: #f65b5b
}

#es .o-avatar-status--rounded .es-user-status-indicator {
    top: 12px;
    right: 8px
}

#es .es-verified {
    color: #56b2fd;
    display: inline-block;
    font: normal normal 900 1em/1 'Font Awesome 5 Free';
    font-size: 1em;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    position: relative;
    margin-left: .2em
}

#es .es-verified:before {
    content: "\f058";
    position: relative;
    z-index: 2;
    text-shadow: none !important
}

#es .es-verified:after {
    content: "";
    width: .8em;
    height: .8em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: .1em;
    left: 0
}

#es .es-cluster-back-btn-container {
    margin-bottom: 8px
}

#es .es-debug-code {
    position: relative !important
}

#es .es-debug-code:hover {
    z-index: 9999 !important
}

#es .es-debug-code__text {
    position: absolute !important;
    top: 0 !important;
    color: #d9534f !important;
    background: #fff !important;
    padding: 2px 4px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    border: 1px dashed #d7d7d7 !important;
    font-size: 11px !important;
    z-index: 999 !important;
    white-space: pre !important
}

#es .es-debug-code__text i {
    display: inline-block !important
}

#es [data-es-debug]:before,
#es [data-es-debug]:after {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

#es [data-es-debug]:after {
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-es-debug);
    font-size: 12px;
    padding: .5em 1em;
    white-space: pre;
    margin-bottom: 11px
}

#es [data-es-debug]:before {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    content: "";
    margin-bottom: 5px
}

#es [data-es-debug]:hover:before,
#es [data-es-debug][data-es-debug-visible]:before,
#es [data-es-debug]:hover:after,
#es [data-es-debug][data-es-debug-visible]:after {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#es [data-es-debug].font-awesome:after {
    font-family: 'Font Awesome 5 Free'
}

#es [data-es-debug][data-es-debug-break]:after {
    white-space: pre
}

#es {
    font-size: 13px
}

#es.es-main {
    position: relative;
    display: inline-block;
    width: 100%
}

#es .es-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1
}

#es .es-container__sidebar,
#es .es-container .es-sidebar,
#es .es-container .es-content {
    position: relative
}

#es .es-container__sidebar {
    width: 240px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 20px;
    min-width: 0
}

#es .es-container__sidebar .btn-close-sidebar {
    display: none
}

#es .es-container__sidebar .es-modules-es-sidebar:not(:first-child) {
    margin-top: 16px
}

#es .es-container .es-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 100%;
    min-width: 0
}

#es .es-container .es-content>.loading-indicator {
    height: 100px;
    position: relative
}

#es .es-container.es-sidebar-right .es-container__sidebar {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: 20px;
    margin-right: 0
}

#es .es-container[data-achievements] .achievements-list,
#es .es-container[data-conversations] .conversation-list,
#es .es-container[data-friends] [data-friends-items],
#es .es-container[data-profile-about] .profile-data-box,
#es .es-notification-list {
    min-height: 450px
}

#es .btn-es-sidebar-toggle {
    display: none;
    width: 100%;
    margin-bottom: 8px;
    clear: both;
    position: relative
}

#es .es-dashboard .es-content>.loading-indicator,
#es .es-profile .es-content>.loading-indicator {
    display: none
}

#es .es-dashboard.loading .es-content>.loading-indicator,
#es .es-profile.loading .es-content>.loading-indicator {
    display: block
}

#es .es-content-wrap {
    position: relative
}

#es.is-mobile.es-main {
    height: 100%
}

#es.is-mobile .btn-es-sidebar-toggle {
    display: block
}

#es.is-mobile .es-container {
    display: block;
    position: relative;
    height: 100%
}

#es.is-mobile .es-container__sidebar {
    display: none
}

#es.is-mobile .es-container .es-content {
    clear: both;
    display: block;
    position: relative;
    min-height: 400px;
    left: 0;
    -webkit-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86)
}

#es.is-mobile .es-container .es-content:before,
#es.is-mobile .es-container .es-content:after {
    content: " ";
    display: table
}

#es.is-mobile .es-container .es-content:after {
    clear: both
}

#es .es-photo-camera,
#es .es-photo-camera-preview {
    background: #b3b3b3;
    border-radius: 2px;
    padding: 62px 0;
    text-align: center
}

#es .es-photo-camera *,
#es .es-photo-camera-preview * {
    display: inline-block;
    vertical-align: top
}

#es .o-btn-group-sort .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px
}

#es .es-profile-edit-form {
    padding: 16px
}

#es .es-profile-edit-form .o-onoffswitch {
    margin: 8px auto 0
}

#es.layout-edit .edit-form {
    min-height: 450px
}

#es.layout-edit .edit-form .yesno-list>li div.pull-left {
    max-width: 320px
}

#es.layout-edit .step-content {
    display: none
}

#es.layout-edit .step-content.active {
    display: block
}

#es.layout-edit .avatar-preview {
    display: block;
    width: 128px;
    height: 128px;
    position: relative;
    background: #f5f5f5;
    border-radius: 3px
}

#es.layout-edit .avatar-preview img {
    position: absolute
}

#es.layout-edit .avatar-preview .loading-indicator {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 20%
}

#es .es-forms__actions .o-form-actions {
    margin: 0
}

#es .es-forms .es-location-map,
#es .es-forms .es-location-form {
    border: 1px solid #e1e1e1
}

#es .es-forms .es-location-map {
    border-bottom: 0
}

#es .has-error .es-location-map,
#es .has-error .es-location-form.has-border {
    border-color: #fc595b !important
}

#es table {
    background-color: transparent
}

#es caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

#es th {
    text-align: left
}

#es .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

#es .table>thead>tr>th,
#es .table>thead>tr>td,
#es .table>tbody>tr>th,
#es .table>tbody>tr>td,
#es .table>tfoot>tr>th,
#es .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.666666667;
    vertical-align: top;
    border-top: 1px solid #ddd
}

#es .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

#es .table>caption+thead>tr:first-child>th,
#es .table>caption+thead>tr:first-child>td,
#es .table>colgroup+thead>tr:first-child>th,
#es .table>colgroup+thead>tr:first-child>td,
#es .table>thead:first-child>tr:first-child>th,
#es .table>thead:first-child>tr:first-child>td {
    border-top: 0
}

#es .table>tbody+tbody {
    border-top: 2px solid #ddd
}

#es .table .table {
    background-color: #fff
}

#es .table-condensed>thead>tr>th,
#es .table-condensed>thead>tr>td,
#es .table-condensed>tbody>tr>th,
#es .table-condensed>tbody>tr>td,
#es .table-condensed>tfoot>tr>th,
#es .table-condensed>tfoot>tr>td {
    padding: 5px
}

#es .table-bordered {
    border: 1px solid #ddd
}

#es .table-bordered>thead>tr>th,
#es .table-bordered>thead>tr>td,
#es .table-bordered>tbody>tr>th,
#es .table-bordered>tbody>tr>td,
#es .table-bordered>tfoot>tr>th,
#es .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

#es .table-bordered>thead>tr>th,
#es .table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

#es .table-borderless>thead>tr>th,
#es .table-borderless>thead>tr>td,
#es .table-borderless>tbody>tr>th,
#es .table-borderless>tbody>tr>td,
#es .table-borderless>tfoot>tr>th,
#es .table-borderless>tfoot>tr>td {
    padding: 8px;
    line-height: 1.666666667;
    vertical-align: top;
    border-top: 0
}

#es .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#es .table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

#es table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

#es table td[class*="col-"],
#es table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

#es .table>thead>tr>td.active,
#es .table>thead>tr>th.active,
#es .table>thead>tr.active>td,
#es .table>thead>tr.active>th,
#es .table>tbody>tr>td.active,
#es .table>tbody>tr>th.active,
#es .table>tbody>tr.active>td,
#es .table>tbody>tr.active>th,
#es .table>tfoot>tr>td.active,
#es .table>tfoot>tr>th.active,
#es .table>tfoot>tr.active>td,
#es .table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

#es .table-hover>tbody>tr>td.active:hover,
#es .table-hover>tbody>tr>th.active:hover,
#es .table-hover>tbody>tr.active:hover>td,
#es .table-hover>tbody>tr:hover>.active,
#es .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

#es .table>thead>tr>td.success,
#es .table>thead>tr>th.success,
#es .table>thead>tr.success>td,
#es .table>thead>tr.success>th,
#es .table>tbody>tr>td.success,
#es .table>tbody>tr>th.success,
#es .table>tbody>tr.success>td,
#es .table>tbody>tr.success>th,
#es .table>tfoot>tr>td.success,
#es .table>tfoot>tr>th.success,
#es .table>tfoot>tr.success>td,
#es .table>tfoot>tr.success>th {
    background-color: #dff0d8
}

#es .table-hover>tbody>tr>td.success:hover,
#es .table-hover>tbody>tr>th.success:hover,
#es .table-hover>tbody>tr.success:hover>td,
#es .table-hover>tbody>tr:hover>.success,
#es .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

#es .table>thead>tr>td.info,
#es .table>thead>tr>th.info,
#es .table>thead>tr.info>td,
#es .table>thead>tr.info>th,
#es .table>tbody>tr>td.info,
#es .table>tbody>tr>th.info,
#es .table>tbody>tr.info>td,
#es .table>tbody>tr.info>th,
#es .table>tfoot>tr>td.info,
#es .table>tfoot>tr>th.info,
#es .table>tfoot>tr.info>td,
#es .table>tfoot>tr.info>th {
    background-color: #d9edf7
}

#es .table-hover>tbody>tr>td.info:hover,
#es .table-hover>tbody>tr>th.info:hover,
#es .table-hover>tbody>tr.info:hover>td,
#es .table-hover>tbody>tr:hover>.info,
#es .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

#es .table>thead>tr>td.warning,
#es .table>thead>tr>th.warning,
#es .table>thead>tr.warning>td,
#es .table>thead>tr.warning>th,
#es .table>tbody>tr>td.warning,
#es .table>tbody>tr>th.warning,
#es .table>tbody>tr.warning>td,
#es .table>tbody>tr.warning>th,
#es .table>tfoot>tr>td.warning,
#es .table>tfoot>tr>th.warning,
#es .table>tfoot>tr.warning>td,
#es .table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

#es .table-hover>tbody>tr>td.warning:hover,
#es .table-hover>tbody>tr>th.warning:hover,
#es .table-hover>tbody>tr.warning:hover>td,
#es .table-hover>tbody>tr:hover>.warning,
#es .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

#es .table>thead>tr>td.danger,
#es .table>thead>tr>th.danger,
#es .table>thead>tr.danger>td,
#es .table>thead>tr.danger>th,
#es .table>tbody>tr>td.danger,
#es .table>tbody>tr>th.danger,
#es .table>tbody>tr.danger>td,
#es .table>tbody>tr.danger>th,
#es .table>tfoot>tr>td.danger,
#es .table>tfoot>tr>th.danger,
#es .table>tfoot>tr.danger>td,
#es .table>tfoot>tr.danger>th {
    background-color: #f2dede
}

#es .table-hover>tbody>tr>td.danger:hover,
#es .table-hover>tbody>tr>th.danger:hover,
#es .table-hover>tbody>tr.danger:hover>td,
#es .table-hover>tbody>tr:hover>.danger,
#es .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

#es .table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    #es .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    #es .table-responsive>.table {
        margin-bottom: 0
    }
    #es .table-responsive>.table>thead>tr>th,
    #es .table-responsive>.table>thead>tr>td,
    #es .table-responsive>.table>tbody>tr>th,
    #es .table-responsive>.table>tbody>tr>td,
    #es .table-responsive>.table>tfoot>tr>th,
    #es .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    #es .table-responsive>.table-bordered {
        border: 0
    }
    #es .table-responsive>.table-bordered>thead>tr>th:first-child,
    #es .table-responsive>.table-bordered>thead>tr>td:first-child,
    #es .table-responsive>.table-bordered>tbody>tr>th:first-child,
    #es .table-responsive>.table-bordered>tbody>tr>td:first-child,
    #es .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    #es .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    #es .table-responsive>.table-bordered>thead>tr>th:last-child,
    #es .table-responsive>.table-bordered>thead>tr>td:last-child,
    #es .table-responsive>.table-bordered>tbody>tr>th:last-child,
    #es .table-responsive>.table-bordered>tbody>tr>td:last-child,
    #es .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    #es .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    #es .table-responsive>.table-bordered>tbody>tr:last-child>th,
    #es .table-responsive>.table-bordered>tbody>tr:last-child>td,
    #es .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    #es .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

#es .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

#es .fade.in {
    opacity: 1
}

#es .collapse {
    display: none
}

#es .collapse.in {
    display: block
}

tr#es .collapse.in {
    display: table-row
}

tbody#es .collapse.in {
    display: table-row-group
}

#es .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

#es .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

#es .dropup,
#es .dropdown_ {
    position: relative
}

#es .dropdown-toggle_:focus {
    outline: 0
}

#es .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

#es .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

#es .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e1e1e1
}

#es .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.666666667;
    color: #444;
    white-space: nowrap;
    background-image: none
}

#es .dropdown-menu>li>a:hover,
#es .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #373737;
    background-color: #f5f5f5
}

#es .dropdown-menu>.active>a,
#es .dropdown-menu>.active>a:hover,
#es .dropdown-menu>.active>a:focus {
    color: #444;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5
}

#es .dropdown-menu>.disabled>a,
#es .dropdown-menu>.disabled>a:hover,
#es .dropdown-menu>.disabled>a:focus {
    color: #777
}

#es .dropdown-menu>.disabled>a:hover,
#es .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

#es .open>.dropdown-menu {
    display: block
}

#es .open>a {
    outline: 0
}

#es .dropdown-menu-right {
    left: auto;
    right: 0
}

#es .dropdown-menu-left {
    left: 0;
    right: auto
}

#es .dropdown-menu-full {
    left: 0;
    right: 0
}

#es .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.666666667;
    color: #777;
    white-space: nowrap
}

#es .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

#es .pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

#es .dropup .caret,
#es .navbar-fixed-bottom .dropdown_ .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

#es .dropup .dropdown-menu,
#es .navbar-fixed-bottom .dropdown_ .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    #es .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    #es .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

#es .o-btn-group,
#es .o-btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#es .o-btn-group>.btn,
#es .o-btn-group-vertical>.btn {
    position: relative;
    float: left
}

#es .o-btn-group>.btn:hover,
#es .o-btn-group>.btn:focus,
#es .o-btn-group>.btn:active,
#es .o-btn-group>.btn.active,
#es .o-btn-group-vertical>.btn:hover,
#es .o-btn-group-vertical>.btn:focus,
#es .o-btn-group-vertical>.btn:active,
#es .o-btn-group-vertical>.btn.active {
    z-index: 2
}

#es .o-btn-group .btn+.btn,
#es .o-btn-group .btn+.o-btn-group,
#es .o-btn-group .o-btn-group+.btn,
#es .o-btn-group .o-btn-group+.o-btn-group {
    margin-left: -1px
}

#es .btn-toolbar {
    margin: 0;
    margin-left: -5px
}

#es .btn-toolbar .btn,
#es .btn-toolbar .o-btn-group,
#es .btn-toolbar .input-group {
    float: left
}

#es .btn-toolbar>.btn,
#es .btn-toolbar>.o-btn-group,
#es .btn-toolbar>.input-group {
    margin-left: 5px
}

#es .o-btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle_) {
    border-radius: 0
}

#es .o-btn-group>.btn:first-child {
    margin-left: 0
}

#es .o-btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle_) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#es .o-btn-group>.btn:last-child:not(:first-child),
#es .o-btn-group>.dropdown-toggle_:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#es .o-btn-group>.o-btn-group {
    float: left
}

#es .o-btn-group>.o-btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

#es .o-btn-group>.o-btn-group:first-child:not(:last-child)>.btn:last-child,
#es .o-btn-group>.o-btn-group:first-child:not(:last-child)>.dropdown-toggle_ {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#es .o-btn-group>.o-btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#es .o-btn-group .dropdown-toggle_:active,
#es .o-btn-group.open .dropdown-toggle_ {
    outline: 0
}

#es .o-btn-group>.btn+.dropdown-toggle_ {
    padding-left: 8px;
    padding-right: 8px
}

#es .o-btn-group>.btn-lg+.dropdown-toggle_ {
    padding-left: 12px;
    padding-right: 12px
}

#es .o-btn-group.open .dropdown-toggle_ {
    background-color: #f5f5f5 !important
}

#es .o-btn-group.open .dropdown-toggle_.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .btn .caret {
    margin-left: 0
}

#es .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

#es .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

#es .o-btn-group-vertical>.btn,
#es .o-btn-group-vertical>.o-btn-group,
#es .o-btn-group-vertical>.o-btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

#es .o-btn-group-vertical>.o-btn-group>.btn {
    float: none
}

#es .o-btn-group-vertical>.btn+.btn,
#es .o-btn-group-vertical>.btn+.o-btn-group,
#es .o-btn-group-vertical>.o-btn-group+.btn,
#es .o-btn-group-vertical>.o-btn-group+.o-btn-group {
    margin-top: -1px;
    margin-left: 0
}

#es .o-btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

#es .o-btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#es .o-btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

#es .o-btn-group-vertical>.o-btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

#es .o-btn-group-vertical>.o-btn-group:first-child:not(:last-child)>.btn:last-child,
#es .o-btn-group-vertical>.o-btn-group:first-child:not(:last-child)>.dropdown-toggle_ {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#es .o-btn-group-vertical>.o-btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

#es .o-btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

#es .o-btn-group-justified>.btn,
#es .o-btn-group-justified>.o-btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

#es .o-btn-group-justified>.o-btn-group .btn {
    width: 100%
}

#es .o-btn-group-justified>.o-btn-group .dropdown-menu {
    left: auto
}

#es [data-toggle="buttons"]>.btn input[type="radio"],
#es [data-toggle="buttons"]>.btn input[type="checkbox"],
#es [data-toggle="buttons"]>.o-btn-group>.btn input[type="radio"],
#es [data-toggle="buttons"]>.o-btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

#es .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

#es .badge:empty {
    display: none
}

.btn #es .badge {
    position: relative;
    top: -1px
}

.btn-xs #es .badge,
.o-btn-group-xs>.btn #es .badge {
    top: 0;
    padding: 1px 5px
}

a#es .badge:hover,
a#es .badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>#es .badge,
.nav-pills>.active>a>#es .badge {
    color: #428bca;
    background-color: #fff
}

.list-group-item>#es .badge {
    float: right
}

.list-group-item>#es .badge+#es .badge {
    margin-right: 5px
}

.nav-pills>li>a>#es .badge {
    margin-left: 3px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

#es .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

#es .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

#es .progress-striped .progress-bar,
#es .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

#es .progress.active .progress-bar,
#es .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

#es .progress-bar-success {
    background-color: #5cb85c
}

.progress-striped #es .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

#es .progress-bar-info {
    background-color: #5bc0de
}

.progress-striped #es .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

#es .progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped #es .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

#es .progress-bar-danger {
    background-color: #d9534f
}

.progress-striped #es .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

#es .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

#es .embed-responsive .embed-responsive-item,
#es .embed-responsive iframe,
#es .embed-responsive embed,
#es .embed-responsive object,
#es .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

#es .embed-responsive-16by9 {
    padding-bottom: 56.25%
}

#es .embed-responsive-4by3 {
    padding-bottom: 75%
}

#es .embed-responsive-1by1 {
    padding-bottom: 100%
}

#es .carousel {
    position: relative
}

#es .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

#es .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

#es .carousel-inner>.item>img,
#es .carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    #es .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    #es .carousel-inner>.item.next,
    #es .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    #es .carousel-inner>.item.prev,
    #es .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    #es .carousel-inner>.item.next.left,
    #es .carousel-inner>.item.prev.right,
    #es .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

#es .carousel-inner>.active,
#es .carousel-inner>.next,
#es .carousel-inner>.prev {
    display: block
}

#es .carousel-inner>.active {
    left: 0
}

#es .carousel-inner>.next,
#es .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

#es .carousel-inner>.next {
    left: 100%
}

#es .carousel-inner>.prev {
    left: -100%
}

#es .carousel-inner>.next.left,
#es .carousel-inner>.prev.right {
    left: 0
}

#es .carousel-inner>.active.left {
    left: -100%
}

#es .carousel-inner>.active.right {
    left: 100%
}

#es .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

#es .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x
}

#es .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x
}

#es .carousel-control:hover,
#es .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

#es .carousel-control .icon-prev,
#es .carousel-control .icon-next,
#es .carousel-control .glyphicon-chevron-left,
#es .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

#es .carousel-control .icon-prev,
#es .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

#es .carousel-control .icon-next,
#es .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

#es .carousel-control .icon-prev,
#es .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

#es .carousel-control .icon-prev:before {
    content: '\2039'
}

#es .carousel-control .icon-next:before {
    content: '\203a'
}

#es .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

#es .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

#es .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

#es .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

#es .carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    #es .carousel-control .glyphicon-chevron-left,
    #es .carousel-control .glyphicon-chevron-right,
    #es .carousel-control .icon-prev,
    #es .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    #es .carousel-control .glyphicon-chevron-left,
    #es .carousel-control .icon-prev {
        margin-left: -15px
    }
    #es .carousel-control .glyphicon-chevron-right,
    #es .carousel-control .icon-next {
        margin-right: -15px
    }
    #es .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    #es .carousel-indicators {
        bottom: 20px
    }
}

#es .ui-helper-hidden {
    display: none
}

#es .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#es .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

#es .ui-helper-clearfix:before,
#es .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

#es .ui-helper-clearfix:after {
    clear: both
}

#es .ui-helper-clearfix {
    min-height: 0
}

#es .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

#es .ui-front {
    z-index: 100
}

#es .ui-state-disabled {
    cursor: default !important
}

#es .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

#es .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .ui-slider {
    position: relative;
    text-align: left
}

#es .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

#es .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

#es .ui-slider.ui-state-disabled .ui-slider-handle,
#es .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

#es .ui-slider-horizontal {
    height: .8em
}

#es .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

#es .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

#es .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

#es .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

#es .ui-slider-vertical {
    width: .8em;
    height: 100px
}

#es .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

#es .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

#es .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

#es .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

#es .bb-smiley {
    max-width: 16px;
    max-height: 16px
}

#es .markItUp * {
    margin: 0;
    padding: 0;
    outline: 0
}

#es .markItUp a:link,
#es .markItUp a:visited {
    color: #000;
    text-decoration: none
}

#es .markItUp {
    width: 700px;
    margin: 5px 0 5px 0;
    border: 5px solid #f5f5f5
}

#es .markItUpContainer {
    border: 1px solid #e1e1e1 !important;
    background: #fff !important;
    padding: 0 !important;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    border-radius: 0 !important
}

#es .ed-convo-dialog .markItUpContainer {
    border-bottom: 1px solid #e1e1e1 !important
}

#es .markItUpExpanding.has-error {
    border: 1px solid #fc595b
}

#es .markItUpExpanding.has-error .form-control {
    box-shadow: none
}

#es .markItUpEditor {
    width: 100%;
    height: 320px;
    clear: both;
    line-height: 18px;
    overflow: auto;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 8px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es .markItUpEditor:focus {
    box-shadow: none
}

#es .markItUpEditor::-webkit-input-placeholder {
    color: #888
}

#es .markItUpEditor:-moz-placeholder {
    color: #888
}

#es .markItUpEditor::-moz-placeholder {
    color: #888
}

#es .markItUpEditor:-ms-input-placeholder {
    color: #888
}

#es .markItUpEditor::-ms-input-placeholder {
    color: #888
}

#es .markItUpEditor:placeholder-shown {
    color: #888
}

#es .markItUpPreviewFrame {
    overflow: auto;
    background-color: #fff;
    border: 1px solid #3c769d;
    width: 99.9%;
    height: 300px;
    margin: 5px 0
}

#es .markItUpFooter {
    width: 100%;
    cursor: n-resize
}

#es .markItUpResizeHandle {
    overflow: hidden;
    width: 22px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: n-resize
}

#es .markItUpHeader ul li {
    list-style: none;
    float: left;
    position: relative
}

#es .markItUpHeader ul li ul {
    display: none
}

#es .markItUpHeader ul li:hover>ul {
    display: block
}

#es .markItUpHeader ul .markItUpDropMenu {
    margin-right: 5px
}

#es .markItUpHeader ul .markItUpDropMenu li {
    margin-right: 0
}

#es .markItUpHeader ul .markItUpSeparator {
    margin: 0 10px;
    width: 1px;
    height: 20px;
    overflow: hidden;
    background-color: #CCC
}

#es .markItUpHeader ul ul .markItUpSeparator {
    width: auto;
    height: 1px;
    margin: 0
}

#es .markItUpHeader ul ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #3c769d;
    height: inherit
}

#es .markItUpHeader ul ul li {
    float: none;
    border-bottom: 1px solid #3c769d
}

#es .markItUpHeader ul ul ul {
    position: absolute;
    top: -1px;
    left: 150px
}

#es .markItUpHeader ul ul ul li {
    float: none
}

#es .markItUpHeader ul a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 0;
    padding: 0;
    margin: 0
}

#es .markItUpHeader ul ul a {
    display: block;
    padding-left: 0;
    text-indent: 0;
    width: 120px;
    padding: 5px 5px 5px 25px;
    background-position: 2px 50%
}

#es .markItUpHeader ul ul a:hover {
    color: #FFF;
    background-color: #3c769d
}

#es .markItUpHeader {
    display: inline-block;
    width: 100%;
    padding: 2px 4px 2px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e1e1e1 !important
}

#es .markItUpHeader ul li {
    margin-right: 4px
}

#es .markItUpHeader ul .markItUpSeparator {
    position: relative;
    top: 4px;
    background-color: #e6e6e6;
    color: #e6e6e6
}

#es .markItUp {
    width: 100%;
    margin: 0;
    border: 0 solid transparent
}

#es .markItUp li>a {
    background-position: center;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 0
}

#es .markItUp li>a:hover {
    background-color: transparent
}

#es .markItUp .markItUpButton {
    padding: 4px
}

#es .markItUp .markItUpButton a {
    position: relative;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 140px 20px;
    background-position: 0 0 !important;
    background-color: transparent !important
}

#es .markItUp .markItUpButton a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px !important;
    color: #444 !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    text-indent: 0
}

#es .markItUp .markitup-bold a,
#es .markItUp .markitup-italic a,
#es .markItUp .markitup-underline a,
#es .markItUp .markitup-url a,
#es .markItUp .markitup-picture a,
#es .markItUp .markitup-video a,
#es .markItUp .markitup-bullet a,
#es .markItUp .markitup-numeric a,
#es .markItUp .markitup-list a,
#es .markItUp .markitup-quote a,
#es .markItUp .markitup-code a,
#es .markItUp .markitup-gist a {
    background: none !important
}

#es .markItUp .markitup-bold a:before {
    content: "\f032"
}

#es .markItUp .markitup-italic a:before {
    content: "\f033"
}

#es .markItUp .markitup-underline a:before {
    content: "\f0cd"
}

#es .markItUp .markitup-url a:before {
    content: "\f0c1"
}

#es .markItUp .markitup-picture a:before {
    content: "\f03e"
}

#es .markItUp .markitup-video a:before {
    content: "\f008"
}

#es .markItUp .markitup-bullet a:before {
    content: "\f0ca"
}

#es .markItUp .markitup-numeric a:before {
    content: "\f0cb"
}

#es .markItUp .markitup-list a:before {
    content: "\f141"
}

#es .markItUp .markitup-quote a:before {
    content: "\f10d"
}

#es .markItUp .markitup-code a:before {
    content: "\f121"
}

#es .markItUp .markitup-gist a:before {
    content: "\f113"
}

#es .markItUp .markitup-files a:before {
    content: "\f15b"
}

#es .markItUp .markitup-happy a {
    background-position: -20px 0 !important
}

#es .markItUp .markitup-smile a {
    background-position: -40px 0 !important
}

#es .markItUp .markitup-surprised a {
    background-position: -60px 0 !important
}

#es .markItUp .markitup-tongue a {
    background-position: -80px 0 !important
}

#es .markItUp .markitup-unhappy a {
    background-position: -100px 0 !important
}

#es .markItUp .markitup-wink a {
    background-position: -120px 0 !important
}

#es .markItUp .textareaClone {
    min-height: 160px;
    height: auto
}

#es .es-video-providers {
    margin-bottom: 5px
}

#es .es-video-providers li {
    width: 31%;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative
}

#es .es-video-providers li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-image: url('media/com_easysocial/images/videos/icons-video.png');
    background-size: 160px 16px
}

#es .es-video-providers li.video-youtube:before {
    background-position: -16px 0
}

#es .es-video-providers li.video-vimeo:before {
    background-position: -32px 0
}

#es .es-video-providers li.video-dailymotion:before {
    background-position: -48px 0
}

#es .es-video-providers li.video-google:before {
    background-position: -64px 0
}

#es .es-video-providers li.video-liveleak:before {
    background-position: -80px 0
}

#es .es-video-providers li.video-metacafe:before {
    background-position: -96px 0
}

#es .es-video-providers li.video-nicovideo:before {
    background-position: -112px 0
}

#es .es-video-providers li.video-yahoo:before {
    background-position: -128px 0
}

#es .es-video-providers li.video-smule:before {
    background-position: -144px 0
}

#es .imgareaselect-border1 {
    background: url(media/com_easysocial/styles/foundry/imgareaselect/border-v.gif) repeat-y left top
}

#es .imgareaselect-border2 {
    background: url(media/com_easysocial/styles/foundry/imgareaselect/border-h.gif) repeat-x left top
}

#es .imgareaselect-border3 {
    background: url(media/com_easysocial/styles/foundry/imgareaselect/border-v.gif) repeat-y right top
}

#es .imgareaselect-border4 {
    background: url(media/com_easysocial/styles/foundry/imgareaselect/border-h.gif) repeat-x left bottom
}

#es .imgareaselect-border1,
#es .imgareaselect-border2,
#es .imgareaselect-border3,
#es .imgareaselect-border4 {
    filter: alpha(opacity=50);
    opacity: .5
}

#es .imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: .5
}

#es .imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

#es .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#es .vjs-button>.vjs-icon-placeholder:before,
#es .video-js .vjs-modal-dialog,
#es .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#es .vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url('media/com_easysocial/styles/vendors/videojs/vjs.eot') format('eot')
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-play,
#es .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#es .video-js .vjs-play-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-play:before,
#es .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#es .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"
}

#es .vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-play-circle:before {
    content: "\f102"
}

#es .vjs-icon-pause,
#es .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-pause:before,
#es .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"
}

#es .vjs-icon-volume-mute,
#es .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-volume-mute:before,
#es .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"
}

#es .vjs-icon-volume-low,
#es .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-volume-low:before,
#es .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"
}

#es .vjs-icon-volume-mid,
#es .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-volume-mid:before,
#es .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"
}

#es .vjs-icon-volume-high,
#es .video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-volume-high:before,
#es .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"
}

#es .vjs-icon-fullscreen-enter,
#es .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-fullscreen-enter:before,
#es .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"
}

#es .vjs-icon-fullscreen-exit,
#es .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-fullscreen-exit:before,
#es .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"
}

#es .vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-square:before {
    content: "\f10a"
}

#es .vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-spinner:before {
    content: "\f10b"
}

#es .vjs-icon-subtitles,
#es .video-js .vjs-subtitles-button .vjs-icon-placeholder,
#es .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
#es .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
#es .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
#es .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
#es .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-subtitles:before,
#es .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
#es .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
#es .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
#es .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
#es .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
#es .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"
}

#es .vjs-icon-captions,
#es .video-js .vjs-captions-button .vjs-icon-placeholder,
#es .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
#es .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-captions:before,
#es .video-js .vjs-captions-button .vjs-icon-placeholder:before,
#es .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
#es .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"
}

#es .vjs-icon-chapters,
#es .video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-chapters:before,
#es .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"
}

#es .vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-share:before {
    content: "\f10f"
}

#es .vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-cog:before {
    content: "\f110"
}

#es .vjs-icon-circle,
#es .video-js .vjs-play-progress,
#es .video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-circle:before,
#es .video-js .vjs-play-progress:before,
#es .video-js .vjs-volume-level:before {
    content: "\f111"
}

#es .vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-circle-outline:before {
    content: "\f112"
}

#es .vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

#es .vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-hd:before {
    content: "\f114"
}

#es .vjs-icon-cancel,
#es .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-cancel:before,
#es .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"
}

#es .vjs-icon-replay,
#es .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-replay:before,
#es .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"
}

#es .vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-facebook:before {
    content: "\f117"
}

#es .vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-gplus:before {
    content: "\f118"
}

#es .vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-linkedin:before {
    content: "\f119"
}

#es .vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-twitter:before {
    content: "\f11a"
}

#es .vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-tumblr:before {
    content: "\f11b"
}

#es .vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-pinterest:before {
    content: "\f11c"
}

#es .vjs-icon-audio-description,
#es .video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-audio-description:before,
#es .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"
}

#es .vjs-icon-audio,
#es .video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

#es .vjs-icon-audio:before,
#es .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"
}

#es .video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif
}

#es .video-js:-moz-full-screen {
    position: absolute
}

#es .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

#es .video-js[tabindex="-1"] {
    outline: 0
}

#es .video-js *,
#es .video-js *:before,
#es .video-js *:after {
    box-sizing: inherit
}

#es .video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

#es .video-js.vjs-fluid,
#es .video-js.vjs-16-9,
#es .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0
}

#es .video-js.vjs-16-9 {
    padding-top: 56.25%
}

#es .video-js.vjs-4-3 {
    padding-top: 75%
}

#es .video-js.vjs-fill {
    width: 100%;
    height: 100%
}

#es .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

#es .vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

#es .video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

#es .video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

#es .vjs-hidden {
    display: none !important
}

#es .vjs-disabled {
    opacity: .5;
    cursor: default
}

#es .video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

#es .vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

#es .vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

#es .vjs-no-js a,
#es .vjs-no-js a:visited {
    color: #66a8cc
}

#es .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

#es .vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

#es .video-js:hover .vjs-big-play-button,
#es .video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

#es .vjs-controls-disabled .vjs-big-play-button,
#es .vjs-has-started .vjs-big-play-button,
#es .vjs-using-native-controls .vjs-big-play-button,
#es .vjs-error .vjs-big-play-button {
    display: none
}

#es .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

#es .video-js button {
    background: none;
    border: 0;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#es .vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

#es .video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

#es .video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box
}

#es .video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

#es .vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

#es .vjs-menu-button {
    cursor: pointer
}

#es .vjs-menu-button.vjs-disabled {
    cursor: default
}

#es .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

#es .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box
}

#es .vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

#es .vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

#es .vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

#es .vjs-menu li.vjs-menu-item:focus,
#es .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}

#es .vjs-menu li.vjs-selected,
#es .vjs-menu li.vjs-selected:focus,
#es .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

#es .vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: bold;
    cursor: default
}

#es .vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7)
}

#es .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

#es .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
#es .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

#es .video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

#es .video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

#es .video-js .vjs-menu-button-inline:hover,
#es .video-js .vjs-menu-button-inline:focus,
#es .video-js .vjs-menu-button-inline.vjs-slider-active,
#es .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

#es .vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

#es .vjs-menu-button-inline:hover .vjs-menu,
#es .vjs-menu-button-inline:focus .vjs-menu,
#es .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

#es .vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

#es .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
#es .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
#es .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

#es .vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

#es .video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7)
}

#es .vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -ms-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

#es .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -ms-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

#es .vjs-controls-disabled .vjs-control-bar,
#es .vjs-using-native-controls .vjs-control-bar,
#es .vjs-error .vjs-control-bar {
    display: none !important
}

#es .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

#es .vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

#es .video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

#es .video-js .vjs-control:focus:before,
#es .video-js .vjs-control:hover:before,
#es .video-js .vjs-control:focus {
    text-shadow: 0 0 1em white
}

#es .video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#es .vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

#es .video-js .vjs-custom-control-spacer {
    display: none
}

#es .video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em
}

#es .vjs-live .vjs-progress-control {
    display: none
}

#es .vjs-no-flex .vjs-progress-control {
    width: auto
}

#es .video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: .3em
}

#es .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

#es .video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

#es .video-js .vjs-progress-holder .vjs-play-progress,
#es .video-js .vjs-progress-holder .vjs-load-progress,
#es .video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

#es .video-js .vjs-play-progress {
    background-color: #fff
}

#es .video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.33333333333333em;
    z-index: 1
}

#es .video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, 0.5)
}

#es .video-js .vjs-load-progress div {
    background: white;
    background: rgba(115, 133, 159, 0.75)
}

#es .video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

#es .video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

#es .video-js .vjs-progress-control:hover .vjs-time-tooltip,
#es .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

#es .video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

#es .vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

#es .video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

#es .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -ms-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

#es .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

#es .vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8)
}

#es .video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}

#es .video-js .vjs-slider:focus {
    text-shadow: 0 0 1em white;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

#es .video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em
}

#es .video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#es .video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

#es .video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

#es .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    -ms-filter: "alpha(opacity=0)"
}

#es .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "alpha(opacity=0)"
}

#es .video-js .vjs-volume-panel {
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

#es .video-js .vjs-volume-panel:hover .vjs-volume-control,
#es .video-js .vjs-volume-panel:active .vjs-volume-control,
#es .video-js .vjs-volume-panel:focus .vjs-volume-control,
#es .video-js .vjs-volume-panel .vjs-volume-control:hover,
#es .video-js .vjs-volume-panel .vjs-volume-control:active,
#es .video-js .vjs-volume-panel .vjs-volume-control:focus,
#es .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
#es .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,
#es .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,
#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0, top 0;
    -moz-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0, top 0;
    -ms-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0, top 0;
    -o-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0, top 0;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0, top 0
}

#es .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,
#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

#es .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,
#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    -ms-filter: "alpha(opacity=100)"
}

#es .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "alpha(opacity=100)"
}

#es .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
#es .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,
#es .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
#es .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
    -ms-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s
}

#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

#es .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

#es .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

#es .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
#es .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

#es .video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#es .video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

#es .vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

#es .vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

#es .video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

#es .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

#es .vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

#es .vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

#es .vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

#es .vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

#es .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

#es .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

#es .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

#es .video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7)
}

#es .video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

#es .vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

#es .vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}

#es .vjs-has-started .vjs-poster {
    display: none
}

#es .vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

#es .vjs-using-native-controls .vjs-poster {
    display: none
}

#es .video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

#es .vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

#es .video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

#es .vjs-live .vjs-time-control {
    display: none
}

#es .video-js .vjs-current-time,
#es .vjs-no-flex .vjs-current-time {
    display: none
}

#es .vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap
}

#es .video-js .vjs-duration,
#es .vjs-no-flex .vjs-duration {
    display: none
}

#es .vjs-time-divider {
    display: none;
    line-height: 3em
}

#es .vjs-live .vjs-time-divider {
    display: none
}

#es .video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

#es .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

#es .video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5)
}

#es .vjs-subtitles {
    color: #fff
}

#es .vjs-captions {
    color: #fc6
}

#es .vjs-tt-cue {
    display: block
}

#es video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

#es .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

#es .video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .vjs-playback-rate>.vjs-menu-button,
#es .vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

#es .vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

#es .vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

#es .vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

#es .vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

#es .vjs-seeking .vjs-loading-spinner,
#es .vjs-waiting .vjs-loading-spinner {
    display: block
}

#es .vjs-loading-spinner:before,
#es .vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

#es .vjs-seeking .vjs-loading-spinner:before,
#es .vjs-seeking .vjs-loading-spinner:after,
#es .vjs-waiting .vjs-loading-spinner:before,
#es .vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}

#es .vjs-seeking .vjs-loading-spinner:before,
#es .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white
}

#es .vjs-seeking .vjs-loading-spinner:after,
#es .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0 {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

#es .vjs-chapters-button .vjs-menu ul {
    width: 24em
}

#es .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    position: absolute
}

#es .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
#es .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
#es .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
#es .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
    display: none
}

#es .vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%
}

#es .vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

#es .vjs-text-track-settings .vjs-track-settings-colors,
#es .vjs-text-track-settings .vjs-track-settings-font,
#es .vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell
}

#es .vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

#es .vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: 0
}

#es .vjs-text-track-settings fieldset span {
    display: inline-block;
    margin-left: 5px
}

#es .vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

#es .vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

#es .vjs-track-settings-controls button:focus,
#es .vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0, #fff 88%, #73859f 100%)
}

#es .vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75)
}

#es .vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

#es .vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    #es .video-js>*:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

#es .video-js {
    width: 100%;
    height: 100%
}

#es .video-js.vjs-brand {
    display: block
}

#es .video-js.vjs-watermark {
    display: block
}

#es .video-js .vjs-watermark-content {
    opacity: .99;
    position: absolute;
    padding: 5px;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -ms-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

#es .video-js .vjs-watermark-top-right {
    right: 0;
    top: 0
}

#es .video-js .vjs-watermark-top-left {
    left: 0;
    top: 0
}

#es .video-js .vjs-watermark-bottom-right {
    right: 0;
    bottom: 30px
}

#es .video-js .vjs-watermark-bottom-left {
    left: 0;
    bottom: 30px
}

#es .video-js.vjs-user-inactive.vjs-playing .vjs-watermark-fade {
    opacity: 0
}

#es .video-js .vjs-big-play-button {
    width: 2.2em;
    height: 2.2em;
    line-height: 2em;
    border-radius: 50%;
    border-width: .12em
}

#es .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1.1em;
    margin-left: -1.1em
}

#es .vjs-icon-play:before,
#es .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
#es .video-js .vjs-play-control .vjs-icon-placeholder:before {
    font-size: 1.5em
}

#es.is-mobile .video-js .vjs-watermark-content,
#es.is-tablet .video-js .vjs-watermark-content {
    max-width: 25vw
}

#es .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

#es .swiper-container-no-flexbox .swiper-slide {
    float: left
}

#es .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#es .swiper-container-android .swiper-slide,
#es .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#es .swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

#es .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

#es .swiper-slide-invisible-blank {
    visibility: hidden
}

#es .swiper-container-autoheight,
#es .swiper-container-autoheight .swiper-slide {
    height: auto
}

#es .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

#es .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

#es .swiper-container-3d .swiper-wrapper,
#es .swiper-container-3d .swiper-slide,
#es .swiper-container-3d .swiper-slide-shadow-left,
#es .swiper-container-3d .swiper-slide-shadow-right,
#es .swiper-container-3d .swiper-slide-shadow-top,
#es .swiper-container-3d .swiper-slide-shadow-bottom,
#es .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#es .swiper-container-3d .swiper-slide-shadow-left,
#es .swiper-container-3d .swiper-slide-shadow-right,
#es .swiper-container-3d .swiper-slide-shadow-top,
#es .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

#es .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

#es .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

#es .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

#es .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

#es .swiper-container-wp8-horizontal,
#es .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

#es .swiper-container-wp8-vertical,
#es .swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

#es .swiper-button-prev,
#es .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

#es .swiper-button-prev.swiper-button-disabled,
#es .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

#es .swiper-button-prev,
#es .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

#es .swiper-button-next,
#es .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

#es .swiper-button-prev.swiper-button-white,
#es .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

#es .swiper-button-next.swiper-button-white,
#es .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

#es .swiper-button-prev.swiper-button-black,
#es .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

#es .swiper-button-next.swiper-button-black,
#es .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

#es .swiper-button-lock {
    display: none
}

#es .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

#es .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

#es .swiper-pagination-fraction,
#es .swiper-pagination-custom,
#es .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

#es .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

#es .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

#es .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

#es button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#es .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

#es .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

#es .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#es .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

#es .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

#es .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

#es .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

#es .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

#es .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

#es .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

#es .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

#es .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

#es .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

#es .swiper-container-horizontal>.swiper-pagination-progressbar,
#es .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

#es .swiper-container-vertical>.swiper-pagination-progressbar,
#es .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

#es .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

#es .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

#es .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

#es .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

#es .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

#es .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

#es .swiper-pagination-lock {
    display: none
}

#es .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

#es .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

#es .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

#es .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

#es .swiper-scrollbar-cursor-drag {
    cursor: move
}

#es .swiper-scrollbar-lock {
    display: none
}

#es .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#es .swiper-zoom-container>img,
#es .swiper-zoom-container>svg,
#es .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#es .swiper-slide-zoomed {
    cursor: move
}

#es .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

#es .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

#es .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#es .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

#es .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#es .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

#es .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

#es .swiper-container-fade .swiper-slide-active,
#es .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#es .swiper-container-cube {
    overflow: visible
}

#es .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

#es .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

#es .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

#es .swiper-container-cube .swiper-slide-active,
#es .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#es .swiper-container-cube .swiper-slide-active,
#es .swiper-container-cube .swiper-slide-next,
#es .swiper-container-cube .swiper-slide-prev,
#es .swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

#es .swiper-container-cube .swiper-slide-shadow-top,
#es .swiper-container-cube .swiper-slide-shadow-bottom,
#es .swiper-container-cube .swiper-slide-shadow-left,
#es .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#es .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

#es .swiper-container-flip {
    overflow: visible
}

#es .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

#es .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

#es .swiper-container-flip .swiper-slide-active,
#es .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#es .swiper-container-flip .swiper-slide-shadow-top,
#es .swiper-container-flip .swiper-slide-shadow-bottom,
#es .swiper-container-flip .swiper-slide-shadow-left,
#es .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#es .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

#es .fa,
#es .fas,
#es .far,
#es .fal,
#es .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

#es .fa-lg {
    font-size: 1.3333333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

#es .fa-xs {
    font-size: .75em
}

#es .fa-sm {
    font-size: .875em
}

#es .fa-fw {
    text-align: center;
    width: 1.25em
}

#es .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

#es .fa-ul>li {
    position: relative
}

#es .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

#es .fa-border {
    border-radius: .1em;
    border: solid .08em #eee;
    padding: .2em .25em .15em
}

#es .fa-pull-left {
    float: left
}

#es .fa-pull-right {
    float: right
}

#es .fa.fa-pull-left,
#es .fas.fa-pull-left,
#es .far.fa-pull-left,
#es .fal.fa-pull-left,
#es .fab.fa-pull-left {
    margin-right: .3em
}

#es .fa.fa-pull-right,
#es .fas.fa-pull-right,
#es .far.fa-pull-right,
#es .fal.fa-pull-right,
#es .fab.fa-pull-right {
    margin-left: .3em
}

#es .fa-spin {
    animation: fa-spin 2s infinite linear
}

#es .fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#es .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

#es .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

#es .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

#es .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

#es .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

#es .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

#es:root .fa-rotate-90,
#es:root .fa-rotate-180,
#es:root .fa-rotate-270,
#es:root .fa-flip-horizontal,
#es:root .fa-flip-vertical {
    filter: none
}

#es .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

#es .fa-stack-1x,
#es .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#es .fa-stack-1x {
    line-height: inherit
}

#es .fa-stack-2x {
    font-size: 2em
}

#es .fa-inverse {
    color: #fff
}

#es .fa-500px:before {
    content: "\f26e"
}



#es .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#es .sr-only-focusable:active,
#es .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}



#es .fa,
#es .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}



#es .far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}



#es .fab {
    font-family: 'Font Awesome 5 Brands'
}

#es .es-stepbar {
    z-index: 15px
}

#es .es-stepbar .navbar-inner {
    padding: 10px 0;
    border: 0;
    background: transparent;
    box-shadow: none
}

#es .es-stepbar .es-stepbar__lists {
    width: 100%;
    margin: 0 3px 0 0;
    padding: 0;
    list-style: none
}

#es .es-stepbar .es-stepbar__lists>li {
    float: left;
    position: relative;
    z-index: 2;
    border: 0
}

#es .es-stepbar .es-stepbar__lists>li>a {
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 !important;
    text-align: center;
    background: #d6d6d6;
    color: #888;
    text-shadow: none
}

#es .es-stepbar .es-stepbar__lists>li>a .fa {
    display: none;
    line-height: 24px
}

#es .es-stepbar .es-stepbar__lists>li>a .fa:before {
    font-size: 12px
}

#es .es-stepbar .es-stepbar__lists>li>a .step-number {
    display: block
}

#es .es-stepbar .es-stepbar__lists>li>a .step-desp {
    background: #333
}

#es .es-stepbar .es-stepbar__lists>li>a:hover {
    background: #5c93cc;
    color: #fff
}

#es .es-stepbar .es-stepbar__lists>li.active a {
    background: #5c93cc;
    color: #fff
}

#es .es-stepbar .es-stepbar__lists>li.active.past a {
    background: #74b07a;
    color: #fff;
    text-shadow: none
}

#es .es-stepbar .es-stepbar__lists>li.active.past .step-number {
    display: none
}

#es .es-stepbar .es-stepbar__lists>li.active.past .fa {
    display: block
}

#es .es-stepbar .es-stepbar__lists>li.last .fa {
    display: block
}

#es .es-stepbar .es-stepbar__lists>li.last .step-number {
    display: none
}

#es .es-stepbar .es-stepbar__lists>li.divider-vertical {
    width: 30px;
    height: 3px;
    background: #d6d6d6;
    top: 10px;
    margin: 0 2px;
    position: relative
}

#es .es-stepbar .es-stepbar__lists>li.divider-vertical.active {
    background: #5c93cc
}

#es .es-stepbar .es-stepbar__lists>li.divider-vertical.active.past {
    background: #74b07a
}

#es .es-stepbar .divider-vertical-last {
    width: 100%;
    height: 3px;
    float: right;
    position: relative;
    top: 10px;
    background: #d6d6d6
}

#es .es-stepbar-vertical {
    list-style: none;
    margin: 0;
    padding: 0
}

#es .es-stepbar-vertical__item {
    position: relative;
    padding-left: 20px
}

#es .es-stepbar-vertical__item+.es-stepbar-vertical__item {
    margin-top: 16px
}

#es .es-stepbar-vertical__item+.es-stepbar-vertical__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    background-color: #e1e1e1;
    top: -22px;
    left: 5px;
    bottom: 8px
}

#es .es-stepbar-vertical__item.active .es-stepbar-vertical__indicator {
    background-color: #4a90e2
}

#es .es-stepbar-vertical__item.active .es-stepbar-vertical__txt {
    font-weight: bold
}

#es .es-stepbar-vertical__item.past .es-stepbar-vertical__indicator {
    background-color: #4fc251
}

#es .es-stepbar-vertical__item.past .es-stepbar-vertical__txt {
    font-weight: normal;
    color: #888
}

#es .es-stepbar-vertical__indicator {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 3px;
    background-color: #e1e1e1;
    border-radius: 50%
}

#es .es-stepbar-vertical__txt {
    color: #444
}

#es .es-snackbar {
    color: #333;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-snackbar__cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-snackbar__title {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: 1
}

#es .es-snackbar__dropdown>a {
    color: #888
}

#es .es-snackbar .dropdown-menu {
    margin-top: 6px
}

#es .es-snackbar .dropdown-menu-right {
    left: auto;
    right: 0
}

#es .es-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1
}

#es .es-cards__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 0 0 8px;
    min-width: 20%
}

#es .es-cards__item .es-card__bd {
    flex: 1 0 auto
}

#es .es-cards--1 .es-cards__item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#es .es-cards--1 .embed-responsive,
#es .es-cards--1 .es-card__hd,
#es .es-cards--1 .es-card__cover {
    max-height: 160px
}

#es .es-cards--2 {
    margin-left: -8px;
    margin-right: -8px
}

#es .es-cards--2 .es-cards__item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 8px 16px
}

#es .es-cards--3 {
    margin-left: -8px;
    margin-right: -8px
}

#es .es-cards--3 .es-cards__item {
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    padding: 0 8px 16px
}

#es .es-cards--3 .embed-responsive,
#es .es-cards--3 .es-card__hd,
#es .es-cards--3 .es-card__cover {
    max-height: 160px
}

#es .es-cards--4 .es-cards__item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 8px 16px
}

#es .es-cards--4 .es-cards__item:nth-child(4n+1) {
    padding-left: 0
}

#es .es-cards--4 .es-cards__item:nth-child(4n) {
    padding-right: 0
}

#es .es-card {
    border: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 1.538461538;
    width: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .es-card__hd,
#es .es-card__bd,
#es .es-card__ft {
    position: relative
}

#es .es-card__hd:before,
#es .es-card__hd:after,
#es .es-card__bd:before,
#es .es-card__bd:after,
#es .es-card__ft:before,
#es .es-card__ft:after {
    content: " ";
    display: table
}

#es .es-card__hd:after,
#es .es-card__bd:after,
#es .es-card__ft:after {
    clear: both
}

#es .es-card__bd {
    flex: 1 0 auto;
    padding: 16px 16px 8px
}

#es .es-card__ft,
#es .es-card__ft a {
    color: #888
}

#es .es-card__ft {
    padding: 8px 16px
}

#es .es-card__ft .g-list-inline>li {
    line-height: 28px
}

#es .es-card--featured {
    border: 1px solid #faebcc;
    background-color: #fcf8e3 !important
}

#es .es-card--featured .es-card__label-txt {
    color: #8a6d3b
}

#es .es-card__state {
    position: absolute;
    right: 16px;
    top: -30px;
    z-index: 2;
    display: none
}

#es .es-card__label-txt {
    position: absolute;
    top: 64px;
    right: 16px;
    font-weight: bold;
    opacity: .8;
    filter: alpha(opacity=80)
}

#es .es-card.no-hd .es-card__state {
    top: auto;
    bottom: -20px;
    z-index: 2
}

#es .es-card__app-type {
    position: absolute;
    right: 16px;
    top: 8px
}

#es .es-card .embed-responsive-item,
#es .es-card__cover {
    background-size: cover
}

#es .es-card__cover-popup-btn {
    position: relative
}

#es .es-card__cover-popup-btn:before,
#es .es-card__cover-popup-btn:after {
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#es .es-card__cover-popup-btn:before {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 2;
    content: '\f03e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 36px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    margin: -20px 0 0 -20px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

#es .es-card__cover-popup-btn:after {
    content: '';
    width: 100%;
    height: 100%
}

#es .es-card__cover-popup-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#es .es-card__cover-popup-btn:hover:after {
    background: rgba(0, 0, 0, 0.5)
}

#es .es-card__cover-lock-icon {
    position: relative
}

#es .es-card__cover-lock-icon:before,
#es .es-card__cover-lock-icon:after {
    position: absolute
}

#es .es-card__cover-lock-icon:before {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 2;
    content: '\f023';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 36px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    margin: -20px 0 0 -20px;
    opacity: 1
}

#es .es-card__cover-lock-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

#es .es-card__cover-label {
    position: absolute;
    top: 8px;
    left: 16px
}

#es .es-card__avatar {
    position: absolute;
    top: -30px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    padding: 1px
}

#es .es-card__avatar a,
#es .es-card__avatar span {
    background-color: #fff;
    display: block;
    padding: 2px
}

#es .es-card__avatar--rounded {
    border-radius: 50%
}

#es .es-card__avatar--rounded a,
#es .es-card__avatar--rounded span,
#es .es-card__avatar--rounded img {
    border-radius: 50%
}

#es .es-card__title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-card__meta {
    color: #888;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-card__meta a {
    color: #888
}

#es .es-card__desc {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-card__calendar-date {
    position: absolute;
    top: -30px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 8px;
    text-align: center
}

#es .es-card__calendar-date--rounded {
    border-radius: 50%
}

#es .es-card__calendar-day {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px
}

#es .es-card__calendar-mth {
    color: #f65b5b;
    font-size: 13px;
    line-height: 13px
}

#es .es-card--border {
    border-top: 1px solid #e1e1e1
}

#es .es-card.is-featured .es-card__state,
#es .es-card.is-passed .es-card__state {
    display: block
}

#es .es-card.is-locked .embed-responsive-item {
    background-image: url('media/com_easysocial/images/bg-album-locked.png');
    background-repeat: repeat;
    background-color: #222;
    background-size: auto
}

#es .es-card__action-group {
    position: absolute;
    z-index: 4;
    top: 4px;
    right: 4px
}

#es .es-card__admin-action,
#es .es-card__addplaylist-action {
    display: none;
    float: left
}

#es .es-card__admin-action {
    margin-left: 4px
}

#es .es-card:hover .es-card__admin-action,
#es .es-card:hover .es-card__addplaylist-action {
    display: block
}

#es .es-card__addplaylist-item {
    display: inline-block !important;
    vertical-align: top;
    width: 100%
}

#es .es-card__addplaylist-item .fa {
    line-height: 1.666666667;
    margin-left: 20px
}

#es .es-cards-loader {
    display: none
}

#es .is-loading .es-cards-loader {
    display: block
}

#es .es-video-item {
    position: relative
}

#es .es-video-item:hover .es-video-admin-action {
    display: block
}

#es .es-video-admin-action {
    display: none;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px
}

#es .es-card__video-time,
#es .es-card__audio-time {
    font-size: 12px;
    position: absolute;
    left: 16px;
    bottom: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 3px;
    z-index: 3
}

#es .es-card__audio-play-btn {
    background-color: #fff;
    position: absolute;
    top: 32px;
    left: 112px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    z-index: 3
}

#es .es-card__audio-play-btn:before {
    position: absolute;
    margin-left: -4px;
    content: "\f04b";
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #888;
    display: inline-block;
    text-decoration: inherit
}

#es .es-card__audio-cover {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

#es .es-card__audio-cover-background {
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: -o-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: linear-gradient(to right, #465bc2 5%, #7150cb 90%);
    background-repeat: repeat-x;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-card__btn-published {
    position: absolute;
    top: 8px;
    right: 8px
}

#es .es-card__ft-ratings {
    display: inline-block;
    margin-left: 8px
}

#es .es-card__ft-ratings .stars {
    color: #ff8f13
}

#es .es-app-type {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center
}

#es .es-app-type__icon {
    line-height: 36px
}

#es .es-app-type__icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f02e";
    font-size: 16px
}

#es .es-app-type--tpl {
    background-color: #dff4df;
    color: #4fc251
}

#es .es-app-type--tpl .es-app-type__icon:before {
    content: "\f0db"
}

#es .es-app-type--app {
    background-color: #f9ddb5;
    color: #ec971f
}

#es .es-app-type--app .es-app-type__icon:before {
    content: "\f1b3"
}

#es .es-app-type--ctf {
    background-color: #cfe8ff;
    color: #4a90e2
}

#es .es-app-type--ctf .es-app-type__icon:before {
    content: "\f1de"
}

#es .es-app-type--mod {
    background-color: #c9eaf4;
    color: #5bc0de
}

#es .es-app-type--mod .es-app-type__icon:before {
    content: "\f022"
}

#es .es-app-type--plg {
    background-color: #fff;
    color: #f65b5b
}

#es .es-app-type--plg .es-app-type__icon:before {
    content: "\f1e6"
}

#es.es-mobile-content .es-cards,
#es.is-mobile .es-cards {
    margin: 0
}

#es.es-mobile-content .es-cards__item,
#es.is-mobile .es-cards__item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 16px
}

#es.es-mobile-content .es-cards__item:nth-child(2n+1),
#es.es-mobile-content .es-cards__item:nth-child(2n),
#es.is-mobile .es-cards__item:nth-child(2n+1),
#es.is-mobile .es-cards__item:nth-child(2n) {
    padding: 0
}

#es .embed-responsive--hover-slider2,
#es .embed-responsive--hover-slider3 {
    position: relative
}

#es .embed-responsive--hover-slider2 .embed-responsive-item,
#es .embed-responsive--hover-slider3 .embed-responsive-item {
    background-position: 50%;
    background-repeat: no-repeat
}

#es .embed-responsive-item--slide1 {
    z-index: 1
}

#es .embed-responsive--hover-slider2:hover .embed-responsive-item--slide1 {
    background-size: cover;
    animation: album-item-half-fade 4s infinite;
    -webkit-animation: album-item-half-fade 4s infinite
}

#es .embed-responsive--hover-slider2:hover .embed-responsive-item--slide2 {
    background-size: cover;
    animation: album-item-half-fade2 4s infinite;
    -webkit-animation: album-item-half-fade2 4s infinite
}

#es .embed-responsive--hover-slider3:hover .embed-responsive-item--slide1 {
    background-size: cover;
    animation: album-item-third-fade 4s infinite;
    -webkit-animation: album-item-third-fade 4s infinite
}

#es .embed-responsive--hover-slider3:hover .embed-responsive-item--slide2 {
    background-size: cover;
    animation: album-item-third-fade2 4s infinite;
    -webkit-animation: album-item-third-fade2 4s infinite
}

#es .embed-responsive--hover-slider3:hover .embed-responsive-item--slide3 {
    background-size: cover;
    animation: album-item-third-fade3 4s infinite;
    -webkit-animation: album-item-third-fade3 4s infinite
}

@keyframes album-item-half-fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes album-item-half-fade2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes album-item-third-fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes album-item-third-fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes album-item-third-fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #es.is-mobile .es-cards {
        display: block
    }
    #es .es-cards--2 .es-cards__item {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 50%
    }
    #es .es-cards--3 .es-cards__item {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 33.333332%
    }
    #es .es-cards--4 .es-cards__item {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 25%
    }
}

#es.view-audios.is-tablet .es-cards {
    margin: 0 !important
}

#es.view-audios.is-tablet .es-cards__item {
    padding: 0 0 16px !important;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

#es legend {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold
}

#es label {
    font-size: 13px
}

#es .o-form-group {
    position: relative
}

#es .o-form-group .controls-error {
    display: none
}

#es .o-form-group .controls-error .help-block {
    margin: 0
}

#es .o-form-group .text-note {
    color: #555 !important
}

#es .o-form-group .label {
    line-height: 18px
}

#es [data-field-password-strength] {
    display: none
}

#es [data-field-password-strength][class*=" password_strength_"] {
    display: inline
}

#es .form-group.has-warning .help-block,
#es .form-group.has-warning .o-control-label,
#es .form-group.has-warning .radio,
#es .form-group.has-warning .checkbox,
#es .form-group.has-warning .radio-inline,
#es .form-group.has-warning .checkbox-inline,
#es .form-group.has-warning.radio label,
#es .form-group.has-warning.checkbox label,
#es .form-group.has-warning.radio-inline label,
#es .form-group.has-warning.checkbox-inline label {
    color: #8a6d3b
}

#es .form-group.has-warning .o-form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .form-group.has-warning .o-form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

#es .form-group.has-warning .o-input-group__addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

#es .form-group.has-warning .form-control-feedback {
    color: #8a6d3b
}

#es .form-group.has-error .help-block,
#es .form-group.has-error .o-control-label,
#es .form-group.has-error .radio,
#es .form-group.has-error .checkbox,
#es .form-group.has-error .radio-inline,
#es .form-group.has-error .checkbox-inline,
#es .form-group.has-error.radio label,
#es .form-group.has-error.checkbox label,
#es .form-group.has-error.radio-inline label,
#es .form-group.has-error.checkbox-inline label {
    color: #fc595b
}

#es .form-group.has-error .o-form-control {
    border-color: #fc595b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .form-group.has-error .o-form-control:focus {
    border-color: #fb272a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe
}

#es .form-group.has-error .o-input-group__addon {
    color: #fc595b;
    border-color: #fc595b;
    background-color: #f2dede
}

#es .form-group.has-error .form-control-feedback {
    color: #fc595b
}

#es .form-group.has-error .controls-error {
    display: inline-block
}

#es .has-success .help-block,
#es .has-success .o-control-label,
#es .has-success .radio,
#es .has-success .checkbox,
#es .has-success .radio-inline,
#es .has-success .checkbox-inline,
#es .has-success.radio label,
#es .has-success.checkbox label,
#es .has-success.radio-inline label,
#es .has-success.checkbox-inline label {
    color: #3c763d
}

#es .has-success .o-form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .has-success .o-form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

#es .has-success .o-input-group__addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

#es .has-success .form-control-feedback {
    color: #3c763d
}

#es .form-group.is-loading .controls-error {
    display: inline-block
}

#es .es-terms-field,
#es .form-noresize {
    resize: none
}

#es .input-vertical {
    margin: 0
}

#es .input-vertical>li {
    margin-bottom: 5px
}

#es .es-forgotpass input[type="text"] {
    margin: 0
}

#es .es-terms-field {
    height: 150px
}

#es .data-field-file-item {
    margin: 5px 0
}

#es .data-field-file-item .file-wrap {
    display: inline-block
}

#es .data-field-file-item .file-name {
    background: #f5f5f5;
    border: 1px dashed #ddd;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 5px;
    display: inline-block
}

#es .data-field-file-item .file-name .close {
    position: relative;
    font-size: 12px;
    top: -1px;
    margin-left: 10px
}

#es .data-field-file-item .file-move {
    cursor: move;
    margin-right: 10px
}

#es .data-field-file-item-drag {
    background: #f5f5f5;
    border: 1px dashed #ddd;
    border-radius: 3px 3px 3px 3px;
    display: inline-block
}

#es .o-alert.field-file-error {
    display: inline-block;
    height: 26px !important;
    line-height: 12px !important;
    margin: 0 0 3px !important;
    min-height: 26px;
    padding: 6px 25px 6px 30px !important
}

#es .o-alert.field-file-error:before {
    top: 4px !important
}

#es .o-alert.field-file-error .close {
    top: -2px !important;
    line-height: 13px
}

#es .datepicker-wrap {
    position: relative;
    display: inline-block
}

#es .datepicker-wrap--block {
    display: block
}

#es .datepicker-wrap:before {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 1;
    content: '';
    position: absolute;
    right: 8px;
    color: #444;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

#es .datepicker-wrap input {
    padding-right: 24px
}

#es .datepicker-wrap+select+.chzn-container {
    margin-top: 10px
}

#es .data-field-relationship {
    position: relative
}

#es .data-relationship-display {
    position: relative;
    width: 300px
}

#es .data-relationship-display[data-relationship-display-pending] {
    border: 1px solid #ddd;
    border-radius: 3px
}

#es .data-relationship-display[data-relationship-display-pending] .data-relationship-display-actions {
    position: relative;
    right: auto;
    margin-top: 8px
}

#es .data-relationship-display[data-relationship-display-confirm] .data-relationship-display-info {
    padding-top: 5px
}

#es .data-relationship-display .label {
    margin-top: 5px
}

#es .data-relationship-display .data-relationship-display-actions {
    position: absolute;
    top: 0;
    right: 5px
}

#es .data-relationship-display .data-relationship-display-actions a {
    color: #bbb
}

#es .data-relationship-display .data-relationship-display-actions .btn-delete {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding: 3px 5px;
    position: relative;
    top: 4px;
    border-radius: 3px;
    text-align: center;
    background: #fff
}

#es .data-relationship-display .data-relationship-display-actions .btn-approve,
#es .data-relationship-display .data-relationship-display-actions .btn-reject {
    position: relative;
    font-size: 11px;
    padding: 4px 6px
}

#es.w768 .data-relationship-display,
#es.w768 .data-relationship-form-target .media {
    width: 100%
}

#es.w600 .data-relationship-display .data-relationship-display-actions .btn-delete,
#es.w600 .data-relationship-form-target .btn-delete {
    padding: 4px 8px;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 1.5
}

#es .data-relationship-display-type {
    position: relative
}

#es .data-relationship-display-type .btn-delete {
    top: -2px;
    right: 0;
    position: absolute;
    color: #bbb
}

#es .data-relationship-display-info {
    padding: 10px
}

#es .data-relationship-display-info .media {
    margin-top: 5px
}

#es .data-relationship-display-target img {
    width: 40px;
    height: 40px
}

#es .data-relationship-form-target {
    position: relative;
    top: 5px;
    margin-bottom: 5px
}

#es .data-relationship-form-target .media {
    width: 300px;
    position: relative;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 3px
}

#es .data-relationship-form-target .media-object img {
    width: 40px;
    height: 40px
}

#es .data-relationship-form-target .btn-delete {
    color: #bbb;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    width: 17px;
    height: 16px;
    font-size: 14px;
    line-height: 9px;
    padding: 1px 2px;
    border-radius: 3px
}

#es [data-element="avatar"] {
    padding-bottom: 10px
}

#es .es-field-avatar .avatar-wrap-frame {
    width: 136px;
    height: 136px;
    background: #f5f5f5;
    padding: 4px;
    position: relative;
    border-radius: 3px
}

#es .es-field-avatar .es-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -8px
}

#es .es-field-avatar .avatar-frame {
    background-size: cover;
    width: 128px;
    height: 128px;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    margin: 0 0 10px
}

#es .es-field-avatar .avatar-frame.avatar-frame-crop {
    background-size: contain;
    width: 100%;
    height: 130px
}

#es .es-field-avatar .avatar-viewport {
    position: absolute
}

#es .es-field-avatar .avatar-remove {
    position: absolute;
    top: 4px;
    right: 4px
}

#es .es-field-avatar .avatar-remove a {
    color: #fff !important;
    background: #b2282a;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px
}

#es .es-field-cover .cover-image-wrap {
    background: #f5f5f5;
    padding: 4px;
    position: relative;
    min-height: 50px;
    border-radius: 3px
}

#es .es-field-cover .es-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -8px
}

#es .es-field-cover .cover-image {
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-field-cover .cover-image.cover-move {
    cursor: move
}

#es .es-field-cover .cover-remove {
    position: absolute;
    top: 4px;
    right: 4px
}

#es .es-field-cover .cover-remove a {
    color: #fff !important;
    background: #b2282a;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px
}

#es .data-field-textarea textarea {
    min-height: 100px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-size: 13px;
    line-height: 1.538461538;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#es .data-field-textarea textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

#es .data-field-textarea textarea:-ms-input-placeholder {
    color: #999
}

#es .data-field-textarea textarea::-webkit-input-placeholder {
    color: #999
}

#es .has-error .data-field-textarea textarea {
    border-color: #fc595b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .fields-config-param-choice {
    display: inline-block;
    vertical-align: middle
}

#es .fields-config-param-choices {
    overflow-y: scroll;
    max-height: 330px;
    clear: both
}

#es .fields-config-param-choices .es-state-default,
#es .fields-config-param-choices .es-state-featured {
    position: relative
}

#es .data-field-birthday-yearprivacy {
    border: 1px #ddd dashed;
    padding: 0 10px 10px 10px
}

#es.is-mobile [data-field-datetime-day],
#es.is-mobile [data-field-datetime-month],
#es.is-mobile [data-field-datetime-year] {
    width: 100% !important;
    margin-bottom: 5px
}

#es .data-field-datetime-yearprivacy {
    border: 1px #ddd dashed;
    padding: 0 10px 10px 10px
}

#es .data-field-datetime-yearprivacy .es-title {
    font-size: 12px;
    margin: 5px 0
}

#es .data-field-multitextbox-item+.data-field-multitextbox-item {
    margin-top: 10px
}

#es .data-field-multitextbox-item .media-object {
    float: left
}

#es .data-field-multitextbox-item .item-move {
    cursor: move;
    margin-right: 10px;
    position: relative;
    top: 0
}

#es .data-field-multitextbox-item .btn-del {
    text-shadow: none;
    color: #777
}

#es .data-field-multidropdown-item+.data-field-multidropdown-item {
    margin-top: 10px
}

#es .data-field-multidropdown-item .media-object {
    float: left
}

#es .data-field-multidropdown-item .item-move {
    cursor: move;
    margin-right: 10px;
    position: relative;
    top: 0
}

#es .data-field-multidropdown-item select {
    width: 70%;
    display: inline
}

#es .data-field-multidropdown-item .btn-del {
    margin-left: 10px;
    text-shadow: none;
    color: #777
}

#es .data-field-address input.o-form-control.has-error,
#es .data-field-address select.o-form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#es .editor-wrap .btn {
    border: 1px solid #ddd
}

#es .btn-file {
    position: relative;
    overflow: hidden
}

#es .input-group input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

#es .has-error .o-input-group__btn .btn {
    border-color: #fc595b !important
}

#es .mod-es-cta .es-splash-image {
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#es .mod-es-cta .es-cta-info {
    position: absolute;
    width: 55%;
    padding: 20px;
    z-index: 2;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

#es .mod-es-cta .es-cta-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin: 15px 0
}

#es .mod-es-cta .es-cta-actions {
    position: absolute;
    left: 60%;
    text-align: center;
    z-index: 2
}

#es .mod-es-cta .es-cta-form,
#es .mod-es-cta .es-cta-login {
    border: 1px solid #d6eefc;
    background: #fff;
    padding: 15px;
    border-radius: 5px
}

#es .mod-es-cta .btn-es-facebook {
    margin-bottom: 20px
}

#es .mod-es-cta .es-cta-form+.es-cta-login {
    margin-top: 10px
}

#es .es-field-datetime-form {
    box-shadow: none;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 6px 10px;
    position: relative
}

#es .es-field-datetime-form.with-border {
    border: 1px solid #ddd
}

#es .es-field-datetime-form.with-calendar {
    padding-right: 34px
}

#es .es-field-datetime-form.has-datetime .es-field-datetime-remove-button {
    display: block
}

#es .es-field-datetime-form .es-field-datetime-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

#es .es-field-datetime-form .es-field-datetime-buttons>* {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    float: right;
    color: #666;
    position: relative
}

#es .es-field-datetime-form .es-field-datetime-buttons>*:hover {
    color: #5580be
}

#es .es-field-datetime-form .es-field-datetime-remove-button {
    display: none
}

#es .es-field-datetime-form .es-field-datetime-remove-button i {
    font-size: 8px;
    position: relative;
    top: -1px
}

#es .es-field-datetime-form .es-field-datetime-textbox {
    display: block;
    padding: 0 0 0 20px;
    width: 100%
}

#es .es-field-datetime-form .es-field-datetime-textbox i {
    position: absolute;
    line-height: 32px;
    width: 32px;
    text-align: center;
    top: 0;
    left: 0
}

#es .es-field-datetime-form .es-field-datetime-textbox input {
    width: 100%;
    padding: 0;
    height: 22px !important;
    line-height: 22px !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important
}

#es .es-field-startend-wrap {
    border: 1px solid #e9e9e9;
    padding: 5px
}

#es .es-field-startend-wrap .es-field-startend-legend {
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px 5px
}

#es .es-field-box {
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 4px
}

#es .es-field-box .es-field-box-header {
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px 5px
}

#es [data-picker-toggle],
#es [data-recurring-end-toggle] {
    cursor: pointer
}

#es .es-recurring-select,
#es .es-recurring-daily-list {
    width: 50%
}

#es.w320 .es-recurring-select,
#es.w320 .es-recurring-daily-list {
    width: 100%
}

#es .es-recurring-daily-list {
    border: 1px solid #ddd;
    padding: 0 10px 10px
}

#es .es-recur-action-text {
    position: relative;
    left: 60%;
    width: 40%
}

#es.is-mobile .es-recur-action-text {
    left: 5%;
    width: 100%
}

#es.is-mobile .btn-edit-save+.btn-edit-save {
    margin-bottom: 10px
}

@media(max-width:369px) {
    #es [data-field-recaptcha] {
        transform: scale(0.86);
        transform-origin: 0 0;
        -webkit-transform: scale(0.86);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

#es .es-form-working-hour-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    border-radius: 3px;
    min-width: 270px
}

#es .es-form-working-hour__title {
    font-weight: bold
}

#es .es-form-working-hour__day {
    max-width: 300px;
    margin-bottom: 16px
}

#es .es-form-working-hour__day .o-checkbox {
    margin-bottom: 0
}

#es .es-form-working-hour__day .o-checkbox label {
    padding-left: 8px
}

#es .es-form-working-hour__time {
    width: 48px !important
}

#es .es-form-working-hour__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

#es .es-form-working-hour__grid--justify {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

#es .es-form-working-hour__cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    max-width: 100px
}

#es .es-form-working-hour__cell--auto-size {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#es .es-form-working-hour__cell--action {
    width: 50px;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

#es .es-form-working-hour__cell--divider {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 8px;
    padding-right: 8px
}

#es .es-form-working-hour__action-link {
    padding: 4px 4px;
    margin-right: 2px;
    font-size: 16px
}

#es .es-form-working-hour .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e1e1e1
}

#es .es-form-working-hour .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    position: 0 5px;
    margin: 0
}

#es .es-form-working-hour.es-form-working-hour--24 .es-form-working-hour__time {
    width: auto !important
}

#es.is-mobile .es-form-working-hour-wrap {
    width: 100%
}

#es.is-mobile .es-form-working-hour-wrap .es-form-working-hour__time {
    width: 100% !important
}

#es.is-mobile .es-form-working-hour-wrap .es-form-working-hour__cell {
    padding-top: 0
}

#es .es-form-business-hour__start,
#es .es-form-business-hour__end {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 220px
}

#es .es-form-business-hour__start {
    margin-bottom: 16px
}

#es .es-form-business-hour__label {
    width: 60px;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    padding: 8px 16px;
    line-height: 28px
}

#es .es-form-business-hour__time {
    padding: 8px 8px;
    width: 128px
}

#es .es-form-business-hour__time select {
    padding: 5px 6px
}

#es .es-form-business-hour__ampm {
    text-align: right;
    padding: 8px 16px
}

#es.w780 .es-form-business-hour,
#es.is-mobile .es-form-business-hour {
    display: block;
    width: 100%
}

#es.w780 .es-form-business-hour__start,
#es.is-mobile .es-form-business-hour__start {
    margin: 0 0 16px
}

#es.w780 .es-form-business-hour__start,
#es.w780 .es-form-business-hour__end,
#es.is-mobile .es-form-business-hour__start,
#es.is-mobile .es-form-business-hour__end {
    max-width: 100%
}

#es .es-form-hashtags-wrap {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 8px
}

#es .dropdown--popdown {
    display: inline-block
}

#es .btn-popdown {
    font-size: 13px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: left;
    background-color: #fff !important;
    position: relative;
    color: #444 !important;
    line-height: 1.666666667;
    padding: 0;
    text-shadow: none
}

#es .btn-popdown>div {
    padding: 6px 16px
}

#es .btn-popdown__caret {
    position: absolute;
    right: 8px;
    top: 8px
}

#es .btn-popdown__caret+div {
    padding-right: 24px
}

#es .btn-popdown__desp {
    white-space: pre-line;
    color: #888
}

#es .btn-popdown--inline {
    display: inline-block;
    width: auto
}

#es .btn-popdown--inline .dropdown-menu--popdown {
    max-width: 240px
}

#es .dropdown-menu--popdown {
    padding: 0;
    width: auto
}

#es .dropdown-menu--popdown>li {
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

#es .dropdown-menu--popdown>li:first-child {
    border-top: 0
}

#es .dropdown-menu--popdown>li>a {
    padding: 8px 16px
}

#es .dropdown-menu--popdown>li>a>i {
    width: 18px;
    text-align: center
}

#es .dropdown-menu--popdown__desp {
    white-space: pre-line;
    color: #888;
    line-height: 1.5
}

#es.is-mobile .dropdown-menu--popdown {
    width: 100%
}

#es .es-privacy-contents-custom {
    position: relative
}

#es .es-register-mini-field:before,
#es .es-register-mini-field:after {
    content: " ";
    display: table
}

#es .es-register-mini-field:after {
    clear: both
}

#es .es-fields-error-note {
    display: none;
    font-size: 11px;
    color: #fc595b
}

a#es .es-fields-error-note:hover,
a#es .es-fields-error-note:focus {
    color: #fb272a
}

#es .has-error .es-fields-error-note {
    display: inline-block
}

#es .o-btn-group-ampm {
    width: auto;
    min-width: 90px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    white-space: nowrap
}

#es .o-btn-group-ampm .btn {
    float: left !important;
    background: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #888 !important
}

#es .o-btn-group-ampm .btn+.btn {
    border-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    position: relative;
    left: -1px
}

#es .o-btn-group-ampm .btn.is-active,
#es .o-btn-group-ampm .btn.active {
    background: #f5f5f5 !important;
    color: #4a90e2 !important
}

#es .o-btn-group-ampm .btn.btn--am.is-active,
#es .o-btn-group-ampm .btn.btn--am.active {
    background: #f5f5f5 !important
}

#es .o-btn-group-ampm .btn.btn--pm.is-active,
#es .o-btn-group-ampm .btn.btn--pm.active {
    background: #f5f5f5 !important
}

#es .sentence.has-data .words>span.with-data {
    display: inline-block
}

#es .sentence.has-data .words>span.without-data {
    display: none !important
}

#es .words {
    display: inline-block;
    position: relative;
    cursor: pointer
}

#es .words+.words {
    border-left: 1px solid #ccc;
    padding-left: 4px
}

#es .words+.words .has-data {
    border-left: 0
}

#es .words>span:hover {
    color: #428bca;
    text-decoration: underline
}

#es .words>span.with-data {
    display: none
}

#es .words>span.without-data {
    display: inline-block;
    color: #428bca
}

#es .words.open>span {
    color: #428bca;
    text-decoration: underline
}

#es .words.has-data>span.with-data {
    display: inline-block
}

#es .words.has-data>span.without-data {
    display: none !important
}

#es .tab-content {
    overflow: visible
}

#es .nav-tabs>li a {
    font-size: 12px
}

#es .tab-box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
    font-size: 12px
}

#es .tab-box label {
    font-size: 12px
}

#es .tab-box .nav-tabs {
    padding-top: 0;
    margin: 0
}

#es .tab-box .nav-tabs>li {
    margin: 5px 0 -1px 5px
}

#es .tab-box .nav-tabs>li a {
    padding-left: 8px;
    padding-right: 8px
}

#es .tab-box .tab-content {
    padding: 10px 18px 20px;
    border: 0
}

#es .tab-box .tabs-left {
    overflow: hidden
}

#es .tab-box .tabs-left .nav-tabs {
    height: 2500px;
    margin-bottom: -9999px;
    border-right: 1px solid #ccc
}

#es .tab-box .tabs-left .nav-tabs>li {
    margin-top: 15px
}

#es .tab-box .tabs-left .nav-tabs>li a {
    border-color: #ccc transparent #ccc #ccc
}

#es .tab-box .tabs-left .nav-tabs>li a:hover {
    border-color: #ccc #dedede #ccc #ccc
}

#es .tab-box .tabs-left .nav-tabs>li.active a:hover {
    border-color: #e1e1e1 #fff #e1e1e1 #e1e1e1
}

#es .tab-box .tabs-left .tab-content {
    min-height: 380px
}

#es .tab-box.tab-box-alt {
    background: #f5f5f5
}

#es .tab-box.tab-box-alt .tab-content {
    margin: 0 auto 1px;
    padding-top: 20px;
    background: white
}

#es .tab-box.tab-box-alt .nav-tabs {
    padding: 0
}

#es .tab-box.tab-box-alt .nav-tabs>li {
    margin: -1px 0 -1px -3px
}

#es .tab-box.tab-box-alt .nav-tabs>li:first-child a:before {
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
    content: '';
    background: #ddd;
    width: 1px;
    height: 1px
}

#es .tab-box.tab-box-alt .nav-tabs>li a {
    padding: 8px 8px 3px;
    border: 1px solid #DDD;
    border-top: 3px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    border-radius: 0
}

#es .tab-box.tab-box-alt .nav-tabs>li a [class^="icon-jar"],
#es .tab-box.tab-box-alt .nav-tabs>li a [class*=" icon-jar"] {
    margin-top: 12px
}

#es .tab-box.tab-box-alt .nav-tabs>li a:hover {
    border-radius: 4px 4px 0 0;
    border: 1px solid #DDD;
    border-top: 3px solid #ddd;
    background: white
}

#es .tab-box.tab-box-alt .nav-tabs>li:first-child {
    margin-left: -1px
}

#es .tab-box.tab-box-alt .nav-tabs>li.active a {
    border-top: 3px solid #7cc110;
    border-radius: 4px 4px 0 0
}

#es .tab-box.tab-box-alt .nav-tabs>li.active a:hover {
    border-bottom: 1px solid transparent
}

#es .tab-box.tab-box-sidenav>.nav-tabs,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs {
    display: table-cell;
    border: 0;
    border-right: 1px solid #ddd;
    vertical-align: top;
    padding-top: 10px
}

#es .tab-box.tab-box-sidenav>.nav-tabs>li,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs>li {
    float: none;
    margin: 0 -3px 0 0;
    border-top: 1px solid #ddd;
    min-width: 180px
}

#es .tab-box.tab-box-sidenav>.nav-tabs>li:last-child,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs>li:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

#es .tab-box.tab-box-sidenav>.nav-tabs>li a,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs>li a {
    border: 0;
    border-right: 1px solid #ddd;
    padding: 10px 0 10px 20px;
    text-align: left;
    border-radius: 0
}

#es .tab-box.tab-box-sidenav>.nav-tabs>li.active a,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs>li.active a {
    border: 0;
    border-left: 3px solid #7cc110
}

#es .tab-box.tab-box-sidenav>.nav-tabs>li.error a,
#es .tab-box.tab-box-sidenav>.tabbable>.nav-tabs>li.error a {
    border-left: 3px solid #be1f23;
    background: #ffe5e6
}

#es .tab-box.tab-box-sidenav>.tab-content,
#es .tab-box.tab-box-sidenav>.tabbable>.tab-content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-top: 10px;
    position: relative
}

#es .tab-box.tab-box-dark {
    overflow: hidden;
    background: #343c3f;
    border-radius: 1px
}

#es .tab-box.tab-box-dark .tab-header {
    background: #f5f5f5;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc
}

#es .tab-box.tab-box-dark .tab-header:before,
#es .tab-box.tab-box-dark .tab-header:after {
    content: " ";
    display: table
}

#es .tab-box.tab-box-dark .tab-header:after {
    clear: both
}

#es .tab-box.tab-box-dark .tab-header select {
    width: auto
}

#es .tab-box.tab-box-dark .tab-header .btn {
    font-size: 12px;
    height: 28px
}

#es .tab-box.tab-box-dark .tab-header .btn i {
    font-size: 11px;
    line-height: 18px;
    margin-right: 3px
}

#es .tab-box.tab-box-dark .tab-header .tab-pane {
    display: none
}

#es .tab-box.tab-box-dark .tab-content {
    background: white
}

#es .tab-box.tab-box-dark .tab-content.vertical-line:before {
    left: 25%
}

#es .tab-box.tab-box-dark .nav-tabs {
    border-bottom: 1px solid #f5f5f5
}

#es .tab-box.tab-box-dark .nav-tabs>li {
    margin: 8px 0 0 6px
}

#es .tab-box.tab-box-dark .nav-tabs>li a {
    background-image: -webkit-linear-gradient(top, #575b5e 0, #3d444a 100%);
    background-image: -o-linear-gradient(top, #575b5e 0, #3d444a 100%);
    background-image: linear-gradient(to bottom, #575b5e 0, #3d444a 100%);
    background-repeat: repeat-x;
    color: white;
    padding: 5px 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3)
}

#es .tab-box.tab-box-dark .nav-tabs>li a:hover {
    border: 1px solid transparent
}

#es .tab-box.tab-box-dark .nav-tabs>li.active a {
    padding: 5px 14px;
    color: #333;
    background: #f5f5f5
}

#es .tab-pills>li a {
    outline: 0;
    font-size: 11px;
    min-width: 40px;
    text-align: center;
    border-radius: 10px;
    padding: 3px 8px
}

#es .tab-pills>li a.active {
    outline: 0;
    border: 1px solid #ddd
}

#es .tab-pills>li+li {
    border-left: 1px dotted #ddd;
    padding-left: 4px
}

#es .es-login-box {
    background-color: #333;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 16px;
    background-size: cover
}

#es .es-login-box__msg {
    color: #fff;
    padding: 16px;
    margin: 0 auto
}

#es .es-login-box__msg-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5)
}

#es .es-login-box__msg-desc {
    font-size: 14px;
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5)
}

#es .es-login-box__form-wrap {
    max-width: 360px;
    min-width: 240px;
    margin: 16px auto
}

#es .es-login-box__form {
    padding: 28px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3)
}

#es .es-login-box__form-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center
}

#es .es-login-box__form-subtitle {
    font-size: 13px;
    text-align: center
}

#es .es-login-box__rmb {
    background-color: #f5f5f5;
    padding: 4px 8px;
    margin-bottom: 16px
}

#es .es-login-box__links {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5)
}

#es .es-login-box__links>a {
    color: #fff
}

#es .es-login-box__links>a:hover {
    text-decoration: underline
}

#es .es-login-box .btn-es-facebook,
#es .es-login-box .btn-es-twitter,
#es .es-login-box .btn-es-linkedin {
    margin-bottom: 4px
}

#es .es-login-social-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: -8px 0 8px -8px
}

#es .es-login-social-container__cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 8px 0 0 8px
}

#es .es-login-social-container__cell>span {
    display: inline-block;
    width: 100%
}

#es .es-signin-social {
    margin-top: 8px
}

#es .es-login-box-dialog {
    height: 100%
}

#es.is-mobile .es-login-box__form-wrap {
    min-width: 200px
}

#es .es-register-box-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .es-register-box-dialog .es-register-box,
#es .es-register-box-dialog .es-register-box-footer {
    width: 50vw;
    max-height: 80vh
}

#es .es-register-box-dialog .es-register-box,
#es .es-register-box-dialog .es-register-box-footer {
    border: 1px solid #e1e1e1
}

#es .es-register-box-dialog .es-register-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#es .es-register-box-dialog .es-register-box-footer {
    border-top: 0;
    background-color: #fff;
    -webkit-flex: 0 1 50px;
    -ms-flex: 0 1 50px;
    flex: 0 1 50px
}

@media(max-width:980px) {
    #es .es-register-box-dialog {
        padding-top: 20px;
        height: 80vh;
        left: 20px;
        top: 0;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }
    #es .es-register-box-dialog .es-register-box__left-col {
        display: none
    }
    #es .es-register-box-dialog .es-register-box,
    #es .es-register-box-dialog .es-register-box-footer {
        width: 90vw
    }
}

#es .es-register-box-wrap {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

#es .es-register-box {
    background-color: #f5f5f5;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 16px;
    background-size: cover;
    position: relative
}

#es .es-register-box__close {
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #888;
    color: #fff;
    text-align: center;
    padding-top: 2px
}

#es .es-register-box__close:focus,
#es .es-register-box__close:active,
#es .es-register-box__close:hover {
    background: #888
}

#es .es-register-box__msg {
    color: #444;
    padding: 16px;
    margin: 0 auto
}

#es .es-register-box__msg-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

#es .es-register-box__msg-desc {
    font-size: 14px;
    margin-bottom: 20px
}

#es .es-register-box__social-group .btn+.btn {
    margin-top: 8px
}

#es .es-register-box__divider {
    position: relative;
    overflow: hidden;
    text-align: center
}

#es .es-register-box__divider span {
    display: inline-block;
    vertical-align: baseline;
    text-transform: uppercase;
    color: #888;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 8px
}

#es .es-register-box__divider span:before,
#es .es-register-box__divider span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #e1e1e1
}

#es .es-register-box__divider span:before {
    right: 100%
}

#es .es-register-box__divider span:after {
    left: 100%
}

#es .es-register-box__form-dialog {
    height: calc(80vh - 40px);
    max-height: 400px;
    overflow-y: auto;
    padding: 0 8px
}

#es .es-register-box__form-wrap {
    max-width: 360px;
    min-width: 240px;
    margin: 16px
}

#es .es-register-box__form {
    margin-bottom: 16px
}

#es .es-register-box__links {
    text-align: center;
    color: #444
}

#es .es-register-box__links>a {
    color: #444
}

#es .es-register-box__links>a:hover {
    text-decoration: underline
}

#es .es-register-box-footer {
    padding: 16px 8px;
    text-align: center
}

#es .es-privacy {
    position: relative
}

#es .es-privacy .es-privacy-toggle-label {
    color: #858585;
    height: 24px;
    padding: 0 4px 0;
    background: none;
    line-height: 24px
}

#es .es-privacy .es-privacy-toggle {
    outline: 0 !important;
    border: 0 !important;
    padding: 4px 8px;
    background: none !important;
    color: #888
}

#es .es-privacy .es-privacy-toggle::-moz-focus-inner {
    border: 0 !important
}

#es .es-privacy .es-privacy-toggle>i {
    width: 12px
}

#es .es-privacy .es-privacy-toggle .i-chevron {
    margin-left: 2px
}

#es .es-privacy .es-privacy-menu {
    display: none;
    margin-top: 0;
    left: auto;
    right: 0
}

#es .es-privacy .es-privacy-menu li.active a {
    color: #444
}

#es .es-privacy .es-privacy-menu a {
    font-size: 12px
}

#es .es-privacy .es-privacy-menu a:hover {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0)
}

#es .es-privacy .es-privacy-menu .fa {
    text-align: center;
    width: 13px
}

#es .es-privacy .es-privacy-custom-form,
#es .es-privacy .es-privacy-field-form {
    padding: 10px;
    width: 300px
}

#es .es-privacy .es-privacy-custom-form .btn,
#es .es-privacy .es-privacy-field-form .btn {
    float: right;
    margin-left: 5px
}

#es .es-privacy.active .es-privacy-toggle .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-privacy.active .es-privacy-menu {
    display: block
}

#es .es-privacy.active .es-privacy-custom-form,
#es .es-privacy.active .es-privacy-field-form {
    display: none
}

#es .es-privacy.active .es-privacy-custom-form>div,
#es .es-privacy.active .es-privacy-field-form>div {
    white-space: normal
}

#es .es-privacy.active.custom-privacy .es-privacy-menu {
    display: none
}

#es .es-privacy.active.custom-privacy .es-privacy-custom-form {
    display: block
}

#es .es-privacy.active.field-privacy .es-privacy-menu {
    display: none
}

#es .es-privacy.active.field-privacy .es-privacy-field-form {
    display: block
}

#es.es-profile .es-privacy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20
}

#es .es-stream .es-privacy {
    display: inline;
    position: relative
}

#es.is-mobile .es-privacy .es-privacy-toggle .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media(max-width:320px) {
    #es.is-mobile .es-privacy-custom-form,
    #es.is-mobile .es-privacy-field-form {
        width: 280px
    }
}

#es .es-reports .es-report {
    display: block;
    clear: both
}

#es .es-reports .es-report:before,
#es .es-reports .es-report:after {
    content: " ";
    display: table
}

#es .es-reports .es-report:after {
    clear: both
}

#es .es-reports .es-report+.es-report {
    margin-top: 30px
}

#es .es-reports .es-report .es-report-msg {
    clear: both;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 16px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #fdfae7 0, #faf3d6 100%);
    background-image: -o-linear-gradient(top, #fdfae7 0, #faf3d6 100%);
    background-image: linear-gradient(to bottom, #fdfae7 0, #faf3d6 100%);
    background-repeat: repeat-x
}

#es .es-reports .es-report .es-report-msg:after,
#es .es-reports .es-report .es-report-msg:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-reports .es-report .es-report-msg:after {
    top: 100%;
    left: 19px;
    right: auto1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #faf3d6
}

#es .es-reports .es-report .es-report-msg:before {
    top: 100%;
    left: 18px;
    right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    border-top-color: rgba(0, 0, 0, 0.2)
}

#es .es-reports .es-report.is-read .es-report-msg {
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #f8f8f8 100%);
    background-repeat: repeat-x
}

#es .es-reports .es-report.is-read .es-report-msg:after,
#es .es-reports .es-report.is-read .es-report-msg:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-reports .es-report.is-read .es-report-msg:after {
    top: 100%;
    left: 19px;
    right: auto1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f8f8f8
}

#es .es-reports .es-report.is-read .es-report-msg:before {
    top: 100%;
    left: 18px;
    right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    border-top-color: rgba(0, 0, 0, 0.2)
}

#es .es-reports .es-report .es-report-reporter {
    font-size: 11px
}

#es .es-reports .es-report .es-report-reporter .es-report-username {
    font-weight: bold
}

#es .mentions {
    position: relative
}

#es .mentions div {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: transparent;
    opacity: 0;
    -moz-padding-end: 1px;
    -moz-padding-start: 1px
}

#es .mentions div>span {
    background: #e9f2f9;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px #005c87 inset;
    box-shadow: 0 0 1px #005c87 inset
}

#es .mentions textarea {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
    outline: 0;
    overflow: hidden;
    color: #444
}

#es .mentions textarea::-moz-placeholder {
    color: #888;
    opacity: 1
}

#es .mentions textarea:-ms-input-placeholder {
    color: #888
}

#es .mentions textarea::-webkit-input-placeholder {
    color: #888
}

#es .mentions-inspector {
    background: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    margin-top: 5px
}

#es .mentions-inspector:before,
#es .mentions-inspector:after {
    content: " ";
    display: table
}

#es .mentions-inspector:after {
    clear: both
}

#es .mentions-inspector fieldset {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

#es .mentions-inspector label {
    display: inline-block;
    float: left;
    width: 30%;
    font-size: 10px;
    margin: 0;
    line-height: 26px;
    text-align: right;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es .mentions-inspector input {
    width: 70%;
    margin: 0;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es .mentions-inspector b {
    text-align: right
}

#es .mentions-inspector hr {
    margin: 0;
    opacity: 0
}

#es .mentions-inspector hr:before,
#es .mentions-inspector hr:after {
    content: " ";
    display: table
}

#es .mentions-inspector hr:after {
    clear: both
}

#es .mentions-textfield .mentions>div {
    color: transparent
}

#es .mentions-textfield .mentions>div span {
    background: #e9f2f9
}

#es .mentions-autocomplete {
    position: absolute !important;
    z-index: 99999 !important;
    margin-top: 8px;
    overflow: hidden
}

#es .mentions-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es .mentions-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es .mentions-autocomplete.loading .mentions-autocomplete-loading {
    display: block
}

#es .mentions-autocomplete.loading .mentions-menu {
    display: none
}

#es .mentions-autocomplete.empty .mentions-autocomplete-empty {
    display: block
}

#es .mentions-autocomplete.empty .mentions-menu {
    display: none
}

#es .mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
    display: none
}

#es .mentions-autocomplete.search .mentions-autocomplete-search {
    display: block
}

#es .mentions-autocomplete.search .mentions-menu {
    display: none
}

#es .mentions-autocomplete.search.loading .mentions-autocomplete-search {
    display: none
}

#es .mentions-autocomplete.has-shadow>b {
    display: block
}

#es .mentions-autocomplete.has-animation .mentions-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es .mentions-autocomplete.has-animation.active {
    top: 0
}

#es .mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es .mentions-autocomplete-loading,
#es .mentions-autocomplete-empty,
#es .mentions-autocomplete-search {
    display: none;
    text-align: center;
    padding: 6px
}

#es .mentions-autocomplete-loading-indicator {
    display: block;
    padding: 8px 0;
    height: 20px;
    position: relative;
    top: -16px
}

#es .mentions-autocomplete-inner {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    max-height: 160px;
    overflow-y: auto;
    color: #444;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px
}

#es .mentions-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important
}

#es .mentions-menu .mentions-menuItem {
    cursor: pointer;
    padding: 6px;
    text-align: left;
    font-size: 13px
}

#es .mentions-menu .mentions-menuItem+.mentions-menuItem {
    border-top: 1px solid #e1e1e1
}

#es .mentions-menu .mentions-menuItem.active {
    background: #e9f2f9
}

#es .mentions-menu .mentions-menuItem.hidden {
    display: none
}

#es.mentions-autocomplete {
    position: absolute !important;
    z-index: 99999 !important;
    margin-top: 8px;
    overflow: hidden
}

#es.mentions-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es.mentions-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es.mentions-autocomplete.loading .mentions-autocomplete-loading {
    display: block
}

#es.mentions-autocomplete.loading .mentions-menu {
    display: none
}

#es.mentions-autocomplete.empty .mentions-autocomplete-empty {
    display: block
}

#es.mentions-autocomplete.empty .mentions-menu {
    display: none
}

#es.mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
    display: none
}

#es.mentions-autocomplete.search .mentions-autocomplete-search {
    display: block
}

#es.mentions-autocomplete.search .mentions-menu {
    display: none
}

#es.mentions-autocomplete.search.loading .mentions-autocomplete-search {
    display: none
}

#es.mentions-autocomplete.has-shadow>b {
    display: block
}

#es.mentions-autocomplete.has-animation .mentions-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es.mentions-autocomplete.has-animation.active {
    top: 0
}

#es.mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es.mentions-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es.mentions-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es.mentions-autocomplete.loading .mentions-autocomplete-loading {
    display: block
}

#es.mentions-autocomplete.loading .mentions-menu {
    display: none
}

#es.mentions-autocomplete.empty .mentions-autocomplete-empty {
    display: block
}

#es.mentions-autocomplete.empty .mentions-menu {
    display: none
}

#es.mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
    display: none
}

#es.mentions-autocomplete.search .mentions-autocomplete-search {
    display: block
}

#es.mentions-autocomplete.search .mentions-menu {
    display: none
}

#es.mentions-autocomplete.search.loading .mentions-autocomplete-search {
    display: none
}

#es.mentions-autocomplete.has-shadow>b {
    display: block
}

#es.mentions-autocomplete.has-animation .mentions-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es.mentions-autocomplete.has-animation.active {
    top: 0
}

#es.mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es.mentions-autocomplete .mentions-menu .mentions-menuItem>img {
    background: #fafafa;
    float: left;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    display: block
}

#es.mentions-autocomplete .mentions-menu-avatar {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px
}

#es .es-rating .fa,
#es .es-rating .far {
    color: #fec86d
}

#es .dialog-content .widget,
#es .dialog-content .widget-box {
    border: 0
}

#es .widget {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 0 auto 20px;
    position: relative
}

#es .widget.widget-alert {
    background: #f0f3f8
}

#es .widget.widget-alert hr {
    border: 1px solid #c5cfd6
}

#es .widget .accordion-body {
    overflow: hidden
}

#es .widget .wbody {
    font-size: 12px;
    padding: 0
}

#es .widget .wbody:before,
#es .widget .wbody:after {
    content: " ";
    display: table
}

#es .widget .wbody:after {
    clear: both
}

#es .widget .wbody.wbody-padding {
    padding: 14px 16px
}

#es .widget h6 {
    margin: 0
}

#es.es-explorer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

#es.es-explorer-popup.active {
    display: block !important
}

#es.es-explorer-popup>.fd-loading {
    position: absolute;
    top: 50%;
    width: 100%
}

#es.es-explorer-popup .es-explorer {
    height: 100%
}

#es.es-explorer-popup .es-explorer .insert-button,
#es.es-explorer-popup .es-explorer .es-explorer__btn-close {
    display: block
}

#es.es-explorer-popup .fd-explorer-content {
    height: 100%
}

#es.es-explorer-popup.is-mobile .es-explorer-browser-action-bar__cell-action {
    text-align: left;
    padding-left: 16px
}

#es.es-explorer-popup .es-explorer.is-no-upload .es-explorer__content-hd {
    display: block
}

#es.es-explorer-popup .es-explorer.is-no-upload .btn-add-folder,
#es.es-explorer-popup .es-explorer.is-no-upload .btn-file-insert {
    display: none
}

#es .es-popup-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5)
}

#es .es-explorer {
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow: hidden
}

#es .es-explorer:before,
#es .es-explorer:after {
    content: " ";
    display: table
}

#es .es-explorer:after {
    clear: both
}

#es .es-explorer [data-message-group] {
    position: absolute;
    width: 100%;
    z-index: 2
}

#es .es-explorer .o-alert {
    margin-bottom: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

#es .es-explorer.is-loading .fd-explorer-browser-action i.es-loading-indicator.fd-small {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    background-position: center right !important;
    background-color: #efefef !important;
    padding: 0 !important;
    top: 0
}

#es .es-explorer.is-no-upload .es-explorer__content-hd {
    display: none
}

#es .es-explorer__sidebar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    background-color: #fff
}

#es .es-explorer__sidebar-hd {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-explorer__sidebar-title {
    font-weight: bold;
    padding: 8px;
    font-size: 11px
}

#es .es-explorer__content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 400px
}

#es .es-explorer__content-hd {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1
}

#es .is-side-open .es-explorer__sidebar {
    width: 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    border-right: 1px solid #e1e1e1
}

#es.is-mobile .is-side-open .es-explorer__sidebar {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-right: 0;
    position: relative
}

#es.is-mobile .is-side-open .es-explorer__content {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

#es.is-mobile .es-explorer__sidebar {
    -webkit-transform: translate3d(-101%, 0, 0);
    -moz-transform: translate3d(-101%, 0, 0);
    -o-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    position: absolute
}

#es.is-mobile .es-explorer__content {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .3s cubic-bezier(.79, .14, .15, .86);
    transition: transform .3s cubic-bezier(.79, .14, .15, .86)
}

#es.is-mobile .es-explorer__content-hd {
    padding: 0
}

#es.is-mobile .es-explorer.is-no-upload .es-explorer__content-hd {
    display: block
}

#es .es-explorer-browser {
    height: 100%
}

#es .es-explorer-browser-action {
    position: relative;
    line-height: 28px
}

#es .es-explorer-browser-action .o-checkbox {
    margin: 0
}

#es .es-explorer-browser-action .btn+.btn {
    margin-left: 10px
}

#es .es-explorer-browser-action i.es-loading-indicator.fd-small {
    display: none !important
}

#es .es-explorer-browser-action__upload {
    text-align: right
}

#es .es-explorer-browser-action-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-explorer-browser-action-bar__cell-back {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-right: 1px solid #e1e1e1;
    display: none
}

#es .es-explorer-browser-action-bar__cell-action {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 16px;
    text-align: left
}

#es .es-explorer-browser-action-bar__back a {
    display: inline-block;
    padding: 8px 16px;
    color: #888
}

#es.is-mobile .es-explorer-browser-action-bar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es.is-mobile .es-explorer-browser-action-bar__cell-back {
    display: block
}

#es.is-mobile .es-explorer-browser-action-bar__cell-action {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 16px;
    text-align: right
}

#es.is-mobile .es-explorer-browser-action-bar__cell-upload {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-top: 1px solid #e1e1e1;
    padding: 8px;
    text-align: right
}

#es.is-mobile .es-explorer .plupload {
    z-index: -1 !important
}

#es .fd-explorer-viewport {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

#es .fd-explorer-file-group {
    display: none
}

#es .fd-explorer-file-group.is-active {
    display: block
}

#es .fd-explorer-file {
    padding: 4px 8px;
    cursor: pointer;
    position: relative;
    min-height: 52px
}

#es .fd-explorer-file .btn-file-action-group {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: none
}

#es .fd-explorer-file .o-checkbox label {
    padding-left: 8px
}

#es .fd-explorer-file .file-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .fd-explorer-file .file-meta {
    color: #888;
    font-size: 11px
}

#es .fd-explorer-file.is-checked {
    background: rgba(56, 117, 215, 0.2)
}

#es .fd-explorer-file.is-selected {
    background: #3875d7
}

#es .fd-explorer-file.is-selected .file-title,
#es .fd-explorer-file.is-selected .file-meta,
#es .fd-explorer-file.is-selected [class^="ies-"] {
    color: #fff
}

#es .fd-explorer-file+.fd-explorer-file {
    border-top: 1px solid #eee
}

#es .fd-explorer-file:hover .btn-file-action-group {
    display: block
}

#es.is-mobile .btn-file-action-group {
    display: block
}

#es .fd-explorer-folder {
    cursor: pointer;
    padding: 4px 8px;
    position: relative
}

#es .fd-explorer-folder .fa-folder {
    color: #e8953d;
    margin-right: 4px
}

#es .fd-explorer-folder.is-active {
    background-color: #e9f2f9
}

#es .fd-explorer-folder .fd-folder-remove-button {
    display: none;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #888
}

#es .fd-explorer-folder .fd-folder-remove-button i {
    font-size: 10px
}

#es .fd-explorer-folder .fd-folder-remove-button:hover {
    color: #444
}

#es .fd-explorer-folder:hover .fd-folder-remove-button {
    display: block
}

#es .fd-explorer-folder[data-id="0"]:hover .fd-folder-remove-button {
    display: none
}

#es [data-alertlog] {
    margin: 0
}

#es .fd-explorer-funky {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0
}

#es .funkybar {
    margin: 10px 0
}

#es .service-state>span {
    display: none
}

#es .service-state.state-idle .idle {
    display: block
}

#es .service-state.state-busy .working {
    display: block
}

#es .service-state.state-busy .working i.es-loading-indicator.fd-small {
    display: inline-block !important;
    padding: 7px 29px 0 0 !important
}

#es .togglefunky {
    display: none
}

#es .es-explorer .insert-button {
    display: none
}

#es .es-explorer .es-explorer__btn-close {
    display: none
}

#es .es-photo {
    position: relative;
    float: left;
    width: 100%
}

#es .es-photo.ar-1x1>a {
    padding-top: 100%
}

#es .es-photo.ar-4x3>a {
    padding-top: 75%
}

#es .es-photo.ar-16x9>a {
    padding-top: 56.25%
}

#es .es-photo.ar-9x16>a {
    padding-top: 177.77777777778%
}

#es .es-photo>a {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden
}

#es .es-photo>a.fit-height b {
    width: 200%;
    height: 100%;
    text-align: left
}

#es .es-photo>a.fit-height img {
    position: absolute;
    top: 0;
    opacity: 1;
    height: 100%
}

#es .es-photo>a.fit-width b {
    width: 100%;
    height: 400%;
    text-align: left
}

#es .es-photo>a.fit-width img {
    position: absolute;
    opacity: 1;
    width: 100%
}

#es .es-photo>a.fit-both img {
    opacity: 1;
    margin: -10%
}

#es .es-photo>a.fit-small img {
    opacity: 1
}

#es .es-photo>a.fit-small em {
    display: none
}

#es .es-photo u {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .es-photo b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    z-index: 1;
    text-align: center
}

#es .es-photo b:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

#es .es-photo img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    opacity: 0
}

#es .es-photo em {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#es .es-photo em.layout-contain {
    background-size: contain;
    background-position: center center
}

#es .es-photo.css-resizing>a.fit-height b,
#es .es-photo.css-resizing>a.fit-width b,
#es .es-photo.css-resizing>a.fit-both b {
    display: none
}

#es .es-photo.css-resizing>a.fit-height em,
#es .es-photo.css-resizing>a.fit-width em,
#es .es-photo.css-resizing>a.fit-both em {
    opacity: 1
}

#es .es-photo__note {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 32px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff
}

#es .es-photo:nth-child(5) .es-photo__note {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-photos {
    position: relative
}

#es .es-photos:before,
#es .es-photos:after {
    content: " ";
    display: table
}

#es .es-photos:after {
    clear: both
}

#es .es-photos.pattern-tile.photos-1 .es-photo {
    width: 100%;
    clear: left
}

#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both {
    padding: 0;
    margin: 0
}

#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small u,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width u,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height u,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both u {
    position: relative
}

#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small b,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width b,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height b,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both b {
    text-align: left;
    position: relative;
    width: auto;
    height: auto
}

#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small img,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width img,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height img,
#es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 320px
}

#es .es-photos.pattern-tile.photos-2 .es-photo {
    width: 50%
}

#es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(2) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-3 .es-photo {
    width: 50%
}

#es .es-photos.pattern-tile.photos-3 .es-photo:first-child {
    clear: left;
    width: 100%;
    margin-bottom: 2px
}

#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(2) {
    clear: left
}

#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(3) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-4 .es-photo {
    width: 33.333333333333%
}

#es .es-photos.pattern-tile.photos-4 .es-photo:first-child {
    clear: left;
    width: 100%;
    margin-bottom: 2px
}

#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(2) {
    clear: left
}

#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(3) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(4) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-5 .es-photo {
    width: 33.333333333333%
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(1) {
    clear: left;
    width: 50%;
    margin-bottom: 2px
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(2) {
    width: 50%;
    margin-bottom: 2px
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(2) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(3) {
    clear: left
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(4) u {
    margin-left: 2px
}

#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(5) u {
    margin-left: 2px
}

#es .es-photos.pattern-flow .es-photo {
    width: auto;
    height: 96px;
    margin: 1px
}

#es .es-photos.pattern-flow .es-photo>a {
    display: inline-block;
    padding-top: 0;
    width: auto;
    height: auto
}

#es .es-photos.pattern-flow .es-photo>a.fit-small b {
    min-width: 96px
}

#es .es-photos.pattern-flow .es-photo u {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto
}

#es .es-photos.pattern-flow .es-photo b {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    min-height: 96px
}

#es .es-photos.pattern-flow .es-photo b:before {
    height: 96px
}

#es .es-photos.pattern-flow .es-photo img {
    height: 96px
}

#es .es-cover.es-photo {
    float: none
}

#es .es-cover.es-photo em {
    opacity: 1
}

#es .es-cover.es-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .es-cover-container {
    padding-top: 16.666666666667%
}

#es .es-cover-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .es-user-badges {
    margin: 0;
    list-style: none
}

#es .es-user-badges>li {
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px;
    width: 120px;
    height: 130px;
    border: 1px solid #f5f5f5;
    vertical-align: top;
    text-align: center;
    position: relative
}

#es .es-user-badges>li .btn-delete {
    color: #fff;
    background: #cc4456;
    border: 1px solid #be1f23;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 9px;
    padding: 1px 2px;
    position: absolute;
    text-align: center;
    top: 4px;
    right: 4px
}

#es .es-user-badges>li .small {
    line-height: 13px;
    margin-top: 5px
}

#es .btn-assign-badges [class^="ies-"]:before {
    font-size: 7px
}

#es.es-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1051;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.25)
}

#es.es-dialog.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#es.es-dialog.is-loading {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es.es-dialog.is-failed .es-dialog-content {
    display: none
}

#es.es-dialog.is-failed .o-empty {
    display: inline-block;
    min-height: 110px
}

#es.es-dialog .o-empty__icon {
    font-size: 30px
}

#es.es-dialog .o-empty__text {
    font-size: 15px
}

#es.es-dialog .es-hint {
    display: none;
    background: #fff;
    text-align: center;
    margin: 0 auto
}

#es.es-dialog .widget {
    border: 0
}

#es.es-dialog+.o-popover--es {
    z-index: 1052
}

#es .es-dialog-modal {
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 100%;
    min-width: 320px;
    min-height: 170px
}

#es.es-dialog.has-footer .es-dialog-modal {
    min-height: 218px
}

#es.is-mobile .es-dialog-header {
    border-radius: 0;
    text-align: center;
    font-weight: 700
}

#es .es-dialog-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 38px;
    z-index: 3;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 0;
    padding: 8px 16px;
    border-radius: 3px 3px 0 0
}

#es .es-dialog-header__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%
}

#es .es-dialog-header__cell {
    text-align: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#es .es-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 2;
    display: none;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 3px 3px
}

#es .es-dialog-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top: 50px solid transparent;
    border-bottom: 0
}

#es .es-dialog-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 3px 3px
}

#es.is-loading .es-dialog-container {
    overflow: hidden
}

#es.es-dialog.has-footer .es-dialog-body {
    border-bottom: 48px solid transparent
}

#es.es-dialog.has-footer .es-dialog-container {
    border-radius: 0
}

#es.es-dialog.has-footer .es-dialog-footer {
    display: block
}

#es .es-dialog-title {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 8px
}

#es .es-dialog-back-button {
    padding-right: 8px
}

#es .es-dialog-back-button+.es-dialog-header__cell {
    text-align: center
}

#es .es-dialog-back-button,
#es .es-dialog-close-button {
    color: #bbb;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#es .es-dialog-back-button:hover,
#es .es-dialog-close-button:hover {
    color: #888
}

#es .es-dialog-back-button i,
#es .es-dialog-close-button i {
    position: relative;
    top: -8px;
    font-size: 20px
}

#es .es-dialog-content {
    position: relative;
    padding: 4px 16px;
    font-size: 13px;
    height: 100%;
    word-break: break-all;
    word-break: break-word
}

#es .es-dialog-content * {
    font-size: 13px
}

#es .es-dialog-footer-content {
    text-align: center;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-content: space-evenly;
    -ms-align-content: space-evenly;
    align-content: space-evenly
}

#es .es-dialog-footer-content .btn,
#es .es-dialog-footer-content .btn:hover,
#es .es-dialog-footer-content .btn:focus,
#es .es-dialog-footer-content .btn:active {
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    border-radius: 0 !important;
    height: 48px !important;
    border: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    opacity: 1 !important;
    line-height: 38px !important
}

#es .es-dialog-footer-content .btn+.btn,
#es .es-dialog-footer-content .btn:hover+.btn,
#es .es-dialog-footer-content .btn:focus+.btn,
#es .es-dialog-footer-content .btn:active+.btn {
    border-left: 1px solid #e1e1e1 !important
}

#es .es-dialog-footer-content .btn-es-default,
#es .es-dialog-footer-content .btn-es-default:hover,
#es .es-dialog-footer-content .btn-es-default:focus,
#es .es-dialog-footer-content .btn-es-default:active {
    color: #444 !important
}

#es .es-dialog-footer-content .btn-es-primary,
#es .es-dialog-footer-content .btn-es-primary:hover,
#es .es-dialog-footer-content .btn-es-primary:focus,
#es .es-dialog-footer-content .btn-es-primary:active {
    color: #4a90e2 !important
}

#es .es-dialog-footer-content .btn-es-danger,
#es .es-dialog-footer-content .btn-es-danger:hover,
#es .es-dialog-footer-content .btn-es-danger:focus,
#es .es-dialog-footer-content .btn-es-danger:active {
    color: #f65b5b !important
}

#es .es-dialog-footer-content .is-loading {
    color: transparent !important
}

#es .es-dialog-error-message {
    display: block;
    font-weight: normal
}

#es.es-dialog.type-iframe .es-dialog-container {
    overflow: hidden
}

#es.es-dialog.type-iframe .es-dialog-content {
    width: 100%;
    height: 100%;
    padding: 0
}

#es.es-dialog.type-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#es.is-mobile.es-dialog {
    z-index: 2147483647;
    width: 100%;
    height: 100%
}

#es.is-mobile .es-dialog-modal {
    width: 100% !important;
    height: 100% !important
}

#es.is-mobile .es-dialog-body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

#es .es-dialog-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #dee3e9;
    line-height: 30px
}

#es .es-dialog-tabs--space-evenly {
    -webkit-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly
}

#es .es-dialog-tabs__item {
    width: 100%;
    text-align: center
}

#es .es-dialog-tabs__item.active {
    border-bottom: 2px solid #61a6ef
}

#es .es-dialog-tabs__item.active .o-box__tabs-link {
    color: #222
}

#es .es-dialog-tabs__item.divider {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 1px;
    background-color: #dee3e9;
    margin: 0;
    padding: 0
}

#es .es-dialog-tabs__link {
    color: #888;
    display: block;
    padding: 8px 8px;
    white-space: nowrap
}

#es .es-dialog-tabs__link:hover {
    text-decoration: none
}

#es .es-progress-wrap {
    position: relative;
    background-image: -webkit-linear-gradient(top, #fbfbfb 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fbfbfb 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    border-radius: 22px;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-progress-wrap .progress {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-image: -webkit-linear-gradient(top, #d7d7d7 0, #d7d7d7 100%);
    background-image: -o-linear-gradient(top, #d7d7d7 0, #d7d7d7 100%);
    background-image: linear-gradient(to bottom, #d7d7d7 0, #d7d7d7 100%);
    background-repeat: repeat-x;
    height: 12px;
    margin-bottom: 0;
    border-radius: 10px
}

#es .es-progress-wrap .progress .bar {
    border-radius: 0 8px 8px 0
}

#es .es-progress-wrap .progress-result {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    text-align: right;
    padding-left: 8px;
    font-size: 12px
}

#es .es-progress-wrap.progress-narrow .progress {
    width: 88%
}

#es .es-progress-wrap.progress-narrow .progress-result {
    right: 5px
}

#es .es-flyout {
    position: relative
}

#es .es-flyout .es-flyout-content {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

#es .es-flyout:hover .es-flyout-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-flyout.show-all .es-flyout-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-flyout .es-flyout-button>i {
    margin-right: 4px
}

#es .es-flyout .es-flyout-button:hover {
    text-decoration: underline
}

#es .es-flyout .es-flyout-button:hover>i {
    text-decoration: none
}

#es .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#es .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#es .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    display: none
}

#es .chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

#es .chosen-container a {
    cursor: pointer
}

#es .chosen-container .search-choice .group-name,
#es .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

#es .chosen-container .search-choice .group-name:after,
#es .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

#es .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

#es .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

#es .chosen-container-single .chosen-default {
    color: #999
}

#es .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

#es .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

#es .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

#es .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

#es .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

#es .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite.png") no-repeat 0 2px
}

#es .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

#es .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

#es .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

#es .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

#es .chosen-container .chosen-results {
    color: #666;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

#es .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

#es .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

#es .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

#es .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

#es .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

#es .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

#es .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

#es .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

#es .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

#es .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

#es .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#es .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

#es .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

#es .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

#es .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

#es .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

#es .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

#es .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

#es .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

#es .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

#es .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

#es .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

#es .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

#es .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent
}

#es .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

#es .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

#es .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

#es .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

#es .chosen-disabled .chosen-single {
    cursor: default
}

#es .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

#es .chosen-rtl {
    text-align: right
}

#es .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

#es .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

#es .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

#es .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

#es .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

#es .chosen-rtl .chosen-choices li {
    float: right
}

#es .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

#es .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

#es .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

#es .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

#es .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

#es .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

#es .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

#es .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

#es .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    #es .chosen-rtl .chosen-search input[type="text"],
    #es .chosen-container-single .chosen-single abbr,
    #es .chosen-container-single .chosen-single div b,
    #es .chosen-container-single .chosen-search input[type="text"],
    #es .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    #es .chosen-container .chosen-results-scroll-down span,
    #es .chosen-container .chosen-results-scroll-up span {
        background-image: url("media/com_easysocial/styles/foundry/chosen/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

#es .form-uploader .upload-submit {
    clear: both;
    padding: 18px 10px;
    border: 1px dashed #e1e1e1;
    margin-top: 20px;
    border-radius: 3px
}

#es .form-uploader .upload-submit:before,
#es .form-uploader .upload-submit:after {
    content: " ";
    display: table
}

#es .form-uploader .upload-submit:after {
    clear: both
}

#es .form-uploader .queue-item {
    clear: both;
    padding: 10px;
    border: 1px solid #e1e1e1;
    position: relative;
    border-radius: 3px
}

#es .form-uploader .queue-item+.queue-item {
    margin-top: 10px
}

#es .form-uploader .queue-item .media {
    padding-right: 40px
}

#es .form-uploader .queue-item .media .media-object {
    margin-right: 20px
}

#es .form-uploader .queue-item .queue-item-thumb {
    width: 32px;
    height: 32px;
    background: #e1e1e1
}

#es .form-uploader .queue-item .queue-item-info {
    position: relative;
    margin-bottom: 4px
}

#es .form-uploader .queue-item .queue-item-info>span {
    display: inline-block;
    position: relative
}

#es .form-uploader .queue-item .queue-item-size {
    color: #f5f5f5
}

#es .form-uploader .queue-item .queue-item-size,
#es .form-uploader .queue-item .queue-item-status {
    padding-left: 6px;
    margin-left: 6px
}

#es .form-uploader .queue-item .queue-item-size:before,
#es .form-uploader .queue-item .queue-item-status:before {
    display: block;
    content: '';
    background: #f5f5f5;
    width: 1px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0
}

#es .form-uploader .queue-item .progress {
    height: 8px;
    margin: 0
}

#es .form-uploader .queue-item.is-queue .queue-item-done {
    display: none
}

#es .form-uploader .queue-item.is-done .queue-item-info {
    top: 5px
}

#es .form-uploader .queue-item.is-done .queue-item-status {
    display: none
}

#es .form-uploader .queue-item.is-done .queue-item-done {
    display: inline-block;
    color: #a4c757;
    padding-left: 6px;
    margin-left: 6px
}

#es .form-uploader .queue-item.is-done .queue-item-done:before {
    display: block;
    content: '';
    background: #f5f5f5;
    width: 1px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0
}

#es .form-uploader .queue-item.is-done .progress {
    display: none
}

#es .form-uploader .queue-item.is-error .queue-item-status {
    color: #b94a48
}

#es .form-uploader .queue-item.is-error .queue-item-done {
    display: none
}

#es .form-uploader .attach-remove {
    position: absolute;
    top: 14px;
    right: 10px;
    padding: 0 4px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #666;
    line-height: 14px
}

#es .es-sharing .es-sharing-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#es .es-sharing .es-sharing-list>li {
    width: 30px;
    padding-right: 3px;
    display: inline-block
}

#es .es-sharing .es-sharing-list>li:nth-child(2n+1) {
    clear: none
}

#es .es-sharing .es-sharing-list>li>a {
    padding: 4px 3px;
    display: block;
    font-size: 11px;
    border-radius: 2px
}

#es .es-sharing .es-sharing-list>li .es-sharing-title {
    display: none
}

#es .dropdown-menu-sharing:after,
#es .dropdown-menu-sharing:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .dropdown-menu-sharing:after {
    bottom: 100%;
    left: 15px;
    right: auto1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white
}

#es .dropdown-menu-sharing:before {
    bottom: 100%;
    left: 14px;
    right: auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

#es.bootstrap-datetimepicker-widget {
    border: 1px solid #e1e1e1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    min-width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px;
    background-color: #fff
}

#es.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px
}

#es.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e1e1;
    position: absolute;
    top: -7px;
    left: 7px
}

#es.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 8px
}

#es.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e1e1e1;
    position: absolute;
    bottom: -7px;
    left: 6px
}

#es.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 7px
}

#es.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%
}

#es.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

#es.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

#es.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0
}

#es.bootstrap-datetimepicker-widget .timepicker-hour,
#es.bootstrap-datetimepicker-widget .timepicker-minute,
#es.bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em
}

#es.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

#es.bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

#es.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

#es.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

#es.bootstrap-datetimepicker-widget td,
#es.bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #444
}

#es.bootstrap-datetimepicker-widget td.day:hover,
#es.bootstrap-datetimepicker-widget td.hour:hover,
#es.bootstrap-datetimepicker-widget td.minute:hover,
#es.bootstrap-datetimepicker-widget td.second:hover {
    background: #f5f5f5;
    cursor: pointer
}

#es.bootstrap-datetimepicker-widget td.old,
#es.bootstrap-datetimepicker-widget td.new {
    color: #777
}

#es.bootstrap-datetimepicker-widget td.today {
    position: relative
}

#es.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

#es.bootstrap-datetimepicker-widget td.active,
#es.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #e9f2f9;
    color: #444;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

#es.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

#es.bootstrap-datetimepicker-widget td.disabled,
#es.bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

#es.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px
}

#es.bootstrap-datetimepicker-widget td span:hover {
    background: #f5f5f5
}

#es.bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

#es.bootstrap-datetimepicker-widget td span.old {
    color: #777
}

#es.bootstrap-datetimepicker-widget td span.disabled,
#es.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

#es.bootstrap-datetimepicker-widget th.switch {
    width: 145px;
    text-align: center;
    vertical-align: middle
}

#es.bootstrap-datetimepicker-widget th.next,
#es.bootstrap-datetimepicker-widget th.prev {
    font-size: 18px
}

#es.bootstrap-datetimepicker-widget th.disabled,
#es.bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

#es.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

#es.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #f5f5f5
}

#es.bootstrap-datetimepicker-widget .input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

#es.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

#es.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

#es.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0 !important
}

@media(max-width:480px) {
    #es.bootstrap-datetimepicker-widget {
        left: 10px !important;
        right: 10px !important;
        width: auto !important
    }
    #es.bootstrap-datetimepicker-widget:before,
    #es.bootstrap-datetimepicker-widget:after {
        display: none !important
    }
}

#es .es-reaction-option {
    position: relative;
    display: inline-block
}

#es .es-reaction-option__link {
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 2;
    outline: 0 !important
}

#es .es-reaction-option__link::-moz-focus-inner {
    border: 0 !important
}

#es .es-reaction-option__link.is-active .es-reaction-option__text {
    color: #444
}

#es .es-reaction-option__link.btn {
    color: #444 !important
}

#es .es-reaction-option__link.btn.is-active {
    background-color: #f5f5f5 !important
}

#es .es-reaction-option__icon {
    width: 20px;
    height: 20px;
    font-size: 20px
}

#es .es-reactions-pop {
    position: absolute;
    left: 24px;
    background: #fff;
    bottom: 120%;
    min-width: 276px;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 2px 6px;
    border-radius: 100rem;
    -webkit-transition: .3s .3s;
    transition: .3s .3s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

#es .es-reactions-pop:hover {
    overflow: visible
}

#es .es-reaction-option__link.is-hover~.es-reactions-pop {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
    visibility: visible
}

#es .es-reaction-option__link.is-hover:before {
    display: inline-block
}

#es .es-reactions-pop__item {
    position: relative;
    width: 44px;
    height: 48px;
    color: #ffd972;
    cursor: pointer;
    -webkit-transition-delay: .6s, .3s;
    transition-delay: .6s, .3s;
    -webkit-transition-duration: 0, .3s;
    transition-duration: 0, .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.3);
    transform: translate3d(0, 100%, 0) scale(0.3)
}

#es .es-reactions-pop__text {
    position: absolute;
    top: -20px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 2px 8px;
    -webkit-transition: .15s .15s;
    transition: .15s .15s;
    opacity: 0;
    visibility: hidden
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item,
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

#es .es-reactions-pop__item .es-icon-reaction {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

#es .es-reactions-pop__item:hover .es-icon-reaction {
    -webkit-transform: scale(1) translate3d(0, -5%, 0);
    transform: scale(1) translate3d(0, -5%, 0)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(1),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(1),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(1),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(1) {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .02s;
    transition-delay: .02s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 1);
    transition-timing-function: cubic-bezier(.6, .6, .5, 1)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(2),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(2),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(2),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(2) {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .04s;
    transition-delay: .04s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 1.2);
    transition-timing-function: cubic-bezier(.6, .6, .5, 1.2)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(3),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(3),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(3),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(3) {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 1.4);
    transition-timing-function: cubic-bezier(.6, .6, .5, 1.4)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(4),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(4),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(4),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(4) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .08s;
    transition-delay: .08s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 1.6);
    transition-timing-function: cubic-bezier(.6, .6, .5, 1.6)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(5),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(5),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(5),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(5) {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 1.8);
    transition-timing-function: cubic-bezier(.6, .6, .5, 1.8)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(6),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(6),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(6),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(6) {
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 2);
    transition-timing-function: cubic-bezier(.6, .6, .5, 2)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(7),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(7),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(7),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(7) {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 2.2);
    transition-timing-function: cubic-bezier(.6, .6, .5, 2.2)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(8),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(8),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(8),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(8) {
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 2.4);
    transition-timing-function: cubic-bezier(.6, .6, .5, 2.4)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(9),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(9),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(9),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(9) {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .18s;
    transition-delay: .18s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 2.6);
    transition-timing-function: cubic-bezier(.6, .6, .5, 2.6)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(10),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(10),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(10),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(10) {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 2.8);
    transition-timing-function: cubic-bezier(.6, .6, .5, 2.8)
}

#es .es-reactions-pop.is-hover .es-reactions-pop__item:nth-of-type(11),
#es .es-reactions-pop:hover .es-reactions-pop__item:nth-of-type(11),
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(11),
#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:nth-of-type(11) {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.6, .6, .5, 3);
    transition-timing-function: cubic-bezier(.6, .6, .5, 3)
}

#es.is-desktop .es-reactions-pop__item:hover .es-reactions-pop__text {
    opacity: 1;
    visibility: visible;
    top: -26px
}

#es.is-desktop .es-reaction-option__link~.es-reactions-pop {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

#es.is-desktop .es-reaction-option__link:hover~.es-reactions-pop {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

#es.is-desktop .es-reactions-pop:hover,
#es.is-desktop .es-reaction-option__link:hover~.es-reactions-pop {
    opacity: 1;
    visibility: visible
}

#es.is-desktop .es-reaction-option__link:hover:before {
    display: inline-block
}

#es.is-desktop .es-reactions-pop:hover .es-reactions-pop__item,
#es.is-desktop .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

#es.is-desktop .es-reactions-pop__item {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

#es .es-reaction-stats {
    padding: 4px 8px;
    background-color: #f5f5f5;
    position: relative;
    clear: both;
    word-break: break-all;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

#es .es-reaction-stats__text {
    text-align: right;
    color: #888
}

#es .es-reaction-stats__text>a {
    color: #888
}

#es .es-reaction-icon-stat {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    line-height: 20px
}

#es .es-reaction-icon-stat__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-right: 8px;
    outline: 0 !important;
    line-height: 20px;
    cursor: pointer
}

#es .es-reaction-icon-stat__item::-moz-focus-inner {
    border: 0 !important
}

#es .es-reaction-icon-stat__item>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-reaction-icon-stat__item.is-active .es-reaction-icon-stat__avatar {
    border-bottom: 2px solid #e1e1e1
}

#es .es-reaction-icon-stat__avatar {
    border-bottom: 2px solid transparent
}

#es .es-reaction-icon-stat__counter {
    font-size: 12px;
    padding-left: 2px;
    color: #888
}

#es.popbox-reaction {
    box-shadow: none;
    width: 254px;
    min-height: 96px
}

#es.popbox-reaction .arrow {
    display: none
}

#es .es-reaction-stats-pop {
    width: 254px
}

#es .es-reaction-stats-pop__hd {
    border-bottom: 1px solid #e1e1e1
}

#es .es-reaction-stats-pop__hd,
#es .es-reaction-stats-pop__bd {
    padding: 8px
}

#es .es-reaction-stats-pop__bd {
    max-height: 116px;
    overflow-y: auto
}

#es .es-reaction-stats-list__item {
    margin-bottom: 8px;
    padding-top: 8px
}

#es .es-reaction-stats-list__item+.es-reaction-stats-list__item {
    border-top: 1px solid #e1e1e1
}

#es .es-reaction-stats-list .o-media__body {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 8px
}

#es.is-mobile .es-comment-item-meta .es-reactions-pop {
    left: -24px
}

#es .es-reaction-list-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    max-width: 40px
}

#es .es-reaction-list-wrapper>div {
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0 1px;
    position: relative
}

#es .es-reaction-list-wrapper>div:nth-child(1) {
    left: 0;
    z-index: 3
}

#es .es-reaction-list-wrapper>div:nth-child(2) {
    left: -6px;
    z-index: 2
}

#es .es-reaction-list-wrapper>div:nth-child(3) {
    left: -12px
}

#es.popbox-giphy {
    width: 448px;
    min-height: 60px
}

@media(max-width:480px) {
    #es.popbox-giphy {
        width: 96%;
        left: 52% !important;
        margin-left: -50% !important
    }
    #es.popbox-giphy>.arrow {
        display: none
    }
    #es .popbox-dropdown {
        width: 100%;
        max-width: 100%
    }
}

#es .es-story-giphy-wrapper {
    position: relative;
    min-height: 40px
}

#es .es-story-giphy-wrapper.is-loading:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75)
}

#es .es-gif-holder {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

#es .es-gif-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    max-height: 160px
}

#es .es-gif-list>li {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 4px
}

#es .es-gif-list>li:hover {
    cursor: pointer
}

#es .es-giphy-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 24px
}

#es .es-giphy-wrapper__remove {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .es-giphy-wrapper__remove:hover {
    background: #d00
}

#es .es-giphy-wrapper__remove:before,
#es .es-giphy-wrapper__remove:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-giphy-wrapper__remove:before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px
}

#es .es-giphy-wrapper__remove:after {
    height: 10px;
    width: 2px;
    margin: -5px 0 0 -1px
}

#es .es-powered-by-giphy {
    display: inline-block;
    background-image: url('media/com_easysocial/images/giphy/poweredby-text-dark.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 11px
}

#es .es-img-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-img-container__wrap {
    position: relative;
    border-radius: 10px;
    display: block;
    max-width: 320px
}

#es .es-img-container img {
    object-fit: inherit;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    max-width: 100%;
    min-width: 32px;
    min-height: 32px;
    height: auto
}

#es .es-img-container.is-loading .es-img-container__wrap:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border-radius: 500rem;
    border: .2em solid rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.1);
    z-index: 2
}

#es .es-img-container.is-loading .es-img-container__wrap:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: img-loader .6s linear;
    animation: img-loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #FFF transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
    border-top-color: #767676;
    z-index: 3
}

#es .es-img-container.has-bg .es-img-container__wrap {
    background-color: #fafafa
}

@keyframes img-loader {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#es .es-gif-browser__input-search {
    display: block;
    padding: 4px;
    padding-left: 24px;
    position: relative
}

#es .es-gif-browser__input-search:before {
    position: absolute;
    top: 12px;
    left: 8px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    content: "\f002";
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #888;
    display: inline-block;
    text-decoration: inherit
}

#es .es-gif-browser__input-search .o-form-control {
    border: 0;
    box-shadow: none
}

#es .es-gif-browser__result {
    display: block;
    min-height: 160px;
    text-align: center
}

#es .es-gif-browser__result-text {
    display: block;
    font-size: 12px
}

#es .es-gif-browser__result-label {
    display: block;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #888
}

#es .es-gif-browser__result-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 8px 4px 4px
}

#es.is-mobile .es-giphy-wrapper {
    width: 100% !important
}

#es.is-mobile .es-img-container img {
    max-height: 200px
}

#es.is-mobile .es-comment-editor .es-giphy-wrapper,
#es.is-mobile .es-comments-form .es-giphy-wrapper {
    margin-top: 8px
}

#es [class^="icon-es-"],
#es [class*=" icon-es-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    *margin-right: .3em;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-image: url("media/com_easysocial/images/icons/icons-sharing.png") !important
}

#es .es-nav [class^="icon-es-"],
#es .es-nav [class*=" icon-es-"] {
    margin-right: 2px
}

#es .icon-es-12 {
    width: 12px !important;
    height: 12px !important;
    line-height: 12px;
    width: 12px;
    height: 12px
}

#es .icon-es-24 {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px;
    width: 24px;
    height: 24px
}

#es .icon-es-email {
    background-position: 0 0
}

#es .icon-es-facebook {
    background-position: -32px 0
}

#es .icon-es-twitter {
    background-position: -64px 0
}

#es .icon-es-google {
    background-position: -96px 0
}

#es .icon-es-live {
    background-position: -128px 0
}

#es .icon-es-linkedin {
    background-position: -160px 0
}

#es .icon-es-myspace {
    background-position: -192px 0
}

#es .icon-es-vk {
    background-position: -224px 0
}

#es .icon-es-stumbleupon {
    background-position: -256px 0
}

#es .icon-es-digg {
    background-position: -288px 0
}

#es .icon-es-tumblr {
    background-position: -320px 0
}

#es .icon-es-evernote {
    background-position: -352px 0
}

#es .icon-es-reddit {
    background-position: -384px 0
}

#es .icon-es-delicious {
    background-position: -416px 0
}

#es .icon-es-video-play {
    display: inline-block;
    background-image: url("media/com_easysocial/images/icons/icon-es-video-play.png") !important;
    width: 35px;
    height: 26px;
    line-height: 26px
}

#es .es-exif-icon {
    font-size: 48px
}

#es .es-exif-icon:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    background-image: url("media/com_easysocial/images/exif-icons/exif-icons.svg");
    background-repeat: no-repeat;
    background-size: 1em 5em
}

#es .no-svg .es-exif-icon:before {
    background-image: url("media/com_easysocial/images/exif-icons/exif-icons.png")
}

#es .es-exif-icon.es-exif-aperture:before {
    background-position: 0 0;
    width: 1em;
    height: 1em
}

#es .es-exif-icon.es-exif-camera-iso:before {
    background-position: 0 -1em;
    width: 1em;
    height: 1em
}

#es .es-exif-icon.es-exif-camera-type:before {
    background-position: 0 -2em;
    width: 1em;
    height: 1em
}

#es .es-exif-icon.es-exif-focal-length:before {
    background-position: 0 -3em;
    width: 1em;
    height: 1em
}

#es .es-exif-icon.es-exif-shutter-speed:before {
    background-position: 0 -4em;
    width: 1em;
    height: 1em
}

#es .es-emoji-unicode {
    display: inline-block;
    font-size: 18px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative
}

#es .es-emoji-unicode:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-es-emoji-unicode)
}

#es .es-smileys i,
#es .es-emoji,
#es .es-emoji img {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("media/com_easysocial/images/icons/emoji/icons-emoji.png") !important;
    background-size: 100px 100px
}

#es .es-emoji-angry {
    background-position: 0 0
}

#es .es-emoji-special,
#es .es-emoji-cool {
    background-position: -20px 0
}

#es .es-emoji-happy {
    background-position: -40px 0
}

#es .es-emoji-heart {
    background-position: -60px 0
}

#es .es-emoji-loved,
#es .es-emoji-kiss {
    background-position: -80px 0
}

#es .es-emoji-speechless,
#es .es-emoji-zipper {
    background-position: 0 -20px
}

#es .es-emoji-sad {
    background-position: -20px -20px
}

#es .es-emoji-cry {
    background-position: -40px -20px
}

#es .es-emoji-tongue {
    background-position: -60px -20px
}

#es .es-emoji-shocked,
#es .es-emoji-surprised {
    background-position: -80px -20px
}

#es .es-emoji-bored,
#es .es-emoji-confuse {
    background-position: 0 -40px
}

#es .es-emoji-wink {
    background-position: -20px -40px
}

#es .es-emoji-sweat {
    background-position: -40px -40px
}

#es .es-emoji-blessed,
#es .es-emoji-angel {
    background-position: -60px -40px
}

#es .es-emoji-devil {
    background-position: -80px -40px
}

#es .es-emoji-pretty,
#es .es-emoji-blush {
    background-position: 0 -60px
}

#es .es-emoji-think {
    background-position: -20px -60px
}

#es .es-emoji-lol {
    background-position: -40px -60px
}

#es .es-emoji-tired,
#es .es-emoji-sleep {
    background-position: -60px -60px
}

#es .es-emoji-nerd {
    background-position: -80px -60px
}

#es .es-emoji-great {
    background-position: 0 -80px
}

#es .es-emoji-annoyed {
    background-position: -20px -80px
}

#es .es-emoji-irritated {
    background-position: -40px -80px
}

#es .es-emoji-sick {
    background-position: -60px -80px
}

#es .es-icon-reaction {
    font-size: 64px;
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

#es .es-icon-reaction--sm {
    font-size: 16px;
    width: 16px;
    height: 16px
}

#es .es-icon-reaction--md {
    font-size: 48px;
    width: 48px;
    height: 48px
}

#es .es-icon-reaction--xl {
    font-size: 128px;
    width: 128px;
    height: 128px
}

#es .es-icon-reaction:before {
    content: ' ';
    display: inline-block;
    background-image: url("media/com_easysocial/images/reactions/icon-reactions.svg");
    background-repeat: no-repeat;
    background-size: 1em 6em;
    vertical-align: top
}

#es .es-icon-reaction.es-icon-reaction--angry:before {
    background-position: 0 0;
    width: 1em;
    height: 1em
}

#es .es-icon-reaction.es-icon-reaction--happy:before {
    background-position: 0 -1em;
    width: 1em;
    height: 1em
}

#es .es-icon-reaction.es-icon-reaction--like:before {
    background-position: 0 -2em;
    width: 1em;
    height: 1em
}

#es .es-icon-reaction.es-icon-reaction--love:before {
    background-position: 0 -3em;
    width: 1em;
    height: 1em
}

#es .es-icon-reaction.es-icon-reaction--sad:before {
    background-position: 0 -4em;
    width: 1em;
    height: 1em
}

#es .es-icon-reaction.es-icon-reaction--wow:before {
    background-position: 0 -5em;
    width: 1em;
    height: 1em
}

#es .textboxlist {
    border: 1px solid #ccc;
    min-height: 34px;
    padding: 5px 10px 3px;
    font-size: 11px;
    line-height: 1.666666667;
    border-radius: 2px;
    cursor: text;
    position: relative;
    background-color: #fff
}

#es .textboxlist:before,
#es .textboxlist:after {
    content: " ";
    display: table
}

#es .textboxlist:after {
    clear: both
}

#es .textboxlist.disabled {
    background-color: #f5f5f5
}

#es .textboxlist-textField {
    height: 22px !important;
    line-height: 1.666666667 !important;
    max-width: 100%;
    float: left;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 2px 0 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    background: transparent !important;
    color: #444
}

#es .textboxlist-textField::-moz-placeholder {
    color: #999;
    opacity: 1
}

#es .textboxlist-textField:-ms-input-placeholder {
    color: #999
}

#es .textboxlist-textField::-webkit-input-placeholder {
    color: #999
}

#es .textboxlist-itemGroup {
    margin: 0;
    padding: 0;
    list-style: none
}

#es .textboxlist-itemGroup:before,
#es .textboxlist-itemGroup:after {
    content: " ";
    display: table
}

#es .textboxlist-itemGroup:after {
    clear: both
}

#es .textboxlist-itemGroup li {
    float: left;
    list-style: none
}

#es .textboxlist-item {
    float: left;
    background: #e7edf3;
    border-radius: 2px;
    color: #729bcd;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    height: 22px;
    line-height: 22px;
    margin: 0 4px 2px 0;
    overflow: hidden
}

#es .textboxlist-item.list {
    background: #e9fee7;
    border: 1px solid #98d895;
    color: #4ea64a
}

#es .textboxlist-item .textboxlist-itemContent .o-avatar,
#es .textboxlist-item .textboxlist-itemContent img {
    width: 22px;
    height: 22px;
    line-height: 22px;
    float: left;
    padding: 0;
    margin: 0 8px 0 0
}

#es .textboxlist-item .textboxlist-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#es .textboxlist-item span,
#es .textboxlist-item div {
    display: table-cell;
    vertical-align: middle
}

#es .textboxlist-item span {
    padding: 0 4px 0 0
}

#es .textboxlist-item div {
    padding: 0 4px
}

#es .textboxlist-itemRemoveButton {
    opacity: .6;
    cursor: pointer;
    text-align: center
}

#es .textboxlist-itemRemoveButton:hover {
    opacity: 1
}

#es .textboxlist-itemRemoveButton>i {
    font-size: 14px;
    line-height: inherit;
    color: inherit
}

#es .textboxlist-itemRemoveButton>i:before {
    content: "\f057"
}

#es .textboxlist-autocomplete {
    position: absolute;
    z-index: 2147483647;
    margin-top: 8px;
    overflow: hidden
}

#es .textboxlist-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es .textboxlist-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es .textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
    display: block
}

#es .textboxlist-autocomplete.loading .textboxlist-menu {
    display: none
}

#es .textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
    display: block
}

#es .textboxlist-autocomplete.empty .textboxlist-menu {
    display: none
}

#es .textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
    display: none
}

#es .textboxlist-autocomplete.has-shadow>b {
    display: block
}

#es .textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es .textboxlist-autocomplete.has-animation.active {
    top: 0
}

#es .textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es .textboxlist-autocomplete-loading,
#es .textboxlist-autocomplete-empty {
    display: none;
    min-height: 28px
}

#es .textboxlist-autocomplete-empty-text {
    padding: 8px 0;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #888
}

#es .textboxlist-autocomplete-inner {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #444;
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px
}

#es .textboxlist-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important
}

#es .textboxlist-menu .textboxlist-menuItem {
    cursor: pointer;
    padding: 6px;
    text-align: left;
    font-size: 12px;
    margin: 0
}

#es .textboxlist-menu .textboxlist-menuItem img {
    display: inline-block
}

#es .textboxlist-menu .textboxlist-menuItem+.textboxlist-menuItem {
    border-top: 1px solid #ddd
}

#es .textboxlist-menu .textboxlist-menuItem.active {
    background: #e7edf3
}

#es .textboxlist-menu .textboxlist-menuItem.hidden {
    display: none
}

#es .textboxlist-menu .textboxlist-menuItem.list {
    font-weight: bold
}

#es .textboxlist-menu .textboxlist-menuItem.list+.user {
    border-top: 1px dashed #bbb
}

#es.textboxlist-autocomplete {
    position: absolute;
    z-index: 2147483647;
    margin-top: 8px;
    overflow: hidden
}

#es.textboxlist-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es.textboxlist-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es.textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
    display: block
}

#es.textboxlist-autocomplete.loading .textboxlist-menu {
    display: none
}

#es.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
    display: block
}

#es.textboxlist-autocomplete.empty .textboxlist-menu {
    display: none
}

#es.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
    display: none
}

#es.textboxlist-autocomplete.has-shadow>b {
    display: block
}

#es.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es.textboxlist-autocomplete.has-animation.active {
    top: 0
}

#es.textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es.textboxlist-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 2;
    display: none
}

#es.textboxlist-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es.textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
    display: block
}

#es.textboxlist-autocomplete.loading .textboxlist-menu {
    display: none
}

#es.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
    display: block
}

#es.textboxlist-autocomplete.empty .textboxlist-menu {
    display: none
}

#es.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
    display: none
}

#es.textboxlist-autocomplete.has-shadow>b {
    display: block
}

#es.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
    top: -160px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es.textboxlist-autocomplete.has-animation.active {
    top: 0
}

#es.textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es #photo-list:before,
#es #photo-list:after {
    content: " ";
    display: table
}

#es #photo-list:after {
    clear: both
}

#es #photo-list .photo-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    min-width: 96px;
    min-height: 96px;
    cursor: pointer
}

#es #photo-list .photo-item i {
    width: 100%;
    height: 100%;
    min-width: 96px;
    min-height: 96px;
    display: block;
    background-repeat: none;
    background-size: cover;
    background-position: 50% 25%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#es .close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#es.tooltip.tooltip-es {
    background: none;
    border: 0;
    float: none;
    margin: 0;
    width: auto;
    position: absolute;
    z-index: 20002;
    display: block
}

#es.tooltip.tooltip-es.topleft .tooltip-arrow {
    bottom: 0;
    left: 15%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

#es.tooltip.tooltip-es.topright .tooltip-arrow {
    bottom: 0;
    right: 10%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

#es.tooltip.tooltip-es.bottomleft .tooltip-arrow {
    top: 0;
    left: 15%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

#es.tooltip.tooltip-es.bottomright .tooltip-arrow {
    top: 0;
    right: 10%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

#es.tooltip.tooltip-es.top {
    margin: -3px 0 0;
    height: auto
}

#es [class^="es-state-"],
#es [class*=" es-state-"] {
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 15px;
    border-radius: 3px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

#es [class^="es-state-"]:before,
#es [class*=" es-state-"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    color: white;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

#es .es-state-publish,
#es .es-state-going {
    background: #7cc110 !important
}

#es .es-state-publish:before,
#es .es-state-going:before {
    content: "\f00c"
}

#es .es-state-unpublish,
#es .es-state-notgoing {
    background: #b94a48 !important
}

#es .es-state-unpublish:before,
#es .es-state-notgoing:before {
    content: "\f00d"
}

#es .es-state-trash {
    background: #b94a48 !important
}

#es .es-state-trash:before {
    content: "\f1f8"
}

#es .es-state-locked {
    background: #aaa !important
}

#es .es-state-locked:before {
    content: "\f023"
}

#es .es-state-unactivated {
    background: #d88b1e !important
}

#es .es-state-unactivated:before {
    content: "\f084"
}

#es .es-state-pending {
    background: #d88b1e !important
}

#es .es-state-pending:before {
    content: "\f017"
}

#es .es-state-maybe {
    background: #5bc0de !important
}

#es .es-state-maybe:before {
    content: "\f02e"
}

#es .es-state-invited {
    background: #d88b1e !important
}

#es .es-state-invited:before {
    content: "\f058"
}

#es .es-state-default {
    background: #aaa !important;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

#es .es-state-default:before {
    content: "\f005";
    font-size: 10px
}

#es .es-state-featured {
    background: #f5a922;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

#es .es-state-featured:before {
    content: "\f005";
    font-size: 10px
}

#es .es-state-plus {
    background: #7cc110;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

#es .es-state-plus:before {
    content: "\f067";
    font-size: 8px;
    line-height: 16px
}

#es .es-state-minus {
    background: #be1f23;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

#es .es-state-minus:before {
    content: "\f068";
    font-size: 8px;
    line-height: 16px
}

#es .pagination-wrapper {
    position: relative;
    bottom: 0;
    width: 100%;
    clear: both
}

#es .popover-profile-loader {
    display: block !important;
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
    height: 200px !important;
    background-color: white !important;
    border-radius: 1px !important;
    padding: 0 !important;
    border: 1px solid #e1e1e1 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important
}

#es .popover-profile-loader.top .arrow {
    border-top-color: #fff !important;
    left: 40px !important
}

#es .popover-profile-loader i.es-loading-indicator {
    position: relative;
    top: 70px
}

@media(max-width:479px) and (-webkit-min-device-pixel-ratio:0) {
    #es .textboxlist-textField {
        height: 22px !important
    }
}

@media(max-width:680px) {
    #es.es.popbox-notifications {
        left: 52% !important;
        margin-left: -50% !important;
        width: 96% !important
    }
    #es.es.popbox-notifications .arrow {
        display: none !important
    }
}

#es.fd-popover.es-field-error {
    background-color: #de614f !important;
    border-color: #dc4248 !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) !important
}

#es.fd-popover.es-field-error.top .arrow {
    border-top-color: #dc4248
}

#es.fd-popover.es-field-error.top .arrow:after {
    border-top-color: #de614f
}

#es.fd-popover.es-field-error.right .arrow {
    border-right-color: #dc4248
}

#es.fd-popover.es-field-error.right .arrow:after {
    border-right-color: #de614f
}

#es.fd-popover.es-field-error.bottom .arrow {
    border-bottom-color: #dc4248
}

#es.fd-popover.es-field-error.bottom .arrow:after {
    border-bottom-color: #de614f
}

#es.fd-popover.es-field-error.left .arrow {
    border-left-color: #dc4248
}

#es.fd-popover.es-field-error.left .arrow:after {
    border-left-color: #de614f
}

@media(max-width:680px) {
    #es.fd-popover.es-field-error {
        display: none !important
    }
}

#es .form-location .location-coordinates {
    margin-top: 20px;
    display: none;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #444;
    padding: 12px
}

#es .form-location .location-coordinates>h5 {
    margin-top: 0;
    height: 30px;
    line-height: 30px
}

#es .form-location .location-coordinates hr.separator {
    margin-top: 3px
}

#es .form-location .location-coordinates .removeLocation {
    font-size: 11px;
    font-weight: normal
}

#es .form-location .location-coordinates .coordinate-actions {
    display: none;
    margin-top: 20px
}

#es .form-location .location-coordinates .coordinate-actions a {
    font-size: 11px
}

#es .form-location .location-coordinates .editCoordinates {
    font-size: 11px
}

#es .form-location .location-coordinates input {
    text-align: center;
    width: 80px
}

#es .form-location .location-coordinates.editMode input {
    display: inline-block
}

#es .form-location .location-coordinates.editMode .coordinates-info {
    display: none
}

#es .form-location .location-coordinates.editMode .coordinate-actions {
    display: block
}

#es .form-location .location-coordinates input {
    display: none
}

#es .form-location .location-map {
    margin: 10px 2px 0 0;
    display: none
}

#es .form-location .location-map .map {
    border: 1px solid #e1e1e1;
    background: #fff
}

#es .form-location .location-address {
    width: 100%
}

#es .form-location .location-address input {
    width: 70%
}

#es .form-location .location-address a.btn {
    font-size: 11px
}

#es .es-locations {
    position: relative
}

#es .es-locations.is-detectable .es-location-detect-button {
    display: inline-block
}

#es .es-locations.is-detectable .es-location-detect-icon {
    display: inline-block
}

#es .es-locations.is-loading>.ies-location-2,
#es .es-locations.is-busy>.ies-location-2 {
    display: none
}

#es .es-locations.is-loading .es-location-remove-button,
#es .es-locations.is-busy .es-location-remove-button {
    display: none
}

#es .es-locations.has-location .es-location-remove-button {
    display: block
}

#es .es-locations.has-location .es-location-detect-button {
    display: none !important
}

#es .es-locations.has-location .es-location-detect-icon {
    display: none !important
}

#es .es-locations.has-location .es-location-map-image {
    opacity: 1
}

#es .es-locations.has-suggested .es-location-suggestions {
    display: block
}

#es .es-location-form {
    box-shadow: none;
    border: 0;
    padding: 0;
    padding: 6px 0;
    padding-left: 10px;
    padding-right: 34px;
    position: relative;
    background-color: #fff
}

#es .es-location-form.has-border {
    border: 1px solid #e1e1e1 !important
}

#es .es-location-map {
    background-image: url('media/com_easysocial/images/map-bg.png');
    background-position: center center;
    background-repeat: repeat;
    height: auto;
    padding-top: 25%;
    min-height: 80px;
    position: relative;
    text-align: center
}

#es .es-location-map>*,
#es .es-location-map>*>* {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#es .es-location-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 34px;
    height: 34px;
    line-height: 34px
}

#es .es-location-buttons>* {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    float: right;
    color: #666;
    position: relative
}

#es .es-location-buttons>*:hover {
    color: #5580be
}

#es .es-location-map-image {
    z-index: 1;
    opacity: 0
}

#es .es-location-map-actions {
    position: relative !important;
    text-align: center;
    z-index: 2
}

#es .es-location-detect-button {
    display: none;
    position: relative;
    top: 50%;
    margin-top: -20px;
    float: none
}

#es .es-location-detect-icon {
    display: none;
    position: relative;
    float: none
}

#es .es-location-remove-button {
    display: none
}

#es .es-location-remove-button i {
    font-size: 12px;
    position: relative;
    top: -1px
}

#es .es-location-autocomplete {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    overflow: hidden;
    display: none;
    margin-top: 6px
}

#es .es-location-autocomplete>b {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    padding: 0 5px;
    z-index: 9;
    display: none
}

#es .es-location-autocomplete>b>b {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 5px 0 #000;
    box-shadow: 0 0 5px 0 #000;
    display: block
}

#es .es-location-autocomplete.active {
    display: block
}

#es .es-location-autocomplete.active .es-location-suggestions {
    display: block;
    top: 0
}

#es .es-location-autocomplete.active .es-location-autocomplete-shadow {
    opacity: 1
}

#es .es-location-autocomplete.has-shadow>b {
    display: block
}

#es .es-location-autocomplete.is-sticky .es-location-suggestions {
    border-top: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 9px 5px 10px
}

#es .es-location-suggestions {
    display: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    color: #444;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 160px;
    position: relative;
    z-index: 8;
    font-size: 11px
}

#es .es-location-suggestion {
    z-index: 10;
    padding: 5px;
    cursor: pointer
}

#es .es-location-suggestion+.es-location-suggestion {
    border-top: 1px solid #e1e1e1
}

#es .es-location-suggestion.active {
    background: #e7edf3
}

#es .es-location-textbox {
    display: block;
    padding: 0;
    width: 100%
}

#es .es-location-textbox input {
    width: 100%;
    padding: 0;
    height: 22px !important;
    line-height: 22px !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0 !important;
    font-size: 13px;
    color: #444
}

#es .profile-data-table .es-locations {
    margin-right: 50px
}

#es .es-locations[data-location-base] {
    position: relative;
    z-index: 1
}

#es .es-locations[data-location-base]:hover .es-location-help {
    display: block
}

#es .es-location-help {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px 4px;
    z-index: 5;
    font-size: 10px
}

#es.popbox-location {
    width: 400px;
    height: auto;
    padding: 3px
}

#es.popbox-location .arrow {
    display: none
}

#es.popbox-location * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es.popbox-location img {
    height: 200px;
    max-width: 100%
}

#es .es-hika-items .es-hika-item:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#es .es-hika-items .es-hika-item+.es-hika-item {
    border-top: 0;
    border-radius: 0
}

#es .es-hika-items .es-hika-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

#es .es-hika-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    line-height: 1.5;
    background-color: #fff;
    word-break: keep-all
}

#es .es-hika-item__img {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-hika-item__context {
    padding: 8px 16px
}

#es .es-hika-item__title {
    font-weight: bold;
    color: #444;
    margin-bottom: 8px
}

#es .es-hika-item__meta {
    color: #888;
    margin-bottom: 8px
}

.es-lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none
}

.es-lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.es-lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.es-lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    position: relative;
    animation: lb-spin 1s infinite steps(8)
}

.lb-cancel:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    content: '\f110';
    left: 0;
    top: 16px;
    position: absolute
}

@keyframes lb-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
    position: relative
}

.lb-prev:before,
.lb-next:before {
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 48px;
    color: #fff;
    content: '\f00d';
    top: 50%;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55)
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:before {
    content: '\f053';
    left: 16px
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:before {
    content: '\f054';
    right: 16px
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    position: relative
}

.lb-data .lb-close:before {
    display: block;
    content: '\f00d';
    position: absolute;
    right: 0;
    top: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    color: #fff
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 350px;
    z-index: 9999
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('media/com_easysocial/images/gritter/ie-spacer.gif')
}

.gritter-top {
    background: #000;
    opacity: .9;
    border-radius: 6px 6px 0 0;
    height: 10px
}

.hover .gritter-top {
    background-position: right -30px
}

.gritter-bottom {
    background: #000;
    opacity: .9;
    border-radius: 0 0 6px 6px;
    height: 8px;
    margin: 0
}

.hover .gritter-bottom {
    background-position: bottom right
}

.gritter-item {
    display: block;
    background: #000;
    opacity: .9;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana
}

.hover .gritter-item {
    background-position: right -40px
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word
}

.gritter-close {
    position: absolute;
    top: 5px;
    right: 0;
    background: url(media/com_easysocial/images/gritter/gritter.png) no-repeat left top !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em
}

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000
}

.gritter-title a {
    color: #fff
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
    opacity: 1
}

.gritter-with-image,
.gritter-without-image {
    padding: 0
}

.gritter-with-image {
    width: 270px;
    float: right
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    margin: 0;
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0, #eee 50%);
    background-image: -o-linear-gradient(top, white 0, #eee 50%);
    background-image: linear-gradient(to bottom, white 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container {
    z-index: 10005
}

.is-es-photo-popup .select2-container {
    z-index: 2
}

.select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    height: 31px;
    padding: 4px 12px;
    margin: 0;
    font-size: 13px;
    line-height: 1.69230769;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    outline: 0 !important;
    border-color: #ddd
}

.select2-container--default .select2-selection--multiple::-moz-focus-inner,
.select2-container--default .select2-selection--single::-moz-focus-inner {
    border: 0 !important
}

.select2-container--default .select2-results__option {
    padding: 8px
}

.select2-container--backend {
    min-width: 120px;
    height: 100%
}

.select2-container--backend .select2-selection--single {
    height: 100%
}

.select2-container--backend .select2-selection__arrow {
    position: absolute;
    right: 8px;
    color: #888;
    margin: 0;
    line-height: 1;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 1
}

.select2-container--backend .select2-selection__arrow:before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    position: relative;
    left: 0;
    vertical-align: top;
    top: 1px;
    transform: rotate(135deg)
}

.select2-container--backend .select2-dropdown {
    border-color: #e1e1e1;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.085)
}

.select2-container--backend .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5
}

.select2-container--profile-type .select2-results>.select2-results__options {
    max-height: 320px
}

.select2-container--profile-type .select2-results__option {
    padding: 8px 16px
}

.select2-container--profile-type .select2-results__option+.select2-results__option {
    border-top: 1px solid #e1e1e1
}

.select2-results>.select2-results__options {
    max-height: 180px;
    overflow-y: auto
}

#es .select2-search__field {
    box-shadow: none
}

#es .select2-search__field:focus {
    box-shadow: none
}

#es .select2-search--inline .select2-search__field {
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1;
    height: 18px
}

@font-face {
    font-family: 'weathericons';
    src: url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.eot');
    src: url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.woff2') format('woff2'), url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.woff') format('woff'), url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.ttf') format('truetype'), url('media/com_easysocial/styles/vendors/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.wi {
    display: inline-block;
    font-family: 'weathericons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wi-fw {
    text-align: center;
    width: 1.4em
}

.wi-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wi-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wi-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.wi-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.wi-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.wi-day-sunny:before {
    content: "\f00d"
}

.wi-day-cloudy:before {
    content: "\f002"
}

.wi-day-cloudy-gusts:before {
    content: "\f000"
}

.wi-day-cloudy-windy:before {
    content: "\f001"
}

.wi-day-fog:before {
    content: "\f003"
}

.wi-day-hail:before {
    content: "\f004"
}

.wi-day-haze:before {
    content: "\f0b6"
}

.wi-day-lightning:before {
    content: "\f005"
}

.wi-day-rain:before {
    content: "\f008"
}

.wi-day-rain-mix:before {
    content: "\f006"
}

.wi-day-rain-wind:before {
    content: "\f007"
}

.wi-day-showers:before {
    content: "\f009"
}

.wi-day-sleet:before {
    content: "\f0b2"
}

.wi-day-sleet-storm:before {
    content: "\f068"
}

.wi-day-snow:before {
    content: "\f00a"
}

.wi-day-snow-thunderstorm:before {
    content: "\f06b"
}

.wi-day-snow-wind:before {
    content: "\f065"
}

.wi-day-sprinkle:before {
    content: "\f00b"
}

.wi-day-storm-showers:before {
    content: "\f00e"
}

.wi-day-sunny-overcast:before {
    content: "\f00c"
}

.wi-day-thunderstorm:before {
    content: "\f010"
}

.wi-day-windy:before {
    content: "\f085"
}

.wi-solar-eclipse:before {
    content: "\f06e"
}

.wi-hot:before {
    content: "\f072"
}

.wi-day-cloudy-high:before {
    content: "\f07d"
}

.wi-day-light-wind:before {
    content: "\f0c4"
}

.wi-night-clear:before {
    content: "\f02e"
}

.wi-night-alt-cloudy:before {
    content: "\f086"
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022"
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023"
}

.wi-night-alt-hail:before {
    content: "\f024"
}

.wi-night-alt-lightning:before {
    content: "\f025"
}

.wi-night-alt-rain:before {
    content: "\f028"
}

.wi-night-alt-rain-mix:before {
    content: "\f026"
}

.wi-night-alt-rain-wind:before {
    content: "\f027"
}

.wi-night-alt-showers:before {
    content: "\f029"
}

.wi-night-alt-sleet:before {
    content: "\f0b4"
}

.wi-night-alt-sleet-storm:before {
    content: "\f06a"
}

.wi-night-alt-snow:before {
    content: "\f02a"
}

.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d"
}

.wi-night-alt-snow-wind:before {
    content: "\f067"
}

.wi-night-alt-sprinkle:before {
    content: "\f02b"
}

.wi-night-alt-storm-showers:before {
    content: "\f02c"
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d"
}

.wi-night-cloudy:before {
    content: "\f031"
}

.wi-night-cloudy-gusts:before {
    content: "\f02f"
}

.wi-night-cloudy-windy:before {
    content: "\f030"
}

.wi-night-fog:before {
    content: "\f04a"
}

.wi-night-hail:before {
    content: "\f032"
}

.wi-night-lightning:before {
    content: "\f033"
}

.wi-night-partly-cloudy:before {
    content: "\f083"
}

.wi-night-rain:before {
    content: "\f036"
}

.wi-night-rain-mix:before {
    content: "\f034"
}

.wi-night-rain-wind:before {
    content: "\f035"
}

.wi-night-showers:before {
    content: "\f037"
}

.wi-night-sleet:before {
    content: "\f0b3"
}

.wi-night-sleet-storm:before {
    content: "\f069"
}

.wi-night-snow:before {
    content: "\f038"
}

.wi-night-snow-thunderstorm:before {
    content: "\f06c"
}

.wi-night-snow-wind:before {
    content: "\f066"
}

.wi-night-sprinkle:before {
    content: "\f039"
}

.wi-night-storm-showers:before {
    content: "\f03a"
}

.wi-night-thunderstorm:before {
    content: "\f03b"
}

.wi-lunar-eclipse:before {
    content: "\f070"
}

.wi-stars:before {
    content: "\f077"
}

.wi-storm-showers:before {
    content: "\f01d"
}

.wi-thunderstorm:before {
    content: "\f01e"
}

.wi-night-alt-cloudy-high:before {
    content: "\f07e"
}

.wi-night-cloudy-high:before {
    content: "\f080"
}

.wi-night-alt-partly-cloudy:before {
    content: "\f081"
}

.wi-cloud:before {
    content: "\f041"
}

.wi-cloudy:before {
    content: "\f013"
}

.wi-cloudy-gusts:before {
    content: "\f011"
}

.wi-cloudy-windy:before {
    content: "\f012"
}

.wi-fog:before {
    content: "\f014"
}

.wi-hail:before {
    content: "\f015"
}

.wi-rain:before {
    content: "\f019"
}

.wi-rain-mix:before {
    content: "\f017"
}

.wi-rain-wind:before {
    content: "\f018"
}

.wi-showers:before {
    content: "\f01a"
}

.wi-sleet:before {
    content: "\f0b5"
}

.wi-snow:before {
    content: "\f01b"
}

.wi-sprinkle:before {
    content: "\f01c"
}

.wi-storm-showers:before {
    content: "\f01d"
}

.wi-thunderstorm:before {
    content: "\f01e"
}

.wi-snow-wind:before {
    content: "\f064"
}

.wi-snow:before {
    content: "\f01b"
}

.wi-smog:before {
    content: "\f074"
}

.wi-smoke:before {
    content: "\f062"
}

.wi-lightning:before {
    content: "\f016"
}

.wi-raindrops:before {
    content: "\f04e"
}

.wi-raindrop:before {
    content: "\f078"
}

.wi-dust:before {
    content: "\f063"
}

.wi-snowflake-cold:before {
    content: "\f076"
}

.wi-windy:before {
    content: "\f021"
}

.wi-strong-wind:before {
    content: "\f050"
}

.wi-sandstorm:before {
    content: "\f082"
}

.wi-earthquake:before {
    content: "\f0c6"
}

.wi-fire:before {
    content: "\f0c7"
}

.wi-flood:before {
    content: "\f07c"
}

.wi-meteor:before {
    content: "\f071"
}

.wi-tsunami:before {
    content: "\f0c5"
}

.wi-volcano:before {
    content: "\f0c8"
}

.wi-hurricane:before {
    content: "\f073"
}

.wi-tornado:before {
    content: "\f056"
}

.wi-small-craft-advisory:before {
    content: "\f0cc"
}

.wi-gale-warning:before {
    content: "\f0cd"
}

.wi-storm-warning:before {
    content: "\f0ce"
}

.wi-hurricane-warning:before {
    content: "\f0cf"
}

.wi-wind-direction:before {
    content: "\f0b1"
}

.wi-alien:before {
    content: "\f075"
}

.wi-celsius:before {
    content: "\f03c"
}

.wi-fahrenheit:before {
    content: "\f045"
}

.wi-degrees:before {
    content: "\f042"
}

.wi-thermometer:before {
    content: "\f055"
}

.wi-thermometer-exterior:before {
    content: "\f053"
}

.wi-thermometer-internal:before {
    content: "\f054"
}

.wi-cloud-down:before {
    content: "\f03d"
}

.wi-cloud-up:before {
    content: "\f040"
}

.wi-cloud-refresh:before {
    content: "\f03e"
}

.wi-horizon:before {
    content: "\f047"
}

.wi-horizon-alt:before {
    content: "\f046"
}

.wi-sunrise:before {
    content: "\f051"
}

.wi-sunset:before {
    content: "\f052"
}

.wi-moonrise:before {
    content: "\f0c9"
}

.wi-moonset:before {
    content: "\f0ca"
}

.wi-refresh:before {
    content: "\f04c"
}

.wi-refresh-alt:before {
    content: "\f04b"
}

.wi-umbrella:before {
    content: "\f084"
}

.wi-barometer:before {
    content: "\f079"
}

.wi-humidity:before {
    content: "\f07a"
}

.wi-na:before {
    content: "\f07b"
}

.wi-train:before {
    content: "\f0cb"
}

.wi-moon-new:before {
    content: "\f095"
}

.wi-moon-waxing-crescent-1:before {
    content: "\f096"
}

.wi-moon-waxing-crescent-2:before {
    content: "\f097"
}

.wi-moon-waxing-crescent-3:before {
    content: "\f098"
}

.wi-moon-waxing-crescent-4:before {
    content: "\f099"
}

.wi-moon-waxing-crescent-5:before {
    content: "\f09a"
}

.wi-moon-waxing-crescent-6:before {
    content: "\f09b"
}

.wi-moon-first-quarter:before {
    content: "\f09c"
}

.wi-moon-waxing-gibbous-1:before {
    content: "\f09d"
}

.wi-moon-waxing-gibbous-2:before {
    content: "\f09e"
}

.wi-moon-waxing-gibbous-3:before {
    content: "\f09f"
}

.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0"
}

.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1"
}

.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2"
}

.wi-moon-full:before {
    content: "\f0a3"
}

.wi-moon-waning-gibbous-1:before {
    content: "\f0a4"
}

.wi-moon-waning-gibbous-2:before {
    content: "\f0a5"
}

.wi-moon-waning-gibbous-3:before {
    content: "\f0a6"
}

.wi-moon-waning-gibbous-4:before {
    content: "\f0a7"
}

.wi-moon-waning-gibbous-5:before {
    content: "\f0a8"
}

.wi-moon-waning-gibbous-6:before {
    content: "\f0a9"
}

.wi-moon-third-quarter:before {
    content: "\f0aa"
}

.wi-moon-waning-crescent-1:before {
    content: "\f0ab"
}

.wi-moon-waning-crescent-2:before {
    content: "\f0ac"
}

.wi-moon-waning-crescent-3:before {
    content: "\f0ad"
}

.wi-moon-waning-crescent-4:before {
    content: "\f0ae"
}

.wi-moon-waning-crescent-5:before {
    content: "\f0af"
}

.wi-moon-waning-crescent-6:before {
    content: "\f0b0"
}

.wi-moon-alt-new:before {
    content: "\f0eb"
}

.wi-moon-alt-waxing-crescent-1:before {
    content: "\f0d0"
}

.wi-moon-alt-waxing-crescent-2:before {
    content: "\f0d1"
}

.wi-moon-alt-waxing-crescent-3:before {
    content: "\f0d2"
}

.wi-moon-alt-waxing-crescent-4:before {
    content: "\f0d3"
}

.wi-moon-alt-waxing-crescent-5:before {
    content: "\f0d4"
}

.wi-moon-alt-waxing-crescent-6:before {
    content: "\f0d5"
}

.wi-moon-alt-first-quarter:before {
    content: "\f0d6"
}

.wi-moon-alt-waxing-gibbous-1:before {
    content: "\f0d7"
}

.wi-moon-alt-waxing-gibbous-2:before {
    content: "\f0d8"
}

.wi-moon-alt-waxing-gibbous-3:before {
    content: "\f0d9"
}

.wi-moon-alt-waxing-gibbous-4:before {
    content: "\f0da"
}

.wi-moon-alt-waxing-gibbous-5:before {
    content: "\f0db"
}

.wi-moon-alt-waxing-gibbous-6:before {
    content: "\f0dc"
}

.wi-moon-alt-full:before {
    content: "\f0dd"
}

.wi-moon-alt-waning-gibbous-1:before {
    content: "\f0de"
}

.wi-moon-alt-waning-gibbous-2:before {
    content: "\f0df"
}

.wi-moon-alt-waning-gibbous-3:before {
    content: "\f0e0"
}

.wi-moon-alt-waning-gibbous-4:before {
    content: "\f0e1"
}

.wi-moon-alt-waning-gibbous-5:before {
    content: "\f0e2"
}

.wi-moon-alt-waning-gibbous-6:before {
    content: "\f0e3"
}

.wi-moon-alt-third-quarter:before {
    content: "\f0e4"
}

.wi-moon-alt-waning-crescent-1:before {
    content: "\f0e5"
}

.wi-moon-alt-waning-crescent-2:before {
    content: "\f0e6"
}

.wi-moon-alt-waning-crescent-3:before {
    content: "\f0e7"
}

.wi-moon-alt-waning-crescent-4:before {
    content: "\f0e8"
}

.wi-moon-alt-waning-crescent-5:before {
    content: "\f0e9"
}

.wi-moon-alt-waning-crescent-6:before {
    content: "\f0ea"
}

.wi-moon-0:before {
    content: "\f095"
}

.wi-moon-1:before {
    content: "\f096"
}

.wi-moon-2:before {
    content: "\f097"
}

.wi-moon-3:before {
    content: "\f098"
}

.wi-moon-4:before {
    content: "\f099"
}

.wi-moon-5:before {
    content: "\f09a"
}

.wi-moon-6:before {
    content: "\f09b"
}

.wi-moon-7:before {
    content: "\f09c"
}

.wi-moon-8:before {
    content: "\f09d"
}

.wi-moon-9:before {
    content: "\f09e"
}

.wi-moon-10:before {
    content: "\f09f"
}

.wi-moon-11:before {
    content: "\f0a0"
}

.wi-moon-12:before {
    content: "\f0a1"
}

.wi-moon-13:before {
    content: "\f0a2"
}

.wi-moon-14:before {
    content: "\f0a3"
}

.wi-moon-15:before {
    content: "\f0a4"
}

.wi-moon-16:before {
    content: "\f0a5"
}

.wi-moon-17:before {
    content: "\f0a6"
}

.wi-moon-18:before {
    content: "\f0a7"
}

.wi-moon-19:before {
    content: "\f0a8"
}

.wi-moon-20:before {
    content: "\f0a9"
}

.wi-moon-21:before {
    content: "\f0aa"
}

.wi-moon-22:before {
    content: "\f0ab"
}

.wi-moon-23:before {
    content: "\f0ac"
}

.wi-moon-24:before {
    content: "\f0ad"
}

.wi-moon-25:before {
    content: "\f0ae"
}

.wi-moon-26:before {
    content: "\f0af"
}

.wi-moon-27:before {
    content: "\f0b0"
}

.wi-time-1:before {
    content: "\f08a"
}

.wi-time-2:before {
    content: "\f08b"
}

.wi-time-3:before {
    content: "\f08c"
}

.wi-time-4:before {
    content: "\f08d"
}

.wi-time-5:before {
    content: "\f08e"
}

.wi-time-6:before {
    content: "\f08f"
}

.wi-time-7:before {
    content: "\f090"
}

.wi-time-8:before {
    content: "\f091"
}

.wi-time-9:before {
    content: "\f092"
}

.wi-time-10:before {
    content: "\f093"
}

.wi-time-11:before {
    content: "\f094"
}

.wi-time-12:before {
    content: "\f089"
}

.wi-direction-up:before {
    content: "\f058"
}

.wi-direction-up-right:before {
    content: "\f057"
}

.wi-direction-right:before {
    content: "\f04d"
}

.wi-direction-down-right:before {
    content: "\f088"
}

.wi-direction-down:before {
    content: "\f044"
}

.wi-direction-down-left:before {
    content: "\f043"
}

.wi-direction-left:before {
    content: "\f048"
}

.wi-direction-up-left:before {
    content: "\f087"
}

.wi-wind-beaufort-0:before {
    content: "\f0b7"
}

.wi-wind-beaufort-1:before {
    content: "\f0b8"
}

.wi-wind-beaufort-2:before {
    content: "\f0b9"
}

.wi-wind-beaufort-3:before {
    content: "\f0ba"
}

.wi-wind-beaufort-4:before {
    content: "\f0bb"
}

.wi-wind-beaufort-5:before {
    content: "\f0bc"
}

.wi-wind-beaufort-6:before {
    content: "\f0bd"
}

.wi-wind-beaufort-7:before {
    content: "\f0be"
}

.wi-wind-beaufort-8:before {
    content: "\f0bf"
}

.wi-wind-beaufort-9:before {
    content: "\f0c0"
}

.wi-wind-beaufort-10:before {
    content: "\f0c1"
}

.wi-wind-beaufort-11:before {
    content: "\f0c2"
}

.wi-wind-beaufort-12:before {
    content: "\f0c3"
}

.wi-yahoo-0:before {
    content: "\f056"
}

.wi-yahoo-1:before {
    content: "\f00e"
}

.wi-yahoo-2:before {
    content: "\f073"
}

.wi-yahoo-3:before {
    content: "\f01e"
}

.wi-yahoo-4:before {
    content: "\f01e"
}

.wi-yahoo-5:before {
    content: "\f017"
}

.wi-yahoo-6:before {
    content: "\f017"
}

.wi-yahoo-7:before {
    content: "\f017"
}

.wi-yahoo-8:before {
    content: "\f015"
}

.wi-yahoo-9:before {
    content: "\f01a"
}

.wi-yahoo-10:before {
    content: "\f015"
}

.wi-yahoo-11:before {
    content: "\f01a"
}

.wi-yahoo-12:before {
    content: "\f01a"
}

.wi-yahoo-13:before {
    content: "\f01b"
}

.wi-yahoo-14:before {
    content: "\f00a"
}

.wi-yahoo-15:before {
    content: "\f064"
}

.wi-yahoo-16:before {
    content: "\f01b"
}

.wi-yahoo-17:before {
    content: "\f015"
}

.wi-yahoo-18:before {
    content: "\f017"
}

.wi-yahoo-19:before {
    content: "\f063"
}

.wi-yahoo-20:before {
    content: "\f014"
}

.wi-yahoo-21:before {
    content: "\f021"
}

.wi-yahoo-22:before {
    content: "\f062"
}

.wi-yahoo-23:before {
    content: "\f050"
}

.wi-yahoo-24:before {
    content: "\f050"
}

.wi-yahoo-25:before {
    content: "\f076"
}

.wi-yahoo-26:before {
    content: "\f013"
}

.wi-yahoo-27:before {
    content: "\f031"
}

.wi-yahoo-28:before {
    content: "\f002"
}

.wi-yahoo-29:before {
    content: "\f031"
}

.wi-yahoo-30:before {
    content: "\f002"
}

.wi-yahoo-31:before {
    content: "\f02e"
}

.wi-yahoo-32:before {
    content: "\f00d"
}

.wi-yahoo-33:before {
    content: "\f083"
}

.wi-yahoo-34:before {
    content: "\f00c"
}

.wi-yahoo-35:before {
    content: "\f017"
}

.wi-yahoo-36:before {
    content: "\f072"
}

.wi-yahoo-37:before {
    content: "\f00e"
}

.wi-yahoo-38:before {
    content: "\f00e"
}

.wi-yahoo-39:before {
    content: "\f00e"
}

.wi-yahoo-40:before {
    content: "\f01a"
}

.wi-yahoo-41:before {
    content: "\f064"
}

.wi-yahoo-42:before {
    content: "\f01b"
}

.wi-yahoo-43:before {
    content: "\f064"
}

.wi-yahoo-44:before {
    content: "\f00c"
}

.wi-yahoo-45:before {
    content: "\f00e"
}

.wi-yahoo-46:before {
    content: "\f01b"
}

.wi-yahoo-47:before {
    content: "\f00e"
}

.wi-yahoo-3200:before {
    content: "\f077"
}

.wi-forecast-io-clear-day:before {
    content: "\f00d"
}

.wi-forecast-io-clear-night:before {
    content: "\f02e"
}

.wi-forecast-io-rain:before {
    content: "\f019"
}

.wi-forecast-io-snow:before {
    content: "\f01b"
}

.wi-forecast-io-sleet:before {
    content: "\f0b5"
}

.wi-forecast-io-wind:before {
    content: "\f050"
}

.wi-forecast-io-fog:before {
    content: "\f014"
}

.wi-forecast-io-cloudy:before {
    content: "\f013"
}

.wi-forecast-io-partly-cloudy-day:before {
    content: "\f002"
}

.wi-forecast-io-partly-cloudy-night:before {
    content: "\f031"
}

.wi-forecast-io-hail:before {
    content: "\f015"
}

.wi-forecast-io-thunderstorm:before {
    content: "\f01e"
}

.wi-forecast-io-tornado:before {
    content: "\f056"
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
    content: "\f055"
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
    content: "\f013"
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
    content: "\f055"
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
    content: "\f013"
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
    content: "\f014"
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
    content: "\f014"
}

.wi-wmo4680-10:before {
    content: "\f014"
}

.wi-wmo4680-11:before {
    content: "\f014"
}

.wi-wmo4680-12:before {
    content: "\f016"
}

.wi-wmo4680-18:before {
    content: "\f050"
}

.wi-wmo4680-20:before {
    content: "\f014"
}

.wi-wmo4680-21:before {
    content: "\f017"
}

.wi-wmo4680-22:before {
    content: "\f017"
}

.wi-wmo4680-23:before {
    content: "\f019"
}

.wi-wmo4680-24:before {
    content: "\f01b"
}

.wi-wmo4680-25:before {
    content: "\f015"
}

.wi-wmo4680-26:before {
    content: "\f01e"
}

.wi-wmo4680-27:before {
    content: "\f063"
}

.wi-wmo4680-28:before {
    content: "\f063"
}

.wi-wmo4680-29:before {
    content: "\f063"
}

.wi-wmo4680-30:before {
    content: "\f014"
}

.wi-wmo4680-31:before {
    content: "\f014"
}

.wi-wmo4680-32:before {
    content: "\f014"
}

.wi-wmo4680-33:before {
    content: "\f014"
}

.wi-wmo4680-34:before {
    content: "\f014"
}

.wi-wmo4680-35:before {
    content: "\f014"
}

.wi-wmo4680-40:before {
    content: "\f017"
}

.wi-wmo4680-41:before {
    content: "\f01c"
}

.wi-wmo4680-42:before {
    content: "\f019"
}

.wi-wmo4680-43:before {
    content: "\f01c"
}

.wi-wmo4680-44:before {
    content: "\f019"
}

.wi-wmo4680-45:before {
    content: "\f015"
}

.wi-wmo4680-46:before {
    content: "\f015"
}

.wi-wmo4680-47:before {
    content: "\f01b"
}

.wi-wmo4680-48:before {
    content: "\f01b"
}

.wi-wmo4680-50:before {
    content: "\f01c"
}

.wi-wmo4680-51:before {
    content: "\f01c"
}

.wi-wmo4680-52:before {
    content: "\f019"
}

.wi-wmo4680-53:before {
    content: "\f019"
}

.wi-wmo4680-54:before {
    content: "\f076"
}

.wi-wmo4680-55:before {
    content: "\f076"
}

.wi-wmo4680-56:before {
    content: "\f076"
}

.wi-wmo4680-57:before {
    content: "\f01c"
}

.wi-wmo4680-58:before {
    content: "\f019"
}

.wi-wmo4680-60:before {
    content: "\f01c"
}

.wi-wmo4680-61:before {
    content: "\f01c"
}

.wi-wmo4680-62:before {
    content: "\f019"
}

.wi-wmo4680-63:before {
    content: "\f019"
}

.wi-wmo4680-64:before {
    content: "\f015"
}

.wi-wmo4680-65:before {
    content: "\f015"
}

.wi-wmo4680-66:before {
    content: "\f015"
}

.wi-wmo4680-67:before {
    content: "\f017"
}

.wi-wmo4680-68:before {
    content: "\f017"
}

.wi-wmo4680-70:before {
    content: "\f01b"
}

.wi-wmo4680-71:before {
    content: "\f01b"
}

.wi-wmo4680-72:before {
    content: "\f01b"
}

.wi-wmo4680-73:before {
    content: "\f01b"
}

.wi-wmo4680-74:before {
    content: "\f076"
}

.wi-wmo4680-75:before {
    content: "\f076"
}

.wi-wmo4680-76:before {
    content: "\f076"
}

.wi-wmo4680-77:before {
    content: "\f01b"
}

.wi-wmo4680-78:before {
    content: "\f076"
}

.wi-wmo4680-80:before {
    content: "\f019"
}

.wi-wmo4680-81:before {
    content: "\f01c"
}

.wi-wmo4680-82:before {
    content: "\f019"
}

.wi-wmo4680-83:before {
    content: "\f019"
}

.wi-wmo4680-84:before {
    content: "\f01d"
}

.wi-wmo4680-85:before {
    content: "\f017"
}

.wi-wmo4680-86:before {
    content: "\f017"
}

.wi-wmo4680-87:before {
    content: "\f017"
}

.wi-wmo4680-89:before {
    content: "\f015"
}

.wi-wmo4680-90:before {
    content: "\f016"
}

.wi-wmo4680-91:before {
    content: "\f01d"
}

.wi-wmo4680-92:before {
    content: "\f01e"
}

.wi-wmo4680-93:before {
    content: "\f01e"
}

.wi-wmo4680-94:before {
    content: "\f016"
}

.wi-wmo4680-95:before {
    content: "\f01e"
}

.wi-wmo4680-96:before {
    content: "\f01e"
}

.wi-wmo4680-99:before {
    content: "\f056"
}

.wi-owm-200:before {
    content: "\f01e"
}

.wi-owm-201:before {
    content: "\f01e"
}

.wi-owm-202:before {
    content: "\f01e"
}

.wi-owm-210:before {
    content: "\f016"
}

.wi-owm-211:before {
    content: "\f016"
}

.wi-owm-212:before {
    content: "\f016"
}

.wi-owm-221:before {
    content: "\f016"
}

.wi-owm-230:before {
    content: "\f01e"
}

.wi-owm-231:before {
    content: "\f01e"
}

.wi-owm-232:before {
    content: "\f01e"
}

.wi-owm-300:before {
    content: "\f01c"
}

.wi-owm-301:before {
    content: "\f01c"
}

.wi-owm-302:before {
    content: "\f019"
}

.wi-owm-310:before {
    content: "\f017"
}

.wi-owm-311:before {
    content: "\f019"
}

.wi-owm-312:before {
    content: "\f019"
}

.wi-owm-313:before {
    content: "\f01a"
}

.wi-owm-314:before {
    content: "\f019"
}

.wi-owm-321:before {
    content: "\f01c"
}

.wi-owm-500:before {
    content: "\f01c"
}

.wi-owm-501:before {
    content: "\f019"
}

.wi-owm-502:before {
    content: "\f019"
}

.wi-owm-503:before {
    content: "\f019"
}

.wi-owm-504:before {
    content: "\f019"
}

.wi-owm-511:before {
    content: "\f017"
}

.wi-owm-520:before {
    content: "\f01a"
}

.wi-owm-521:before {
    content: "\f01a"
}

.wi-owm-522:before {
    content: "\f01a"
}

.wi-owm-531:before {
    content: "\f01d"
}

.wi-owm-600:before {
    content: "\f01b"
}

.wi-owm-601:before {
    content: "\f01b"
}

.wi-owm-602:before {
    content: "\f0b5"
}

.wi-owm-611:before {
    content: "\f017"
}

.wi-owm-612:before {
    content: "\f017"
}

.wi-owm-615:before {
    content: "\f017"
}

.wi-owm-616:before {
    content: "\f017"
}

.wi-owm-620:before {
    content: "\f017"
}

.wi-owm-621:before {
    content: "\f01b"
}

.wi-owm-622:before {
    content: "\f01b"
}

.wi-owm-701:before {
    content: "\f01a"
}

.wi-owm-711:before {
    content: "\f062"
}

.wi-owm-721:before {
    content: "\f0b6"
}

.wi-owm-731:before {
    content: "\f063"
}

.wi-owm-741:before {
    content: "\f014"
}

.wi-owm-761:before {
    content: "\f063"
}

.wi-owm-762:before {
    content: "\f063"
}

.wi-owm-771:before {
    content: "\f011"
}

.wi-owm-781:before {
    content: "\f056"
}

.wi-owm-800:before {
    content: "\f00d"
}

.wi-owm-801:before {
    content: "\f011"
}

.wi-owm-802:before {
    content: "\f011"
}

.wi-owm-803:before {
    content: "\f012"
}

.wi-owm-804:before {
    content: "\f013"
}

.wi-owm-900:before {
    content: "\f056"
}

.wi-owm-901:before {
    content: "\f01d"
}

.wi-owm-902:before {
    content: "\f073"
}

.wi-owm-903:before {
    content: "\f076"
}

.wi-owm-904:before {
    content: "\f072"
}

.wi-owm-905:before {
    content: "\f021"
}

.wi-owm-906:before {
    content: "\f015"
}

.wi-owm-957:before {
    content: "\f050"
}

.wi-owm-day-200:before {
    content: "\f010"
}

.wi-owm-day-201:before {
    content: "\f010"
}

.wi-owm-day-202:before {
    content: "\f010"
}

.wi-owm-day-210:before {
    content: "\f005"
}

.wi-owm-day-211:before {
    content: "\f005"
}

.wi-owm-day-212:before {
    content: "\f005"
}

.wi-owm-day-221:before {
    content: "\f005"
}

.wi-owm-day-230:before {
    content: "\f010"
}

.wi-owm-day-231:before {
    content: "\f010"
}

.wi-owm-day-232:before {
    content: "\f010"
}

.wi-owm-day-300:before {
    content: "\f00b"
}

.wi-owm-day-301:before {
    content: "\f00b"
}

.wi-owm-day-302:before {
    content: "\f008"
}

.wi-owm-day-310:before {
    content: "\f008"
}

.wi-owm-day-311:before {
    content: "\f008"
}

.wi-owm-day-312:before {
    content: "\f008"
}

.wi-owm-day-313:before {
    content: "\f008"
}

.wi-owm-day-314:before {
    content: "\f008"
}

.wi-owm-day-321:before {
    content: "\f00b"
}

.wi-owm-day-500:before {
    content: "\f00b"
}

.wi-owm-day-501:before {
    content: "\f008"
}

.wi-owm-day-502:before {
    content: "\f008"
}

.wi-owm-day-503:before {
    content: "\f008"
}

.wi-owm-day-504:before {
    content: "\f008"
}

.wi-owm-day-511:before {
    content: "\f006"
}

.wi-owm-day-520:before {
    content: "\f009"
}

.wi-owm-day-521:before {
    content: "\f009"
}

.wi-owm-day-522:before {
    content: "\f009"
}

.wi-owm-day-531:before {
    content: "\f00e"
}

.wi-owm-day-600:before {
    content: "\f00a"
}

.wi-owm-day-601:before {
    content: "\f0b2"
}

.wi-owm-day-602:before {
    content: "\f00a"
}

.wi-owm-day-611:before {
    content: "\f006"
}

.wi-owm-day-612:before {
    content: "\f006"
}

.wi-owm-day-615:before {
    content: "\f006"
}

.wi-owm-day-616:before {
    content: "\f006"
}

.wi-owm-day-620:before {
    content: "\f006"
}

.wi-owm-day-621:before {
    content: "\f00a"
}

.wi-owm-day-622:before {
    content: "\f00a"
}

.wi-owm-day-701:before {
    content: "\f009"
}

.wi-owm-day-711:before {
    content: "\f062"
}

.wi-owm-day-721:before {
    content: "\f0b6"
}

.wi-owm-day-731:before {
    content: "\f063"
}

.wi-owm-day-741:before {
    content: "\f003"
}

.wi-owm-day-761:before {
    content: "\f063"
}

.wi-owm-day-762:before {
    content: "\f063"
}

.wi-owm-day-781:before {
    content: "\f056"
}

.wi-owm-day-800:before {
    content: "\f00d"
}

.wi-owm-day-801:before {
    content: "\f000"
}

.wi-owm-day-802:before {
    content: "\f000"
}

.wi-owm-day-803:before {
    content: "\f000"
}

.wi-owm-day-804:before {
    content: "\f00c"
}

.wi-owm-day-900:before {
    content: "\f056"
}

.wi-owm-day-902:before {
    content: "\f073"
}

.wi-owm-day-903:before {
    content: "\f076"
}

.wi-owm-day-904:before {
    content: "\f072"
}

.wi-owm-day-906:before {
    content: "\f004"
}

.wi-owm-day-957:before {
    content: "\f050"
}

.wi-owm-night-200:before {
    content: "\f02d"
}

.wi-owm-night-201:before {
    content: "\f02d"
}

.wi-owm-night-202:before {
    content: "\f02d"
}

.wi-owm-night-210:before {
    content: "\f025"
}

.wi-owm-night-211:before {
    content: "\f025"
}

.wi-owm-night-212:before {
    content: "\f025"
}

.wi-owm-night-221:before {
    content: "\f025"
}

.wi-owm-night-230:before {
    content: "\f02d"
}

.wi-owm-night-231:before {
    content: "\f02d"
}

.wi-owm-night-232:before {
    content: "\f02d"
}

.wi-owm-night-300:before {
    content: "\f02b"
}

.wi-owm-night-301:before {
    content: "\f02b"
}

.wi-owm-night-302:before {
    content: "\f028"
}

.wi-owm-night-310:before {
    content: "\f028"
}

.wi-owm-night-311:before {
    content: "\f028"
}

.wi-owm-night-312:before {
    content: "\f028"
}

.wi-owm-night-313:before {
    content: "\f028"
}

.wi-owm-night-314:before {
    content: "\f028"
}

.wi-owm-night-321:before {
    content: "\f02b"
}

.wi-owm-night-500:before {
    content: "\f02b"
}

.wi-owm-night-501:before {
    content: "\f028"
}

.wi-owm-night-502:before {
    content: "\f028"
}

.wi-owm-night-503:before {
    content: "\f028"
}

.wi-owm-night-504:before {
    content: "\f028"
}

.wi-owm-night-511:before {
    content: "\f026"
}

.wi-owm-night-520:before {
    content: "\f029"
}

.wi-owm-night-521:before {
    content: "\f029"
}

.wi-owm-night-522:before {
    content: "\f029"
}

.wi-owm-night-531:before {
    content: "\f02c"
}

.wi-owm-night-600:before {
    content: "\f02a"
}

.wi-owm-night-601:before {
    content: "\f0b4"
}

.wi-owm-night-602:before {
    content: "\f02a"
}

.wi-owm-night-611:before {
    content: "\f026"
}

.wi-owm-night-612:before {
    content: "\f026"
}

.wi-owm-night-615:before {
    content: "\f026"
}

.wi-owm-night-616:before {
    content: "\f026"
}

.wi-owm-night-620:before {
    content: "\f026"
}

.wi-owm-night-621:before {
    content: "\f02a"
}

.wi-owm-night-622:before {
    content: "\f02a"
}

.wi-owm-night-701:before {
    content: "\f029"
}

.wi-owm-night-711:before {
    content: "\f062"
}

.wi-owm-night-721:before {
    content: "\f0b6"
}

.wi-owm-night-731:before {
    content: "\f063"
}

.wi-owm-night-741:before {
    content: "\f04a"
}

.wi-owm-night-761:before {
    content: "\f063"
}

.wi-owm-night-762:before {
    content: "\f063"
}

.wi-owm-night-781:before {
    content: "\f056"
}

.wi-owm-night-800:before {
    content: "\f02e"
}

.wi-owm-night-801:before {
    content: "\f022"
}

.wi-owm-night-802:before {
    content: "\f022"
}

.wi-owm-night-803:before {
    content: "\f022"
}

.wi-owm-night-804:before {
    content: "\f086"
}

.wi-owm-night-900:before {
    content: "\f056"
}

.wi-owm-night-902:before {
    content: "\f073"
}

.wi-owm-night-903:before {
    content: "\f076"
}

.wi-owm-night-904:before {
    content: "\f072"
}

.wi-owm-night-906:before {
    content: "\f024"
}

.wi-owm-night-957:before {
    content: "\f050"
}

.wi-wu-chanceflurries:before {
    content: "\f064"
}

.wi-wu-chancerain:before {
    content: "\f019"
}

.wi-wu-chancesleat:before {
    content: "\f0b5"
}

.wi-wu-chancesnow:before {
    content: "\f01b"
}

.wi-wu-chancetstorms:before {
    content: "\f01e"
}

.wi-wu-clear:before {
    content: "\f00d"
}

.wi-wu-cloudy:before {
    content: "\f002"
}

.wi-wu-flurries:before {
    content: "\f064"
}

.wi-wu-hazy:before {
    content: "\f0b6"
}

.wi-wu-mostlycloudy:before {
    content: "\f002"
}

.wi-wu-mostlysunny:before {
    content: "\f00d"
}

.wi-wu-partlycloudy:before {
    content: "\f002"
}

.wi-wu-partlysunny:before {
    content: "\f00d"
}

.wi-wu-rain:before {
    content: "\f01a"
}

.wi-wu-sleat:before {
    content: "\f0b5"
}

.wi-wu-snow:before {
    content: "\f01b"
}

.wi-wu-sunny:before {
    content: "\f00d"
}

.wi-wu-tstorms:before {
    content: "\f01e"
}

.wi-wu-unknown:before {
    content: "\f00d"
}

.ph-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 8px 8px 8px;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px
}

.ph-item,
.ph-item *,
.ph-item::after,
.ph-item::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%
}

.ph-item>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-right: 8px;
    padding-left: 8px
}

.ph-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da
}

.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 8px
}

.ph-row .empty {
    background-color: rgba(255, 255, 255, 0)
}

.ph-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%
}

.ph-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.ph-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.ph-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%
}

.ph-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%
}

.ph-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 8px;
    border-radius: 50%;
    overflow: hidden
}

.ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 8px
}

@-webkit-keyframes phAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0%, 0);
        transform: translate3d(-30%, 0%, 0)
    }
    100% {
        -webkit-transform: translate3d(30%, 0%, 0);
        transform: translate3d(30%, 0%, 0)
    }
}

@keyframes phAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0%, 0);
        transform: translate3d(-30%, 0%, 0)
    }
    100% {
        -webkit-transform: translate3d(30%, 0%, 0);
        transform: translate3d(30%, 0%, 0)
    }
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4)
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(components/com_easysocial/themes/flat/styles/style.min.css?ee90f1958f671e7a215b295003fa896d=1#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url('media/com_easysocial/images/leaflet/layers.png');
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url('media/com_easysocial/images/leaflet/layers-2x.png');
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url('media/com_easysocial/images/leaflet/marker-icon.png')
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: 0;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: 0;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9000 !important
}

.jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #222;
    color: #fff
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: none;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    font-size: 12px
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: none;
    padding: 0
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: none;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=');
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=');
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-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=');
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==');
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

body #kt .fa,
body #eb .fa,
body #ed .fa {
    font-family: 'FontAwesome'
}

body #kt #es .fa,
body #eb #es .fa,
body #ed #es .fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

#es.view-styleguide h2 {
    color: #4a90e2
}

#es.view-styleguide h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 40px
}

#es.view-styleguide h4:after {
    font-family: "'Font Awesome 5 Free'";
    content: "\f107";
    margin-left: 16px
}

#es.view-styleguide pre {
    margin: 0
}

#es.view-styleguide pre code {
    border: 0;
    margin: 0;
    padding: 0
}

#es.view-styleguide code {
    background-color: transparent;
    color: inherit;
    display: inline-block;
    padding: 4px;
    margin: 8px 0;
    border: 1px dotted #e1e1e1;
    border-radius: 4px
}

#es.view-styleguide .es-navbar {
    display: none
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(170, 170, 170, 0.3)
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide__hd {
    padding: 12px 16px;
    border-bottom: 1px solid #f7f7f7
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide__bd {
    border-radius: 0 0 4px 4px
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide .o-tabs--stacked .o-tabs__item {
    border-right: 0
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide .o-tabs--stacked .o-tabs__item:last-child .o-tabs__link {
    border-bottom: 0;
    border-radius: 0 0 4px 4px
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide .o-tabs--stacked .o-tabs__link {
    background-color: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid #f7f7f7;
    position: relative
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide .o-tabs--stacked .o-tabs__link:hover {
    background-color: #cfe8ff
}

#es.view-styleguide .es-side-widget.es-side-widget--styleguide .o-tabs--stacked .o-tabs__link:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    top: 14px;
    right: 16px
}

#es.view-styleguide .product-logo {
    background: url(components/com_easysocial/themes/flat/styleguide/images/products-logo.png) no-repeat;
    display: inline-block
}

#es.view-styleguide .logo-256 {
    width: 256px;
    height: 256px
}

#es.view-styleguide .logo-128 {
    width: 128px;
    height: 128px
}

#es.view-styleguide .logo-64 {
    width: 64px;
    height: 64px
}

#es.view-styleguide .logo-48 {
    width: 48px;
    height: 48px
}

#es.view-styleguide .logo-32 {
    width: 32px;
    height: 32px
}

#es.view-styleguide .logo-24 {
    width: 24px;
    height: 24px
}

#es.view-styleguide .logo-16 {
    width: 16px;
    height: 16px
}

#es.view-styleguide .logo-easysocial.logo-256 {
    background-position: 0 0
}

#es.view-styleguide .logo-easysocial.logo-128 {
    background-position: 0 -256px
}

#es.view-styleguide .logo-easysocial.logo-64 {
    background-position: 0 -384px
}

#es.view-styleguide .logo-easysocial.logo-48 {
    background-position: 0 -448px
}

#es.view-styleguide .logo-easysocial.logo-32 {
    background-position: 0 -496px
}

#es.view-styleguide .logo-easysocial.logo-24 {
    background-position: 0 -528px
}

#es.view-styleguide .logo-easysocial.logo-16 {
    background-position: 0 -552px
}

#es.view-styleguide code[class*="language-"],
#es.view-styleguide pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

#es.view-styleguide pre[class*="language-"] {
    padding: 1em;
    margin: 0;
    overflow: auto;
    border-radius: .3em
}

#es.view-styleguide:not(pre)>code[class*="language-"],
#es.view-styleguide pre[class*="language-"] {
    background: #272822
}

#es.view-styleguide:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em
}

#es.view-styleguide .token.comment,
#es.view-styleguide .token.prolog,
#es.view-styleguide .token.doctype,
#es.view-styleguide .token.cdata {
    color: slategray
}

#es.view-styleguide .token.punctuation {
    color: #f8f8f2
}

#es.view-styleguide .namespace {
    opacity: .7
}

#es.view-styleguide .token.property,
#es.view-styleguide .token.tag,
#es.view-styleguide .token.constant,
#es.view-styleguide .token.symbol {
    color: #f92672
}

#es.view-styleguide .token.boolean,
#es.view-styleguide .token.number {
    color: #ae81ff
}

#es.view-styleguide .token.selector,
#es.view-styleguide .token.attr-name,
#es.view-styleguide .token.string,
#es.view-styleguide .token.builtin {
    color: #a6e22e
}

#es.view-styleguide .token.operator,
#es.view-styleguide .token.entity,
#es.view-styleguide .token.url,
#es.view-styleguide .language-css .token.string,
#es.view-styleguide .style .token.string,
#es.view-styleguide .token.variable {
    color: #f8f8f2
}

#es.view-styleguide .token.atrule,
#es.view-styleguide .token.attr-value {
    color: #e6db74
}

#es.view-styleguide .token.keyword {
    color: #66d9ef
}

#es.view-styleguide .token.regex,
#es.view-styleguide .token.important {
    color: #fd971f
}

#es.view-styleguide .token.important {
    font-weight: bold
}

#es.view-styleguide .token.entity {
    cursor: help
}

#es.view-styleguide .es-container {
    max-width: 980px;
    margin: 0 auto
}

#es.view-styleguide .es-styleguide-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(170, 170, 170, 0.3)
}

#es.view-styleguide .o-box {
    margin-bottom: 20px
}

#es.view-styleguide .o-avatar-wrapper .o-grid--1of2,
#es.view-styleguide .o-avatar-wrapper .o-grid--1of4 {
    text-align: center;
    padding: 8px
}

#es.view-styleguide .o-button-wrapper .o-grid--1of4 {
    padding: 12px
}

#es.view-styleguide .hero-unit {
    background-color: #fff
}

#es.view-styleguide .hero-unit>* {
    color: #888;
    text-shadow: none
}

#es.view-styleguide .hero-unit h2 {
    color: #222;
    font-size: 36px
}

#es.view-styleguide .fd-brand-primary--l {
    background: #cfe8ff
}

#es.view-styleguide .fd-brand-success--l {
    background: #dff4df
}

#es.view-styleguide .fd-brand-danger--l {
    background: #fff
}

#es.view-styleguide .fd-brand-default--l {
    background: #fff
}

#es.view-styleguide .fd-brand-info--l {
    background: #c9eaf4
}

#es.view-styleguide .fd-brand-warning--l {
    background: #f9ddb5
}

#es .es-side-widget,
#es .es-side-widget__hd,
#es .es-side-widget__bd,
#es .es-side-widget__ft {
    position: relative;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-side-widget:before,
#es .es-side-widget:after,
#es .es-side-widget__hd:before,
#es .es-side-widget__hd:after,
#es .es-side-widget__bd:before,
#es .es-side-widget__bd:after,
#es .es-side-widget__ft:before,
#es .es-side-widget__ft:after {
    content: " ";
    display: table
}

#es .es-side-widget:after,
#es .es-side-widget__hd:after,
#es .es-side-widget__bd:after,
#es .es-side-widget__ft:after {
    clear: both
}

#es.is-mobile .es-side-widget {
    padding: 8px
}

#es.is-mobile .es-side-widget__filter,
#es.is-mobile .es-side-widget .es-data-truncater,
#es.is-mobile .es-side-widget .es-side-profile-info {
    display: block
}

#es .widgets-wrapper+.es-side-widget {
    margin-top: 16px
}

#es .es-side-widget__title {
    color: #333;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: normal;
    font-weight: bold
}

#es .es-side-widget__hd-action {
    float: right;
    color: #888
}

#es .es-side-widget__bd-title {
    font-weight: bold
}

#es .es-side-widget__bd-desc {
    color: #888
}

#es .es-side-widget+.es-side-widget,
#es .es-side-widget+.widgets-wrapper {
    margin-top: 16px
}

#es .es-side-widget .o-tabs__link {
    color: #888;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-side-widget .o-tabs__link:hover {
    color: #444
}

#es .es-side-widget__icon {
    width: 16px;
    text-align: center
}

#es .es-side-widget .o-flag__body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-side-widget__meta-list a {
    color: #888
}

#es .es-side-widget__meta-list a:hover {
    color: #444
}

#es .es-side-widget__create .btn {
    font-weight: bold
}

#es .es-side-widget-events-calendar {
    min-height: 193px
}

#es .es-side-widget-tab-tasks .o-checkbox .es-task-check-note {
    color: #f65b5b;
    margin-left: 4px
}

#es .es-side-widget-tab-tasks .o-checkbox input[type="checkbox"]:checked+label {
    color: #888;
    text-decoration: line-through
}

#es .es-side-widget-tab-tasks .o-checkbox input[type="checkbox"]:checked+label+.es-task-check-note {
    text-decoration: line-through
}

#es .es-side-calendar-date {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 8px;
    text-align: center;
    width: 44px;
    background-color: #fff
}

#es .es-side-calendar-date__date {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #333
}

#es .es-side-calendar-date__mth {
    color: #f65b5b;
    font-size: 13px;
    line-height: 13px
}

#es .es-side-calendar-date__title {
    color: #444
}

#es .es-side-progress-bar {
    height: 5px
}

#es .es-side-widget-btn-showmore {
    display: inline-block;
    margin-top: 8px
}

#es .es-side-widget-albums__item {
    width: 68px
}

#es .es-side-embed-lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-side-embed-lists__item {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 4px;
    margin-right: 4px;
    display: inline-block
}

#es .es-side-embed-lists__item:nth-child(3n) {
    margin-right: 0
}

#es .es-side-avatar-lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-side-avatar-lists__item {
    -webkit-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    margin-bottom: 8px;
    margin-right: 4px;
    display: inline-block
}

#es .es-side-avatar-lists__item:nth-child(5n) {
    margin-right: 0
}

#es .es-side-operation-data {
    position: relative
}

#es .es-side-operation-data__item {
    margin-bottom: 8px
}

#es .es-side-operation-data__day {
    color: #444
}

#es .es-side-operation-data__icons {
    color: #888
}

#es .es-side-operation-data__dropdown {
    position: absolute;
    top: 0;
    right: 0
}

#es .es-side-operation-data__dropdown-toggle {
    color: #888;
    padding: 0 4px
}

#es .es-side-operation-data .open .es-side-operation-data__dropdown-toggle {
    color: #444
}

#es .es-side-operation-data__hr {
    color: #888;
    font-size: 12px
}

#es .es-side-operation-data .dropdown-menu {
    padding: 8px 16px
}

#es.is-mobile .es-side-operation-data {
    padding: 8px 16px
}

#es.is-mobile .es-side-operation-data__dropdown {
    top: 8px;
    right: 16px
}

#es .es-restricted .es-restricted-message i.fa-lock {
    font-size: 28px;
    line-height: 48px
}

#es .es-data-wrapper {
    position: relative
}

#es .es-btn-group-date>.btn:first-child,
#es .es-btn-group-date>.btn:last-child {
    width: 9%
}

#es .es-btn-group-date .btn:not(:first-child):not(:last-child):not(.dropdown-toggle_) {
    border-left: 0;
    border-right: 0;
    cursor: default;
    width: 80%
}

#es .es-btn-group-date .btn:not(:first-child):not(:last-child):not(.dropdown-toggle_):hover {
    background: none;
    border-color: #e1e1e1
}

#es .es-view-after-stream {
    margin-top: 16px
}

#es .es-stream-login-box {
    margin-top: 16px
}

#es .is-detecting-location .es-detecting-location {
    display: block
}

#es .es-detecting-location {
    display: none;
    padding: 48px;
    text-align: center;
    color: #444
}

#es .es-detecting-location>i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 20px;
    display: block;
    color: #444
}

#es .es-section-divider {
    border-top: 3px double #e1e1e1;
    margin: 0 0 20px
}

#es .input-group>.input-group-addon {
    font-size: inherit
}

#es .input-group.guest-limit {
    width: auto
}

#es .input-group.guest-limit>.form-control {
    width: 60px !important
}

#es .input-group.guest-limit>.input-group-addon {
    width: auto !important
}

#es .es-nav-pills .o-nav__item {
    margin-right: 4px
}

#es .es-nav-pills .o-nav__item.active .o-nav__link {
    background-color: #f5f5f5;
    color: #444
}

#es .es-nav-pills .o-nav__link {
    border-radius: 12px;
    padding: 8px 8px;
    color: #888;
    position: relative;
    line-height: 1
}

#es .es-nav-pills .o-nav__link:hover {
    background-color: #f5f5f5
}

#es .es-nav-pills__link-bubble {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #f65b5b;
    top: -4px;
    right: -2px;
    min-width: 12px;
    height: 13px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 2px
}

#es .es-nav-pills .has-notice .es-nav-pills__link-bubble {
    display: block
}

#es .es-list-result {
    position: relative;
    min-height: 100px
}

#es .es-list-sorting {
    text-align: right;
    margin-bottom: 16px
}

#es .es-entry-actionbar {
    margin-bottom: 16px
}

#es.is-mobile .es-list-sorting .dropdown--popdown,
#es.w780 .es-list-sorting .dropdown--popdown {
    display: block
}

#es.is-mobile .es-list-sorting .btn-popdown--inline,
#es.w780 .es-list-sorting .btn-popdown--inline {
    width: 100%
}

#es .es-online-status {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -3px;
    right: -3px;
    font-size: 0
}

#es .es-online-status .es-status-on,
#es .es-online-status .es-status-off {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%
}

#es .es-online-status .es-status-on {
    background-color: #91c73c
}

#es .es-online-status .es-status-off {
    background-color: #f38282
}

#es .es-online-status.es-online-status-small .es-status-on,
#es .es-online-status.es-online-status-small .es-status-off {
    width: 14px;
    height: 14px;
    border: 2px solid #fff
}

#es .es-online-status.es-online-status-mini .es-status-on,
#es .es-online-status.es-online-status-mini .es-status-off {
    width: 8px;
    height: 8px;
    border: 1px solid #fff
}

#es .es-remind {
    text-align: center
}

#es .es-remind .es-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: bold
}

#es .es-remind .es-desp {
    margin-bottom: 30px
}

#es .es-remind-form-wrap {
    border: 1px solid #eff0f4;
    background: #f8f9fb;
    padding: 20px;
    display: inline-block;
    text-align: center;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 3px
}

#es .es-remind-form-wrap form {
    margin: 0
}

#es .es-remind-form-wrap .input-group .input-group-addon {
    min-width: 170px;
    padding-right: 10px
}

#es .es-remind-form-wrap hr {
    margin: 10px 0
}

#es .es-remind-form-wrap .btn-submit {
    display: block;
    width: 100%;
    padding: 8px 10px
}

#es .es-repost-form .es-form {
    padding: 4px;
    min-height: 100px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 13px
}

#es .es-repost-form .es-form .mentions-textfield {
    top: 0 !important;
    left: 0 !important
}

#es .es-repost-form .es-form .mentions {
    font-size: 12px;
    min-height: 100px
}

#es .es-repost-form .es-form .mentions textarea {
    font-size: 13px
}

#es .es-repost-preview {
    padding: 8px;
    border: 1px dashed #e1e1e1
}

#es .es-repost-preview:before,
#es .es-repost-preview:after {
    content: " ";
    display: table
}

#es .es-repost-preview:after {
    clear: both
}

#es .es-repost-preview .es-repost-title {
    font-size: 15px
}

#es .es-repost-preview .es-repost-content {
    margin-top: 8px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-widget-guests .tab-content {
    min-height: 50px
}

#es .es-achieve-badge {
    text-align: center;
    padding: 16px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

#es .es-achieve-badge__img-wrap {
    margin: 0 auto 8px;
    width: 60px;
    height: 60px
}

#es .es-achieve-badge__title {
    font-weight: bold;
    margin-bottom: 8px
}

#es .es-achieve-badge__title>a {
    color: #444
}

#es .es-achieve-badge__desc {
    margin-bottom: 8px
}

#es .es-achieve-badge__date {
    color: #888
}

#es.es-mobile-content .es-achievements .es-cards__item {
    margin: 0 -16px;
    padding: 16px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

#es .es-social-signon {
    text-align: center
}

#es .es-social-signon__hd {
    margin-bottom: 20px
}

#es .es-social-signon__bd {
    text-align: left
}

#es .es-social-signon__title {
    font-weight: bold;
    font-size: 15px
}

#es .es-social-signon__subtitle {
    color: #888
}

#es .es-social-signon__avatar {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: -32px;
    display: inline-block
}

#es .es-social-signon__form {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    position: relative;
    text-align: center;
    max-width: 376px;
    margin: 8px auto;
    padding: 0 0 16px
}

#es .es-social-signon__form-inner {
    padding: 8px 16px;
    text-align: left
}

#es .es-social-signon__form-title {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 4px
}

#es .es-social-signon__form-title,
#es .es-social-signon__form-desp {
    text-align: center;
    margin-bottom: 8px
}

#es .es-social-signon.has-avatar .es-social-signon__form {
    margin: 60px auto 0;
    padding: 40px 0 16px
}

#es .es-points-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

#es .es-points-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 0 8px 16px;
    text-align: center
}

#es .es-points-list__title {
    font-weight: bold;
    color: #444;
    margin-bottom: 4px
}

#es .es-points-list .o-box {
    width: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .es-points-list .o-box>div:first-child {
    height: 100%
}

#es.is-mobile .es-points-list {
    display: block
}

#es.is-mobile .es-points-list__item {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0
}

#es .es-point-badge {
    margin: 0 auto;
    width: 112px;
    height: 112px;
    line-height: 102px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    text-align: center
}

#es .es-point-badge--alert {
    color: #fc595b;
    background-color: #f2dede
}

#es .es-point-badge span {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: -3px
}

#es .es-badges-icon {
    width: 112px;
    height: 112px;
    margin: auto
}

#es .es-badge-wrapper__title {
    font-size: 13px
}

#es .es-comments-wrap {
    clear: both;
    padding: 0;
    background-color: #f5f5f5
}

#es .es-comments {
    margin: 0;
    padding: 0;
    list-style: none
}

#es .es-comments .es-story-text {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px
}

#es .es-comments .es-story-text .es-comments-form {
    padding: 4px
}

#es .es-comments .es-stream-editor-actions {
    padding: 4px 0 0;
    text-align: right
}

#es .es-comments .media {
    display: table;
    width: 100%;
    overflow: visible
}

#es .es-comments .media>.media-object,
#es .es-comments .media>.media-body {
    display: table-cell;
    vertical-align: top;
    float: none !important
}

#es .es-comments .media>.media-object {
    width: 1%;
    padding-right: 10px
}

#es .es-comments .media>.media-body {
    overflow: visible
}

#es .es-comment {
    padding: 8px;
    color: #444;
    position: relative;
    display: block;
    word-wrap: break-word
}

#es .es-comment .emoji {
    width: 20px;
    height: 20px;
    display: inline-block
}

#es .es-comment .es-avatar img {
    margin: 0;
    padding: 0
}

#es .es-comment+.es-comment {
    border-top: 1px solid #e1e1e1
}

#es .es-comment .es-giphy-wrapper {
    margin-top: 8px
}

#es .es-comment-actions {
    position: absolute;
    right: 8px;
    top: 8px;
    display: none
}

#es .es-comment-actions .es-comment-actions-toggle i {
    color: #888;
    font-size: 14px
}

#es .es-comment-actions .dropdown-menu {
    top: 16px
}

#es .es-comment:hover .es-comment-actions,
#es.w780 .es-comment-actions,
#es.is-mobile .es-comment-actions,
#es.es-photo-popup .es-comment-actions {
    display: block
}

#es .es-comments-form {
    padding: 8px;
    position: relative
}

#es .es-comments-form:before,
#es .es-comments-form:after {
    content: " ";
    display: table
}

#es .es-comments-form:after {
    clear: both
}

#es .es-comments-form .es-form {
    padding: 8px;
    min-height: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fff
}

#es .es-comments-form .es-form .mentions {
    font-size: 13px;
    min-height: 16px
}

#es .es-comments-form .es-form .mentions>div {
    padding-bottom: 28px !important
}

#es .es-comments-form .es-form .mentions textarea {
    font-size: 13px;
    line-height: 16px
}

#es .es-comments-form__footer {
    text-align: right
}

#es .es-comments-form__footer:before,
#es .es-comments-form__footer:after {
    content: " ";
    display: table
}

#es .es-comments-form__footer:after {
    clear: both
}

#es .es-comments-form__footer .btn {
    margin-top: 8px
}

#es .es-comments-form__footer span.label {
    font-size: 13px
}

#es .es-comments-form .es-form-attach {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
    line-height: 1
}

#es .es-comments-form .es-form-attach>label {
    color: #888;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    position: relative
}

#es .es-comments-form .es-form-attach>label+label {
    margin-left: 4px
}

#es .es-comments-form .es-form-attach>label:hover {
    color: #888
}

#es .es-comments-form .es-input-gif {
    font-size: 11px;
    border: 1px solid #e1e1e1;
    padding: 1px 2px;
    border-radius: 1px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fff
}

#es .es-comments-form .es-input-gif.active {
    color: #fff;
    background-color: #888
}

#es .es-comments-form .es-input-gif.active:hover {
    color: #fff
}

#es .es-comments-form .es-input-photo {
    font-size: 14px
}

#es .es-comments-form .es-input-photo input {
    position: absolute;
    left: -1000px;
    top: -1000px
}

#es .es-comments-form .attachments {
    display: none;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    margin: 4px -4px 0;
    padding: 4px 4px 0
}

#es .es-comments-form .attachments.has-attachments {
    display: block
}

#es .es-comments-form .attachments .figure {
    float: left;
    padding: 4px;
    width: 25%;
    position: relative
}

#es .es-comments-form .attachments .figure:hover .attachment-cancel {
    background: #d00
}

#es .es-comments-form .attachments .figure.is-uploading .attachment {
    background: #e5e5e5 !important
}

#es .es-comments-form .attachments .figure.is-uploading .attachment .upload-progress {
    display: block
}

#es .es-comments-form .attachments .figure.is-uploading .attachment-cancel {
    display: none
}

#es .es-comments-form .attachments .attachment {
    position: relative;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

#es .es-comments-form .attachments .attachment .upload-progress {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    right: 10px
}

#es .es-comments-form .attachments .attachment .upload-progress .progress {
    background: #ccc;
    height: 6px;
    border-radius: 2px;
    margin-bottom: 0
}

#es .es-comments-form .attachments .attachment-cancel {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .es-comments-form .attachments .attachment-cancel:before,
#es .es-comments-form .attachments .attachment-cancel:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-comments-form .attachments .attachment-cancel:before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px
}

#es .es-comments-form .attachments .attachment-cancel:after {
    height: 10px;
    width: 2px;
    margin: -5px 0 0 -1px
}

#es .es-comments-form .plupload {
    left: 0 !important
}

#es .es-smileys {
    list-style: none;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

#es .es-smileys>li {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 3px
}

#es .es-smileys>li .es-emoji-unicode {
    line-height: 20px;
    vertical-align: top
}

#es .es-smileys>li .es-emoji-unicode:before {
    top: 1px
}

#es .es-smileys>li:hover {
    background: #e7edf3
}

#es .es-smileys>li img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block
}

#es.es-photo-popup .es-smileys {
    max-height: 110px
}

#es.es-photo-popup .es-giphy-wrapper {
    width: 240px
}

#es.es-photo-popup .es-comment-editor .es-giphy-wrapper {
    width: 88%
}

#es .es-input-smiley__close,
#es .es-input-smiley__close:hover {
    background: #c00;
    border-radius: 100%;
    position: absolute;
    width: 22px;
    height: 22px;
    right: -12px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

#es .es-input-smiley__close:before,
#es .es-input-smiley__close:after,
#es .es-input-smiley__close:hover:before,
#es .es-input-smiley__close:hover:after {
    background: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-input-smiley__close:before,
#es .es-input-smiley__close:hover:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px
}

#es .es-input-smiley__close:after,
#es .es-input-smiley__close:hover:after {
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px
}

#es .es-input-smiley {
    font-size: 14px;
    z-index: 2;
    position: relative
}

#es .es-input-smiley__popup {
    display: none;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    position: absolute;
    font-size: 0;
    right: -8px;
    bottom: 100%;
    margin: 0 0 8px;
    padding: 4px;
    width: 180px;
    text-align: left;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15)
}

#es .es-input-smiley__popup:before,
#es .es-input-smiley__popup:after {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 2
}

#es .es-input-smiley__popup:after {
    border-top-color: #fff;
    bottom: -6px
}

#es .es-input-smiley.active {
    color: #888
}

#es .es-input-smiley.active .es-input-smiley__close,
#es .es-input-smiley.active .es-input-smiley__popup {
    display: block
}

#es .es-comments-control {
    position: relative
}

#es .es-comments-control__load {
    display: block;
    background: #f5f5f5;
    padding: 4px 8px;
    margin: 2px 0
}

#es .es-comments-control__link {
    display: block
}

#es .es-comments-control__stats {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #888
}

#es .es-comments-control__stats i {
    font-style: normal
}

#es .es-comment-content {
    margin-bottom: 4px
}

#es .es-comment-item-meta {
    height: 20px;
    color: #888;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-comment-item-meta__item {
    position: relative;
    padding-right: 8px;
    font-size: 12px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

#es .es-comment-item-meta__item+.es-comment-item-meta__item {
    padding-left: 8px
}

#es .es-comment-item-meta__item+.es-comment-item-meta__item:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #e1e1e1;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0
}

#es .es-comment-item-meta__item:last-child {
    margin-left: auto;
    padding-right: 0
}

#es .es-comment-item-meta__item:last-child:before {
    display: none !important
}

#es .es-comment-item-meta a {
    color: #888
}

#es .es-comment-item-meta .es-comment-item-date,
#es .es-comment-item-meta .es-comment-item-reaction-stats {
    white-space: nowrap
}

#es .es-comment-item-meta .es-comment-item-reaction-stats {
    display: inline
}

#es .es-comment-item-meta .es-comment-item-likehtml {
    position: absolute
}

#es .es-comment-item-meta .es-comment-item-likehtml .es-likes-wrap {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    top: 0
}

#es .es-comment-reported {
    color: #fc595b;
    display: none
}

a#es .es-comment-reported:hover,
a#es .es-comment-reported:focus {
    color: #fb272a
}

#es .has-report .es-comment-reported {
    display: inline-block
}

#es.is-mobile .es-comment-reported span {
    display: none
}

#es .es-comment-item-loadreply {
    padding: 3px 5px;
    margin: 2px 0;
    background: #ddd
}

#es .es-comment-attachments {
    margin: 0 -4px 8px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-comment-attachments__item {
    position: relative;
    display: block !important;
    margin: 0;
    padding: 16px;
    list-style: none;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

#es .es-comment-attachments__item:hover .es-comment-attachment-remove {
    display: block
}

#es .es-comment-attachments.is-multiple .es-comment-attachments__item {
    max-width: 200px
}

#es .es-comment-attachments a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#es .es-comment-attachments a:after,
#es .es-comment-attachments a i {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

#es .es-comment-attachments a:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 2;
    bottom: 0;
    top: 0
}

#es .es-comment-attachments a i {
    z-index: 3;
    color: #fff;
    top: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-top: -15px
}

#es .es-comment-attachments a:hover:after,
#es .es-comment-attachments a:hover i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-comment-attachments img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1
}

#es .es-comment-attachment-remove {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    z-index: 10;
    display: none;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .es-comment-attachment-remove:hover {
    background: #d00
}

#es .es-comment-attachment-remove:before,
#es .es-comment-attachment-remove:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-comment-attachment-remove:before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px
}

#es .es-comment-attachment-remove:after {
    height: 10px;
    width: 2px;
    margin: -5px 0 0 -1px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #es .es-comment-attachments__item {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        min-width: 33.333332%
    }
}

#es.is-mobile .es-comment-attachment-remove,
#es.es-photo-popup .es-comment-attachment-remove {
    display: block;
    background: #d00
}

#es.is-mobile .es-comments-form .es-form-attach,
#es.es-photo-popup .es-comments-form .es-form-attach {
    right: 4px
}

#es.is-mobile .es-comments-form .es-form-attach>label,
#es.es-photo-popup .es-comments-form .es-form-attach>label {
    height: 24px;
    line-height: 22px;
    vertical-align: middle
}

#es.is-mobile .es-comments-form .es-form-attach .es-input-photo+.es-input-smiley,
#es.es-photo-popup .es-comments-form .es-form-attach .es-input-photo+.es-input-smiley {
    margin-left: 4px
}

#es.is-mobile .es-comments-form .es-input-photo,
#es.is-mobile .es-comments-form .es-input-smiley,
#es.es-photo-popup .es-comments-form .es-input-photo,
#es.es-photo-popup .es-comments-form .es-input-smiley {
    font-size: 16px;
    width: 16px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-filterbar {
    position: relative;
    z-index: 2;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-filterbar>.col-cell {
    vertical-align: middle
}

#es .es-filterbar .filterbar-title {
    font-weight: bold
}

#es .es-leaderboard {
    width: 100%
}

#es .es-leaderboard thead {
    background-color: #f5f5f5
}

#es .es-leaderboard tr th {
    padding: 4px 8px
}

#es .es-leaderboard tr td {
    padding: 16px 8px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left
}

#es .es-leaderboard tr th:first-child,
#es .es-leaderboard tr td:first-child {
    text-align: center;
    width: 56px;
    position: relative
}

#es .es-leaderboard tr th:last-child,
#es .es-leaderboard tr td:last-child {
    width: 100px
}

#es .es-leaderboard__points {
    font-weight: bold
}

#es .es-leader-badge {
    height: 32px;
    width: 32px;
    color: #888;
    position: relative;
    text-align: center
}

#es .es-leader-badge:before,
#es .es-leader-badge:after {
    height: 32px;
    width: 32px;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

#es .es-leader-badge:before {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

#es .es-leader-badge:after {
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

#es .es-leader-badge span {
    z-index: 2;
    position: relative;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 32px
}

#es .es-leader-badge--1 {
    color: #fff;
    background-color: #edca75
}

#es .es-leader-badge--1:before,
#es .es-leader-badge--1:after {
    background-color: #edca75
}

#es .es-leader-badge--2 {
    color: #fff;
    background-color: #cfd8dc
}

#es .es-leader-badge--2:before,
#es .es-leader-badge--2:after {
    background-color: #cfd8dc
}

#es .es-leader-badge--3 {
    color: #fff;
    background-color: #d6ccc8
}

#es .es-leader-badge--3:before,
#es .es-leader-badge--3:after {
    background-color: #d6ccc8
}

#es .es-stage {
    text-align: center;
    position: relative
}

#es .es-stage__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin: 16px 0 8px;
    z-index: 2;
    position: relative
}

#es .es-stage__desc {
    color: #888;
    z-index: 2;
    position: relative;
    margin-bottom: 16px
}

#es .es-stage__actor {
    margin: 0 auto 16px;
    position: relative
}

#es .es-stage__curtain {
    padding: 8px 0;
    left: 0;
    margin-bottom: 16px;
    z-index: 1;
    position: relative;
    background-image: -webkit-linear-gradient(top, #f5f5f5 50%, transparent 50%);
    background-image: -o-linear-gradient(top, #f5f5f5 50%, transparent 50%);
    background-image: linear-gradient(to bottom, #f5f5f5 50%, transparent 50%);
    background-repeat: repeat-x
}

#es .es-stage__curtain--off {
    background: none
}

#es .es-stage__actor-img {
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 8px auto 16px;
    padding: 4px;
    position: relative;
    background-color: #fff;
    z-index: 2
}

#es .es-stage__actor-img--rounded {
    border-radius: 50%
}

#es .es-stage__actor-img--rounded img {
    border-radius: 50%
}

#es .es-stage__actor-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 8px
}

#es .es-stage__actor-desc {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 8px
}

#es .es-stage__audience-title {
    margin-bottom: 8px
}

#es .es-pointshistory {
    position: relative;
    padding: 8px 0 100px
}

#es .es-pointshistory:before,
#es .es-pointshistory:after {
    content: " ";
    display: table
}

#es .es-pointshistory:after {
    clear: both
}

#es .es-pointshistory:before {
    display: block;
    content: '';
    width: 3px;
    position: absolute;
    background-color: #e1e1e1;
    opacity: .4;
    filter: alpha(opacity=40);
    left: 50%;
    top: -50px;
    bottom: 0;
    margin-left: -2px
}

#es .es-pointshistory .btn-loadmore {
    position: absolute;
    left: 50%;
    width: 90px;
    height: auto;
    margin-left: -45px;
    bottom: -2px;
    padding: 3px
}

#es .es-timeline-item-separator {
    clear: both;
    height: 72px;
    margin: 16px 0;
    display: block;
    position: relative
}

#es .es-timeline-item-separator:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px dashed #e1e1e1
}

#es .es-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 30px;
    margin-top: 30px
}

#es .es-timeline:before,
#es .es-timeline:after {
    content: " ";
    display: table
}

#es .es-timeline:after {
    clear: both
}

#es .es-timeline__item {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 40px
}

#es .es-timeline__item:nth-child(2n) {
    top: 40px;
    padding-right: 20px
}

#es .es-timeline__item:nth-child(2n) .es-timeline__content:before {
    z-index: 2;
    right: -10px
}

#es .es-timeline__item:nth-child(2n) .es-timeline__dot {
    right: -26px
}

#es .es-timeline__item:nth-child(2n+1) {
    top: -20px;
    float: right;
    padding-left: 20px
}

#es .es-timeline__item:nth-child(2n+1) .es-timeline__content:before {
    z-index: 2;
    left: -10px
}

#es .es-timeline__item:nth-child(2n+1) .es-timeline__dot {
    left: -27px
}

#es .es-timeline__content {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #444;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 16px
}

#es .es-timeline__content:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #e1e1e1;
    width: 10px;
    height: 1px;
    top: 16px
}

#es .es-timeline__content:hover .es-timeline__dot {
    background-color: #4fc251
}

#es .es-timeline__title {
    font-weight: bold
}

#es .es-timeline__dot {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background-color: #dff4df;
    top: 12px;
    border-radius: 50%
}

#es .es-timeline__date {
    font-size: 12px;
    position: absolute;
    top: -20px;
    color: #888
}

#es .es-timeline__message {
    padding: 0;
    margin: 8px 0;
    background: none;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es.is-mobile .es-pointshistory {
    margin-bottom: 8px;
    padding: 8px 0
}

#es.is-mobile .es-pointshistory:before,
#es.is-mobile .es-pointshistory:after {
    display: none
}

#es.is-mobile .es-pointshistory .btn-loadmore {
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
    position: relative
}

#es.is-mobile .es-timeline-item-separator {
    height: 32px
}

#es.is-mobile .es-timeline {
    margin: 0;
    padding: 0
}

#es.is-mobile .es-timeline__item {
    padding: 0;
    top: 0;
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 16px
}

#es.is-mobile .es-timeline__content:before {
    display: none
}

#es.is-mobile .es-timeline__date {
    position: relative;
    top: 0
}

#es.is-mobile .es-timeline__dot {
    display: none
}

#es .social-integrations .es-avatar-wrapper {
    margin: 10px 0
}

#es .social-integrations .es-avatar-wrapper:before,
#es .social-integrations .es-avatar-wrapper:after {
    content: " ";
    display: table
}

#es .social-integrations .es-avatar-wrapper:after {
    clear: both
}

#es .social-integrations .es-avatar-wrapper .es-username {
    color: #428bca;
    line-height: 34px;
    margin-left: 50px
}

#es .social-integrations .yesno-list {
    clear: both;
    list-style: none;
    margin: 0
}

#es .social-integrations .yesno-list:before,
#es .social-integrations .yesno-list:after {
    content: " ";
    display: table
}

#es .social-integrations .yesno-list:after {
    clear: both
}

#es .social-integrations .yesno-list>li {
    padding: 10px;
    background: #f8f9fb;
    border-top: 1px solid #eee;
    line-height: 20px
}

#es .social-integrations .yesno-list>li:before,
#es .social-integrations .yesno-list>li:after {
    content: " ";
    display: table
}

#es .social-integrations .yesno-list>li:after {
    clear: both
}

#es .es-polls .input-group-sm .form-control {
    font-size: 12px
}

#es .es-polls__title {
    font-weight: bold;
    margin-bottom: 8px
}

#es .es-polls__title>a {
    margin-left: 8px;
    font-weight: normal;
    float: right
}

#es .es-polls__item+.es-polls__item {
    margin-top: 16px;
    position: relative
}

#es .es-polls__count {
    position: relative;
    right: 0;
    top: 0;
    width: 80px;
    text-align: right;
    color: #999;
    line-height: 16px
}

#es .es-polls__progress {
    background: #f5f5f5;
    margin: 8px 0 0;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .es-polls__progress .progress-bar {
    background-color: #a6d2e5;
    box-shadow: none
}

#es .es-polls__voters {
    overflow: hidden;
    margin-top: 8px
}

#es .is-checked .es-polls-progress .progress-bar {
    background: #5cb85c
}

#es .es-polls-option {
    display: table;
    width: 100%;
    margin-top: 10px;
    font-size: 12px
}

#es .es-polls-option>div {
    display: table-cell
}

#es .es-polls-option>div+div {
    text-align: right
}

#es .es-profile-header {
    border: 1px solid #e1e1e1;
    position: relative;
    background-color: #fff
}

#es .es-profile-header__hd,
#es .es-profile-header__bd,
#es .es-profile-header__ft {
    position: relative;
    font-size: 13px
}

#es .es-profile-header__hd:before,
#es .es-profile-header__hd:after,
#es .es-profile-header__bd:before,
#es .es-profile-header__bd:after,
#es .es-profile-header__ft:before,
#es .es-profile-header__ft:after {
    content: " ";
    display: table
}

#es .es-profile-header__hd:after,
#es .es-profile-header__bd:after,
#es .es-profile-header__ft:after {
    clear: both
}

#es .es-profile-header__bd {
    margin-left: 132px;
    padding: 16px 16px;
    min-height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-profile-header__bd .es-rating {
    display: inline-block
}

#es .es-profile-header__ft {
    border-top: 1px solid #e1e1e1;
    padding: 8px 16px
}

#es .es-profile-header__avatar-wrap {
    background: rgba(0, 0, 0, 0.1);
    padding: 0;
    position: absolute;
    bottom: -56px;
    left: 16px;
    z-index: 2
}

#es .es-profile-header__avatar-wrap.show-all {
    z-index: 3
}

#es .es-profile-header__avatar-wrap>a {
    border: 4px solid #fff;
    display: block;
    width: 112px;
    height: 112px
}

#es .es-profile-header__avatar-wrap>a img {
    width: 100% !important;
    height: auto !important;
    background-color: #fff
}

#es .es-profile-header__avatar-wrap .es-flyout-content {
    bottom: 4px;
    width: 100%
}

#es .es-profile-header__avatar-wrap .es-flyout-content .es-avatar-menu {
    padding: 0;
    width: 100%;
    text-align: center
}

#es .es-profile-header__avatar-wrap .es-flyout-content .es-flyout-button {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    color: #fff;
    padding: 8px 0;
    text-decoration: none
}

#es .es-profile-header__label-wrap {
    position: absolute;
    right: 16px;
    bottom: 16px
}

#es .es-profile-header__label-wrap .o-label {
    display: inline-block;
    font-size: 13px;
    padding: 0
}

#es .es-profile-header__label-wrap .o-label--success-o>a {
    color: #4fc251 !important
}

#es .es-profile-header__label-wrap .o-label--danger-o>a {
    color: #f65b5b !important
}

#es .es-profile-header__label-wrap-txt {
    padding: 8px;
    display: inline-block
}

#es .es-profile-header__action-wrap {
    margin-left: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#es .es-profile-header__action-wrap .btn-toolbar {
    margin: 0
}

#es .es-profile-header__action-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-profile-header__action-toolbar .o-btn-group:not(:first-child) {
    margin-left: 4px
}

#es .es-profile-header__title {
    font-size: 20px;
    margin: 0;
    color: #444;
    word-break: break-all
}

#es .es-profile-header__title>a {
    color: #444
}

#es .es-profile-header__meta {
    color: #888
}

#es .es-profile-header__meta span+span {
    padding-left: 4px;
    border-left: 1px dotted #e1e1e1
}

#es .es-profile-header__meta a {
    color: #888
}

#es .es-profile-header__badges {
    margin-top: 4px
}

#es .es-profile-header__badges>a,
#es .es-profile-header__badges img {
    display: inline-block;
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px
}

#es .es-profile-header--mini .es-profile-header__avatar-wrap {
    bottom: -30px
}

#es .es-profile-header--mini .es-profile-header__avatar-wrap>a {
    width: 60px;
    height: 60px
}

#es .es-profile-header--mini .es-profile-header__cover {
    max-height: 140px;
    overflow: hidden
}

#es .es-profile-header--mini .es-profile-header__bd {
    margin-left: 80px
}

#es .es-profile-header--mini .es-profile-header__bd {
    padding: 8px
}

#es .es-profile-header--mini .es-profile-header__title {
    font-size: 15px;
    font-weight: bold
}

#es .es-profile-header .btn-toolbar>.btn,
#es .es-profile-header .btn-toolbar>.o-btn-group:first-child {
    margin-left: 0
}

#es .es-teaser-about {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-teaser-date {
    color: #888
}

#es .es-profile-header__ft .swiper-container .dropdown-menu a {
    color: #888
}

#es .es-profile-header__ft .o-nav__item {
    vertical-align: top
}

#es .es-profile-header-nav {
    border-top: 1px solid #e1e1e1;
    padding-left: 16px;
    position: relative;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-profile-header-nav__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

#es .es-profile-header-nav__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #444;
    padding: 12px 16px 6px;
    font-size: 13px;
    border-bottom: 3px solid transparent;
    outline: 0 !important
}

#es .es-profile-header-nav__link::-moz-focus-inner {
    border: 0 !important
}

#es .es-profile-header-nav__link>i {
    position: relative;
    top: 2px;
    left: 2px
}

#es .es-profile-header-nav__link span {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#es .es-profile-header-nav__link-counter {
    color: #888;
    margin-left: 2px
}

#es .es-profile-header-nav__link-bubble {
    display: none;
    position: absolute;
    top: 12px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f65b5b
}

#es .es-profile-header-nav .o-btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-profile-header-nav .o-btn-group.open .dropdown-toggle_ {
    color: #444 !important;
    background-color: transparent !important
}

#es .es-profile-header-nav .is-active .es-profile-header-nav__link {
    color: #4a90e2;
    border-bottom-color: #4a90e2
}

#es .es-profile-header-nav .is-active>.es-profile-header-nav__dropdown-link {
    border-color: #4a90e2;
    background: #f5f5f5
}

#es .es-profile-header-nav .has-notice .es-profile-header-nav__link-bubble {
    display: block
}

#es .es-profile-header-nav__dropdown-menu>li {
    position: relative
}

#es .es-profile-header-nav__dropdown-menu .es-profile-header-nav__link-bubble {
    top: 10px
}

#es .es-profile-header-nav__dropdown-link {
    border-left: 3px solid transparent
}

#es .es-profile-header-nav-slider {
    position: relative
}

#es .es-profile-header-nav-slider:before,
#es .es-profile-header-nav-slider:after {
    position: absolute;
    top: 1px;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    width: 40px
}

#es .es-profile-header-nav-slider:not(.is-end-left):before {
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: -o-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-repeat: repeat-x
}

#es .es-profile-header-nav-slider:not(.is-end-right):after {
    right: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-repeat: repeat-x
}

#es.is-mobile .es-profile-header-nav {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding: 0
}

#es.is-mobile .es-profile-header-nav__item {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto
}

#es .es-profile-header__cover {
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
    min-height: 140px;
    max-height: 200px;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#es .es-profile-header__cover[data-es-photo] {
    cursor: pointer
}

#es .es-profile-header__cover.has-cover.is-owner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

#es .es-profile-header__cover.has-cover.is-owner:hover:before {
    background-color: rgba(0, 0, 0, 0.35)
}

#es .es-profile-header__cover .es-cover-image {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    background-size: cover;
    background-position: 50% 50%;
    cursor: move;
    display: none
}

#es .es-profile-header__cover .es-cover-hint {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 30%;
    margin-left: 35%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: none
}

#es .es-profile-header__cover .es-cover-hint>span {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -15px;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    display: none
}

#es .es-profile-header__cover .es-cover-loading-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1
}

#es .es-profile-header__cover .es-flyout-content {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    cursor: default;
    display: none
}

#es .es-profile-header__cover .es-flyout-content .es-cover-menu {
    text-align: right
}

#es .es-profile-header__cover .es-flyout-content .es-flyout-button {
    color: #fff
}

#es .es-profile-header__cover .es-flyout-content .es-flyout-button:hover {
    background-color: transparent;
    text-decoration: none
}

#es .es-profile-header__cover .es-flyout-content .es-cover-dropdown-menu {
    right: 0;
    left: auto
}

#es .es-profile-header__cover .es-cover-desktop-hint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    cursor: default;
    color: #fff;
    display: none
}

#es .es-profile-header__cover .es-cover-desktop-hint__content {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

#es .es-profile-header__cover .es-cover-desktop-hint>a {
    color: #fff
}

#es .es-profile-header__cover .es-cover-desktop-hint>a:hover {
    color: #fff
}

#es .es-profile-header__cover .es-cover-desktop-action {
    top: 50%;
    left: 50%;
    transform: perspective(1px) translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#es .es-profile-header__cover .es-cover-desktop-action__trigger {
    display: none
}

#es .es-profile-header__cover .es-cover-desktop-action__trigger .btn {
    margin-right: 4px
}

#es .es-profile-header__cover:hover .es-cover-desktop-action {
    opacity: 1
}

#es .es-profile-header__cover .es-profile-header-update-cover {
    background: red
}

#es .es-profile-header__cover .es-cover-done-button,
#es .es-profile-header__cover .es-cover-cancel-button {
    display: none
}

#es .es-profile-header__cover .es-cover-done-button {
    float: right
}

#es .es-profile-header__cover .es-cover-cancel-button {
    float: left
}

#es .es-profile-header__cover .es-cover-hint-text {
    color: #333
}

#es .es-profile-header__cover.is-loading .es-cover-hint {
    opacity: 1
}

#es .es-profile-header__cover.is-loading .es-cover-hint>span {
    display: inline-block
}

#es .es-profile-header__cover.is-loading .es-cover-hint>span .es-cover-hint-text {
    display: none !important
}

#es .es-profile-header__cover.is-loading .es-cover-loading-overlay {
    display: block
}

#es .es-profile-header__cover.editing .es-cover-hint {
    opacity: 1
}

#es .es-profile-header__cover.editing .es-cover-hint>span {
    display: inline-block
}

#es .es-profile-header__cover.editing .es-cover-hint>span .es-cover-hint-text {
    display: inline-block
}

#es .es-profile-header__cover.editing.active .es-cover-hint {
    opacity: 0
}

#es .es-profile-header__cover.editing.active .es-flyout-content {
    opacity: 0
}

#es .es-profile-header__cover.editing .es-flyout-content {
    opacity: 1
}

#es .es-profile-header__cover.editing .es-cover-viewport {
    display: block
}

#es .es-profile-header__cover.editing .es-cover-menu {
    display: none
}

#es .es-profile-header__cover.editing .es-cover-image {
    display: block
}

#es .es-profile-header__cover.editing .es-cover-done-button,
#es .es-profile-header__cover.editing .es-cover-cancel-button {
    display: inline-block
}

#es .es-profile-header__cover.editing .es-cover-desktop-hint {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-profile-header__cover.editing .es-cover-desktop-action {
    opacity: 1
}

#es .es-profile-header__cover.editing .es-cover-desktop-action__update {
    display: none
}

#es .es-profile-header__cover.editing .es-cover-desktop-action__trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-profile-header__cover.no-cover.editing .es-cover-image {
    display: none
}

#es .es-profile-header__cover.no-cover .es-cover-menu .divider.for-cover-remove-button {
    display: none
}

#es .es-profile-header__cover.no-cover .es-cover-menu [data-cover-edit-button] {
    display: none
}

#es .es-profile-header__cover.no-cover .es-cover-desktop-hint__content,
#es .es-profile-header__cover.no-cover .es-cover-desktop-hint__save,
#es .es-profile-header__cover.no-cover [data-cover-remove-button] {
    display: none
}

#es .es-cover-form .es-cover-file {
    width: 100%
}

#es .es-cover-form .es-cover-filename {
    display: none;
    line-height: 16px
}

#es .es-cover-form.loading .es-cover-file {
    display: none
}

#es .es-cover-form.loading .es-cover-filename {
    display: block
}

#es .es-avatar-form .es-avatar-file {
    width: 100%
}

#es .es-avatar-form .es-avatar-filename {
    display: none;
    line-height: 16px
}

#es .es-avatar-form.loading .es-avatar-file {
    display: none
}

#es .es-avatar-form.loading .es-avatar-filename {
    display: block
}

#es .without-cover.es-profile-header__hd {
    min-height: 38px
}

#es .without-cover .es-profile-header__avatar-wrap {
    bottom: auto;
    top: 4px
}

#es .without-cover .es-profile-header__avatar-wrap>a {
    width: 88px;
    height: 88px
}

#es .without-cover+.es-profile-header__bd {
    margin-left: 116px
}

#es.is-mobile .es-profile-header__hd.without-cover {
    height: 110px
}

#es.is-mobile .es-profile-header__bd {
    text-align: center;
    margin: 0;
    padding-top: 16px;
    display: block
}

#es.is-mobile .es-profile-header__ft {
    display: block
}

#es.is-mobile .es-profile-header__ft .es-nav-pills .o-nav__link {
    padding-left: 4px;
    padding-right: 4px
}

#es.is-mobile .es-profile-header__cover {
    min-height: 180px
}

#es.is-mobile .es-profile-header__profile-info {
    border-top: 1px solid #e1e1e1;
    padding: 8px 16px;
    color: #888
}

#es.is-mobile .es-profile-header__profile-info a {
    color: #888
}

#es.is-mobile .es-profile-header__avatar-wrap {
    bottom: -12px;
    left: 50%;
    margin-left: -60px
}

#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-content {
    opacity: 1
}

#es.is-mobile .es-profile-header__avatar-wrap>a {
    width: 120px;
    height: 120px
}

#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-content {
    left: auto;
    bottom: 8px;
    right: 8px;
    width: auto;
    z-index: 3;
    background: transparent;
    color: #888;
    padding: 0;
    cursor: default;
    display: block;
    opacity: 1
}

#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-button {
    color: #888;
    padding: 4px 8px;
    border-radius: 3px;
    background: #fff;
    line-height: 1
}

#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-button>i {
    margin-right: 0
}

#es.is-mobile .es-profile-header__meta span+span {
    display: block;
    border: 0
}

#es.is-mobile .es-profile-header__action-wrap {
    margin-top: 16px
}

#es.is-mobile .es-profile-header__action-wrap .btn-toolbar .o-btn-group {
    float: none
}

#es.is-mobile .es-profile-header__action-wrap .o-btn-group--viewer {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 16px
}

#es.is-mobile .es-profile-header__action-toolbar {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-content {
    left: auto;
    top: 8px;
    right: 8px;
    width: auto;
    z-index: 3;
    background: transparent;
    color: #888;
    padding: 0;
    cursor: default;
    display: block;
    opacity: 1
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-button {
    color: #888;
    padding: 4px 8px;
    background: #fff;
    border-radius: 3px
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-button>i {
    margin-right: 0
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-cover-hint {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 30%;
    margin-left: 35%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-cover-hint>span {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -15px;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    display: none
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-cover-desktop-action,
#es.is-mobile .es-profile-header .es-profile-header__cover .es-cover-desktop-hint {
    display: none
}

#es.is-mobile .es-profile-header__label-wrap {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 16px 0
}

#es .o-btn-group--es-friends .dropdown-toggle_ {
    height: 100%
}

#es .es-view-page-as {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative
}

#es .es-view-page-as__txt {
    font-weight: bold;
    padding-right: 4px
}

#es .es-view-page-as .btn {
    padding: 5px
}

#es.popbox-operation-hr {
    min-width: 220px
}

#es.popbox-operation-hr .arrow {
    display: none !important
}

#es.popbox-operation-hr.is-mobile {
    left: 60px !important
}

#es .es-widget-operation-data {
    padding: 8px 16px
}

#es .es-widget-operation-data__item {
    margin-bottom: 8px
}

#es .es-widget-operation-data__day {
    color: #444
}

#es .es-widget-operation-data__hr {
    color: #888
}

#es .o-btn-group--subscribe .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

#es .o-btn-group--subscribe .dropdown-menu li {
    border-bottom: 1px solid #e1e1e1
}

#es .o-btn-group--subscribe .dropdown-menu li:last-child {
    border-bottom: 0
}

#es .es-mini-header {
    border: 1px solid #e1e1e1
}

#es .es-mini-header__hd,
#es .es-mini-header__bd,
#es .es-mini-header__ft {
    padding: 32px 16px;
    font-size: 13px
}

#es .es-mini-header__hd:before,
#es .es-mini-header__hd:after,
#es .es-mini-header__bd:before,
#es .es-mini-header__bd:after,
#es .es-mini-header__ft:before,
#es .es-mini-header__ft:after {
    content: " ";
    display: table
}

#es .es-mini-header__hd:after,
#es .es-mini-header__bd:after,
#es .es-mini-header__ft:after {
    clear: both
}

#es .es-mini-header__hd {
    background-size: cover;
    position: relative
}

#es .es-mini-header__hd:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.001) 40%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.001) 40%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.001) 40%);
    background-repeat: repeat-x
}

#es .es-mini-header__bd {
    border-top: 1px solid #e1e1e1;
    display: none
}

#es .es-mini-header__ft {
    border-top: 1px solid #e1e1e1;
    padding: 8px 16px;
    color: #888
}

#es .es-mini-header__ft a {
    color: #888
}

#es .es-mini-header__ft b {
    color: #444
}

#es .es-mini-header__ft .g-list-inline>li {
    line-height: 28px
}

#es .es-mini-header__cover {
    padding-top: 20%;
    max-height: 72px;
    position: relative
}

#es .es-mini-header__cover-content {
    position: relative;
    z-index: 1
}

#es .es-mini-header__avatar img {
    background-color: #fff
}

#es .es-mini-header__title-link {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5)
}

#es .es-mini-header__meta,
#es .es-mini-header__meta a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5)
}

#es .es-mini-header__badges {
    margin-top: 4px
}

#es .es-mini-header__badges>a,
#es .es-mini-header__badges img {
    display: inline-block;
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px
}

#es.is-mobile .es-header-mini .es-header-mini-body {
    margin-top: 110px;
    margin-left: 0;
    text-align: center
}

#es.is-mobile .es-header-mini .es-header-mini-apps-action {
    position: relative;
    width: auto;
    top: 0
}

#es.is-mobile .es-header-mini .es-header-mini-apps-action .fd-nav>li {
    margin: 0;
    margin-bottom: 5px
}

#es.is-mobile .es-header-mini .es-header-mini-apps-action .fd-nav>li>.btn {
    width: 80px
}

#es.is-mobile .es-header-mini .es-header-mini-cover {
    height: 100px
}

#es.is-mobile .es-header-mini .es-header-mini-avatar {
    top: 15px;
    left: 50%;
    margin-left: -36px
}

#es.is-mobile .es-header-mini .es-header-mini-meta {
    position: relative
}

#es.is-mobile .es-header-mini .es-header-mini-meta .es-cover-title {
    width: 100%
}

#es.is-mobile .es-header-mini .es-header-mini-footer>div {
    padding-left: 10px
}

#es.is-mobile .es-header-mini .es-header-mini-footer .pull-left {
    float: none;
    margin-bottom: 10px
}

#es.is-mobile .es-header-mini .es-header-mini-footer .pull-right {
    float: none;
    margin-top: 10px
}

#es.is-mobile .es-header-mini .fd-nav-apps {
    height: auto;
    margin: 10px 15px
}

#es.is-mobile .es-header-mini .btn-scroll {
    display: none
}

#es.view-dashboard .es-header-mini {
    margin-left: -20px
}

#es.view-dashboard .es-header-mini .media-meta {
    display: none
}

#es .es-cat-header {
    border: 1px solid #e1e1e1
}

#es .es-cat-header__hd,
#es .es-cat-header__bd,
#es .es-cat-header__ft {
    padding: 8px 16px;
    font-size: 13px
}

#es .es-cat-header__hd:before,
#es .es-cat-header__hd:after,
#es .es-cat-header__bd:before,
#es .es-cat-header__bd:after,
#es .es-cat-header__ft:before,
#es .es-cat-header__ft:after {
    content: " ";
    display: table
}

#es .es-cat-header__hd:after,
#es .es-cat-header__bd:after,
#es .es-cat-header__ft:after {
    clear: both
}

#es .es-cat-header__bd,
#es .es-cat-header__ft {
    border-top: 1px solid #e1e1e1;
    color: #888
}

#es .es-cat-header__bd b,
#es .es-cat-header__ft b {
    color: #444
}

#es .es-cat-header__bd .g-list-inline>li,
#es .es-cat-header__ft .g-list-inline>li {
    line-height: 28px
}

#es .es-cat-header__hd .g-list-inline {
    display: inline-block;
    margin-top: 4px
}

#es .es-cat-header__hd .g-list-inline a {
    color: #444
}

#es .es-cat-header__hd .o-btn-group {
    line-height: 1
}

#es .es-cat-header__hd .o-btn-group>a {
    color: #444;
    font-size: 12px;
    position: relative
}

#es .es-cat-header__hd .o-btn-group .i-chevron:before {
    color: #888;
    top: 1px
}

#es .es-cat-header__hd .o-btn-group.open .dropdown-toggle_ {
    background: none
}

#es .es-cat-header__hd .dropdown-menu {
    margin-top: 4px
}

#es .es-cat-header__hd-content-wrap {
    display: table;
    table-layout: fixed
}

#es .es-cat-header__hd-content,
#es .es-cat-header__hd-action {
    display: table-cell;
    vertical-align: top
}

#es .es-cat-header__hd-action {
    text-align: right
}

#es .es-cat-header__bd {
    padding: 4px 0;
    background-color: #f5f5f5
}

#es .es-cat-header__title-link {
    font-weight: bold
}

#es .es-cat-header__graph {
    position: relative
}

#es .es-cat-header__graph-title {
    position: absolute;
    top: 8px;
    right: 16px
}

#es .es-label-state {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center
}

#es .es-label-state__icon {
    line-height: 36px
}

#es .es-label-state__icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f02e";
    font-size: 16px
}

#es .es-label-state--featured {
    background-color: #dff4df;
    color: #4fc251
}

#es .es-label-state--passed {
    background-color: #fff;
    color: #f65b5b
}

#es .es-label-state--passed .es-label-state__icon:before {
    content: "\f017"
}

#es .es-reviews__hd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-reviews__hd-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-reviews__hd-action {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .es-reviews-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-reviews-item__ratings {
    margin-bottom: 8px
}

#es .es-reviews-item__title {
    font-weight: bold
}

#es .es-reviews-item__desp {
    margin-bottom: 8px
}

#es .es-reviews-item__meta {
    color: #888
}

#es .es-cluster-header {
    border: 1px solid #e1e1e1;
    background-color: #fff
}

#es .es-cluster-header__hd,
#es .es-cluster-header__bd,
#es .es-cluster-header__ft {
    padding: 8px 16px;
    font-size: 13px
}

#es .es-cluster-header__hd:before,
#es .es-cluster-header__hd:after,
#es .es-cluster-header__bd:before,
#es .es-cluster-header__bd:after,
#es .es-cluster-header__ft:before,
#es .es-cluster-header__ft:after {
    content: " ";
    display: table
}

#es .es-cluster-header__hd:after,
#es .es-cluster-header__bd:after,
#es .es-cluster-header__ft:after {
    clear: both
}

#es .es-cluster-header__bd,
#es .es-cluster-header__ft {
    border-top: 1px solid #e1e1e1;
    color: #888
}

#es .es-cluster-header__bd b,
#es .es-cluster-header__ft b {
    color: #444
}

#es .es-cluster-header__bd .g-list-inline>li,
#es .es-cluster-header__ft .g-list-inline>li {
    line-height: 28px
}

#es .es-cluster-header__bd .g-list-inline a,
#es .es-cluster-header__ft .g-list-inline a {
    color: #444
}

#es .es-cluster-header__bd .o-btn-group,
#es .es-cluster-header__ft .o-btn-group {
    line-height: 1
}

#es .es-cluster-header__bd .o-btn-group>a,
#es .es-cluster-header__ft .o-btn-group>a {
    color: #444;
    font-size: 12px;
    position: relative
}

#es .es-cluster-header__bd .o-btn-group .i-chevron:before,
#es .es-cluster-header__ft .o-btn-group .i-chevron:before {
    color: #888;
    top: 1px
}

#es .es-cluster-header__bd .o-btn-group.open .dropdown-toggle_,
#es .es-cluster-header__ft .o-btn-group.open .dropdown-toggle_ {
    background: none
}

#es .es-cluster-header__bd .dropdown-menu,
#es .es-cluster-header__ft .dropdown-menu {
    margin-top: 4px
}

#es .es-cluster-header__bd {
    padding: 4px 0;
    background-color: #f5f5f5
}

#es .es-cluster-header__title-link {
    font-weight: bold
}

#es .es-cluster-header__meta {
    color: #888
}

#es.is-mobile .es-cluster-header__ft {
    position: relative
}

#es.is-mobile .es-cluster-header__ft .g-list-inline {
    margin-bottom: 16px;
    padding-right: 60px
}

#es.is-mobile .es-cluster-header__ft .g-list-inline>li.g-list-inline__last-item {
    position: absolute;
    top: 8px;
    right: 16px
}

#es.is-mobile .es-cluster-header__ft .g-list-inline>li.g-list-inline__last-item:before {
    display: none
}

#es.es-widget-calendar {
    display: block;
    width: auto;
    border: medium none;
    box-shadow: none;
    font-size: 12px;
    position: relative;
    padding: 0
}

#es.es-widget-calendar * {
    text-align: center
}

#es.es-widget-calendar table {
    width: 100%
}

#es.es-widget-calendar th {
    background: none
}

#es.es-widget-calendar thead>tr>th,
#es.es-widget-calendar tbody>tr>td {
    padding: 3px;
    border-radius: 3px
}

#es.es-widget-calendar thead tr:first-child th {
    cursor: pointer
}

#es.es-widget-calendar th.next,
#es.es-widget-calendar th.prev {
    font-size: 20px
}

#es.es-widget-calendar th.prev {
    text-align: right
}

#es.es-widget-calendar th.next {
    text-align: left
}

#es.es-widget-calendar td.day:hover,
#es.es-widget-calendar td.hour:hover,
#es.es-widget-calendar td.minute:hover,
#es.es-widget-calendar td.second:hover {
    background: none repeat scroll 0 0 #f5f5f5;
    cursor: pointer
}

#es.es-widget-calendar .day a {
    min-width: 20px;
    display: block;
    border-radius: 3px;
    outline: 0 !important;
    cursor: default
}

#es.es-widget-calendar .day a::-moz-focus-inner {
    border: 0 !important
}

#es.es-widget-calendar .day.old:hover {
    background: none
}

#es.es-widget-calendar .day.has-events {
    font-weight: bold;
    background: #f5f5f5 !important;
    color: #444
}

#es.es-widget-calendar .day.has-events * {
    cursor: pointer
}

#es.es-widget-calendar .day.has-events a {
    position: relative
}

#es.es-widget-calendar .day.has-events a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #3fb576 transparent
}

#es.es-widget-calendar .day.is-today {
    background-color: #e9eff7
}

#es.es-widget-calendar .es-event-details {
    display: none
}

#es.mod-easyblogcalendar .es-widget-calendar a {
    color: inherit
}

#es .es-event-details__title {
    background: #f5f5f5;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px 3px 0 0
}

#es.popbox-events-calendar-filter {
    min-width: 210px;
    max-width: 260px
}

#es.popbox-events-calendar-filter .g-list-unstyled {
    padding: 4px
}

#es.popbox-events-calendar-filter .g-list-unstyled>li {
    padding-top: 4px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es.popbox-events-calendar-filter .g-list-unstyled>li+li {
    border-top: 1px solid #e1e1e1;
    margin-top: 4px
}

#es .es-content-tabs {
    width: 100%;
    margin-bottom: 16px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-content-tabs__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border: 1px solid #e1e1e1
}

#es .es-content-tabs__item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#es .es-content-tabs__item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#es .es-content-tabs__item+.es-content-tabs__item {
    border-left: 0
}

#es .es-content-tabs__item.is-active {
    background-color: #f5f5f5
}

#es .es-content-tabs__link {
    padding: 8px;
    color: #444;
    width: 100%;
    text-align: center;
    outline: 0 !important
}

#es .es-content-tabs__link::-moz-focus-inner {
    border: 0 !important
}

#es .es-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .es-actions__item-stats,
#es .es-actions__item-comment {
    background-color: #f5f5f5
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #es .es-actions {
        display: block
    }
}

#es .is-mobile .es-actions__item-stats {
    -webkit-order: -1;
    -ms-order: -1;
    order: -1
}

#es .es-actions-wrapper {
    padding: 4px 0
}

#es .es-actions-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0
}

#es .es-actions-list:before,
#es .es-actions-list:after {
    content: " ";
    display: table
}

#es .es-actions-list:after {
    clear: both
}

#es .es-actions-list a {
    color: #888
}

#es .es-actions-list>li {
    display: inline-block;
    line-height: 1;
    margin: 0 16px 0 0;
    position: relative;
    font-size: 12px
}

#es .es-actions-list>li .fa {
    font-size: 12px -1
}

#es .es-actions-list>li>.es-reaction-option,
#es .es-actions-list>li>.es-privacy,
#es .es-actions-list>li>a,
#es .es-actions-list>li>span,
#es .es-actions-list>li>time {
    display: inline-block;
    padding: 4px
}

#es .es-actions-list>li+li:before {
    content: '\00b7';
    position: absolute;
    line-height: 1;
    top: 4px;
    left: -10px;
    color: #888
}

#es .es-actions-list .es-privacy .es-privacy-toggle {
    line-height: 1;
    padding: 0
}

#es .es-actions-list .es-privacy .i-chevron.i-chevron--down:before {
    top: .1em
}

#es.is-mobile .es-actions-list>li {
    font-size: 13px
}

#es.is-mobile .es-actions-list>li>.es-reaction-option,
#es.is-mobile .es-actions-list>li>.es-privacy,
#es.is-mobile .es-actions-list>li>a,
#es.is-mobile .es-actions-list>li>span,
#es.is-mobile .es-actions-list>li>time {
    padding-top: 8px;
    padding-bottom: 8px
}

#es.is-mobile .es-actions-list>li+li:before {
    top: 8px
}

#es .es-sharer__title {
    padding: 8px;
    background-color: #f5f5f5
}

#es .es-sharer__select {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-sharer__stream {
    padding: 8px
}

#es .es-sharer__action {
    padding: 8px
}

#es .es-sharer__btn-popdown {
    width: auto;
    line-height: 1;
    font-size: 12px
}

#es .es-sharer__btn-popdown>div {
    padding: 4px 8px
}

#es .es-sharer__btn-popdown .i-chevron--down:before {
    top: 1px
}

#es .es-slider-wrapper {
    overflow: hidden;
    position: relative
}

#es .es-slider:before,
#es .es-slider:after {
    content: " ";
    display: table
}

#es .es-slider:after {
    clear: both
}

#es .es-slider__item {
    min-width: 0;
    width: 100%;
    float: left
}

#es .es-slider-content {
    width: 100%
}

#es .es-slider-content__title {
    font-weight: bold
}

#es .es-slider-content__desc {
    line-height: 1.2
}

#es .es-slider-pages {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    text-align: left
}

#es .es-slider-pages li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #f5f5f5
}

#es .es-slider-pages li:hover {
    background: #888
}

#es .es-slider-pages li.is-active {
    background: #444
}

#es .es-list__item {
    padding: 16px 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-list__item:not(:first-child) {
    border-top: 1px solid #e1e1e1
}

#es .es-list__action {
    padding-right: 8px
}

#es .es-list-title {
    font-weight: bold;
    color: #888;
    background: #f5f5f5;
    padding: 16px 8px 4px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-list-item-actions {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px;
    margin: 8px 0
}

#es .es-list-item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

#es .es-list-item__media {
    margin-right: 8px
}

#es .es-list-item__context {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-list-item__hd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

#es .es-list-item__bd {
    padding-top: 8px
}

#es .es-list-item__content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

#es .es-list-item__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 8px
}

#es .es-list-item__action .btn {
    margin-left: 8px
}

#es .es-list-item__state {
    display: none;
    padding: 0 8px
}

#es .es-list-item__state .es-label-state {
    width: 24px;
    height: 24px;
    line-height: 24px
}

#es .es-list-item__state .es-label-state__icon {
    line-height: 1
}

#es .es-list-item__state .es-label-state__icon:before {
    font-size: 9px
}

#es .es-list-item__title {
    margin-bottom: 4px;
    font-weight: bold
}

#es .es-list-item__desc {
    color: #888;
    margin-bottom: 4px
}

#es .es-list-item__meta {
    margin-bottom: 4px
}

#es .es-list-item__meta,
#es .es-list-item__meta a {
    color: #888
}

#es .es-list-item.is-featured .es-list-item__state,
#es .es-list-item.is-passed .es-list-item__state {
    display: block
}

#es .es-mobile-filter {
    margin-bottom: 8px
}

#es .es-mobile-filter__hd {
    padding: 8px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e1e1e1
}

#es .es-mobile-filter__hd-cell {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#es .es-mobile-filter__hd-cell.is-slider {
    width: calc(100% - 38px);
    padding-right: 8px
}

#es .es-mobile-filter__hd-cell.is-last {
    margin-left: auto;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .es-mobile-filter__bd {
    border-bottom: 1px solid #e1e1e1
}

#es .es-mobile-filter-slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

#es .es-mobile-filter-slider__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-mobile-filter-slider__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

#es .es-mobile-filter-slider__item:not(:first-child) {
    margin-left: 8px
}

#es .es-mobile-filter-slider__btn {
    color: #444 !important;
    background-color: #fff !important;
    border-color: #e1e1e1 !important
}

#es .es-mobile-filter-slider__btn:focus,
#es .es-mobile-filter-slider__btn.focus {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #a1a1a1 !important
}

#es .es-mobile-filter-slider__btn:hover {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #c2c2c2 !important
}

#es .es-mobile-filter-slider__btn:active,
#es .es-mobile-filter-slider__btn.active,
.open>.dropdown-toggle#es .es-mobile-filter-slider__btn {
    color: #444 !important;
    background-color: #e6e6e6 !important;
    border-color: #c2c2c2 !important
}

#es .es-mobile-filter-slider__btn:active:hover,
#es .es-mobile-filter-slider__btn:active:focus,
#es .es-mobile-filter-slider__btn:active.focus,
#es .es-mobile-filter-slider__btn.active:hover,
#es .es-mobile-filter-slider__btn.active:focus,
#es .es-mobile-filter-slider__btn.active.focus,
.open>.dropdown-toggle#es .es-mobile-filter-slider__btn:hover,
.open>.dropdown-toggle#es .es-mobile-filter-slider__btn:focus,
.open>.dropdown-toggle#es .es-mobile-filter-slider__btn.focus {
    color: #444 !important;
    background-color: #d4d4d4 !important;
    border-color: #a1a1a1 !important
}

#es .es-mobile-filter-slider__btn:active,
#es .es-mobile-filter-slider__btn.active,
.open>.dropdown-toggle#es .es-mobile-filter-slider__btn {
    background-image: none !important
}

#es .es-mobile-filter-slider__btn.disabled,
#es .es-mobile-filter-slider__btn.disabled:hover,
#es .es-mobile-filter-slider__btn.disabled:focus,
#es .es-mobile-filter-slider__btn.disabled.focus,
#es .es-mobile-filter-slider__btn.disabled:active,
#es .es-mobile-filter-slider__btn.disabled.active,
#es .es-mobile-filter-slider__btn[disabled],
#es .es-mobile-filter-slider__btn[disabled]:hover,
#es .es-mobile-filter-slider__btn[disabled]:focus,
#es .es-mobile-filter-slider__btn[disabled].focus,
#es .es-mobile-filter-slider__btn[disabled]:active,
#es .es-mobile-filter-slider__btn[disabled].active,
fieldset[disabled] #es .es-mobile-filter-slider__btn,
fieldset[disabled] #es .es-mobile-filter-slider__btn:hover,
fieldset[disabled] #es .es-mobile-filter-slider__btn:focus,
fieldset[disabled] #es .es-mobile-filter-slider__btn.focus,
fieldset[disabled] #es .es-mobile-filter-slider__btn:active,
fieldset[disabled] #es .es-mobile-filter-slider__btn.active {
    background-color: #fff !important;
    border-color: #e1e1e1 !important
}

#es .es-mobile-filter-slider__btn .badge {
    color: #fff !important;
    background-color: #444 !important
}

#es .es-mobile-filter-slider__tab {
    color: #444;
    display: inline-block;
    white-space: nowrap;
    padding: 8px;
    border-bottom: 2px solid transparent
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn {
    color: #fff !important;
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.focus {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #185195 !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #2171ce !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active,
.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn {
    color: #fff !important;
    background-color: #2275d7 !important;
    border-color: #2171ce !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active:hover,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active:focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active.focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active:hover,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active:focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active.focus,
.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover,
.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus,
.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.focus {
    color: #fff !important;
    background-color: #1d65b8 !important;
    border-color: #185195 !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active,
.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn {
    background-image: none !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled:hover,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled:focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled.focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled:active,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled.active,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled],
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled]:hover,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled]:focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled].focus,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled]:active,
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled].active,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.focus,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active,
fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active {
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn .badge {
    color: #4a90e2 !important;
    background-color: #fff !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__tab {
    border-bottom: 2px solid #4a90e2
}

#es .es-mobile-filter-slider:before,
#es .es-mobile-filter-slider:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    width: 36px
}

#es .es-mobile-filter-slider:not(.is-end-left):before {
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: -o-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-repeat: repeat-x
}

#es .es-mobile-filter-slider:not(.is-end-right):after {
    right: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-repeat: repeat-x
}

#es.es-mobile-actions-wrapper.open .es-mobile-actions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2147483647
}

#es.es-mobile-actions-wrapper.open .dropdown-menu {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    min-height: 24vh;
    max-height: 52vh;
    overflow-x: auto;
    border-radius: 8px 8px 0 0;
    background: #f5f5f5;
    padding-top: 0
}

#es.es-mobile-actions-wrapper.open .dropdown-menu>li {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

#es.es-mobile-actions-wrapper.open .dropdown-menu>li.divider {
    display: none
}

#es.es-mobile-actions-wrapper.open .dropdown-menu>li>a {
    font-size: 13px;
    line-height: 2;
    background: #fff;
    padding: 8px 16px
}

#es .es-mobile-info {
    margin-bottom: 16px
}

#es .es-mobile-info .es-side-widget {
    border-bottom: 1px solid #e1e1e1
}

#es .es-mobile-info .es-side-widget+.es-side-widget,
#es .es-mobile-info .es-side-widget+.es-widgets-wrapper-mobile {
    margin-top: 8px
}

#es .es-hints {
    display: none
}

#es .es-convo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #e1e1e1
}

#es .es-convo__sidebar,
#es .es-convo__content {
    vertical-align: top;
    position: relative
}

#es .es-convo__search-input-wrap {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

#es .es-convo__search-input-wrap input[type="text"] {
    border: 0;
    box-shadow: none;
    padding-right: 24px
}

#es .es-convo__search-input-wrap:before {
    position: absolute;
    right: 8px;
    top: 6px;
    content: "\f002";
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #888;
    display: inline-block;
    text-decoration: inherit
}

#es .es-convo__sidebar {
    width: 280px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    border-right: 1px solid #e1e1e1;
    background-color: #fff
}

#es .es-convo__sidebar-hd {
    border-bottom: 1px solid #e1e1e1;
    height: 40px
}

#es .es-convo__sidebar-hd:before,
#es .es-convo__sidebar-hd:after {
    content: " ";
    display: table
}

#es .es-convo__sidebar-hd:after {
    clear: both
}

#es .es-convo__sidebar-btn-new {
    border-bottom: 1px solid #e1e1e1
}

#es .es-convo__sidebar-btn-new .btn {
    border: 0 !important
}

#es .es-convo__sidebar-scroll-area {
    position: absolute;
    top: 116px;
    bottom: 0
}

#es .es-convo__sidebar-item {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 8px;
    cursor: pointer
}

#es .es-convo__sidebar-item .o-flag__body {
    max-width: 0
}

#es .es-convo__sidebar-item:hover {
    background-color: #f5f5f5
}

#es .es-convo__sidebar-item:hover .es-convo__sidebar-action {
    display: block
}

#es .es-convo__sidebar-item.is-dropdown {
    z-index: 3
}

#es .es-convo__sidebar-item-title {
    overflow: hidden;
    text-overflow: ellipsis
}

#es .es-convo__sidebar-item-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-convo__sidebar-item-edit {
    z-index: 2;
    color: #888
}

#es .es-convo__sidebar-action {
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 2;
    display: none
}

#es .es-convo__sidebar-action>a {
    color: #444
}

#es .es-convo__sidebar-pagination {
    margin-top: 40px;
    padding: 8px;
    padding-bottom: 80px
}

#es .es-convo__content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

#es .es-convo__content-hd {
    padding: 8px 20px 8px 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    height: 40px
}

#es .es-convo__content-hd:before,
#es .es-convo__content-hd:after {
    content: " ";
    display: table
}

#es .es-convo__content-hd:after {
    clear: both
}

#es .es-convo__content-hd-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-convo__content-hd-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-convo__content-hd-title-input {
    position: relative;
    top: -2px;
    width: 100%;
    display: none
}

#es .es-convo__content-hd-edit {
    margin-left: 8px;
    color: #888
}

#es .es-convo__content-hd.is-editing .es-convo__content-hd-title,
#es .es-convo__content-hd.is-editing .es-convo__content-action {
    display: none
}

#es .es-convo__content-hd.is-editing .es-convo__content-hd-title-input {
    display: inline-block
}

#es .es-convo__content-scroll-area {
    position: relative;
    height: 540px
}

#es .es-convo__content-action {
    position: absolute;
    right: 8px;
    top: 8px
}

#es .es-convo__content.has-active .conversation-actions {
    display: inline-block
}

#es .es-convo__content.has-active .reply-button {
    display: inline-block
}

#es .es-convo__content .reply-button {
    display: none
}

#es .es-convo__content .conversation-actions {
    display: none
}

#es .es-convo__attached-item {
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 8px;
    margin-bottom: 8px;
    float: left;
    clear: both;
    max-width: 250px
}

#es .es-convo__attached-item>a {
    display: block;
    position: relative;
    text-align: center
}

#es .es-convo__attached-item>a>img {
    max-height: 200px
}

#es .es-convo__attached-item:hover .es-convo__attached-magnify-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#es .es-convo__attached-magnify-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 7px 8px;
    font-size: 16px;
    margin-left: -16px;
    margin-top: -8px;
    background-color: #fff;
    color: #555;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#es .es-convo__attached-link {
    display: block;
    max-width: 250px;
    margin: 8px 0;
    color: #4a90e2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-convo__attached-name {
    white-space: pre-line
}

#es .es-convo__attached-size {
    display: block;
    color: #888
}

#es .es-convo-sidebar-toggle {
    display: none
}

#es .btn-mobile-new-convo {
    margin-bottom: 16px
}

#es.is-mobile .es-convo {
    position: relative;
    overflow: hidden
}

#es.is-mobile .es-convo__sidebar {
    border-right: 0;
    display: block;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    transition: all .2s linear
}

#es.is-mobile .es-convo__sidebar-scroll-area {
    top: 75px
}

#es.is-mobile .es-convo__sidebar-item {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 8px
}

#es.is-mobile .es-convo__sidebar-item .es-convo__sidebar-action {
    display: block
}

#es.is-mobile .es-convo__sidebar-item:hover {
    background-color: #f5f5f5
}

#es.is-mobile .es-convo__attached-item {
    max-width: 180px
}

#es.is-mobile .es-convo__content {
    clear: both;
    display: block;
    position: relative;
    min-height: 300px;
    left: 0;
    padding: 0 0 8px;
    transition: all .2s linear
}

#es.is-mobile .es-convo__content:before,
#es.is-mobile .es-convo__content:after {
    content: " ";
    display: table
}

#es.is-mobile .es-convo__content:after {
    clear: both
}

#es.is-mobile .es-convo__content-scroll-area {
    height: auto;
    max-height: 400px
}

#es.is-mobile .es-convo__content .conversation-actions {
    margin-top: 16px;
    display: block
}

#es.is-mobile .es-convo__content-hd {
    height: auto
}

#es.is-mobile .es-convo__content-hd-title {
    float: none;
    margin-top: 32px
}

#es.is-mobile .es-convo__content-action {
    margin: 0;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

#es.is-mobile .es-convo__content .btn-convo-back,
#es.is-mobile .es-convo__content .btn-convo-dropdown {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 6px 12px;
    height: 100%;
    line-height: 20px
}

#es.is-mobile .es-convo__content .btn-convo-back {
    border-right: 1px solid #e1e1e1
}

#es.is-mobile .es-convo__content .btn-convo-dropdown {
    border-left: 1px solid #e1e1e1
}

#es.is-mobile .sidebar-open .es-convo__sidebar {
    left: 0;
    transition: all .2s linear
}

#es.is-mobile .sidebar-open .es-convo__content {
    left: 100%;
    transition: all .2s linear
}

#es .es-convo-sidebar-tab {
    text-align: center
}

#es .es-convo-sidebar-tab>li>a {
    font-size: 13px;
    color: #444;
    padding: 8px 8px;
    height: 39px
}

#es .es-convo-sidebar-tab>li>a:hover {
    color: #3f3f3f;
    background-color: #f5f5f5
}

#es .es-convo-sidebar-tab>li.active>a {
    color: #4a90e2;
    background-color: #f5f5f5
}

#es .es-convo-sidebar-tab>:not(:first-child) {
    border-left: 1px solid #e1e1e1
}

#es .es-convo-list {
    margin: 0;
    padding: 0 0 80px;
    list-style: none;
    position: relative
}

#es .es-convo-list.is-loading .es-convo-list-items {
    display: none
}

#es .es-convo-list .o-empty {
    margin-top: 150px;
    background: none;
    border: 0
}

#es .es-convo-list .o-empty .o-empty__text {
    color: #666
}

#es.is-mobile .es-convo-list .o-empty {
    margin-top: 20px
}

#es .es-convo-text {
    font-size: 13px;
    color: #333;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-convo-attachments {
    font-size: 13px;
    color: #333;
    background-color: #f5f5f5;
    padding: 8px
}

#es .es-convo-meta {
    font-size: 12px;
    color: #888
}

#es .es-convo__sidebar-scroll-area,
#es .es-convo__content-scroll-area {
    overflow-y: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

#es .es-convo__sidebar-item {
    color: #4a90e2
}

#es .es-convo__sidebar-item.is-unread {
    background-color: #e9f2f9
}

#es .es-convo__sidebar-item.is-active {
    background-color: #f5f5f5
}

#es .es-convo__sidebar-item+.es-convo__sidebar-item {
    border-top: 1px solid #e1e1e1
}

#es .es-convo__sidebar-item .o-avatar {
    width: 24px;
    height: 24px
}

#es .es-convo__sidebar-item .es-convo-text {
    color: #666
}

#es .es-convo-messages {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

#es .es-convo-messages .o-loading {
    margin-top: 200px
}

#es .es-convo-messages .o-loading i {
    font-size: 48px;
    color: #666
}

#es .es-convo-messages .is-loading .message-list,
#es .es-convo-messages .is-empty .message-list {
    display: none
}

#es .es-convo-messages .message-list {
    display: block
}

#es .es-convo-messages .o-empty {
    background: none;
    margin-top: 100px
}

#es .es-convo-messages__item {
    position: relative
}

#es .es-convo-messages__item .es-user-name {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize
}

#es .es-convo-messages__item-content {
    padding-right: 60px
}

#es .es-convo-messages__time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

#es .es-convo-messages__date {
    color: #888
}

#es .es-convo-messages__item+.es-convo-messages__item {
    margin-top: 20px
}

#es .es-convo-typing {
    position: absolute;
    width: calc(100% - 16px);
    background-color: #fff;
    top: -20px;
    left: 0;
    padding-left: 16px;
    color: #888
}

#es .es-typing-wave {
    position: relative;
    text-align: left;
    display: inline-block;
    width: auto;
    height: 20px;
    margin-left: auto;
    margin-right: auto
}

#es .es-typing-wave span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #888;
    border-radius: 50%;
    margin-right: 2px;
    -webkit-animation: type-wave 1.3s linear infinite;
    -o-animation: type-wave 1.3s linear infinite;
    animation: type-wave 1.3s linear infinite
}

#es .es-typing-wave span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

#es .es-typing-wave span:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@keyframes type-wave {
    0%,
    60%,
    100% {
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        transform: initial
    }
    30% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

#es .es-convo-reply {
    position: relative;
    width: 100%
}

#es .es-convo-reply .es-locations.has-suggested {
    margin-bottom: 120px
}

#es .es-convo-composer-wrapper {
    position: relative
}

#es .es-convo-composer {
    display: table;
    table-layout: fixed;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 16px;
    position: relative;
    bottom: 0;
    width: 100%
}

#es .es-convo-composer:before,
#es .es-convo-composer:after {
    content: " ";
    display: table
}

#es .es-convo-composer:after {
    clear: both
}

#es .es-convo-composer__hd {
    padding: 16px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-convo-composer__textarea {
    min-height: 80px
}

#es .es-convo-composer__bd {
    padding: 8px 16px
}

#es .es-convo-composer__ft {
    padding-left: 16px;
    padding-right: 16px
}

#es .es-convo-composer__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-convo-composer__action-tab {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    padding-right: 20px
}

#es .es-convo-composer__action-tab-link {
    color: #888;
    display: inline-block;
    padding: 8px 4px;
    margin-left: 8px;
    outline: 0 !important;
    cursor: pointer
}

#es .es-convo-composer__action-tab-link::-moz-focus-inner {
    border: 0 !important
}

#es .es-convo-composer__action-tab-link i {
    font-size: 16px
}

#es .es-convo-composer__action-tab-link:hover {
    color: #444
}

#es .es-convo-composer__action-reply {
    margin-left: auto
}

#es .es-convo-composer__close {
    border-radius: 100%;
    position: relative;
    left: 0;
    top: -3px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #888;
    text-align: center;
    z-index: 10;
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .es-convo-composer__close:before,
#es .es-convo-composer__close:after {
    background: #888;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-convo-composer__close:before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px
}

#es .es-convo-composer__close:after {
    height: 10px;
    width: 2px;
    margin: -5px 0 0 -1px
}

#es .es-convo-composer .es-location-form {
    border: 1px solid #e1e1e1
}

#es .es-upload-wrapper {
    position: relative;
    color: #888;
    background-color: #f5f5f5;
    padding: 8px;
    border: 1px solid #e1e1e1
}

#es .es-upload-wrapper__note-pop {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2
}

#es .es-upload-wrapper__note-pop>a {
    display: inline-block;
    color: #888
}

#es .es-upload-wrapper__note {
    min-height: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-upload-wrapper__note>a {
    margin-left: 3px;
    outline: 0 !important
}

#es .es-upload-wrapper__note>a::-moz-focus-inner {
    border: 0 !important
}

#es .es-upload-wrapper__attachment-list {
    margin-top: 8px;
    width: 100%;
    background-color: #fff;
    color: #444
}

#es .es-upload-wrapper__attachment-item {
    position: relative;
    padding: 4px 8px;
    margin-bottom: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-upload-wrapper__attachment-item-name {
    margin-left: 4px
}

#es .es-upload-wrapper__attachment-item-state {
    margin-left: auto
}

#es .es-upload-wrapper__attachment-remove {
    border-radius: 100%;
    position: relative;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #888;
    text-align: center;
    z-index: 10;
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#es .es-upload-wrapper__attachment-remove:before,
#es .es-upload-wrapper__attachment-remove:after {
    background: #888;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-upload-wrapper__attachment-remove:before {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px
}

#es .es-upload-wrapper__attachment-remove:after {
    height: 10px;
    width: 2px;
    margin: -5px 0 0 -1px
}

#es.is-mobile .es-convo-composer__bd {
    padding: 8px
}

#es.is-mobile .es-convo-composer__editor {
    padding: 8px 8px 0
}

#es.is-mobile .es-convo-composer__location {
    margin-bottom: 8px
}

#es.is-mobile .es-convo-composer .es-location-form {
    border: 0;
    border-bottom: 1px solid #e1e1e1
}

#es .es-convo-selectize-dummy {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 200px;
    display: none
}

#es .has-dropdown .es-convo-selectize-dummy {
    display: block
}

#es .es-messaging .selectize-control {
    z-index: 3
}

#es .es-messaging .form-group {
    position: relative
}

#es .es-convo-markitup {
    border: 1px solid #e1e1e1;
    border-bottom: 0
}

#es .es-convo-dialog {
    border: 1px solid #e1e1e1;
    border-bottom: 0
}

#es .es-single-composer-textarea {
    border: 1px solid #e1e1e1;
    padding: 8px
}

#es .es-single-composer-textarea .mentions textarea {
    min-height: 20px
}

#es.popbox---convo-note .arrow {
    display: none !important
}

#es .es-convo-popbox-content {
    padding: 8px
}

#es .es-noti-hd__badge {
    background-color: #428bca;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    min-width: 28px;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

#es .es-noti-hd__action {
    float: right
}

#es .es-noti-list {
    margin-bottom: 20px
}

#es .es-noti__item {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff
}

#es .es-noti__item:hover {
    background-color: #f5f5f5
}

#es .es-noti__noclick {
    position: absolute;
    display: none
}

#es .es-noti__date {
    color: #888
}

#es .es-noti__title {
    color: #444
}

#es .es-noti__meta-list>li+li:before {
    content: '\00b7'
}

#es .es-noti__item-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    background-color: #4a90e2
}

#es .es-noti__item-content {
    position: relative;
    padding: 16px 120px 16px 20px
}

#es .es-noti__item-type {
    position: absolute;
    right: 28px;
    top: 8px
}

#es .es-noti__item-type-icon {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9), -1px 1px 0 rgba(255, 255, 255, 0.9), -1px -1px 0 rgba(255, 255, 255, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
    right: 4px;
    z-index: 2
}

#es .es-noti__item-type-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #888
}

#es .es-noti__item-embed {
    display: block
}

#es .es-noti__item-embed>img {
    max-width: 120px;
    max-height: 120px
}

#es .es-noti__item-action {
    position: absolute;
    top: 16px;
    right: 16px
}

#es .es-noti__item.is-read .es-noti__item-indicator {
    display: none
}

#es .es-noti__item.is-unread {
    background-color: #e9f2f9
}

#es .es-noti__item.is-remove {
    opacity: .5
}

#es .es-noti__item.is-remove .es-noti__noclick {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block
}

#es.is-mobile .es-noti-hd {
    text-align: center
}

#es.is-mobile .es-noti-hd__action {
    float: none;
    margin-top: 16px
}

#es.popbox-notifications .es-avatar {
    width: 16px !important;
    height: 16px !important
}

#es.popbox-notifications .es-avatar img {
    width: 16px !important;
    height: 16px !important
}

#es.popbox-notifications .popbox-body {
    width: 100%;
    max-height: 250px;
    overflow: auto;
    padding: 0
}

#es.popbox-notifications .btn-es.btn-small,
#es.popbox-notifications .btn-small[class^="btn-es-"],
#es.popbox-notifications .btn-small[class*=" btn-es-"] {
    font-size: 11px !important;
    padding: 1px 8px !important
}

#es.popbox-notifications .notifications-result,
#es.popbox-notifications .conversations-result {
    padding-bottom: 10px
}

#es.popbox-notifications .notifications-result i.ies-earth,
#es.popbox-notifications .conversations-result i.ies-earth {
    color: #999;
    margin-left: 1px
}

#es.popbox-notifications .notifications-result .object-image,
#es.popbox-notifications .conversations-result .object-image {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 7px;
    outline: 0;
    padding: 1px
}

#es.popbox-notifications .notifications-result .object-image:before,
#es.popbox-notifications .notifications-result .object-image:after,
#es.popbox-notifications .conversations-result .object-image:before,
#es.popbox-notifications .conversations-result .object-image:after {
    content: " ";
    display: table
}

#es.popbox-notifications .notifications-result .object-image:after,
#es.popbox-notifications .conversations-result .object-image:after {
    clear: both
}

#es.popbox-notifications .notifications-result .object-image>span,
#es.popbox-notifications .conversations-result .object-image>span {
    width: 52px;
    height: 38px;
    background-color: transparent;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

#es.popbox-notifications .notifications-result .is-unread .notice-message,
#es.popbox-notifications .conversations-result .is-unread .notice-message {
    background: #f6fbff !important
}

#es.popbox-notifications .notifications-result .notice-message,
#es.popbox-notifications .conversations-result .notice-message {
    padding: 4px 10px
}

#es.popbox-notifications .notifications-result .notice-message .es-avatar,
#es.popbox-notifications .conversations-result .notice-message .es-avatar {
    margin-top: 5px !important
}

#es.popbox-notifications .notifications-result .notice-message:hover,
#es.popbox-notifications .conversations-result .notice-message:hover {
    background: #f6f6f6 !important
}

#es.popbox-notifications .notifications-result .notice-message>a,
#es.popbox-notifications .conversations-result .notice-message>a {
    color: #666 !important;
    padding: 0 5px !important;
    white-space: normal !important;
    display: block !important
}

#es.popbox-notifications .notifications-result .notice-message>a:hover,
#es.popbox-notifications .conversations-result .notice-message>a:hover {
    text-decoration: none !important
}

#es.popbox-notifications .friends-result {
    padding-bottom: 10px
}

#es.popbox-notifications .friends-result .loading-indicator {
    display: none !important
}

#es.popbox-notifications .friends-result .es-action-wrap {
    clear: both;
    position: relative;
    padding: 5px 0 0
}

#es.popbox-notifications .type-broadcast.is-unread>.notice-message {
    background: #ffc !important
}

#es .es-friend-approve-list .btn {
    display: inline-block !important
}

#es .es-friend-approve-list .btn.view-profile {
    display: none !important
}

#es .es-friend-approve-list .added-friends .btn.view-profile {
    display: inline-block !important
}

#es .es-friend-approve-list .added-friends .btn.reject-friend {
    display: none !important
}

#es .es-friend-approve-list .added-friends .btn.accept-friend {
    display: none !important
}

#es .es-toolbar {
    margin-bottom: 16px;
    position: relative;
    min-height: 35px;
    z-index: 20;
    border: 0
}

#es .es-toolbar:before,
#es .es-toolbar:after {
    content: " ";
    display: table
}

#es .es-toolbar:after {
    clear: both
}

#es .es-toolbar *:focus {
    outline: 0
}

#es .es-toolbar .btn {
    text-shadow: none
}

#es .es-toolbar .apps-icon {
    vertical-align: top
}

#es .es-toolbar+.alert {
    margin: 15px 0
}

#es .es-toolbar .es-toolbar-avatar {
    float: left;
    height: 35px;
    overflow: hidden;
    border: 1px solid #6ca0d9;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #6baee2 0, #699ed4 100%);
    background-image: -o-linear-gradient(top, #6baee2 0, #699ed4 100%);
    background-image: linear-gradient(to bottom, #6baee2 0, #699ed4 100%);
    background-repeat: repeat-x
}

#es .es-toolbar .es-toolbar-avatar .o-nav>li.toolbar-profile>a {
    padding: 4px 20px 4px 6px
}

#es .es-toolbar .es-toolbar-wrap>.o-nav>li {
    float: left
}

#es .es-toolbar .o-nav.pull-right {
    float: right
}

#es .es-toolbar .navbar-inner {
    position: relative;
    min-height: 35px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #6baee2 0, #699ed4 100%);
    background-image: -o-linear-gradient(top, #6baee2 0, #699ed4 100%);
    background-image: linear-gradient(to bottom, #6baee2 0, #699ed4 100%);
    background-repeat: repeat-x;
    box-shadow: none;
	background:#afb6dc;
}

#es .es-toolbar .divider-vertical {
    margin: 5px 2px 0;
    height: 24px;
    border-left: 1px solid #5b8fbe;
    border-right: 0 solid #6aa7dd;
    opacity: .7;
    filter: alpha(opacity=70)
}

#es .es-toolbar .label-notification {
    position: absolute;
    top: 2px;
    right: 1px
}

#es .es-toolbar .has-new .label-notification {
    display: inline-block
}

#es .es-toolbar .loginLink .es-avatar {
    float: left
}

#es .es-toolbar .toolbar-user-name {
    display: inline-block;
    max-width: 175px;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    line-height: 15px;
    color: #7b7b7b;
    font-size: 12px;
    margin-left: 8px;
    text-shadow: none
}

#es .es-toolbar .es-avatar {
    width: 32px;
    height: 32px
}

#es .es-toolbar .es-avatar img {
    width: 32px;
    height: 32px;
	border-radius: 50px;
	position: relative;
	top: -8px;
}

#es .es-toolbar .es-toolbar-wrap {
    overflow: visible
}

#es .es-toolbar .es-toolbar-wrap .o-nav>li>a {
    margin: 0
}

#es .es-toolbar .es-toolbar-wrap .pull-right .dropdown-menu:before {
    left: auto;
    right: 15px
}

#es .es-toolbar .es-toolbar-wrap .pull-right .dropdown-menu:after {
    left: auto;
    right: 16px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu {
    border-radius: 0 0 3px 3px;
    margin-top: 0;
    padding-bottom: 0;
    top: 35px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu .divider {
    border-bottom: 1px solid #f5f5f5;
    display: block
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu .es-avatar {
    margin: 5px 0 0 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu:before {
    left: 13px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu:after {
    left: 14px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu li>div>a {
    color: #444
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends {
    width: 380px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification h5,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post h5,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations h5,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends h5 {
    color: #444;
    display: inline;
    float: left;
    margin: 8px 0 5px 20px;
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .actions,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post .actions,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .actions,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .actions {
    float: right;
    margin-top: 10px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .actions a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post .actions a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .actions a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .actions a {
    display: inline;
    font-size: 12px;
    margin: 0 10px;
    color: #08c;
    line-height: 20px;
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .media-body a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post .media-body a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .media-body a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .media-body a {
    display: inline;
    padding: 0;
    text-decoration: underline
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .media-body .es-action a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post .media-body .es-action a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .media-body .es-action a,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .media-body .es-action a {
    text-decoration: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .media-body .es-action a .fa,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post .media-body .es-action a .fa,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .media-body .es-action a .fa,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .media-body .es-action a .fa {
    color: #fff
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends li {
    margin-bottom: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification ul.es-item-list,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post ul.es-item-list,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations ul.es-item-list,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends ul.es-item-list {
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification ul.es-item-list li+li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post ul.es-item-list li+li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations ul.es-item-list li+li,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends ul.es-item-list li+li {
    border-top: 1px solid #f5f5f5
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification li.empty,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post li.empty,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations li.empty,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends li.empty {
    border-top: 0;
    color: #444
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations {
    width: 400px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .object-content {
    color: #444
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations li>div>a .object-title {
    font-weight: 700
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations .btn-archive {
    position: absolute;
    right: 15px;
    top: 8px;
    padding: 3px 8px;
    display: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-conversations li:hover .btn-archive {
    display: inline-block
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification i.ies-earth {
    color: #999;
    margin-left: 1px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-image {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 7px;
    outline: 0;
    padding: 1px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-image:before,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-image:after {
    content: " ";
    display: table
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-image:after {
    clear: both
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-image>span {
    width: 52px;
    height: 38px;
    background-color: transparent;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-title {
    font-size: 12px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-title .object-text img,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notification .object-title>img {
    max-width: 48px;
    float: right
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice {
    width: 280px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice ul>li {
    width: 100%;
    border-bottom: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice .notification-result {
    padding-top: 0;
    border: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice .notificationItem+.notificationItem {
    margin-top: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice .btn-logout {
    display: inline-block;
    color: #fff
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a {
    min-height: 40px;
    white-space: normal;
    text-align: left;
    display: block;
    padding: 0 0 0 5px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a:before,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a:after {
    content: " ";
    display: table
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a:after {
    clear: both
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a i {
    position: absolute;
    top: 6px;
    left: 6px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a>span {
    margin-left: 20px;
    padding: 4px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li>a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #333
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice li+li {
    border-top: 1px solid #f0f0f0;
    clear: both;
    margin: 0;
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-notice .btn {
    margin-top: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post {
    width: 420px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post div.post-wrapper {
    padding: 10px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-post textarea {
    resize: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends {
    width: 340px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action {
    margin-right: 12px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action .btn {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action .btn:hover {
    text-decoration: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action .loading-indicator {
    display: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action.friend-adding .btn {
    display: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends .es-action.friend-adding .loading-indicator {
    display: inline
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-friends li.es-item-list+li.es-item-list {
    border-top: 1px solid #f5f5f5;
    clear: both;
    margin: 0;
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search {
    top: 33px;
    width: 240px;
    right: 0;
    left: auto;
    display: none
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-empty {
    padding: 20px;
    text-align: center;
    color: #888
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-blk-hd {
    font-weight: bold;
    padding: 10px 16px;
    border-bottom: 1px solid #f5f5f5
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-blk-bd .es-avatar {
    margin: 0 5px 0 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list a {
    padding: 6px 15px 6px 20px
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list a:before,
#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list a:after {
    content: " ";
    display: table
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list a:after {
    clear: both
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk .search-result-list li+li {
    border-top: 1px solid #f5f5f5
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-blk+.search-blk {
    border-top: 1px solid #f5f5f5
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu.dropdown-menu-search .search-footer {
    border-top: 1px solid #f5f5f5;
    padding: 14px 10px;
    background: #f7f7f7
}

#es .es-toolbar .es-toolbar-wrap .dropdown-menu .es-avatar a {
    padding: 0
}

#es .es-toolbar .visible-phone {
    display: none !important
}

#es .es-toolbar div.modal-footer {
    clear: both
}

#es .es-toolbar .o-nav {
    padding: 0;
    margin: 0
}

#es .es-toolbar .o-nav li {
    padding: 0;
    background-image: none
}

#es .es-toolbar .o-nav>li {
    line-height: 8px;
    position: relative;
    overflow: visible
}

#es .es-toolbar .o-nav>li>a {
    padding: 10px 8px;
    height: 34px;
    line-height: 0;
    overflow: hidden;
    display: inline-block
}

#es .es-toolbar .o-nav>li>a .fa {
    vertical-align: top;
    position: relative;
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #787878;
    font-size: 20px;
    text-align: center
	text-shadow: 0 -1px 0 #ddd;
}

#es .es-toolbar .o-nav>li>a:hover .fa {color:#000;}

#es .es-toolbar .o-nav>li>a .ies-locked {
    font-size: 12px;
    color: #fff
}

#es .es-toolbar .o-nav>li>a.to_login {
    padding: 12px 35px 8px 0
}

#es .es-toolbar .o-nav>li>.login-link {
    cursor: pointer
}

#es .es-toolbar .o-nav>li>.login-link>.caret {
    position: absolute;
    top: 16px;
    right: 6px;
    border-top-color: #444;
    border-bottom-color: #444
}

#es .es-toolbar .o-nav>li.dropdown.open>.dropdown-toggle_ {
    background: none
}

#es .es-toolbar .o-nav>li.has-new .fa {
    color: #7b7b7b;
}

#es .es-toolbar .o-nav>li.toolbar-home>a {
    padding: 10px 12px
}

#es .es-toolbar .o-nav>li.toolbar-profile>a {
    padding: 10px 14px
}

#es .es-toolbar .o-nav>.active>a {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .es-toolbar .o-nav>.active>a:hover,
#es .es-toolbar .o-nav>.active>a:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .es-toolbar .o-navbar-search {
    position: relative;
    float: right;
    margin: 0;
    background: #9ea5cb;
    display: block;
    width: 240px;
    height: 34px
}

#es .es-toolbar .o-navbar-search .o-navbar-search__query {
    color: white;
    position: relative;
    margin-bottom: 0;
    border: 0;
    padding: 0 14px 0 36px;
    margin-top: 9px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    background: #9ea5cb;
    vertical-align: middle;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    display: inline-block
}

#es .es-toolbar .o-navbar-search .o-navbar-search__query::-moz-placeholder {
    color: white;
    opacity: 1
}

#es .es-toolbar .o-navbar-search .o-navbar-search__query:-ms-input-placeholder {
    color: white
}

#es .es-toolbar .o-navbar-search .o-navbar-search__query::-webkit-input-placeholder {
    color: white
}

#es .es-toolbar .o-navbar-search .o-navbar-search__query:focus {
    outline: 0
}

#es .es-toolbar .o-navbar-search .fa-search {
    position: absolute;
    top: 10px;
    left: 16px;
    color: #fff;
    z-index: 2
}

#es .es-toolbar .o-navbar-search+.o-nav {
    margin-right: 5px
}

#es .es-toolbar .o-navbar-search__filter {
    position: absolute;
    top: -1px;
    right: 0;
    height: 34px;
    line-height: 34px
}

#es .es-toolbar .o-navbar-search__filter>a {
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 11px;
    opacity: .75;
    filter: alpha(opacity=75)
}

#es .es-toolbar .o-navbar-search__filter>a>.fa {
    line-height: inherit
}

#es .es-toolbar .o-navbar-search__filter:hover>a {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-toolbar .o-navbar-search__filter-icon {
    color: #aaa
}

#es .es-toolbar .o-navbar-search__filter-header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    margin-bottom: 4px
}

#es .es-toolbar .o-navbar-search__filter-item {
    width: 50%;
    float: left
}

#es .es-toolbar .o-navbar-search__dropdown {
    padding: 8px 16px;
    width: 242px
}

#es.is-mobile .es-toolbar .o-navbar-search {
    float: none;
    position: absolute;
    top: 35px;
    width: 100%
}

#es.is-mobile .es-toolbar .es-avatar {
    margin-right: 8px
}

#es.is-mobile .es-toolbar .toolbar-user-name {
    display: none
}

@media(max-width:480px) {
    #es.popbox--navbar {
        width: 96%;
        left: 52% !important;
        margin-left: -50% !important
    }
    #es.popbox--navbar>.arrow {
        display: none
    }
    #es .popbox-dropdown {
        width: 100%;
        max-width: 100%
    }
}

#es .es-dropdown-menu-search {
    left: auto;
    margin-top: 1px;
    min-width: 260px;
    padding: 4px 8px;
    right: -8px
}

#es .es-dropdown-menu-search__title {
    font-weight: bold
}

#es.popbox-nav-search,
#es.popbox--navbar {
    min-width: 300px;
    min-height: 60px;
    overflow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#es.popbox-navbar-friends,
#es.popbox-navbar-conversations,
#es.popbox-navbar-notifications {
    width: 380px
}

#es.popbox-navbar-profile,
#es.popbox-navbar-signin {
    width: 260px;
    max-height: none
}

#es.popbox-navbar-profile .popbox-dropdown__hd,
#es.popbox-navbar-profile .popbox-dropdown__bd,
#es.popbox-navbar-profile .popbox-dropdown__ft,
#es.popbox-navbar-signin .popbox-dropdown__hd,
#es.popbox-navbar-signin .popbox-dropdown__bd,
#es.popbox-navbar-signin .popbox-dropdown__ft {
    background-color: #fff
}

#es.popbox-navbar-profile .popbox-dropdown__hd,
#es.popbox-navbar-signin .popbox-dropdown__hd {
    padding: 4px 8px
}

#es.popbox-navbar-profile .popbox-dropdown__ft,
#es.popbox-navbar-signin .popbox-dropdown__ft {
    padding: 0 8px 8px 8px
}

#es.popbox-navbar-profile .popbox-dropdown-nav,
#es.popbox-navbar-signin .popbox-dropdown-nav {
    max-height: none
}

#es .popbox-dropdown {
    background-color: #fff
}

#es .popbox-dropdown__hd:before,
#es .popbox-dropdown__hd:after,
#es .popbox-dropdown__bd:before,
#es .popbox-dropdown__bd:after,
#es .popbox-dropdown__ft:before,
#es .popbox-dropdown__ft:after {
    content: " ";
    display: table
}

#es .popbox-dropdown__hd:after,
#es .popbox-dropdown__bd:after,
#es .popbox-dropdown__ft:after {
    clear: both
}

#es .popbox-dropdown__hd {
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #e1e1e1
}

#es .popbox-dropdown__bd {
    background: #fff;
    padding: 0;
    font-size: 13px
}

#es .popbox-dropdown__bd .o-empty__content {
    width: 100%
}

#es .popbox-dropdown__ft {
    background: #fff;
    color: #888;
    font-size: 12px;
    padding-top: 8px
}

#es .popbox-dropdown__title {
    font-weight: bold
}

#es .popbox-dropdown__meta {
    color: #888;
    font-size: 12px
}

#es .popbox-dropdown__note {
    outline: 0 !important
}

#es .popbox-dropdown__note::-moz-focus-inner {
    border: 0 !important
}

#es .popbox-dropdown-nav {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff
}

#es .popbox-dropdown-nav__item {
    background-color: #fff;
    font-size: 13px
}

#es .popbox-dropdown-nav__item:hover {
    background: #f6f7f9
}

#es .popbox-dropdown-nav__item+.popbox-dropdown-nav__item {
    border-top: 1px solid #e1e1e1
}

#es .popbox-dropdown-nav__link {
    padding: 8px 8px;
    width: 100%;
    display: inline-block;
    outline: 0 !important
}

#es .popbox-dropdown-nav__link::-moz-focus-inner {
    border: 0 !important
}

#es .popbox-dropdown-nav__icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px;
    color: #888;
    position: relative
}

#es .popbox-dropdown-nav__post {
    color: #444
}

#es .popbox-dropdown-nav__name,
#es .popbox-dropdown-nav__post-user-name {
    font-weight: bold;
    color: #444
}

#es .popbox-dropdown-nav__link,
#es .popbox-dropdown-nav__post-name,
#es .popbox-dropdown-nav__post-user-name {
    color: #4a90e2
}

#es .popbox-dropdown-nav__meta-lists {
    color: #888
}

#es .popbox-dropdown-nav__meta-lists a {
    color: #888;
    display: block
}

#es .popbox-dropdown-nav__meta-lists a:hover {
    color: #444
}

#es .popbox-dropdown-nav__image {
    position: relative;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 8px;
    outline: 0;
    padding: 1px;
    float: right
}

#es .popbox-dropdown-nav__image:before,
#es .popbox-dropdown-nav__image:after {
    content: " ";
    display: table
}

#es .popbox-dropdown-nav__image:after {
    clear: both
}

#es .popbox-dropdown-nav__image>span {
    width: 52px;
    height: 40px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block
}

#es .popbox-dropdown-nav .es-user-name {
    font-size: 14px
}

#es .popbox-dropdown-nav__item.is-unread {
    background-color: #e9f2f9
}

#es .popbox-dropdown-nav__item.is-unread:hover {
    background-color: #f6f7f9
}

#es .popbox-dropdown-nav__item.is-active {
    border: 1px solid #4a90e2
}

#es .popbox-dropdown-nav__item.is-active:hover {
    background-color: #fff
}

#es .popbox-dropdown-signin {
    background-color: #fff;
    padding: 8px 16px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 8px
}

#es .popbox-dropdown-signin .o-form-group {
    margin-bottom: 8px
}

#es .popbox-dropdown-signin .o-form-group label {
    font-weight: normal
}

#es .popbox-dropdown-signin .o-form-control {
    margin-bottom: 0
}

#es .popbox-dropdown__social {
    border-top: 1px solid #e1e1e1;
    padding-top: 8px
}

@media(max-width:480px) {
    #es.popbox--navbar {
        width: 96%;
        left: 52% !important;
        margin-left: -50% !important
    }
    #es.popbox--navbar>.arrow {
        display: none
    }
    #es .popbox-dropdown {
        width: 100%;
        max-width: 100%
    }
}

#es.view-profile.layout-editPrivacy .privacy-contents {
    display: none;
    position: relative
}

#es.view-profile.layout-editPrivacy .privacy-custom-menu {
    position: absolute;
    padding: 10px;
    min-width: 350px
}

#es.view-profile.layout-editPrivacy .control-label {
    font-size: 13px
}

#es.layout-editNotifications .es-forms__content,
#es.layout-editPrivacy .es-forms__content {
    min-height: 300px
}

#es .privacy-contents__title {
    font-size: 12px;
    margin-bottom: 16px
}

#es .profile-data-timezone {
    position: relative;
    top: -2px;
    right: 2px
}

#es .profile-data-timezone .profile-data-timezone-toggle {
    height: 24px;
    position: relative;
    color: #858585 !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border: 1px solid transparent;
    padding: 0 3px 0;
    background: none !important;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#es .profile-data-timezone .profile-data-timezone-toggle .caret {
    position: relative;
    top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    border-top: 4px solid #666
}

#es .profile-data-timezone:hover .profile-data-timezone-toggle {
    color: #858585 !important;
    background-color: #fff !important;
    border-color: #d7d7d7 !important
}

#es .profile-data-timezone:hover .profile-data-timezone-toggle .caret {
    opacity: 1;
    filteR: alpha(opacity=100)
}

#es .es-block-reason {
    background-color: #f5f5f5;
    border: 1px dashed #e1e1e1;
    color: #888;
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: 3px
}

#es .es-user-banned {
    border-radius: 3px
}

#es .es-user-banned b {
    display: block;
    font-size: 110%;
    margin: 0 0 3px
}

#es.is-mobile.view-profile.layout-edit .form-profile,
#es.is-mobile.view-profile.layout-edit .form-social {
    margin: 0
}

#es.is-mobile.layout-editPrivacy .privacy-contents .o-form-group {
    padding: 0 16px
}

#es.is-mobile.layout-editPrivacy .o-form-actions {
    padding: 16px
}

#es.popbox.popbox-profile {
    width: 420px !important;
    height: 215px !important;
    background-color: #fff !important;
    border-radius: 1px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#es.popbox.popbox-profile.top-left .arrow {
    border-top-color: #f2f2f2
}

#es.popbox.popbox-profile .profile-details {
    position: absolute;
    z-index: 2;
    bottom: 75px;
    left: 0;
    color: white;
    padding: 20px 10px 5px 86px;
    width: 100%;
    height: 61px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat
}

#es.popbox.popbox-profile .profile-details .profile-title {
    font-weight: bold;
    font-size: 13px
}

#es.popbox.popbox-profile .profile-details .profile-title>a {
    color: white !important
}

#es.popbox.popbox-profile .profile-details .profile-title>a:hover {
    text-decoration: underline !important;
    background: none !important
}

#es.popbox.popbox-profile .profile-details .profile-title,
#es.popbox.popbox-profile .profile-details .profile-desp {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es.popbox.popbox-profile .popbox-cover {
    display: block;
    width: 100%;
    height: 140px;
    background: #333;
    position: absolute
}

#es.popbox.popbox-profile .popbox-cover>div {
    width: 100%;
    height: 100%
}

#es.popbox.popbox-profile .es-online-status {
    position: absolute;
    bottom: 117px;
    left: 77px;
    right: auto;
    top: auto
}

#es.popbox.popbox-profile .o-avatar-status {
    position: absolute;
    z-index: 2;
    left: 10px;
    bottom: 50px;
    overflow: visible;
    width: 64px;
    height: 64px;
    border: 2px solid #fff
}

#es.popbox.popbox-profile .o-avatar-status img {
    width: 60px;
    height: 60px;
    background: #fff;
    display: block;
    max-width: none
}

#es.popbox.popbox-profile .popbox-info {
    position: absolute;
    width: 100%;
    padding-left: 85px;
    bottom: 32px;
    line-height: 1
}

#es.popbox.popbox-profile .o-btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

#es.popbox.popbox-profile .pull-right {
    float: right
}

#es.popbox.popbox-profile .btn-es {
    display: inline-block;
    outline: 0;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.538461538;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    *border: 0;
    border-bottom-color: #bebebe;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

#es.popbox.popbox-profile .btn-es:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    background-color: #e6e6e6;
    -webkit-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

#es.popbox.popbox-profile .btn-es:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#es.popbox.popbox-profile .btn-es.active,
#es.popbox.popbox-profile .btn-es:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

#es.popbox.popbox-profile .btn-es.disabled,
#es.popbox.popbox-profile .btn-es[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#es.popbox.popbox-profile .o-btn-group+.o-btn-group {
    margin: 0;
    left: -5px
}

#es.popbox.popbox-profile .btn-friends {
    border-radius: 3px
}

#es.popbox.popbox-profile .btn-message {
    border-radius: 0 3px 3px 0;
    position: relative;
    left: -2px
}

#es.popbox.popbox-profile .popbox-footer {
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    padding: 7px 10px
}

#es.popbox.popbox-profile .popbox-footer a:focus {
    outline: 0
}

#es.popbox.popbox-profile .popbox-items {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none
}

#es.popbox.popbox-profile .popbox-items>li {
    width: 31%;
    display: inline-block !important;
    text-align: center !important;
    margin: 0 -3px 0 0 !important
}

#es.popbox.popbox-profile .popbox-item-info {
    border-left: 1px solid #f2f2f2 !important;
    padding: 2px 2px 4px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    width: 100% !important;
    height: 36px !important;
    overflow: hidden !important
}

#es.popbox.popbox-profile .popbox-item-info>a {
    color: rgba(0, 0, 0, 0.8)
}

#es.popbox.popbox-profile .popbox-item-info>a:hover .popbox-item-total {
    text-decoration: underline !important
}

#es.popbox.popbox-profile .popbox-item-info .popbox-item-total {
    line-height: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold
}

#es.popbox.popbox-profile .popbox-item-info .popbox-item-text {
    line-height: 14px !important
}

#es.popbox.popbox-profile .fd-nav {
    position: relative
}

#es.popbox.popbox-profile .popbox-restricted {
    height: 215px;
    position: relative;
    background-color: #f5f5f5;
    padding: 16px
}

#es.popbox.popbox-profile .popbox-restricted__content {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%)
}

#es.popbox.popbox-profile .popbox-restricted__title {
    font-weight: bold
}

#es.popbox.popbox-timezone .es-timezone-block {
    display: block;
    padding: 10px;
    border-top: 1px solid #e1e1e1
}

#es.popbox.popbox-timezone .es-timezone-block:hover {
    background: #fafafa
}

#es.popbox.popbox-timezone .es-timezone-block:first-child {
    border-top: 0
}

#es.popbox.popbox-timezone .es-timezone-block.es-timezone-by a {
    font-size: 11px;
    color: #aaa
}

@media(max-width:680px) {
    #es.popbox.popbox-profile {
        width: 98% !important;
        left: 5px !important;
        right: 5px !important
    }
    #es.popbox.popbox-profile .arrow {
        display: none !important
    }
}

#es .es-apps-item {
    margin-bottom: 16px
}

#es .es-apps-item__hd,
#es .es-apps-item__bd,
#es .es-apps-item__ft {
    padding: 8px 0;
    font-size: 13px;
    position: relative
}

#es .es-apps-item__hd:before,
#es .es-apps-item__hd:after,
#es .es-apps-item__bd:before,
#es .es-apps-item__bd:after,
#es .es-apps-item__ft:before,
#es .es-apps-item__ft:after {
    content: " ";
    display: table
}

#es .es-apps-item__hd:after,
#es .es-apps-item__bd:after,
#es .es-apps-item__ft:after {
    clear: both
}

#es .es-apps-item__ft {
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-apps-item__action {
    position: absolute;
    top: 8px;
    right: 8px
}

#es .es-apps-item__title {
    font-weight: bold
}

#es .es-apps-item__desc {
    margin-bottom: 8px;
    clear: both
}

#es .es-apps-item__item-action {
    margin-bottom: 8px
}

#es .es-apps-item__meta {
    color: #888
}

#es .es-apps-item__checkbox {
    margin-top: 2px;
    margin-bottom: 0
}

#es .es-apps-item__checkbox label {
    padding-left: 8px
}

#es .es-apps-entry-section {
    margin-bottom: 16px
}

#es .es-apps-entry__hd,
#es .es-apps-entry__bd,
#es .es-apps-entry__ft {
    padding: 8px 0;
    font-size: 13px;
    position: relative
}

#es .es-apps-entry__hd:before,
#es .es-apps-entry__hd:after,
#es .es-apps-entry__bd:before,
#es .es-apps-entry__bd:after,
#es .es-apps-entry__ft:before,
#es .es-apps-entry__ft:after {
    content: " ";
    display: table
}

#es .es-apps-entry__hd:after,
#es .es-apps-entry__bd:after,
#es .es-apps-entry__ft:after {
    clear: both
}

#es .es-apps-entry__ft {
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-apps-entry__action {
    position: relative
}

#es .es-apps-entry__title {
    font-weight: bold;
    font-size: 15px
}

#es .es-apps-entry__desc {
    margin-bottom: 8px
}

#es .es-apps-entry__item-action {
    margin-bottom: 8px
}

#es .es-apps-entry__meta {
    color: #888
}

#es .es-apps-item--tasks .es-apps-item__state {
    display: none
}

#es .es-apps-item--tasks .o-checkbox input[type="checkbox"]:checked+label {
    color: #888;
    text-decoration: line-through
}

#es .es-apps-item--tasks .o-checkbox input[type="checkbox"]:checked+label+.es-task-check-note {
    text-decoration: line-through
}

#es .es-apps-item--tasks.is-resolved {
    background: #fffed8
}

#es .es-apps-item--tasks.is-resolved .es-apps-item__state {
    display: inline-block
}

#es .es-apps-square-cover {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-app-discussions .label-locked,
#es .es-app-discussions .label-resolved,
#es .es-app-discussions .label-unanswered,
#es .es-app-discussions .label-answer-item {
    display: none;
    margin-right: 8px
}

#es .es-app-discussions .locked-notice {
    display: none
}

#es .es-app-discussions .discussion-unlock-action {
    display: none
}

#es .es-app-discussions .is-locked .label-locked,
#es .es-app-discussions.is-locked .label-locked {
    display: inline-block
}

#es .es-app-discussions .is-locked .discussion-lock-action,
#es .es-app-discussions .is-locked .es-app-discussion-reply-form,
#es .es-app-discussions.is-locked .discussion-lock-action,
#es .es-app-discussions.is-locked .es-app-discussion-reply-form {
    display: none
}

#es .es-app-discussions .is-locked .locked-notice,
#es .es-app-discussions.is-locked .locked-notice {
    display: block
}

#es .es-app-discussions .is-locked .discussion-unlock-action,
#es .es-app-discussions.is-locked .discussion-unlock-action {
    display: inline
}

#es .es-app-discussions .is-resolved .label-resolved,
#es .es-app-discussions.is-resolved .label-resolved {
    display: inline-block
}

#es .es-app-discussions .is-unanswered .label-unanswered,
#es .es-app-discussions.is-unanswered .label-unanswered {
    display: inline-block
}

#es .es-app-discussion-reply-form.is-empty .alert-empty {
    display: block
}

#es .es-app-discussion-reply-form .alert-empty {
    display: none
}

#es .es-app-discussion-reply-item {
    margin-bottom: 16px
}

#es .es-app-discussion-reply-item .es-app-discussion-reply-answer-state {
    display: none
}

#es .es-app-discussion-reply-item.is-editing .es-apps-item__desc,
#es .es-app-discussion-reply-item.is-editing .es-actions {
    display: none
}

#es .es-app-discussion-reply-item.is-answer-item {
    background-color: #dff0d8;
    border-left: 2px solid #4fc251
}

#es .es-app-discussion-reply-item.is-answer-item .es-app-discussion-reply-answer-state {
    display: inline-block
}

#es .es-app-discussion-reply-item+.es-app-discussion-reply-item {
    border-top: 1px solid #e1e1e1
}

#es .es-apps-tasks-stats__title {
    font-weight: bold;
    margin-bottom: 8px
}

#es .es-apps-task-progress {
    height: 32px;
    margin-bottom: 8px
}

#es .es-apps-task-form__action:before,
#es .es-apps-task-form__action:after {
    content: " ";
    display: table
}

#es .es-apps-task-form__action:after {
    clear: both
}

#es .es-container .due,
#es .es-container .completed {
    display: none
}

#es .es-container .is-due .due {
    display: inline-block !important
}

#es .es-container .is-completed .completed {
    display: inline-block !important
}

#es .es-container .is-completed .mark-uncomplete {
    display: block !important
}

#es .es-container .is-completed .mark-completed {
    display: none !important
}

#es .es-container .mark-completed {
    display: block
}

#es .es-container .mark-uncomplete {
    display: none
}

#es .es-task-form {
    margin-bottom: 16px
}

#es.is-mobile .create-task .datepicker-wrap {
    margin-top: 8px
}

#es .es-profile .app-article .blog-image {
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

#es .es-profile .app-article .blog-image>img {
    border: 1px solid #ddd
}

#es .es-profile .app-k2 {
    font-size: 13px
}

#es .es-profile .app-k2 .k2-list>li {
    margin-bottom: 16px;
    border: 1px dashed #e1e1e1;
    padding: 16px
}

#es .es-profile .app-k2 .k2-list>li+li {
    padding-top: 16px
}

#es .es-profile .app-k2 .k2-list>li .k2-meta {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 8px
}

#es .es-profile .app-k2 .k2-list>li .k2-actions {
    margin-top: 20px
}

#es.is-mobile .es-profile .k2-text .media-object {
    float: none !important;
    margin: 0
}

#es.view-registration .control-label {
    font-size: 13px
}

#es.view-registration.layout-activation .es-complete-wrap,
#es.view-registration.layout-completeOauth .es-complete-wrap,
#es.view-registration.layout-completed .es-complete-wrap {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px
}

#es.view-registration.layout-activation .es-complete-wrap .h4,
#es.view-registration.layout-completeOauth .es-complete-wrap .h4,
#es.view-registration.layout-completed .es-complete-wrap .h4 {
    font-size: 20px;
    margin: 20px 0
}

#es.view-registration.layout-activation .es-complete-wrap .es-login-form,
#es.view-registration.layout-completeOauth .es-complete-wrap .es-login-form,
#es.view-registration.layout-completed .es-complete-wrap .es-login-form {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border: 1px solid #e1e1e1;
    padding: 20px 15px;
    border-radius: 3px;
    text-align: left
}

#es.view-registration.layout-activation .es-complete-wrap .es-login-form input[type="text"],
#es.view-registration.layout-activation .es-complete-wrap .es-login-form input[type="password"],
#es.view-registration.layout-completeOauth .es-complete-wrap .es-login-form input[type="text"],
#es.view-registration.layout-completeOauth .es-complete-wrap .es-login-form input[type="password"],
#es.view-registration.layout-completed .es-complete-wrap .es-login-form input[type="text"],
#es.view-registration.layout-completed .es-complete-wrap .es-login-form input[type="password"] {
    height: 40px
}

#es .es-profile-selected {
    padding: 8px 16px;
    color: #444;
    background: #f5f5f5;
    margin-bottom: 16px
}

#es .es-complete-link {
    border: 1px solid #e1e1e1;
    color: #888;
    display: block;
    padding: 20px;
    border-radius: 3px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

#es .es-complete-link:hover {
    color: #fff;
    background: #555;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

#es .es-terms-field {
    height: 200px;
    border: 1px solid #e1e1e1 !important;
    color: #444 !important;
    background: #fafafa !important;
    padding: 5px;
    overflow: auto;
    margin-bottom: 5px
}

#es.is-mobile #registrationForm .control-label {
    width: 100%;
    text-align: left;
    font-weight: bold
}

#es.is-mobile #registrationForm .controls {
    width: 100%;
    margin: 0;
    clear: both
}

#es.is-mobile #registrationForm [data-registration-fields-item] {
    padding-top: 10px
}

#es .es-profile-type-dropdown-item__title {
    font-weight: bold
}

#es .es-profile-type-dropdown-item .o-avatar {
    background: #fff
}

#es .es-profile-type-dropdown-item+.es-profile-type-dropdown-item {
    border-top: 1px solid #e1e1e1
}

#es .es-create-category-select {
    width: 100%;
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1
}

#es .es-create-category-select input[type="radio"] {
    display: none
}

#es .es-create-category-select .btn-wrap {
    width: 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    padding: 0 8px 8px;
    margin-bottom: 8px;
    position: relative
}

#es .es-create-category-select .btn-wrap:nth-child(4n+1) {
    padding-left: 0
}

#es .es-create-category-select .btn-wrap:nth-child(4n+1) .btn-wrap__toggle {
    width: calc(100% - 8px)
}

#es .es-create-category-select .btn-wrap:nth-child(4n) {
    padding-right: 0
}

#es .es-create-category-select .btn-wrap__toggle {
    color: #888;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 16px);
    text-align: center;
    cursor: pointer
}

#es .es-create-category-select .btn-wrap .is-container {
    pointer-events: none;
    cursor: default
}

#es .es-create-category-select .btn {
    width: 100%;
    text-align: center;
    padding: 15px;
    line-height: 24px;
    font-size: 18px;
    text-shadow: none;
    min-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#es .es-create-category-select .btn img {
    display: block
}

#es .es-create-category-select .btn.active {
    background: #69a0d6;
    color: #fff
}

#es .es-create-category-select .btn.active i {
    color: #fff
}

#es .es-create-category-select .es-title {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-create-category-select .es-desc {
    line-height: 16px;
    overflow: hidden;
    white-space: normal;
    font-size: 12px;
    flex: 1 0 auto
}

#es.is-mobile .es-create-category-select .btn-wrap {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding: 0 8px 8px
}

#es .es-activity .activity-title {
    padding-right: 60px;
    line-height: 1.538461538
}

#es .es-activity .activity-meta {
    margin-top: 8px;
    color: #888;
    font-size: 13px
}

#es .activity-content,
#es .activity-content blockquote {
    font-size: 13px
}

#es .es-app-filter.has-favicon .app-title {
    margin-left: 24px
}

#es .es-media-group {
    position: relative;
    line-height: 16px;
    font-size: 13px
}

#es .es-media-group .content-hint {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    padding: 100px 0;
    display: none;
    background: #fafafa
}

#es .es-media-group .no-photos-hint {
    display: block
}

#es .es-media-group .no-albums-hint {
    display: block
}

#es .es-media-group .no-albums-hint .btn {
    margin-top: 10px;
    padding: 5px 10px
}

#es .es-media-group.can-drop-file .no-photos-hint {
    display: none
}

#es .es-media-group.can-drop-file .drop-photo-hint {
    display: block
}

#es .es-media-group .btn-upload {
    opacity: 0
}

#es .es-media-group.can-upload .btn-upload {
    opacity: 1
}

#es .es-media-group.has-photos .no-photos-hint {
    display: none
}

#es .es-media-group.has-photos .drop-photo-hint {
    display: none
}

#es .es-media-group.has-albums .no-albums-hint {
    display: none
}

#es .es-media-group.loading>.es-media-loader {
    display: block
}

#es .es-media-item {
    z-index: 1;
    position: relative
}

#es .es-media-item .show-on-hover {
    opacity: 0
}

#es .es-media-item:hover .show-on-hover {
    opacity: 1;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es .es-media-item.show-all {
    z-index: 2
}

#es .es-media-item.show-all .show-on-hover {
    opacity: 1 !important
}

#es .es-media-item.loading>.es-media-loader {
    display: block
}

#es .es-media-item-menu {
    position: absolute;
    top: 0;
    right: 0
}

#es .es-media-item-menu .btn .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 9px;
    margin-right: -1px;
    text-align: left
}

#es .es-media-item-menu .btn .dropdown-menu:after,
#es .es-media-item-menu .btn .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-media-item-menu .btn .dropdown-menu:after {
    bottom: 100%;
    left: auto1;
    right: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

#es .es-media-item-menu .btn .dropdown-menu:before {
    bottom: 100%;
    left: auto;
    right: 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

#es .es-media-header {
    margin-bottom: 10px
}

#es .es-media-header .media {
    position: relative;
    z-index: 3;
    overflow: visible;
    height: 43px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-media-header .media:before,
#es .es-media-header .media:after {
    content: " ";
    display: table
}

#es .es-media-header .media:after {
    clear: both
}

#es .es-media-header .media-object {
    margin-right: 8px;
    float: left
}

#es .es-media-header .es-avatar,
#es .es-media-header .es-avatar img {
    width: 32px;
    height: 32px
}

#es .es-media-checkbox {
    display: none;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 4
}

#es.view-albums.layout-form .es-media-checkbox {
    top: 20px;
    left: 20px
}

#es.view-albums.layout-form .es-media-checkbox .o-checkbox {
    margin: 0
}

#es .es-album-item .es-photo-item.layout-item.is-selected .es-media-checkbox,
#es .es-album-item .es-photo-item.layout-form.is-selected .es-media-checkbox,
#es .es-album-item .es-photo-item.layout-item:hover .es-media-checkbox,
#es .es-album-item .es-photo-item.layout-form:hover .es-media-checkbox {
    display: block
}

#es.is-mobile .es-media-header .media {
    height: auto;
    padding-bottom: 8px
}

#es.is-mobile .es-media-header .media-object {
    float: none;
    display: none
}

#es.is-mobile .es-media-header .es-album-owner {
    display: none
}

#es .es-media-info {
    position: relative;
    z-index: 1
}

#es .es-media-info>small {
    display: block;
    margin-top: 3px;
    position: relative
}

#es .es-media-info>small>span {
    display: inline;
    color: #858585
}

#es .es-media-info>small>span>i {
    width: 11px;
    height: 11px;
    line-height: 11px
}

#es .es-media-title {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 2px;
    padding-top: 10px;
    word-break: break-all
}

#es .es-media-caption {
    margin-bottom: 2px;
    padding: 4px 0;
    display: inline
}

#es .es-media-loader {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('media/com_easysocial/images/loading.gif') no-repeat center rgba(0, 0, 0, 0.5);
    display: none
}

#es .es-media-stats {
    border-bottom: 1px solid #ccc;
    margin-top: -10px;
    margin-bottom: 15px
}

#es .es-media-stats:before,
#es .es-media-stats:after {
    content: " ";
    display: table
}

#es .es-media-stats:after {
    clear: both
}

#es .es-media-stat {
    width: 33%;
    float: left;
    padding: 15px;
    text-align: center
}

#es .es-media-stat b {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 5px
}

#es .es-media-stat i {
    display: none
}

#es .es-media-stat span {
    font-size: 20px;
    line-height: 20px
}

#es .es-albums .content-hint {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    padding: 100px 0;
    display: none;
    background: #fafafa
}

#es .es-albums .no-albums-hint {
    display: block
}

#es .es-albums .no-albums-hint .btn {
    margin-top: 10px;
    padding: 5px 10px
}

#es .es-media-browser.layout-dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

#es .es-media-browser.layout-dialog .es-sidebar {
    padding-top: 8px
}

#es .es-media-browser.layout-dialog .es-sidebar .o-tabs__link {
    padding-left: 8px
}

#es .es-media-browser.layout-dialog .es-content {
    padding: 8px 0 0;
    position: relative;
    left: -2px;
    border-left: 1px solid #e1e1e1
}

#es .es-media-browser.layout-photo>.es-sidebar {
    display: none
}

#es .es-media-browser.layout-photo>.es-content {
    margin: 0;
    padding: 0;
    border: 0
}

#es .es-media-browser>i.loading-indicator {
    display: none
}

#es .es-media-browser.loading .es-sidebar {
    display: none
}

#es .es-media-browser.loading .es-content {
    display: none
}

#es .es-media-browser.loading>i.loading-indicator {
    margin: 10px 0;
    background-color: #f8f8f8;
    display: block
}

#es .es-media-browser .es-content-hint {
    margin-top: -7px;
    position: relative;
    text-align: center;
    top: 50%;
    color: #999;
    font-size: 14px !important
}

#es .es-media-browser .btn-media {
    padding: 0
}

#es .es-media-browser .btn-media>a {
    display: block;
    padding: 6px 10px;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    outline: 0
}

#es .es-media-browser .btn-es-primary>a {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

#es .es-media-browser.layout-album .es-media-header .media-body {
    line-height: 30px
}

#es .es-side-widget-cover {
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-media-browser-dialog {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-media-browser-dialog__sidebar {
    display: block;
    background: #fff;
    margin: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    transition: all .2s linear
}

#es .es-media-browser-dialog__sidebar .es-side-widget .o-tabs__link {
    padding: 8px 16px
}

#es .es-media-browser-dialog__content {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    min-height: 400px;
    left: 0;
    padding: 0 0 8px;
    transition: all .2s linear
}

#es .es-media-browser-dialog__content:before,
#es .es-media-browser-dialog__content:after {
    content: " ";
    display: table
}

#es .es-media-browser-dialog__content:after {
    clear: both
}

#es .es-media-browser-dialog.sidebar-open .es-media-browser-dialog__sidebar {
    left: 0;
    transition: all .2s linear;
    overflow-y: scroll
}

#es .es-media-browser-dialog.sidebar-open .es-media-browser-dialog__content {
    left: 100%;
    transition: all .2s linear
}

#es.is-mobile .es-media-browser .es-album-header__o-media {
    margin-bottom: 8px
}

#es.is-mobile .es-media-browser .layout-item .es-media-header .es-album-menu-item {
    position: relative;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

#es.is-mobile .es-media-browser .layout-item .es-media-header .es-album-menu-item>.o-btn-group--album-upload {
    z-index: 2
}

#es.is-mobile .es-media-browser .btn-album-favourite span {
    display: none
}

#es .es-photo-item-group {
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

#es .es-photo-item-group.no-transition .es-photo-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .es-photo-item-group.no-transition .es-photo-image {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .es-photo-browser .es-photo-item {
    float: none
}

#es.is-mobile .es-photo-browser .es-media-item-menu {
    position: relative
}

#es .es-photo-item {
    position: relative;
    width: 100%
}

#es .es-photo-item .es-media-item-menu .btn>a {
    color: #444
}

#es .es-photo-item .es-media-item-menu .btn-es-featured.btn-es-primary {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important
}

#es .es-photo-item .es-media-item-menu .btn-es-featured.btn-es-primary a {
    color: #f2c200
}

#es .es-photo-item .es-media-item-menu li[data-photo-share-button],
#es .es-photo-item .es-media-item-menu li[data-photo-cover-button],
#es .es-photo-item .es-media-item-menu a[data-photo-original-button] {
    display: none
}

#es .es-photo-item .es-photo-header {
    position: relative;
    z-index: 3
}

#es .es-photo-item .es-photo-content {
    position: relative;
    z-index: 2;
    background: #eee;
    margin-bottom: 10px
}

#es .es-photo-item .es-photo-content .loading-indicator {
    display: none
}

#es .es-photo-item .es-photo-content.loading .loading-indicator {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0
}

#es .es-photo-item .es-photo-content .es-photo {
    float: none
}

#es .es-photo-item .es-photo-content .es-photo>a {
    padding-top: 75%
}

#es .es-photo-item .es-photo-footer {
    position: relative;
    z-index: 1
}

#es .es-photo-item.layout-item .es-photo-menu-item {
    display: block
}

#es .es-photo-item.layout-item .es-photo-menu-form {
    display: none
}

#es .es-photo-item.layout-item .es-photo-tag-viewport {
    z-index: 3
}

#es .es-photo-item.layout-item .es-photo-nav-button {
    z-index: 4
}

#es .es-photo-item.layout-item .es-photo-form {
    display: none
}

#es .es-photo-item.layout-form {
    float: none
}

#es .es-photo-item.layout-form .es-photo-info {
    display: none
}

#es .es-photo-item.layout-form .es-photo-menu-item {
    display: none
}

#es .es-photo-item.layout-form .es-photo-menu-form {
    display: block
}

#es .es-photo-item.layout-form .es-photo-nav-button {
    display: none
}

#es .es-photo-item.layout-dialog {
    float: left;
    width: 20%;
    height: 100px
}

#es .es-photo-item.layout-dialog .es-photo-header {
    display: none
}

#es .es-photo-item.layout-dialog .es-photo-content {
    border: 4px solid transparent
}

#es .es-photo-item.layout-dialog .es-photo-content,
#es .es-photo-item.layout-dialog .es-photo-image {
    width: 100%;
    height: 100%;
    cursor: pointer
}

#es .es-photo-item.layout-dialog.selected .es-photo-image {
    position: relative;
    border: 2px solid #4fc251
}

#es .es-photo-item.layout-dialog.selected .es-photo-image a:focus {
    outline: 0
}

#es .es-photo-item.layout-dialog.selected .es-photo-image:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px !important;
    color: #4fc251 !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    content: '\f00c'
}

#es .es-photo-item.layout-dialog .es-photo-image {
    background-size: cover;
    background-position: 50% 50%
}

#es .es-photo-item.layout-dialog .es-photo-footer {
    display: none
}

#es .es-photo-item.layout-dialog .es-photo-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%
}

#es .es-photo-item.layout-dialog .es-photo-info {
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#es .es-photo-item.layout-dialog .es-photo-title {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-photo-item.layout-dialog .es-photo-title a,
#es .es-photo-item.layout-dialog .es-photo-title a:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
    font-weight: bold;
    font-size: 13px
}

#es .es-photo-item.layout-dialog .es-photo-title a:hover {
    text-decoration: underline
}

#es .es-photo-item.layout-dialog .es-photo-form {
    display: none
}

#es .es-photo-item.new-item .es-photo-image {
    -webkit-transform: perspective(800px) rotateY(-180deg);
    -moz-transform: perspective(800px) rotateY(-180deg);
    -o-transform: perspective(800px) rotateY(-180deg);
    transform: perspective(800px) rotateY(-180deg)
}

#es .es-photo-item .es-photo-hint {
    position: absolute;
    top: -46px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#es .es-photo-item .es-photo-hint>button {
    padding: 2px 8px;
    position: absolute;
    right: 5px;
    top: 5px
}

#es .es-photo-item .es-photo-hint>button>span {
    position: relative;
    top: -1px
}

#es .es-photo-item.rotating-ready .es-photo.css-resizing>a.fit-height b,
#es .es-photo-item.rotating-ready .es-photo.css-resizing>a.fit-width b,
#es .es-photo-item.rotating-ready .es-photo.css-resizing>a.fit-both b {
    display: block
}

#es .es-photo-item.rotating-ready .es-photo-image {
    opacity: 0 !important;
    -webkit-transform: scale(0.6) rotate(0);
    -moz-transform: scale(0.6) rotate(0);
    -o-transform: scale(0.6) rotate(0);
    transform: scale(0.6) rotate(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .es-photo-item.rotating-left .es-photo.css-resizing>a.fit-height b,
#es .es-photo-item.rotating-left .es-photo.css-resizing>a.fit-width b,
#es .es-photo-item.rotating-left .es-photo.css-resizing>a.fit-both b {
    display: none
}

#es .es-photo-item.rotating-left .es-photo-image {
    opacity: .5 !important;
    -webkit-transform: scale(0.6) rotate(-90deg);
    -moz-transform: scale(0.6) rotate(-90deg);
    -o-transform: scale(0.6) rotate(-90deg);
    transform: scale(0.6) rotate(-90deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#es .es-photo-item.rotating-left .loading-indicator {
    opacity: 1
}

#es .es-photo-item.rotating-right .es-photo.css-resizing>a.fit-height b,
#es .es-photo-item.rotating-right .es-photo.css-resizing>a.fit-width b,
#es .es-photo-item.rotating-right .es-photo.css-resizing>a.fit-both b {
    display: none
}

#es .es-photo-item.rotating-right .es-photo-image {
    opacity: .5 !important;
    -webkit-transform: scale(0.6) rotate(90deg);
    -moz-transform: scale(0.6) rotate(90deg);
    -o-transform: scale(0.6) rotate(90deg);
    transform: scale(0.6) rotate(90deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#es .es-photo-item.rotating-right .loading-indicator {
    opacity: 1
}

#es.is-mobile .es-photo-response .es-actions-wrapper .es-reactions-pop {
    left: -88px
}

#es.is-mobile .es-photo-response .es-comment-item-meta .es-reactions-pop {
    left: -30px
}

#es .es-photo-image {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
    outline: 1px solid transparent
}

#es .es-photo-location>u {
    text-decoration: none;
    border-bottom: 1px dotted #e1e1e1;
    cursor: pointer
}

#es .es-photo-exif {
    position: relative
}

#es .es-photo-exif__title {
    font-weight: bold;
    margin-bottom: 8px
}

#es .es-photo-exif__toggle {
    position: absolute;
    top: 0;
    right: 0;
    color: #444
}

#es .es-photo-exif__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1
}

#es .es-photo-exif__item {
    flex: 0 0 50%;
    color: #888;
    margin-bottom: 8px
}

#es .es-photo-exif__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px
}

#es .es-photo-upload-item {
    position: relative
}

#es .es-photo-upload-item .upload-title {
    font-weight: bold
}

#es .es-photo-upload-item .upload-title>span {
    display: none
}

#es .es-photo-upload-item.pending .upload-title-pending {
    display: inline-block
}

#es .es-photo-upload-item.preparing .upload-title-preparing {
    display: inline-block
}

#es .es-photo-upload-item.uploading .upload-title-uploading {
    display: inline-block
}

#es .es-photo-upload-item.failed .upload-title-failed {
    display: inline-block
}

#es .es-photo-upload-item.done .upload-title-done {
    display: inline-block
}

#es .es-photo-upload-item .upload-status td {
    vertical-align: middle
}

#es .es-photo-upload-item table {
    width: 100%;
    height: 100%;
    border-collapse: separate;
    table-layout: fixed
}

#es .es-photo-upload-item .upload-details {
    display: none
}

#es .es-photo-upload-item .upload-details td {
    height: 100%;
    vertical-align: top;
    padding: 8px;
    background: #f5f5f5;
    word-wrap: break-word
}

#es .es-photo-upload-item.show-details .upload-details {
    display: table-row
}

#es .es-photo-upload-item .upload-details-button {
    font-size: 90%;
    color: #428bca;
    cursor: pointer
}

#es .es-photo-upload-item .upload-details-button:hover {
    text-decoration: underline
}

#es .es-photo-upload-item .upload-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-photo-upload-item .upload-progress {
    margin-bottom: 3px;
    height: 18px
}

#es .es-photo-upload-item .upload-filesize {
    font-size: 90%;
    text-align: right
}

#es .es-photo-upload-item .upload-status td {
    padding: 8px
}

#es .es-photo-upload-item .upload-remove-button {
    position: absolute;
    top: 8px;
    right: 4px;
    cursor: pointer
}

#es .es-photo-upload-item .upload-remove-button i {
    font-size: 11px;
    color: #428bca
}

#es.popbox.popbox-upload {
    width: 200px;
    background: #fff;
    padding: 10px
}

#es .es-photo-item.tagging .es-photo-tag-item {
    display: none
}

#es .es-photo-item.tagging .es-photo-tag-item.focus {
    display: block
}

#es .es-photo-item.tagging .es-photo-content {
    background-color: #aaa;
    margin-top: 56px
}

#es .es-photo-item.tagging .es-photo-tag-viewport {
    cursor: crosshair
}

#es .es-photo-item.tagging .es-photo-nav-button {
    display: none !important
}

#es .es-photo-item.tagging .es-photo-hint.tag-hint {
    opacity: 1
}

#es .es-photo-item .es-photo-content.loading .es-photo-tag-item {
    display: none
}

#es .es-photo-tag-viewport {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#es .es-photo-tag-item {
    position: absolute;
    min-width: 15px;
    min-height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    opacity: 0
}

#es .es-photo-tag-item:hover,
#es .es-photo-tag-item.active,
#es .es-photo-tag-item.focus {
    opacity: 1
}

#es .es-photo-tag-item .es-photo-tag-form {
    width: 200px;
    height: 0;
    overflow: visible;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -100px;
    display: none
}

#es .es-photo-tag-item .es-photo-tag-form>i:after,
#es .es-photo-tag-item .es-photo-tag-form>i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-photo-tag-item .es-photo-tag-form>i:after {
    bottom: 100%;
    left: 51%;
    right: auto1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

#es .es-photo-tag-item .es-photo-tag-form>i:before {
    bottom: 100%;
    left: 50%;
    right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid;
    border-bottom-color: rgba(0, 0, 0, 0.07)
}

#es .es-photo-tag-item .es-photo-tag-form>i:before {
    top: -7px
}

#es .es-photo-tag-item .es-photo-tag-form>i:after {
    top: -6px
}

#es .es-photo-tag-item .es-photo-tag-form>div {
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    min-width: 280px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35)
}

#es .es-photo-tag-item .es-photo-tag-form>div:before {
    bottom: 0
}

#es .es-photo-tag-item .es-photo-tag-form>div:after {
    bottom: -1px
}

#es .es-photo-tag-item .es-photo-tag-form fieldset {
    position: relative;
    padding-right: 22px
}

#es .es-photo-tag-item .es-photo-tag-title {
    width: 100%;
    bottom: -26px;
    position: absolute;
    text-align: center
}

#es .es-photo-tag-item .es-photo-tag-title label {
    display: inline-block;
    border-radius: 20px;
    padding: 7px 26px 7px 7px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 0 #000;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: relative;
    top: 10px;
    font-weight: normal;
    left: 50%;
    margin-left: -100%
}

#es .es-photo-tag-item .es-photo-tag-title b {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: absolute;
    float: right;
    top: 4px;
    right: 4px;
    padding: 3px 6px;
    font-size: 7px;
    text-shadow: none
}

#es .es-photo-tag-item .es-photo-tag-title b:hover {
    background: rgba(255, 255, 255, 0.3)
}

#es .es-photo-tag-item .es-photo-tag-remove-button {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -4px;
    width: 26px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: 11px
}

#es .es-photo-tag-item .es-photo-tag-input {
    width: 100%;
    margin: 0;
    border-color: #e1e1e1
}

#es .es-photo-tag-item .es-photo-tag-menu-item {
    margin-top: 5px;
    cursor: pointer;
    color: #444
}

#es .es-photo-tag-item .es-photo-tag-menu-item+.es-photo-tag-menu-item {
    border-top: 1px solid #f5f5f5;
    margin-top: 0;
    padding-top: 0
}

#es .es-photo-tag-item .es-photo-tag-menu-item .es-photo-tag-menu-name {
    font-size: 12px;
    padding: 2px 0;
    line-height: 20px
}

#es .es-photo-tag-item .es-photo-tag-menu-item .es-photo-tag-menu-name img {
    display: inline-block;
    margin-right: 4px;
    width: 20px
}

#es .es-photo-tag-item .es-photo-tag-menu-item.active {
    background: #e7edf3
}

#es .es-photo-tag-item.new {
    display: block !important;
    opacity: 1
}

#es .es-photo-tag-item.new .es-photo-tag-form {
    display: block
}

#es .es-photo-tag-item.new .es-photo-tag-title {
    display: none
}

#es .es-photo-tag-item.es-photo-tag-person .es-photo-tag-title a:hover {
    text-decoration: underline
}

#es .es-photo-tag-list>label {
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1
}

#es .es-photo-tag-list .es-photo-tag-button {
    width: 100%;
    text-align: left
}

#es .es-photo-tag-list .es-photo-tag-button>a {
    font-size: 11px
}

#es .es-photo-tag-list-dropdown.empty-tags .empty-tags-hint {
    display: block
}

#es .es-photo-tag-list-dropdown .empty-tags-hint {
    display: none
}

#es .es-photo-tag-list-item {
    padding: 4px;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    border: 1px solid transparent;
    color: #444
}

#es .es-photo-tag-list-item .fa,
#es .es-photo-tag-list-item>a {
    color: #444
}

#es .es-photo-tag-list-item.active {
    background: #ddd;
    border: 1px solid #ddd;
    padding-left: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#es .es-photo-tag-list-item.active>i {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#es .es-photo-tag-list-item.active>b {
    display: block
}

#es .es-photo-tag-list-item.active .fa,
#es .es-photo-tag-list-item.active>a {
    color: #444;
    background-color: transparent
}

#es .es-photo-tag-list-item:hover {
    border: 1px solid #ddd
}

#es .es-photo-tag-list-item:hover>b {
    display: block
}

#es .es-photo-tag-list-item:hover .fa,
#es .es-photo-tag-list-item:hover>a {
    color: #444;
    background-color: transparent
}

#es .es-photo-tag-list-item>i {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 3px 6px
}

#es .es-photo-tag-list-item>b {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 8px;
    display: none;
    line-height: 1;
    cursor: pointer
}

#es .es-photo-tag-list-item>b>i {
    font-size: 8px !important
}

#es .es-photo-tag-list-item>b>span {
    display: none
}

#es .es-photos-avatar {
    text-align: center
}

#es .es-photos-avatar .es-photo-image {
    width: 100%;
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

#es .es-photos-avatar .imgareaselect-outer {
    cursor: crosshair
}

#es .es-photo-avatar-viewport {
    position: absolute;
    cursor: crosshair
}

#es .es-photos-avatar-loading {
    float: left;
    display: none
}

#es .es-photos-avatar-loading>i {
    display: inline-block !important;
    margin: 0 10px 0 0;
    padding: 8px !important;
    position: relative;
    top: 3px
}

#es.es-photo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1049;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

#es.es-photo-popup.active {
    display: block !important
}

#es.es-photo-popup .es-popup-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000
}

#es.es-photo-popup .es-popup-close-button {
    position: absolute;
    display: none
}

#es.es-photo-popup .es-popup-handle {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es.es-photo-popup .es-photo-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

#es.es-photo-popup .es-photo-item:hover .es-photo-header {
    opacity: 1
}

#es.es-photo-popup .es-photo-header {
    background: none;
    padding: 16px;
    height: 60px;
    margin: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#es.es-photo-popup .es-photo-footer {
    position: absolute;
    top: 0;
    right: -360px;
    width: 360px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 16px 0
}

#es.es-photo-popup .es-comments-control__load .es-comments-control__stats {
    top: 8px
}

#es.es-photo-popup .es-photo-content {
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    border-top: 60px solid transparent;
    border-bottom: 30px solid transparent
}

#es.es-photo-popup .es-photo {
    height: 100%
}

#es.es-photo-popup .es-photo>a {
    padding: 0 !important;
    width: 100%;
    height: 100%
}

#es.es-photo-popup .es-photo-interaction.row {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#es.es-photo-popup .es-photo-reaction-wrap {
    margin: 0 -16px
}

#es.es-photo-popup .es-photo-reaction-wrap .es-reaction-stats {
    padding: 4px 16px
}

#es.es-photo-popup .es-media-header .o-media {
    border: 0;
    height: auto
}

#es.es-photo-popup .es-media-item-menu {
    text-align: center;
    position: relative
}

#es.es-photo-popup .es-photo-title {
    font-size: 13px
}

#es.es-photo-popup .es-reaction-stats {
    display: block
}

#es.es-photo-popup .es-reaction-stats .es-reaction-icon-stat {
    -webkit-justify-content: inherit;
    -ms-justify-content: inherit;
    justify-content: inherit
}

#es.es-photo-popup .es-reaction-stats__text {
    text-align: left
}

#es.es-photo-popup .es-media-stat {
    padding: 4px 0
}

#es.es-photo-popup .es-media-stat>b {
    display: none
}

#es.es-photo-popup .es-media-stat>i {
    display: inline-block;
    font-size: 8px;
    line-height: 10px
}

#es.es-photo-popup .es-media-stat>span {
    font-size: 11px
}

#es.es-photo-popup .es-media-stat .es-photo-tag-list-item {
    float: left
}

#es.es-photo-popup .es-photo-close-button {
    font-size: 11px;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    top: 0
}

#es.es-photo-popup .es-photo-prev-button,
#es.es-photo-popup .es-photo-next-button {
    background: none
}

#es.es-photo-popup .es-photo-prev-button i {
    left: 8px
}

#es.es-photo-popup .es-photo-next-button i {
    right: 8px
}

#es.es-photo-popup .btn-media[data-popup-close-button] {
    display: none
}

#es.es-photo-popup .es-photo-tag-list-item-group {
    margin: 0 5px -2px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 320px
}

#es.es-photo-popup .es-photo-tag-list-item-group .empty-tags-hint {
    display: none;
    padding: 3px 20px
}

#es.es-photo-popup .es-photo-tag-list-item-group.empty-tags .empty-tags-hint {
    display: block
}

#es.es-photo-popup .es-photo-content {
    background: transparent
}

#es.es-photo-popup .es-photo-item.tagging .es-media-header {
    position: relative;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0)
}

#es.es-photo-popup .es-photo-item.tagging .es-photo-hint.tag-hint.alert {
    z-index: 9;
    color: #fff
}

#es.es-photo-popup .es-photo-item.tagging .es-photo-content {
    background: #000;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    margin-top: 0
}

#es.es-photo-popup .es-photo-item.tagging .es-photo-tag-viewport {
    z-index: 21
}

#es.es-photo-popup .es-photo-item .es-photo-hint.tag-hint.alert {
    margin: 0;
    top: -60px;
    border: 0;
    border-radius: 0;
    padding: 16px;
    padding-left: 32px;
    background: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    font-weight: bold;
    text-align: center;
    font-size: 13px
}

#es.es-photo-popup .es-photo-item .es-photo-hint.tag-hint.alert:before {
    top: 16px;
    display: none
}

#es.es-photo-popup .es-photo-item .es-photo-hint.tag-hint.alert>button {
    padding: 3px 8px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px
}

#es.es-photo-popup .es-media-item-menu li[data-photo-share-button] {
    display: block
}

#es.es-photo-popup .es-privacy.active.custom-privacy .es-privacy-custom-form {
    width: 280px;
    right: -80px
}

#es.es-photo-popup .es-privacy.active.custom-privacy .es-privacy-custom-form:before,
#es.es-photo-popup .es-privacy.active.custom-privacy .es-privacy-custom-form:after {
    display: none
}

#es.es-photo-popup .es-photo-popup-close {
    display: none;
    position: absolute;
    top: 16px;
    left: 16px
}

#es.es-photo-popup .es-comment-item-meta .es-reactions-pop {
    left: -16px
}

#es.es-photo-popup .es-photo-response {
    margin: 0 -16px
}

#es.es-photo-popup .es-photo-response .es-actions {
    margin: 0
}

#es.es-photo-popup .es-photo-response .es-photo-exif,
#es.es-photo-popup .es-photo-response .es-actions-wrapper,
#es.es-photo-popup .es-photo-response .es-reaction-stats,
#es.es-photo-popup .es-photo-response .es-comments-form {
    padding-left: 16px;
    padding-right: 16px
}

#es.es-photo-popup.is-mobile .es-photo-content {
    max-height: 320px
}

#es.es-photo-popup.w320 .es-photo-content {
    max-height: 240px
}

#es .es-photo-popup-nav {
    text-align: right
}

#es .es-photo-popup-nav .fa {
    color: #fff
}

#es .es-photo-popup-nav .o-nav__item {
    margin-right: 8px;
    vertical-align: top
}

#es .es-photo-popup-nav .o-nav__link {
    color: #aaa
}

#es .es-photo-item.layout-item .es-photo-menu-item .o-nav__item>a,
#es .o-btn-group.open .btn-photo-popup-nav-item,
#es .btn-photo-popup-nav-item,
#es .btn-photo-popup-nav-item:active {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.666666667;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 13px;
    padding: 4px;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    line-height: 1
}

#es .o-btn-group.open .btn-photo-popup-tag-action,
#es .btn-photo-popup-tag-action {
    border-radius: 3px
}

#es .es-media-browser .is-featured .fa {
    color: #ec971f
}

#es .o-btn-group.open .btn-photo-popup-action,
#es .btn-photo-popup-action {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px
}

@media(max-width:900px) {
    #es.es-photo-popup {
        padding: 0
    }
    #es.es-photo-popup .es-photo-popup-close {
        display: block
    }
    #es.es-photo-popup .btn-media[data-popup-close-button] {
        display: block
    }
    #es.es-photo-popup .es-photo-close-button {
        display: none
    }
    #es.es-photo-popup .es-popup-handle {
        padding-right: 0;
        background: transparent
    }
    #es.es-photo-popup .es-photo-item {
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    #es.es-photo-popup .es-photo-header {
        background: transparent
    }
    #es.es-photo-popup .es-photo-content {
        position: relative;
        max-height: 480px;
        background: transparent;
        border-top: 0
    }
    #es.es-photo-popup .es-photo-footer {
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        width: 100%
    }
    #es.es-photo-popup .es-photo-popup-nav .o-nav__item,
    #es.es-photo-popup .es-photo-popup-nav .btn-photo-popup-nav-item.dropdown-toggle_ {
        width: 24px;
        overflow: hidden;
        cursor: pointer
    }
    #es.es-photo-popup .es-photo-popup-nav .o-nav__item:last-child,
    #es.es-photo-popup .es-photo-popup-nav .btn-photo-popup-nav-item.dropdown-toggle_:last-child {
        width: 26px;
        overflow: visible
    }
}

@media(max-width:720px) {
    #es.es-photo-popup [data-photo-tag-list],
    #es.es-photo-popup .es-photo-tag-list {
        display: none
    }
}

#es .es-photo-browser .es-nav-thumbs {
    list-style: none;
    margin: 0;
    padding: 0
}

#es .es-photo-browser .es-nav-thumbs:before,
#es .es-photo-browser .es-nav-thumbs:after {
    content: " ";
    display: table
}

#es .es-photo-browser .es-nav-thumbs:after {
    clear: both
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb {
    display: list-item;
    width: 25%;
    margin: 0;
    float: left;
    z-index: 2
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb>a {
    display: block;
    padding: 0;
    padding-top: 100%;
    border-bottom: 0
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb>a>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    background-color: transparent
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb span {
    display: none
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb.featured {
    width: 50%
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb.loading>a {
    background-position: center center
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb.loading>a>i {
    opacity: .5;
    background-color: #000
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb.active:before,
#es .es-photo-browser .es-nav-thumbs li.es-thumb.active:after {
    display: none
}

#es .es-photo-browser .es-nav-thumbs li.es-thumb.grid-sizer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

#es .es-photo-browser .es-media-new-button {
    margin-left: 0
}

#es .es-photo-nav-button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    padding: 0 12px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#es .es-photo-nav-button i {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-size: 48px;
    padding: 18px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    color: #888
}

#es .es-photo-nav-button i:before {
    top: 0
}

#es .es-photo-nav-button.disabled {
    display: none
}

#es .es-photo-nav-button:hover,
#es .es-photo-nav-button.active {
    opacity: 1
}

#es .es-photo-prev-button {
    left: 0;
    background-color: transparent
}

#es .es-photo-prev-button i {
    left: 35px
}

#es .es-photo-next-button {
    right: 0;
    background-color: transparent
}

#es .es-photo-next-button i {
    right: 35px
}

#es .es-photo-tag-list>label {
    margin-bottom: 10px;
    border: 0
}

#es .es-photo-tag-button a {
    text-align: center
}

#es .es-photo-tag-button a i {
    display: none
}

#es .es-photo-form {
    margin-top: 15px;
    position: relative
}

#es .es-photo-form-fields {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 120px;
    background: #fff
}

#es .es-photo-title-field {
    display: block;
    width: 100%;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 33px !important;
    padding: 4px 40px 4px 6px !important;
    border: 0 !important;
    border-bottom: 1px dotted #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px 3px 0 0 !important;
    margin: 0 !important;
    color: #444 !important
}

#es .es-photo-title-field[readonly] {
    background: #f9f9f9
}

#es .es-photo-caption-field {
    display: block;
    width: 100%;
    background: #fff;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 4px 6px !important;
    resize: none;
    height: 61px;
    color: #444 !important;
    font-size: 13px
}

#es .es-photo-caption-field[readonly] {
    background: #f9f9f9
}

#es .es-photo-meta-field {
    position: relative;
    padding: 4px 8px;
    line-height: 1
}

#es .es-photo-meta-field .es-photo-date {
    position: absolute;
    top: 4px;
    right: 8px;
    border-left: 0;
    z-index: 2;
    background-color: #fff
}

#es .es-photo-meta-field .es-photo-date>i {
    position: absolute
}

#es .es-photo-meta-field .es-photo-date>span {
    max-width: 120px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-photo-meta-field .es-photo-date .dropdown-menu {
    left: auto;
    right: 0
}

#es .es-photo-meta-field .es-photo-location {
    width: 100%
}

#es .es-photo-meta-field .es-photo-location>i {
    position: absolute
}

#es .es-photo-meta-field .es-photo-location>span {
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-photo-meta-field .es-photo-location .dropdown-menu {
    width: 100%
}

#es .es-photo-privacy {
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0
}

#es.is-mobile .es-photo-meta-field {
    margin-top: 8px
}

#es .es-albums {
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: 1
}

#es .es-albums-date {
    font-size: inherit;
    line-height: 28px;
    margin: 0 0 15px;
    padding-left: 15px;
    border-bottom: 1px dotted #ccc
}

#es .es-albums-date i {
    margin-right: 0
}

#es .es-album-item+.es-snackbar {
    margin-top: 16px
}

#es .es-album-actions-menu {
    z-index: 3;
    text-align: left;
    width: 300px;
    max-width: none
}

#es .es-album-actions-menu:after,
#es .es-album-actions-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-album-actions-menu:after {
    bottom: 100%;
    left: 11px;
    right: auto1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white
}

#es .es-album-actions-menu:before {
    bottom: 100%;
    left: 10px;
    right: auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

#es .es-photo-caption-input {
    resize: vertical;
    overflow: auto
}

#es [name=date-form] {
    margin-left: 5px;
    width: 235px
}

#es [name=date-form] input,
#es [name=date-form] select {
    float: left;
    text-align: right;
    margin-bottom: 0
}

#es [name=date-form] input {
    width: 50px
}

#es [name=date-form] select {
    width: 120px;
    margin: 0 5px;
    text-align: left
}

#es .es-album-cover.no-cover .es-album-image {
    background-color: #f3f3f3;
    background-image: url("components/com_easysocial/themes/wireframe/images/album-no-cover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px
}

#es .es-album-image {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #eee
}

#es .es-albums-pagination {
    margin: 10px 0;
    height: auto
}

#es .es-albums-pagination .pagination {
    margin: 0;
    height: auto
}

#es .es-albums-pagination ul>li a {
    line-height: 38px
}

#es .es-media-header-affix-wrapper.affix {
    position: fixed;
    background: #fff;
    padding: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-top: 0
}

#es .es-media-header-affix-wrapper.affix .es-album-header__o-media {
    padding: 8px;
    position: relative
}

#es .es-media-header-affix-wrapper.affix .es-media-item-menu {
    top: 16px;
    right: 8px
}

#es .es-media-header-affix-wrapper.affix .es-media-delete-all-actions {
    margin-bottom: 0;
    border-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 0
}

#es .es-media-header-affix-wrapper--top.affix {
    z-index: 101
}

#es .es-media-delete-all-actions {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0;
    margin: 8px 0
}

#es .es-album {
    display: block;
    float: left;
    margin: 0 20px 20px
}

#es .es-album .es-album-header {
    height: 40px
}

#es .es-album .es-album-content {
    position: relative
}

#es .es-album .es-album-title {
    font-weight: bold;
    font-size: 20px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album .es-album-count {
    color: #777
}

#es .es-album .es-album-cover {
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer
}

#es .es-album .es-privacy {
    position: absolute;
    bottom: 5px;
    right: 5px
}

#es .es-album .es-privacy .es-privacy-toggle {
    height: 20px;
    padding: 0 3px;
    background: white
}

#es .es-album .es-privacy .es-privacy-menu:after,
#es .es-album .es-privacy .es-privacy-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-album .es-privacy .es-privacy-menu:after {
    bottom: 100%;
    left: auto1;
    right: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white
}

#es .es-album .es-privacy .es-privacy-menu:before {
    bottom: 100%;
    left: auto;
    right: 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

#es .es-album:hover .es-album-actions {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-album-item>form {
    position: relative;
    z-index: 9
}

#es .es-album-item.layout-item .es-album-form {
    display: none
}

#es .es-album-item.layout-item .es-album-more-button {
    font-size: 12px;
    position: relative
}

#es .es-album-item.layout-item .es-album-more-button.loading {
    height: 32px;
    line-height: 32px
}

#es .es-album-item.layout-item .es-album-more-button.loading i.loading-indicator {
    display: block
}

#es .es-album-item.layout-item .es-album-more-button.loading .loadmore-text {
    display: none
}

#es .es-album-item.layout-item .es-album-more-button .loadmore-text {
    display: block
}

#es .es-album-item.layout-thumbnail {
    width: 30%;
    height: 160px;
    margin-bottom: 10px;
    margin-right: 2%;
    display: inline-block;
    cursor: pointer
}

#es .es-album-item.layout-thumbnail .es-album-owner,
#es .es-album-item.layout-thumbnail .es-avatar,
#es .es-album-item.layout-thumbnail .es-media-caption,
#es .es-album-item.layout-thumbnail .es-album-cover b {
    display: none
}

#es .es-album-item.layout-thumbnail .es-media-header {
    height: 180px;
    position: relative
}

#es .es-album-item.layout-thumbnail .es-media-header .o-media {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0
}

#es .es-album-item.layout-thumbnail .es-album-info>div {
    position: absolute;
    width: 100%;
    bottom: -142px;
    left: 0;
    padding: 10px 10px 22px;
    color: white;
    font-size: 13px;
    border-top: 0;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    background-repeat: repeat-x
}

#es .es-album-item.layout-thumbnail .es-album-info>small {
    position: absolute;
    top: 140px;
    margin: 0
}

#es .es-album-item.layout-thumbnail .es-album-menu {
    display: none;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

#es .es-album-item.layout-thumbnail .es-album-menu .o-btn-group+.o-btn-group {
    display: none
}

#es .es-album-item.layout-thumbnail:hover .es-album-menu-item {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-album-item.layout-thumbnail .es-media-info {
    padding: 10px
}

#es .es-album-item.layout-thumbnail .es-album-form {
    display: none
}

#es .es-album-item.layout-thumbnail .es-album-cover {
    height: 160px;
    background-color: #f5f5f5
}

#es .es-album-item.layout-thumbnail [data-item-actions-menu]>a>span {
    display: none
}

#es .es-album-item.layout-thumbnail .loading-indicator {
    display: none
}

#es .es-album-item.layout-row {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    margin-top: 15px;
    color: #444
}

#es .es-album-item.layout-row:first-child {
    margin-top: 0
}

#es .es-album-item.layout-row .es-media-loader {
    border-radius: 5px
}

#es .es-album-item.layout-row .es-album-header {
    margin: 0;
    z-index: 1;
    position: relative
}

#es .es-album-item.layout-row .es-album-content {
    position: relative;
    z-index: 2;
    max-height: none;
    overflow: visible;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -84px;
    margin-bottom: 20px
}

#es .es-album-item.layout-row .es-album-content:before,
#es .es-album-item.layout-row .es-album-content:after {
    content: " ";
    display: table
}

#es .es-album-item.layout-row .es-album-content:after {
    clear: both
}

#es .es-album-item.layout-row .es-album-content>i.loading-indicator {
    display: none
}

#es .es-album-item.layout-row .es-album-footer {
    position: relative;
    z-index: 3;
    background: #fff;
    margin: 20px;
    border-top: 1px solid #ddd;
    display: block;
    width: auto;
    padding-top: 20px
}

#es .es-album-item.layout-row .content-hint {
    font-size: 13px;
    padding: 32px 0
}

#es .es-album-item.layout-row .o-media,
#es .es-album-item.layout-row .plupload,
#es .es-album-item.layout-row .es-media-title.es-photo-title {
    display: none
}

#es .es-album-item.layout-row .es-album-info {
    overflow: hidden;
    padding: 0 20px;
    padding-bottom: 104px;
    border-radius: 5px
}

#es .es-album-item.layout-row .es-album-form {
    display: none
}

#es .es-album-item.layout-row .es-album-title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-item.layout-row .es-album-cover {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

#es .es-album-item.layout-row .es-album-taglist>div {
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    color: #595959;
    margin-bottom: 8px
}

#es .es-album-item.layout-row .es-album-taglist>ul {
    padding-top: 4px;
    height: 28px;
    overflow: hidden;
    margin: 0
}

#es .es-album-item.layout-row .es-album-taglist>span {
    display: inline-block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

#es .es-album-item.layout-row .es-avatar {
    background: none
}

#es .es-album-item.layout-row .es-photo-item-group:before,
#es .es-album-item.layout-row .es-photo-item-group:after {
    content: " ";
    display: table
}

#es .es-album-item.layout-row .es-photo-item-group:after {
    clear: both
}

#es .es-album-item.layout-row .es-photo-item {
    width: 64px;
    height: 64px;
    float: left;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px
}

#es .es-album-item.layout-row .es-photo-item .es-photo-header,
#es .es-album-item.layout-row .es-photo-item .es-photo-footer {
    display: none
}

#es .es-album-item.layout-row .es-photo-item .es-photo-content .es-photo-image {
    height: 64px;
    background-size: cover
}

#es .es-album-item.layout-row .es-photo>a {
    padding-top: 100%
}

#es .es-album-item.layout-row .es-media-stats {
    border: 0;
    width: 35%;
    float: right;
    margin: 0;
    position: relative
}

#es .es-album-item.layout-row .es-media-stat {
    padding: 0 5px;
    font-size: 12px;
    width: 50%;
    text-align: right
}

#es .es-album-item.layout-row .es-media-stat>b {
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #595959;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-item.layout-row .es-media-stat>span {
    font-size: 22px;
    line-height: 28px;
    color: #999;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-item.layout-row .es-media-stat.stat-tag {
    display: none
}

#es .es-album-item.layout-row .es-album-interaction .es-album-showresponse {
    display: none
}

#es .es-album-item.layout-row .es-album-interaction .es-album-showtag {
    width: auto;
    float: none;
    margin: 0;
    width: 65%;
    overflow: hidden;
    padding-left: 0
}

#es .es-album-item.layout-row .es-album-view-button {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding: 0;
    font-weight: bold;
    padding: 8px 10px
}

#es .es-album-item.layout-row .es-album-view-button>i {
    font-size: 11px
}

#es .es-album-item.layout-form .es-album-info {
    display: none
}

#es .es-album-item.layout-form .es-photo-item-group:before,
#es .es-album-item.layout-form .es-photo-item-group:after {
    content: " ";
    display: table
}

#es .es-album-item.layout-form .es-photo-item-group:after {
    clear: both
}

#es .es-album-item.layout-form .es-album-menu-item {
    display: none
}

#es .es-album-item.layout-form .es-album-menu-form {
    display: block
}

#es .es-album-item.layout-form .es-album-footer {
    display: none
}

#es .es-album-item.layout-form .es-media-item-menu li.view-item {
    display: none
}

#es .es-album-item.layout-form .es-media-item-menu li.view-form {
    display: block
}

#es .es-album-item.layout-dialog .es-album-header,
#es .es-album-item.layout-dialog .es-album-footer {
    display: none
}

#es .es-album-item.layout-dialog .es-album-content {
    margin: 0 auto;
    width: 100%
}

#es .es-album-item.layout-dialog .es-album-form {
    display: none
}

#es .es-album-item.layout-dialog .es-photo-item-group:before,
#es .es-album-item.layout-dialog .es-photo-item-group:after {
    content: " ";
    display: table
}

#es .es-album-item.layout-dialog .es-photo-item-group:after {
    clear: both
}

#es .es-album-item.layout-dialog .plupload {
    display: none
}

#es .es-album-item .es-privacy {
    display: inline-block
}

#es .es-album-item.layout-form .es-photo-upload-item {
    padding: 0 !important
}

#es .es-album-item.layout-form .es-photo-image {
    background-size: contain
}

#es .es-album-item .es-photo-item .es-photo-header .o-media,
#es .es-album-item .es-photo-item .es-photo-header .o-media__body {
    position: relative;
    z-index: 2;
    overflow: visible;
    border-bottom: 0;
    height: 0
}

#es .es-album-item .es-photo-item .es-photo-header .o-media__image,
#es .es-album-item .es-photo-item .es-photo-header .es-photo-owner,
#es .es-album-item .es-photo-item .es-photo-header .es-photo-caption,
#es .es-album-item .es-photo-item .es-photo-header .es-photo-album,
#es .es-album-item .es-photo-item .es-photo-header .es-media-info>small {
    display: none
}

#es .es-album-item .es-photo-item .es-photo-content {
    margin-bottom: 0;
    background: transparent
}

#es .es-album-item .es-photo-item .es-photo-content .es-photo-nav-button,
#es .es-album-item .es-photo-item .es-photo-content .es-photo-tag-viewport,
#es .es-album-item .es-photo-item .es-photo-content .es-photo-hint {
    display: none
}

#es .es-album-item .es-photo-item .es-photo-upload-item {
    border: 1px solid #eee
}

#es .es-album-item .es-photo-item [data-photo-edit-button],
#es .es-album-item .es-photo-item [data-photo-tag-button] {
    display: none
}

#es .es-album-item .es-photo-item .es-media-item-menu li[data-photo-share-button],
#es .es-album-item .es-photo-item .es-media-item-menu li[data-photo-cover-button] {
    display: block
}

#es .es-album-item .es-photo-item.layout-item {
    float: left;
    cursor: pointer;
    z-index: 2;
    width: 25%
}

#es .es-album-item .es-photo-item.layout-item.featured {
    width: 50%
}

#es .es-album-item .es-photo-item.layout-item.grid-sizer {
    z-index: 1;
    visibility: hidden;
    position: absolute
}

#es .es-album-item .es-photo-item.layout-item>div {
    position: relative;
    width: 100%;
    padding-top: 100%
}

#es .es-album-item .es-photo-item.layout-item>div>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent
}

#es .es-album-item .es-photo-item.layout-item .es-photo-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    width: 100%;
    height: 100%
}

#es .es-album-item .es-photo-item.layout-item .es-photo-content {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .es-album-item .es-photo-item.layout-item .es-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#es .es-album-item .es-photo-item.layout-item .es-photo>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#es .es-album-item .es-photo-item.layout-item .es-photo em {
    width: 102%;
    height: 102%;
    top: -2px;
    left: -2px
}

#es .es-album-item .es-photo-item.layout-item .es-photo-footer {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    background-repeat: repeat-x;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 60px;
    padding-top: 30px
}

#es .es-album-item .es-photo-item.layout-item .es-photo-interaction {
    display: none
}

#es .es-album-item .es-photo-item.layout-item .es-photo-image {
    background-size: cover
}

#es .es-album-item .es-photo-item.layout-item .es-photo-info {
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#es .es-album-item .es-photo-item.layout-item .es-photo-title {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-item .es-photo-item.layout-item .es-photo-title a,
#es .es-album-item .es-photo-item.layout-item .es-photo-title a:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    font-size: 13px
}

#es .es-album-item .es-photo-item.layout-item .es-photo-title a:hover {
    text-decoration: underline
}

#es .es-album-item .es-photo-item.layout-item .es-media-stats {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0
}

#es .es-album-item .es-photo-item.layout-item .es-media-stats i {
    font-size: 11px
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat {
    float: left;
    width: 33%;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(0, 0, 0, 0.25)
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat>b {
    display: none
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat>i {
    display: inline-block
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat>span {
    font-size: 11px
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat+.es-media-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(0, 0, 0, 0.25)
}

#es .es-album-item .es-photo-item.layout-item .es-media-stat:last-child {
    border-right: 0
}

#es .es-album-item .es-photo-item.layout-item .es-photo-menu-item {
    top: 8px;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#es .es-album-item .es-photo-item.layout-item.show-all {
    z-index: 3
}

#es .es-album-item .es-photo-item.layout-item:hover .es-photo-menu-item,
#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-menu-item {
    opacity: 1
}

#es .es-album-item .es-photo-item.layout-item:hover .es-photo-info,
#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-info {
    opacity: 1
}

#es .es-album-item .es-photo-item.layout-item:hover .es-photo-footer,
#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-footer {
    opacity: 1
}

#es .es-album-item .es-photo-item.layout-item .btn[data-photo-share-button],
#es .es-album-item .es-photo-item.layout-item .btn[data-photo-report-button],
#es .es-album-item .es-photo-item.layout-item .btn[data-photo-original-button] {
    display: none
}

#es .es-album-item .es-photo-item.layout-item [data-item-actions-menu]>a>span {
    display: none
}

#es .es-album-item .es-photo-item.layout-form {
    border: 1px solid transparent;
    float: left;
    width: 50%;
    height: 332px;
    padding-top: 200px
}

#es .es-album-item .es-photo-item.layout-form.es-photo-upload-item>div,
#es .es-album-item .es-photo-item.layout-form.es-photo-upload-item>div>div {
    width: 100%;
    height: 100%
}

#es .es-album-item .es-photo-item.layout-form.has-privacy-menu-on {
    z-index: 2
}

#es .es-album-item .es-photo-item.layout-form .es-photo-header {
    padding: 0 10px 10px;
    margin: 0
}

#es .es-album-item .es-photo-item.layout-form .es-photo-form {
    margin: 0
}

#es .es-album-item .es-photo-item.layout-form .es-photo-title-field {
    font-size: 12px !important
}

#es .es-album-item .es-photo-item.layout-form .es-photo-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    padding: 10px
}

#es .es-album-item .es-photo-item.layout-form .es-photo {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .es-album-item .es-photo-item.layout-form .es-photo>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0
}

#es .es-album-item .es-photo-item.layout-form .es-photo-image {
    width: 100%;
    height: 100%;
    background-color: transparent
}

#es .es-album-item .es-photo-item.layout-form .es-photo-footer {
    display: none
}

#es .es-album-item .es-photo-item.layout-form .es-photo-menu-form {
    display: none;
    margin: 0;
    top: -190px;
    right: 0
}

#es .es-album-item .es-photo-item.layout-form .es-photo-stats {
    display: none
}

#es .es-album-item .es-photo-item.layout-form:hover .es-photo-menu-form,
#es .es-album-item .es-photo-item.layout-form.show-all .es-photo-menu-form {
    display: block
}

#es .es-album-item .es-photo-item.layout-form [data-item-actions-menu]>a>span {
    display: none
}

#es .es-album-item .es-photo-item.layout-form [data-photo-done-button],
#es .es-album-item .es-photo-item.layout-form [data-photo-cancel-button] {
    display: none
}

#es.is-mobile .es-album-item .es-photo-item.layout-item {
    width: 100%
}

#es.is-mobile .es-album-item .es-photo-item.layout-item.featured {
    width: 100%
}

#es .es-album-content {
    margin-bottom: 10px
}

#es .es-album-footer {
    display: table;
    width: 100%
}

#es .es-album-footer .es-comments-wrap .btn-es {
    padding: 4px 12px
}

#es .es-album-info>h1,
#es .es-album-info>div {
    position: relative;
    z-index: 2
}

#es .es-album-info>small {
    z-index: 2
}

#es .es-album-location>u {
    text-decoration: none;
    border-bottom: 1px dotted #ccc
}

#es .es-album-title {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

#es .es-album-caption {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    width: 80%
}

#es .es-album-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

#es .es-album-cover b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 200px -30px 100px white inset;
    box-shadow: 200px -30px 100px white inset;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x
}

#es .es-album-cover b+b {
    right: 0;
    -webkit-box-shadow: -100px -50px 50px white inset;
    box-shadow: -100px -50px 50px white inset;
    display: none
}

#es .es-album-menu-form {
    display: none
}

#es .es-album-more-button {
    margin-top: 10px;
    padding: 8px;
    background-color: #f0f0f0;
    display: none
}

#es .es-album-more-button>i {
    font-size: 11px
}

#es .es-album-taglist>div {
    font-weight: bold;
    line-height: 30px
}

#es .es-album-taglist .g-list-inline>li {
    margin-bottom: 8px;
    margin-right: 8px
}

#es .btn-album-favourite.is-fav i {
    color: #f0ac3f
}

#es.is-mobile .es-album-item.layout-row .es-media-stats {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

#es.is-mobile .es-album-item.layout-row .es-media-stat {
    padding: 0 5px;
    font-size: 12px;
    width: 50%;
    text-align: center
}

#es.is-mobile .es-album-item.layout-item .es-album-header .o-media__image,
#es.is-mobile .es-album-item.layout-item .es-album-header .es-album-owner {
    display: none
}

#es.is-mobile .es-album-item .es-photo-item.layout-form {
    width: 100%;
    height: auto;
    float: none;
    background-color: #f5f5f5;
    margin-bottom: 30px
}

#es.is-mobile .es-album-item .es-photo-item.layout-form .es-photo-form-fields {
    padding-right: 10px
}

#es.is-mobile .es-album-item .es-photo-item.layout-form .es-photo-content {
    background-color: #f5f5f5
}

#es.is-mobile .es-album-item .es-photo-item.layout-form .es-photo-content .es-photo-image {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5)
}

#es.is-mobile .es-album-item .es-photo-item.layout-form .es-photo-header .es-photo-menu-form {
    display: block;
    position: absolute;
    top: -190px;
    right: 0
}

#es.is-mobile .es-photo-item.layout-dialog {
    width: 25%;
    height: auto
}

#es.is-mobile .es-photo-item.layout-dialog .es-albums-photos {
    padding: 0 16px
}

#es .es-album-form {
    margin-top: 15px;
    margin-right: 130px;
    position: relative
}

#es .es-album-form-fields {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    min-height: 120px;
    background: #fff
}

#es .es-album-form-fields.core-album {
    background: #f9f9f9
}

#es .es-album-title-field {
    display: block;
    width: 100%;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 33px !important;
    padding: 4px 40px 4px 6px !important;
    border: 0 !important;
    border-bottom: 1px dotted #e1e1e1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px 3px 0 0 !important;
    margin: 0 !important;
    color: #444 !important
}

#es .es-album-title-field[readonly] {
    background: #f9f9f9
}

#es .es-album-caption-field {
    display: block;
    width: 100%;
    background: #fff;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 4px 6px !important;
    resize: none;
    height: 61px;
    color: #444 !important;
    font-size: 13px
}

#es .es-album-caption-field[readonly] {
    background: #f9f9f9
}

#es .es-album-cover-field {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    right: -130px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #eee;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
    border-radius: 3px
}

#es .es-album-cover-field>i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    font-size: 32px;
    color: rgba(70, 70, 70, 0.6);
    text-shadow: 0 1px 1px #fff, 0 0 0 rgba(0, 0, 0, 0.5);
    display: none
}

#es .es-album-cover-field.no-cover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #ccc
}

#es .es-album-cover-field.no-cover>i {
    display: block
}

#es .es-album-meta-field {
    position: relative;
    padding: 8px;
    line-height: 1
}

#es .es-album-meta-field .es-album-date {
    position: absolute;
    top: 8px;
    right: 8px;
    border-left: 0;
    z-index: 2;
    background-color: #fff
}

#es .es-album-meta-field .es-album-date>i {
    position: absolute
}

#es .es-album-meta-field .es-album-date>span {
    max-width: 120px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-meta-field .es-album-date .dropdown-menu {
    left: auto;
    right: 0
}

#es .es-album-meta-field .es-album-location {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-album-meta-field .es-album-location>i {
    position: absolute;
    color: #888;
    width: 13px;
    text-align: center
}

#es .es-album-meta-field .es-album-location>span {
    padding-left: 24px;
    padding-right: 128px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-album-meta-field .es-album-location .dropdown-menu {
    width: 100%
}

#es .es-album-meta-field .es-album-location .es-album-location-remove {
    color: #888
}

#es .es-album-password-field {
    position: relative;
    line-height: 1
}

#es .es-album-password-field:before {
    position: absolute;
    top: 10px;
    left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f084";
    color: #888
}

#es .es-album-password-field__input {
    display: block;
    width: 100%;
    height: 34px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 16px;
    padding-left: 32px;
    font-size: 13px;
    line-height: 1.538461538;
    color: #444;
    background-color: #fff;
    background-image: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

#es .es-album-privacy {
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0
}

#es .es-album-location-form,
#es .es-photo-location-form {
    padding: 5px
}

#es .es-album-location-form .es-location-textbox,
#es .es-photo-location-form .es-location-textbox {
    border: 1px solid #e1e1e1;
    background: #fff none repeat scroll 0 0;
    color: #444;
    border-radius: 3px;
    display: block;
    height: 32px;
    padding: 0;
    width: 100%
}

#es .es-album-location-form .es-location-textbox input,
#es .es-photo-location-form .es-location-textbox input {
    border: 0 none !important;
    height: 30px !important;
    padding-left: 4px !important
}

#es .es-album-location-form .es-location-buttons,
#es .es-photo-location-form .es-location-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: auto
}

#es .es-album-location-form .es-location-buttons .es-location-button,
#es .es-photo-location-form .es-location-buttons .es-location-button {
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    width: auto;
    height: 32px;
    line-height: 20px;
    display: inline-block
}

#es .es-album-location-form .es-location-map,
#es .es-photo-location-form .es-location-map {
    display: none
}

#es .es-album-location-form .es-locations.has-suggested .es-location-textbox,
#es .es-photo-location-form .es-locations.has-suggested .es-location-textbox {
    border-radius: 3px 3px 0 0
}

#es .es-album-location-form .es-locations.has-suggested .es-location-suggestions,
#es .es-photo-location-form .es-locations.has-suggested .es-location-suggestions {
    border-radius: 0;
    border-top: 0
}

#es .es-album-location-form .es-locations.has-suggested .es-location-map,
#es .es-photo-location-form .es-locations.has-suggested .es-location-map {
    display: block
}

#es .es-album-location-form .es-locations.is-loading .es-location-button span,
#es .es-photo-location-form .es-locations.is-loading .es-location-button span {
    display: none !important
}

#es.is-mobile .es-album-form {
    margin-top: 145px;
    margin-right: 0
}

#es.is-mobile .es-album-form .es-album-cover-field {
    top: -130px;
    left: 0
}

#es .dashboard-story-wrapper {
    padding-top: 16px
}

#es .es-story {
    position: relative;
    overflow: hidden;
    z-index: 7;
    min-height: 40px;
    -webkit-transition: all .35s ease 0;
    -o-transition: all .35s ease 0;
    transition: all .35s ease 0
}

#es .es-story.is-collapsed .es-story-header,
#es .es-story.is-collapsed .es-story-footer,
#es .es-story.is-collapsed [data-message-group] {
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0
}

#es .es-story.is-collapsed [data-message-group] {
    margin-bottom: 0
}

#es .es-story.is-collapsed .es-story-text {
    padding: 12px 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story.is-collapsed .es-story-textbox .mentions>div {
    min-height: 16px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story.is-resizing {
    min-height: 10px
}

#es .es-story.is-resizing .es-story-header {
    height: 0;
    opacity: 0
}

#es .es-story.is-resizing .es-story-footer {
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

#es .es-story.is-resizing [data-message-group] {
    margin-bottom: 0
}

#es .es-story.is-resizing .es-story-text {
    padding: 12px 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story.is-expanded {
    overflow: visible
}

#es .es-story.is-expanded [data-message-group],
#es .es-story.is-expanded .es-story-header {
    height: auto;
    opacity: 1
}

#es .es-story.is-expanded .es-story-body {
    min-height: 60px
}

#es .es-story.is-expanded .es-story-footer {
    opacity: 1;
    max-height: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#es .es-story.is-expanded .es-story-avatar {
    top: 40px
}

#es .es-story.is-expanded .es-story-text {
    padding: 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story.is-expanded .es-story-textbox .mentions>div {
    min-height: 42px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story>.story-loading {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8)
}

#es .es-story [data-message-group] {
    margin-left: 56px;
    margin-bottom: 8px
}

#es .es-story [data-message-group] .o-alert {
    margin: 0;
    padding-right: 28px
}

#es .es-story.is-loading>.story-loading {
    display: block
}

#es .es-story-bg-select {
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 8px
}

#es .es-story-bg-select__dropdown-toggle,
#es .es-story-bg-select__dropdown-toggle:focus,
#es .es-story-bg-select__dropdown-toggle:active {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: transparent !important;
    box-shadow: none
}

#es .es-story-bg-select__dropdown-toggle>.es-story-bg-menu-preview {
    border-radius: 50%
}

#es .es-story-bg-select .o-btn-group.open .dropdown-toggle_ {
    background: transparent !important
}

#es .es-story-bg-select__dropdown-menu {
    min-width: 212px;
    padding: 8px
}

#es .es-story-bg-menu {
    max-width: 192px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-story-bg-menu__item {
    padding-right: 8px;
    padding-bottom: 8px
}

#es .es-story-bg-menu__item:nth-child(5n) {
    padding-right: 0
}

#es .es-story-bg-menu-preview {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    text-align: center;
    line-height: 31px;
    color: #444
}

#es .es-story-bg-menu-preview--remove {
    position: relative;
    text-align: left
}

#es .es-story-bg-menu-preview--remove:before,
#es .es-story-bg-menu-preview--remove:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    top: 14px
}

#es .es-story-bg-menu-preview--remove:before {
    transform: rotate(45deg)
}

#es .es-story-bg-menu-preview--remove:after {
    transform: rotate(-45deg)
}

#es .es-story--bg-1 {
    background-image: -webkit-linear-gradient(left, #edf0f5 0, blue 100%);
    background-image: -o-linear-gradient(left, #edf0f5 0, blue 100%);
    background-image: linear-gradient(to right, #edf0f5 0, blue 100%);
    background-repeat: repeat-x
}

#es .es-story-text-placeholder-ie9 {
    display: none
}

#es .es-story-avatar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .is-story-selection .es-story-avatar-popbox-toggle {
    outline: 0 !important;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 2px 8px 2px 2px;
    display: inline-block
}

#es .is-story-selection .es-story-avatar-popbox-toggle::-moz-focus-inner {
    border: 0 !important
}

#es .is-story-selection .es-story-avatar-popbox-toggle__icon {
    display: inline-block;
    color: #888;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px
}

#es .es-story-header {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-left: 56px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-story-body {
    position: relative;
    z-index: 2;
    margin-left: 56px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    min-height: 40px;
    background: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story-footer {
    position: relative;
    z-index: 1;
    margin-left: 56px;
    margin-top: 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#es .es-story-footer:before,
#es .es-story-footer:after {
    content: " ";
    display: table
}

#es .es-story-footer:after {
    clear: both
}

#es .es-story-text {
    padding: 8px
}

#es .plugin-polls .es-story-text,
#es .plugin-event .es-story-text,
#es .plugin-broadcast .es-story-text,
#es .plugin-blog .es-story-text,
#es .plugin-discuss .es-story-text,
#es .plugin-hikashop .es-story-text,
#es .plugin-easydiscuss .es-story-text {
    display: none
}

#es .plugin-polls .es-story-panel-contents.active,
#es .plugin-event .es-story-panel-contents.active,
#es .plugin-broadcast .es-story-panel-contents.active,
#es .plugin-blog .es-story-panel-contents.active,
#es .plugin-discuss .es-story-panel-contents.active,
#es .plugin-hikashop .es-story-panel-contents.active,
#es .plugin-easydiscuss .es-story-panel-contents.active {
    padding-top: 8px
}

#es .es-story-textbox {
    display: block !important
}

@media(max-width:479px) and (-webkit-min-device-pixel-ratio:0) {
    #es .mentions div {
        left: 3px;
        position: relative
    }
    #es .es-story-textfield:focus {
        font-size: 13px !important
    }
}

#es .es-story-textfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
    top: 0;
    color: #444;
    -webkit-transition: font-size .5s ease;
    -o-transition: font-size .5s ease;
    transition: font-size .5s ease
}

#es .es-story-actions {
    padding: 0;
    padding-right: 0;
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-story-actions.no-privacy .es-story-submit {
    border-radius: 3px !important
}

#es .es-story-actions__share {
    float: left;
    margin-right: 8px
}

#es .es-story-actions__share .o-checkbox {
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 8px
}

#es .es-story-actions__share .o-checkbox i {
    color: #888;
    font-size: 16px;
    margin-left: 2px
}

#es .es-story-submit {
    z-index: 2;
    min-width: 85px;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

#es .es-story-privacy {
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-story-privacy .es-privacy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-story-privacy .es-privacy .es-privacy-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #4a90e2 !important;
    color: #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 1px solid #3483de !important;
    position: relative;
    right: 1px;
    padding: 0 8px
}

#es .es-story-privacy .es-privacy .es-privacy-toggle:hover,
#es .es-story-privacy .es-privacy .es-privacy-toggle:active,
#es .es-story-privacy .es-privacy .es-privacy-toggle:focus {
    background-color: #2275d7 !important
}

#es .es-story-privacy .es-privacy-toggle>span {
    display: none
}

#es .es-story-privacy .es-privacy .es-privacy-toggle:active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .125) inset;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .125) inset
}

#es.es-story-mentions-autocomplete {
    border-top: 1px solid #fff
}

#es.es-story-mentions-autocomplete-emoji .mentions-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem {
    text-align: center
}

#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem>img {
    float: none;
    margin: 0
}

#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem+.mentions-menuItem {
    border-top: 0
}

#es .es-story-post-as {
    float: right;
    padding: 0 8px 0 0
}

#es .es-story-post-as .btn {
    padding: 4px;
    position: relative
}

#es .es-story-post-as i {
    color: #888;
    padding: 0 4px
}

#es .es-story-post-as i:before {
    top: 8px !important
}

#es .dropdown-menu--post-as>li.is-active {
    background-color: #f5f5f5
}

#es .dropdown-menu--post-as>li>a {
    padding: 4px 8px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .dropdown-menu--post-as>li+li {
    border-top: 1px solid #e1e1e1
}

#es:not(.is-mobile) .es-story.is-story-selection .es-story-panel-button--label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es.is-mobile .es-story.is-story-selection .es-story-panel-button--label {
    display: none
}

#es.is-mobile .es-story-avatar {
    display: none
}

#es.is-mobile .es-story [data-message-group],
#es.is-mobile .es-story-header,
#es.is-mobile .es-story-body,
#es.is-mobile .es-story-footer {
    margin-left: 0
}

#es.is-mobile .es-story-header {
    margin-bottom: 8px
}

#es .es-story-panel-buttons {
    position: relative;
    z-index: 2;
    color: #666;
    padding: 2px 0 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-story-panel-buttons:before,
#es .es-story-panel-buttons:after {
    content: " ";
    display: table
}

#es .es-story-panel-buttons:after {
    clear: both
}

#es .es-story-panel-buttons .es-story-panel-button {
    padding-right: 8px
}

#es .es-story-swiper-nav {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

#es .es-story-swiper-nav:before,
#es .es-story-swiper-nav:after {
    position: absolute;
    top: 1px;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    width: 36px
}

#es .es-story-swiper-nav:not(.is-end-left):before {
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: -o-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0.15) 85%);
    background-repeat: repeat-x
}

#es .es-story-swiper-nav:not(.is-end-right):after {
    right: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15) 15%, #fff 85%);
    background-repeat: repeat-x
}

#es .es-story-swiper-nav__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 4px 8px 4px
}

#es .es-story-panel-button {
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center
}

#es .es-story-panel-button--slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

#es .es-story-panel-button__shape {
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    font-size: 12px;
    border-radius: 32px;
    border: 2px solid #fff;
    color: #fff;
    width: 32px;
    height: 32px;
    background-color: #445ab5
}

#es .es-story-panel-button--label {
    display: none
}

#es .es-story-panel-button__label {
    position: relative;
    cursor: pointer;
    border-radius: 32px;
    background: #fff;
    color: #444;
    font-weight: bold;
    padding: 4px 16px;
    padding-right: 24px
}

#es .es-story-panel-button__label>b {
    font-size: 12px;
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle
}

#es .es-story-panel-button__label>b>i {
    font-size: 12px;
    color: #444
}

#es .es-story-panel-button__label:hover,
#es .es-story-panel-button__label:active {
    background: #fff;
    color: #444
}

#es .es-story-panel-button--photos .es-story-panel-button__shape {
    background-color: #239dff
}

#es .es-story-panel-button--videos .es-story-panel-button__shape {
    background-color: #adea7e
}

#es .es-story-panel-button--audios .es-story-panel-button__shape {
    background-color: #ff403a
}

#es .es-story-panel-button--polls .es-story-panel-button__shape {
    background-color: #ffa200
}

#es .es-story-panel-button--links .es-story-panel-button__shape {
    background-color: #00dcae
}

#es .es-story-panel-button--broadcast .es-story-panel-button__shape {
    background-color: #8956c4
}

#es .es-story-panel-button i {
    line-height: 1;
    font-size: 16px
}

#es .es-story-panel-button span {
    display: none
}

#es .es-story-panel-button.active .es-story-panel-button__shape,
#es .es-story-panel-button.active:hover .es-story-panel-button__shape,
#es .es-story-panel-button.active:focus .es-story-panel-button__shape,
#es .es-story-panel-button.active:active .es-story-panel-button__shape {
    border: 2px solid #fff;
    position: relative
}

#es .es-story-panel-button.active .es-story-panel-button__shape:before,
#es .es-story-panel-button.active:hover .es-story-panel-button__shape:before,
#es .es-story-panel-button.active:focus .es-story-panel-button__shape:before,
#es .es-story-panel-button.active:active .es-story-panel-button__shape:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 6px solid #4a90e2
}

#es .es-story-panel-button:hover {
    color: #fff
}

#es .es-story-panel-button--popup .es-story-panel-button__shape {
    border: 2px dotted #e1e1e1;
    background: #f5f5f5;
    color: #888
}

#es .es-story-panel-button--popup .es-story-panel-button__shape:hover,
#es .es-story-panel-button--popup .es-story-panel-button__shape:active {
    background: #f5f5f5;
    color: #888
}

#es .es-story-panel-contents {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

#es .es-story-panel-contents:before,
#es .es-story-panel-contents:after {
    content: " ";
    display: table
}

#es .es-story-panel-contents:after {
    clear: both
}

#es .es-story-panel-contents.active {
    max-height: 500px;
    overflow: visible
}

#es .es-story-panel-contents .es-story-panel-content {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    max-height: 0;
    z-index: 1;
    color: #444
}

#es .es-story-panel-contents .es-story-panel-content input[type="text"] {
    background: #fff;
    color: #444
}

#es .es-story-panel-contents .es-story-panel-content input[type="text"][disabled] {
    background-color: #f5f5f5
}

#es .es-story-panel-contents .es-story-panel-content.active {
    padding: 10px;
    padding-top: 0;
    max-height: 500px;
    z-index: 2;
    overflow-y: auto
}

#es .es-story-panel-dropdown {
    display: inline-block
}

#es .es-story-panel-dropdown-toggle {
    display: inline-block;
    width: 34px;
    text-align: center;
    color: #666
}

#es .es-story-panel-dropdown-menu {
    left: auto;
    right: 0;
    min-width: 130px;
    width: 130px
}

#es .es-story-panel-dropdown {
    position: absolute;
    right: 0;
    display: none
}

#es .open .es-story-panel-dropdown-toggle {
    color: #5580be
}

#es.is-tablet .es-story-panel-button,
#es.is-mobile .es-story-panel-button {
    float: left
}

#es.is-tablet .es-story-panel-button span,
#es.is-mobile .es-story-panel-button span {
    font-size: 12px;
    font-weight: bold
}

#es.is-tablet .es-story-panel-dropdown,
#es.is-mobile .es-story-panel-dropdown {
    display: block
}

#es.is-tablet .es-story-panel-dropdown-menu,
#es.is-mobile .es-story-panel-dropdown-menu {
    right: 8px
}

#es.is-tablet .es-story-panel-dropdown-menu *,
#es.is-mobile .es-story-panel-dropdown-menu * {
    font-size: 12px !important
}

#es.is-tablet .es-story-panel-dropdown-menu .es-story-panel-button,
#es.is-mobile .es-story-panel-dropdown-menu .es-story-panel-button {
    width: 100%;
    border-radius: 0
}

#es .popbox-story-panel__hd,
#es .popbox-story-panel__bd {
    padding: 8px
}

#es .popbox-story-panel__hd:before,
#es .popbox-story-panel__hd:after,
#es .popbox-story-panel__bd:before,
#es .popbox-story-panel__bd:after {
    content: " ";
    display: table
}

#es .popbox-story-panel__hd:after,
#es .popbox-story-panel__bd:after {
    clear: both
}

#es .popbox-story-panel__hd {
    border-bottom: 1px solid #e1e1e1
}

#es .popbox-story-panel__title {
    font-weight: bold
}

#es .es-story-panel-button-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es .es-story-panel-button-list__item {
    padding: 8px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .es-story-panel-button-list__item:hover,
#es .es-story-panel-button-list__item.is-active {
    background: #f5f5f5
}

#es .es-story-panel-button-list__item .es-story-panel-button {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 2
}

#es .es-story-panel-button-list__item .es-story-panel-button span {
    display: block;
    margin-top: 2px;
    color: #888 !important
}

#es .es-story-panel-button-list__desc {
    color: #888
}

#es .es-story-panel-button-list__state {
    position: absolute;
    top: 4px;
    cursor: pointer
}

#es .es-story-panel-button-list__state:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #ec971f;
    content: "\f005"
}

#es .es-story-panel-button-list .is-selected .es-story-panel-button-list__state:before {
    font-weight: 900;
    content: "\f005"
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #es .es-story-panel-button__shape {
        -webkit-flex: 0 0 28px;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px
    }
    #es .es-story-panel-button-list__item {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 33.333332%
    }
}

#es .es-story-meta {
    color: #888;
    text-decoration: none;
    position: relative;
    z-index: 3
}

#es .es-story-meta a {
    outline: 0 !important
}

#es .es-story-meta a::-moz-focus-inner {
    border: 0 !important
}

#es .es-story-meta a:hover {
    text-decoration: underline
}

#es .es-story-meta-buttons {
    float: left;
    color: #666;
    padding: 0
}

#es .es-story-meta-button {
    float: left;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-right: 8px;
    background-color: transparent;
    color: #888 !important;
    font-size: 12px;
    border-radius: 6px
}

#es .es-story-meta-button.active {
    background: #fff
}

#es .es-story-meta-button.active:hover {
    color: #444
}

#es .es-story-meta-button.has-content {
    color: #5580be
}

#es .es-story-meta-button.has-content:hover {
    color: #5580be
}

#es .es-story-meta-button:hover {
    color: #444
}

#es .es-story-meta-contents {
    background: #fff;
    color: #444;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: none;
    margin-bottom: 8px
}

#es .es-story-meta-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    opacity: 0
}

#es .es-story-meta-content.active {
    max-height: 500px;
    opacity: 1;
    overflow: visible
}

#es .es-story.has-meta .es-story-meta-contents {
    display: block
}

#es .es-story.has-meta .es-story-footer {
    border-top: 0
}

#es .es-story-friends-textbox {
    border: 0;
    min-height: 24px;
    font-size: 12px;
    padding: 6px 0 6px 2px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    line-height: 22px
}

#es .es-story-friends-textbox:before,
#es .es-story-friends-textbox:after {
    content: " ";
    display: table
}

#es .es-story-friends-textbox:after {
    clear: both
}

#es .es-story-friends-textbox .textboxlist-item {
    margin: 0 8px 4px -4px
}

#es .es-story-friends-textbox .textboxlist-item+.textboxlist-textField {
    position: relative;
    left: -4px
}

#es .es-story-mood.is-empty .es-story-mood-remove-button {
    display: none
}

#es .es-story-mood.using-preset .es-story-mood-presets {
    max-height: 0 !important
}

#es .es-story-mood.hide-preset .es-story-mood-presets {
    max-height: 0 !important
}

#es .es-story-mood-presets {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 140px;
    position: relative;
    overflow: hidden
}

#es .es-story-mood-presets>ul {
    padding: 4px;
    padding-top: 0;
    margin: 0
}

#es .es-story-mood-presets>ul:before,
#es .es-story-mood-presets>ul:after {
    content: " ";
    display: table
}

#es .es-story-mood-presets>ul:after {
    clear: both
}

#es .es-story-mood-preset {
    width: 25%;
    float: left;
    height: 30px;
    padding: 4px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

#es .es-story-mood-preset i {
    width: 20px !important;
    height: 20px !important
}

#es .es-story-mood-preset.is-disabled {
    display: none
}

#es .es-story-mood-preset:hover {
    background: #e7edf3;
    opacity: 1 !important
}

#es .es-story-mood-verb {
    float: left;
    white-space: nowrap
}

#es .es-story-mood-verb>span {
    background: #e7f3fe;
    border: 1px solid #c6d5e6;
    padding: 1px 4px;
    color: #729bcd;
    margin-right: 4px;
    display: none;
    border-radius: 5px
}

#es .es-story-mood-verb>span.active {
    display: inline-block
}

#es .es-story-mood-form {
    box-shadow: none;
    border: 0;
    padding: 0;
    padding: 4px;
    padding-right: 38px;
    position: relative
}

#es .es-story-mood-textbox {
    display: block;
    padding: 0;
    width: 100%
}

#es .es-story-mood-textbox tr,
#es .es-story-mood-textbox td {
    padding: 0;
    margin: 0
}

#es .es-story-mood-textbox input {
    width: 100%;
    padding: 0;
    height: 22px !important;
    line-height: 22px !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0 !important
}

#es .es-story-mood-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

#es .es-story-mood-buttons>* {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    float: right;
    color: #666;
    position: relative
}

#es .es-story-mood-buttons>*:hover {
    color: #5580be
}

#es .es-story-mood-remove-button i {
    font-size: 12px;
    position: relative;
    line-height: 40px;
    top: -1px
}

#es.is-mobile .es-story .es-story-mood-presets {
    max-height: 185px
}

#es.is-mobile .es-story .es-story-mood-preset {
    width: 33.333333333333%
}

#es .es-story .es-album-view .es-album-content {
    max-height: none;
    min-height: 80px;
    margin-bottom: 0
}

#es .es-story .es-album-view .es-photo {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

#es .es-story .es-album-view .es-photo>a {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

#es .es-story .es-album-view .es-photo-item {
    width: 100px;
    height: 80px;
    margin: 5px;
    border-radius: 3px;
    background: #eee;
    overflow: hidden;
    float: left
}

#es .es-story .es-album-view .es-photo-item .es-photo-image {
    width: 100px;
    height: 80px;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    text-align: center
}

#es .es-story .es-album-view .es-photo-item .es-photo-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

#es .es-story .es-album-view .es-photo-item .es-photo-image>span {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#es .es-story .es-album-view .es-photo-item .es-photo-image>img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

#es .es-story .es-album-view .es-photo-item .es-photo-image.is-small>img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    opacity: 1
}

#es .es-story .es-album-view .es-photo-item .es-photo-image.is-small>span {
    display: none
}

#es .es-story .es-album-view .es-photo-item:hover {
    background: #ddd
}

#es .es-story .es-album-view .es-photo-item:hover .es-photo-remove-button {
    bottom: 0
}

#es .es-story .es-album-view .es-photo-remove-button {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    bottom: -25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75)
}

#es .es-story .es-album-view .es-photo-remove-button>i {
    font-size: 11px;
    margin-left: -2px
}

#es .es-story .es-album-view .es-photo-upload-item {
    background-color: #eee;
    border-radius: 3px
}

#es .es-story .es-album-view .es-photo-upload-item>div,
#es .es-story .es-album-view .es-photo-upload-item>div>div {
    width: 100%;
    height: 100%
}

#es .es-story .es-album-view .es-photo-upload-item table {
    border: 0
}

#es .es-story .es-album-view .es-photo-upload-item .upload-remove-button {
    display: none
}

#es .es-story .es-album-view .es-photo-upload-item:hover .upload-remove-button {
    display: block
}

#es .es-story .es-album-view .es-photo-upload-item .upload-percentage {
    line-height: 18px
}

#es .es-story .es-album-view .es-album-upload-button {
    background: #eee;
    height: 80px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    text-align: center;
    cursor: pointer
}

#es .es-story .es-album-view .es-album-upload-button:hover {
    background: #ddd
}

#es .es-story .es-album-view .es-album-upload-button:hover>span {
    color: #555
}

#es .es-story .es-album-view .es-album-upload-button>span {
    position: relative;
    line-height: 80px;
    color: #999;
    cursor: pointer
}

#es .es-story .es-album-view .es-album-upload-button>span b {
    position: relative;
    left: -5px
}

#es .es-story .es-album-view .es-album-upload-button>span i {
    position: relative
}

#es .es-story .es-album-view .add-hint {
    display: block
}

#es .es-story .es-album-view .drop-hint {
    display: none
}

#es .es-story .es-album-view.has-photos {
    margin-bottom: -5px;
    margin-top: -5px;
    margin-left: -5px
}

#es .es-story .es-album-view.has-photos .es-album-upload-button {
    float: left;
    margin: 5px;
    padding: 0 10px 0 25px
}

#es .es-story .es-album-view.has-photos.can-drop-file .add-hint {
    display: block
}

#es .es-story .es-album-view.has-photos.can-drop-file .drop-hint {
    display: none
}

#es .es-story .es-album-view.can-drop-file .add-hint {
    display: none
}

#es .es-story .es-album-view.can-drop-file .drop-hint {
    display: block
}

#es .es-story .es-album-view .plupload>input {
    height: 100% !important
}

#es .es-story .es-photo-upload-item .upload-title,
#es .es-story .es-photo-upload-item .upload-filename,
#es .es-story .es-photo-upload-item .upload-filesize {
    display: none
}

#es .es-story-link-item {
    background: #f5f5f5;
    border-radius: 3px;
    position: relative;
    padding: 10px;
    padding-right: 30px;
    min-height: 96px
}

#es .es-story-link-item:before,
#es .es-story-link-item:after {
    content: " ";
    display: table
}

#es .es-story-link-item:after {
    clear: both
}

#es .es-story-link-item.has-images .es-story-link-nav {
    display: block
}

#es .es-story-link-item.has-images .es-story-link-col {
    margin-left: 120px
}

#es .es-story-link-item.editing-title .es-story-link-title {
    display: none
}

#es .es-story-link-item.editing-title .es-story-link-title-textbox {
    display: block
}

#es .es-story-link-item.editing-description .es-story-link-description {
    display: none
}

#es .es-story-link-item.editing-description .es-story-link-description-textbox {
    display: block
}

#es .es-story-link-title-textbox {
    display: none
}

#es .es-story-link-title-textfield {
    width: 100%;
    margin-bottom: 5px;
    padding: 6px !important
}

#es .es-story-link-description-textbox {
    display: none;
    margin: 4px 0 8px
}

#es .es-story-link-description-textbox .textareaClone {
    min-height: 0;
    margin: 0;
    padding: 0
}

#es .es-story-link-description-textfield {
    font-size: 13px;
    padding: 6px !important
}

#es .es-story-link-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #444;
    font-size: 13px
}

#es .es-story-link-title:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3
}

#es .es-story-link-description {
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0 8px
}

#es .es-story-link-description.no-description {
    opacity: .6
}

#es .es-story-link-description:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3;
    opacity: 1
}

#es .es-story-link-url {
    font-size: 13px;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%
}

#es .es-story-link-url a {
    color: #0064cd
}

#es .es-story-link-url a:hover {
    background: transparent;
    color: #049cdb
}

#es .es-story-link-image-wrapper {
    display: none
}

#es .es-story-link-image-wrapper.active {
    display: block
}

#es .es-story-link-images {
    width: 102px;
    top: 10px;
    left: 10px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 2px
}

#es .es-story-link-images .es-story-image-dimension {
    font-size: 13px;
    text-align: center
}

#es .es-story-link-images img.es-story-link-image {
    width: 96px;
    max-width: 96px !important;
    border: 1px solid #e1e1e1;
    background: #fff
}

#es .es-story-link-form {
    position: relative
}

#es .es-story-link-form.busy .es-story-link-input {
    padding-right: 100px;
    color: #aaa
}

#es .es-story-link-form.busy .es-story-link-buttons .o-loader {
    display: inline-block
}

#es .es-story-link-form.busy .es-story-link-buttons span {
    display: none
}

#es .es-story-link-textbox {
    padding: 0;
    height: 32px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    display: block
}

#es .es-story-link-textbox:before,
#es .es-story-link-textbox:after {
    content: " ";
    display: table
}

#es .es-story-link-textbox:after {
    clear: both
}

#es .es-story-link-input {
    width: 100%;
    height: 30px !important;
    border: 0 !important;
    background: none !important;
    padding: 4px 73px 4px 4px !important;
    margin-bottom: 0 !important
}

#es .es-story-link-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 2
}

#es .es-story-link-buttons .btn {
    height: 32px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 0 3px 3px 0
}

#es .es-story-link-nav {
    display: none
}

#es .es-story-link-nav .btn {
    padding: 2px 4px
}

#es .es-story-link-image-count {
    position: relative;
    top: 1px;
    left: 2px
}

#es .es-story-link-remove-image {
    display: inline-block;
    margin-right: 2px;
    margin-top: -4px
}

#es .es-story-link-remove-button {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer
}

#es .es-story-link-remove-button i {
    font-size: 13px
}

#es.is-mobile .es-story-link-item {
    padding: 16px 8px 8px
}

#es.is-mobile .es-story-link-item.has-images .es-story-link-col {
    margin-left: 0
}

#es.is-mobile .es-story-link-images {
    width: 100%;
    float: none;
    margin: 8px auto
}

#es.is-mobile .es-story-link-images img.es-story-link-image {
    width: 100%;
    max-width: 100% !important
}

#es.is-mobile .es-story-link-remove-button {
    top: 4px
}

#es .es-story-panel-content .es-story-files-content {
    position: relative;
    overflow: hidden
}

#es .es-story-panel-content .es-story-files-content.has-items .es-story-files-upload {
    float: left;
    margin: 5px;
    padding: 0 10px 0 25px
}

#es .es-story-panel-content .es-story-files-content.has-items b.drop-hint {
    display: none
}

#es .es-story-panel-content .es-story-files-content.has-items b.add-hint {
    display: block
}

#es .es-story-panel-content .es-story-files-content b.add-hint {
    display: none
}

#es .es-story-panel-content .es-story-files-content b.drop-hint {
    display: block
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload {
    background: none repeat scroll 0 0 #eee;
    border-radius: 3px;
    cursor: pointer;
    height: 80px;
    position: relative;
    text-align: center;
    z-index: 0
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload:hover {
    background: #ddd !important
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload:hover>span {
    color: #555 !important
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload>span {
    color: #999;
    cursor: pointer;
    line-height: 80px;
    position: relative
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload>span b {
    position: relative;
    left: -5px
}

#es .es-story-panel-content .es-story-files-content .es-story-files-dropsite .es-story-files-upload>span i {
    left: -8px;
    position: relative
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item {
    background: #fff;
    border: 1px dashed #e1e1e1;
    border-radius: 3px;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    width: 100px;
    position: relative
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item:hover .remove-button {
    bottom: 0
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item.new-item {
    display: none
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item .file-icon {
    height: 80px;
    text-align: center;
    display: block;
    position: relative
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item .file-icon i {
    padding-top: 15px;
    font-size: 30px;
    display: block
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item .file-icon .file-name {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 100%
}

#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item .remove-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: -25px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    transition: all .2s ease 0;
    width: 100%;
    z-index: 2
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress {
    background: #fff;
    border: 1px dashed #e1e1e1;
    border-radius: 3px;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    width: 100px;
    position: relative
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress .upload-remove-button {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 8px
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress .upload-percentage {
    line-height: 18px
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress .upload-progress {
    height: 18px;
    margin-bottom: 3px
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress .upload-filesize {
    display: none
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress table {
    border-collapse: separate;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

#es .es-story-panel-content .es-story-files-content .es-story-files-progress table .upload-status td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid transparent
}

#es .es-story-video-form.is-encoding .video-result,
#es .es-story-video-form.is-encoding .video-form {
    display: none
}

#es .es-story-video-form.is-encoding .video-progress {
    display: block
}

#es .es-story-video-form.is-encoding .video-upload-progress {
    display: none
}

#es .es-story-video-form.is-uploading .video-result,
#es .es-story-video-form.is-uploading .video-form {
    display: none
}

#es .es-story-video-form.is-uploading .video-progress {
    display: none
}

#es .es-story-video-form.is-uploading .video-upload-progress {
    display: block
}

#es .es-story-video-form.is-processing .insert-button .o-loader {
    display: inline-block
}

#es .es-story-video-form.is-processing .insert-button span {
    display: none
}

#es .es-story-video-form.is-processing .video-result,
#es .es-story-video-form.is-processing .video-progress {
    display: none
}

#es .es-story-video-form.is-processing .video-upload-progress {
    display: none
}

#es .es-story-video-form.is-processed .video-result {
    display: block
}

#es .es-story-video-form.is-processed .video-form,
#es .es-story-video-form.is-processed .video-progress {
    display: none
}

#es .es-story-video-form.is-processed .video-upload-progress {
    display: none
}

#es .es-story-video-form.is-waiting .video-form {
    display: block
}

#es .es-story-video-form.is-waiting .video-progress,
#es .es-story-video-form.is-waiting .video-result {
    display: none
}

#es .es-story-video-form.is-waiting .video-upload-progress {
    display: none
}

#es .es-story-video-form.editing-title .es-video-item-title {
    display: none
}

#es .es-story-video-form.editing-title .es-video-item-title-textbox {
    display: block
}

#es .es-story-video-form.editing-description .es-video-item-desp {
    display: none
}

#es .es-story-video-form.editing-description .es-video-item-desp-textbox {
    display: block
}

#es .es-story-video-form .es-video-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #444
}

#es .es-story-video-form .es-video-item-title:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3
}

#es .es-story-video-form .insert-button {
    min-width: 80px
}

#es .es-story-video-form .es-video-item-desp-textbox,
#es .es-story-video-form .es-video-item-title-textbox {
    display: none
}

#es .es-story-video-form .es-video-item-desp {
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0 8px
}

#es .es-story-video-form .es-video-item-desp.no-description {
    opacity: .6
}

#es .es-story-video-form .es-video-item-desp:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3;
    opacity: 1
}

#es .es-story-video-form .video-category {
    margin-top: 8px
}

#es .es-story-video-form .es-video {
    width: 100%;
    height: 100%;
    display: block
}

#es .es-story-video-form .es-video>a {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

#es .es-story-video-form .es-video img {
    width: 100%;
    height: auto
}

#es .es-story-video-form .es-video-item {
    width: 200px;
    margin: 4px 0;
    border-radius: 3px;
    background: #363636;
    overflow: hidden
}

#es .es-story-video-form .es-video-item:hover .es-photo-remove-button {
    bottom: 0
}

#es .es-story-video-form .es-video-item-content {
    margin-left: 216px
}

#es .es-story-video-form .es-video-upload-button {
    background: #eee;
    height: 80px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    text-align: center;
    cursor: pointer
}

#es .es-story-video-form .es-video-upload-button:hover {
    background: #ddd
}

#es .es-story-video-form .es-video-upload-button:hover>span {
    color: #555
}

#es .es-story-video-form .es-video-upload-button>span {
    position: relative;
    line-height: 80px;
    color: #999;
    cursor: pointer
}

#es .es-story-video-form .es-video-upload-button>span b {
    position: relative;
    left: -5px
}

#es .es-story-video-form .es-video-upload-button>span i {
    position: relative;
    top: 2px;
    left: -5px
}

#es .es-video-form-divider {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 4px 0
}

#es .es-video-form-divider span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 15px
}

#es .es-video-form-divider span:before,
#es .es-video-form-divider span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #e1e1e1
}

#es .es-video-form-divider span:before {
    right: 100%
}

#es .es-video-form-divider span:after {
    left: 100%
}

#es .es-video-item-wrap {
    position: relative;
    padding: 8px 16px;
    background: #f5f5f5
}

#es .es-video-item-wrap:before,
#es .es-video-item-wrap:after {
    content: " ";
    display: table
}

#es .es-video-item-wrap:after {
    clear: both
}

#es .es-video-item-wrap .es-video-item {
    float: left
}

#es .es-video-item-remove {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 13px;
    color: #888;
    cursor: pointer
}

#es .es-video-item-title {
    font-weight: bold;
    line-height: 24px
}

#es .es-story-video-progress-wrap {
    padding: 8px 16px;
    background: #f5f5f5
}

#es .es-story-video-progress-wrap .es-story-video-status-text {
    color: #444;
    line-height: 24px
}

#es .es-story-video-progress-wrap .progress {
    background: #d6d6d6;
    box-shadow: none;
    height: 12px
}

#es .es-story-video-progress-wrap .bar {
    background: #5cb85c;
    height: 100%
}

#es.is-mobile .es-video-item-wrap .es-video-item {
    float: none;
    width: 100%;
    margin-top: 16px
}

#es.is-mobile .es-story-video-form .es-video-item-content {
    margin-left: 0
}

#es .es-story-audio-form.is-encoding .audio-result,
#es .es-story-audio-form.is-encoding .audio-form {
    display: none
}

#es .es-story-audio-form.is-encoding .audio-progress {
    display: block
}

#es .es-story-audio-form.is-encoding .audio-upload-progress {
    display: none
}

#es .es-story-audio-form.is-uploading .audio-result,
#es .es-story-audio-form.is-uploading .audio-form {
    display: none
}

#es .es-story-audio-form.is-uploading .audio-progress {
    display: none
}

#es .es-story-audio-form.is-uploading .audio-upload-progress {
    display: block
}

#es .es-story-audio-form.is-processing .insert-button .o-loader {
    display: inline-block
}

#es .es-story-audio-form.is-processing .insert-button span {
    display: none
}

#es .es-story-audio-form.is-processing .audio-result,
#es .es-story-audio-form.is-processing .audio-progress {
    display: none
}

#es .es-story-audio-form.is-processing .audio-upload-progress {
    display: none
}

#es .es-story-audio-form.is-processed .audio-result {
    display: block
}

#es .es-story-audio-form.is-processed .audio-form,
#es .es-story-audio-form.is-processed .audio-progress {
    display: none
}

#es .es-story-audio-form.is-processed .audio-upload-progress {
    display: none
}

#es .es-story-audio-form.is-waiting .audio-form {
    display: block
}

#es .es-story-audio-form.is-waiting .audio-progress,
#es .es-story-audio-form.is-waiting .audio-result {
    display: none
}

#es .es-story-audio-form.is-waiting .audio-upload-progress {
    display: none
}

#es .es-story-audio-form.editing-title .es-audio-item-title {
    display: none
}

#es .es-story-audio-form.editing-title .es-audio-item-title-textbox {
    display: block
}

#es .es-story-audio-form.editing-artist .es-audio-item-artist {
    display: none
}

#es .es-story-audio-form.editing-artist .es-audio-item-artist-textbox {
    display: block
}

#es .es-story-audio-form.editing-album .es-audio-item-album {
    display: none
}

#es .es-story-audio-form.editing-album .es-audio-item-album-textbox {
    display: block
}

#es .es-story-audio-form.editing-description .es-audio-item-desp {
    display: none
}

#es .es-story-audio-form.editing-description .es-audio-item-desp-textbox {
    display: block
}

#es .es-story-audio-form .es-audio-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #444
}

#es .es-story-audio-form .es-audio-item-title:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3
}

#es .es-story-audio-form .es-audio-item-artist {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #444
}

#es .es-story-audio-form .es-audio-item-artist:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3
}

#es .es-story-audio-form .es-audio-item-album {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #444
}

#es .es-story-audio-form .es-audio-item-album:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3
}

#es .es-story-audio-form .insert-button {
    min-width: 80px
}

#es .es-story-audio-form .es-audio-item-album-textbox,
#es .es-story-audio-form .es-audio-item-artist-textbox,
#es .es-story-audio-form .es-audio-item-desp-textbox,
#es .es-story-audio-form .es-audio-item-title-textbox {
    display: none
}

#es .es-story-audio-form .es-audio-item-desp {
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0 8px
}

#es .es-story-audio-form .es-audio-item-desp.no-description {
    opacity: .6
}

#es .es-story-audio-form .es-audio-item-desp:hover {
    background: #fefefe;
    border: 1px dashed #b3b3b3;
    opacity: 1
}

#es .es-story-audio-form .audio-genre {
    margin-top: 8px
}

#es .es-story-audio-form .es-audio {
    width: 100%;
    height: 100%;
    display: block
}

#es .es-story-audio-form .es-audio>a {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

#es .es-story-audio-form .es-audio img {
    width: 100%;
    height: auto
}

#es .es-story-audio-form .es-audio-item {
    width: 100px;
    margin: 4px 0;
    border-radius: 3px;
    background: #363636;
    overflow: hidden
}

#es .es-story-audio-form .es-audio-item:hover .es-photo-remove-button {
    bottom: 0
}

#es .es-story-audio-form .es-audio-item-content {
    margin-left: 116px
}

#es .es-story-audio-form .es-audio-upload-button {
    background: #eee;
    height: 80px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    text-align: center;
    cursor: pointer
}

#es .es-story-audio-form .es-audio-upload-button:hover {
    background: #ddd
}

#es .es-story-audio-form .es-audio-upload-button:hover>span {
    color: #555
}

#es .es-story-audio-form .es-audio-upload-button>span {
    position: relative;
    line-height: 80px;
    color: #999;
    cursor: pointer
}

#es .es-story-audio-form .es-audio-upload-button>span b {
    position: relative;
    left: -5px
}

#es .es-story-audio-form .es-audio-upload-button>span i {
    position: relative;
    top: 2px;
    left: -5px
}

#es .es-audio-form-divider {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 4px 0
}

#es .es-audio-form-divider span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 15px
}

#es .es-audio-form-divider span:before,
#es .es-audio-form-divider span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #e1e1e1
}

#es .es-audio-form-divider span:before {
    right: 100%
}

#es .es-audio-form-divider span:after {
    left: 100%
}

#es .es-audio-item-wrap {
    position: relative;
    padding: 8px 16px;
    background: #f5f5f5
}

#es .es-audio-item-wrap:before,
#es .es-audio-item-wrap:after {
    content: " ";
    display: table
}

#es .es-audio-item-wrap:after {
    clear: both
}

#es .es-audio-item-wrap .es-audio-item {
    float: left
}

#es .es-audio-item-remove {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 13px;
    color: #888;
    cursor: pointer
}

#es .es-audio-item-title {
    font-weight: bold;
    line-height: 24px
}

#es .es-story-audio-progress-wrap {
    padding: 8px 16px;
    background: #f5f5f5
}

#es .es-story-audio-progress-wrap .es-story-audio-status-text {
    color: #444;
    line-height: 24px
}

#es .es-story-audio-progress-wrap .progress {
    background: #d6d6d6;
    box-shadow: none;
    height: 12px
}

#es .es-story-audio-progress-wrap .bar {
    background: #5cb85c;
    height: 100%
}

#es.is-mobile .es-audio-item-wrap .es-audio-item {
    float: none;
    width: 100%;
    margin-top: 16px
}

#es.is-mobile .es-story-audio-form .es-audio-item-content {
    margin-left: 0
}

#es.popbox--story-select {
    width: 540px;
    min-height: 80px
}

#es.popbox--story-select .arrow {
    display: none
}

#es .es-story-selection-popbox__hd {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1
}

#es .es-story-selection-popbox__hd .o-form-group {
    margin-bottom: 0
}

#es .es-story-selection-popbox__hd .o-control-label {
    width: auto
}

#es .es-story-selection-popbox__tabs {
    background-color: #f5f5f5
}

#es .es-story-selection-popbox__tabs .o-tabs--horizontal .o-tabs__item {
    border-bottom: 0;
    bottom: 0
}

#es .es-story-selection-popbox__tabs .o-tabs--horizontal .o-tabs__link {
    line-height: 2em
}

#es .es-story-selection-popbox__content {
    position: relative;
    min-height: 200px
}

#es .es-story-selection-popbox__content.is-loading .es-list {
    display: none
}

#es .es-story-selection-popbox__content .o-loader {
    display: none
}

#es .es-story-selection-popbox .es-list {
    max-height: 320px;
    overflow-y: auto
}

#es .es-story-selection-popbox .es-list__item:hover {
    background-color: #fafafa
}

#es .es-story-selection-popbox .es-list-item {
    color: #444;
    outline: 0 !important
}

#es .es-story-selection-popbox .es-list-item::-moz-focus-inner {
    border: 0 !important
}

#es .es-story-selection-popbox .es-list-item__context {
    overflow: hidden;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

#es .es-story-selection-popbox .es-list-item__title {
    overflow: hidden;
    text-overflow: ellipsis
}

#es .es-story-selection-popbox__ft {
    background-color: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    padding: 8px 0;
    text-align: center
}

#es.is-mobile .es-story,
#es.is-tablet .es-story,
#es.es-mobile-content .es-story {
    border-radius: 0
}

#es.is-mobile .es-story-panel-buttons,
#es.is-tablet .es-story-panel-buttons,
#es.es-mobile-content .es-story-panel-buttons {
    padding: 0 0 0 4px;
    overflow: hidden
}

#es.is-mobile .es-story-swiper-nav .es-story-panel-button,
#es.is-tablet .es-story-swiper-nav .es-story-panel-button,
#es.es-mobile-content .es-story-swiper-nav .es-story-panel-button {
    width: auto;
    margin-right: 8px
}

#es.is-mobile .es-story-bg-select,
#es.is-tablet .es-story-bg-select,
#es.es-mobile-content .es-story-bg-select {
    padding-top: 4px;
    padding-left: 4px
}

#es.is-mobile .es-story-meta-buttons,
#es.is-tablet .es-story-meta-buttons,
#es.es-mobile-content .es-story-meta-buttons {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 8px
}

#es.is-mobile .es-story-meta-button,
#es.is-tablet .es-story-meta-button,
#es.es-mobile-content .es-story-meta-button {
    float: none;
    margin: 0;
    padding: 4px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 32px;
    border-radius: 0
}

#es.is-mobile .es-story-meta-button+.es-story-meta-button,
#es.is-tablet .es-story-meta-button+.es-story-meta-button,
#es.es-mobile-content .es-story-meta-button+.es-story-meta-button {
    border-left: 0 solid #e1e1e1
}

#es .es-streams .es-story {
    margin-bottom: 16px
}

#es .es-streams.is-empty .es-stream-list {
    display: none
}

#es .es-streams.is-empty .es-stream-list.is-sticky {
    display: block
}

#es .stream-shared-border {
    border-left: 5px solid #e1e1e1
}

#es .es-stream-content-title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px
}

#es .es-stream-content-title a {
    font-size: 14px
}

#es .es-stream-content-title .label {
    vertical-align: top;
    display: inline-block;
    padding: .25em .5em
}

#es .es-stream-list {
    margin: 0;
    min-height: 370px;
    padding: 0 0 16px
}

#es .es-stream-list.is-sticky {
    min-height: 0
}

#es .es-stream-list>li {
    list-style: none
}

#es .es-stream-list>li.empty {
    background: none repeat scroll 0 0 #f6f9fc;
    border: 1px dashed #e1e1e1;
    color: #444;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 20px
}

#es .es-stream-list>li.empty>i {
    color: #444;
    font-size: 32px;
    margin-bottom: 20px;
    width: 32px
}

#es .es-stream-list>li.is-translated .es-stream-translations {
    border-left: 2px solid #e1e1e1;
    padding: 0 8px
}

#es .es-stream-list>li.is-translating .es-stream-translations__loader {
    display: block
}

#es .es-stream-list>li .es-stream-translations {
    margin: 8px 0
}

#es .es-stream-list>li.is-published .es-stream {
    display: none
}

#es .es-stream-list>li.is-published .es-stream-published {
    display: block
}

#es .es-stream-list>li.is-bookmarked .bookmark {
    display: inline-block
}

#es .es-stream-list>li.is-bookmarked .es-stream-control .add-bookmark {
    display: none
}

#es .es-stream-list>li.is-bookmarked .es-stream-control .remove-bookmark {
    display: block
}

#es .es-stream-list>li.is-sticky .es-stream-control .add-sticky {
    display: none
}

#es .es-stream-list>li.is-sticky .es-stream-control .remove-sticky {
    display: block
}

#es .es-stream-list>li .es-stream-control .remove-bookmark {
    display: none
}

#es .es-stream-list>li .es-stream-control .remove-sticky {
    display: none
}

#es .es-stream-list>li.hidden {
    opacity: 0
}

#es .es-stream-list>li.hide-stream .es-stream {
    display: none
}

#es .es-stream-list>li.pagination {
    display: block;
    text-align: center
}

#es .es-stream-list>li.pagination a.btn-stream-updates>i {
    margin-right: 4px
}

#es .es-stream-list>li+li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e1e1
}

#es .es-stream-list>li .es-stream-published {
    display: none
}

#es .es-stream-list .pagination {
    display: block
}

#es .es-stream-list .pagination.pagination-centered {
    display: inline-block
}

#es .es-stream {
    position: relative
}

#es .es-stream:before,
#es .es-stream:after {
    content: " ";
    display: table
}

#es .es-stream:after {
    clear: both
}

#es .es-stream [class*=" es-story--bg-"]:not(.es-story-bg-menu-preview) {
    padding: 8px 16px
}

#es .es-stream .es-story--bg-0:not(.es-story-bg-menu-preview) {
    padding: 0
}

#es .es-stream,
#es .es-stream-content,
#es .es-stream-preview {
    display: inline-block;
    width: 100%
}

#es .es-stream-mini {
    line-height: 1
}

#es .es-stream-mini .es-stream .o-flag__body {
    line-height: 1.538461538
}

#es .es-stream-mini .es-stream .es-stream-meta {
    border: 0;
    padding: 0
}

#es .es-stream-mini .es-stream time {
    color: #444
}

#es .es-stream-type {
    border-radius: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0
}

#es .es-stream-type+.es-stream-control {
    top: 18px
}

#es .es-stream-header {
    padding: 4px 8px;
    margin-bottom: 8px;
    background-color: #f5f5f5
}

#es .es-stream-meta {
    padding: 0 0 8px;
    position: relative
}

#es .es-stream-meta .es-stream-title {
    font-size: 14px;
    padding-right: 60px
}

#es .es-stream-meta .es-stream-title a {
    font-size: 14px
}

#es .es-stream-meta .es-stream-meta-footer {
    font-size: 12px
}

#es .es-stream-meta #eb .eb-emoji-icon:before {
    vertical-align: middle
}

#es.is-mobile .es-stream-meta-footer .es-privacy-custom-form {
    left: -80px;
    width: 260px
}

#es .es-edit-text {
    position: relative;
    color: #444
}

#es .es-editing-text {
    display: none
}

#es .is-editing .es-stream-meta-footer time {
    display: none
}

#es .is-editing .es-edit-text {
    display: none
}

#es .is-editing .es-editing-text {
    display: inline-block;
    color: #444
}

#es .is-editing .es-stream-editor {
    padding-bottom: 0
}

#es .is-editing .es-stream-action-wrap {
    display: none
}

#es .is-editing .es-story-text,
#es .is-editing .xes-story-textbox {
    background-color: #fffce9
}

#es .is-editing .es-stream-editor-actions {
    margin-top: 8px
}

#es .is-editing .es-stream-editor-actions:before,
#es .is-editing .es-stream-editor-actions:after {
    content: " ";
    display: table
}

#es .is-editing .es-stream-editor-actions:after {
    clear: both
}

#es .is-editing .es-story-panel-content.active,
#es .is-editing .es-story-panel-contents.active {
    background-color: #fffce9
}

#es .is-editing .es-location-map-image {
    width: 100% !important
}

#es .is-moderated .es-moderated-note {
    display: block
}

#es .is-moderated .es-moderated-note .o-label {
    font-size: 90%
}

#es .es-moderated-note {
    text-align: center;
    display: none
}

#es .es-stream-avatar-wrap {
    position: relative
}

#es .is-sticky .es-stream-sticky-label {
    display: inline-block
}

#es .es-stream-sticky-label {
    width: 16px;
    height: 16px;
    background-color: #f9ddb5;
    color: #ec971f;
    border-radius: 50%;
    text-align: center;
    display: none;
    font-size: 9px;
    line-height: 18px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 2
}

#es .is-bookmarked .es-stream-sticky-label {
    right: 10px
}

#es .is-bookmarked .es-stream-bookmark-label {
    display: inline-block
}

#es .es-stream-bookmark-label {
    width: 16px;
    height: 16px;
    background-color: #dff4df;
    color: #4fc251;
    border-radius: 50%;
    text-align: center;
    display: none;
    font-size: 9px;
    line-height: 18px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 2
}

#es .es-stream-content {
    font-size: 13px;
    padding: 0;
    margin-bottom: 8px;
    word-wrap: break-word
}

#es .es-stream-info-meta {
    color: #888
}

#es .es-stream-content-avatar {
    max-width: 100%;
    height: auto
}

#es .es-stream-content-thumb {
    padding: 0 8px 8px 0;
    float: left
}

#es .es-stream-preview {
    margin: 0 0 8px
}

#es .es-stream-preview:before,
#es .es-stream-preview:after {
    content: " ";
    display: table
}

#es .es-stream-preview:after {
    clear: both
}

#es .es-stream-preview .stream-preview-title {
    background: #f5f5f5;
    padding: 8px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-stream-preview .stream-preview-title i {
    color: #ccc
}

#es .es-stream-preview .stream-preview-image {
    display: inline-block;
    float: left;
    margin-right: 8px;
    position: relative;
    width: 140px
}

#es .es-stream-preview .stream-preview-image .icon-es-video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    z-index: 2
}

#es .es-stream-preview .stream-preview-image img {
    float: left;
    width: 100%;
    height: 100%
}

#es .es-stream-actions+.es-stream-actions {
    margin-top: 2px
}

#es .es-stream-actions+.es-stream-counter {
    margin-top: 2px
}

#es .es-stream-actions.pull-right {
    margin-top: 0
}

#es .es-stream-counter {
    font-size: 12px
}

#es .es-stream-counter .es-stream-actions {
    display: inline-block
}

#es .es-stream-counter+.es-stream-actions {
    margin-top: 2px
}

#es .es-stream-counter a {
    color: #888
}

#es .es-likes-wrap,
#es .es-repost-wrap {
    padding: 4px 8px;
    background-color: #f5f5f5;
    position: relative;
    clear: both;
    word-break: break-all;
    margin-bottom: 1px
}

#es .es-stream-unavailable {
    background: #f6f9fc;
    border: 1px dashed #e1e1e1;
    color: #444;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 20px
}

#es .es-stream-published-notice,
#es .es-stream-hide-notice {
    background: #f6f9fc;
    border: 1px dashed #e1e1e1;
    padding: 20px;
    color: #444;
    font-size: 13px
}

#es .es-stream-published-notice a,
#es .es-stream-hide-notice a {
    float: right
}

#es .es-stream-published-notice {
    background: #fff
}

#es .es-stream-control {
    position: absolute;
    right: 8px;
    top: 8px
}

#es .es-stream-control .btn-control .icon-es-dropdown {
    position: absolute;
    top: 6px;
    left: 4px
}

#es .es-stream-control.open {
    z-index: 1100
}

#es .es-stream-control .btn-control {
    display: block;
    width: 19px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    position: relative;
    z-index: 2
}

#es .es-stream-control .btn-control i {
    font-size: 15px;
    color: #888
}

#es .es-stream-control>.dropdown-menu {
    margin: -1px 0 0;
    z-index: 1000
}

#es .es-stream-control>.dropdown-menu>li.divider {
    margin: 5px 0
}

#es.view-stream .es-streams,
#es .view-stream .es-streams {
    padding: 10px 0 0 0
}

#es.view-activities .es-stream {
    padding: 8px
}

#es.view-activities .es-stream .media {
    margin-top: 0
}

#es.view-activities .es-stream .es-privacy {
    position: absolute;
    left: auto;
    right: 32px;
    top: 6px;
    width: 40px;
    z-index: 3;
    float: right;
    margin-left: 8px
}

#es.view-activities .es-stream .es-privacy.active {
    z-index: 5
}

#es.view-activities .es-stream .es-stream-control {
    right: 8px
}

#es .stream-filter .stream-filter-heading h3 {
    font-size: 16px;
    padding: 5px 0 0 0;
    margin: 10px 0 0 20px
}

#es .stream-filter .stream-filter-heading hr {
    margin: 10px 0
}

#es .stream-filter .stream-filter-contents {
    margin: 0 20px 0 20px
}

#es .stream-filter .stream-filter-contents .filter-title {
    width: 100%
}

#es .stream-filter .form-actions {
    padding-left: 20px
}

#es .es-stream-editor .es-story-text,
#es .es-stream-editor .es-polls {
    padding: 8px
}

#es.popbox-repost {
    width: 340px;
    min-height: 64px
}

#es.popbox-repost.is-mobile {
    position: fixed;
    width: auto;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto
}

#es.popbox-repost.is-mobile .arrow {
    display: none
}

#es .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

#es .video-container.is-1by1 {
    max-width: 56.25%;
    margin: 0 auto
}

#es .video-container.is-1by1 .es-viewport {
    padding-top: 100%
}

#es .video-container.is-9by16 {
    max-width: 32.25%;
    margin: 0 auto
}

#es .video-container iframe,
#es .video-container object,
#es .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .embed-container {
    text-align: center
}

#es .es-streams .nav-actions li {
    margin-right: 8px;
    display: inline-block
}

#es .es-streams .nav-actions li+li {
    border-left: 1px dotted #e1e1e1;
    padding-left: 10px
}

#es .es-stream-repost {
    position: relative
}

#es .es-stream-repost__meta {
    padding-top: 8px;
    padding-left: 8px;
    position: relative
}

#es .es-stream-repost__meta-inner {
    position: relative;
    padding: 8px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    box-shadow: -8px -8px 0 0 #f5f5f5, -9px -9px 0 0 #e1e1e1, -7px -9px 0 0 #e1e1e1, -9px -7px 0 0 #e1e1e1
}

#es .es-stream-repost__title {
    font-weight: 700
}

#es .es-stream-repost__text,
#es .es-stream-repost__content {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-stream-repost__text:before,
#es .es-stream-repost__text:after,
#es .es-stream-repost__content:before,
#es .es-stream-repost__content:after {
    content: " ";
    display: table
}

#es .es-stream-repost__text:after,
#es .es-stream-repost__content:after {
    clear: both
}

#es.is-mobile .es-stream-repost .o-media {
    display: block
}

#es.is-mobile .es-stream-repost .o-media__image {
    margin-right: 0;
    margin-bottom: 8px
}

#es.is-mobile .es-stream-repost .o-media__body {
    display: block
}

#es .stream-files h4 {
    margin-bottom: 20px
}

#es .stream-files.multiple-files {
    float: left;
    width: 30%;
    margin: 0 15px 15px 0
}

#es .stream-files .file-contents {
    margin-bottom: 15px
}

#es .stream-files .file-download {
    border: 1px dashed #e1e1e1;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
    display: block
}

#es .stream-files .file-download i {
    color: #444;
    display: block;
    font-size: 32px
}

#es .stream-files .file-preview {
    max-width: 250px;
    display: inline-block;
    border: 1px dashed #e1e1e1;
    padding: 5px
}

#es .stream-files .file-preview img {
    border: 1px solid #e1e1e1
}

#es .stream-apps-content .stream-apps-meta {
    background: #fff;
    margin-top: 4px;
    padding: 8px 0 4px 0
}

#es .stream-apps-content .stream-apps-meta li {
    font-size: 13px;
    color: #444;
    display: inline-block;
    margin-right: 8px
}

#es .stream-apps-content .stream-apps-meta li i {
    margin-right: 3px
}

#es .stream-apps-content .stream-apps-meta li+li {
    padding-left: 8px;
    border-left: 1px dotted #e1e1e1
}

#es .stream-kunena .kmsgtext-quote {
    background-color: #f2f1ee;
    border: 1px dotted #bfc3c6;
    padding: 4px
}

#es .es-stream-pinned-divider {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold
}

#es .es-stream-pinned-divider span {
    display: inline-block;
    vertical-align: baseline;
    color: #888;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 16px
}

#es .es-stream-pinned-divider span i {
    margin-right: 4px
}

#es .es-stream-pinned-divider span:before,
#es .es-stream-pinned-divider span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #e1e1e1
}

#es .es-stream-pinned-divider span:before {
    right: 100%
}

#es .es-stream-pinned-divider span:after {
    left: 100%
}

#es .es-stream-copied-msg {
    display: block;
    position: fixed;
    background: red;
    bottom: 10%;
    left: 40%;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    opacity: .9
}

#es .es-stream-embed {
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 3px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-stream-embed--border {
    border-top: 1px solid #e1e1e1
}

#es .es-stream-embed__cover,
#es .es-stream-embed__title,
#es .es-stream-embed__desc,
#es .es-stream-embed__meta,
#es .es-stream-embed__player {
    width: 100%;
    display: block
}

#es .es-stream-embed__cover {
    text-align: center;
    border-radius: 3px 3px 0 0;
    background-color: #f5f5f5;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

#es .es-stream-embed__cover:hover {
    background-color: #f5f5f5
}

#es .es-stream-embed__cover-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#es .es-stream-embed__title {
    padding: 8px;
    font-weight: bold;
    font-size: 14px
}

#es .es-stream-embed__desc {
    padding: 0 8px;
    margin-bottom: 8px
}

#es .es-stream-embed__meta {
    color: #888;
    padding: 0 8px;
    margin-bottom: 8px
}

#es .es-stream-embed__action {
    padding: 8px
}

#es .es-stream-embed.is-link .es-stream-embed__desc {
    margin-bottom: 8px
}

#es .es-stream-embed.is-ads .es-stream-embed__action {
    margin-bottom: 8px
}

#es .es-stream-embed.is-maps .es-location-map {
    padding-top: 13%
}

#es .es-stream-embed.is-file,
#es .es-stream-embed.is-achievement,
#es .es-stream-embed.is-apps,
#es .es-stream-embed.is-broadcasts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-stream-embed__context {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px
}

#es .es-stream-embed__file-context {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px
}

#es .es-stream-embed__file-context b {
    color: #888;
    font-weight: normal;
    font-size: 12px;
    display: block
}

#es .es-stream-embed__file-icon {
    padding: 8px 16px;
    font-size: 20px;
    border-right: 1px solid #e1e1e1
}

#es .es-stream-embed.is-achievement,
#es .es-stream-embed.is-apps {
    padding: 8px 16px
}

#es .es-stream-embed.is-achievement img {
    width: 32px;
    height: 32px
}

#es .es-stream-embed__apps-title,
#es .es-stream-embed__achievement-title {
    font-weight: bold
}

#es .es-stream-embed__apps-title span,
#es .es-stream-embed__achievement-title span {
    color: #888;
    font-weight: normal
}

#es .es-stream-embed__apps-context,
#es .es-stream-embed__achievement-context {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px
}

#es .es-stream-embed__apps-context b,
#es .es-stream-embed__achievement-context b {
    color: #888;
    font-weight: normal;
    font-size: 12px;
    display: block
}

#es .es-stream-embed__apps-context,
#es .es-stream-embed__achievement-context {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px
}

#es .es-stream-embed__broadcasts-title {
    padding: 8px 8px 0;
    font-weight: bold;
    display: block
}

#es .es-stream-embed__broadcasts-text {
    padding: 4px 8px 8px
}

#es .es-stream-embed__broadcasts-icon {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-color: #f5f5f5;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 0 16px;
    border-radius: 50%
}

#es .es-stream-embed__broadcasts-icon>i {
    width: 36px
}

#es .es-stream-embed.is-polls {
    padding: 8px 16px
}

#es .es-stream-embed.is-rss>div,
#es .es-stream-embed.is-calendar>div {
    padding: 8px 16px
}

#es .es-stream-embed.is-rss>div:before,
#es .es-stream-embed.is-rss>div:after,
#es .es-stream-embed.is-calendar>div:before,
#es .es-stream-embed.is-calendar>div:after {
    content: " ";
    display: table
}

#es .es-stream-embed.is-rss>div:after,
#es .es-stream-embed.is-calendar>div:after {
    clear: both
}

#es .es-stream-embed+.es-stream-embed {
    margin-top: 8px
}

#es .es-stream-embed .twitter-tweet {
    width: 100% !important;
    margin: 0 !important
}

#es.is-mobile .es-stream-embed.is-maps .es-location-map {
    padding-top: 30%
}

#es .es-stream-apps {
    border: 0;/*1px solid #e1e1e1;*/
    line-height: 1.5;
    background-color: #fff;
    border-radius: 3px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-stream-apps--border {
    border-top: 1px solid #e1e1e1
}

#es .es-stream-apps__hd,
#es .es-stream-apps__bd {
    padding: 8px 16px;
    position: relative
}

#es .es-stream-apps__bd:before,
#es .es-stream-apps__bd:after {
    content: " ";
    display: table
}

#es .es-stream-apps__bd:after {
    clear: both
}

#es .es-stream-apps__bd .g-list--horizontal {
    margin-top: 8px
}

#es .es-stream-apps__bd .o-flag__body {
    position: relative
}

#es .es-stream-apps__title {
    padding: 4px 16px 4px 0;
    font-weight: bold
}

#es .es-stream-apps .is-quote {
    border-left: 2px solid #e1e1e1;
    padding-left: 16px
}

#es .es-stream-apps .is-file {
    background-color: #f5f5f5;
    padding: 16px;
    padding-right: 80px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    line-height: 1
}

#es .es-stream-apps .is-file span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-stream-apps .is-file:after {
    position: absolute;
    bottom: -16px;
    right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f1c6";
    font-size: 48px;
    color: #888;
    opacity: .3
}

#es .es-stream-apps__meta {
    color: #888
}

#es .es-stream-apps .es-stream-apps__state {
    color: #888;
    font-size: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 16px
}

#es .es-stream-apps+.es-stream-apps {
    margin-top: 10px
}

#es .es-stream-filter-bar {
    background: #f5f5f5;
    padding: 8px 16px;
    color: #888;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-stream-filter-bar .o-btn-group.open .dropdown-toggle_ {
    background: #fff !important
}

#es .es-stream-filter-bar__cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-stream-filter-bar__cell:not(:first-child) {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: auto
}

#es.is-mobile .es-stream-filter-bar .o-media__image {
    display: none
}

#es .es-stream-filter-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

#es .es-stream-filter-icon:before,
#es .es-stream-filter-icon:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 0;
    background-color: #239dff
}

#es .es-stream-filter-icon:after {
    left: 8px;
    background-color: #00dcae
}

#es .es-stream-filter-icon i {
    position: absolute;
    top: 10px;
    left: 0
}

#es .es-stream-filter-icon i:before,
#es .es-stream-filter-icon i:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    background-color: #445ab5
}

#es .es-stream-filter-icon i:after {
    left: 8px;
    background-color: #ff403a
}

#es .es-timeline-filter-dropdown {
    min-width: 220px;
    max-width: 320px
}

#es .es-timeline-filter-dropdown>li {
    position: relative
}

#es .es-timeline-filter-dropdown>li>a {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    outline: 0 !important
}

#es .es-timeline-filter-dropdown>li>a::-moz-focus-inner {
    border: 0 !important
}

#es .es-timeline-filter-dropdown__title {
    display: block;
    font-weight: bold;
    padding: 4px 20px;
    color: #444
}

#es .es-timeline-filter-dropdown__indicator {
    display: none;
    background: #f65b5b;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 16px
}

#es .es-timeline-filter-dropdown__bubble {
    background-color: #ededed;
    border-radius: 2px;
    color: #888;
    display: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#es .has-bubble .es-timeline-filter-dropdown__indicator,
#es .has-bubble .es-timeline-filter-dropdown__bubble {
    display: inline-block
}

#es .es-timeline-filter-dropdown>li.has-bubble>a {
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

#es .es-stream-filter-dropdown__title {
    display: block;
    font-weight: bold;
    padding: 4px 0;
    color: #444
}

#es .es-stream-filter-dropdown__desc {
    white-space: normal;
    margin-top: 4px
}

#es .es-stream-filter-dropdown__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

#es .open>.es-stream-filter-dropdown {
    min-width: 400px;
    padding: 8px 16px
}

#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item {
    outline: 0 !important;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    overflow: hidden
}

#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item::-moz-focus-inner {
    border: 0 !important
}

#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item label {
    text-overflow: ellipsis
}

#es.is-mobile .open>.es-stream-filter-dropdown {
    min-width: 280px;
    width: 100%
}

#es.is-mobile .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

#es.popbox.popbox-users {
    min-width: 45px !important;
    max-width: 160px !important;
    min-height: 55px !important;
    background-color: #fff !important;
    border-radius: 1px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#es .es-calendar {
    border-collapse: separate;
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 100%
}

#es .es-calendar tbody>tr+tr>td {
    border-top: 0
}

#es .es-calendar tbody>tr>td {
    border-color: #e1e1e1;
    text-align: left;
    height: 96px;
    position: relative;
    padding: 0
}

#es .es-calendar tbody>tr>td+td {
    border-left: 0
}

#es .es-calendar tbody>tr>td.empty>small {
    background: #fafafa;
    color: #888;
    display: block;
    height: 96px;
    padding: 8px;
    position: relative
}

#es .es-calendar tbody>tr>td.day>div {
    color: #888;
    display: block;
    height: 96px;
    padding: 8px;
    position: relative
}

#es .es-calendar tbody>tr>td.day>div>a {
    color: #888
}

#es .es-calendar tbody>tr>td.is-today>div {
    background: #ffe;
    color: #555;
    font-weight: bold
}

#es .es-calendar tbody>tr>td.is-today>div>a {
    background: #f44336;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 1;
    display: inline-block;
    text-align: center
}

#es .es-calendar tbody>tr>td.has-events>div:before {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-right: 10px solid #45b478;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent
}

#es .es-calendar tbody>tr>td.has-events>div {
    background: #f5f5f5;
    font-weight: bold;
    color: #555
}

#es .es-calendar tbody>tr>td.has-events>div>b {
    font: normal 11px/13px Tahoma, Arial, sans-serif;
    color: #aaa;
    position: absolute;
    right: 15px;
    bottom: 15px
}

#es .es-calendar tbody>tr>td.has-events>div:hover .es-calendar-tooltips,
#es .es-calendar tbody>tr>td.has-events>div:active .es-calendar-tooltips {
    display: block
}

#es .es-calendar tbody>tr>td:nth-child(5)>div .es-calendar-tooltips,
#es .es-calendar tbody>tr>td:nth-child(6)>div .es-calendar-tooltips,
#es .es-calendar tbody>tr>td:nth-child(7)>div .es-calendar-tooltips {
    left: auto;
    right: 102%
}

#es .es-calendar tbody>tr>td:nth-child(5)>div .es-calendar-tooltips:before,
#es .es-calendar tbody>tr>td:nth-child(5)>div .es-calendar-tooltips:after,
#es .es-calendar tbody>tr>td:nth-child(6)>div .es-calendar-tooltips:before,
#es .es-calendar tbody>tr>td:nth-child(6)>div .es-calendar-tooltips:after,
#es .es-calendar tbody>tr>td:nth-child(7)>div .es-calendar-tooltips:before,
#es .es-calendar tbody>tr>td:nth-child(7)>div .es-calendar-tooltips:after {
    border-left: 8px solid #e1e1e1;
    border-right: 0;
    left: auto;
    right: -8px
}

#es .es-calendar tbody>tr>td:nth-child(5)>div .es-calendar-tooltips:after,
#es .es-calendar tbody>tr>td:nth-child(6)>div .es-calendar-tooltips:after,
#es .es-calendar tbody>tr>td:nth-child(7)>div .es-calendar-tooltips:after {
    border-right-color: transparent;
    border-left-color: #f5f5f5;
    left: auto;
    right: -7px
}

#es .es-calendar tbody>tr.es-calendar-control>td,
#es .es-calendar tbody>tr.es-calendar-days>td {
    height: auto
}

#es .es-calendar .text-center {
    text-align: center
}

#es .es-calendar-tooltips {
    display: none;
    background: #fff;
    color: #444;
    border: 1px solid #e1e1e1;
    min-width: 260px;
    font: 12px/1.2 Arial, sans-serif;
    position: absolute;
    left: 102.5%;
    top: 2px;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25)
}

#es .es-calendar-tooltips:before,
#es .es-calendar-tooltips:after {
    content: "";
    display: block;
    border-right: 8px solid #e1e1e1;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    left: -8px;
    top: 10px
}

#es .es-calendar-tooltips:after {
    border-right-color: #f5f5f5;
    left: -7px
}

#es .es-calendar-tooltips__title {
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    color: #888;
    display: block;
    font-size: 11px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 13px
}

#es .es-calendar-tooltips__title a {
    color: #888
}

#es .es-calendar-tooltips ul {
    padding: 8px 0;
    margin: 0 8px
}

#es .es-calendar-tooltips ul>li {
    padding: 4px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-calendar-tooltips ul>li+li {
    border-top: 1px solid #e1e1e1
}

#es .es-calendar-tooltips ul a {
    color: #888;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-calendar-tooltips ul a:hover {
    color: #333
}

#es .es-calendar-control {
    font-size: 16px
}

#es .es-calendar-control>td {
    border: 0;
    border-top: 1px solid #e1e1e1;
    vertical-align: middle
}

#es .es-calendar-control>td a {
    outline: 0 !important
}

#es .es-calendar-control>td a::-moz-focus-inner {
    border: 0 !important
}

#es .es-calendar-control>td.es-calendar-previous,
#es .es-calendar-control>td.es-calendar-next {
    padding: 0
}

#es .es-calendar-control>td.es-calendar-previous>a,
#es .es-calendar-control>td.es-calendar-next>a {
    background: none !important;
    color: #888;
    display: block;
    line-height: 60px;
    height: 60px
}

#es .es-calendar-control>td.es-calendar-previous>a i,
#es .es-calendar-control>td.es-calendar-next>a i {
    line-height: inherit
}

#es .es-calendar-control>td.es-calendar-previous {
    border-left: 1px solid #e1e1e1;
    border-right-color: transparent
}

#es .es-calendar-control>td.es-calendar-next {
    border-right: 1px solid #e1e1e1
}

#es .es-calendar-control>td.es-calendar-month {
    vertical-align: middle;
    border-right-color: transparent
}

#es .es-calendar-control>td.es-calendar-month>a {
    background: none !important;
    color: #333;
    text-decoration: none
}

#es .es-calendar-days>td {
    background: #f5f5f5;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    color: #888;
    height: auto;
    padding: 13px !important;
    text-transform: uppercase;
    width: 14.285714285714%
}

#es .es-calendar-days>td:first-child {
    border-left: 1px solid #e1e1e1
}

#es .es-calendar-days>td:last-child {
    border-right: 1px solid #e1e1e1
}

#es.is-mobile .es-events-calendar {
    padding-bottom: 60px
}

#es.is-mobile .es-calendar-days>td {
    padding: 5px !important;
    font-size: 10px
}

#es.is-mobile .es-calendar-tooltips {
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    top: 33% !important;
    width: auto;
    max-width: none
}

#es.is-mobile .es-calendar-tooltips:before,
#es.is-mobile .es-calendar-tooltips:after {
    display: none
}

#es.is-mobile .es-calendar tbody>tr>td,
#es.is-mobile .es-calendar tbody>tr>td.day>div,
#es.is-mobile .es-calendar tbody>tr>td.empty>small {
    height: 66px
}

#es.is-mobile .es-calendar tbody>tr>td.has-events>div>b {
    right: 0;
    left: 1px
}

#es .es-search-master {
    margin-bottom: 16px
}

#es .es-search-advance {
    float: right;
    margin: 0 0 0 16px
}

#es .es-search-advance a {
    display: inline-block;
    vertical-align: top;
    line-height: 28px
}

#es .es-search-filter {
    overflow: hidden;
    margin: 0 0 0 -1px
}

#es .es-search-filter-item {
    display: inline-block;
    float: left;
    margin: 2px 1px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#es .es-search-filter-item input {
    display: none
}

#es .es-search-filter-item input:checked+label {
    background: #f5f5f5;
    border-color: #ddd
}

#es .es-search-filter-item input:checked+label:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-search-filter-item label,
#es .es-search-filter-item label:before,
#es .es-search-filter-item label:after {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

#es .es-search-filter-item label {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 26px;
    padding: 0 10px 0 30px;
    position: relative
}

#es .es-search-filter-item label:before,
#es .es-search-filter-item label:after {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: '';
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    display: inline-block;
    text-decoration: inherit
}

#es .es-search-filter-item label:after {
    background: #428bca;
    border-color: #3071a9;
    color: #fff;
    content: "\f00c";
    opacity: 0;
    filter: alpha(opacity=0)
}

#es.is-mobile .es-search-form:before,
#es.is-mobile .es-search-form:after {
    content: " ";
    display: table
}

#es.is-mobile .es-search-form:after {
    clear: both
}

#es.is-mobile .es-search-filter {
    float: left
}

#es.is-mobile .es-search-result {
    clear: both
}

#es .es-search-mini-result-wrap {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto
}

#es .es-search-mini-group+.es-search-mini-group {
    border-top: 1px solid #e1e1e1
}

#es .es-search-mini-group__title {
    padding: 8px 16px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1
}

#es .es-search-mini-result-list__item>a {
    color: #888;
    padding: 8px 16px;
    display: block
}

#es .es-search-mini-result-list__item>a:before,
#es .es-search-mini-result-list__item>a:after {
    content: " ";
    display: table
}

#es .es-search-mini-result-list__item>a:after {
    clear: both
}

#es .es-search-mini-result-list__item>a:hover {
    background-color: #f5f5f5
}

#es .es-search-mini-result-list__item+.es-search-mini-result-list__item {
    border-top: 1px solid #e1e1e1
}

#es .es-search-mini-footer {
    border-top: 1px solid #e1e1e1;
    padding: 14px 10px;
    background: #f5f5f5
}

#es .es-search-mini-empty {
    padding: 16px;
    text-align: center;
    color: #444
}

#es .es-adv-search2__item {
    margin-bottom: 8px
}

#es .es-adv-search2__item:first-child .es-adv-search2__action {
    display: none
}

#es .es-adv-search2__item .es-adv-search2__action {
    padding-right: 0
}

#es .es-adv-search2__criteria {
    max-width: 22%;
    margin-bottom: 8px
}

#es .es-adv-search2__criteria .form-control {
    font-weight: bold
}

#es .es-adv-search2__condition {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-adv-search2__condition-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-adv-search2__condition-item--short {
    -webkit-flex: 0 0 168px;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px
}

#es .es-adv-search2__condition>div {
    padding-right: 8px
}

#es .es-adv-search2__condition>div:last-child {
    padding-right: 0
}

#es .es-adv-search2 .is-operator {
    max-width: 22%
}

#es .es-adv-search2__action {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .es-adv-search2__locations {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    align-self: flex-end
}

#es .es-adv-search2__options {
    margin-top: 16px;
    padding: 8px;
    background-color: #f5f5f5
}

#es .es-adv-search2 .o-form-actions {
    margin-top: 0
}

#es.w780 .es-adv-search2__item+.es-adv-search2__item,
#es.is-mobile .es-adv-search2__item+.es-adv-search2__item {
    border-top: 1px solid #e1e1e1;
    padding-top: 16px
}

#es.w780 .es-adv-search2__criteria,
#es.is-mobile .es-adv-search2__criteria {
    max-width: 100%
}

#es.w780 .es-adv-search2__condition,
#es.is-mobile .es-adv-search2__condition {
    display: -webkit-block;
    display: -ms-blockbox;
    display: -ms-block;
    display: block
}

#es.w780 .es-adv-search2__condition>div,
#es.is-mobile .es-adv-search2__condition>div {
    padding: 0 0 8px
}

#es .mod-es-title {
    font-weight: bold
}

#es .mod-es-meta {
    color: #888
}

#es .mod-es-list--vertical .mod-es-item+.mod-es-item {
    margin-top: 16px
}

#es .mod-es-action {
    margin-top: 8px
}

#es.mod-es--border {
    border: 1px solid #e1e1e1
}

#es .mod-card {
    border: 1px solid #e1e1e1
}

#es .mod-card+.mod-card {
    margin-top: 16px
}

#es .mod-card--border {
    border-top: 1px solid #e1e1e1
}

#es .mod-card__ft {
    position: relative
}

#es .mod-card__ft:before,
#es .mod-card__ft:after {
    content: " ";
    display: table
}

#es .mod-card__ft:after {
    clear: both
}

#es .mod-card__ft {
    padding: 8px 16px
}

#es .mod-card__ft .g-list-inline>li {
    line-height: 28px
}

#es .mod-card__cover-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-top: 23%
}

#es .mod-card__cover-wrap--16-9 {
    padding-top: 56%
}

#es .mod-card__cover {
    background-size: cover;
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#es .mod-card__avatar-holder {
    position: absolute;
    left: 16px;
    top: -20px
}

#es .mod-card__avatar {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    padding: 2px;
    border: 2px solid rgba(0, 0, 0, 0.065);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#es .mod-card__title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1
}

#es .mod-card__meta {
    color: #888
}

#es .mod-card__meta a {
    color: #888
}

#es .mod-card__calendar-date {
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 8px;
    text-align: center
}

#es .mod-card__calendar-day {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    word-wrap: normal
}

#es .mod-card__calendar-mth {
    color: #f65b5b;
    font-size: 13px;
    line-height: 13px;
    word-wrap: normal
}

#es .mod-card__context {
    position: relative;
    padding: 24px 16px 8px
}

#es .mod-card__state {
    position: absolute;
    right: 16px;
    top: -30px;
    display: none
}

#es .mod-card.is-passed .mod-card__state {
    display: block
}

#es.mod-es-quickpost .es-story-body {
    border-radius: 3px 3px 0 0
}

#es.mod-es-notification .mod-es-menu-bar {
    border: 0
}

#es .mod-es-dating-search-form {
    padding: 8px 16px;
    border: 1px solid #e1e1e1
}

#es .mod-search-distance {
    position: relative
}

#es .mod-search-distance .es-location-autocomplete {
    margin-top: 0
}

#es.mod-es-stream .es-stream-list {
    min-height: 0
}

#es.mod-es-hashtags .o-nav__item {
    margin-bottom: 16px
}

#es.mod-es-hashtags .o-nav__link {
    overflow: hidden;
    text-overflow: ellipsis
}

#es.mod-es-customfieldsearch .es-list-item+.es-list-item {
    margin-top: 8px
}

#es.mod-es-customfieldsearch .es-mod-chevron:before {
    color: #888;
    content: "\f077"
}

#es.mod-es-customfieldsearch .collapsed .es-mod-chevron:before {
    content: "\f078"
}

#es.es-docker {
    background-color: #263238;
    color: #fff;
    line-height: 1;
    position: fixed;
    z-index: 10021
}

#es.es-docker .btn,
#es.es-docker .btn:active,
#es.es-docker .btn.active {
    outline: 0
}

#es.es-docker .btn:focus,
#es.es-docker .btn.focus,
#es.es-docker .btn:active:focus,
#es.es-docker .btn:active.focus,
#es.es-docker .btn.active:focus,
#es.es-docker .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0
}

#es.es-docker.is-top {
    width: 100%;
    height: 40px;
    top: 0;
    left: 0
}

#es.es-docker.is-top.active-menu .btn-docker-menu:after,
#es.es-docker.is-top.active-menu .btn-docker-menu:before,
#es.es-docker.is-top.active-mobile-login .btn-docker-menu:after,
#es.es-docker.is-top.active-mobile-login .btn-docker-menu:before {
    display: block;
    position: absolute;
    top: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-top.active-menu .btn-docker-menu:after,
#es.es-docker.is-top.active-mobile-login .btn-docker-menu:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top.active-menu .btn-docker-menu:before,
#es.es-docker.is-top.active-mobile-login .btn-docker-menu:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-top.active-menu .docker-popup-window,
#es.es-docker.is-top.active-mobile-login .docker-popup-window {
    margin-top: 44px;
    position: absolute;
    top: 0;
    right: 0
}

#es.es-docker.is-top.active-menu .docker-popup-menu,
#es.es-docker.is-top.active-menu .docker-popup-login {
    display: block
}

#es.es-docker.is-top.active-quickpost .btn-quickpost:after,
#es.es-docker.is-top.active-quickpost .btn-quickpost:before {
    position: absolute;
    top: calc(100% - 6px);
    right: 16px;
    z-index: 2000
}

#es.es-docker.is-top.active-quickpost .btn-quickpost:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top.active-quickpost .btn-quickpost:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-top.active-quickpost .docker-popup-quickpost {
    display: block;
    margin-top: 44px;
    top: 0;
    right: 0
}

#es.es-docker.is-top.active-friends .btn-friends:after,
#es.es-docker.is-top.active-friends .btn-friends:before {
    position: absolute;
    top: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-top.active-friends .btn-friends:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top.active-friends .btn-friends:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-top.active-conversations .btn-conversations:after,
#es.es-docker.is-top.active-conversations .btn-conversations:before {
    position: absolute;
    top: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-top.active-conversations .btn-conversations:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top.active-conversations .btn-conversations:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-top.active-notifications .btn-notifications:after,
#es.es-docker.is-top.active-notifications .btn-notifications:before {
    position: absolute;
    top: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-top.active-notifications .btn-notifications:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top.active-notifications .btn-notifications:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-top.is-mobile .docker-popup-menu {
    height: 100%
}

#es.es-docker.is-top .docker-login-box .docker-form-group .docker-popup {
    margin: 2px 0 0;
    top: 100%;
    bottom: auto
}

#es.es-docker.is-top .btn-requestlogin:after,
#es.es-docker.is-top .btn-requestlogin:before {
    bottom: 100%;
    right: 8px;
    z-index: 2000
}

#es.es-docker.is-top .btn-requestlogin:after {
    border-bottom-color: #fff
}

#es.es-docker.is-top .btn-requestlogin:before {
    border-bottom-color: #ccc
}

#es.es-docker.is-bottom {
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0
}

#es.es-docker.is-bottom.active-menu .btn-docker-menu:after,
#es.es-docker.is-bottom.active-menu .btn-docker-menu:before,
#es.es-docker.is-bottom.active-mobile-login .btn-docker-menu:after,
#es.es-docker.is-bottom.active-mobile-login .btn-docker-menu:before {
    display: block;
    position: absolute;
    bottom: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-bottom.active-menu .btn-docker-menu:after,
#es.es-docker.is-bottom.active-mobile-login .btn-docker-menu:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom.active-menu .btn-docker-menu:before,
#es.es-docker.is-bottom.active-mobile-login .btn-docker-menu:before {
    border-top-color: #ccc
}

#es.es-docker.is-bottom.active-menu .docker-popup-window,
#es.es-docker.is-bottom.active-mobile-login .docker-popup-window {
    margin-bottom: 44px;
    position: absolute;
    bottom: 0;
    right: 0
}

#es.es-docker.is-bottom.active-menu .docker-popup-menu,
#es.es-docker.is-bottom.active-menu .docker-popup-login {
    display: block
}

#es.es-docker.is-bottom.active-quickpost .btn-quickpost:after,
#es.es-docker.is-bottom.active-quickpost .btn-quickpost:before {
    position: absolute;
    bottom: calc(100% - 6px);
    right: 16px;
    z-index: 2000
}

#es.es-docker.is-bottom.active-quickpost .btn-quickpost:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom.active-quickpost .btn-quickpost:before {
    border-top-color: #ccc
}

#es.es-docker.is-bottom.active-quickpost .docker-popup-quickpost {
    margin-bottom: 44px;
    display: block;
    bottom: 0;
    right: 0
}

#es.es-docker.is-bottom.active-quickpost .es-story .dropdown-menu {
    top: auto;
    bottom: 100%
}

#es.es-docker.is-bottom.active-quickpost .es-story-footer {
    z-index: 3
}

#es.es-docker.is-bottom.active-friends .btn-friends:after,
#es.es-docker.is-bottom.active-friends .btn-friends:before {
    position: absolute;
    bottom: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-bottom.active-friends .btn-friends:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom.active-friends .btn-friends:before {
    border-top-color: #ccc
}

#es.es-docker.is-bottom.active-conversations .btn-conversations:after,
#es.es-docker.is-bottom.active-conversations .btn-conversations:before {
    position: absolute;
    bottom: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-bottom.active-conversations .btn-conversations:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom.active-conversations .btn-conversations:before {
    border-top-color: #ccc
}

#es.es-docker.is-bottom.active-notifications .btn-notifications:after,
#es.es-docker.is-bottom.active-notifications .btn-notifications:before {
    position: absolute;
    bottom: calc(100% - 6px);
    right: 19px;
    z-index: 2000
}

#es.es-docker.is-bottom.active-notifications .btn-notifications:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom.active-notifications .btn-notifications:before {
    border-top-color: #ccc
}

#es.es-docker.is-bottom.is-mobile .docker-popup-menu {
    margin-bottom: 0;
    top: 0;
    bottom: 44px
}

#es.es-docker.is-bottom .docker-login-box .docker-form-group .docker-popup {
    margin: 0 0 2px;
    top: auto;
    bottom: 100%
}

#es.es-docker.is-bottom .btn-requestlogin:after,
#es.es-docker.is-bottom .btn-requestlogin:before {
    top: 100%;
    right: 8px;
    z-index: 2000
}

#es.es-docker.is-bottom .btn-requestlogin:after {
    border-top-color: #fff
}

#es.es-docker.is-bottom .btn-requestlogin:before {
    border-top-color: #ccc
}

#es.es-docker.is-top,
#es.es-docker.is-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#es.es-docker.is-top .docker-border--left,
#es.es-docker.is-bottom .docker-border--left {
    border-left: solid 1px #37474f
}

#es.es-docker.is-top .docker-border--right,
#es.es-docker.is-bottom .docker-border--right {
    border-right: solid 1px #37474f
}

#es.es-docker.is-top .btn-friends:after,
#es.es-docker.is-top .btn-conversations:after,
#es.es-docker.is-top .btn-notifications:after,
#es.es-docker.is-top .btn-quickpost:after,
#es.es-docker.is-top .btn-docker-menu:after,
#es.es-docker.is-bottom .btn-friends:after,
#es.es-docker.is-bottom .btn-conversations:after,
#es.es-docker.is-bottom .btn-notifications:after,
#es.es-docker.is-bottom .btn-quickpost:after,
#es.es-docker.is-bottom .btn-docker-menu:after {
    margin-right: -8px;
    border-width: 8px
}

#es.es-docker.is-top .btn-friends:before,
#es.es-docker.is-top .btn-conversations:before,
#es.es-docker.is-top .btn-notifications:before,
#es.es-docker.is-top .btn-quickpost:before,
#es.es-docker.is-top .btn-docker-menu:before,
#es.es-docker.is-bottom .btn-friends:before,
#es.es-docker.is-bottom .btn-conversations:before,
#es.es-docker.is-bottom .btn-notifications:before,
#es.es-docker.is-bottom .btn-quickpost:before,
#es.es-docker.is-bottom .btn-docker-menu:before {
    margin-right: -7px;
    border-width: 7px
}

#es.es-docker.is-top .btn-quickpost .fa+.fa,
#es.es-docker.is-bottom .btn-quickpost .fa+.fa {
    margin-left: 4px
}

#es.es-docker.is-top .btn-quickpost .fa-angle-down,
#es.es-docker.is-bottom .btn-quickpost .fa-angle-down {
    font-size: 16px
}

#es.es-docker.is-top .docker__search,
#es.es-docker.is-bottom .docker__search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-left: 8px
}

#es.es-docker.is-top .docker-popup-menu .docker__search,
#es.es-docker.is-bottom .docker-popup-menu .docker__search {
    display: none
}

#es.es-docker.is-top.is-mobile.active-mobile-login .docker-login-box-mobile .docker-login-box,
#es.es-docker.is-bottom.is-mobile.active-mobile-login .docker-login-box-mobile .docker-login-box {
    display: block
}

#es.es-docker.is-top.is-mobile .docker__search,
#es.es-docker.is-bottom.is-mobile .docker__search {
    max-width: 215px
}

#es.es-docker.is-top.is-mobile .docker__search.docker-border--right,
#es.es-docker.is-bottom.is-mobile .docker__search.docker-border--right {
    border: 0
}

#es.es-docker.is-top.is-mobile .es-story-meta-button span,
#es.es-docker.is-top.is-mobile .docker-login-box,
#es.es-docker.is-bottom.is-mobile .es-story-meta-button span,
#es.es-docker.is-bottom.is-mobile .docker-login-box {
    display: none
}

#es.es-docker.is-top.is-mobile .btn-quickpost,
#es.es-docker.is-bottom.is-mobile .btn-quickpost {
    border-left: 0
}

#es.es-docker.is-top.is-mobile .docker-popup-quickpost,
#es.es-docker.is-bottom.is-mobile .docker-popup-quickpost {
    min-width: auto;
    left: 0 !important;
    right: 0 !important;
    position: fixed
}

#es.es-docker.is-top.is-mobile .es-story-panel-dropdown,
#es.es-docker.is-bottom.is-mobile .es-story-panel-dropdown {
    top: 8px
}

#es.es-docker.is-top.is-mobile .es-story-panel-dropdown .es-story-panel-button,
#es.es-docker.is-bottom.is-mobile .es-story-panel-dropdown .es-story-panel-button {
    display: block;
    float: none
}

#es.es-docker.is-top.is-mobile .docker-popup-menu,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0 !important;
    right: 0 !important
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li {
    display: block;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child {
    color: #fff;
    font-weight: bold;
    text-align: left;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-bottom: solid 1px #ccc;
    position: relative
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child a,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child a {
    color: #fff;
    text-align: left;
    padding: 0
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child a:hover,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child a:hover {
    background-color: transparent;
    color: #979797
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child .o-avatar,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child .o-avatar {
    border-radius: 50%
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li a,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li a {
    text-align: center;
    padding: 8px
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li .fa,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li .fa {
    font-size: 20px;
    display: block;
    width: auto;
    margin-bottom: 8px;
    margin-right: 0
}

#es.es-docker.is-top.is-mobile .docker-popup-menu ul li span,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li span {
    display: inline-block
}

#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search {
    display: block;
    max-width: none;
    height: auto;
    margin: 8px;
    border: solid 1px #ccc
}

#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search-box,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search-box {
    width: 100%
}

#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search-input,
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search-input {
    line-height: 30px
}

#es.es-docker.is-top.is-mobile .docker-popup-window,
#es.es-docker.is-bottom.is-mobile .docker-popup-window {
    position: fixed
}

#es.es-docker.is-top.is-mobile .docker-login-box-mobile,
#es.es-docker.is-bottom.is-mobile .docker-login-box-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    height: 100%
}

#es.es-docker.is-top.is-mobile .docker-popup-login,
#es.es-docker.is-bottom.is-mobile .docker-popup-login {
    width: 100%;
    height: 100%
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box {
    display: none;
    height: auto
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__hd,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__hd {
    padding: 16px 16px 8px
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__bd,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__bd {
    padding: 8px 0;
    border-top: solid 1px #ccc
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__ft,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__ft {
    padding: 12px;
    border-top: solid 1px #ccc
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__note,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__note {
    outline: 0 !important
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form {
    display: block
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span {
    display: block;
    margin-top: 4px;
    margin-left: 0
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-form-group,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-form-group {
    margin-bottom: 8px;
    margin-left: 0
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-form-input,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-form-input {
    min-width: auto;
    max-width: none;
    width: 100%
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .o-checkbox,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .o-checkbox {
    color: #888;
    margin: 8px 0
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .o-checkbox label,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .o-checkbox label {
    padding-left: 8px
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box span.alternative,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box span.alternative {
    text-align: center;
    display: block;
    margin: 4px 0
}

#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .btn,
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .btn {
    width: 100%;
    border-radius: 2px
}

#es.es-docker .es-location-autocomplete {
    text-align: left
}

#es.es-docker .docker-popup-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    position: relative
}

#es.es-docker .btn-docker {
    background: transparent;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 4px 8px;
    height: 32px;
    padding: 6px 12px;
    position: relative;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

#es.es-docker .btn-docker:hover {
    background-color: #37474f
}

#es.es-docker .btn-docker:active,
#es.es-docker .btn-docker.active {
    background-color: #1c2429 !important
}

#es.es-docker .btn-docker .docker-avatar {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover
}

#es.es-docker .btn-docker .docker-avatar img {
    width: 23px;
    height: 23px;
    overflow: hidden
}

#es.es-docker .btn-docker.has-new .docker-bubble {
    display: block
}

#es.es-docker .btn-docker .docker-bubble {
    display: none;
    background-color: #d95242;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1020
}

#es.es-docker .btn-friends:after,
#es.es-docker .btn-friends:before,
#es.es-docker .btn-conversations:after,
#es.es-docker .btn-conversations:before,
#es.es-docker .btn-notifications:after,
#es.es-docker .btn-notifications:before,
#es.es-docker .btn-quickpost:after,
#es.es-docker .btn-quickpost:before,
#es.es-docker .btn-requestlogin:after,
#es.es-docker .btn-requestlogin:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute
}

#es.es-docker .btn-docker-menu:after,
#es.es-docker .btn-docker-menu:before {
    display: none;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0
}

#es.es-docker .docker-popup {
    background: #fff;
    line-height: 1.66667;
    text-align: left;
    border: solid 1px #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    white-space: normal;
    z-index: 1000
}

#es.es-docker .btn-xs {
    font-size: 13px;
    padding: 4px 8px
}

#es.es-docker .fa {
    font-size: 13px;
    text-align: center
}

#es.es-docker .no-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

#es.es-docker .text-menu {
    padding-left: 8px
}

#es.es-docker .text-menu .fa {
    font-size: 20px
}

#es.es-docker .has-separator:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#es.es-docker .has-separator--left {
    margin-left: 1px;
    padding-left: 1px
}

#es.es-docker .has-separator--left:before {
    right: 100%
}

#es.es-docker .has-separator--right {
    margin-right: 1px;
    padding-right: 1px
}

#es.es-docker .has-separator--right:before {
    left: 100%
}

#es.es-docker .docker {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 20px
}

#es.es-docker .docker__search-box {
    display: inline-block;
    width: 260px;
    border: 0;
    position: relative
}

#es.es-docker .docker__search-form {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px
}

#es.es-docker .docker__search-form:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    color: #ccc;
    position: absolute;
    left: 8px;
    top: 6px
}

#es.es-docker .docker__search-input {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4px 6px 4px 28px;
    border: 0;
    border-radius: 0;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

#es.es-docker .docker__search-input:focus {
    background-color: #fff;
    color: #888
}

#es.es-docker .docker-login-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%
}

#es.es-docker .docker-login-box__form {
    color: #888;
    font-size: 0;
    text-transform: none;
    padding: 0 8px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es.es-docker .docker-login-box__form .docker-login-social .btn {
    margin-bottom: 8px
}

#es.es-docker .docker-login-box__form .docker-login-social .btn.short {
    font-size: 0;
    margin-bottom: 0;
    padding: 0 8px
}

#es.es-docker .docker-login-box__form .docker-login-social .fa,
#es.es-docker .docker-login-box__form .docker-login-social .fab {
    font-size: 16px;
    line-height: 1.66667
}

#es.es-docker .docker-login-box__form .docker-login-social span+span {
    margin-left: 4px
}

#es.es-docker .docker-login-box .docker-form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative
}

#es.es-docker .docker-login-box .docker-form-group .fa-user,
#es.es-docker .docker-login-box .docker-form-group .fa-lock {
    color: #ccc;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 6px
}

#es.es-docker .docker-login-box .docker-form-group .fa-question-circle {
    margin: 0 4px
}

#es.es-docker .docker-login-box .docker-form-group .docker-popup {
    text-align: center;
    right: 0;
    left: auto
}

#es.es-docker .docker-login-box .docker-form-group .btn-requestlogin:after {
    margin-right: -5px;
    border-width: 5px
}

#es.es-docker .docker-login-box .docker-form-group .btn-requestlogin:before {
    margin-right: -6px;
    border-width: 6px
}

#es.es-docker .docker-login-box .docker-form-group>a {
    color: #888
}

#es.es-docker .docker-login-box .docker-form-group>a:hover {
    color: #fff
}

#es.es-docker .docker-login-box .docker-form-input {
    background-color: #fff;
    color: #888;
    font-size: 13px;
    margin: 0;
    max-width: 300px;
    min-width: 200px;
    height: 30px;
    padding-left: 20px;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: none;
    text-overflow: ellipsis
}

@media(min-width:768px) and (max-width:991px) {
    #es.es-docker .docker-login-box .docker-form-input {
        max-width: 150px;
        min-width: 100px
    }
}

#es.es-docker .docker-login-box .o-checkbox {
    color: #fff
}

#es.es-docker .docker-login-box .o-checkbox label {
    padding-left: 8px
}

#es.es-docker .docker-login-box .o-checkbox label:before,
#es.es-docker .docker-login-box .o-checkbox label:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#es.es-docker .docker-login-box span.alternative {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 16px
}

#es.es-docker .docker-login-box .btn {
    padding: 4px 12px;
    border-radius: 4px
}

#es.es-docker .docker-login-box .btn-es-primary {
    font-weight: bold;
    padding: 4px 12px
}

#es.es-docker .docker-login-box .btn-es-primary:hover {
    color: #1b5dab !important
}

#es.es-docker .docker-login-box .btn-es-facebook {
    font-weight: bold
}

#es.es-docker .docker-login-box .btn-es-twitter {
    font-weight: bold;
    border-color: #1381da !important
}

#es.es-docker .docker-login-box .btn-es-linkedin {
    border-color: #377ca4 !important
}

#es.es-docker .docker-login-box .btn-docker-reg {
    color: #fff;
    font-size: 13px;
    font-weight: normal
}

@media(min-width:768px) and (max-width:991px) {
    #es.es-docker .docker-login-box.docker-border--left {
        border: 0
    }
}

#es.es-docker .docker-login-box-mobile {
    display: none
}

#es.popbox-navbar--docker.top-left,
#es.popbox-navbar--docker.top-right {
    top: auto !important;
    bottom: 44px !important
}

#es.popbox-navbar--docker.bottom-left,
#es.popbox-navbar--docker.bottom-right {
    top: 44px !important;
    bottom: auto !important
}

#es.popbox-navbar--docker .o-avatar--sm {
    width: 32px;
    height: 32px
}

#es.popbox-navbar--docker .btn-xs {
    font-size: 12px;
    margin-top: 4px;
    padding: 4px 8px
}

#es.popbox-navbar--docker.is-mobile.popbox-navbar--docker {
    width: auto;
    left: 0 !important;
    right: 0 !important
}

#es.popbox-navbar--docker.is-mobile .t-lg-pull-left {
    float: left !important
}

#es.popbox-navbar--docker.is-mobile .t-lg-pull-right {
    float: right !important
}

#es.popbox-navbar--docker {
    color: #333;
    width: 100%;
    max-width: 480px;
    min-height: 100px
}

#es.popbox-navbar--docker .arrow {
    display: none
}

#es.popbox-navbar--docker .popbox-dropdown__hd {
    padding: 10px
}

#es.popbox-navbar--docker .g-list-inline>li {
    font-size: 13px
}

#es .docker-popup-menu {
    display: none;
    min-width: 400px;
    min-height: 100px
}

#es .docker-popup-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0
}

#es .docker-popup-menu ul li {
    text-align: center;
    display: block;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 100%;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .docker-popup-menu ul li:first-child {
    color: #fff;
    font-weight: bold;
    text-align: left;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-bottom: solid 1px #ccc;
    position: relative
}

#es .docker-popup-menu ul li:first-child a {
    color: #fff;
    text-align: left;
    padding: 0
}

#es .docker-popup-menu ul li:first-child a:hover {
    background-color: transparent;
    color: #979797
}

#es .docker-popup-menu ul li:first-child .o-avatar {
    border-radius: 50%
}

#es .docker-popup-menu ul li a {
    color: #555;
    text-align: center;
    display: block;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .docker-popup-menu ul li a:hover {
    background: #f5f5f5;
    color: #333
}

#es .docker-popup-menu ul li a span {
    white-space: initial;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .docker-popup-menu ul li .fa {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
    width: auto
}

#es .docker-popup-menu-profile {
    padding: 16px;
    position: relative
}

#es .docker-popup-menu-profile__cover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#es .docker-popup-quickpost {
    display: none;
    background: #fff;
    color: #333;
    min-width: 500px;
    border: 1px solid #e1e1e1;
    position: absolute
}

#es .docker-popup-quickpost.is-loading {
    background: #fff;
    width: 100%;
    height: 100px
}

#es .docker-popup-quickpost .es-story {
    border: 0;
    padding: 8px
}

#es .docker-popup-quickpost .es-story-avatar {
    display: none
}

#es .docker-popup-quickpost .es-story-header {
    text-align: left;
    margin-left: 0
}

#es .docker-popup-quickpost .es-story-body,
#es .docker-popup-quickpost .es-story-footer,
#es .docker-popup-quickpost [data-message-group] {
    margin-left: 0
}

#es .docker-popup-quickpost .es-story-panel-button .fa {
    display: block
}

#es .docker-popup-quickpost .es-story-panel-button span {
    display: none
}

@media(min-width:768px) and (max-width:1280px) {
    #es.es-docker.is-top.active-mobile-login .docker-login-box-mobile .docker-login-box,
    #es.es-docker.is-bottom.active-mobile-login .docker-login-box-mobile .docker-login-box {
        display: block
    }
    #es.es-docker.is-top .docker__search.docker-border--right,
    #es.es-docker.is-bottom .docker__search.docker-border--right {
        border: 0
    }
    #es.es-docker.is-top .es-story-meta-button span,
    #es.es-docker.is-top .docker-login-box,
    #es.es-docker.is-bottom .es-story-meta-button span,
    #es.es-docker.is-bottom .docker-login-box {
        display: none
    }
    #es.es-docker.is-top .btn-quickpost,
    #es.es-docker.is-bottom .btn-quickpost {
        border-left: 0
    }
    #es.es-docker.is-top .docker-popup-quickpost,
    #es.es-docker.is-bottom .docker-popup-quickpost {
        min-width: auto;
        left: 0 !important;
        right: 0 !important;
        position: fixed
    }
    #es.es-docker.is-top .es-story-panel-buttons .es-story-panel-button:nth-child(-n+10),
    #es.es-docker.is-bottom .es-story-panel-buttons .es-story-panel-button:nth-child(-n+10) {
        display: inline-block
    }
    #es.es-docker.is-top .es-story-panel-dropdown .es-story-panel-button:nth-child(-n+10),
    #es.es-docker.is-bottom .es-story-panel-dropdown .es-story-panel-button:nth-child(-n+10) {
        display: none
    }
    #es.es-docker.is-top .es-story-panel-button,
    #es.es-docker.is-bottom .es-story-panel-button {
        width: auto
    }
    #es.es-docker.is-top .docker-popup-menu ul,
    #es.es-docker.is-bottom .docker-popup-menu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #es.es-docker.is-top .docker-popup-menu ul li,
    #es.es-docker.is-bottom .docker-popup-menu ul li {
        display: block;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        text-align: center;
        width: 100%;
        border-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px
    }
    #es.es-docker.is-top .docker-popup-menu ul li:first-child,
    #es.es-docker.is-bottom .docker-popup-menu ul li:first-child {
        color: #fff;
        font-weight: bold;
        text-align: left;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        border-bottom: solid 1px #ccc;
        position: relative
    }
    #es.es-docker.is-top .docker-popup-menu ul li:first-child a,
    #es.es-docker.is-bottom .docker-popup-menu ul li:first-child a {
        color: #fff;
        text-align: left;
        padding: 0
    }
    #es.es-docker.is-top .docker-popup-menu ul li:first-child a:hover,
    #es.es-docker.is-bottom .docker-popup-menu ul li:first-child a:hover {
        background-color: transparent;
        color: #979797
    }
    #es.es-docker.is-top .docker-popup-menu ul li:first-child .o-avatar,
    #es.es-docker.is-bottom .docker-popup-menu ul li:first-child .o-avatar {
        border-radius: 50%
    }
    #es.es-docker.is-top .docker-popup-menu ul li a,
    #es.es-docker.is-bottom .docker-popup-menu ul li a {
        text-align: center;
        padding: 8px
    }
    #es.es-docker.is-top .docker-popup-menu ul li .fa,
    #es.es-docker.is-bottom .docker-popup-menu ul li .fa {
        font-size: 20px;
        display: block;
        width: auto;
        margin-bottom: 8px;
        margin-right: 0
    }
    #es.es-docker.is-top .docker-popup-menu ul li span,
    #es.es-docker.is-bottom .docker-popup-menu ul li span {
        display: inline-block
    }
    #es.es-docker.is-top .docker-popup-menu .docker__search,
    #es.es-docker.is-bottom .docker-popup-menu .docker__search {
        display: block;
        max-width: none;
        height: auto;
        margin: 8px;
        border: solid 1px #ccc
    }
    #es.es-docker.is-top .docker-popup-menu .docker__search-box,
    #es.es-docker.is-bottom .docker-popup-menu .docker__search-box {
        width: 100%
    }
    #es.es-docker.is-top .docker-popup-menu .docker__search-input,
    #es.es-docker.is-bottom .docker-popup-menu .docker__search-input {
        line-height: 30px
    }
    #es.es-docker.is-top .docker-login-box-mobile,
    #es.es-docker.is-bottom .docker-login-box-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        height: 100%
    }
    #es.es-docker.is-top .docker-popup-login,
    #es.es-docker.is-bottom .docker-popup-login {
        width: 300px
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box {
        display: none;
        height: auto
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__hd,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__hd {
        padding: 16px 16px 8px
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__bd,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__bd {
        padding: 8px 0;
        border-top: solid 1px #ccc
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__ft,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__ft {
        padding: 12px;
        border-top: solid 1px #ccc
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__note,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__note {
        outline: 0 !important
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__form,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__form {
        display: block
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span {
        display: block;
        margin-top: 4px;
        margin-left: 0
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-form-group,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-form-group {
        margin-bottom: 8px;
        margin-left: 0
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .docker-form-input,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-form-input {
        min-width: auto;
        max-width: none;
        width: 100%
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .o-checkbox,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .o-checkbox {
        color: #888;
        margin: 8px 0
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .o-checkbox label,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .o-checkbox label {
        padding-left: 8px
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box span.alternative,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box span.alternative {
        text-align: center;
        display: block;
        margin: 4px 0
    }
    #es.es-docker.is-top .docker-popup-login.docker-login-box .btn,
    #es.es-docker.is-bottom .docker-popup-login.docker-login-box .btn {
        width: 100%;
        border-radius: 2px
    }
    #es.popbox-navbar--docker .t-lg-pull-left {
        float: left !important
    }
    #es.popbox-navbar--docker .t-lg-pull-right {
        float: right !important
    }
}

#es .es-quickposting {
    height: auto;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10022
}

#es .btn-es-float-wrap.is-hover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .btn-es-float-wrap.is-hover .btn-es-float--sub {
    display: inline-block;
    opacity: 0;
    visibiity: hidden
}

#es .btn-es-float-wrap.is-hover:hover .btn-es-float--sub {
    margin-right: 0;
    opacity: 1;
    visibility: visible
}

#es .btn-es-float-wrap.is-hover:hover .btn-es-float--sub {
    -webkit-transition: all .2s .2s ease-out;
    -o-transition: all .2s .2s ease-out;
    transition: all .2s .2s ease-out
}

#es .btn-es-float-wrap.is-hover:hover .btn-es-float--default .fa {
    transform: rotateZ(135deg) translate(0, 0)
}

#es .btn-es-float-wrap.is-hover .btn-es-float+.btn-es-float {
    margin-left: 24px
}

#es .btn-es-float {
    background-color: #fff;
    color: #b7c0cc;
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 2px;
    outline: 0 !important;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15)
}

#es .btn-es-float__icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #70bafc;
    z-index: 2;
    -webkit-box-shadow: inset 0 -8px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -8px 5px rgba(0, 0, 0, 0.125)
}

#es .btn-es-float__icon .fa {
    color: #fff;
    transition: all .5s
}

#es .btn-es-float--default {
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 18px
}

#es .btn-es-float--sub {
    margin-right: -50px;
    display: none;
    -webkit-transition: all .3s .2s ease-out;
    -o-transition: all .3s .2s ease-out;
    transition: all .3s .2s ease-out
}

#es .btn-es-float--sub .btn-es-float__txt {
    background: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 10px;
    border: 6px solid transparent;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    white-space: nowrap;
    pointer: cursor;
    visibility: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

#es .btn-es-float--sub:hover {
    background-color: #fff
}

#es .btn-es-float--sub:hover .btn-es-float__txt {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    -o-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%)
}

#es .btn-es-float--sub:hover .btn-es-float__txt:hover {
    background: rgba(0, 0, 0, 0.7);
    background-clip: padding-box
}

#es .btn-es-float.is-text .btn-es-float__icon {
    background-color: #7b889a
}

#es .btn-es-float.is-photos .btn-es-float__icon {
    background-color: #54c063
}

#es .btn-es-float.is-polls .btn-es-float__icon {
    background-color: #a773fc
}

#es .btn-es-float.is-broadcast .btn-es-float__icon {
    background-color: #fdb852
}

#es .btn-es-float.is-videos .btn-es-float__icon {
    background-color: #fd8b9a
}

#es .btn-es-float.is-audios .btn-es-float__icon {
    background-color: #42bedb
}

#es .btn-es-float.is-links .btn-es-float__icon {
    background-color: #525ac8
}

#es .btn-es-float.is-files .btn-es-float__icon {
    background-color: #c3a388
}

#es .btn-es-float.is-event .btn-es-float__icon {
    background-color: #d75452
}

#es .es-quickpost-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10023;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .es-quickpost-story {
    position: relative;
    padding: 0
}

#es .es-quickpost-story__close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 8;
    color: #aaa;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center
}

#es .es-quickpost-story__title {
    font-weight: bold
}

#es .es-quickpost-story__hd {
    position: relative;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-radius: 3px 3px 0 0
}

#es .es-quickpost-story__bd {
    background: #fff;
    padding: 8px
}

#es .es-quickpost-story__bd .es-story-avatar {
    display: none
}

#es .es-quickpost-story__bd .es-story-header,
#es .es-quickpost-story__bd .es-story-body,
#es .es-quickpost-story__bd .es-story-footer,
#es .es-quickpost-story__bd [data-message-group] {
    margin-left: 0
}

#es .es-quickpost-story .es-story {
    width: 600px;
    border-radius: 0 0 3px 3px
}

#es .es-quickpost-story.is-hover .es-story-header {
    display: none
}

#es.popbox--story-panel {
    z-index: 10024
}

#es.is-mobile .es-quickpost-popup {
    height: 100%
}

#es.is-mobile .es-quickpost-story {
    padding: 8px;
    width: 100vw;
    overflow-y: auto;
    top: 0;
    -webkit-overflow-scrolling: touch
}

#es.is-mobile .es-quickpost-story__bd {
    border-radius: 0 0 3px 3px
}

#es.is-mobile .es-quickpost-story .es-story {
    width: 100%;
    height: 100%
}

#es.is-mobile .es-quickpost-story .o-alert {
    position: relative;
    top: 0
}

#es.plg-es-ageverification {
    height: 80vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .es-ageverify {
    border: 1px solid #e1e1e1;
    border-radius: 3px
}

#es .es-ageverify__content {
    padding: 16px;
    text-align: center
}

#es .es-ageverify__title {
    font-size: 1.1em;
    color: #888;
    margin-bottom: 4px
}

#es .es-ageverify__desc {
    color: #888;
    margin: 8px auto;
    max-width: 600px
}

#es .es-ageverify__action .btn+.btn {
    margin-left: 8px
}

#es .es-ageverify__terms {
    color: #888;
    padding: 16px;
    background-color: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#es .es-ageverify__terms-title {
    margin-bottom: 4px
}

#es .es-ageverify__terms-list {
    margin: 0 0 0 16px;
    padding: 0
}

@media(max-width:480px) {
    #es .es-ageverify__action .btn {
        margin-bottom: 16px;
        display: block
    }
    #es .es-ageverify__action .btn+.btn {
        margin-left: 0
    }
}

#es .es-weather {
    min-height: 100px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-weather--vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es .es-weather--vertical .es-weather__stats {
    margin-bottom: 16px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#es .es-weather .o-loader {
    margin: auto
}

#es .es-weather .es-weather-icon {
    width: 48px;
    height: 48px;
    font-size: 40px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-weather__stats {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#es .es-weather__day {
    font-weight: bold;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px
}

#es .es-weather__icon {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

#es .es-weather__temp {
    font-size: 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-weather__temp-result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-weather__temp-result+.es-weather__temp-result {
    margin-left: 16px
}

#es .es-weather__temp-icons {
    font-size: 16px;
    margin-right: 4px
}

#es .es-weather__forecast-item {
    padding: 5px
}

#es .es-weather__forecast-item:nth-child(odd) {
    background-color: #f5f5f5
}

#es .es-weather__forecast-item-day {
    display: inline
}

#es .es-weather__forecast-item-icon {
    display: inline;
    float: left;
    margin-right: 10px
}

#es .es-weather__forecast-item-icon i.es-weather-icon {
    font-size: 15px;
    height: 18px;
    width: 18px
}

#es .es-weather__forecast-item-temp {
    display: inline;
    float: right
}

#es .es-weather__forecast-item-temp span+span {
    padding-left: 12px
}

#es .es-weather__attribution {
    margin: auto;
    width: 50%;
    padding-top: 20px
}

#es .mod-es-albums-item {
    padding: 8px;
    border: 1px solid #e1e1e1;
    overflow: hidden
}

#es .mod-es-albums-item+.mod-es-albums-item {
    margin-top: 8px
}

#es .mod-es-albums-item .photos-1 .es-photo>a {
    padding-top: 38% !important
}

#es .mod-es-albums-item .photos-1 u {
    position: absolute !important
}

#es .mod-es-albums-item .photos-1 img {
    width: 100% !important;
    max-height: none !important
}

#es .mod-es-albums-item .photos-3 .es-photo:first-child>a {
    padding-top: 38% !important
}

#es.mod-es-dropdown-menu__body {
    overflow: hidden
}

#es.mod-es-dropdown-menu .dropdown-toggle_ {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#es.mod-es-dropdown-menu .dropdown-menu {
    border: 0
}

#es.mod-es-dropdown-menu .dropdown-menu a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#es.mod-es-dropdown-menu .dropdown-menu span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.666666667;
    color: #444;
    white-space: nowrap;
    background-image: none
}

#es.mod-es-dropdown-menu .open .dropdown-menu {
    z-index: 10000
}

#es .mod-es-leader-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .mod-es-leader-item .es-leader-badge {
    top: 4px;
    left: 4px
}

#es .mod-es-leader-item+.mod-es-leader-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e1e1
}

#es .mod-es-leader__points {
    font-weight: bold
}

#es .mod-es-leader__points span {
    font-weight: normal;
    color: #888
}

#es .es-leader-context {
    margin-left: 20px
}

#es .es-leader-context__info {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word
}

#es .es-mod-login-wrap {
    border: 1px solid #e1e1e1
}

#es .es-mod-login-wrap__hd {
    background-color: #f5f5f5;
    padding: 16px 16px 0
}

#es .es-mod-login-wrap__ft {
    padding: 8px 16px
}

#es .es-mod-login-wrap__ft {
    border-top: 1px solid #e1e1e1;
    background-color: #fff
}

#es .mod-es-menu-bar {
    border: 1px solid #e1e1e1;
    padding: 4px 8px
}

#es .mod-es-menu-bar__icon-link {
    color: #888;
    padding: 4px 8px;
    min-width: 28px;
    position: relative;
    text-align: center;
    outline: 0 !important
}

#es .mod-es-menu-bar__icon-link:hover {
    background: transparent
}

#es .mod-es-menu-bar__icon-link::-moz-focus-inner {
    border: 0 !important
}

#es .mod-es-menu-bar__icon-link>i {
    line-height: 19px
}

#es .mod-es-menu-bar__icon-link.has-new .mod-es-menu-bar__link-bubble {
    display: block
}

#es .mod-es-menu-bar__link-bubble {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #f65b5b;
    top: 0;
    right: -2px;
    min-width: 10px;
    height: 13px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 2px
}

#es .mod-es-pf-hd__cover-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-top: 22%
}

#es .mod-es-pf-hd__cover {
    background-size: cover;
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#es .mod-es-pf-hd__content {
    text-align: center;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 16px;
    padding-top: 40px
}

#es .mod-es-pf-hd__avatar {
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px
}

#es .mod-es-pf-hd__avatar .o-avatar {
    background-color: #fff;
    padding: 2px
}

#es .mod-es-pf-hd__badges {
    margin-top: 8px;
    text-align: left
}

#es .mod-es-pf-hd__badges a {
    margin: 4px;
    display: inline-block
}

#es .mod-es-pf-hd__badges img {
    display: inline-block;
    height: 32px;
    width: 32px;
    max-height: 32px;
    max-width: 32px
}

#es .mod-es-menu-list {
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 8px 16px
}

#es .mod-es-menu-list__item {
    display: block;
    color: #888;
    padding: 4px 8px
}

#es .mod-es-menu-list__item:hover {
    color: #444
}

#es.mod-es-profile-completeness .progress {
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 8px
}

#es .es-completeness-check-list__item a {
    color: #444
}

#es .es-completeness-check-list__item a:hover {
    color: #005e8d
}

#es .es-completeness-check-list__item.is-completed .es-completeness-check-list__icon {
    border-color: #e1e1e1;
    color: #4fc251
}

#es .es-completeness-check-list__item.is-completed span,
#es .es-completeness-check-list__item.is-completed a {
    text-decoration: line-through;
    color: #888
}

#es .es-completeness-check-list__icon {
    border: 1px solid #ec971f;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 1;
    text-align: center;
    position: relative;
    color: #ec971f
}

#es .es-completeness-check-list__icon i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#es .es-completeness-check-list__item+.es-completeness-check-list__item {
    margin-top: 8px
}

#es .mod-es-recentpolls .es-polls+.es-polls {
    border-top: 1px solid #e1e1e1
}

#es .mod-es-recentpolls .es-polls__item+.es-polls__item {
    margin-top: 8px
}

#es .mod-es-search__dropdown {
    padding: 8px 16px;
    right: 0;
    top: 30px;
    width: 262px
}

#es .mod-es-search__filter {
    position: absolute;
    right: 8px;
    top: 0
}

#es .mod-es-search__filter-header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    margin-bottom: 4px
}

#es .mod-es-search__filter-item {
    width: 50%;
    float: left
}

#es .es-ads-showcase__indicators {
    display: none
}

#es .es-ads-showcase__control {
    position: absolute;
    right: 16px;
    bottom: 16px
}

#es .es-ads-showcase__control a {
    outline: 0 !important
}

#es .es-ads-showcase__control a::-moz-focus-inner {
    border: 0 !important
}

#es .es-ads-showcase .es-stream-embed__action {
    min-height: 40px
}

body.has-docker {
    -ms-overflow-style: scrollbar
}

body.has-docker #es.es-dialog {
    height: calc(100% - 44px)
}

body.has-docker.docker-top #es.es-photo-popup,
body.has-docker.docker-top #es.es-explorer-popup {
    padding: 74px 30px 30px
}

body.has-docker.docker-top #es.es-dialog {
    top: 44px
}

body.has-docker.docker-top #es.popbox-repost.is-mobile {
    top: 60px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important
}

body.has-docker.docker-top #eb .eb-dashboard-sticky-header.affix {
    top: 40px
}

body.has-docker.docker-bottom #es.es-photo-popup,
body.has-docker.docker-bottom #es.es-explorer-popup {
    padding: 30px 30px 74px
}

body.has-docker.docker-bottom #es.es-dialog {
    bottom: 44px
}

body.has-docker.docker-bottom #es .es-quickposting {
    bottom: 60px
}

body.has-docker.docker-bottom #ckit.layout-compact {
    bottom: 40px
}

body.has-docker.docker-bottom #ck .layout-compact {
    bottom: 40px
}

body.has-docker.docker-bottom #ck .ckit-window {
    bottom: 132px
}

body.has-docker .fancybox-opened {
    z-index: 18030
}

body.is-es-photo-popup #es .es-quickposting,
body.is-es-photo-popup #ck .ckit-window,
body.is-es-photo-popup #ck .layout-compact,
body.is-es-quickpost-popup #es .es-quickposting,
body.is-es-quickpost-popup #ck .ckit-window,
body.is-es-quickpost-popup #ck .layout-compact,
body.is-eb-photo-popup #es .es-quickposting,
body.is-eb-photo-popup #ck .ckit-window,
body.is-eb-photo-popup #ck .layout-compact {
    z-index: 9
}

body.has-conversekit #es .es-quickposting {
    bottom: 22px;
    right: 84px
}

#es .es-videos-form-wrapper {
    padding-bottom: 70px
}

#es .es-videos-form-wrapper__hd {
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1
}

#es .es-videos-form-wrapper__title {
    font-size: 13px;
    margin: 0;
    font-weight: bold
}

#es .es-video-form-actions {
    border-top: 1px solid #e1e1e1;
    padding: 16px
}

#es .es-video-group-title {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0
}

#es .es-video-thumbnail {
    position: relative;
    margin-bottom: 10px;
    z-index: 1
}

#es .es-video-title>a {
    max-height: 36px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative
}

#es .es-video-title.single {
    margin: 8px 0;
    font-weight: bold;
    font-size: 170%;
    line-height: 1.4;
    font-family: inherit
}

#es .es-video-meta:before,
#es .es-video-meta:after {
    content: " ";
    display: table
}

#es .es-video-meta:after {
    clear: both
}

#es .es-video-meta>span {
    float: left;
    line-height: 1;
    margin: 0 16px 4px 0;
    position: relative
}

#es .es-video-meta>span+span:before {
    content: '\00b7';
    position: absolute;
    top: 2px;
    left: -10px
}

#es .es-video-meta>span.es-video-manage {
    padding-left: 8px;
    border-left: 1px solid #e1e1e1
}

#es .es-video-context {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-playlist-wrap {
    background: #f5f5f5
}

#es .es-playlist-wrap .es-item-list>li+li {
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    margin-top: 5px
}

#es .es-playlist-title {
    margin-bottom: 15px
}

#es .es-playlist-item-title {
    font-weight: bold;
    margin: 5px 0
}

#es .es-video-progress-area {
    background: #fafafa;
    padding: 50px 0;
    text-align: center
}

#es .es-video-progress-area .es-progress-wrap {
    width: 60%;
    margin: 0 auto
}

#es .es-video-progress-area .es-muted {
    margin-top: 5px
}

#es .es-video-form .es-filterbar {
    margin-bottom: 20px
}

#es .es-video-dummy {
    height: 350px;
    background: #fafafa;
    text-align: center
}

#es .es-video-upload-form .form-horizontal {
    padding-top: 16px
}

#es .es-video-upload-form .help-block {
    font-size: 12px
}

#es .es-video-upload-form .control-label {
    text-align: left
}

#es .es-video-player {
    display: inline-block;
    position: relative;
    width: 100%
}

#es .es-video-player .es-viewport {
    padding-top: 56.25%;
    height: 100%;
    overflow: hidden;
    position: relative
}

#es .es-video-player .es-viewport>div {
    left: 0;
    position: absolute;
    top: 0
}

#es .es-videos-featured {
    margin-bottom: 20px
}

#es .es-video-other {
    margin-top: 20px
}

#es.es-mobile-content .es-video-single {
    background-color: #fff;
    margin: 0 -16px;
    padding: 8px 16px
}

#es.es-mobile-content .es-video-single .es-likes-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1
}

#es.es-mobile-content .es-video-content-body,
#es.es-mobile-content .es-video-actions {
    margin: 0 -16px
}

#es.es-mobile-content .es-video-actions {
    border-top: 1px solid #e1e1e1
}

#es.es-mobile-content .es-comments-wrap {
    margin: 0 -16px;
    padding: 16px;
    background-color: #fff
}

#es .es-audio-cover {
    width: 96px;
    height: 96px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#es .es-audio-cover--sm {
    width: 80px;
    height: 80px
}

#es .es-audio-player {
    width: 100%;
    height: 128px;
    position: relative;
    overflow: hidden;
    background-color: #465bc2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-audio-player__cover-wrap {
    position: relative;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 128px
}

#es .es-audio-player__content-wrap {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 100%
}

#es .es-audio-player__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

#es .es-audio-player__overlay-content {
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-audio-player__cover {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 96px;
    height: 96px;
    z-index: 2
}

#es .es-audio-player__time {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 3px;
    z-index: 3
}

#es .es-audio-player__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .es-audio-player__wave {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 128px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#es .es-audio-player__btn-play,
#es .es-audio-player__btn-pause {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
    background-color: #787470;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#es .es-audio-player__btn-play:before,
#es .es-audio-player__btn-pause:before {
    position: absolute;
    font-size: 20px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #fff;
    display: inline-block;
    text-decoration: inherit
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #es .es-audio-player__btn-play:before,
    #es .es-audio-player__btn-pause:before {
        margin-left: 12px !important
    }
}

#es .es-audio-player__btn-play:before {
    content: "\f04b";
    margin-left: -6px
}

#es .es-audio-player__btn-pause:before {
    content: "\f04c";
    margin-left: -8px
}

#es .es-audio-player__background {
    background-image: -webkit-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: -o-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: linear-gradient(to right, #465bc2 5%, #7150cb 90%);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%
}

#es .es-audio-player--mini {
    height: 64px;
    border-radius: 3px
}

#es .es-audio-player--mini .es-audio-player__content-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-audio-player--mini .es-audio-player__content {
    width: 100%
}

#es .es-audio-player--mini .es-audio-player__cover-wrap {
    width: 64px
}

#es .es-audio-player--mini .es-audio-player__cover {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0
}

#es .es-audio-player--mini .es-audio-cover {
    width: 64px;
    height: 64px
}

#es .es-audio-player--mini .es-audio-player__wave {
    height: 64px;
    display: none
}

#es .es-audio-player--mini .es-audio-player__btn-play,
#es .es-audio-player--mini .es-audio-player__btn-pause {
    background: transparent;
    left: -48px;
    border: 4px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    width: 32px;
    height: 32px;
    margin-top: -16px
}

#es .es-audio-player--mini .es-audio-player__btn-play:before,
#es .es-audio-player--mini .es-audio-player__btn-pause:before {
    top: -8px;
    font-size: 16px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55)
}

#es .es-audio-player--mini .es-audio-player__btn-pause:before {
    margin-left: -7px
}

#es .es-audio-player-mini-content {
    border-radius: 0 3px 3px 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    position: absolute
}

#es .es-audio-player-mini-content.es-audio-bg {
    color: #fff !important;
    background-image: -webkit-linear-gradient(left, #ce9ffc 0, #7367f0 100%) !important;
    background-image: -o-linear-gradient(left, #ce9ffc 0, #7367f0 100%) !important;
    background-image: linear-gradient(to right, #ce9ffc 0, #7367f0 100%) !important;
    background-repeat: repeat-x !important
}

#es .es-audio-player-mini-content__title {
    font-size: 12px;
    color: #fff;
    top: 0;
    left: 8px;
    width: 100%;
    font-weight: bold;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#es .es-audio-player-mini-content__title .es-marquee-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-audio-player-mini-content__artist {
    color: #fff;
    font-size: 10px;
    top: 16px;
    left: 8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
    margin-bottom: 4px
}

#es .es-audio-player-mini-content__bar {
    width: 100%;
    top: 40px;
    left: 8px
}

#es .es-audio-player-progress {
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.55)
}

#es .es-audio-player-progress__bar {
    float: left;
    width: 0;
    height: 100%;
    line-height: 4px;
    color: white;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

#es .es-wave-embed {
    background-image: -webkit-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: -o-linear-gradient(left, #465bc2 5%, #7150cb 90%);
    background-image: linear-gradient(to right, #465bc2 5%, #7150cb 90%);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%
}

#es .es-wave-embed wave {
    overflow: hidden !important
}

#es .es-audio-playlist-player {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: -webkit-linear-gradient(left, #ecece3 5%, #fcd7d7 90%);
    background-image: -o-linear-gradient(left, #ecece3 5%, #fcd7d7 90%);
    background-image: linear-gradient(to right, #ecece3 5%, #fcd7d7 90%);
    background-repeat: repeat-x
}

#es .es-audio-playlist-player__cell-1,
#es .es-audio-playlist-player__cell-2,
#es .es-audio-playlist-player__cell-3 {
    position: relative
}

#es .es-audio-playlist-player__cell-1 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 120px;
    height: 120px
}

#es .es-audio-playlist-player__cell-2 {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% - 120px)
}

#es .es-audio-playlist-player__cell-3 {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
}

#es .es-audio-playlist-player__cover {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-audio-playlist-player__cover .es-audio-cover {
    margin: 0 auto
}

#es .es-audio-playlist-player__info {
    position: absolute;
    z-index: 3;
    top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#es .es-audio-playlist-player__state {
    color: #888;
    font-size: 13px
}

#es .es-audio-playlist-player__title {
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    left: 8px
}

#es .es-audio-playlist-player__time {
    position: absolute;
    z-index: 3;
    top: 22px;
    right: 16px;
    background-color: #333;
    color: #ddd;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 11px
}

#es .es-audio-playlist-player__wave {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%
}

#es .es-audio-playlist-player__action-bar {
    padding-left: 8px;
    background-color: #272c35
}

#es .es-audio-player-actionbar {
    background-color: #272c35;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px
}

#es .es-audio-player-actionbar__control-backward,
#es .es-audio-player-actionbar__control-play,
#es .es-audio-player-actionbar__control-forward,
#es .es-audio-player-actionbar__control-volume {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    width: 28px;
    height: 100%;
    margin-right: 2px;
    cursor: pointer;
    color: #888
}

#es .es-audio-player-actionbar__control-backward:before,
#es .es-audio-player-actionbar__control-play:before,
#es .es-audio-player-actionbar__control-forward:before,
#es .es-audio-player-actionbar__control-volume:before {
    position: relative;
    font-size: 12px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #fff;
    display: inline-block;
    text-decoration: inherit
}

#es .es-audio-player-actionbar__control-backward:before {
    content: "\f048"
}

#es .es-audio-player-actionbar__control-play:before {
    content: "\f04b"
}

#es .es-audio-player-actionbar__control-play.is-playing:before {
    content: "\f04c"
}

#es .es-audio-player-actionbar__control-forward:before {
    content: "\f051"
}

#es .es-audio-player-actionbar__control-suffle:before {
    content: "\f074"
}

#es .es-audio-player-actionbar__control-repeat:before {
    content: "\f01e"
}

#es .es-audio-player-actionbar__control-volume {
    margin-left: auto
}

#es .es-audio-player-actionbar__control-volume .es-volume-panel {
    display: none
}

#es .es-audio-player-actionbar__control-volume:hover {
    width: 100px
}

#es .es-audio-player-actionbar__control-volume:hover .es-volume-panel {
    display: inline-block
}

#es .es-audio-player-actionbar__control-volume:before {
    content: "\f028"
}

#es .es-audio-player-actionbar__control-volume.is-muted:before {
    content: "\f026"
}

#es .es-volume-panel {
    display: inline-block;
    width: 80px;
    height: 100%;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding-left: 12px;
    padding-right: 12px
}

#es #es-volume-slider {
    position: relative;
    width: 60px;
    height: 4px;
    top: 18px;
    background: rgba(255, 255, 255, 0.2)
}

#es #es-volume-slider .ui-slider-handle {
    position: absolute;
    top: -4px;
    width: 6px;
    height: 12px;
    border-radius: 1px;
    margin: 0 0 0 -6px;
    background: #fff;
    cursor: pointer;
    outline: 0 !important
}

#es #es-volume-slider .ui-slider-handle::-moz-focus-inner {
    border: 0 !important
}

#es .es-audio-playlist {
    border: 1px solid #e1e1e1
}

#es .es-audio-playlist__item {
    cursor: pointer;
    padding: 4px 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #e1e1e1
}

#es .es-audio-playlist__item:hover {
    background-color: #fafafa
}

#es .es-audio-playlist__item.is-active {
    background-color: #f5f5f5
}

#es .es-audio-playlist__item:last-child {
    border-bottom: 0
}

#es .es-audio-playlist__item:hover .es-audio-playlist__time {
    display: none
}

#es .es-audio-playlist__item:hover .es-audio-playlist__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-audio-playlist__no,
#es .es-audio-playlist__track,
#es .es-audio-playlist__album,
#es .es-audio-playlist__time,
#es .es-audio-playlist__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding: 4px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden
}

#es .es-audio-playlist__no span,
#es .es-audio-playlist__track span,
#es .es-audio-playlist__album span,
#es .es-audio-playlist__time span,
#es .es-audio-playlist__action span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#es .es-audio-playlist__no {
    width: 32px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#es .es-audio-playlist__track {
    width: 50%;
    text-align: left;
    font-weight: bold;
    margin-right: 4px
}

#es .es-audio-playlist__album {
    width: 30%;
    text-align: left;
    color: #888
}

#es .es-audio-playlist__time,
#es .es-audio-playlist__action {
    margin-left: auto
}

#es .es-audio-playlist__action {
    display: none
}

#es .es-audio-playlist__action>a {
    color: #888
}

#es .es-audio-progress-area {
    background: #fafafa;
    padding: 50px 0;
    text-align: center
}

#es .es-audio-progress-area .es-progress-wrap {
    width: 60%;
    margin: 0 auto
}

#es .es-audio-progress-area .es-muted {
    margin-top: 5px
}

#es .es-audio-upload-form .form-horizontal {
    padding-top: 16px
}

#es .es-audio-upload-form .help-block {
    font-size: 12px
}

#es .es-audio-upload-form .control-label {
    text-align: left
}

#es .es-audio-meta:before,
#es .es-audio-meta:after {
    content: " ";
    display: table
}

#es .es-audio-meta:after {
    clear: both
}

#es .es-audio-meta>span {
    float: left;
    line-height: 1;
    margin: 0 16px 4px 0;
    position: relative
}

#es .es-audio-meta>span+span:before {
    content: '\00b7';
    position: absolute;
    top: 2px;
    left: -10px
}

#es .es-audio-meta>span.es-audio-manage {
    padding-left: 8px;
    border-left: 1px solid #e1e1e1
}

#es .es-audio-context {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-audio-title>a {
    max-height: 36px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative
}

#es .es-audio-title.single {
    margin: 8px 0;
    font-weight: bold;
    font-size: 170%;
    line-height: 1.4;
    font-family: inherit
}

#es .es-audios-form-wrapper {
    padding-bottom: 70px
}

#es .es-audios-form-wrapper__hd {
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1
}

#es .es-audios-form-wrapper__title {
    font-size: 13px;
    margin: 0;
    font-weight: bold
}

#es .es-audios-featured {
    margin-bottom: 20px
}

#es .es-audio-other {
    margin-top: 20px
}

#es .es-audio-container {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0
}

#es .es-audio-container.is-soundcloud {
    padding-top: 150px
}

#es .es-audio-container.is-spotify {
    padding-top: 80px
}

#es .es-audio-container.is-podcast {
    height: 232px
}

#es .es-audio-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#es .es-audio-single .addplaylist-item {
    display: inline-block !important;
    vertical-align: top;
    width: 100%
}

#es .es-audio-single .addplaylist-item .fa {
    line-height: 1.666666667;
    margin-left: 20px
}

#es.is-mobile .es-audio-playlist-player__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#es.is-mobile .es-audio-playlist-player__title {
    left: 0
}

#es .albumart-frame {
    background-size: cover;
    width: 128px;
    height: 128px;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    margin: 0 0 10px
}

#es .albumart-remove {
    position: absolute;
    top: 4px;
    left: 283px
}

#es .albumart-remove a {
    color: #fff !important;
    background: #b2282a;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px
}

#es code[class*="language-"],
#es pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

#es pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

#es:not(pre)>code[class*="language-"],
#es pre[class*="language-"] {
    background: #272822
}

#es:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em
}

#es .token.comment,
#es .token.prolog,
#es .token.doctype,
#es .token.cdata {
    color: slategray
}

#es .token.punctuation {
    color: #f8f8f2
}

#es .namespace {
    opacity: .7
}

#es .token.property,
#es .token.tag,
#es .token.constant,
#es .token.symbol {
    color: #f92672
}

#es .token.boolean,
#es .token.number {
    color: #ae81ff
}

#es .token.selector,
#es .token.attr-name,
#es .token.string,
#es .token.builtin {
    color: #a6e22e
}

#es .token.operator,
#es .token.entity,
#es .token.url,
#es .language-css .token.string,
#es .style .token.string,
#es .token.variable {
    color: #f8f8f2
}

#es .token.atrule,
#es .token.attr-value {
    color: #e6db74
}

#es .token.keyword {
    color: #66d9ef
}

#es .token.regex,
#es .token.important {
    color: #fd971f
}

#es .token.important {
    font-weight: bold
}

#es .token.entity {
    cursor: help
}

#es .o-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    text-align: center;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 1em
}

#es .o-loader:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 4px solid rgba(0, 0, 0, 0.1)
}

#es .o-loader:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    animation: fd-loader .55s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px;
    box-shadow: 0 0 0 1px transparent
}

#es .o-loader.o-loader--top {
    top: 16px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

@keyframes fd-loader {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#es .o-loader.o-loader--sm:before,
#es .o-loader.o-loader--sm:after {
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px
}

#es .o-loader.o-loader--xs:before,
#es .o-loader.o-loader--xs:after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 -6px
}

#es .o-loader:before,
#es .o-loader:after {
    width: 36px;
    height: 36px;
    margin: 0 0 0 -18px
}

#es .o-loader.with-text {
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal
}

#es.is-loading,
#es .is-loading {
    outline: 0 !important
}

#es.is-loading::-moz-focus-inner,
#es .is-loading::-moz-focus-inner {
    border: 0 !important
}

#es.is-loading>.o-loader,
#es .is-loading>.o-loader {
    display: block
}

#es .o-loader.is-active,
#es .o-loader.is-visible {
    display: block
}

#es .o-loader.is-disabled,
#es .o-loader.is-hidden {
    display: none
}

#es .o-loader {
    width: 36px;
    height: 36px;
    font-size: 13px
}

#es .o-loader--sm {
    width: 20px;
    height: 20px
}

#es .o-loader--xs {
    width: 12px;
    height: 12px
}

#es .o-loader.with-text {
    min-width: 36px;
    padding-top: 40px
}

#es .o-loader.o-loader--sm.with-text {
    min-width: 20px;
    padding-top: 24px
}

#es .o-loader.o-loader--inline {
    position: relative;
    vertical-align: middle;
    margin: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
}

#es .o-loader.o-loader--inline.is-active,
#es .o-loader.o-loader--inline.is-visible {
    display: inline-block
}

#es .o-loader.o-loader--inline.is-active.is-centered,
#es .o-loader.o-loader--inline.is-visible.is-centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#es .o-empty {
    width: 100%;
    min-height: 200px;
    text-align: center;
    background-color: #fff;
    position: relative;
    display: none
}

#es .o-empty--clean {
    min-height: 0;
    text-align: left
}

#es .o-empty--clean .o-empty__content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#es .o-empty--height-no {
    min-height: 0
}

#es .o-empty--bg-no {
    background-color: transparent
}

#es .o-empty--bg-shade {
    background-color: #f5f5f5
}

#es .o-empty--bordered {
    border: 1px solid #e1e1e1
}

#es .o-empty__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#es .o-empty__icon {
    font-size: 40px;
    color: #888;
    margin-bottom: 8px;
    width: auto
}

#es .o-empty__icon--sm {
    font-size: 28px;
    color: #888
}

#es .o-empty__action {
    margin-top: 20px
}

#es.is-mobile .o-empty--height-no {
    min-height: 80px
}

#es .is-empty .o-empty {
    display: inline-block
}

#es .t-lg-p--no {
    padding: 0 !important
}

#es .t-lg-pt--no {
    padding-top: 0 !important
}

#es .t-lg-pl--no {
    padding-left: 0 !important
}

#es .t-lg-pr--no {
    padding-right: 0 !important
}

#es .t-lg-pb--no {
    padding-bottom: 0 !important
}

#es .t-lg-m--no {
    margin: 0 !important
}

#es .t-lg-mt--no {
    margin-top: 0 !important
}

#es .t-lg-ml--no {
    margin-left: 0 !important
}

#es .t-lg-mr--no {
    margin-right: 0 !important
}

#es .t-lg-mb--no {
    margin-bottom: 0 !important
}

#es .t-lg-p--md {
    padding: 8px !important
}

#es .t-lg-pt--md {
    padding-top: 8px !important
}

#es .t-lg-pl--md {
    padding-left: 8px !important
}

#es .t-lg-pr--md {
    padding-right: 8px !important
}

#es .t-lg-pb--md {
    padding-bottom: 8px !important
}

#es .t-lg-m--md {
    margin: 8px !important
}

#es .t-lg-mt--md {
    margin-top: 8px !important
}

#es .t-lg-ml--md {
    margin-left: 8px !important
}

#es .t-lg-mr--md {
    margin-right: 8px !important
}

#es .t-lg-mb--md {
    margin-bottom: 8px !important
}

#es .t-lg-p--xs {
    padding: 2px !important
}

#es .t-lg-pt--xs {
    padding-top: 2px !important
}

#es .t-lg-pl--xs {
    padding-left: 2px !important
}

#es .t-lg-pr--xs {
    padding-right: 2px !important
}

#es .t-lg-pb--xs {
    padding-bottom: 2px !important
}

#es .t-lg-m--xs {
    margin: 2px !important
}

#es .t-lg-mt--xs {
    margin-top: 2px !important
}

#es .t-lg-ml--xs {
    margin-left: 2px !important
}

#es .t-lg-mr--xs {
    margin-right: 2px !important
}

#es .t-lg-mb--xs {
    margin-bottom: 2px !important
}

#es .t-lg-p--sm {
    padding: 4px !important
}

#es .t-lg-pt--sm {
    padding-top: 4px !important
}

#es .t-lg-pl--sm {
    padding-left: 4px !important
}

#es .t-lg-pr--sm {
    padding-right: 4px !important
}

#es .t-lg-pb--sm {
    padding-bottom: 4px !important
}

#es .t-lg-m--sm {
    margin: 4px !important
}

#es .t-lg-mt--sm {
    margin-top: 4px !important
}

#es .t-lg-ml--sm {
    margin-left: 4px !important
}

#es .t-lg-mr--sm {
    margin-right: 4px !important
}

#es .t-lg-mb--sm {
    margin-bottom: 4px !important
}

#es .t-lg-p--lg {
    padding: 16px !important
}

#es .t-lg-pt--lg {
    padding-top: 16px !important
}

#es .t-lg-pl--lg {
    padding-left: 16px !important
}

#es .t-lg-pr--lg {
    padding-right: 16px !important
}

#es .t-lg-pb--lg {
    padding-bottom: 16px !important
}

#es .t-lg-m--lg {
    margin: 16px !important
}

#es .t-lg-mt--lg {
    margin-top: 16px !important
}

#es .t-lg-ml--lg {
    margin-left: 16px !important
}

#es .t-lg-mr--lg {
    margin-right: 16px !important
}

#es .t-lg-mb--lg {
    margin-bottom: 16px !important
}

#es .t-lg-p--xl {
    padding: 20px !important
}

#es .t-lg-pt--xl {
    padding-top: 20px !important
}

#es .t-lg-pl--xl {
    padding-left: 20px !important
}

#es .t-lg-pr--xl {
    padding-right: 20px !important
}

#es .t-lg-pb--xl {
    padding-bottom: 20px !important
}

#es .t-lg-m--xl {
    margin: 20px !important
}

#es .t-lg-mt--xl {
    margin-top: 20px !important
}

#es .t-lg-ml--xl {
    margin-left: 20px !important
}

#es .t-lg-mr--xl {
    margin-right: 20px !important
}

#es .t-lg-mb--xl {
    margin-bottom: 20px !important
}

#es.is-tablet .t-md-p--no {
    padding: 0 !important
}

#es.is-tablet .t-md-pt--no {
    padding-top: 0 !important
}

#es.is-tablet .t-md-pl--no {
    padding-left: 0 !important
}

#es.is-tablet .t-md-pr--no {
    padding-right: 0 !important
}

#es.is-tablet .t-md-pb--no {
    padding-bottom: 0 !important
}

#es.is-tablet .t-md-m--no {
    margin: 0 !important
}

#es.is-tablet .t-md-mt--no {
    margin-top: 0 !important
}

#es.is-tablet .t-md-ml--no {
    margin-left: 0 !important
}

#es.is-tablet .t-md-mr--no {
    margin-right: 0 !important
}

#es.is-tablet .t-md-mb--no {
    margin-bottom: 0 !important
}

#es.is-tablet .t-md-p--md {
    padding: 8px !important
}

#es.is-tablet .t-md-pt--md {
    padding-top: 8px !important
}

#es.is-tablet .t-md-pl--md {
    padding-left: 8px !important
}

#es.is-tablet .t-md-pr--md {
    padding-right: 8px !important
}

#es.is-tablet .t-md-pb--md {
    padding-bottom: 8px !important
}

#es.is-tablet .t-md-m--md {
    margin: 8px !important
}

#es.is-tablet .t-md-mt--md {
    margin-top: 8px !important
}

#es.is-tablet .t-md-ml--md {
    margin-left: 8px !important
}

#es.is-tablet .t-md-mr--md {
    margin-right: 8px !important
}

#es.is-tablet .t-md-mb--md {
    margin-bottom: 8px !important
}

#es.is-tablet .t-md-p--xs {
    padding: 2px !important
}

#es.is-tablet .t-md-pt--xs {
    padding-top: 2px !important
}

#es.is-tablet .t-md-pl--xs {
    padding-left: 2px !important
}

#es.is-tablet .t-md-pr--xs {
    padding-right: 2px !important
}

#es.is-tablet .t-md-pb--xs {
    padding-bottom: 2px !important
}

#es.is-tablet .t-md-m--xs {
    margin: 2px !important
}

#es.is-tablet .t-md-mt--xs {
    margin-top: 2px !important
}

#es.is-tablet .t-md-ml--xs {
    margin-left: 2px !important
}

#es.is-tablet .t-md-mr--xs {
    margin-right: 2px !important
}

#es.is-tablet .t-md-mb--xs {
    margin-bottom: 2px !important
}

#es.is-tablet .t-md-p--sm {
    padding: 4px !important
}

#es.is-tablet .t-md-pt--sm {
    padding-top: 4px !important
}

#es.is-tablet .t-md-pl--sm {
    padding-left: 4px !important
}

#es.is-tablet .t-md-pr--sm {
    padding-right: 4px !important
}

#es.is-tablet .t-md-pb--sm {
    padding-bottom: 4px !important
}

#es.is-tablet .t-md-m--sm {
    margin: 4px !important
}

#es.is-tablet .t-md-mt--sm {
    margin-top: 4px !important
}

#es.is-tablet .t-md-ml--sm {
    margin-left: 4px !important
}

#es.is-tablet .t-md-mr--sm {
    margin-right: 4px !important
}

#es.is-tablet .t-md-mb--sm {
    margin-bottom: 4px !important
}

#es.is-tablet .t-md-p--lg {
    padding: 16px !important
}

#es.is-tablet .t-md-pt--lg {
    padding-top: 16px !important
}

#es.is-tablet .t-md-pl--lg {
    padding-left: 16px !important
}

#es.is-tablet .t-md-pr--lg {
    padding-right: 16px !important
}

#es.is-tablet .t-md-pb--lg {
    padding-bottom: 16px !important
}

#es.is-tablet .t-md-m--lg {
    margin: 16px !important
}

#es.is-tablet .t-md-mt--lg {
    margin-top: 16px !important
}

#es.is-tablet .t-md-ml--lg {
    margin-left: 16px !important
}

#es.is-tablet .t-md-mr--lg {
    margin-right: 16px !important
}

#es.is-tablet .t-md-mb--lg {
    margin-bottom: 16px !important
}

#es.is-tablet .t-md-p--xl {
    padding: 20px !important
}

#es.is-tablet .t-md-pt--xl {
    padding-top: 20px !important
}

#es.is-tablet .t-md-pl--xl {
    padding-left: 20px !important
}

#es.is-tablet .t-md-pr--xl {
    padding-right: 20px !important
}

#es.is-tablet .t-md-pb--xl {
    padding-bottom: 20px !important
}

#es.is-tablet .t-md-m--xl {
    margin: 20px !important
}

#es.is-tablet .t-md-mt--xl {
    margin-top: 20px !important
}

#es.is-tablet .t-md-ml--xl {
    margin-left: 20px !important
}

#es.is-tablet .t-md-mr--xl {
    margin-right: 20px !important
}

#es.is-tablet .t-md-mb--xl {
    margin-bottom: 20px !important
}

#es.is-mobile .t-xs-p--no {
    padding: 0 !important
}

#es.is-mobile .t-xs-pt--no {
    padding-top: 0 !important
}

#es.is-mobile .t-xs-pl--no {
    padding-left: 0 !important
}

#es.is-mobile .t-xs-pr--no {
    padding-right: 0 !important
}

#es.is-mobile .t-xs-pb--no {
    padding-bottom: 0 !important
}

#es.is-mobile .t-xs-m--no {
    margin: 0 !important
}

#es.is-mobile .t-xs-mt--no {
    margin-top: 0 !important
}

#es.is-mobile .t-xs-ml--no {
    margin-left: 0 !important
}

#es.is-mobile .t-xs-mr--no {
    margin-right: 0 !important
}

#es.is-mobile .t-xs-mb--no {
    margin-bottom: 0 !important
}

#es.is-mobile .t-xs-p--md {
    padding: 8px !important
}

#es.is-mobile .t-xs-pt--md {
    padding-top: 8px !important
}

#es.is-mobile .t-xs-pl--md {
    padding-left: 8px !important
}

#es.is-mobile .t-xs-pr--md {
    padding-right: 8px !important
}

#es.is-mobile .t-xs-pb--md {
    padding-bottom: 8px !important
}

#es.is-mobile .t-xs-m--md {
    margin: 8px !important
}

#es.is-mobile .t-xs-mt--md {
    margin-top: 8px !important
}

#es.is-mobile .t-xs-ml--md {
    margin-left: 8px !important
}

#es.is-mobile .t-xs-mr--md {
    margin-right: 8px !important
}

#es.is-mobile .t-xs-mb--md {
    margin-bottom: 8px !important
}

#es.is-mobile .t-xs-p--xs {
    padding: 2px !important
}

#es.is-mobile .t-xs-pt--xs {
    padding-top: 2px !important
}

#es.is-mobile .t-xs-pl--xs {
    padding-left: 2px !important
}

#es.is-mobile .t-xs-pr--xs {
    padding-right: 2px !important
}

#es.is-mobile .t-xs-pb--xs {
    padding-bottom: 2px !important
}

#es.is-mobile .t-xs-m--xs {
    margin: 2px !important
}

#es.is-mobile .t-xs-mt--xs {
    margin-top: 2px !important
}

#es.is-mobile .t-xs-ml--xs {
    margin-left: 2px !important
}

#es.is-mobile .t-xs-mr--xs {
    margin-right: 2px !important
}

#es.is-mobile .t-xs-mb--xs {
    margin-bottom: 2px !important
}

#es.is-mobile .t-xs-p--sm {
    padding: 4px !important
}

#es.is-mobile .t-xs-pt--sm {
    padding-top: 4px !important
}

#es.is-mobile .t-xs-pl--sm {
    padding-left: 4px !important
}

#es.is-mobile .t-xs-pr--sm {
    padding-right: 4px !important
}

#es.is-mobile .t-xs-pb--sm {
    padding-bottom: 4px !important
}

#es.is-mobile .t-xs-m--sm {
    margin: 4px !important
}

#es.is-mobile .t-xs-mt--sm {
    margin-top: 4px !important
}

#es.is-mobile .t-xs-ml--sm {
    margin-left: 4px !important
}

#es.is-mobile .t-xs-mr--sm {
    margin-right: 4px !important
}

#es.is-mobile .t-xs-mb--sm {
    margin-bottom: 4px !important
}

#es.is-mobile .t-xs-p--lg {
    padding: 16px !important
}

#es.is-mobile .t-xs-pt--lg {
    padding-top: 16px !important
}

#es.is-mobile .t-xs-pl--lg {
    padding-left: 16px !important
}

#es.is-mobile .t-xs-pr--lg {
    padding-right: 16px !important
}

#es.is-mobile .t-xs-pb--lg {
    padding-bottom: 16px !important
}

#es.is-mobile .t-xs-m--lg {
    margin: 16px !important
}

#es.is-mobile .t-xs-mt--lg {
    margin-top: 16px !important
}

#es.is-mobile .t-xs-ml--lg {
    margin-left: 16px !important
}

#es.is-mobile .t-xs-mr--lg {
    margin-right: 16px !important
}

#es.is-mobile .t-xs-mb--lg {
    margin-bottom: 16px !important
}

#es.is-mobile .t-xs-p--xl {
    padding: 20px !important
}

#es.is-mobile .t-xs-pt--xl {
    padding-top: 20px !important
}

#es.is-mobile .t-xs-pl--xl {
    padding-left: 20px !important
}

#es.is-mobile .t-xs-pr--xl {
    padding-right: 20px !important
}

#es.is-mobile .t-xs-pb--xl {
    padding-bottom: 20px !important
}

#es.is-mobile .t-xs-m--xl {
    margin: 20px !important
}

#es.is-mobile .t-xs-mt--xl {
    margin-top: 20px !important
}

#es.is-mobile .t-xs-ml--xl {
    margin-left: 20px !important
}

#es.is-mobile .t-xs-mr--xl {
    margin-right: 20px !important
}

#es.is-mobile .t-xs-mb--xl {
    margin-bottom: 20px !important
}

#es .t-icon--primary {
    color: #4a90e2
}

#es .t-icon--success {
    color: #4fc251
}

#es .t-icon--danger {
    color: #f65b5b
}

#es .t-icon--default {
    color: #fff
}

#es .t-icon--info {
    color: #5bc0de
}

#es .t-icon--warning {
    color: #ec971f
}

#es .t-hidden {
    display: none !important
}

#es .t-block {
    display: block !important
}

#es .t-inline {
    display: inline !important
}

#es .t-inline-block {
    display: inline-block !important
}

#es .t-visibility--hidden {
    visibility: hidden !important
}

#es .t-visibility--visible {
    visibility: visible !important
}

#es .pull-left,
#es .t-pull-left,
#es .t-lg-pull-left {
    float: left !important
}

#es .pull-right,
#es .t-pull-right,
#es .t-lg-pull-right {
    float: right !important
}

#es .t-va--middle {
    vertical-align: middle !important
}

#es.is-mobile .t-lg-pull-left,
#es.is-mobile .t-lg-pull-right {
    float: none !important
}

#es.is-mobile .t-sm-pull-left {
    float: left !important
}

#es.is-mobile .t-sm-pull-right {
    float: right !important
}

#es .t-sm-visible {
    display: none
}

#es.is-mobile .t-sm-visible {
    display: inline-block !important
}

#es.is-mobile .t-sm-hidden {
    display: none !important
}

#es.is-mobile .t-sm-block {
    display: block !important
}

#es .fd-cf:before,
#es .fd-cf:after {
    content: " ";
    display: table
}

#es .fd-cf:after {
    clear: both
}

#es .t-width--100 {
    width: 100% !important
}

#es .t-width--70 {
    width: 70% !important
}

#es .t-width--66 {
    width: 66.666666666667% !important
}

#es .t-width--60 {
    width: 60% !important
}

#es .t-width--50 {
    width: 50% !important
}

#es .t-width--33 {
    width: 33.333333333333% !important
}

#es .t-width--30 {
    width: 30% !important
}

#es:not(.is-mobile) .t-lg-width--100 {
    width: 100% !important
}

#es:not(.is-mobile) .t-lg-width--70 {
    width: 70% !important
}

#es:not(.is-mobile) .t-lg-width--66 {
    width: 66.666666666667% !important
}

#es:not(.is-mobile) .t-lg-width--60 {
    width: 60% !important
}

#es:not(.is-mobile) .t-lg-width--50 {
    width: 50% !important
}

#es:not(.is-mobile) .t-lg-width--33 {
    width: 33.333333333333% !important
}

#es:not(.is-mobile) .t-lg-width--30 {
    width: 30% !important
}

#es .t-fs--sm {
    font-size: 12px !important
}

#es .t-fs--lg {
    font-size: 15px !important
}

#es .t-lg-text--left,
#es .t-text--left {
    text-align: left !important
}

#es .t-lg-text--right,
#es .t-text--right {
    text-align: right !important
}

#es .t-lg-text--center,
#es .t-text--center {
    text-align: center !important
}

#es .t-lg-text--justify,
#es .t-text--justify {
    text-align: justify !important
}

#es .t-lg-text--nowrap,
#es .t-text--nowrap {
    white-space: nowrap !important
}

#es.w780 .t-lg-text--right,
#es.w780 .t-lg-text--left,
#es.w780 .t-lg-text--center,
#es.is-mobile .t-lg-text--right,
#es.is-mobile .t-lg-text--left,
#es.is-mobile .t-lg-text--center {
    text-align: unset !important
}

#es.w780 .t-sm-text--right,
#es.is-mobile .t-sm-text--right {
    text-align: right !important
}

#es.w780 .t-sm-text--center,
#es.is-mobile .t-sm-text--center {
    text-align: center !important
}

#es .t-text--lowercase {
    text-transform: lowercase !important
}

#es .t-text--uppercase {
    text-transform: uppercase !important
}

#es .t-text--capitalize {
    text-transform: capitalize !important
}

#es .t-text--muted {
    color: #888 !important
}

#es .t-text--primary {
    color: #428bca !important
}

a#es .t-text--primary:hover,
a#es .t-text--primary:focus {
    color: #3071a9
}

#es .t-text--success {
    color: #3c763d !important
}

a#es .t-text--success:hover,
a#es .t-text--success:focus {
    color: #2b542c
}

#es .t-text--info {
    color: #31708f !important
}

a#es .t-text--info:hover,
a#es .t-text--info:focus {
    color: #245269
}

#es .t-text--warning {
    color: #8a6d3b !important
}

a#es .t-text--warning:hover,
a#es .t-text--warning:focus {
    color: #66512c
}

#es .t-text--danger {
    color: #fc595b !important
}

a#es .t-text--danger:hover,
a#es .t-text--danger:focus {
    color: #fb272a
}

#es .t-text--bold {
    font-weight: bold !important
}

#es .t-bdt-no {
    border-top: 0 !important
}

#es .t-bdr-no {
    border-right: 0 !important
}

#es .t-bdb-no {
    border-bottom: 0 !important
}

#es .t-bdl-no {
    border-left: 0 !important
}

#es .t-pointer-events--none {
    pointer-events: none
}

#es .t-pointer-events--auto {
    pointer-events: auto
}

.t-body-overflow-hidden {
    overflow: hidden !important
}

.dropdown-mobile-from-header .es-profile-header {
    z-index: 2
}

.dropdown-mobile-from-header #es.is-mobile .es-container {
    z-index: 1
}

.dropdown-mobile-from-container .es-profile-header,
.dropdown-mobile-from-container #es .es-photo-meta-field .es-photo-date {
    z-index: 1
}

.dropdown-mobile-from-container #es.is-mobile .es-container,
.dropdown-mobile-from-container #es .es-media-header-affix-wrapper.affix,
.dropdown-mobile-from-container #es .es-media-header-affix-wrapper--top.affix,
.dropdown-mobile-from-container #es .es-media-checkbox {
    z-index: 2
}

background-color:red;
#jsn-header {
    z-index: 601;
    position: relative
}

.jfbconnect-wrapper {
    text-align: center
}

.jfbconnect-wrapper .social-login .pull-left {
    float: none !important;
    margin: 0 !important
}

.jfbconnect-wrapper .social-login .pull-left a {
    display: inline-block !important
}

.jfbconnect-wrapper .social-login .pull-left a img {
    max-width: 90px !important
}

.jfbconnect-wrapper .social-login>div {
    display: inline-block !important
}

[class^="tm-"] div#fd button,
[class^="tm-"] div#fd input,
[class^="tm-"] div#fd textarea {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.method-totp .well {
    display: none
}

.method-totp fieldset legend {
    font-size: 12px;
    font-weight: 700
}

.method-totp fieldset ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.method-totp fieldset ul li {
    list-style: none
}

.method-totp fieldset .span6 {
    width: 100%
}

.method-totp fieldset .alert-info {
    background: none;
    border: 0
}

.method-totp fieldset .control-group label.control-label {
    width: 20%
}

.method-totp fieldset .control-group .controls {
    margin-left: 0
}

.method-totp fieldset .control-group .controls #totpsecuritycode {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
    height: 30px;
    width: 160px
}

div#es .rokpad-editor-wrapper i {
    height: 16px;
    width: 16px
}

#es.is-mobile .es-list-item .dropdown-menu,
#es.is-mobile .es-mobile-list-item__action .dropdown-menu,
#es.is-mobile .es-mobile-filter-toggle .dropdown-menu,
#es.is-mobile .es-stream-control .dropdown-menu,
#es.is-mobile .es-profile-header__action-wrap .dropdown-menu,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-menu,
#es.is-mobile .es-comment-actions .dropdown-menu,
#es.is-mobile .es-convo__sidebar-action .dropdown-menu,
#es.is-mobile .es-media-item-menu .dropdown-menu,
#es.is-mobile .es-cover-menu .dropdown-menu,
#es.is-mobile .es-profile-header-nav__item .dropdown-menu {
    top: auto;
    bottom: 0;
    position: fixed;
    width: 100vw;
    overflow-y: auto;
    min-height: 24vh !important;
    max-height: 52vh !important;
    background: #f5f5f5;
    padding: 0;
    margin: 0;
    border-radius: 8px 8px 0 0
}

#es.is-mobile .es-list-item .dropdown-menu>li,
#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li,
#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li,
#es.is-mobile .es-stream-control .dropdown-menu>li,
#es.is-mobile .es-profile-header__action-wrap .dropdown-menu>li,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-menu>li,
#es.is-mobile .es-comment-actions .dropdown-menu>li,
#es.is-mobile .es-convo__sidebar-action .dropdown-menu>li,
#es.is-mobile .es-media-item-menu .dropdown-menu>li,
#es.is-mobile .es-cover-menu .dropdown-menu>li,
#es.is-mobile .es-profile-header-nav__item .dropdown-menu>li {
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

#es.is-mobile .es-list-item .dropdown-menu>li.divider,
#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li.divider,
#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li.divider,
#es.is-mobile .es-stream-control .dropdown-menu>li.divider,
#es.is-mobile .es-profile-header__action-wrap .dropdown-menu>li.divider,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-menu>li.divider,
#es.is-mobile .es-comment-actions .dropdown-menu>li.divider,
#es.is-mobile .es-convo__sidebar-action .dropdown-menu>li.divider,
#es.is-mobile .es-media-item-menu .dropdown-menu>li.divider,
#es.is-mobile .es-cover-menu .dropdown-menu>li.divider,
#es.is-mobile .es-profile-header-nav__item .dropdown-menu>li.divider {
    display: none
}

#es.is-mobile .es-list-item .dropdown-menu>li>a,
#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li>a,
#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li>a,
#es.is-mobile .es-stream-control .dropdown-menu>li>a,
#es.is-mobile .es-profile-header__action-wrap .dropdown-menu>li>a,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-menu>li>a,
#es.is-mobile .es-comment-actions .dropdown-menu>li>a,
#es.is-mobile .es-convo__sidebar-action .dropdown-menu>li>a,
#es.is-mobile .es-media-item-menu .dropdown-menu>li>a,
#es.is-mobile .es-cover-menu .dropdown-menu>li>a,
#es.is-mobile .es-profile-header-nav__item .dropdown-menu>li>a {
    font-size: 13px;
    line-height: 2;
    background: #fff;
    padding: 8px 16px;
    max-width: none
}

#es.is-mobile .es-list-item .dropdown-backdrop,
#es.is-mobile .es-mobile-list-item__action .dropdown-backdrop,
#es.is-mobile .es-mobile-filter-toggle .dropdown-backdrop,
#es.is-mobile .es-stream-control .dropdown-backdrop,
#es.is-mobile .es-profile-header__action-wrap .dropdown-backdrop,
#es.is-mobile .es-profile-header__avatar-wrap .dropdown-backdrop,
#es.is-mobile .es-comment-actions .dropdown-backdrop,
#es.is-mobile .es-convo__sidebar-action .dropdown-backdrop,
#es.is-mobile .es-media-item-menu .dropdown-backdrop,
#es.is-mobile .es-cover-menu .dropdown-backdrop,
#es.is-mobile .es-profile-header-nav__item .dropdown-backdrop {
    background: rgba(0, 0, 0, 0.8)
}

body.view-albums.has-es-popbox {
    overflow: hidden
}

div.reiter_inhalt div.moduletable
{
padding:20px;
background-color: #fbfcff;
}


@charset "UTF-8";
/**
 * Kunena Latest Module
 * @package Kunena.mod_kunenalatest
 *
 * @copyright (C) 2008 - 2020 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link https://www.kunena.org
 **/

.klatest li {
	background: none !important;
}
.klatest-items {
	margin: 0;
	padding: 0;
}
.klatest-items li.klatest-item {
	list-style: none !important;
	margin: 2px 0;
	padding: 0 0 1px;
	clear: both;
}
.klatest-items ul.klatest-itemdetails {
	margin: 0;
	padding: 0;
}

.klatest-items .knewchar {
	color: #009900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	font-size: .75em;
	white-space: nowrap;
}
.klatest-itemdetails li {
	margin-bottom: 0 !important;
	display: block;
}
.klatest-subject a {
	font-weight: bold;
	font-size: 12px;
}
.klatest-avatar {
	float: left;
	display: block;
	margin-right: 5px;
}
.klatest-avatar img {
	margin: 2px 2px 2px 0;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.klatest-topicicon {
	float: left;
	display: block;
	margin-right: 5px;
}
.klatest-topicicon img {
	margin: 2px 2px 2px 0;
	padding: 1px;
	width: 32px;
	height: 32px;
}
.klatest-posttime,
.klatest-cat,
.klatest-author {
	font-size: 10px;
}
p.klatest-more {
	margin: 0;
	padding: 0;
	clear: both;
}
.klatest-itemdetails li.klatest-author {
	display: inline;
}
.klatest-itemdetails li.klatest-posttime {
	display: block;
}

.klatest-preview-content li {
	margin-bottom: 0 !important;
	display: block;
}

.kwho-guest {
	color: #666666;
}

.kwho-user {
	color: #5388B4;
}

.kwho-moderator {
	color: #0000FF;
}

.kwho-globalmoderator {
	color: #800000;
}

.kwho-admin {
	color: #FF0000;
}

.kwho-blocked,
.kwho-banned {
	color: #A39D49;
}
.wf-columns{display:flex}.wf-columns .wf-column{max-width:100%;margin-left:.5rem;box-sizing:border-box;flex:1}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-stack-large,.wf-columns-stack-medium,.wf-columns-stack-small{flex-wrap:wrap}.wf-columns-align-left{justify-content:flex-start}.wf-columns-align-center{justify-content:center}.wf-columns-align-right{justify-content:flex-end}.wf-columns-layout-1-2>.wf-column:last-child,.wf-columns-layout-2-1>.wf-column:first-child{width:calc(100% * 2 / 3.001);flex:none}.wf-columns-layout-1-1-2>.wf-column:last-child,.wf-columns-layout-1-2-1>.wf-column:nth-child(2),.wf-columns-layout-2-1-1>.wf-column:first-child{width:50%;flex:none}.wf-columns-layout-1-3>.wf-column:last-child,.wf-columns-layout-3-1>.wf-column:first-child{width:75%;flex:none}.wf-columns-gap-small>.wf-column{margin-left:.25rem}.wf-columns-gap-medium>.wf-column{margin-left:.5rem}.wf-columns-gap-large>.wf-column{margin-left:1rem}.wf-columns-gap-none>.wf-column,[class*=wf-columns-gap-]>.wf-column:first-child{margin-left:inherit}@media (max-width:640px){.wf-columns-stack-small>.wf-column{width:100%;margin-left:inherit;margin-right:inherit;flex:auto!important}}@media (max-width:960px){.wf-columns-stack-medium>.wf-column{width:100%;margin-left:inherit;margin-right:inherit;flex:auto!important}}@media (max-width:1200px){.wf-columns-stack-large>.wf-column{width:100%;margin-left:inherit;margin-right:inherit;flex:auto!important}}@media (max-width:1600px){.wf-columns-stack-xlarge>.wf-column{width:100%;margin-left:inherit;margin-right:inherit}}[data-wf-columns]>div>figure img,[data-wf-columns]>div>figure video{object-fit:cover;height:calc(100% - 2rem)}[data-wf-columns]>div>figure{margin:0;display:block;position:relative;height:100%}[data-wf-columns]>div>figure figcaption{text-align:center;line-height:2rem;display:inline-block;width:100%}[data-wf-columns]>div>figure>a.wfpopup+figcaption{pointer-events:none}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

  src: url('templates/flat/fonts/glyphicons-halflings-regular.eot');
  src: url('templates/flat/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('templates/flat/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('templates/flat/fonts/glyphicons-halflings-regular.woff') format('woff'), url('templates/flat/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('templates/flat/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  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,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}



* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  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;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  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);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
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;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  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: 992px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: 992px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  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="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.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 {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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: #777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.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,
.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) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: 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.3333333;
  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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
  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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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) {
  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: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.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;
  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:hover,
.nav-tabs > li.active > a:focus {
  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;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  /*min-height: 50px; Thomy*/ 
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .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;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    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-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  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: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-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;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .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;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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 progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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 {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  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: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -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: 15px;
}
.modal-footer {
  padding: 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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  background-color: #000;
  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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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 {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*YanoneKaffeesatzRegular*/

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('templates/flat/fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('templates/flat/fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('templates/flat/fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('templates/flat/fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('templates/flat/fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}




/* awesomefont */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* Fonts */

/* alte fonts todo: schriftgenerator linkes Share */
/*
@font-face{font-family:'FontAwesome';src:url('templates/flat/fonts/fontawesome-webfont.eot');src:url('templates/flat/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('templates/flat/fonts/fontawesome-webfont.woff2') format('woff2'),url('templates/flat/fonts/fontawesome-webfont.woff') format('woff'),url('templates/flat/fonts/fontawesome-webfont.ttf') format('truetype'),url('templates/flat/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
*/

/*
.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:solid .08em #eee;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:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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{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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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"}
*/
 


 
 
/* Neue Fonts */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('templates/flat/fonts/font-awesome5/fa-solid-900.eot');
    src: url('templates/flat/fonts/font-awesome5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('templates/flat/fonts/font-awesome5/fa-solid-900.woff2') format('woff2'), url('templates/flat/fonts/font-awesome5/fa-solid-900.woff') format('woff'), url('templates/flat/fonts/font-awesome5/fa-solid-900.ttf') format('truetype'), url('templates/flat/fonts/font-awesome5/fa-solid-900.svg#fontawesome') format('svg')
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url('templates/flat/fonts/font-awesome5/fa-regular-400.eot');
    src: url('templates/flat/fonts/font-awesome5/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('templates/flat/fonts/font-awesome5/fa-regular-400.woff2') format('woff2'), url('templates/flat/fonts/font-awesome5/fa-regular-400.woff') format('woff'), url('templates/flat/fonts/font-awesome5/fa-regular-400.ttf') format('truetype'), url('templates/flat/fonts/font-awesome5/fa-regular-400.svg#fontawesome') format('svg')
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url('templates/flat/fonts/font-awesome5/fa-brands-400.eot');
    src: url('templates/flat/css/..fonts/font-awesome5/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('templates/flat/fonts/font-awesome5/fa-brands-400.woff2') format('woff2'), url('templates/flat/fonts/font-awesome5/fa-brands-400.woff') format('woff'), url('templates/flat/fonts/font-awesome5/fa-brands-400.ttf') format('truetype'), url('templates/flat/fonts/font-awesome5/fa-brands-400.svg#fontawesome') format('svg')
} 



#es .fa-accessible-icon:before{content:"\f368"}#es .fa-accusoft:before{content:"\f369"}#es .fa-ad:before{content:"\f641"}#es .fa-address-book:before{content:"\f2b9"}#es .fa-address-card:before{content:"\f2bb"}#es .fa-adjust:before{content:"\f042"}#es .fa-adn:before{content:"\f170"}#es .fa-adversal:before{content:"\f36a"}#es .fa-affiliatetheme:before{content:"\f36b"}#es .fa-air-freshener:before{content:"\f5d0"}#es .fa-algolia:before{content:"\f36c"}#es .fa-align-center:before{content:"\f037"}#es .fa-align-justify:before{content:"\f039"}#es .fa-align-left:before{content:"\f036"}#es .fa-align-right:before{content:"\f038"}#es .fa-alipay:before{content:"\f642"}#es .fa-allergies:before{content:"\f461"}#es .fa-amazon:before{content:"\f270"}#es .fa-amazon-pay:before{content:"\f42c"}#es .fa-ambulance:before{content:"\f0f9"}#es .fa-american-sign-language-interpreting:before{content:"\f2a3"}#es .fa-amilia:before{content:"\f36d"}#es .fa-anchor:before{content:"\f13d"}#es .fa-android:before{content:"\f17b"}#es .fa-angellist:before{content:"\f209"}#es .fa-angle-double-down:before{content:"\f103"}#es .fa-angle-double-left:before{content:"\f100"}#es .fa-angle-double-right:before{content:"\f101"}#es .fa-angle-double-up:before{content:"\f102"}#es .fa-angle-down:before{content:"\f107"}#es .fa-angle-left:before{content:"\f104"}#es .fa-angle-right:before{content:"\f105"}#es .fa-angle-up:before{content:"\f106"}#es .fa-angry:before{content:"\f556"}#es .fa-angrycreative:before{content:"\f36e"}#es .fa-angular:before{content:"\f420"}#es .fa-ankh:before{content:"\f644"}#es .fa-app-store:before{content:"\f36f"}#es .fa-app-store-ios:before{content:"\f370"}#es .fa-apper:before{content:"\f371"}#es .fa-apple:before{content:"\f179"}#es .fa-apple-alt:before{content:"\f5d1"}#es .fa-apple-pay:before{content:"\f415"}#es .fa-archive:before{content:"\f187"}#es .fa-archway:before{content:"\f557"}#es .fa-arrow-alt-circle-down:before{content:"\f358"}#es .fa-arrow-alt-circle-left:before{content:"\f359"}#es .fa-arrow-alt-circle-right:before{content:"\f35a"}#es .fa-arrow-alt-circle-up:before{content:"\f35b"}#es .fa-arrow-circle-down:before{content:"\f0ab"}#es .fa-arrow-circle-left:before{content:"\f0a8"}#es .fa-arrow-circle-right:before{content:"\f0a9"}#es .fa-arrow-circle-up:before{content:"\f0aa"}#es .fa-arrow-down:before{content:"\f063"}#es .fa-arrow-left:before{content:"\f060"}#es .fa-arrow-right:before{content:"\f061"}#es .fa-arrow-up:before{content:"\f062"}#es .fa-arrows-alt:before{content:"\f0b2"}#es .fa-arrows-alt-h:before{content:"\f337"}#es .fa-arrows-alt-v:before{content:"\f338"}#es .fa-assistive-listening-systems:before{content:"\f2a2"}#es .fa-asterisk:before{content:"\f069"}#es .fa-asymmetrik:before{content:"\f372"}#es .fa-at:before{content:"\f1fa"}#es .fa-atlas:before{content:"\f558"}#es .fa-atom:before{content:"\f5d2"}#es .fa-audible:before{content:"\f373"}#es .fa-audio-description:before{content:"\f29e"}#es .fa-autoprefixer:before{content:"\f41c"}#es .fa-avianex:before{content:"\f374"}#es .fa-aviato:before{content:"\f421"}#es .fa-award:before{content:"\f559"}#es .fa-aws:before{content:"\f375"}#es .fa-backspace:before{content:"\f55a"}#es .fa-backward:before{content:"\f04a"}#es .fa-balance-scale:before{content:"\f24e"}#es .fa-ban:before{content:"\f05e"}#es .fa-band-aid:before{content:"\f462"}#es .fa-bandcamp:before{content:"\f2d5"}#es .fa-barcode:before{content:"\f02a"}#es .fa-bars:before{content:"\f0c9"}#es .fa-baseball-ball:before{content:"\f433"}#es .fa-basketball-ball:before{content:"\f434"}#es .fa-bath:before{content:"\f2cd"}#es .fa-battery-empty:before{content:"\f244"}#es .fa-battery-full:before{content:"\f240"}#es .fa-battery-half:before{content:"\f242"}#es .fa-battery-quarter:before{content:"\f243"}#es .fa-battery-three-quarters:before{content:"\f241"}#es .fa-bed:before{content:"\f236"}#es .fa-beer:before{content:"\f0fc"}#es .fa-behance:before{content:"\f1b4"}#es .fa-behance-square:before{content:"\f1b5"}#es .fa-bell:before{content:"\f0f3"}#es .fa-bell-slash:before{content:"\f1f6"}#es .fa-bezier-curve:before{content:"\f55b"}#es .fa-bible:before{content:"\f647"}#es .fa-bicycle:before{content:"\f206"}#es .fa-bimobject:before{content:"\f378"}#es .fa-binoculars:before{content:"\f1e5"}#es .fa-birthday-cake:before{content:"\f1fd"}#es .fa-bitbucket:before{content:"\f171"}#es .fa-bitcoin:before{content:"\f379"}#es .fa-bity:before{content:"\f37a"}#es .fa-black-tie:before{content:"\f27e"}#es .fa-blackberry:before{content:"\f37b"}#es .fa-blender:before{content:"\f517"}#es .fa-blind:before{content:"\f29d"}#es .fa-blogger:before{content:"\f37c"}#es .fa-blogger-b:before{content:"\f37d"}#es .fa-bluetooth:before{content:"\f293"}#es .fa-bluetooth-b:before{content:"\f294"}#es .fa-bold:before{content:"\f032"}#es .fa-bolt:before{content:"\f0e7"}#es .fa-bomb:before{content:"\f1e2"}#es .fa-bone:before{content:"\f5d7"}#es .fa-bong:before{content:"\f55c"}#es .fa-book:before{content:"\f02d"}#es .fa-book-open:before{content:"\f518"}#es .fa-book-reader:before{content:"\f5da"}#es .fa-bookmark:before{content:"\f02e"}#es .fa-bowling-ball:before{content:"\f436"}#es .fa-box:before{content:"\f466"}#es .fa-box-open:before{content:"\f49e"}#es .fa-boxes:before{content:"\f468"}#es .fa-braille:before{content:"\f2a1"}#es .fa-brain:before{content:"\f5dc"}#es .fa-briefcase:before{content:"\f0b1"}#es .fa-briefcase-medical:before{content:"\f469"}#es .fa-broadcast-tower:before{content:"\f519"}#es .fa-broom:before{content:"\f51a"}#es .fa-brush:before{content:"\f55d"}#es .fa-btc:before{content:"\f15a"}#es .fa-bug:before{content:"\f188"}#es .fa-building:before{content:"\f1ad"}#es .fa-bullhorn:before{content:"\f0a1"}#es .fa-bullseye:before{content:"\f140"}#es .fa-burn:before{content:"\f46a"}#es .fa-buromobelexperte:before{content:"\f37f"}#es .fa-bus:before{content:"\f207"}#es .fa-bus-alt:before{content:"\f55e"}#es .fa-business-time:before{content:"\f64a"}#es .fa-buysellads:before{content:"\f20d"}#es .fa-calculator:before{content:"\f1ec"}#es .fa-calendar:before{content:"\f133"}#es .fa-calendar-alt:before{content:"\f073"}#es .fa-calendar-check:before{content:"\f274"}#es .fa-calendar-minus:before{content:"\f272"}#es .fa-calendar-plus:before{content:"\f271"}#es .fa-calendar-times:before{content:"\f273"}#es .fa-camera:before{content:"\f030"}#es .fa-camera-retro:before{content:"\f083"}#es .fa-cannabis:before{content:"\f55f"}#es .fa-capsules:before{content:"\f46b"}#es .fa-car:before{content:"\f1b9"}#es .fa-car-alt:before{content:"\f5de"}#es .fa-car-battery:before{content:"\f5df"}#es .fa-car-crash:before{content:"\f5e1"}#es .fa-car-side:before{content:"\f5e4"}#es .fa-caret-down:before{content:"\f0d7"}#es .fa-caret-left:before{content:"\f0d9"}#es .fa-caret-right:before{content:"\f0da"}#es .fa-caret-square-down:before{content:"\f150"}#es .fa-caret-square-left:before{content:"\f191"}#es .fa-caret-square-right:before{content:"\f152"}#es .fa-caret-square-up:before{content:"\f151"}#es .fa-caret-up:before{content:"\f0d8"}#es .fa-cart-arrow-down:before{content:"\f218"}#es .fa-cart-plus:before{content:"\f217"}#es .fa-cc-amazon-pay:before{content:"\f42d"}#es .fa-cc-amex:before{content:"\f1f3"}#es .fa-cc-apple-pay:before{content:"\f416"}#es .fa-cc-diners-club:before{content:"\f24c"}#es .fa-cc-discover:before{content:"\f1f2"}#es .fa-cc-jcb:before{content:"\f24b"}#es .fa-cc-mastercard:before{content:"\f1f1"}#es .fa-cc-paypal:before{content:"\f1f4"}#es .fa-cc-stripe:before{content:"\f1f5"}#es .fa-cc-visa:before{content:"\f1f0"}#es .fa-centercode:before{content:"\f380"}#es .fa-certificate:before{content:"\f0a3"}#es .fa-chalkboard:before{content:"\f51b"}#es .fa-chalkboard-teacher:before{content:"\f51c"}#es .fa-charging-station:before{content:"\f5e7"}#es .fa-chart-area:before{content:"\f1fe"}#es .fa-chart-bar:before{content:"\f080"}#es .fa-chart-line:before{content:"\f201"}#es .fa-chart-pie:before{content:"\f200"}#es .fa-check:before{content:"\f00c"}#es .fa-check-circle:before{content:"\f058"}#es .fa-check-double:before{content:"\f560"}#es .fa-check-square:before{content:"\f14a"}#es .fa-chess:before{content:"\f439"}#es .fa-chess-bishop:before{content:"\f43a"}#es .fa-chess-board:before{content:"\f43c"}#es .fa-chess-king:before{content:"\f43f"}#es .fa-chess-knight:before{content:"\f441"}#es .fa-chess-pawn:before{content:"\f443"}#es .fa-chess-queen:before{content:"\f445"}#es .fa-chess-rook:before{content:"\f447"}#es .fa-chevron-circle-down:before{content:"\f13a"}#es .fa-chevron-circle-left:before{content:"\f137"}#es .fa-chevron-circle-right:before{content:"\f138"}#es .fa-chevron-circle-up:before{content:"\f139"}#es .fa-chevron-down:before{content:"\f078"}#es .fa-chevron-left:before{content:"\f053"}#es .fa-chevron-right:before{content:"\f054"}#es .fa-chevron-up:before{content:"\f077"}#es .fa-child:before{content:"\f1ae"}#es .fa-chrome:before{content:"\f268"}#es .fa-church:before{content:"\f51d"}#es .fa-circle:before{content:"\f111"}#es .fa-circle-notch:before{content:"\f1ce"}#es .fa-city:before{content:"\f64f"}#es .fa-clipboard:before{content:"\f328"}#es .fa-clipboard-check:before{content:"\f46c"}#es .fa-clipboard-list:before{content:"\f46d"}#es .fa-clock:before{content:"\f017"}#es .fa-clone:before{content:"\f24d"}#es .fa-closed-captioning:before{content:"\f20a"}#es .fa-cloud:before{content:"\f0c2"}#es .fa-cloud-download-alt:before{content:"\f381"}#es .fa-cloud-upload-alt:before{content:"\f382"}#es .fa-cloudscale:before{content:"\f383"}#es .fa-cloudsmith:before{content:"\f384"}#es .fa-cloudversify:before{content:"\f385"}#es .fa-cocktail:before{content:"\f561"}#es .fa-code:before{content:"\f121"}#es .fa-code-branch:before{content:"\f126"}#es .fa-codepen:before{content:"\f1cb"}#es .fa-codiepie:before{content:"\f284"}#es .fa-coffee:before{content:"\f0f4"}#es .fa-cog:before{content:"\f013"}#es .fa-cogs:before{content:"\f085"}#es .fa-coins:before{content:"\f51e"}#es .fa-columns:before{content:"\f0db"}#es .fa-comment:before{content:"\f075"}#es .fa-comment-alt:before{content:"\f27a"}#es .fa-comment-dollar:before{content:"\f651"}#es .fa-comment-dots:before{content:"\f4ad"}#es .fa-comment-slash:before{content:"\f4b3"}#es .fa-comments:before{content:"\f086"}#es .fa-comments-dollar:before{content:"\f653"}#es .fa-compact-disc:before{content:"\f51f"}#es .fa-compass:before{content:"\f14e"}#es .fa-compress:before{content:"\f066"}#es .fa-concierge-bell:before{content:"\f562"}#es .fa-connectdevelop:before{content:"\f20e"}#es .fa-contao:before{content:"\f26d"}#es .fa-cookie:before{content:"\f563"}#es .fa-cookie-bite:before{content:"\f564"}#es .fa-copy:before{content:"\f0c5"}#es .fa-copyright:before{content:"\f1f9"}#es .fa-couch:before{content:"\f4b8"}#es .fa-cpanel:before{content:"\f388"}#es .fa-creative-commons:before{content:"\f25e"}#es .fa-creative-commons-by:before{content:"\f4e7"}#es .fa-creative-commons-nc:before{content:"\f4e8"}#es .fa-creative-commons-nc-eu:before{content:"\f4e9"}#es .fa-creative-commons-nc-jp:before{content:"\f4ea"}#es .fa-creative-commons-nd:before{content:"\f4eb"}#es .fa-creative-commons-pd:before{content:"\f4ec"}#es .fa-creative-commons-pd-alt:before{content:"\f4ed"}#es .fa-creative-commons-remix:before{content:"\f4ee"}#es .fa-creative-commons-sa:before{content:"\f4ef"}#es .fa-creative-commons-sampling:before{content:"\f4f0"}#es .fa-creative-commons-sampling-plus:before{content:"\f4f1"}#es .fa-creative-commons-share:before{content:"\f4f2"}#es .fa-credit-card:before{content:"\f09d"}#es .fa-crop:before{content:"\f125"}#es .fa-crop-alt:before{content:"\f565"}#es .fa-cross:before{content:"\f654"}#es .fa-crosshairs:before{content:"\f05b"}#es .fa-crow:before{content:"\f520"}#es .fa-crown:before{content:"\f521"}#es .fa-css3:before{content:"\f13c"}#es .fa-css3-alt:before{content:"\f38b"}#es .fa-cube:before{content:"\f1b2"}#es .fa-cubes:before{content:"\f1b3"}#es .fa-cut:before{content:"\f0c4"}#es .fa-cuttlefish:before{content:"\f38c"}#es .fa-d-and-d:before{content:"\f38d"}#es .fa-dashcube:before{content:"\f210"}#es .fa-database:before{content:"\f1c0"}#es .fa-deaf:before{content:"\f2a4"}#es .fa-delicious:before{content:"\f1a5"}#es .fa-deploydog:before{content:"\f38e"}#es .fa-deskpro:before{content:"\f38f"}#es .fa-desktop:before{content:"\f108"}#es .fa-deviantart:before{content:"\f1bd"}#es .fa-dharmachakra:before{content:"\f655"}#es .fa-diagnoses:before{content:"\f470"}#es .fa-dice:before{content:"\f522"}#es .fa-dice-five:before{content:"\f523"}#es .fa-dice-four:before{content:"\f524"}#es .fa-dice-one:before{content:"\f525"}#es .fa-dice-six:before{content:"\f526"}#es .fa-dice-three:before{content:"\f527"}#es .fa-dice-two:before{content:"\f528"}#es .fa-digg:before{content:"\f1a6"}#es .fa-digital-ocean:before{content:"\f391"}#es .fa-digital-tachograph:before{content:"\f566"}#es .fa-directions:before{content:"\f5eb"}#es .fa-discord:before{content:"\f392"}#es .fa-discourse:before{content:"\f393"}#es .fa-divide:before{content:"\f529"}#es .fa-dizzy:before{content:"\f567"}#es .fa-dna:before{content:"\f471"}#es .fa-dochub:before{content:"\f394"}#es .fa-docker:before{content:"\f395"}#es .fa-dollar-sign:before{content:"\f155"}#es .fa-dolly:before{content:"\f472"}#es .fa-dolly-flatbed:before{content:"\f474"}#es .fa-donate:before{content:"\f4b9"}#es .fa-door-closed:before{content:"\f52a"}#es .fa-door-open:before{content:"\f52b"}#es .fa-dot-circle:before{content:"\f192"}#es .fa-dove:before{content:"\f4ba"}#es .fa-download:before{content:"\f019"}#es .fa-draft2digital:before{content:"\f396"}#es .fa-drafting-compass:before{content:"\f568"}#es .fa-draw-polygon:before{content:"\f5ee"}#es .fa-dribbble:before{content:"\f17d"}#es .fa-dribbble-square:before{content:"\f397"}#es .fa-dropbox:before{content:"\f16b"}#es .fa-drum:before{content:"\f569"}#es .fa-drum-steelpan:before{content:"\f56a"}#es .fa-drupal:before{content:"\f1a9"}#es .fa-dumbbell:before{content:"\f44b"}#es .fa-dyalog:before{content:"\f399"}#es .fa-earlybirds:before{content:"\f39a"}#es .fa-ebay:before{content:"\f4f4"}#es .fa-edge:before{content:"\f282"}#es .fa-edit:before{content:"\f044"}#es .fa-eject:before{content:"\f052"}#es .fa-elementor:before{content:"\f430"}#es .fa-ellipsis-h:before{content:"\f141"}#es .fa-ellipsis-v:before{content:"\f142"}#es .fa-ello:before{content:"\f5f1"}#es .fa-ember:before{content:"\f423"}#es .fa-empire:before{content:"\f1d1"}#es .fa-envelope:before{content:"\f0e0"}#es .fa-envelope-open:before{content:"\f2b6"}#es .fa-envelope-open-text:before{content:"\f658"}#es .fa-envelope-square:before{content:"\f199"}#es .fa-envira:before{content:"\f299"}#es .fa-equals:before{content:"\f52c"}#es .fa-eraser:before{content:"\f12d"}#es .fa-erlang:before{content:"\f39d"}#es .fa-ethereum:before{content:"\f42e"}#es .fa-etsy:before{content:"\f2d7"}#es .fa-euro-sign:before{content:"\f153"}#es .fa-exchange-alt:before{content:"\f362"}#es .fa-exclamation:before{content:"\f12a"}#es .fa-exclamation-circle:before{content:"\f06a"}#es .fa-exclamation-triangle:before{content:"\f071"}#es .fa-expand:before{content:"\f065"}#es .fa-expand-arrows-alt:before{content:"\f31e"}#es .fa-expeditedssl:before{content:"\f23e"}#es .fa-external-link-alt:before{content:"\f35d"}#es .fa-external-link-square-alt:before{content:"\f360"}#es .fa-eye:before{content:"\f06e"}#es .fa-eye-dropper:before{content:"\f1fb"}#es .fa-eye-slash:before{content:"\f070"}#es .fa-facebook:before{content:"\f09a"}#es .fa-facebook-f:before{content:"\f39e"}#es .fa-facebook-messenger:before{content:"\f39f"}#es .fa-facebook-square:before{content:"\f082"}#es .fa-fast-backward:before{content:"\f049"}#es .fa-fast-forward:before{content:"\f050"}#es .fa-fax:before{content:"\f1ac"}#es .fa-feather:before{content:"\f52d"}#es .fa-feather-alt:before{content:"\f56b"}#es .fa-female:before{content:"\f182"}#es .fa-fighter-jet:before{content:"\f0fb"}#es .fa-file:before{content:"\f15b"}#es .fa-file-alt:before{content:"\f15c"}#es .fa-file-archive:before{content:"\f1c6"}#es .fa-file-audio:before{content:"\f1c7"}#es .fa-file-code:before{content:"\f1c9"}#es .fa-file-contract:before{content:"\f56c"}#es .fa-file-download:before{content:"\f56d"}#es .fa-file-excel:before{content:"\f1c3"}#es .fa-file-export:before{content:"\f56e"}#es .fa-file-image:before{content:"\f1c5"}#es .fa-file-import:before{content:"\f56f"}#es .fa-file-invoice:before{content:"\f570"}#es .fa-file-invoice-dollar:before{content:"\f571"}#es .fa-file-medical:before{content:"\f477"}#es .fa-file-medical-alt:before{content:"\f478"}#es .fa-file-pdf:before{content:"\f1c1"}#es .fa-file-powerpoint:before{content:"\f1c4"}#es .fa-file-prescription:before{content:"\f572"}#es .fa-file-signature:before{content:"\f573"}#es .fa-file-upload:before{content:"\f574"}#es .fa-file-video:before{content:"\f1c8"}#es .fa-file-word:before{content:"\f1c2"}#es .fa-fill:before{content:"\f575"}#es .fa-fill-drip:before{content:"\f576"}#es .fa-film:before{content:"\f008"}#es .fa-filter:before{content:"\f0b0"}#es .fa-fingerprint:before{content:"\f577"}#es .fa-fire:before{content:"\f06d"}#es .fa-fire-extinguisher:before{content:"\f134"}#es .fa-firefox:before{content:"\f269"}#es .fa-first-aid:before{content:"\f479"}#es .fa-first-order:before{content:"\f2b0"}#es .fa-first-order-alt:before{content:"\f50a"}#es .fa-firstdraft:before{content:"\f3a1"}#es .fa-fish:before{content:"\f578"}#es .fa-flag:before{content:"\f024"}#es .fa-flag-checkered:before{content:"\f11e"}#es .fa-flask:before{content:"\f0c3"}#es .fa-flickr:before{content:"\f16e"}#es .fa-flipboard:before{content:"\f44d"}#es .fa-flushed:before{content:"\f579"}#es .fa-fly:before{content:"\f417"}#es .fa-folder:before{content:"\f07b"}#es .fa-folder-minus:before{content:"\f65d"}#es .fa-folder-open:before{content:"\f07c"}#es .fa-folder-plus:before{content:"\f65e"}#es .fa-font:before{content:"\f031"}#es .fa-font-awesome:before{content:"\f2b4"}#es .fa-font-awesome-alt:before{content:"\f35c"}#es .fa-font-awesome-flag:before{content:"\f425"}#es .fa-font-awesome-logo-full:before{content:"\f4e6"}#es .fa-fonticons:before{content:"\f280"}#es .fa-fonticons-fi:before{content:"\f3a2"}#es .fa-football-ball:before{content:"\f44e"}#es .fa-fort-awesome:before{content:"\f286"}#es .fa-fort-awesome-alt:before{content:"\f3a3"}#es .fa-forumbee:before{content:"\f211"}#es .fa-forward:before{content:"\f04e"}#es .fa-foursquare:before{content:"\f180"}#es .fa-free-code-camp:before{content:"\f2c5"}#es .fa-freebsd:before{content:"\f3a4"}#es .fa-frog:before{content:"\f52e"}#es .fa-frown:before{content:"\f119"}#es .fa-frown-open:before{content:"\f57a"}#es .fa-fulcrum:before{content:"\f50b"}#es .fa-funnel-dollar:before{content:"\f662"}#es .fa-futbol:before{content:"\f1e3"}#es .fa-galactic-republic:before{content:"\f50c"}#es .fa-galactic-senate:before{content:"\f50d"}#es .fa-gamepad:before{content:"\f11b"}#es .fa-gas-pump:before{content:"\f52f"}#es .fa-gavel:before{content:"\f0e3"}#es .fa-gem:before{content:"\f3a5"}#es .fa-genderless:before{content:"\f22d"}#es .fa-get-pocket:before{content:"\f265"}#es .fa-gg:before{content:"\f260"}#es .fa-gg-circle:before{content:"\f261"}#es .fa-gift:before{content:"\f06b"}#es .fa-git:before{content:"\f1d3"}#es .fa-git-square:before{content:"\f1d2"}#es .fa-github:before{content:"\f09b"}#es .fa-github-alt:before{content:"\f113"}#es .fa-github-square:before{content:"\f092"}#es .fa-gitkraken:before{content:"\f3a6"}#es .fa-gitlab:before{content:"\f296"}#es .fa-gitter:before{content:"\f426"}#es .fa-glass-martini:before{content:"\f000"}#es .fa-glass-martini-alt:before{content:"\f57b"}#es .fa-glasses:before{content:"\f530"}#es .fa-glide:before{content:"\f2a5"}#es .fa-glide-g:before{content:"\f2a6"}#es .fa-globe:before{content:"\f0ac"}#es .fa-globe-africa:before{content:"\f57c"}#es .fa-globe-americas:before{content:"\f57d"}#es .fa-globe-asia:before{content:"\f57e"}#es .fa-gofore:before{content:"\f3a7"}#es .fa-golf-ball:before{content:"\f450"}#es .fa-goodreads:before{content:"\f3a8"}#es .fa-goodreads-g:before{content:"\f3a9"}#es .fa-google:before{content:"\f1a0"}#es .fa-google-drive:before{content:"\f3aa"}#es .fa-google-play:before{content:"\f3ab"}#es .fa-google-plus:before{content:"\f2b3"}#es .fa-google-plus-g:before{content:"\f0d5"}#es .fa-google-plus-square:before{content:"\f0d4"}#es .fa-google-wallet:before{content:"\f1ee"}#es .fa-gopuram:before{content:"\f664"}#es .fa-graduation-cap:before{content:"\f19d"}#es .fa-gratipay:before{content:"\f184"}#es .fa-grav:before{content:"\f2d6"}#es .fa-greater-than:before{content:"\f531"}#es .fa-greater-than-equal:before{content:"\f532"}#es .fa-grimace:before{content:"\f57f"}#es .fa-grin:before{content:"\f580"}#es .fa-grin-alt:before{content:"\f581"}#es .fa-grin-beam:before{content:"\f582"}#es .fa-grin-beam-sweat:before{content:"\f583"}#es .fa-grin-hearts:before{content:"\f584"}#es .fa-grin-squint:before{content:"\f585"}#es .fa-grin-squint-tears:before{content:"\f586"}#es .fa-grin-stars:before{content:"\f587"}#es .fa-grin-tears:before{content:"\f588"}#es .fa-grin-tongue:before{content:"\f589"}#es .fa-grin-tongue-squint:before{content:"\f58a"}#es .fa-grin-tongue-wink:before{content:"\f58b"}#es .fa-grin-wink:before{content:"\f58c"}#es .fa-grip-horizontal:before{content:"\f58d"}#es .fa-grip-vertical:before{content:"\f58e"}#es .fa-gripfire:before{content:"\f3ac"}#es .fa-grunt:before{content:"\f3ad"}#es .fa-gulp:before{content:"\f3ae"}#es .fa-h-square:before{content:"\f0fd"}#es .fa-hacker-news:before{content:"\f1d4"}#es .fa-hacker-news-square:before{content:"\f3af"}#es .fa-hackerrank:before{content:"\f5f7"}#es .fa-hamsa:before{content:"\f665"}#es .fa-hand-holding:before{content:"\f4bd"}#es .fa-hand-holding-heart:before{content:"\f4be"}#es .fa-hand-holding-usd:before{content:"\f4c0"}#es .fa-hand-lizard:before{content:"\f258"}#es .fa-hand-paper:before{content:"\f256"}#es .fa-hand-peace:before{content:"\f25b"}#es .fa-hand-point-down:before{content:"\f0a7"}#es .fa-hand-point-left:before{content:"\f0a5"}#es .fa-hand-point-right:before{content:"\f0a4"}#es .fa-hand-point-up:before{content:"\f0a6"}#es .fa-hand-pointer:before{content:"\f25a"}#es .fa-hand-rock:before{content:"\f255"}#es .fa-hand-scissors:before{content:"\f257"}#es .fa-hand-spock:before{content:"\f259"}#es .fa-hands:before{content:"\f4c2"}#es .fa-hands-helping:before{content:"\f4c4"}#es .fa-handshake:before{content:"\f2b5"}#es .fa-hashtag:before{content:"\f292"}#es .fa-haykal:before{content:"\f666"}#es .fa-hdd:before{content:"\f0a0"}#es .fa-heading:before{content:"\f1dc"}#es .fa-headphones:before{content:"\f025"}#es .fa-headphones-alt:before{content:"\f58f"}#es .fa-headset:before{content:"\f590"}#es .fa-heart:before{content:"\f004"}#es .fa-heartbeat:before{content:"\f21e"}#es .fa-helicopter:before{content:"\f533"}#es .fa-highlighter:before{content:"\f591"}#es .fa-hips:before{content:"\f452"}#es .fa-hire-a-helper:before{content:"\f3b0"}#es .fa-history:before{content:"\f1da"}#es .fa-hockey-puck:before{content:"\f453"}#es .fa-home:before{content:"\f015"}#es .fa-hooli:before{content:"\f427"}#es .fa-hornbill:before{content:"\f592"}#es .fa-hospital:before{content:"\f0f8"}#es .fa-hospital-alt:before{content:"\f47d"}#es .fa-hospital-symbol:before{content:"\f47e"}#es .fa-hot-tub:before{content:"\f593"}#es .fa-hotel:before{content:"\f594"}#es .fa-hotjar:before{content:"\f3b1"}#es .fa-hourglass:before{content:"\f254"}#es .fa-hourglass-end:before{content:"\f253"}#es .fa-hourglass-half:before{content:"\f252"}#es .fa-hourglass-start:before{content:"\f251"}#es .fa-houzz:before{content:"\f27c"}#es .fa-html5:before{content:"\f13b"}#es .fa-hubspot:before{content:"\f3b2"}#es .fa-i-cursor:before{content:"\f246"}#es .fa-id-badge:before{content:"\f2c1"}#es .fa-id-card:before{content:"\f2c2"}#es .fa-id-card-alt:before{content:"\f47f"}#es .fa-image:before{content:"\f03e"}#es .fa-images:before{content:"\f302"}#es .fa-imdb:before{content:"\f2d8"}#es .fa-inbox:before{content:"\f01c"}#es .fa-indent:before{content:"\f03c"}#es .fa-industry:before{content:"\f275"}#es .fa-infinity:before{content:"\f534"}#es .fa-info:before{content:"\f129"}#es .fa-info-circle:before{content:"\f05a"}#es .fa-instagram:before{content:"\f16d"}#es .fa-internet-explorer:before{content:"\f26b"}#es .fa-ioxhost:before{content:"\f208"}#es .fa-italic:before{content:"\f033"}#es .fa-itunes:before{content:"\f3b4"}#es .fa-itunes-note:before{content:"\f3b5"}#es .fa-java:before{content:"\f4e4"}#es .fa-jedi:before{content:"\f669"}#es .fa-jedi-order:before{content:"\f50e"}#es .fa-jenkins:before{content:"\f3b6"}#es .fa-joget:before{content:"\f3b7"}#es .fa-joint:before{content:"\f595"}#es .fa-joomla:before{content:"\f1aa"}#es .fa-journal-whills:before{content:"\f66a"}#es .fa-js:before{content:"\f3b8"}#es .fa-js-square:before{content:"\f3b9"}#es .fa-jsfiddle:before{content:"\f1cc"}#es .fa-kaaba:before{content:"\f66b"}#es .fa-kaggle:before{content:"\f5fa"}#es .fa-key:before{content:"\f084"}#es .fa-keybase:before{content:"\f4f5"}#es .fa-keyboard:before{content:"\f11c"}#es .fa-keycdn:before{content:"\f3ba"}#es .fa-khanda:before{content:"\f66d"}#es .fa-kickstarter:before{content:"\f3bb"}#es .fa-kickstarter-k:before{content:"\f3bc"}#es .fa-kiss:before{content:"\f596"}#es .fa-kiss-beam:before{content:"\f597"}#es .fa-kiss-wink-heart:before{content:"\f598"}#es .fa-kiwi-bird:before{content:"\f535"}#es .fa-korvue:before{content:"\f42f"}#es .fa-landmark:before{content:"\f66f"}#es .fa-language:before{content:"\f1ab"}#es .fa-laptop:before{content:"\f109"}#es .fa-laptop-code:before{content:"\f5fc"}#es .fa-laravel:before{content:"\f3bd"}#es .fa-lastfm:before{content:"\f202"}#es .fa-lastfm-square:before{content:"\f203"}#es .fa-laugh:before{content:"\f599"}#es .fa-laugh-beam:before{content:"\f59a"}#es .fa-laugh-squint:before{content:"\f59b"}#es .fa-laugh-wink:before{content:"\f59c"}#es .fa-layer-group:before{content:"\f5fd"}#es .fa-leaf:before{content:"\f06c"}#es .fa-leanpub:before{content:"\f212"}#es .fa-lemon:before{content:"\f094"}#es .fa-less:before{content:"\f41d"}#es .fa-less-than:before{content:"\f536"}#es .fa-less-than-equal:before{content:"\f537"}#es .fa-level-down-alt:before{content:"\f3be"}#es .fa-level-up-alt:before{content:"\f3bf"}#es .fa-life-ring:before{content:"\f1cd"}#es .fa-lightbulb:before{content:"\f0eb"}#es .fa-line:before{content:"\f3c0"}#es .fa-link:before{content:"\f0c1"}#es .fa-linkedin:before{content:"\f08c"}#es .fa-linkedin-in:before{content:"\f0e1"}#es .fa-linode:before{content:"\f2b8"}#es .fa-linux:before{content:"\f17c"}#es .fa-lira-sign:before{content:"\f195"}#es .fa-list:before{content:"\f03a"}#es .fa-list-alt:before{content:"\f022"}#es .fa-list-ol:before{content:"\f0cb"}#es .fa-list-ul:before{content:"\f0ca"}#es .fa-location-arrow:before{content:"\f124"}#es .fa-lock:before{content:"\f023"}#es .fa-lock-open:before{content:"\f3c1"}#es .fa-long-arrow-alt-down:before{content:"\f309"}#es .fa-long-arrow-alt-left:before{content:"\f30a"}#es .fa-long-arrow-alt-right:before{content:"\f30b"}#es .fa-long-arrow-alt-up:before{content:"\f30c"}#es .fa-low-vision:before{content:"\f2a8"}#es .fa-luggage-cart:before{content:"\f59d"}#es .fa-lyft:before{content:"\f3c3"}#es .fa-magento:before{content:"\f3c4"}#es .fa-magic:before{content:"\f0d0"}#es .fa-magnet:before{content:"\f076"}#es .fa-mail-bulk:before{content:"\f674"}#es .fa-mailchimp:before{content:"\f59e"}#es .fa-male:before{content:"\f183"}#es .fa-mandalorian:before{content:"\f50f"}#es .fa-map:before{content:"\f279"}#es .fa-map-marked:before{content:"\f59f"}#es .fa-map-marked-alt:before{content:"\f5a0"}#es .fa-map-marker:before{content:"\f041"}#es .fa-map-marker-alt:before{content:"\f3c5"}#es .fa-map-pin:before{content:"\f276"}#es .fa-map-signs:before{content:"\f277"}#es .fa-markdown:before{content:"\f60f"}#es .fa-marker:before{content:"\f5a1"}#es .fa-mars:before{content:"\f222"}#es .fa-mars-double:before{content:"\f227"}#es .fa-mars-stroke:before{content:"\f229"}#es .fa-mars-stroke-h:before{content:"\f22b"}#es .fa-mars-stroke-v:before{content:"\f22a"}#es .fa-mastodon:before{content:"\f4f6"}#es .fa-maxcdn:before{content:"\f136"}#es .fa-medal:before{content:"\f5a2"}#es .fa-medapps:before{content:"\f3c6"}#es .fa-medium:before{content:"\f23a"}#es .fa-medium-m:before{content:"\f3c7"}#es .fa-medkit:before{content:"\f0fa"}#es .fa-medrt:before{content:"\f3c8"}#es .fa-meetup:before{content:"\f2e0"}#es .fa-megaport:before{content:"\f5a3"}#es .fa-meh:before{content:"\f11a"}#es .fa-meh-blank:before{content:"\f5a4"}#es .fa-meh-rolling-eyes:before{content:"\f5a5"}#es .fa-memory:before{content:"\f538"}#es .fa-menorah:before{content:"\f676"}#es .fa-mercury:before{content:"\f223"}#es .fa-microchip:before{content:"\f2db"}#es .fa-microphone:before{content:"\f130"}#es .fa-microphone-alt:before{content:"\f3c9"}#es .fa-microphone-alt-slash:before{content:"\f539"}#es .fa-microphone-slash:before{content:"\f131"}#es .fa-microscope:before{content:"\f610"}#es .fa-microsoft:before{content:"\f3ca"}#es .fa-minus:before{content:"\f068"}#es .fa-minus-circle:before{content:"\f056"}#es .fa-minus-square:before{content:"\f146"}#es .fa-mix:before{content:"\f3cb"}#es .fa-mixcloud:before{content:"\f289"}#es .fa-mizuni:before{content:"\f3cc"}#es .fa-mobile:before{content:"\f10b"}#es .fa-mobile-alt:before{content:"\f3cd"}#es .fa-modx:before{content:"\f285"}#es .fa-monero:before{content:"\f3d0"}#es .fa-money-bill:before{content:"\f0d6"}#es .fa-money-bill-alt:before{content:"\f3d1"}#es .fa-money-bill-wave:before{content:"\f53a"}#es .fa-money-bill-wave-alt:before{content:"\f53b"}#es .fa-money-check:before{content:"\f53c"}#es .fa-money-check-alt:before{content:"\f53d"}#es .fa-monument:before{content:"\f5a6"}#es .fa-moon:before{content:"\f186"}#es .fa-mortar-pestle:before{content:"\f5a7"}#es .fa-mosque:before{content:"\f678"}#es .fa-motorcycle:before{content:"\f21c"}#es .fa-mouse-pointer:before{content:"\f245"}#es .fa-music:before{content:"\f001"}#es .fa-napster:before{content:"\f3d2"}#es .fa-neos:before{content:"\f612"}#es .fa-neuter:before{content:"\f22c"}#es .fa-newspaper:before{content:"\f1ea"}#es .fa-nimblr:before{content:"\f5a8"}#es .fa-nintendo-switch:before{content:"\f418"}#es .fa-node:before{content:"\f419"}#es .fa-node-js:before{content:"\f3d3"}#es .fa-not-equal:before{content:"\f53e"}#es .fa-notes-medical:before{content:"\f481"}#es .fa-npm:before{content:"\f3d4"}#es .fa-ns8:before{content:"\f3d5"}#es .fa-nutritionix:before{content:"\f3d6"}#es .fa-object-group:before{content:"\f247"}#es .fa-object-ungroup:before{content:"\f248"}#es .fa-odnoklassniki:before{content:"\f263"}#es .fa-odnoklassniki-square:before{content:"\f264"}#es .fa-oil-can:before{content:"\f613"}#es .fa-old-republic:before{content:"\f510"}#es .fa-om:before{content:"\f679"}#es .fa-opencart:before{content:"\f23d"}#es .fa-openid:before{content:"\f19b"}#es .fa-opera:before{content:"\f26a"}#es .fa-optin-monster:before{content:"\f23c"}#es .fa-osi:before{content:"\f41a"}#es .fa-outdent:before{content:"\f03b"}#es .fa-page4:before{content:"\f3d7"}#es .fa-pagelines:before{content:"\f18c"}#es .fa-paint-brush:before{content:"\f1fc"}#es .fa-paint-roller:before{content:"\f5aa"}#es .fa-palette:before{content:"\f53f"}#es .fa-palfed:before{content:"\f3d8"}#es .fa-pallet:before{content:"\f482"}#es .fa-paper-plane:before{content:"\f1d8"}#es .fa-paperclip:before{content:"\f0c6"}#es .fa-parachute-box:before{content:"\f4cd"}#es .fa-paragraph:before{content:"\f1dd"}#es .fa-parking:before{content:"\f540"}#es .fa-passport:before{content:"\f5ab"}#es .fa-pastafarianism:before{content:"\f67b"}#es .fa-paste:before{content:"\f0ea"}#es .fa-patreon:before{content:"\f3d9"}#es .fa-pause:before{content:"\f04c"}#es .fa-pause-circle:before{content:"\f28b"}#es .fa-paw:before{content:"\f1b0"}#es .fa-paypal:before{content:"\f1ed"}#es .fa-peace:before{content:"\f67c"}#es .fa-pen:before{content:"\f304"}#es .fa-pen-alt:before{content:"\f305"}#es .fa-pen-fancy:before{content:"\f5ac"}#es .fa-pen-nib:before{content:"\f5ad"}#es .fa-pen-square:before{content:"\f14b"}#es .fa-pencil-alt:before{content:"\f303"}#es .fa-pencil-ruler:before{content:"\f5ae"}#es .fa-people-carry:before{content:"\f4ce"}#es .fa-percent:before{content:"\f295"}#es .fa-percentage:before{content:"\f541"}#es .fa-periscope:before{content:"\f3da"}#es .fa-phabricator:before{content:"\f3db"}#es .fa-phoenix-framework:before{content:"\f3dc"}#es .fa-phoenix-squadron:before{content:"\f511"}#es .fa-phone:before{content:"\f095"}#es .fa-phone-slash:before{content:"\f3dd"}#es .fa-phone-square:before{content:"\f098"}#es .fa-phone-volume:before{content:"\f2a0"}#es .fa-php:before{content:"\f457"}#es .fa-pied-piper:before{content:"\f2ae"}#es .fa-pied-piper-alt:before{content:"\f1a8"}#es .fa-pied-piper-hat:before{content:"\f4e5"}#es .fa-pied-piper-pp:before{content:"\f1a7"}#es .fa-piggy-bank:before{content:"\f4d3"}#es .fa-pills:before{content:"\f484"}#es .fa-pinterest:before{content:"\f0d2"}#es .fa-pinterest-p:before{content:"\f231"}#es .fa-pinterest-square:before{content:"\f0d3"}#es .fa-place-of-worship:before{content:"\f67f"}#es .fa-plane:before{content:"\f072"}#es .fa-plane-arrival:before{content:"\f5af"}#es .fa-plane-departure:before{content:"\f5b0"}#es .fa-play:before{content:"\f04b"}#es .fa-play-circle:before{content:"\f144"}#es .fa-playstation:before{content:"\f3df"}#es .fa-plug:before{content:"\f1e6"}#es .fa-plus:before{content:"\f067"}#es .fa-plus-circle:before{content:"\f055"}#es .fa-plus-square:before{content:"\f0fe"}#es .fa-podcast:before{content:"\f2ce"}#es .fa-poll:before{content:"\f681"}#es .fa-poll-h:before{content:"\f682"}#es .fa-poo:before{content:"\f2fe"}#es .fa-poop:before{content:"\f619"}#es .fa-portrait:before{content:"\f3e0"}#es .fa-pound-sign:before{content:"\f154"}#es .fa-power-off:before{content:"\f011"}#es .fa-pray:before{content:"\f683"}#es .fa-praying-hands:before{content:"\f684"}#es .fa-prescription:before{content:"\f5b1"}#es .fa-prescription-bottle:before{content:"\f485"}#es .fa-prescription-bottle-alt:before{content:"\f486"}#es .fa-print:before{content:"\f02f"}#es .fa-procedures:before{content:"\f487"}#es .fa-product-hunt:before{content:"\f288"}#es .fa-project-diagram:before{content:"\f542"}#es .fa-pushed:before{content:"\f3e1"}#es .fa-puzzle-piece:before{content:"\f12e"}#es .fa-python:before{content:"\f3e2"}#es .fa-qq:before{content:"\f1d6"}#es .fa-qrcode:before{content:"\f029"}#es .fa-question:before{content:"\f128"}#es .fa-question-circle:before{content:"\f059"}#es .fa-quidditch:before{content:"\f458"}#es .fa-quinscape:before{content:"\f459"}#es .fa-quora:before{content:"\f2c4"}#es .fa-quote-left:before{content:"\f10d"}#es .fa-quote-right:before{content:"\f10e"}#es .fa-quran:before{content:"\f687"}#es .fa-r-project:before{content:"\f4f7"}#es .fa-random:before{content:"\f074"}#es .fa-ravelry:before{content:"\f2d9"}#es .fa-react:before{content:"\f41b"}#es .fa-readme:before{content:"\f4d5"}#es .fa-rebel:before{content:"\f1d0"}#es .fa-receipt:before{content:"\f543"}#es .fa-recycle:before{content:"\f1b8"}#es .fa-red-river:before{content:"\f3e3"}#es .fa-reddit:before{content:"\f1a1"}#es .fa-reddit-alien:before{content:"\f281"}#es .fa-reddit-square:before{content:"\f1a2"}#es .fa-redo:before{content:"\f01e"}#es .fa-redo-alt:before{content:"\f2f9"}#es .fa-registered:before{content:"\f25d"}#es .fa-rendact:before{content:"\f3e4"}#es .fa-renren:before{content:"\f18b"}#es .fa-reply:before{content:"\f3e5"}#es .fa-reply-all:before{content:"\f122"}#es .fa-replyd:before{content:"\f3e6"}#es .fa-researchgate:before{content:"\f4f8"}#es .fa-resolving:before{content:"\f3e7"}#es .fa-retweet:before{content:"\f079"}#es .fa-rev:before{content:"\f5b2"}#es .fa-ribbon:before{content:"\f4d6"}#es .fa-road:before{content:"\f018"}#es .fa-robot:before{content:"\f544"}#es .fa-rocket:before{content:"\f135"}#es .fa-rocketchat:before{content:"\f3e8"}#es .fa-rockrms:before{content:"\f3e9"}#es .fa-route:before{content:"\f4d7"}#es .fa-rss:before{content:"\f09e"}#es .fa-rss-square:before{content:"\f143"}#es .fa-ruble-sign:before{content:"\f158"}#es .fa-ruler:before{content:"\f545"}#es .fa-ruler-combined:before{content:"\f546"}#es .fa-ruler-horizontal:before{content:"\f547"}#es .fa-ruler-vertical:before{content:"\f548"}#es .fa-rupee-sign:before{content:"\f156"}#es .fa-sad-cry:before{content:"\f5b3"}#es .fa-sad-tear:before{content:"\f5b4"}#es .fa-safari:before{content:"\f267"}#es .fa-sass:before{content:"\f41e"}#es .fa-save:before{content:"\f0c7"}#es .fa-schlix:before{content:"\f3ea"}#es .fa-school:before{content:"\f549"}#es .fa-screwdriver:before{content:"\f54a"}#es .fa-scribd:before{content:"\f28a"}#es .fa-search:before{content:"\f002"}#es .fa-search-dollar:before{content:"\f688"}#es .fa-search-location:before{content:"\f689"}#es .fa-search-minus:before{content:"\f010"}#es .fa-search-plus:before{content:"\f00e"}#es .fa-searchengin:before{content:"\f3eb"}#es .fa-seedling:before{content:"\f4d8"}#es .fa-sellcast:before{content:"\f2da"}#es .fa-sellsy:before{content:"\f213"}#es .fa-server:before{content:"\f233"}#es .fa-servicestack:before{content:"\f3ec"}#es .fa-shapes:before{content:"\f61f"}#es .fa-share:before{content:"\f064"}#es .fa-share-alt:before{content:"\f1e0"}#es .fa-share-alt-square:before{content:"\f1e1"}#es .fa-share-square:before{content:"\f14d"}#es .fa-shekel-sign:before{content:"\f20b"}#es .fa-shield-alt:before{content:"\f3ed"}#es .fa-ship:before{content:"\f21a"}#es .fa-shipping-fast:before{content:"\f48b"}#es .fa-shirtsinbulk:before{content:"\f214"}#es .fa-shoe-prints:before{content:"\f54b"}#es .fa-shopping-bag:before{content:"\f290"}#es .fa-shopping-basket:before{content:"\f291"}#es .fa-shopping-cart:before{content:"\f07a"}#es .fa-shopware:before{content:"\f5b5"}#es .fa-shower:before{content:"\f2cc"}#es .fa-shuttle-van:before{content:"\f5b6"}#es .fa-sign:before{content:"\f4d9"}#es .fa-sign-in-alt:before{content:"\f2f6"}#es .fa-sign-language:before{content:"\f2a7"}#es .fa-sign-out-alt:before{content:"\f2f5"}#es .fa-signal:before{content:"\f012"}#es .fa-signature:before{content:"\f5b7"}#es .fa-simplybuilt:before{content:"\f215"}#es .fa-sistrix:before{content:"\f3ee"}#es .fa-sitemap:before{content:"\f0e8"}#es .fa-sith:before{content:"\f512"}#es .fa-skull:before{content:"\f54c"}#es .fa-skyatlas:before{content:"\f216"}#es .fa-skype:before{content:"\f17e"}#es .fa-slack:before{content:"\f198"}#es .fa-slack-hash:before{content:"\f3ef"}#es .fa-sliders-h:before{content:"\f1de"}#es .fa-slideshare:before{content:"\f1e7"}#es .fa-smile:before{content:"\f118"}#es .fa-smile-beam:before{content:"\f5b8"}#es .fa-smile-wink:before{content:"\f4da"}#es .fa-smoking:before{content:"\f48d"}#es .fa-smoking-ban:before{content:"\f54d"}#es .fa-snapchat:before{content:"\f2ab"}#es .fa-snapchat-ghost:before{content:"\f2ac"}#es .fa-snapchat-square:before{content:"\f2ad"}#es .fa-snowflake:before{content:"\f2dc"}#es .fa-socks:before{content:"\f696"}#es .fa-solar-panel:before{content:"\f5ba"}#es .fa-sort:before{content:"\f0dc"}#es .fa-sort-alpha-down:before{content:"\f15d"}#es .fa-sort-alpha-up:before{content:"\f15e"}#es .fa-sort-amount-down:before{content:"\f160"}#es .fa-sort-amount-up:before{content:"\f161"}#es .fa-sort-down:before{content:"\f0dd"}#es .fa-sort-numeric-down:before{content:"\f162"}#es .fa-sort-numeric-up:before{content:"\f163"}#es .fa-sort-up:before{content:"\f0de"}#es .fa-soundcloud:before{content:"\f1be"}#es .fa-spa:before{content:"\f5bb"}#es .fa-space-shuttle:before{content:"\f197"}#es .fa-speakap:before{content:"\f3f3"}#es .fa-spinner:before{content:"\f110"}#es .fa-splotch:before{content:"\f5bc"}#es .fa-spotify:before{content:"\f1bc"}#es .fa-spray-can:before{content:"\f5bd"}#es .fa-square:before{content:"\f0c8"}#es .fa-square-full:before{content:"\f45c"}#es .fa-square-root-alt:before{content:"\f698"}#es .fa-squarespace:before{content:"\f5be"}#es .fa-stack-exchange:before{content:"\f18d"}#es .fa-stack-overflow:before{content:"\f16c"}#es .fa-stamp:before{content:"\f5bf"}#es .fa-star:before{content:"\f005"}#es .fa-star-and-crescent:before{content:"\f699"}#es .fa-star-half:before{content:"\f089"}#es .fa-star-half-alt:before{content:"\f5c0"}#es .fa-star-of-david:before{content:"\f69a"}#es .fa-star-of-life:before{content:"\f621"}#es .fa-staylinked:before{content:"\f3f5"}#es .fa-steam:before{content:"\f1b6"}#es .fa-steam-square:before{content:"\f1b7"}#es .fa-steam-symbol:before{content:"\f3f6"}#es .fa-step-backward:before{content:"\f048"}#es .fa-step-forward:before{content:"\f051"}#es .fa-stethoscope:before{content:"\f0f1"}#es .fa-sticker-mule:before{content:"\f3f7"}#es .fa-sticky-note:before{content:"\f249"}#es .fa-stop:before{content:"\f04d"}#es .fa-stop-circle:before{content:"\f28d"}#es .fa-stopwatch:before{content:"\f2f2"}#es .fa-store:before{content:"\f54e"}#es .fa-store-alt:before{content:"\f54f"}#es .fa-strava:before{content:"\f428"}#es .fa-stream:before{content:"\f550"}#es .fa-street-view:before{content:"\f21d"}#es .fa-strikethrough:before{content:"\f0cc"}#es .fa-stripe:before{content:"\f429"}#es .fa-stripe-s:before{content:"\f42a"}#es .fa-stroopwafel:before{content:"\f551"}#es .fa-studiovinari:before{content:"\f3f8"}#es .fa-stumbleupon:before{content:"\f1a4"}#es .fa-stumbleupon-circle:before{content:"\f1a3"}#es .fa-subscript:before{content:"\f12c"}#es .fa-subway:before{content:"\f239"}#es .fa-suitcase:before{content:"\f0f2"}#es .fa-suitcase-rolling:before{content:"\f5c1"}#es .fa-sun:before{content:"\f185"}#es .fa-superpowers:before{content:"\f2dd"}#es .fa-superscript:before{content:"\f12b"}#es .fa-supple:before{content:"\f3f9"}#es .fa-surprise:before{content:"\f5c2"}#es .fa-swatchbook:before{content:"\f5c3"}#es .fa-swimmer:before{content:"\f5c4"}#es .fa-swimming-pool:before{content:"\f5c5"}#es .fa-synagogue:before{content:"\f69b"}#es .fa-sync:before{content:"\f021"}#es .fa-sync-alt:before{content:"\f2f1"}#es .fa-syringe:before{content:"\f48e"}#es .fa-table:before{content:"\f0ce"}#es .fa-table-tennis:before{content:"\f45d"}#es .fa-tablet:before{content:"\f10a"}#es .fa-tablet-alt:before{content:"\f3fa"}#es .fa-tablets:before{content:"\f490"}#es .fa-tachometer-alt:before{content:"\f3fd"}#es .fa-tag:before{content:"\f02b"}#es .fa-tags:before{content:"\f02c"}#es .fa-tape:before{content:"\f4db"}#es .fa-tasks:before{content:"\f0ae"}#es .fa-taxi:before{content:"\f1ba"}#es .fa-teamspeak:before{content:"\f4f9"}#es .fa-teeth:before{content:"\f62e"}#es .fa-teeth-open:before{content:"\f62f"}#es .fa-telegram:before{content:"\f2c6"}#es .fa-telegram-plane:before{content:"\f3fe"}#es .fa-tencent-weibo:before{content:"\f1d5"}#es .fa-terminal:before{content:"\f120"}#es .fa-text-height:before{content:"\f034"}#es .fa-text-width:before{content:"\f035"}#es .fa-th:before{content:"\f00a"}#es .fa-th-large:before{content:"\f009"}#es .fa-th-list:before{content:"\f00b"}#es .fa-the-red-yeti:before{content:"\f69d"}#es .fa-theater-masks:before{content:"\f630"}#es .fa-themeco:before{content:"\f5c6"}#es .fa-themeisle:before{content:"\f2b2"}#es .fa-thermometer:before{content:"\f491"}#es .fa-thermometer-empty:before{content:"\f2cb"}#es .fa-thermometer-full:before{content:"\f2c7"}#es .fa-thermometer-half:before{content:"\f2c9"}#es .fa-thermometer-quarter:before{content:"\f2ca"}#es .fa-thermometer-three-quarters:before{content:"\f2c8"}#es .fa-thumbs-down:before{content:"\f165"}#es .fa-thumbs-up:before{content:"\f164"}#es .fa-thumbtack:before{content:"\f08d"}#es .fa-ticket-alt:before{content:"\f3ff"}#es .fa-times:before{content:"\f00d"}#es .fa-times-circle:before{content:"\f057"}#es .fa-tint:before{content:"\f043"}#es .fa-tint-slash:before{content:"\f5c7"}#es .fa-tired:before{content:"\f5c8"}#es .fa-toggle-off:before{content:"\f204"}#es .fa-toggle-on:before{content:"\f205"}#es .fa-toolbox:before{content:"\f552"}#es .fa-tooth:before{content:"\f5c9"}#es .fa-torah:before{content:"\f6a0"}#es .fa-torii-gate:before{content:"\f6a1"}#es .fa-trade-federation:before{content:"\f513"}#es .fa-trademark:before{content:"\f25c"}#es .fa-traffic-light:before{content:"\f637"}#es .fa-train:before{content:"\f238"}#es .fa-transgender:before{content:"\f224"}#es .fa-transgender-alt:before{content:"\f225"}#es .fa-trash:before{content:"\f1f8"}#es .fa-trash-alt:before{content:"\f2ed"}#es .fa-tree:before{content:"\f1bb"}#es .fa-trello:before{content:"\f181"}#es .fa-tripadvisor:before{content:"\f262"}#es .fa-trophy:before{content:"\f091"}#es .fa-truck:before{content:"\f0d1"}#es .fa-truck-loading:before{content:"\f4de"}#es .fa-truck-monster:before{content:"\f63b"}#es .fa-truck-moving:before{content:"\f4df"}#es .fa-truck-pickup:before{content:"\f63c"}#es .fa-tshirt:before{content:"\f553"}#es .fa-tty:before{content:"\f1e4"}#es .fa-tumblr:before{content:"\f173"}#es .fa-tumblr-square:before{content:"\f174"}#es .fa-tv:before{content:"\f26c"}#es .fa-twitch:before{content:"\f1e8"}#es .fa-twitter:before{content:"\f099"}#es .fa-twitter-square:before{content:"\f081"}#es .fa-typo3:before{content:"\f42b"}#es .fa-uber:before{content:"\f402"}#es .fa-uikit:before{content:"\f403"}#es .fa-umbrella:before{content:"\f0e9"}#es .fa-umbrella-beach:before{content:"\f5ca"}#es .fa-underline:before{content:"\f0cd"}#es .fa-undo:before{content:"\f0e2"}#es .fa-undo-alt:before{content:"\f2ea"}#es .fa-uniregistry:before{content:"\f404"}#es .fa-universal-access:before{content:"\f29a"}#es .fa-university:before{content:"\f19c"}#es .fa-unlink:before{content:"\f127"}#es .fa-unlock:before{content:"\f09c"}#es .fa-unlock-alt:before{content:"\f13e"}#es .fa-untappd:before{content:"\f405"}#es .fa-upload:before{content:"\f093"}#es .fa-usb:before{content:"\f287"}#es .fa-user:before{content:"\f007"}#es .fa-user-alt:before{content:"\f406"}#es .fa-user-alt-slash:before{content:"\f4fa"}#es .fa-user-astronaut:before{content:"\f4fb"}#es .fa-user-check:before{content:"\f4fc"}#es .fa-user-circle:before{content:"\f2bd"}#es .fa-user-clock:before{content:"\f4fd"}#es .fa-user-cog:before{content:"\f4fe"}#es .fa-user-edit:before{content:"\f4ff"}#es .fa-user-friends:before{content:"\f500"}#es .fa-user-graduate:before{content:"\f501"}#es .fa-user-lock:before{content:"\f502"}#es .fa-user-md:before{content:"\f0f0"}#es .fa-user-minus:before{content:"\f503"}#es .fa-user-ninja:before{content:"\f504"}#es .fa-user-plus:before{content:"\f234"}#es .fa-user-secret:before{content:"\f21b"}#es .fa-user-shield:before{content:"\f505"}#es .fa-user-slash:before{content:"\f506"}#es .fa-user-tag:before{content:"\f507"}#es .fa-user-tie:before{content:"\f508"}#es .fa-user-times:before{content:"\f235"}#es .fa-users:before{content:"\f0c0"}#es .fa-users-cog:before{content:"\f509"}#es .fa-ussunnah:before{content:"\f407"}#es .fa-utensil-spoon:before{content:"\f2e5"}#es .fa-utensils:before{content:"\f2e7"}#es .fa-vaadin:before{content:"\f408"}#es .fa-vector-square:before{content:"\f5cb"}#es .fa-venus:before{content:"\f221"}#es .fa-venus-double:before{content:"\f226"}#es .fa-venus-mars:before{content:"\f228"}#es .fa-viacoin:before{content:"\f237"}#es .fa-viadeo:before{content:"\f2a9"}#es .fa-viadeo-square:before{content:"\f2aa"}#es .fa-vial:before{content:"\f492"}#es .fa-vials:before{content:"\f493"}#es .fa-viber:before{content:"\f409"}#es .fa-video:before{content:"\f03d"}#es .fa-video-slash:before{content:"\f4e2"}#es .fa-vihara:before{content:"\f6a7"}#es .fa-vimeo:before{content:"\f40a"}#es .fa-vimeo-square:before{content:"\f194"}#es .fa-vimeo-v:before{content:"\f27d"}#es .fa-vine:before{content:"\f1ca"}#es .fa-vk:before{content:"\f189"}#es .fa-vnv:before{content:"\f40b"}#es .fa-volleyball-ball:before{content:"\f45f"}#es .fa-volume-down:before{content:"\f027"}#es .fa-volume-off:before{content:"\f026"}#es .fa-volume-up:before{content:"\f028"}#es .fa-vuejs:before{content:"\f41f"}#es .fa-walking:before{content:"\f554"}#es .fa-wallet:before{content:"\f555"}#es .fa-warehouse:before{content:"\f494"}#es .fa-weebly:before{content:"\f5cc"}#es .fa-weibo:before{content:"\f18a"}#es .fa-weight:before{content:"\f496"}#es .fa-weight-hanging:before{content:"\f5cd"}#es .fa-weixin:before{content:"\f1d7"}#es .fa-whatsapp:before{content:"\f232"}#es .fa-whatsapp-square:before{content:"\f40c"}#es .fa-wheelchair:before{content:"\f193"}#es .fa-whmcs:before{content:"\f40d"}#es .fa-wifi:before{content:"\f1eb"}#es .fa-wikipedia-w:before{content:"\f266"}#es .fa-window-close:before{content:"\f410"}#es .fa-window-maximize:before{content:"\f2d0"}#es .fa-window-minimize:before{content:"\f2d1"}#es .fa-window-restore:before{content:"\f2d2"}#es .fa-windows:before{content:"\f17a"}#es .fa-wine-glass:before{content:"\f4e3"}#es .fa-wine-glass-alt:before{content:"\f5ce"}#es .fa-wix:before{content:"\f5cf"}#es .fa-wolf-pack-battalion:before{content:"\f514"}#es .fa-won-sign:before{content:"\f159"}#es .fa-wordpress:before{content:"\f19a"}#es .fa-wordpress-simple:before{content:"\f411"}#es .fa-wpbeginner:before{content:"\f297"}#es .fa-wpexplorer:before{content:"\f2de"}#es .fa-wpforms:before{content:"\f298"}#es .fa-wrench:before{content:"\f0ad"}#es .fa-x-ray:before{content:"\f497"}#es .fa-xbox:before{content:"\f412"}#es .fa-xing:before{content:"\f168"}#es .fa-xing-square:before{content:"\f169"}#es .fa-y-combinator:before{content:"\f23b"}#es .fa-yahoo:before{content:"\f19e"}#es .fa-yandex:before{content:"\f413"}#es .fa-yandex-international:before{content:"\f414"}#es .fa-yelp:before{content:"\f1e9"}#es .fa-yen-sign:before{content:"\f157"}#es .fa-yin-yang:before{content:"\f6ad"}#es .fa-yoast:before{content:"\f2b1"}#es .fa-youtube:before{content:"\f167"}#es .fa-youtube-square:before{content:"\f431"}#es .fa-zhihu:before{content:"\f63f"}
 
.knu-awesome .fa {font-family: 'Font Awesome 5 Free';font-weight: 900;}
.knu-awesome .fas {font-family: 'Font Awesome 5 Free';}
.knu-awesome .fab {font-family: 'Font Awesome 5 Brands';font-weight: 900;}
.knu-awesome .fa-accessible-icon:before{content:"\f368"}.knu-awesome .fa-accusoft:before{content:"\f369"}.knu-awesome .fa-ad:before{content:"\f641"}.knu-awesome .fa-address-book:before{content:"\f2b9"}.knu-awesome .fa-address-card:before{content:"\f2bb"}.knu-awesome .fa-adjust:before{content:"\f042"}.knu-awesome .fa-adn:before{content:"\f170"}.knu-awesome .fa-adversal:before{content:"\f36a"}.knu-awesome .fa-affiliatetheme:before{content:"\f36b"}.knu-awesome .fa-air-freshener:before{content:"\f5d0"}.knu-awesome .fa-algolia:before{content:"\f36c"}.knu-awesome .fa-align-center:before{content:"\f037"}.knu-awesome .fa-align-justify:before{content:"\f039"}.knu-awesome .fa-align-left:before{content:"\f036"}.knu-awesome .fa-align-right:before{content:"\f038"}.knu-awesome .fa-alipay:before{content:"\f642"}.knu-awesome .fa-allergies:before{content:"\f461"}.knu-awesome .fa-amazon:before{content:"\f270"}.knu-awesome .fa-amazon-pay:before{content:"\f42c"}.knu-awesome .fa-ambulance:before{content:"\f0f9"}.knu-awesome .fa-american-sign-language-interpreting:before{content:"\f2a3"}.knu-awesome .fa-amilia:before{content:"\f36d"}.knu-awesome .fa-anchor:before{content:"\f13d"}.knu-awesome .fa-android:before{content:"\f17b"}.knu-awesome .fa-angellist:before{content:"\f209"}.knu-awesome .fa-angle-double-down:before{content:"\f103"}.knu-awesome .fa-angle-double-left:before{content:"\f100"}.knu-awesome .fa-angle-double-right:before{content:"\f101"}.knu-awesome .fa-angle-double-up:before{content:"\f102"}.knu-awesome .fa-angle-down:before{content:"\f107"}.knu-awesome .fa-angle-left:before{content:"\f104"}.knu-awesome .fa-angle-right:before{content:"\f105"}.knu-awesome .fa-angle-up:before{content:"\f106"}.knu-awesome .fa-angry:before{content:"\f556"}.knu-awesome .fa-angrycreative:before{content:"\f36e"}.knu-awesome .fa-angular:before{content:"\f420"}.knu-awesome .fa-ankh:before{content:"\f644"}.knu-awesome .fa-app-store:before{content:"\f36f"}.knu-awesome .fa-app-store-ios:before{content:"\f370"}.knu-awesome .fa-apper:before{content:"\f371"}.knu-awesome .fa-apple:before{content:"\f179"}.knu-awesome .fa-apple-alt:before{content:"\f5d1"}.knu-awesome .fa-apple-pay:before{content:"\f415"}.knu-awesome .fa-archive:before{content:"\f187"}.knu-awesome .fa-archway:before{content:"\f557"}.knu-awesome .fa-arrow-alt-circle-down:before{content:"\f358"}.knu-awesome .fa-arrow-alt-circle-left:before{content:"\f359"}.knu-awesome .fa-arrow-alt-circle-right:before{content:"\f35a"}.knu-awesome .fa-arrow-alt-circle-up:before{content:"\f35b"}.knu-awesome .fa-arrow-circle-down:before{content:"\f0ab"}.knu-awesome .fa-arrow-circle-left:before{content:"\f0a8"}.knu-awesome .fa-arrow-circle-right:before{content:"\f0a9"}.knu-awesome .fa-arrow-circle-up:before{content:"\f0aa"}.knu-awesome .fa-arrow-down:before{content:"\f063"}.knu-awesome .fa-arrow-left:before{content:"\f060"}.knu-awesome .fa-arrow-right:before{content:"\f061"}.knu-awesome .fa-arrow-up:before{content:"\f062"}.knu-awesome .fa-arrows-alt:before{content:"\f0b2"}.knu-awesome .fa-arrows-alt-h:before{content:"\f337"}.knu-awesome .fa-arrows-alt-v:before{content:"\f338"}.knu-awesome .fa-assistive-listening-systems:before{content:"\f2a2"}.knu-awesome .fa-asterisk:before{content:"\f069"}.knu-awesome .fa-asymmetrik:before{content:"\f372"}.knu-awesome .fa-at:before{content:"\f1fa"}.knu-awesome .fa-atlas:before{content:"\f558"}.knu-awesome .fa-atom:before{content:"\f5d2"}.knu-awesome .fa-audible:before{content:"\f373"}.knu-awesome .fa-audio-description:before{content:"\f29e"}.knu-awesome .fa-autoprefixer:before{content:"\f41c"}.knu-awesome .fa-avianex:before{content:"\f374"}.knu-awesome .fa-aviato:before{content:"\f421"}.knu-awesome .fa-award:before{content:"\f559"}.knu-awesome .fa-aws:before{content:"\f375"}.knu-awesome .fa-backspace:before{content:"\f55a"}.knu-awesome .fa-backward:before{content:"\f04a"}.knu-awesome .fa-balance-scale:before{content:"\f24e"}.knu-awesome .fa-ban:before{content:"\f05e"}.knu-awesome .fa-band-aid:before{content:"\f462"}.knu-awesome .fa-bandcamp:before{content:"\f2d5"}.knu-awesome .fa-barcode:before{content:"\f02a"}.knu-awesome .fa-bars:before{content:"\f0c9"}.knu-awesome .fa-baseball-ball:before{content:"\f433"}.knu-awesome .fa-basketball-ball:before{content:"\f434"}.knu-awesome .fa-bath:before{content:"\f2cd"}.knu-awesome .fa-battery-empty:before{content:"\f244"}.knu-awesome .fa-battery-full:before{content:"\f240"}.knu-awesome .fa-battery-half:before{content:"\f242"}.knu-awesome .fa-battery-quarter:before{content:"\f243"}.knu-awesome .fa-battery-three-quarters:before{content:"\f241"}.knu-awesome .fa-bed:before{content:"\f236"}.knu-awesome .fa-beer:before{content:"\f0fc"}.knu-awesome .fa-behance:before{content:"\f1b4"}.knu-awesome .fa-behance-square:before{content:"\f1b5"}.knu-awesome .fa-bell:before{content:"\f0f3"}.knu-awesome .fa-bell-slash:before{content:"\f1f6"}.knu-awesome .fa-bezier-curve:before{content:"\f55b"}.knu-awesome .fa-bible:before{content:"\f647"}.knu-awesome .fa-bicycle:before{content:"\f206"}.knu-awesome .fa-bimobject:before{content:"\f378"}.knu-awesome .fa-binoculars:before{content:"\f1e5"}.knu-awesome .fa-birthday-cake:before{content:"\f1fd"}.knu-awesome .fa-bitbucket:before{content:"\f171"}.knu-awesome .fa-bitcoin:before{content:"\f379"}.knu-awesome .fa-bity:before{content:"\f37a"}.knu-awesome .fa-black-tie:before{content:"\f27e"}.knu-awesome .fa-blackberry:before{content:"\f37b"}.knu-awesome .fa-blender:before{content:"\f517"}.knu-awesome .fa-blind:before{content:"\f29d"}.knu-awesome .fa-blogger:before{content:"\f37c"}.knu-awesome .fa-blogger-b:before{content:"\f37d"}.knu-awesome .fa-bluetooth:before{content:"\f293"}.knu-awesome .fa-bluetooth-b:before{content:"\f294"}.knu-awesome .fa-bold:before{content:"\f032"}.knu-awesome .fa-bolt:before{content:"\f0e7"}.knu-awesome .fa-bomb:before{content:"\f1e2"}.knu-awesome .fa-bone:before{content:"\f5d7"}.knu-awesome .fa-bong:before{content:"\f55c"}.knu-awesome .fa-book:before{content:"\f02d"}.knu-awesome .fa-book-open:before{content:"\f518"}.knu-awesome .fa-book-reader:before{content:"\f5da"}.knu-awesome .fa-bookmark:before{content:"\f02e"}.knu-awesome .fa-bowling-ball:before{content:"\f436"}.knu-awesome .fa-box:before{content:"\f466"}.knu-awesome .fa-box-open:before{content:"\f49e"}.knu-awesome .fa-boxes:before{content:"\f468"}.knu-awesome .fa-braille:before{content:"\f2a1"}.knu-awesome .fa-brain:before{content:"\f5dc"}.knu-awesome .fa-briefcase:before{content:"\f0b1"}.knu-awesome .fa-briefcase-medical:before{content:"\f469"}.knu-awesome .fa-broadcast-tower:before{content:"\f519"}.knu-awesome .fa-broom:before{content:"\f51a"}.knu-awesome .fa-brush:before{content:"\f55d"}.knu-awesome .fa-btc:before{content:"\f15a"}.knu-awesome .fa-bug:before{content:"\f188"}.knu-awesome .fa-building:before{content:"\f1ad"}.knu-awesome .fa-bullhorn:before{content:"\f0a1"}.knu-awesome .fa-bullseye:before{content:"\f140"}.knu-awesome .fa-burn:before{content:"\f46a"}.knu-awesome .fa-buromobelexperte:before{content:"\f37f"}.knu-awesome .fa-bus:before{content:"\f207"}.knu-awesome .fa-bus-alt:before{content:"\f55e"}.knu-awesome .fa-business-time:before{content:"\f64a"}.knu-awesome .fa-buysellads:before{content:"\f20d"}.knu-awesome .fa-calculator:before{content:"\f1ec"}.knu-awesome .fa-calendar:before{content:"\f133"}.knu-awesome .fa-calendar-alt:before{content:"\f073"}.knu-awesome .fa-calendar-check:before{content:"\f274"}.knu-awesome .fa-calendar-minus:before{content:"\f272"}.knu-awesome .fa-calendar-plus:before{content:"\f271"}.knu-awesome .fa-calendar-times:before{content:"\f273"}.knu-awesome .fa-camera:before{content:"\f030"}.knu-awesome .fa-camera-retro:before{content:"\f083"}.knu-awesome .fa-cannabis:before{content:"\f55f"}.knu-awesome .fa-capsules:before{content:"\f46b"}.knu-awesome .fa-car:before{content:"\f1b9"}.knu-awesome .fa-car-alt:before{content:"\f5de"}.knu-awesome .fa-car-battery:before{content:"\f5df"}.knu-awesome .fa-car-crash:before{content:"\f5e1"}.knu-awesome .fa-car-side:before{content:"\f5e4"}.knu-awesome .fa-caret-down:before{content:"\f0d7"}.knu-awesome .fa-caret-left:before{content:"\f0d9"}.knu-awesome .fa-caret-right:before{content:"\f0da"}.knu-awesome .fa-caret-square-down:before{content:"\f150"}.knu-awesome .fa-caret-square-left:before{content:"\f191"}.knu-awesome .fa-caret-square-right:before{content:"\f152"}.knu-awesome .fa-caret-square-up:before{content:"\f151"}.knu-awesome .fa-caret-up:before{content:"\f0d8"}.knu-awesome .fa-cart-arrow-down:before{content:"\f218"}.knu-awesome .fa-cart-plus:before{content:"\f217"}.knu-awesome .fa-cc-amazon-pay:before{content:"\f42d"}.knu-awesome .fa-cc-amex:before{content:"\f1f3"}.knu-awesome .fa-cc-apple-pay:before{content:"\f416"}.knu-awesome .fa-cc-diners-club:before{content:"\f24c"}.knu-awesome .fa-cc-discover:before{content:"\f1f2"}.knu-awesome .fa-cc-jcb:before{content:"\f24b"}.knu-awesome .fa-cc-mastercard:before{content:"\f1f1"}.knu-awesome .fa-cc-paypal:before{content:"\f1f4"}.knu-awesome .fa-cc-stripe:before{content:"\f1f5"}.knu-awesome .fa-cc-visa:before{content:"\f1f0"}.knu-awesome .fa-centercode:before{content:"\f380"}.knu-awesome .fa-certificate:before{content:"\f0a3"}.knu-awesome .fa-chalkboard:before{content:"\f51b"}.knu-awesome .fa-chalkboard-teacher:before{content:"\f51c"}.knu-awesome .fa-charging-station:before{content:"\f5e7"}.knu-awesome .fa-chart-area:before{content:"\f1fe"}.knu-awesome .fa-chart-bar:before{content:"\f080"}.knu-awesome .fa-chart-line:before{content:"\f201"}.knu-awesome .fa-chart-pie:before{content:"\f200"}.knu-awesome .fa-check:before{content:"\f00c"}.knu-awesome .fa-check-circle:before{content:"\f058"}.knu-awesome .fa-check-double:before{content:"\f560"}.knu-awesome .fa-check-square:before{content:"\f14a"}.knu-awesome .fa-chess:before{content:"\f439"}.knu-awesome .fa-chess-bishop:before{content:"\f43a"}.knu-awesome .fa-chess-board:before{content:"\f43c"}.knu-awesome .fa-chess-king:before{content:"\f43f"}.knu-awesome .fa-chess-knight:before{content:"\f441"}.knu-awesome .fa-chess-pawn:before{content:"\f443"}.knu-awesome .fa-chess-queen:before{content:"\f445"}.knu-awesome .fa-chess-rook:before{content:"\f447"}.knu-awesome .fa-chevron-circle-down:before{content:"\f13a"}.knu-awesome .fa-chevron-circle-left:before{content:"\f137"}.knu-awesome .fa-chevron-circle-right:before{content:"\f138"}.knu-awesome .fa-chevron-circle-up:before{content:"\f139"}.knu-awesome .fa-chevron-down:before{content:"\f078"}.knu-awesome .fa-chevron-left:before{content:"\f053"}.knu-awesome .fa-chevron-right:before{content:"\f054"}.knu-awesome .fa-chevron-up:before{content:"\f077"}.knu-awesome .fa-child:before{content:"\f1ae"}.knu-awesome .fa-chrome:before{content:"\f268"}.knu-awesome .fa-church:before{content:"\f51d"}.knu-awesome .fa-circle:before{content:"\f111"}.knu-awesome .fa-circle-notch:before{content:"\f1ce"}.knu-awesome .fa-city:before{content:"\f64f"}.knu-awesome .fa-clipboard:before{content:"\f328"}.knu-awesome .fa-clipboard-check:before{content:"\f46c"}.knu-awesome .fa-clipboard-list:before{content:"\f46d"}.knu-awesome .fa-clock:before{content:"\f017"}.knu-awesome .fa-clone:before{content:"\f24d"}.knu-awesome .fa-closed-captioning:before{content:"\f20a"}.knu-awesome .fa-cloud:before{content:"\f0c2"}.knu-awesome .fa-cloud-download-alt:before{content:"\f381"}.knu-awesome .fa-cloud-upload-alt:before{content:"\f382"}.knu-awesome .fa-cloudscale:before{content:"\f383"}.knu-awesome .fa-cloudsmith:before{content:"\f384"}.knu-awesome .fa-cloudversify:before{content:"\f385"}.knu-awesome .fa-cocktail:before{content:"\f561"}.knu-awesome .fa-code:before{content:"\f121"}.knu-awesome .fa-code-branch:before{content:"\f126"}.knu-awesome .fa-codepen:before{content:"\f1cb"}.knu-awesome .fa-codiepie:before{content:"\f284"}.knu-awesome .fa-coffee:before{content:"\f0f4"}.knu-awesome .fa-cog:before{content:"\f013"}.knu-awesome .fa-cogs:before{content:"\f085"}.knu-awesome .fa-coins:before{content:"\f51e"}.knu-awesome .fa-columns:before{content:"\f0db"}.knu-awesome .fa-comment:before{content:"\f075"}.knu-awesome .fa-comment-alt:before{content:"\f27a"}.knu-awesome .fa-comment-dollar:before{content:"\f651"}.knu-awesome .fa-comment-dots:before{content:"\f4ad"}.knu-awesome .fa-comment-slash:before{content:"\f4b3"}.knu-awesome .fa-comments:before{content:"\f086"}.knu-awesome .fa-comments-dollar:before{content:"\f653"}.knu-awesome .fa-compact-disc:before{content:"\f51f"}.knu-awesome .fa-compass:before{content:"\f14e"}.knu-awesome .fa-compress:before{content:"\f066"}.knu-awesome .fa-concierge-bell:before{content:"\f562"}.knu-awesome .fa-connectdevelop:before{content:"\f20e"}.knu-awesome .fa-contao:before{content:"\f26d"}.knu-awesome .fa-cookie:before{content:"\f563"}.knu-awesome .fa-cookie-bite:before{content:"\f564"}.knu-awesome .fa-copy:before{content:"\f0c5"}.knu-awesome .fa-copyright:before{content:"\f1f9"}.knu-awesome .fa-couch:before{content:"\f4b8"}.knu-awesome .fa-cpanel:before{content:"\f388"}.knu-awesome .fa-creative-commons:before{content:"\f25e"}.knu-awesome .fa-creative-commons-by:before{content:"\f4e7"}.knu-awesome .fa-creative-commons-nc:before{content:"\f4e8"}.knu-awesome .fa-creative-commons-nc-eu:before{content:"\f4e9"}.knu-awesome .fa-creative-commons-nc-jp:before{content:"\f4ea"}.knu-awesome .fa-creative-commons-nd:before{content:"\f4eb"}.knu-awesome .fa-creative-commons-pd:before{content:"\f4ec"}.knu-awesome .fa-creative-commons-pd-alt:before{content:"\f4ed"}.knu-awesome .fa-creative-commons-remix:before{content:"\f4ee"}.knu-awesome .fa-creative-commons-sa:before{content:"\f4ef"}.knu-awesome .fa-creative-commons-sampling:before{content:"\f4f0"}.knu-awesome .fa-creative-commons-sampling-plus:before{content:"\f4f1"}.knu-awesome .fa-creative-commons-share:before{content:"\f4f2"}.knu-awesome .fa-credit-card:before{content:"\f09d"}.knu-awesome .fa-crop:before{content:"\f125"}.knu-awesome .fa-crop-alt:before{content:"\f565"}.knu-awesome .fa-cross:before{content:"\f654"}.knu-awesome .fa-crosshairs:before{content:"\f05b"}.knu-awesome .fa-crow:before{content:"\f520"}.knu-awesome .fa-crown:before{content:"\f521"}.knu-awesome .fa-css3:before{content:"\f13c"}.knu-awesome .fa-css3-alt:before{content:"\f38b"}.knu-awesome .fa-cube:before{content:"\f1b2"}.knu-awesome .fa-cubes:before{content:"\f1b3"}.knu-awesome .fa-cut:before{content:"\f0c4"}.knu-awesome .fa-cuttlefish:before{content:"\f38c"}.knu-awesome .fa-d-and-d:before{content:"\f38d"}.knu-awesome .fa-dashcube:before{content:"\f210"}.knu-awesome .fa-database:before{content:"\f1c0"}.knu-awesome .fa-deaf:before{content:"\f2a4"}.knu-awesome .fa-delicious:before{content:"\f1a5"}.knu-awesome .fa-deploydog:before{content:"\f38e"}.knu-awesome .fa-deskpro:before{content:"\f38f"}.knu-awesome .fa-desktop:before{content:"\f108"}.knu-awesome .fa-deviantart:before{content:"\f1bd"}.knu-awesome .fa-dharmachakra:before{content:"\f655"}.knu-awesome .fa-diagnoses:before{content:"\f470"}.knu-awesome .fa-dice:before{content:"\f522"}.knu-awesome .fa-dice-five:before{content:"\f523"}.knu-awesome .fa-dice-four:before{content:"\f524"}.knu-awesome .fa-dice-one:before{content:"\f525"}.knu-awesome .fa-dice-six:before{content:"\f526"}.knu-awesome .fa-dice-three:before{content:"\f527"}.knu-awesome .fa-dice-two:before{content:"\f528"}.knu-awesome .fa-digg:before{content:"\f1a6"}.knu-awesome .fa-digital-ocean:before{content:"\f391"}.knu-awesome .fa-digital-tachograph:before{content:"\f566"}.knu-awesome .fa-directions:before{content:"\f5eb"}.knu-awesome .fa-discord:before{content:"\f392"}.knu-awesome .fa-discourse:before{content:"\f393"}.knu-awesome .fa-divide:before{content:"\f529"}.knu-awesome .fa-dizzy:before{content:"\f567"}.knu-awesome .fa-dna:before{content:"\f471"}.knu-awesome .fa-dochub:before{content:"\f394"}.knu-awesome .fa-docker:before{content:"\f395"}.knu-awesome .fa-dollar-sign:before{content:"\f155"}.knu-awesome .fa-dolly:before{content:"\f472"}.knu-awesome .fa-dolly-flatbed:before{content:"\f474"}.knu-awesome .fa-donate:before{content:"\f4b9"}.knu-awesome .fa-door-closed:before{content:"\f52a"}.knu-awesome .fa-door-open:before{content:"\f52b"}.knu-awesome .fa-dot-circle:before{content:"\f192"}.knu-awesome .fa-dove:before{content:"\f4ba"}.knu-awesome .fa-download:before{content:"\f019"}.knu-awesome .fa-draft2digital:before{content:"\f396"}.knu-awesome .fa-drafting-compass:before{content:"\f568"}.knu-awesome .fa-draw-polygon:before{content:"\f5ee"}.knu-awesome .fa-dribbble:before{content:"\f17d"}.knu-awesome .fa-dribbble-square:before{content:"\f397"}.knu-awesome .fa-dropbox:before{content:"\f16b"}.knu-awesome .fa-drum:before{content:"\f569"}.knu-awesome .fa-drum-steelpan:before{content:"\f56a"}.knu-awesome .fa-drupal:before{content:"\f1a9"}.knu-awesome .fa-dumbbell:before{content:"\f44b"}.knu-awesome .fa-dyalog:before{content:"\f399"}.knu-awesome .fa-earlybirds:before{content:"\f39a"}.knu-awesome .fa-ebay:before{content:"\f4f4"}.knu-awesome .fa-edge:before{content:"\f282"}.knu-awesome .fa-edit:before{content:"\f044"}.knu-awesome .fa-eject:before{content:"\f052"}.knu-awesome .fa-elementor:before{content:"\f430"}.knu-awesome .fa-ellipsis-h:before{content:"\f141"}.knu-awesome .fa-ellipsis-v:before{content:"\f142"}.knu-awesome .fa-ello:before{content:"\f5f1"}.knu-awesome .fa-ember:before{content:"\f423"}.knu-awesome .fa-empire:before{content:"\f1d1"}.knu-awesome .fa-envelope:before{content:"\f0e0"}.knu-awesome .fa-envelope-open:before{content:"\f2b6"}.knu-awesome .fa-envelope-open-text:before{content:"\f658"}.knu-awesome .fa-envelope-square:before{content:"\f199"}.knu-awesome .fa-envira:before{content:"\f299"}.knu-awesome .fa-equals:before{content:"\f52c"}.knu-awesome .fa-eraser:before{content:"\f12d"}.knu-awesome .fa-erlang:before{content:"\f39d"}.knu-awesome .fa-ethereum:before{content:"\f42e"}.knu-awesome .fa-etsy:before{content:"\f2d7"}.knu-awesome .fa-euro-sign:before{content:"\f153"}.knu-awesome .fa-exchange-alt:before{content:"\f362"}.knu-awesome .fa-exclamation:before{content:"\f12a"}.knu-awesome .fa-exclamation-circle:before{content:"\f06a"}.knu-awesome .fa-exclamation-triangle:before{content:"\f071"}.knu-awesome .fa-expand:before{content:"\f065"}.knu-awesome .fa-expand-arrows-alt:before{content:"\f31e"}.knu-awesome .fa-expeditedssl:before{content:"\f23e"}.knu-awesome .fa-external-link-alt:before{content:"\f35d"}.knu-awesome .fa-external-link-square-alt:before{content:"\f360"}.knu-awesome .fa-eye:before{content:"\f06e"}.knu-awesome .fa-eye-dropper:before{content:"\f1fb"}.knu-awesome .fa-eye-slash:before{content:"\f070"}.knu-awesome .fa-facebook:before{content:"\f09a"}.knu-awesome .fa-facebook-f:before{content:"\f39e"}.knu-awesome .fa-facebook-messenger:before{content:"\f39f"}.knu-awesome .fa-facebook-square:before{content:"\f082"}.knu-awesome .fa-fast-backward:before{content:"\f049"}.knu-awesome .fa-fast-forward:before{content:"\f050"}.knu-awesome .fa-fax:before{content:"\f1ac"}.knu-awesome .fa-feather:before{content:"\f52d"}.knu-awesome .fa-feather-alt:before{content:"\f56b"}.knu-awesome .fa-female:before{content:"\f182"}.knu-awesome .fa-fighter-jet:before{content:"\f0fb"}.knu-awesome .fa-file:before{content:"\f15b"}.knu-awesome .fa-file-alt:before{content:"\f15c"}.knu-awesome .fa-file-archive:before{content:"\f1c6"}.knu-awesome .fa-file-audio:before{content:"\f1c7"}.knu-awesome .fa-file-code:before{content:"\f1c9"}.knu-awesome .fa-file-contract:before{content:"\f56c"}.knu-awesome .fa-file-download:before{content:"\f56d"}.knu-awesome .fa-file-excel:before{content:"\f1c3"}.knu-awesome .fa-file-export:before{content:"\f56e"}.knu-awesome .fa-file-image:before{content:"\f1c5"}.knu-awesome .fa-file-import:before{content:"\f56f"}.knu-awesome .fa-file-invoice:before{content:"\f570"}.knu-awesome .fa-file-invoice-dollar:before{content:"\f571"}.knu-awesome .fa-file-medical:before{content:"\f477"}.knu-awesome .fa-file-medical-alt:before{content:"\f478"}.knu-awesome .fa-file-pdf:before{content:"\f1c1"}.knu-awesome .fa-file-powerpoint:before{content:"\f1c4"}.knu-awesome .fa-file-prescription:before{content:"\f572"}.knu-awesome .fa-file-signature:before{content:"\f573"}.knu-awesome .fa-file-upload:before{content:"\f574"}.knu-awesome .fa-file-video:before{content:"\f1c8"}.knu-awesome .fa-file-word:before{content:"\f1c2"}.knu-awesome .fa-fill:before{content:"\f575"}.knu-awesome .fa-fill-drip:before{content:"\f576"}.knu-awesome .fa-film:before{content:"\f008"}.knu-awesome .fa-filter:before{content:"\f0b0"}.knu-awesome .fa-fingerprint:before{content:"\f577"}.knu-awesome .fa-fire:before{content:"\f06d"}.knu-awesome .fa-fire-extinguisher:before{content:"\f134"}.knu-awesome .fa-firefox:before{content:"\f269"}.knu-awesome .fa-first-aid:before{content:"\f479"}.knu-awesome .fa-first-order:before{content:"\f2b0"}.knu-awesome .fa-first-order-alt:before{content:"\f50a"}.knu-awesome .fa-firstdraft:before{content:"\f3a1"}.knu-awesome .fa-fish:before{content:"\f578"}.knu-awesome .fa-flag:before{content:"\f024"}.knu-awesome .fa-flag-checkered:before{content:"\f11e"}.knu-awesome .fa-flask:before{content:"\f0c3"}.knu-awesome .fa-flickr:before{content:"\f16e"}.knu-awesome .fa-flipboard:before{content:"\f44d"}.knu-awesome .fa-flushed:before{content:"\f579"}.knu-awesome .fa-fly:before{content:"\f417"}.knu-awesome .fa-folder:before{content:"\f07b"}.knu-awesome .fa-folder-minus:before{content:"\f65d"}.knu-awesome .fa-folder-open:before{content:"\f07c"}.knu-awesome .fa-folder-plus:before{content:"\f65e"}.knu-awesome .fa-font:before{content:"\f031"}.knu-awesome .fa-font-awesome:before{content:"\f2b4"}.knu-awesome .fa-font-awesome-alt:before{content:"\f35c"}.knu-awesome .fa-font-awesome-flag:before{content:"\f425"}.knu-awesome .fa-font-awesome-logo-full:before{content:"\f4e6"}.knu-awesome .fa-fonticons:before{content:"\f280"}.knu-awesome .fa-fonticons-fi:before{content:"\f3a2"}.knu-awesome .fa-football-ball:before{content:"\f44e"}.knu-awesome .fa-fort-awesome:before{content:"\f286"}.knu-awesome .fa-fort-awesome-alt:before{content:"\f3a3"}.knu-awesome .fa-forumbee:before{content:"\f211"}.knu-awesome .fa-forward:before{content:"\f04e"}.knu-awesome .fa-foursquare:before{content:"\f180"}.knu-awesome .fa-free-code-camp:before{content:"\f2c5"}.knu-awesome .fa-freebsd:before{content:"\f3a4"}.knu-awesome .fa-frog:before{content:"\f52e"}.knu-awesome .fa-frown:before{content:"\f119"}.knu-awesome .fa-frown-open:before{content:"\f57a"}.knu-awesome .fa-fulcrum:before{content:"\f50b"}.knu-awesome .fa-funnel-dollar:before{content:"\f662"}.knu-awesome .fa-futbol:before{content:"\f1e3"}.knu-awesome .fa-galactic-republic:before{content:"\f50c"}.knu-awesome .fa-galactic-senate:before{content:"\f50d"}.knu-awesome .fa-gamepad:before{content:"\f11b"}.knu-awesome .fa-gas-pump:before{content:"\f52f"}.knu-awesome .fa-gavel:before{content:"\f0e3"}.knu-awesome .fa-gem:before{content:"\f3a5"}.knu-awesome .fa-genderless:before{content:"\f22d"}.knu-awesome .fa-get-pocket:before{content:"\f265"}.knu-awesome .fa-gg:before{content:"\f260"}.knu-awesome .fa-gg-circle:before{content:"\f261"}.knu-awesome .fa-gift:before{content:"\f06b"}.knu-awesome .fa-git:before{content:"\f1d3"}.knu-awesome .fa-git-square:before{content:"\f1d2"}.knu-awesome .fa-github:before{content:"\f09b"}.knu-awesome .fa-github-alt:before{content:"\f113"}.knu-awesome .fa-github-square:before{content:"\f092"}.knu-awesome .fa-gitkraken:before{content:"\f3a6"}.knu-awesome .fa-gitlab:before{content:"\f296"}.knu-awesome .fa-gitter:before{content:"\f426"}.knu-awesome .fa-glass-martini:before{content:"\f000"}.knu-awesome .fa-glass-martini-alt:before{content:"\f57b"}.knu-awesome .fa-glasses:before{content:"\f530"}.knu-awesome .fa-glide:before{content:"\f2a5"}.knu-awesome .fa-glide-g:before{content:"\f2a6"}.knu-awesome .fa-globe:before{content:"\f0ac"}.knu-awesome .fa-globe-africa:before{content:"\f57c"}.knu-awesome .fa-globe-americas:before{content:"\f57d"}.knu-awesome .fa-globe-asia:before{content:"\f57e"}.knu-awesome .fa-gofore:before{content:"\f3a7"}.knu-awesome .fa-golf-ball:before{content:"\f450"}.knu-awesome .fa-goodreads:before{content:"\f3a8"}.knu-awesome .fa-goodreads-g:before{content:"\f3a9"}.knu-awesome .fa-google:before{content:"\f1a0"}.knu-awesome .fa-google-drive:before{content:"\f3aa"}.knu-awesome .fa-google-play:before{content:"\f3ab"}.knu-awesome .fa-google-plus:before{content:"\f2b3"}.knu-awesome .fa-google-plus-g:before{content:"\f0d5"}.knu-awesome .fa-google-plus-square:before{content:"\f0d4"}.knu-awesome .fa-google-wallet:before{content:"\f1ee"}.knu-awesome .fa-gopuram:before{content:"\f664"}.knu-awesome .fa-graduation-cap:before{content:"\f19d"}.knu-awesome .fa-gratipay:before{content:"\f184"}.knu-awesome .fa-grav:before{content:"\f2d6"}.knu-awesome .fa-greater-than:before{content:"\f531"}.knu-awesome .fa-greater-than-equal:before{content:"\f532"}.knu-awesome .fa-grimace:before{content:"\f57f"}.knu-awesome .fa-grin:before{content:"\f580"}.knu-awesome .fa-grin-alt:before{content:"\f581"}.knu-awesome .fa-grin-beam:before{content:"\f582"}.knu-awesome .fa-grin-beam-sweat:before{content:"\f583"}.knu-awesome .fa-grin-hearts:before{content:"\f584"}.knu-awesome .fa-grin-squint:before{content:"\f585"}.knu-awesome .fa-grin-squint-tears:before{content:"\f586"}.knu-awesome .fa-grin-stars:before{content:"\f587"}.knu-awesome .fa-grin-tears:before{content:"\f588"}.knu-awesome .fa-grin-tongue:before{content:"\f589"}.knu-awesome .fa-grin-tongue-squint:before{content:"\f58a"}.knu-awesome .fa-grin-tongue-wink:before{content:"\f58b"}.knu-awesome .fa-grin-wink:before{content:"\f58c"}.knu-awesome .fa-grip-horizontal:before{content:"\f58d"}.knu-awesome .fa-grip-vertical:before{content:"\f58e"}.knu-awesome .fa-gripfire:before{content:"\f3ac"}.knu-awesome .fa-grunt:before{content:"\f3ad"}.knu-awesome .fa-gulp:before{content:"\f3ae"}.knu-awesome .fa-h-square:before{content:"\f0fd"}.knu-awesome .fa-hacker-news:before{content:"\f1d4"}.knu-awesome .fa-hacker-news-square:before{content:"\f3af"}.knu-awesome .fa-hackerrank:before{content:"\f5f7"}.knu-awesome .fa-hamsa:before{content:"\f665"}.knu-awesome .fa-hand-holding:before{content:"\f4bd"}.knu-awesome .fa-hand-holding-heart:before{content:"\f4be"}.knu-awesome .fa-hand-holding-usd:before{content:"\f4c0"}.knu-awesome .fa-hand-lizard:before{content:"\f258"}.knu-awesome .fa-hand-paper:before{content:"\f256"}.knu-awesome .fa-hand-peace:before{content:"\f25b"}.knu-awesome .fa-hand-point-down:before{content:"\f0a7"}.knu-awesome .fa-hand-point-left:before{content:"\f0a5"}.knu-awesome .fa-hand-point-right:before{content:"\f0a4"}.knu-awesome .fa-hand-point-up:before{content:"\f0a6"}.knu-awesome .fa-hand-pointer:before{content:"\f25a"}.knu-awesome .fa-hand-rock:before{content:"\f255"}.knu-awesome .fa-hand-scissors:before{content:"\f257"}.knu-awesome .fa-hand-spock:before{content:"\f259"}.knu-awesome .fa-hands:before{content:"\f4c2"}.knu-awesome .fa-hands-helping:before{content:"\f4c4"}.knu-awesome .fa-handshake:before{content:"\f2b5"}.knu-awesome .fa-hashtag:before{content:"\f292"}.knu-awesome .fa-haykal:before{content:"\f666"}.knu-awesome .fa-hdd:before{content:"\f0a0"}.knu-awesome .fa-heading:before{content:"\f1dc"}.knu-awesome .fa-headphones:before{content:"\f025"}.knu-awesome .fa-headphones-alt:before{content:"\f58f"}.knu-awesome .fa-headset:before{content:"\f590"}.knu-awesome .fa-heart:before{content:"\f004"}.knu-awesome .fa-heartbeat:before{content:"\f21e"}.knu-awesome .fa-helicopter:before{content:"\f533"}.knu-awesome .fa-highlighter:before{content:"\f591"}.knu-awesome .fa-hips:before{content:"\f452"}.knu-awesome .fa-hire-a-helper:before{content:"\f3b0"}.knu-awesome .fa-history:before{content:"\f1da"}.knu-awesome .fa-hockey-puck:before{content:"\f453"}.knu-awesome .fa-home:before{content:"\f015"}.knu-awesome .fa-hooli:before{content:"\f427"}.knu-awesome .fa-hornbill:before{content:"\f592"}.knu-awesome .fa-hospital:before{content:"\f0f8"}.knu-awesome .fa-hospital-alt:before{content:"\f47d"}.knu-awesome .fa-hospital-symbol:before{content:"\f47e"}.knu-awesome .fa-hot-tub:before{content:"\f593"}.knu-awesome .fa-hotel:before{content:"\f594"}.knu-awesome .fa-hotjar:before{content:"\f3b1"}.knu-awesome .fa-hourglass:before{content:"\f254"}.knu-awesome .fa-hourglass-end:before{content:"\f253"}.knu-awesome .fa-hourglass-half:before{content:"\f252"}.knu-awesome .fa-hourglass-start:before{content:"\f251"}.knu-awesome .fa-houzz:before{content:"\f27c"}.knu-awesome .fa-html5:before{content:"\f13b"}.knu-awesome .fa-hubspot:before{content:"\f3b2"}.knu-awesome .fa-i-cursor:before{content:"\f246"}.knu-awesome .fa-id-badge:before{content:"\f2c1"}.knu-awesome .fa-id-card:before{content:"\f2c2"}.knu-awesome .fa-id-card-alt:before{content:"\f47f"}.knu-awesome .fa-image:before{content:"\f03e"}.knu-awesome .fa-images:before{content:"\f302"}.knu-awesome .fa-imdb:before{content:"\f2d8"}.knu-awesome .fa-inbox:before{content:"\f01c"}.knu-awesome .fa-indent:before{content:"\f03c"}.knu-awesome .fa-industry:before{content:"\f275"}.knu-awesome .fa-infinity:before{content:"\f534"}.knu-awesome .fa-info:before{content:"\f129"}.knu-awesome .fa-info-circle:before{content:"\f05a"}.knu-awesome .fa-instagram:before{content:"\f16d"}.knu-awesome .fa-internet-explorer:before{content:"\f26b"}.knu-awesome .fa-ioxhost:before{content:"\f208"}.knu-awesome .fa-italic:before{content:"\f033"}.knu-awesome .fa-itunes:before{content:"\f3b4"}.knu-awesome .fa-itunes-note:before{content:"\f3b5"}.knu-awesome .fa-java:before{content:"\f4e4"}.knu-awesome .fa-jedi:before{content:"\f669"}.knu-awesome .fa-jedi-order:before{content:"\f50e"}.knu-awesome .fa-jenkins:before{content:"\f3b6"}.knu-awesome .fa-joget:before{content:"\f3b7"}.knu-awesome .fa-joint:before{content:"\f595"}.knu-awesome .fa-joomla:before{content:"\f1aa"}.knu-awesome .fa-journal-whills:before{content:"\f66a"}.knu-awesome .fa-js:before{content:"\f3b8"}.knu-awesome .fa-js-square:before{content:"\f3b9"}.knu-awesome .fa-jsfiddle:before{content:"\f1cc"}.knu-awesome .fa-kaaba:before{content:"\f66b"}.knu-awesome .fa-kaggle:before{content:"\f5fa"}.knu-awesome .fa-key:before{content:"\f084"}.knu-awesome .fa-keybase:before{content:"\f4f5"}.knu-awesome .fa-keyboard:before{content:"\f11c"}.knu-awesome .fa-keycdn:before{content:"\f3ba"}.knu-awesome .fa-khanda:before{content:"\f66d"}.knu-awesome .fa-kickstarter:before{content:"\f3bb"}.knu-awesome .fa-kickstarter-k:before{content:"\f3bc"}.knu-awesome .fa-kiss:before{content:"\f596"}.knu-awesome .fa-kiss-beam:before{content:"\f597"}.knu-awesome .fa-kiss-wink-heart:before{content:"\f598"}.knu-awesome .fa-kiwi-bird:before{content:"\f535"}.knu-awesome .fa-korvue:before{content:"\f42f"}.knu-awesome .fa-landmark:before{content:"\f66f"}.knu-awesome .fa-language:before{content:"\f1ab"}.knu-awesome .fa-laptop:before{content:"\f109"}.knu-awesome .fa-laptop-code:before{content:"\f5fc"}.knu-awesome .fa-laravel:before{content:"\f3bd"}.knu-awesome .fa-lastfm:before{content:"\f202"}.knu-awesome .fa-lastfm-square:before{content:"\f203"}.knu-awesome .fa-laugh:before{content:"\f599"}.knu-awesome .fa-laugh-beam:before{content:"\f59a"}.knu-awesome .fa-laugh-squint:before{content:"\f59b"}.knu-awesome .fa-laugh-wink:before{content:"\f59c"}.knu-awesome .fa-layer-group:before{content:"\f5fd"}.knu-awesome .fa-leaf:before{content:"\f06c"}.knu-awesome .fa-leanpub:before{content:"\f212"}.knu-awesome .fa-lemon:before{content:"\f094"}.knu-awesome .fa-less:before{content:"\f41d"}.knu-awesome .fa-less-than:before{content:"\f536"}.knu-awesome .fa-less-than-equal:before{content:"\f537"}.knu-awesome .fa-level-down-alt:before{content:"\f3be"}.knu-awesome .fa-level-up-alt:before{content:"\f3bf"}.knu-awesome .fa-life-ring:before{content:"\f1cd"}.knu-awesome .fa-lightbulb:before{content:"\f0eb"}.knu-awesome .fa-line:before{content:"\f3c0"}.knu-awesome .fa-link:before{content:"\f0c1"}.knu-awesome .fa-linkedin:before{content:"\f08c"}.knu-awesome .fa-linkedin-in:before{content:"\f0e1"}.knu-awesome .fa-linode:before{content:"\f2b8"}.knu-awesome .fa-linux:before{content:"\f17c"}.knu-awesome .fa-lira-sign:before{content:"\f195"}.knu-awesome .fa-list:before{content:"\f03a"}.knu-awesome .fa-list-alt:before{content:"\f022"}.knu-awesome .fa-list-ol:before{content:"\f0cb"}.knu-awesome .fa-list-ul:before{content:"\f0ca"}.knu-awesome .fa-location-arrow:before{content:"\f124"}.knu-awesome .fa-lock:before{content:"\f023"}.knu-awesome .fa-lock-open:before{content:"\f3c1"}.knu-awesome .fa-long-arrow-alt-down:before{content:"\f309"}.knu-awesome .fa-long-arrow-alt-left:before{content:"\f30a"}.knu-awesome .fa-long-arrow-alt-right:before{content:"\f30b"}.knu-awesome .fa-long-arrow-alt-up:before{content:"\f30c"}.knu-awesome .fa-low-vision:before{content:"\f2a8"}.knu-awesome .fa-luggage-cart:before{content:"\f59d"}.knu-awesome .fa-lyft:before{content:"\f3c3"}.knu-awesome .fa-magento:before{content:"\f3c4"}.knu-awesome .fa-magic:before{content:"\f0d0"}.knu-awesome .fa-magnet:before{content:"\f076"}.knu-awesome .fa-mail-bulk:before{content:"\f674"}.knu-awesome .fa-mailchimp:before{content:"\f59e"}.knu-awesome .fa-male:before{content:"\f183"}.knu-awesome .fa-mandalorian:before{content:"\f50f"}.knu-awesome .fa-map:before{content:"\f279"}.knu-awesome .fa-map-marked:before{content:"\f59f"}.knu-awesome .fa-map-marked-alt:before{content:"\f5a0"}.knu-awesome .fa-map-marker:before{content:"\f041"}.knu-awesome .fa-map-marker-alt:before{content:"\f3c5"}.knu-awesome .fa-map-pin:before{content:"\f276"}.knu-awesome .fa-map-signs:before{content:"\f277"}.knu-awesome .fa-markdown:before{content:"\f60f"}.knu-awesome .fa-marker:before{content:"\f5a1"}.knu-awesome .fa-mars:before{content:"\f222"}.knu-awesome .fa-mars-double:before{content:"\f227"}.knu-awesome .fa-mars-stroke:before{content:"\f229"}.knu-awesome .fa-mars-stroke-h:before{content:"\f22b"}.knu-awesome .fa-mars-stroke-v:before{content:"\f22a"}.knu-awesome .fa-mastodon:before{content:"\f4f6"}.knu-awesome .fa-maxcdn:before{content:"\f136"}.knu-awesome .fa-medal:before{content:"\f5a2"}.knu-awesome .fa-medapps:before{content:"\f3c6"}.knu-awesome .fa-medium:before{content:"\f23a"}.knu-awesome .fa-medium-m:before{content:"\f3c7"}.knu-awesome .fa-medkit:before{content:"\f0fa"}.knu-awesome .fa-medrt:before{content:"\f3c8"}.knu-awesome .fa-meetup:before{content:"\f2e0"}.knu-awesome .fa-megaport:before{content:"\f5a3"}.knu-awesome .fa-meh:before{content:"\f11a"}.knu-awesome .fa-meh-blank:before{content:"\f5a4"}.knu-awesome .fa-meh-rolling-eyes:before{content:"\f5a5"}.knu-awesome .fa-memory:before{content:"\f538"}.knu-awesome .fa-menorah:before{content:"\f676"}.knu-awesome .fa-mercury:before{content:"\f223"}.knu-awesome .fa-microchip:before{content:"\f2db"}.knu-awesome .fa-microphone:before{content:"\f130"}.knu-awesome .fa-microphone-alt:before{content:"\f3c9"}.knu-awesome .fa-microphone-alt-slash:before{content:"\f539"}.knu-awesome .fa-microphone-slash:before{content:"\f131"}.knu-awesome .fa-microscope:before{content:"\f610"}.knu-awesome .fa-microsoft:before{content:"\f3ca"}.knu-awesome .fa-minus:before{content:"\f068"}.knu-awesome .fa-minus-circle:before{content:"\f056"}.knu-awesome .fa-minus-square:before{content:"\f146"}.knu-awesome .fa-mix:before{content:"\f3cb"}.knu-awesome .fa-mixcloud:before{content:"\f289"}.knu-awesome .fa-mizuni:before{content:"\f3cc"}.knu-awesome .fa-mobile:before{content:"\f10b"}.knu-awesome .fa-mobile-alt:before{content:"\f3cd"}.knu-awesome .fa-modx:before{content:"\f285"}.knu-awesome .fa-monero:before{content:"\f3d0"}.knu-awesome .fa-money-bill:before{content:"\f0d6"}.knu-awesome .fa-money-bill-alt:before{content:"\f3d1"}.knu-awesome .fa-money-bill-wave:before{content:"\f53a"}.knu-awesome .fa-money-bill-wave-alt:before{content:"\f53b"}.knu-awesome .fa-money-check:before{content:"\f53c"}.knu-awesome .fa-money-check-alt:before{content:"\f53d"}.knu-awesome .fa-monument:before{content:"\f5a6"}.knu-awesome .fa-moon:before{content:"\f186"}.knu-awesome .fa-mortar-pestle:before{content:"\f5a7"}.knu-awesome .fa-mosque:before{content:"\f678"}.knu-awesome .fa-motorcycle:before{content:"\f21c"}.knu-awesome .fa-mouse-pointer:before{content:"\f245"}.knu-awesome .fa-music:before{content:"\f001"}.knu-awesome .fa-napster:before{content:"\f3d2"}.knu-awesome .fa-neos:before{content:"\f612"}.knu-awesome .fa-neuter:before{content:"\f22c"}.knu-awesome .fa-newspaper:before{content:"\f1ea"}.knu-awesome .fa-nimblr:before{content:"\f5a8"}.knu-awesome .fa-nintendo-switch:before{content:"\f418"}.knu-awesome .fa-node:before{content:"\f419"}.knu-awesome .fa-node-js:before{content:"\f3d3"}.knu-awesome .fa-not-equal:before{content:"\f53e"}.knu-awesome .fa-notes-medical:before{content:"\f481"}.knu-awesome .fa-npm:before{content:"\f3d4"}.knu-awesome .fa-ns8:before{content:"\f3d5"}.knu-awesome .fa-nutritionix:before{content:"\f3d6"}.knu-awesome .fa-object-group:before{content:"\f247"}.knu-awesome .fa-object-ungroup:before{content:"\f248"}.knu-awesome .fa-odnoklassniki:before{content:"\f263"}.knu-awesome .fa-odnoklassniki-square:before{content:"\f264"}.knu-awesome .fa-oil-can:before{content:"\f613"}.knu-awesome .fa-old-republic:before{content:"\f510"}.knu-awesome .fa-om:before{content:"\f679"}.knu-awesome .fa-opencart:before{content:"\f23d"}.knu-awesome .fa-openid:before{content:"\f19b"}.knu-awesome .fa-opera:before{content:"\f26a"}.knu-awesome .fa-optin-monster:before{content:"\f23c"}.knu-awesome .fa-osi:before{content:"\f41a"}.knu-awesome .fa-outdent:before{content:"\f03b"}.knu-awesome .fa-page4:before{content:"\f3d7"}.knu-awesome .fa-pagelines:before{content:"\f18c"}.knu-awesome .fa-paint-brush:before{content:"\f1fc"}.knu-awesome .fa-paint-roller:before{content:"\f5aa"}.knu-awesome .fa-palette:before{content:"\f53f"}.knu-awesome .fa-palfed:before{content:"\f3d8"}.knu-awesome .fa-pallet:before{content:"\f482"}.knu-awesome .fa-paper-plane:before{content:"\f1d8"}.knu-awesome .fa-paperclip:before{content:"\f0c6"}.knu-awesome .fa-parachute-box:before{content:"\f4cd"}.knu-awesome .fa-paragraph:before{content:"\f1dd"}.knu-awesome .fa-parking:before{content:"\f540"}.knu-awesome .fa-passport:before{content:"\f5ab"}.knu-awesome .fa-pastafarianism:before{content:"\f67b"}.knu-awesome .fa-paste:before{content:"\f0ea"}.knu-awesome .fa-patreon:before{content:"\f3d9"}.knu-awesome .fa-pause:before{content:"\f04c"}.knu-awesome .fa-pause-circle:before{content:"\f28b"}.knu-awesome .fa-paw:before{content:"\f1b0"}.knu-awesome .fa-paypal:before{content:"\f1ed"}.knu-awesome .fa-peace:before{content:"\f67c"}.knu-awesome .fa-pen:before{content:"\f304"}.knu-awesome .fa-pen-alt:before{content:"\f305"}.knu-awesome .fa-pen-fancy:before{content:"\f5ac"}.knu-awesome .fa-pen-nib:before{content:"\f5ad"}.knu-awesome .fa-pen-square:before{content:"\f14b"}.knu-awesome .fa-pencil-alt:before{content:"\f303"}.knu-awesome .fa-pencil-ruler:before{content:"\f5ae"}.knu-awesome .fa-people-carry:before{content:"\f4ce"}.knu-awesome .fa-percent:before{content:"\f295"}.knu-awesome .fa-percentage:before{content:"\f541"}.knu-awesome .fa-periscope:before{content:"\f3da"}.knu-awesome .fa-phabricator:before{content:"\f3db"}.knu-awesome .fa-phoenix-framework:before{content:"\f3dc"}.knu-awesome .fa-phoenix-squadron:before{content:"\f511"}.knu-awesome .fa-phone:before{content:"\f095"}.knu-awesome .fa-phone-slash:before{content:"\f3dd"}.knu-awesome .fa-phone-square:before{content:"\f098"}.knu-awesome .fa-phone-volume:before{content:"\f2a0"}.knu-awesome .fa-php:before{content:"\f457"}.knu-awesome .fa-pied-piper:before{content:"\f2ae"}.knu-awesome .fa-pied-piper-alt:before{content:"\f1a8"}.knu-awesome .fa-pied-piper-hat:before{content:"\f4e5"}.knu-awesome .fa-pied-piper-pp:before{content:"\f1a7"}.knu-awesome .fa-piggy-bank:before{content:"\f4d3"}.knu-awesome .fa-pills:before{content:"\f484"}.knu-awesome .fa-pinterest:before{content:"\f0d2"}.knu-awesome .fa-pinterest-p:before{content:"\f231"}.knu-awesome .fa-pinterest-square:before{content:"\f0d3"}.knu-awesome .fa-place-of-worship:before{content:"\f67f"}.knu-awesome .fa-plane:before{content:"\f072"}.knu-awesome .fa-plane-arrival:before{content:"\f5af"}.knu-awesome .fa-plane-departure:before{content:"\f5b0"}.knu-awesome .fa-play:before{content:"\f04b"}.knu-awesome .fa-play-circle:before{content:"\f144"}.knu-awesome .fa-playstation:before{content:"\f3df"}.knu-awesome .fa-plug:before{content:"\f1e6"}.knu-awesome .fa-plus:before{content:"\f067"}.knu-awesome .fa-plus-circle:before{content:"\f055"}.knu-awesome .fa-plus-square:before{content:"\f0fe"}.knu-awesome .fa-podcast:before{content:"\f2ce"}.knu-awesome .fa-poll:before{content:"\f681"}.knu-awesome .fa-poll-h:before{content:"\f682"}.knu-awesome .fa-poo:before{content:"\f2fe"}.knu-awesome .fa-poop:before{content:"\f619"}.knu-awesome .fa-portrait:before{content:"\f3e0"}.knu-awesome .fa-pound-sign:before{content:"\f154"}.knu-awesome .fa-power-off:before{content:"\f011"}.knu-awesome .fa-pray:before{content:"\f683"}.knu-awesome .fa-praying-hands:before{content:"\f684"}.knu-awesome .fa-prescription:before{content:"\f5b1"}.knu-awesome .fa-prescription-bottle:before{content:"\f485"}.knu-awesome .fa-prescription-bottle-alt:before{content:"\f486"}.knu-awesome .fa-print:before{content:"\f02f"}.knu-awesome .fa-procedures:before{content:"\f487"}.knu-awesome .fa-product-hunt:before{content:"\f288"}.knu-awesome .fa-project-diagram:before{content:"\f542"}.knu-awesome .fa-pushed:before{content:"\f3e1"}.knu-awesome .fa-puzzle-piece:before{content:"\f12e"}.knu-awesome .fa-python:before{content:"\f3e2"}.knu-awesome .fa-qq:before{content:"\f1d6"}.knu-awesome .fa-qrcode:before{content:"\f029"}.knu-awesome .fa-question:before{content:"\f128"}.knu-awesome .fa-question-circle:before{content:"\f059"}.knu-awesome .fa-quidditch:before{content:"\f458"}.knu-awesome .fa-quinscape:before{content:"\f459"}.knu-awesome .fa-quora:before{content:"\f2c4"}.knu-awesome .fa-quote-left:before{content:"\f10d"}.knu-awesome .fa-quote-right:before{content:"\f10e"}.knu-awesome .fa-quran:before{content:"\f687"}.knu-awesome .fa-r-project:before{content:"\f4f7"}.knu-awesome .fa-random:before{content:"\f074"}.knu-awesome .fa-ravelry:before{content:"\f2d9"}.knu-awesome .fa-react:before{content:"\f41b"}.knu-awesome .fa-readme:before{content:"\f4d5"}.knu-awesome .fa-rebel:before{content:"\f1d0"}.knu-awesome .fa-receipt:before{content:"\f543"}.knu-awesome .fa-recycle:before{content:"\f1b8"}.knu-awesome .fa-red-river:before{content:"\f3e3"}.knu-awesome .fa-reddit:before{content:"\f1a1"}.knu-awesome .fa-reddit-alien:before{content:"\f281"}.knu-awesome .fa-reddit-square:before{content:"\f1a2"}.knu-awesome .fa-redo:before{content:"\f01e"}.knu-awesome .fa-redo-alt:before{content:"\f2f9"}.knu-awesome .fa-registered:before{content:"\f25d"}.knu-awesome .fa-rendact:before{content:"\f3e4"}.knu-awesome .fa-renren:before{content:"\f18b"}.knu-awesome .fa-reply:before{content:"\f3e5"}.knu-awesome .fa-reply-all:before{content:"\f122"}.knu-awesome .fa-replyd:before{content:"\f3e6"}.knu-awesome .fa-researchgate:before{content:"\f4f8"}.knu-awesome .fa-resolving:before{content:"\f3e7"}.knu-awesome .fa-retweet:before{content:"\f079"}.knu-awesome .fa-rev:before{content:"\f5b2"}.knu-awesome .fa-ribbon:before{content:"\f4d6"}.knu-awesome .fa-road:before{content:"\f018"}.knu-awesome .fa-robot:before{content:"\f544"}.knu-awesome .fa-rocket:before{content:"\f135"}.knu-awesome .fa-rocketchat:before{content:"\f3e8"}.knu-awesome .fa-rockrms:before{content:"\f3e9"}.knu-awesome .fa-route:before{content:"\f4d7"}.knu-awesome .fa-rss:before{content:"\f09e"}.knu-awesome .fa-rss-square:before{content:"\f143"}.knu-awesome .fa-ruble-sign:before{content:"\f158"}.knu-awesome .fa-ruler:before{content:"\f545"}.knu-awesome .fa-ruler-combined:before{content:"\f546"}.knu-awesome .fa-ruler-horizontal:before{content:"\f547"}.knu-awesome .fa-ruler-vertical:before{content:"\f548"}.knu-awesome .fa-rupee-sign:before{content:"\f156"}.knu-awesome .fa-sad-cry:before{content:"\f5b3"}.knu-awesome .fa-sad-tear:before{content:"\f5b4"}.knu-awesome .fa-safari:before{content:"\f267"}.knu-awesome .fa-sass:before{content:"\f41e"}.knu-awesome .fa-save:before{content:"\f0c7"}.knu-awesome .fa-schlix:before{content:"\f3ea"}.knu-awesome .fa-school:before{content:"\f549"}.knu-awesome .fa-screwdriver:before{content:"\f54a"}.knu-awesome .fa-scribd:before{content:"\f28a"}.knu-awesome .fa-search:before{content:"\f002"}.knu-awesome .fa-search-dollar:before{content:"\f688"}.knu-awesome .fa-search-location:before{content:"\f689"}.knu-awesome .fa-search-minus:before{content:"\f010"}.knu-awesome .fa-search-plus:before{content:"\f00e"}.knu-awesome .fa-searchengin:before{content:"\f3eb"}.knu-awesome .fa-seedling:before{content:"\f4d8"}.knu-awesome .fa-sellcast:before{content:"\f2da"}.knu-awesome .fa-sellsy:before{content:"\f213"}.knu-awesome .fa-server:before{content:"\f233"}.knu-awesome .fa-servicestack:before{content:"\f3ec"}.knu-awesome .fa-shapes:before{content:"\f61f"}.knu-awesome .fa-share:before{content:"\f064"}.knu-awesome .fa-share-alt:before{content:"\f1e0"}.knu-awesome .fa-share-alt-square:before{content:"\f1e1"}.knu-awesome .fa-share-square:before{content:"\f14d"}.knu-awesome .fa-shekel-sign:before{content:"\f20b"}.knu-awesome .fa-shield-alt:before{content:"\f3ed"}.knu-awesome .fa-ship:before{content:"\f21a"}.knu-awesome .fa-shipping-fast:before{content:"\f48b"}.knu-awesome .fa-shirtsinbulk:before{content:"\f214"}.knu-awesome .fa-shoe-prints:before{content:"\f54b"}.knu-awesome .fa-shopping-bag:before{content:"\f290"}.knu-awesome .fa-shopping-basket:before{content:"\f291"}.knu-awesome .fa-shopping-cart:before{content:"\f07a"}.knu-awesome .fa-shopware:before{content:"\f5b5"}.knu-awesome .fa-shower:before{content:"\f2cc"}.knu-awesome .fa-shuttle-van:before{content:"\f5b6"}.knu-awesome .fa-sign:before{content:"\f4d9"}.knu-awesome .fa-sign-in-alt:before{content:"\f2f6"}.knu-awesome .fa-sign-language:before{content:"\f2a7"}.knu-awesome .fa-sign-out-alt:before{content:"\f2f5"}.knu-awesome .fa-signal:before{content:"\f012"}.knu-awesome .fa-signature:before{content:"\f5b7"}.knu-awesome .fa-simplybuilt:before{content:"\f215"}.knu-awesome .fa-sistrix:before{content:"\f3ee"}.knu-awesome .fa-sitemap:before{content:"\f0e8"}.knu-awesome .fa-sith:before{content:"\f512"}.knu-awesome .fa-skull:before{content:"\f54c"}.knu-awesome .fa-skyatlas:before{content:"\f216"}.knu-awesome .fa-skype:before{content:"\f17e"}.knu-awesome .fa-slack:before{content:"\f198"}.knu-awesome .fa-slack-hash:before{content:"\f3ef"}.knu-awesome .fa-sliders-h:before{content:"\f1de"}.knu-awesome .fa-slideshare:before{content:"\f1e7"}.knu-awesome .fa-smile:before{content:"\f118"}.knu-awesome .fa-smile-beam:before{content:"\f5b8"}.knu-awesome .fa-smile-wink:before{content:"\f4da"}.knu-awesome .fa-smoking:before{content:"\f48d"}.knu-awesome .fa-smoking-ban:before{content:"\f54d"}.knu-awesome .fa-snapchat:before{content:"\f2ab"}.knu-awesome .fa-snapchat-ghost:before{content:"\f2ac"}.knu-awesome .fa-snapchat-square:before{content:"\f2ad"}.knu-awesome .fa-snowflake:before{content:"\f2dc"}.knu-awesome .fa-socks:before{content:"\f696"}.knu-awesome .fa-solar-panel:before{content:"\f5ba"}.knu-awesome .fa-sort:before{content:"\f0dc"}.knu-awesome .fa-sort-alpha-down:before{content:"\f15d"}.knu-awesome .fa-sort-alpha-up:before{content:"\f15e"}.knu-awesome .fa-sort-amount-down:before{content:"\f160"}.knu-awesome .fa-sort-amount-up:before{content:"\f161"}.knu-awesome .fa-sort-down:before{content:"\f0dd"}.knu-awesome .fa-sort-numeric-down:before{content:"\f162"}.knu-awesome .fa-sort-numeric-up:before{content:"\f163"}.knu-awesome .fa-sort-up:before{content:"\f0de"}.knu-awesome .fa-soundcloud:before{content:"\f1be"}.knu-awesome .fa-spa:before{content:"\f5bb"}.knu-awesome .fa-space-shuttle:before{content:"\f197"}.knu-awesome .fa-speakap:before{content:"\f3f3"}.knu-awesome .fa-spinner:before{content:"\f110"}.knu-awesome .fa-splotch:before{content:"\f5bc"}.knu-awesome .fa-spotify:before{content:"\f1bc"}.knu-awesome .fa-spray-can:before{content:"\f5bd"}.knu-awesome .fa-square:before{content:"\f0c8"}.knu-awesome .fa-square-full:before{content:"\f45c"}.knu-awesome .fa-square-root-alt:before{content:"\f698"}.knu-awesome .fa-squarespace:before{content:"\f5be"}.knu-awesome .fa-stack-exchange:before{content:"\f18d"}.knu-awesome .fa-stack-overflow:before{content:"\f16c"}.knu-awesome .fa-stamp:before{content:"\f5bf"}.knu-awesome .fa-star:before{content:"\f005"}.knu-awesome .fa-star-and-crescent:before{content:"\f699"}.knu-awesome .fa-star-half:before{content:"\f089"}.knu-awesome .fa-star-half-alt:before{content:"\f5c0"}.knu-awesome .fa-star-of-david:before{content:"\f69a"}.knu-awesome .fa-star-of-life:before{content:"\f621"}.knu-awesome .fa-staylinked:before{content:"\f3f5"}.knu-awesome .fa-steam:before{content:"\f1b6"}.knu-awesome .fa-steam-square:before{content:"\f1b7"}.knu-awesome .fa-steam-symbol:before{content:"\f3f6"}.knu-awesome .fa-step-backward:before{content:"\f048"}.knu-awesome .fa-step-forward:before{content:"\f051"}.knu-awesome .fa-stethoscope:before{content:"\f0f1"}.knu-awesome .fa-sticker-mule:before{content:"\f3f7"}.knu-awesome .fa-sticky-note:before{content:"\f249"}.knu-awesome .fa-stop:before{content:"\f04d"}.knu-awesome .fa-stop-circle:before{content:"\f28d"}.knu-awesome .fa-stopwatch:before{content:"\f2f2"}.knu-awesome .fa-store:before{content:"\f54e"}.knu-awesome .fa-store-alt:before{content:"\f54f"}.knu-awesome .fa-strava:before{content:"\f428"}.knu-awesome .fa-stream:before{content:"\f550"}.knu-awesome .fa-street-view:before{content:"\f21d"}.knu-awesome .fa-strikethrough:before{content:"\f0cc"}.knu-awesome .fa-stripe:before{content:"\f429"}.knu-awesome .fa-stripe-s:before{content:"\f42a"}.knu-awesome .fa-stroopwafel:before{content:"\f551"}.knu-awesome .fa-studiovinari:before{content:"\f3f8"}.knu-awesome .fa-stumbleupon:before{content:"\f1a4"}.knu-awesome .fa-stumbleupon-circle:before{content:"\f1a3"}.knu-awesome .fa-subscript:before{content:"\f12c"}.knu-awesome .fa-subway:before{content:"\f239"}.knu-awesome .fa-suitcase:before{content:"\f0f2"}.knu-awesome .fa-suitcase-rolling:before{content:"\f5c1"}.knu-awesome .fa-sun:before{content:"\f185"}.knu-awesome .fa-superpowers:before{content:"\f2dd"}.knu-awesome .fa-superscript:before{content:"\f12b"}.knu-awesome .fa-supple:before{content:"\f3f9"}.knu-awesome .fa-surprise:before{content:"\f5c2"}.knu-awesome .fa-swatchbook:before{content:"\f5c3"}.knu-awesome .fa-swimmer:before{content:"\f5c4"}.knu-awesome .fa-swimming-pool:before{content:"\f5c5"}.knu-awesome .fa-synagogue:before{content:"\f69b"}.knu-awesome .fa-sync:before{content:"\f021"}.knu-awesome .fa-sync-alt:before{content:"\f2f1"}.knu-awesome .fa-syringe:before{content:"\f48e"}.knu-awesome .fa-table:before{content:"\f0ce"}.knu-awesome .fa-table-tennis:before{content:"\f45d"}.knu-awesome .fa-tablet:before{content:"\f10a"}.knu-awesome .fa-tablet-alt:before{content:"\f3fa"}.knu-awesome .fa-tablets:before{content:"\f490"}.knu-awesome .fa-tachometer-alt:before{content:"\f3fd"}.knu-awesome .fa-tag:before{content:"\f02b"}.knu-awesome .fa-tags:before{content:"\f02c"}.knu-awesome .fa-tape:before{content:"\f4db"}.knu-awesome .fa-tasks:before{content:"\f0ae"}.knu-awesome .fa-taxi:before{content:"\f1ba"}.knu-awesome .fa-teamspeak:before{content:"\f4f9"}.knu-awesome .fa-teeth:before{content:"\f62e"}.knu-awesome .fa-teeth-open:before{content:"\f62f"}.knu-awesome .fa-telegram:before{content:"\f2c6"}.knu-awesome .fa-telegram-plane:before{content:"\f3fe"}.knu-awesome .fa-tencent-weibo:before{content:"\f1d5"}.knu-awesome .fa-terminal:before{content:"\f120"}.knu-awesome .fa-text-height:before{content:"\f034"}.knu-awesome .fa-text-width:before{content:"\f035"}.knu-awesome .fa-th:before{content:"\f00a"}.knu-awesome .fa-th-large:before{content:"\f009"}.knu-awesome .fa-th-list:before{content:"\f00b"}.knu-awesome .fa-the-red-yeti:before{content:"\f69d"}.knu-awesome .fa-theater-masks:before{content:"\f630"}.knu-awesome .fa-themeco:before{content:"\f5c6"}.knu-awesome .fa-themeisle:before{content:"\f2b2"}.knu-awesome .fa-thermometer:before{content:"\f491"}.knu-awesome .fa-thermometer-empty:before{content:"\f2cb"}.knu-awesome .fa-thermometer-full:before{content:"\f2c7"}.knu-awesome .fa-thermometer-half:before{content:"\f2c9"}.knu-awesome .fa-thermometer-quarter:before{content:"\f2ca"}.knu-awesome .fa-thermometer-three-quarters:before{content:"\f2c8"}.knu-awesome .fa-thumbs-down:before{content:"\f165"}.knu-awesome .fa-thumbs-up:before{content:"\f164"}.knu-awesome .fa-thumbtack:before{content:"\f08d"}.knu-awesome .fa-ticket-alt:before{content:"\f3ff"}.knu-awesome .fa-times:before{content:"\f00d"}.knu-awesome .fa-times-circle:before{content:"\f057"}.knu-awesome .fa-tint:before{content:"\f043"}.knu-awesome .fa-tint-slash:before{content:"\f5c7"}.knu-awesome .fa-tired:before{content:"\f5c8"}.knu-awesome .fa-toggle-off:before{content:"\f204"}.knu-awesome .fa-toggle-on:before{content:"\f205"}.knu-awesome .fa-toolbox:before{content:"\f552"}.knu-awesome .fa-tooth:before{content:"\f5c9"}.knu-awesome .fa-torah:before{content:"\f6a0"}.knu-awesome .fa-torii-gate:before{content:"\f6a1"}.knu-awesome .fa-trade-federation:before{content:"\f513"}.knu-awesome .fa-trademark:before{content:"\f25c"}.knu-awesome .fa-traffic-light:before{content:"\f637"}.knu-awesome .fa-train:before{content:"\f238"}.knu-awesome .fa-transgender:before{content:"\f224"}.knu-awesome .fa-transgender-alt:before{content:"\f225"}.knu-awesome .fa-trash:before{content:"\f1f8"}.knu-awesome .fa-trash-alt:before{content:"\f2ed"}.knu-awesome .fa-tree:before{content:"\f1bb"}.knu-awesome .fa-trello:before{content:"\f181"}.knu-awesome .fa-tripadvisor:before{content:"\f262"}.knu-awesome .fa-trophy:before{content:"\f091"}.knu-awesome .fa-truck:before{content:"\f0d1"}.knu-awesome .fa-truck-loading:before{content:"\f4de"}.knu-awesome .fa-truck-monster:before{content:"\f63b"}.knu-awesome .fa-truck-moving:before{content:"\f4df"}.knu-awesome .fa-truck-pickup:before{content:"\f63c"}.knu-awesome .fa-tshirt:before{content:"\f553"}.knu-awesome .fa-tty:before{content:"\f1e4"}.knu-awesome .fa-tumblr:before{content:"\f173"}.knu-awesome .fa-tumblr-square:before{content:"\f174"}.knu-awesome .fa-tv:before{content:"\f26c"}.knu-awesome .fa-twitch:before{content:"\f1e8"}.knu-awesome .fa-twitter:before{content:"\f099"}.knu-awesome .fa-twitter-square:before{content:"\f081"}.knu-awesome .fa-typo3:before{content:"\f42b"}.knu-awesome .fa-uber:before{content:"\f402"}.knu-awesome .fa-uikit:before{content:"\f403"}.knu-awesome .fa-umbrella:before{content:"\f0e9"}.knu-awesome .fa-umbrella-beach:before{content:"\f5ca"}.knu-awesome .fa-underline:before{content:"\f0cd"}.knu-awesome .fa-undo:before{content:"\f0e2"}.knu-awesome .fa-undo-alt:before{content:"\f2ea"}.knu-awesome .fa-uniregistry:before{content:"\f404"}.knu-awesome .fa-universal-access:before{content:"\f29a"}.knu-awesome .fa-university:before{content:"\f19c"}.knu-awesome .fa-unlink:before{content:"\f127"}.knu-awesome .fa-unlock:before{content:"\f09c"}.knu-awesome .fa-unlock-alt:before{content:"\f13e"}.knu-awesome .fa-untappd:before{content:"\f405"}.knu-awesome .fa-upload:before{content:"\f093"}.knu-awesome .fa-usb:before{content:"\f287"}.knu-awesome .fa-user:before{content:"\f007"}.knu-awesome .fa-user-alt:before{content:"\f406"}.knu-awesome .fa-user-alt-slash:before{content:"\f4fa"}.knu-awesome .fa-user-astronaut:before{content:"\f4fb"}.knu-awesome .fa-user-check:before{content:"\f4fc"}.knu-awesome .fa-user-circle:before{content:"\f2bd"}.knu-awesome .fa-user-clock:before{content:"\f4fd"}.knu-awesome .fa-user-cog:before{content:"\f4fe"}.knu-awesome .fa-user-edit:before{content:"\f4ff"}.knu-awesome .fa-user-friends:before{content:"\f500"}.knu-awesome .fa-user-graduate:before{content:"\f501"}.knu-awesome .fa-user-lock:before{content:"\f502"}.knu-awesome .fa-user-md:before{content:"\f0f0"}.knu-awesome .fa-user-minus:before{content:"\f503"}.knu-awesome .fa-user-ninja:before{content:"\f504"}.knu-awesome .fa-user-plus:before{content:"\f234"}.knu-awesome .fa-user-secret:before{content:"\f21b"}.knu-awesome .fa-user-shield:before{content:"\f505"}.knu-awesome .fa-user-slash:before{content:"\f506"}.knu-awesome .fa-user-tag:before{content:"\f507"}.knu-awesome .fa-user-tie:before{content:"\f508"}.knu-awesome .fa-user-times:before{content:"\f235"}.knu-awesome .fa-users:before{content:"\f0c0"}.knu-awesome .fa-users-cog:before{content:"\f509"}.knu-awesome .fa-ussunnah:before{content:"\f407"}.knu-awesome .fa-utensil-spoon:before{content:"\f2e5"}.knu-awesome .fa-utensils:before{content:"\f2e7"}.knu-awesome .fa-vaadin:before{content:"\f408"}.knu-awesome .fa-vector-square:before{content:"\f5cb"}.knu-awesome .fa-venus:before{content:"\f221"}.knu-awesome .fa-venus-double:before{content:"\f226"}.knu-awesome .fa-venus-mars:before{content:"\f228"}.knu-awesome .fa-viacoin:before{content:"\f237"}.knu-awesome .fa-viadeo:before{content:"\f2a9"}.knu-awesome .fa-viadeo-square:before{content:"\f2aa"}.knu-awesome .fa-vial:before{content:"\f492"}.knu-awesome .fa-vials:before{content:"\f493"}.knu-awesome .fa-viber:before{content:"\f409"}.knu-awesome .fa-video:before{content:"\f03d"}.knu-awesome .fa-video-slash:before{content:"\f4e2"}.knu-awesome .fa-vihara:before{content:"\f6a7"}.knu-awesome .fa-vimeo:before{content:"\f40a"}.knu-awesome .fa-vimeo-square:before{content:"\f194"}.knu-awesome .fa-vimeo-v:before{content:"\f27d"}.knu-awesome .fa-vine:before{content:"\f1ca"}.knu-awesome .fa-vk:before{content:"\f189"}.knu-awesome .fa-vnv:before{content:"\f40b"}.knu-awesome .fa-volleyball-ball:before{content:"\f45f"}.knu-awesome .fa-volume-down:before{content:"\f027"}.knu-awesome .fa-volume-off:before{content:"\f026"}.knu-awesome .fa-volume-up:before{content:"\f028"}.knu-awesome .fa-vuejs:before{content:"\f41f"}.knu-awesome .fa-walking:before{content:"\f554"}.knu-awesome .fa-wallet:before{content:"\f555"}.knu-awesome .fa-warehouse:before{content:"\f494"}.knu-awesome .fa-weebly:before{content:"\f5cc"}.knu-awesome .fa-weibo:before{content:"\f18a"}.knu-awesome .fa-weight:before{content:"\f496"}.knu-awesome .fa-weight-hanging:before{content:"\f5cd"}.knu-awesome .fa-weixin:before{content:"\f1d7"}.knu-awesome .fa-whatsapp:before{content:"\f232"}.knu-awesome .fa-whatsapp-square:before{content:"\f40c"}.knu-awesome .fa-wheelchair:before{content:"\f193"}.knu-awesome .fa-whmcs:before{content:"\f40d"}.knu-awesome .fa-wifi:before{content:"\f1eb"}.knu-awesome .fa-wikipedia-w:before{content:"\f266"}.knu-awesome .fa-window-close:before{content:"\f410"}.knu-awesome .fa-window-maximize:before{content:"\f2d0"}.knu-awesome .fa-window-minimize:before{content:"\f2d1"}.knu-awesome .fa-window-restore:before{content:"\f2d2"}.knu-awesome .fa-windows:before{content:"\f17a"}.knu-awesome .fa-wine-glass:before{content:"\f4e3"}.knu-awesome .fa-wine-glass-alt:before{content:"\f5ce"}.knu-awesome .fa-wix:before{content:"\f5cf"}.knu-awesome .fa-wolf-pack-battalion:before{content:"\f514"}.knu-awesome .fa-won-sign:before{content:"\f159"}.knu-awesome .fa-wordpress:before{content:"\f19a"}.knu-awesome .fa-wordpress-simple:before{content:"\f411"}.knu-awesome .fa-wpbeginner:before{content:"\f297"}.knu-awesome .fa-wpexplorer:before{content:"\f2de"}.knu-awesome .fa-wpforms:before{content:"\f298"}.knu-awesome .fa-wrench:before{content:"\f0ad"}.knu-awesome .fa-x-ray:before{content:"\f497"}.knu-awesome .fa-xbox:before{content:"\f412"}.knu-awesome .fa-xing:before{content:"\f168"}.knu-awesome .fa-xing-square:before{content:"\f169"}.knu-awesome .fa-y-combinator:before{content:"\f23b"}.knu-awesome .fa-yahoo:before{content:"\f19e"}.knu-awesome .fa-yandex:before{content:"\f413"}.knu-awesome .fa-yandex-international:before{content:"\f414"}.knu-awesome .fa-yelp:before{content:"\f1e9"}.knu-awesome .fa-yen-sign:before{content:"\f157"}.knu-awesome .fa-yin-yang:before{content:"\f6ad"}.knu-awesome .fa-yoast:before{content:"\f2b1"}.knu-awesome .fa-youtube:before{content:"\f167"}.knu-awesome .fa-youtube-square:before{content:"\f431"}.knu-awesome .fa-zhihu:before{content:"\f63f"}

.knu-awesome .fa-taxi:before{content:"\f1ba"}



 
body {background-color:#e9eaed;font-size:14px;line-height:20px;color:#444;}
a:link, a:visited{color:#3b5998;} 
a:hover{color:#3b5998;text-decoration: underline;}


a:link, a:visited{color:#285bc6;} 
a:hover{color:#285bc6;text-decoration: underline;}


 


.container-fluid {
margin:0 auto;/*make it centered*/
max-width: 1450px; /* Fluid Container auf big desktop begrenzen */
}

#container {min-height: 100%;overflow: hidden;}
#left, #right {/*background:#fff;*/}
#right {padding-left: 25px;}
 
#main  {background:#fff;margin-top: 10px;}
 
 
@media (min-width: 1199px) { 
#main {background:#fff;padding:0 10px;margin:10px -15px 0px -15px;}
#right {padding-left:36px;}
#left {padding:0 0 0 10px;margin-right:20px;}  
} 
 
 
 
 
.knu_flat_icon {margin-top: -5px;}










/* Thomy Anfang */


/* JS Frontpage Ajax Tabs */
#knuajaxcontainer_um{width:99%!important;overflow:hidden;clear:both;float:left} 
.knufronttabmenu2 ul{margin:0;padding:0;float:left}
.knufronttabmenu2 ul li{display:inline}
body #community-wrap ul.reiter{margin:0;padding:10px;list-style:none;width:98%}body #community-wrap ul.reiter li{float:left}
body #community-wrap ul.reiter li a{background-color:#ddd;color:#636363;float:left;border-right:1px solid #fff;cursor:pointer;font-weight:700;margin-bottom:10px;text-decoration:none;display:block;padding:0 7px!important;outline:0;height:100%;line-height:24px!important;font-size:12px!important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
body #community-wrap ul.reiter li a:hover,body #community-wrap ul.reiter li.active a{background-color:#636363;color:#ddd;} 
#pettabs .icon{display:block;height:17px;line-height:19px;text-align:center;font-size:1.3em;position: relative;top: -5px;color:#929292;} 
 
 




/* Ajax Facebook Login Button */
/*
#knu_facebook_btn{width:100%;height:20px;display:block;cursor:pointer;margin:-15px 0 10px 0}#knu_facebook_btn2{display:inline-block;background-color:#5f78ab;color:#fff;cursor:pointer;vertical-align:top;border:1px solid #fff;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;line-height:17px;padding:2px 0 3px 26px;font-weight:700;width:150px;height:17px;background-image:url(templates/flat/images/facebook_login_btn.png);background-position:0;background-repeat:no-repeat}.auth-facebook{padding-top:20px}
*/

/* Registrierung */
/*
#errjsnamemsg, #errjsemailmsg, #errjsusernamemsg, #errjspassword2msg {color:red;font-weight:bolder} 
*/

/* Jugendschutzinfo */
/*
.jugendschutzinfo{line-height:120%;font-family:Arial,Helvetica,sans-serif;margin-bottom:5px;padding:6px 6px 5px 32px;display:block;color:#b65718;border:1px solid #f18a43;background:#fedaa8 url(templates/flat/images/attention.png) 10px 50% no-repeat;font-size:.9em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
*/


/*
.knu_ist_online{box-shadow:3px 3px 3px rgba(0,0,0,.1);-webkit-box-shadow:3px 3px rgba(0,0,0,.1);-moz-box-shadow:3px 3px rgba(0,0,0,.1);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:rgba(0,153,0,.75);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2);line-height:20px;font-size:11px;font-weight:400;text-align:center;padding:4px}
.knu_ist_online:hover{text-decoration:none!important;color:#000;}
*/
 /* markieren */
::-moz-selection{ background: #8992c1; color:#fff; text-shadow: none;}
::selection { background:#8992c1; color:#fff; text-shadow: none;}








#knu_socialbuttons{height:20px;padding:5px}



/* mod_falang*/
div.mod-languages ul{margin:0;padding:0;list-style:none}div.mod-languages li{margin-left:0;margin-right:4px}div.mod-languages ul.lang-inline li{display:inline}div.mod-languages ul.lang-block li{display:block}div.mod-languages img{border:none}div.mod-languages a{text-decoration:none}



/*#profil-link{position:relative!important;top:-12px!important;left:10px;width:500px}*/







/* extravote      Version 2.5.8  7.11.2014       plugins/content/extravote/assets/extravote.css          */
.extravote{margin:-14px 0 10px 0;}.extravote-info,.extravote-stars{margin:0!important;padding:0!important;position:relative;vertical-align:middle}.extravote-info.ihide{display:none}.extravote-stars,.voted .extravote-info.ihide{display:inline-block}.extravote-info,.extravote-star a,.extravote-stars,.extravote-stars .current-rating{height:25px;line-height:25px}.extravote-small .extravote-info,.extravote-small .extravote-star a,.extravote-small .extravote-stars,.extravote-small .extravote-stars .current-rating,.size-2 .extravote-info,.size-2 .extravote-star a,.size-2 .extravote-stars,.size-2 .extravote-stars .current-rating{height:22px;line-height:22px}.size-2.extravote-small .extravote-info,.size-2.extravote-small .extravote-star a,.size-2.extravote-small .extravote-stars,.size-2.extravote-small .extravote-stars .current-rating,.size-3 .extravote-info,.size-3 .extravote-star a,.size-3 .extravote-stars,.size-3 .extravote-stars .current-rating{height:19px;line-height:19px}.size-3.extravote-small .extravote-info,.size-3.extravote-small .extravote-star a,.size-3.extravote-small .extravote-stars,.size-3.extravote-small .extravote-stars .current-rating{height:16px;line-height:16px}.extravote-stars{font-size:1em;overflow:hidden;width:125px}.extravote-small .extravote-stars,.size-2 .extravote-stars{width:110px}.size-2.extravote-small .extravote-stars,.size-3 .extravote-stars{width:95px}.size-3.extravote-small .extravote-stars{width:80px}.extravote-info{font-size:11px;color:#999;}.extravote-star{background-position:0!important;background-image:none;display:inline;margin:0!important;padding:0!important}.extravote-star a:hover,.extravote-stars,.extravote-stars .current-rating{background-image:url(templates/flat/images/star.png)!important;background-color:transparent!important;background-repeat:repeat-x!important}.extravote-small .extravote-star a:hover,.extravote-small .extravote-stars,.extravote-small .extravote-stars .current-rating,.size-2 .extravote-star a:hover,.size-2 .extravote-stars,.size-2 .extravote-stars .current-rating{background-image:url(templates/flat/images/star-2.png)!important}.size-2.extravote-small .extravote-star a:hover,.size-2.extravote-small .extravote-stars,.size-2.extravote-small .extravote-stars .current-rating,.size-3 .extravote-star a:hover,.size-3 .extravote-stars,.size-3 .extravote-stars .current-rating{background-image:url(templates/flat/images/star-3.png)!important}.size-3.extravote-small .extravote-star a:hover,.size-3.extravote-small .extravote-stars,.size-3.extravote-small .extravote-stars .current-rating{background-image:url(templates/flat/images/star-4.png)!important}.extravote-star a,.extravote-stars .current-rating{border:none;cursor:pointer;left:0;outline:0;overflow:hidden;position:absolute;text-indent:-1000em!important;top:0}.extravote-star a:hover{background-position:left bottom!important}.extravote-star a:active,.extravote-star a:focus{background:none!important}.extravote-stars .current-rating{background-position:left center;z-index:1}.extravote-star a.ev-10-stars,.extravote-star a.ev-15-stars,.extravote-star a.ev-20-stars,.extravote-star a.ev-25-stars,.extravote-star a.ev-30-stars,.extravote-star a.ev-35-stars,.extravote-star a.ev-40-stars,.extravote-star a.ev-45-stars,.extravote-star a.ev-5-stars,.extravote-star a.ev-50-stars{margin:0;padding:0}.extravote-star a.ev-5-stars{width:10%;z-index:12}.extravote-star a.ev-10-stars{width:20%;z-index:11}.extravote-star a.ev-15-stars{width:30%;z-index:10}.extravote-star a.ev-20-stars{width:40%;z-index:9}.extravote-star a.ev-25-stars{width:50%;z-index:8}.extravote-star a.ev-30-stars{width:60%;z-index:7}.extravote-star a.ev-35-stars{width:70%;z-index:6}.extravote-star a.ev-40-stars{width:80%;z-index:5}.extravote-star a.ev-45-stars{width:90%;z-index:4}.extravote-star a.ev-50-stars{width:100%;z-index:3}







/*
#cometchat-link{background:url(templates/flat/images/chat-icon.png) no-repeat top left;padding-left:17px;height:25px;padding-bottom:11px;padding-top:3px;margin-left:5px;width:38px}
*/




/* modules/mod_kunenasearch/tmpl/css/kunenasearch.css */
form#ksearch-form{white-space:nowrap}fieldset.ksearch-fieldset{border:0 none !important;margin:0 !important;padding:0 !important;background-color:transparent !important}legend.ksearch-legend,fieldset.ksearch-fieldset .ksearch-label{display:none;text-indent:-9999em;margin:0 !important;padding:0 !important}




/* awesomefont Symbole */
.knu_awe_symbole{color:#8992c1!important;font-size:3em;line-height:42px;text-shadow:#ddd 0 1px 2px;}
.knu_awe_symbole:hover {color:#444!important;text-decoration:none!important;text-shadow:#fff 0 1px 2px;}
body #community-wrap div.knu_front_ico {text-align: center;padding:0;overflow:hidden;margin-top:10px;}
body #community-wrap div.knu_front_ico h2 {color:#555;text-shadow: 0 -1px 0 #ddd;margin:0;}
/*
.popover-content {font-size:14px!important;}
.popover-title {font-size: 24px!important;background-color: #A5A7CE!important;}
*/
@media (max-width: 767px) {
.knu_awe_symbole{font-size:1.5em;line-height:21px;}	
body #community-wrap div.knu_front_ico h2 {font-size:1.8em;}	
}




/* unterstrichener Link im Forum */
#Kunena .kmsgtext a:link, #Kunena .kmsgtext a:hover  {text-decoration: underline;}
div#kunena.layout .navbar {z-index:9!important;}
/* Kunena Profilbox ausblenden */
#Kunena td.kprofileboxcnt, .kprofilebox-left {display: none;}
/* Artikeldetails ausblenden*/
.article-info-term {/*display:none;*/}

#Kunena div.kblock>div.kheader, #Kunena .kblock div.kheader {color:#444!important}




/* Template Font override*/

h1,h2,h3,h4,h5,h6,.default-tipsy-inner,.item-page .tags a,.component-content .pagenav li a,.readon,.readmore, button.validate,.formelm-buttons button,.btn-primary,.category-list,select,.btn,.component-content .login .control-group input,.component-content .login + div,#knu_breadcrumbs .breadcrumb a,#knu_breadcrumbs .breadcrumb span,#xmap,.component-content .contact,#knu_suchen{font-family:'Yanone Kaffeesatz',sans-serif}
html,body{font-family:Helvetica,Arial,Sans-Serif}






/* Social Buttons rechte Seite muss noch bleiben */
.socialseite{font-family: 'Font Awesome 5 Free';font-weight:900;display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;font-size:18px}
.socialseite .social-button {font-family: 'Font Awesome 5 Brands';font-weight:900;display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;font-size:18px}


/* social Share Modul links ANFANG ******************************************************************************************************/
.knusocialsharemodul {top:-29px;left:0px;position:fixed;margin-top:100px;padding:4px;z-index:99;-webkit-backface-visibility:hidden;padding-bottom:30px;width: 34px;height:110px;}
.knusocialshare_left-text {display:block;font-size:9px;text-align:center;line-height:0;margin-bottom:10px;}
.knusocialshare_left {position: absolute;right:1px;top: 5px;display:block;margin:auto;text-align:center;width:30px;height:30px;line-height:30px;color:#fff;}
.knusocialshare_left a.social-button  {color:#fff;}
.knusocialshare_left a.social-button:hover {background:#545d72;color:#fff;}
.knusocialshare_left .social-button {display:block;margin:auto;text-align:center;width:30px;height:30px;line-height:30px;border-radius:3px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.knusocialsharemodul {margin-top: 130px;}
/* Social share erst ab large desktop */
@media only screen and (max-width: 1540px) {.knusocialsharemodul {display:none;}}





/*  neue Login Toolbar */
.knu_login_toolbar {position: fixed;z-index: 999;left:0;right:0;position:fixed;top:51px;min-height:42px;height:42px;border:1px solid #BBB;}
.knu_login_toolbar_center {margin: 0px auto;width: 100%;}
div.knu_login_toolbar .knu_login_toolbar_center {background:none!important;box-shadow:none!important;}
#community-tb-wrap {height:40px}







/* Adblocker Infos */
.alert-knu-in-fo {padding: 5px;border-radius:3px;border:1px solid #ccc;}
.knu-in-fo-rechts {width:150px;height:600px;margin-left:10px;}
.knu-in-fo-oben{font-size:12px;}

/*
.knu-in-fo-rechts {margin-left:-10px;}
*/


/* Google Adsense Werbung gross oben RESP */
/*
.knuddeleselde-gross-oben-resp { width: 320px; height: 50px; }
@media(min-width: 500px) { .knuddeleselde-gross-oben-resp { width: 468px; height: 60px; } }
@media(min-width: 800px) { .knuddeleselde-gross-oben-resp { width: 728px; height: 90px; } }
#knu_googlelinkliste{height:22px;padding:5px 5px 0 20px;margin-right:12px;overflow:hidden;}
*/

#knu-in-fo-oben {padding-top:10px;padding-right:10px;}

.knu-oben-fluid {position:relative;top:auto;border:0px;background:none;width:100%;}
.knu-oben-fixed {position:fixed;top: 80px;border-width:0px 0px 1px;border-bottom-style:solid;border-bottom-color:rgb(68, 68, 68);z-index:9;background:rgb(255, 255, 255);}
@media (min-width: 767px) and (max-width: 1199px) {.knu-oben-fixed{width: 80%!important;}}
@media (min-width: 1199px) {.knu-oben-fixed{width: 67%!important;}}
@media (min-width: 1450px) {.knu-oben-fixed{width: 970px!important;}}
/* Google Werbung rechts oben fixed aufheben bei mobile */
@media (max-width: 599px) {.knu-oben-fixed {position:relative!important}}
@media (max-height: 610px) {.knu-oben-fixed {position:relative!important}}



@media (max-width: 767px) { 
#knu-in-fo-sb-fix {position: relative!important;left:-30px!important;/*display:none*/}
}

@media (max-width: 1199px) { 
#knu-in-fo-sb-fix {margin-left:-30px!important;}
}

/*
#knu-in-fo-sb2-fix {width:100%;height: 100px;background:#fff;overflow: hidden;padding-bottom: 15px;}
@media only screen and (min-width: 996px) and (max-width: 1199px) {#knu-in-fo-sb2-fix {height: 70px;}}
@media only screen and (min-width: 768px) and (max-width: 995px) {#knu-in-fo-sb2-fix {height: 70px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {#knu-in-fo-sb2-fix{height: 70px;position:relative!important;top:auto!important;}}
@media only screen and (max-width: 480px) {#knu-in-fo-sb2-fix {position:relative!important;border:0;top:auto!important;}}

@media (max-width: 520px) {#knu-in-fo-sb2-fix{width: 100%;}}
@media (min-width: 767px) and (max-width: 1199px) {#knu-in-fo-sb2-fix{width: 80%!important;}}
@media (min-width: 1199px) {#knu-in-fo-sb2-fix{width: 67%!important;}}
@media (min-width: 1450px) {#knu-in-fo-sb2-fix{width: 970px!important;}}

@media only screen and (min-width: 768px) and (max-width: 945px) {
#knu-in-fo-sb-fix {
	width: 145px!important;
    overflow: hidden;
    left: -45px!important;
	}
}
*/


.knu-info-letter1 {font-size:12px;padding-left: 115px;color: gray;}
.knu-info-letter2 {font-size:12px;color: gray;margin-bottom:-5px;}




/* Cookies */
#cookieChoiceInfo {font-size: 12px;opacity: 0.8; position: fixed; width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); box-shadow: rgb(68, 68, 68) 0px 0px 40px; margin: 0px; left: 0px; padding: 7px; z-index: 9999; text-align: center; color: rgb(255, 255, 255); bottom: 0px !important; background-color: rgba(0, 0, 0, 0.8);}
#cookieChoiceInfo a {font-size: 14px;font-weight:bold;background-color:#0089f2;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;color:#fff;cursor:pointer;line-height:19px;padding:5px 10px;text-decoration:none;white-space:nowrap;background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));background-image: linear-gradient(#0089F2 0%, #0072ca 100%);}
#cookieChoiceInfo a:hover {box-shadow: 0 0 12px #000;}
#cookieChoiceInfoLink  {margin-right: 15px;margin-left: 8px;}
.cookieChoiceInfoLink {border: 0px!important; background: none !important;background-color: transparent !important;padding: 0px !important;margin-right: 5px;margin:0 5px;text-decoration:underline!important;font-size:10px!important;font-weight:normal!important;}
@media only screen and (max-width: 480px) {#cookieChoiceInfo {font-size:11px}}


/* jf_typo_08_tooltips.css */
/*
.default-tipsy{font-size:16px;position:absolute;padding:5px}.default-tipsy-inner{background-color:#000;color:#FFF;max-width:200px;padding:2px 8px 3px;text-align:center}.default-tipsy-arrow{position:absolute;width:0;height:0;border:5px solid transparent}.default-tipsy-arrow-n{border-bottom-color:#000}.default-tipsy-arrow-s{border-top-color:#000}.default-tipsy-arrow-e{border-left-color:#000}.default-tipsy-arrow-w{border-right-color:#000}.default-tipsy-n .default-tipsy-arrow,.default-tipsy-ne .default-tipsy-arrow,.default-tipsy-nw .default-tipsy-arrow{top:0;border-top:0}.default-tipsy-s .default-tipsy-arrow,.default-tipsy-se .default-tipsy-arrow,.default-tipsy-sw .default-tipsy-arrow{bottom:0;border-bottom:0}.default-tipsy-n .default-tipsy-arrow,.default-tipsy-s .default-tipsy-arrow{left:50%;margin-left:-5px}.default-tipsy-nw .default-tipsy-arrow,.default-tipsy-sw .default-tipsy-arrow{left:10px}.default-tipsy-ne .default-tipsy-arrow,.default-tipsy-se .default-tipsy-arrow{right:10px}.default-tipsy-e .default-tipsy-arrow,.default-tipsy-w .default-tipsy-arrow{top:50%;margin-top:-5px}.default-tipsy-e .default-tipsy-arrow{right:0;border-right:0}.default-tipsy-w .default-tipsy-arrow{left:0;border-left:0}.arialfont-tipsy{font-size:12px;position:absolute;padding:5px}.arialfont-tipsy-inner{background-color:#000;color:#FFF;text-align:center}.arialfont-tipsy-arrow{position:absolute;width:0;height:0;border:5px solid transparent}.arialfont-tipsy-arrow-n{border-bottom-color:#000}.arialfont-tipsy-arrow-s{border-top-color:#000}.arialfont-tipsy-arrow-e{border-left-color:#000}.arialfont-tipsy-arrow-w{border-right-color:#000}.arialfont-tipsy-n .arialfont-tipsy-arrow,.arialfont-tipsy-ne .arialfont-tipsy-arrow,.arialfont-tipsy-nw .arialfont-tipsy-arrow{top:0;border-top:0}.arialfont-tipsy-s .arialfont-tipsy-arrow,.arialfont-tipsy-se .arialfont-tipsy-arrow,.arialfont-tipsy-sw .arialfont-tipsy-arrow{bottom:0;border-bottom:0}.arialfont-tipsy-n .arialfont-tipsy-arrow,.arialfont-tipsy-s .arialfont-tipsy-arrow{left:50%;margin-left:-5px}.arialfont-tipsy-nw .arialfont-tipsy-arrow,.arialfont-tipsy-sw .arialfont-tipsy-arrow{left:10px}.arialfont-tipsy-ne .arialfont-tipsy-arrow,.arialfont-tipsy-se .arialfont-tipsy-arrow{right:10px}.arialfont-tipsy-e .arialfont-tipsy-arrow,.arialfont-tipsy-w .arialfont-tipsy-arrow{top:50%;margin-top:-5px}.arialfont-tipsy-e .arialfont-tipsy-arrow{right:0;border-right:0}.arialfont-tipsy-w .arialfont-tipsy-arrow{left:0;border-left:0}.arialfont-tipsy,.default-tipsy{z-index:1000000!important}.arialfont-tipsy-inner,.default-tipsy-inner{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.default-tipsy-inner{line-height:22px}.arialfont-tipsy-inner{font-family:Helvetica,Arial,Sans-Serif;line-height:16px;max-width:400px;padding:5px 8px}
*/


/* Globale Formate *************************************************************/

/* rahmen grau rund 3px Hintergrund blau*/
.knu_des_1 {background:#AFB6DC;color:#444;border: 1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
/* Rahmen grau rund 3px Hintergrund blau auch HOVER*/
.knu-sg-eingabe:hover, .knu-sg-ausgabe:hover,
.knu_des_2 {background:#E4E7F7;color:#444;border: 1px solid #DCD8D8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
/* nur Hintergrund Blau */
.knu_des_3 {background:#AFB6DC;}
/* Grau rund 3px Rahmen */
.knu_des_4 {background-color:#eee;border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
/* Fuer Toolbar */
.knu_des_5 {background-color:#AFB6DC;border:none!important;border-bottom:1px solid #DDD!important;}
/* Sidebar-a Modulueberschrift */
.knu_des_6 {margin:5px 0;text-align:center;text-indent:0;padding:2px;display:block;word-wrap:break-word;background:#AFB6DC;color:#fff;font-size: 15px;border: 1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
#left .joms-module, #left .site_a_link a, #left .site_a_link a:hover {font-size:12px;color:#444}
/* einige Links */
.knu_li_blue a, .knu_li_blue a:visited {color:#0267B6!important;font-weight:bold;}


/* Kreisfoermig für Avatare */
/*.knu_kreis, .toolbar_greeting_avatare, body #community-wrap .joms-stream .joms-stream-avatar a, body #community-wrap .cThumbsList li a,body #community-wrap .cThumbsList li a img,body #community-wrap .joms-stream .joms-stream-avatar a span,body #community-wrap .joms-stream .joms-stream-avatar a span img,body #community-wrap .joms-stream .joms-stream-avatar img,body #community-wrap #activity-stream-container ul.forDiscussion img,body #community-wrap .cStream-Comment .cStream-Avatar img, body #community-wrap .cSidebar .cGroups-Members .cThumbsList li a img,body #community-wrap .cSidebar .cGroups-UserGroups .cThumbsList li a img, body #community-wrap .cIndexList>li .cIndex-Avatar, body #community-wrap .cIndexList>li .cIndex-Avatar img, img.knu-hellome-onlineimage, .ccomment-avatar, .ccomment-avatar-form
{-webkit-border-radius:2000px;-moz-border-radius:2000px;border-radius:2000px;}*/



/* Spielothek Menu*/
ul.wtmenu {list-style:none; margin:0; padding:0;font-size:10px}
ul.wtmenu * {border-radius: 3px;margin:0; padding:0; list-style-type:none; text-align: center;} 
ul.wtmenu a {display:block; color:#444; text-decoration:none}
ul.wtmenu li {position:relative; float:left; margin-right:2px; z-index:1;}
ul.wtmenu ul {position:absolute; top:33px; left:0; background:transparent; display:none; opacity:0; list-style:none}
ul.wtmenu ul li {position:relative; border:1px solid #BFC5E3; border-top:none; width:120px; margin:0}
ul.wtmenu ul li a {display:block; padding:1px 7px 2px; background-color:#AFB6DC}
ul.wtmenu ul li a:hover {background-color:#BFC5E3}
ul.wtmenu ul ul {left:120px; top:-1px}
ul.wtmenu .wtmenulink {border:1px solid #999; padding:5px 7px 7px; font-weight:bold; background-color: #AFB6DC; width:90px;}
ul.wtmenu .wtmenulink:hover, ul.wtmenu .wtmenuhover {background-color: #BFC5E3;}
ul.wtmenu .wtsub {background:#AFB6DC url(templates/flat/images/arrow.gif) 136px 8px no-repeat}
ul.wtmenu .wttopline {border-top:1px solid #BFC5E3}	
.onlinegamediv {width:500px; margin:0 auto;padding-top:20px;}	



/* Shariff */
.knu-oben-fixed {padding-top:5px}
.shariff {height:40px}
.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}
.shariff ul {padding: 0;margin: 1px 0 -45px 2%;height: 50px;display: block;}
.shariff li{height:40px;display:inline-block;margin-right:15px;width:40px;border-radius:5px;opacity:.6;}
.shariff li:last-child{margin-right:0}
.shariff li a{font-family:Arial,Helvetica,sans-serif;color:#fff;position:relative;display:block;padding-left:7px;padding-right:5px;font-size:10px;line-height:30px;height:40px;text-decoration:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.shariff li.shariff-button a::before{position:absolute;left:5px;font-family:'Font Awesome 5 Brands';font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.shariff li.facebook a{background-color:#3b5998}
.shariff li.facebook a:hover{background-color:#4273c8}
.shariff li.facebook a::before{content:"\f082";font-size:17px}
.shariff li.facebook .share_count{background-color:#3b5998}
.shariff li.facebooklike a{background-color:#3b5998}
.shariff li.facebooklike a:hover{background-color:#4273c8}
.shariff li.facebooklike a::before{content:"\f082";font-size:17px}
.shariff li.facebooklike .share_count{background-color:#3b5998}

.shariff li.facebooktotal a{background-color:#3b5998}
.shariff li.facebooktotal a:hover{background-color:#4273c8}
.shariff li.facebooktotal a::before{content:"\f09a";font-size:17px}
.shariff li.facebooktotal .share_count{background-color:#3b5998}

.shariff li.whatsapp a{background-color:#5cbe4a}
.shariff li.whatsapp a:hover{background-color:#34af23}
.shariff li.whatsapp a::before{content:"\f232";font-size:22px}
.shariff li.twitter a{background-color:#55acee}
.shariff li.twitter a:hover{background-color:#32bbf5}
.shariff li.twitter a::before{content:"\f099";font-size:24px}
.shariff li.twitter .share_count{background-color:#55acee}
/*
.shariff li.googleplus a{background-color:#d34836}
.shariff li.googleplus a:hover{background-color:#f75b44}
.shariff li.googleplus a::before{content:"\f0d5";font-size:17px;top:1px}
.shariff li.googleplus .share_count{background-color:#d34836}
*/
.shariff li.mail a{background-color:#999}
.shariff li.mail a:hover{background-color:#a8a8a8}
.shariff li.mail a::before{content:"\f0e0";font-size:18px}.shariff li.info{width:23px;height:28px;border:1px solid #ccc}
.shariff li.info a{padding:0}.shariff li.info a::before{content:"\f129";font-size:16px;left:9px;color:#666}.shariff li.info a:hover{background-color:#efefef}
.shariff li.info .share_text{display:block;text-indent:-9999px}
.shariff li .share_count{}
.shariff li:hover{opacity:1;}
.shariff li.flattr a{background-color:#7ea352;background-image:url("templates/flat/images/flattr-medium.png");background-repeat:no-repeat;background-size:contain}
.shariff li.flattr a:hover{background-color:#F67C1A}
.shariff li.flattr a:hover .share_count{color:#d56308;background-color:#fab47c}
.shariff li.flattr .share_count{background-color:#F67C1A}
.shariff li.tumblr a{background-color:#2C4762}
.shariff li.tumblr a:hover{background-color:#3c6085}
.shariff li.tumblr a::before{content:"\f173";font-size:17px;margin-left:3px}
.shariff li.tumblr .share_count{background-color:#2C4762}
.shariff li.reddit a{background-color:#FF4500}
.shariff li.reddit a:hover{background-color:#ff6a33}
.shariff li.reddit a::before{content:"\f1a1";font-size:17px}
.shariff li.reddit .share_count{background-color:#FF4500}
.shariff li.pinterest a{background-color:#cb2027}
.shariff li.pinterest a:hover{background-color:#e70f18}
.shariff li.pinterest a::before{content:"\f0d2";font-size:17px}
.shariff li.pinterest .share_count{background-color:#cb2027}
.shariff li.xing a{background-color:#126567}
.shariff li.xing a:hover{background-color:#29888a}
.shariff li.xing a::before{content:"\f168";font-size:17px}
.shariff li.xing .share_count{background-color:#126567}
.shariff li.linkedin a{background-color:#007bb6}
.shariff li.linkedin a:hover{background-color:#1488bf}
.shariff li.linkedin a::before{content:"\f0e1";font-size:17px}
.shariff li.linkedin .share_count{background-color:#007bb6}
.shariff .share_text {position: relative;top: 14px;}

@media (max-width: 480px) {
.shariff {height: 100px;}
.shariff li {margin-bottom:10px;opacity:.7;}
.shariff li .share_count {left: 20px;top:-5px;}
.shariff li {margin-right: 30px;margin-bottom: 20px;}
}

/* Breiter */
@media (min-width: 1199px) {
.shariff {height:33px;}	
.shariff li {width:80px;}
.shariff li .share_count {left: 65px;}
.shariff .share_text {top: 16px;font-size:12px;left:20px;top:6px;}
.shariff li a {height:33px;}
}



/* Jomsocial Buttons */
.joms-button--primary, .joms-button--add, .joms-button--login, .joms-button__approve, .joms-postbox-tab .joms-postbox-save, .joms-postbox-tab .joms-postbox-done, .joms-focus__button--add
{background:#726DA9;}
.joms-button--primary:hover, .joms-button--add:hover, .joms-button--login:hover, .joms-button__approve:hover, .joms-postbox-tab .joms-postbox-save:hover, .joms-postbox-tab .joms-postbox-done:hover, .joms-focus__button--add:hover, .joms-button--primary:active, .joms-button--add:active, .joms-button--login:active, .joms-button__approve:active, .joms-postbox-tab .joms-postbox-save:active, .joms-postbox-tab .joms-postbox-done:active, .joms-focus__button--add:active, .joms-button--primary:focus, .joms-button--add:focus, .joms-button--login:focus, .joms-button__approve:focus, .joms-postbox-tab .joms-postbox-save:focus, .joms-postbox-tab .joms-postbox-done:focus, .joms-focus__button--add:focus
{background:#8992C1}


/*Jomsocial Popup Fenster */
.joms-popover {-webkit-box-shadow:0 0 80px rgba(0,0,0,0.9);-moz-box-shadow:0 0 80px rgba(0,0,0,0.9);box-shadow:0 0 80px rgba(0,0,0,0.9);}

/*Jomsocial Stream Beitrag Rahmen Module Rahmen sidebar */
.joms-stream, .joms-stream--notifications ,
.joms-middlezone .joms-tab__bar, .joms-middlezone  .app-box-content,
.joms-module--tabbed, .joms-module__wrapper, .joms-module--stacked , .reiter_inhalt, .reiter_module
{border:1px solid #ccc;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);box-shadow: 0 2px 4px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
div#aktiviti.reiter_inhalt {border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.reiter_module {padding:0 10px;margin:4px;}


/* frontpage Abstand */
.guest-frontpage-space {height:20px;}

/* Profil Infos Geschlecht usw */
.knu-profil-infos {color:#ccc;font-size: 0.8rem;}

/* Toolbar Submenue */
.joms-toolbar--desktop .joms-dropdown, .joms-toolbar--desktop .joms-popover {-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);box-shadow: 0 2px 4px rgba(0,0,0,0.3);}

/* JS Popup */
.joms-popup__title {background:#7D86C4;}

/* fuer loginbox */
.joms-popup--whiteblock {position:fixed;border:1px solid #aaa}








.knu_lang_such2 .mod-languages ul li{opacity:.3;-moz-opacity:.3;filter:alpha(opacity=30);}
.knu_lang_such2 .mod-languages ul li:hover{opacity:1;-moz-opacity:1;filter:alpha(opacity=99)}
.knu_lang_such2 .mod-languages .lang-active {opacity:0.5;-moz-opacity:5;filter:alpha(opacity=50)}








/*breadcrumbs */
#knu_breadcrumbs {background-color: #f5f5f5;border-radius: 4px;margin: 0 15px 20px 5px;overflow:hidden}
#knu_breadcrumbs .breadcrumb > li + li:before {display: none;}
#knu_breadcrumbs .breadcrumb, #knu_breadcrumbs [class^="breadcrumb"] {list-style: none;}
#knu_breadcrumbs .breadcrumb li, #knu_breadcrumbs [class^="breadcrumb"] li {display:block;float:left;line-height:17px}
#knu_breadcrumbs .breadcrumb a, #knu_breadcrumbs .breadcrumb span,#knu_breadcrumbs [class^="breadcrumb"] a,#knu_breadcrumbs [class^="breadcrumb"] span {float:left;display:block;font-size:14px;}
#knu_breadcrumbs .breadcrumb img, #knu_breadcrumbs [class^="breadcrumb"] img {display:none;}
#knu_breadcrumbs .divider {display:block;padding-left:5px;width:20px;height:20px;float:left;}
#knu_breadcrumbs .divider:before {font-family:'Font Awesome 5 Free';font-weight: 900;content:"\f054";color:#ccc;}
#knu_breadcrumbs .breadcrumb {padding:1px;list-style:none;background:none;border-radius:0;}
#knu_breadcrumbs .breadcrumb a{color:#444}
#knu_breadcrumbs .breadcrumb a:hover{color:#444;text-decoration:underline}
#knu_breadcrumbs .breadcrumb li {text-shadow: none;}
#knu_breadcrumbs .breadcrumb .jf-breadcrumb-arrow{padding:0 4px 0 8px;margin-bottom:-1px;display:inline-block}
#knu_breadcrumbs .breadcrumb > .active {color: #444}




 /* Copyright unten */
#knu_copyright{float:left;padding-top:20px;}

/* footer unten */
#knu_footer{font-size: 9px;padding:3px 5px;line-height:3em;margin-right:12px;}
#knu_footer li{margin:0;line-height:11px;padding:0 5px;display:block;float:left;border-right:1px solid #ccc}
#knu_footer .footermenu {padding:0;}
#knu_footer .nav > li > a {padding:0;}

  
.knu-spacer500 {height:500px;clear:both;}
.knu-spacer100 {height:100px;clear:both;}
.knu-spacer50 {height:50px;clear:both;}
.knu-spacer30 {height:30px;clear:both;}
.knu-spacer20 {height:20px;clear:both;}
.knu-spacer10 {height:10px;clear:both;}
.knu-spacertausend {height:1000px;clear:both;}

/* Ladekreis */
#knu_circleX{top:-100px;display:none;position:absolute;z-index:99999;}#knu_circlecolor{color:#444;display:none;}


/* ScrollTop*/
#knu_scrolltop {background:rgba(0,0,0,0.035);position:fixed;bottom:-40px;right:80px;width:70px;height:40px;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:99;padding:5px 12px;}
#knu_scrolltop .scroll_icon:before {font-family: 'Font Awesome 5 Free';font-weight: 900; content: "\f077"; font-size:48px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
#knu_scrolltop .scroll_icon:hover {color:#999;}




/* System Nachrichten */

#system-message {padding:0;margin:15px 20px;}
#system-message .alert {list-style: none;padding:10px 35px 10px 10px;color:#333;background:#52DBF5;border:1px solid #999;}
#system-message .alert p:last-child {margin-bottom: 0;}
#system-message .alert-error {color:#cc0000;background:#EBC8C9;border:1px solid #DE7A7B;}
#system-message .alert-warning {color:#A08B4C;background:#F5ECC1;border:1px solid #B8A871;}
#system-message .alert-success {color:#468847;background:#dff0d8;border:1px solid #93BC8F;}
#system-message > div:first-child {margin-bottom: 0 !important;}
#system-message dd {margin:0;font-weight:bold;text-shadow:none;}
#system-message dd ul {border-radius:4px;margin:15px 0;list-style:none;padding:10px;color:#0055BB;background:#BFD3E6;border:1px solid #84A7DB;}
#system-message .error ul {color:#cc0000;background:#EBC8C9;border:1px solid #DE7A7B;}
#system-message .notice ul {color:#A08B4C;background:#F5ECC1;border:1px solid #B8A871;}
#system-message dt.error, #system-message dt.notice, #system-message dt.message {display:none;}

/* wichtig damit kein ruckel beim Laden */
body {padding-top:80px}


/* Joomla Extra Bootstrap */
.label, .badge {background-color: #999999;}

/* Backlinkseller Abstand nur Desktop*/
@media (min-width: 1199px) {#knu-back-top {font-size: 11px;line-height: 14px;padding-top: 200px;}}

/* kunenalatest.css */
/* Kunena Modul KOMPLETT neuste Forumbeiträge */
.klatest li{background:none!important}.klatest-items li.klatest-item{list-style:none!important;clear:both;margin:2px 0;padding:0 0 1px}.klatest-items .knewchar{color:#090;font-weight:700;margin-left:3px;font-size:.75em;vertical-align:top;white-space:nowrap}.klatest-subject a{font-weight:700;font-size:12px}.klatest-avatar img{border:1px solid #ccc;margin:2px 2px 2px 0;padding:1px}.klatest-topicicon img{margin:2px 2px 2px 0;padding:1px;width:32px;height:32px}.klatest-posttime,.klatest-cat,.klatest-author{font-size:10px}p.klatest-more{clear:both;margin:0;padding:0}.klatest-itemdetails li.klatest-author{display:inline}.klatest-itemdetails li.klatest-posttime{display:block}.klatest-items,.klatest-items ul.klatest-itemdetails{margin:0;padding:0}.klatest-itemdetails li,.klatest-preview-content li{margin-bottom:0!important;display:block}.klatest-avatar,.klatest-topicicon{float:left;display:block;margin-right:5px}
html body div.moduletable div.klatest ul.klatest-items li.klatest-item{padding:20px!important}
html body div.moduletable div.klatest ul.klatest-items ul.klatest-itemdetails{background-color:#fff!important;padding:10px!important;border:1px solid #ccc!important}


/* modules/mod_spielothek_lastpoks/mod_spielothek_lastpoks.css */
.clr{clear:both;height:0px}dl.spielothek_mod_lastpoks_item{border-bottom:1px dashed #b2b4bf;padding-bottom:1em}dl.spielothek_mod_lastpoks_item dt.spielothek_mod_lastpoks_title{clear:both;margin-bottom:0.7em}dl.spielothek_mod_lastpoks_item dt.spielothek_mod_lastpoks_title strong{font-size:1.3em}dl.spielothek_mod_lastpoks_item dt.image{float:left;margin-right:1em}dl.spielothek_mod_lastpoks_item dt.image img{border-color:#819d26}dl.spielothek_mod_lastpoks_item span.slogan{float:right}dl.spielothek_mod_lastpoks_item span.slogan strong{color:red}

/* mos_jdownloads_file.css */
table.jdpf_placeholders{background-color:#fff;border-collapse:collapse;border-color:#404040;border-spacing:0;border-style:solid;border-width:1px;margin:0;padding:0;width:700px}
td.jdpf_placeholders_title_l{font-weight:700;background-color:#eaeaea;border-bottom:1px dotted #888;padding:2px 2px 2px 8px;width:300px}
td.jdpf_placeholders_title_r{font-weight:700;background-color:#eaeaea;border-bottom:1px dotted #888;border-left:1px dotted #888;padding:2px 2px 2px 8px;width:400px}
td.jdpf_placeholder_l{background-color:#f8f8ff;border-bottom:1px dotted #888;padding:2px 2px 2px 8px;width:300px}
td.jdpf_placeholder_r{background-color:#f8f8ff;border-bottom:1px dotted #888;border-left:1px dotted #888;padding:2px 2px 2px 8px;width:400px}
table.jdpf_parameters{background-color:#fff;border-collapse:collapse;border-color:#404040;border-spacing:0;border-style:solid;border-width:1px;margin:0;padding:0;width:600px}
td.jdpf_parameters_title_l{font-weight:700;background-color:#eaeaea;border-bottom:1px dotted #888;padding:2px 2px 2px 8px;width:200px}
td.jdpf_parameters_header{font-weight:700;background-color:#eaeaea;border-bottom:1px dotted #888;padding:2px 2px 2px 8px;width:600px}
td.jdpf_parameters_title_r{font-weight:700;background-color:#eaeaea;border-bottom:1px dotted #888;border-left:1px dotted #888;padding:2px 2px 2px 8px;width:400px}
td.jdpf_parameters_l{background-color:#f8f8ff;border-bottom:1px dotted #888;padding:2px 2px 2px 8px;width:200px}
td.jdpf_parameters_r{background-color:#f8f8ff;border-bottom:1px dotted #888;border-left:1px dotted #888;padding:2px 2px 2px 8px;width:400px}
div.jdpf_not_logged_in{text-align:center;font-weight:700}




/* JDownloads copyright */
.jd_footer{font-size:.3em!important}




/* Facebook Fanpagelike popup */
#knutimer {display:block;height:10px;line-height:10px;font-family:'Yanone Kaffeesatz',sans-serif;margin-bottom:-10px;font-size:16px}
#knufacebookfanpopup {padding:10px; background:#fff;}
.knulikekopf {display:block;background:#8992c1;color:#fff;padding:5px;text-shadow:1px 1px 0 #000;margin:0 -10px;border-top:1px solid #444;border-bottom:1px solid #444;}

		
/* Geburtstage Module */
/*	
.swkb_calendar {margin: .25em 10px .25em 0;padding-top:5px;float:left;width:30px;background:#ededef;background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));background: -moz-linear-gradient(top, #ededef, #ccc);font: bold 12px/20px Arial Black, Arial, Helvetica, sans-serif;text-align:center;color:#000;text-shadow:#fff 0 1px 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;-moz-box-shadow:0 2px 2px #888;-webkit-box-shadow:0 2px 2px #888;box-shadow:0 2px 2px #888;clear:left;}
.swkb_calendar em {display: block;font: normal bold 9px/15px Arial, Helvetica, sans-serif;color: #fff;text-shadow:#00365a 0 -1px 0;background:#04599a;background: -webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a));background: -moz-linear-gradient(top, #04599a, #00365a);-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius: 3px;border-top:1px solid #00365a;}
.swkb_calendar:before, .swkb_calendar:after {content: '';float:left;position:absolute;top:2.5px;width:4px;height:4px;background:#111;z-index:1;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:0 1px 1px #fff;-webkit-box-shadow:0 1px 1px #fff;box-shadow:0 1px 1px #fff;}
.swkb_calendar:before {left:5.5px;}
.swkb_calendar:after {right:5.5px;}
.swkb_calendar em:before, .swkb_calendar em:after {content: '';float:left;position:absolute;top: -2.5px;width:2px;height:7px;background:#dadada;background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));background: -moz-linear-gradient(top, #f1f1f1, #aaa);z-index: 2;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.swkb_calendar em:before {left:6.5px;}
.swkb_calendar em:after {right:6.5px;}
.swkb{overflow:auto;padding:10px;}
.swkb li {overflow:auto;padding:10px!important;border:1px solid #ddd;margin:10px;}
.swkb li span {vertical-align:middle;}
.swkb_today{background: url("templates/flat/images/birthday16x16.png") no-repeat center top transparent scroll;height:16px;width:16px;display:inline-block;}
*/	


	
	
/* Joomla */
.btn-group .btn.dropdown-toggle {background:#eee;color:#555!important;border:1px solid #dcdcdc}	
.muted {color:#999;}
.highlight {font-style:italic;color:#444;background: #FFC;padding:0 .15em!important;font-weight:normal!important;}
.article-info-term {display: none!important;}
.label-info, .badge-info {background-color:#3a87ad;}

/* Pagination */
.pagination {margin:20px 0;}
.pagination ul { display:inline-block; *display: inline; /* IE7 inline-block hack */ *zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul > li {display:inline;}
.pagination ul > li > a, .pagination ul > li > span {float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0;}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {background-color:#f5f5f5;}
.pagination ul > .active > a, .pagination ul > .active > span {color:#999;cursor:default;}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {color:#999;background-color:transparent;cursor:default;}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.pagination-centered {text-align:center;}
.pagination-right {text-align:right;}
.pagination-large ul > li > a, .pagination-large ul > li > span {padding:11px 19px;font-size:17.5px;}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;} 
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {-webkit-border-top-left-radius: 3px;-moz-border-radius-topleft: 3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-left-radius: 3px;}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;}
.pagination-small ul > li > a, .pagination-small ul > li > span {padding:2px 10px;font-size:11.9px;}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {padding:0 6px;font-size:10.5px;}	
	
	
	
/* Komento */
/*
#section-kmt h3.kmt-title {background:#AFB6DC;color:#222;}
*/	


.clear{clear:both}	



.popover {z-index: 9999999999999;}














/* Artikel Bilder */
.artikel_bilder {
    max-width: 90%;
    height: auto;
}

/*

.link-override a:visited, .link-override a:hover, .link-override a:active {color:#285bc6!important;}
.link-override a:link {color:#285bc6!important;}
.link-override a:visited {color:#285bc6!important;}
.link-override a:hover {color:#285bc6!important;}

*/


/* mod_finder */
#knu_suchen {float:right;}
#knu_suchen{position:relative;top:-33px;right:20px;height:20px;z-index:999;}
#knu_search {float:right;position:relative;top: 4px;}
#knu_search .knu_search_button, #knu_search .knu_search_button_close {border: 1px solid #7B7B7B;text-shadow:0 -1px 0 #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:1px 15px 0 0;display:block;cursor:pointer;height:28px;right: -20px;position: relative;}
#knu_search .knu_search_button:hover, #knu_search .knu_search_button_close:hover {background-color:#8992c1;text-decoration:none!important;}
#knu_search .knu_search_button_close {display:none;}
#knu_search .knu_search_button span:before{font-family:'Font Awesome 5 Free';content:"\f002";font-weight: 900;}
#knu_search .knu_search_button_close span:before{font-family:'Font Awesome 5 Free';content:"\f00d";font-weight: 900;}
#knu_search .knu_search_button span,
#knu_search .knu_search_button_close span {opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=55);width:32px;height:30px;display:block;padding: 2px 6px;color:#444;font-size:18px;}
#knu_search .knu_search_button span:hover, #knu_search .knu_search_button_close span:hover {opacity:1;-moz-opacity:1;filter:alpha(opacity=99);}
#knu_search .knu_search_button:active, #knu_search .knu_search_button_close:active {border-color:#888 #AAA #CCC;}
#knu_search .knu_search_content {display:none;position:absolute;top:1px;left:-220px;z-index:99;}
#knu_search .knu_search_content .jf-sample-search-button {display:block;height:31px;width:32px;top:0;right:0;cursor:pointer;position:absolute;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=55);}
#knu_search .knu_search_content .jf-sample-search-button:hover {opacity:1;-moz-opacity:1;filter:alpha(opacity=99);}
#knu_search .knu_search_content form input.button {background:none;padding:8px 8px;border:none;box-shadow:none;}

#knu_search .knu_search_content *[id^='mod-finder-searchword'] {border:1px solid #DDD;padding:5px 8px;border-radius:2px;background:#F6F6F6;font-size:16px;margin:0;width:auto;box-shadow:none;line-height:18px;color:#000;}
#knu_search .knu_search_content *[id^='mod-finder-searchword']:hover {background:#fff;}
#knu_search .knu_search_content *[id^='mod-finder-searchword']:focus {background:#fff;box-shadow:0 0 5px #ccc;border:1px solid #ccc;}
@media only screen and (max-width: 568px) {#knu_search .knu_search_content {left: -130px;}
#knu_search .knu_search_content *[id^='mod-finder-searchword'] {max-width:100px;}}
#knu_search .knu_search_content form button:before {font-family:'Font Awesome 5 Free';content:"\f002";font-weight: 900;color:#444;font-size:18px;}


#knu_js_login #es .btn-sm:hover
{background-color:#b2b9f7;background-image: -moz-linear-gradient(top, #4c69ba, #004080)!important;background-image: -o-linear-gradient(top, #4c69ba, #004080)!important;background-image: -ms-linear-gradient(top, #4c69ba, #004080)!important;background-image: -webkit-gradient(linear, left top, left bottom, from(#4c69ba), to(#004080));!important}

#es .es-stream, #es .es-stream-content, #es .es-stream-preview,
#es .es-stream-list > li + li,
#es .es-stream-embed.is-achievement, #es .es-stream-embed.is-apps, #es .es-stream-apps__hd, #es .es-stream-apps__bd,
#es .es-story-text
/*#es .content-ads*/

{background-color:#fbfcff;} /* #e9eaed */
#knu_js_login {float:right;margin-left:10px;position:relative;}  /* muss da sein*/
/* Toolbar Login Register */
#knu_login_respo {/*width:996px;*/height:30px;display:block;position:fixed;top:55px;z-index:999;text-align:right;}
#knu_js_login {float:right;margin-left:10px;position:relative;}
#knu_js_login .loginBtn span, .loginBtn {display:inline-block;font-family:'Yanone Kaffeesatz',Helvetica;font-size:20px;color:#fff;font-weight:normal;font-weight:300;line-height:normal;}
#knu_js_login .loginBtn span {display:inline-block;cursor:default;}
#knu_js_login .loginBtn::-moz-focus-inner {border:0;padding:0;}
#knu_js_login .loginBtn {position:relative;cursor:pointer;text-align:center;margin:0 2px;transition:all .3s ease-out;border:1px solid#ccc;font-size:18px;padding:2px 10px;}
#knu_js_login .loginBtn[data-oauth]{text-align:left;}
#knu_js_login a.logBtn.selectBtn:hover {background-color:transparent;}
#knu_js_login .selectBtn {margin:1px;white-space:nowrap;}
#knu_js_login .selectBtn:hover, .loginBtn:hover { *text-decoration:none;}
#knu_js_login .selectBtn {display:inline-block;  *display:inline;z-index:10000;user-select:none;-moz-user-select:none;-webkit-user-select:auto;-ms-user-select:none;}
#knu_js_login .selectBtn:hover, #knu_js_login .selectBtn:active, #knu_js_login .selectBtn:focus {background:none;}






.gi-elem input, .gi-elem button, .gi-elem select, .gi-elem textarea, .gi-elem, .ial-close {box-sizing: border-box !important;-moz-box-sizing: border-box !important;-webkit-box-sizing: border-box !important;}
.ial-close {margin:0 !important;}

#jf_js_login  .ial-close {position:absolute;right:0;top:0;line-height:0;margin:0;cursor:pointer;z-index:10;background-image: url(templates/flat/images/ajaxlogin/x.png);background-repeat: no-repeat;background-position:center center;background-color:transparent;border:none;padding:20px;width:50px;height:50px;}
#jf_js_login  .ial-close {top:0!important;}

.gi-elem .hidden {display:none;}
.gi-elem {display:block;float:left;text-align:left;line-height:0;padding-top:2px;}
.gi-elem.gi-wide {width:100%;}
.ial-login, .ial-form {display:block;margin:0;/*line-height:0;*/max-width:100%;}

.selectBtn {display:inline-block;  *display:inline;z-index:10000;user-select:none;-moz-user-select:none;-webkit-user-select:auto;-ms-user-select:none; }
.selectBtn:hover, .selectBtn:active, .selectBtn:focus {background:none;}
#logoutForm, #loginForm {display:inline-block;margin:0;}
.loginWndInside {position:relative;display:inline-block;background-color:#fff;}
.loginH3 {font-size:25px;color:#fff;font-weight:normal;font-weight:300;text-align:left;line-height:30px;padding:10px 70px 10px 50px;position:relative;background-color:#8992c1;background-image: -moz-linear-gradient(top, #8992c1, #b2b9f7); background-image: -o-linear-gradient(top, #8992c1, #b2b9f7); background-image: -ms-linear-gradient(top, #8992c1, #b2b9f7); background-image: -webkit-gradient(linear, left top, left bottom, from(#8992c1), to(#b2b9f7)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8992c1, endColorstr=#b2b9f7); -o-background-size: 100% 100%;margin: -25px 5px 20px -45px;}
.gi-elem{width:94%;margin:0px 25px;padding-top:5px;}
.gi-field-icon{width: 37px;height: 37px;position: absolute;background-color: #8992c1;background-image: -moz-linear-gradient(left, #8992c1, #8992c1);background-image: -o-linear-gradient(left, #8992c1, #8992c1);background-image: -ms-linear-gradient(left, #8992c1, #8992c1);background-image: -webkit-gradient(linear, left top, right top, from(#8992c1), to(#8992c1));-moz-transition: all 0ms ease 0s;-webkit-transition: all 0ms ease 0s;-ms-transition: all 0ms ease 0s;transition: all 0ms ease 0s;-ms-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;	}
.gi-field-out {-moz-perspective:200px;-webkit-perspective:200px;perspective:200px;width:40px;height:40px;margin-left:0px;margin-top:0px;  position:absolute;width: 37px;height: 37px;position: absolute;background-color: #8992c1;background-image: -moz-linear-gradient(left, #8992c1, #8992c1);background-image: -o-linear-gradient(left, #8992c1, #8992c1);background-image: -ms-linear-gradient(left, #8992c1, #8992c1);background-image: -webkit-gradient(linear, left top, right top, from(#8992c1), to(#8992c1));-moz-transition: all 0ms ease 0s;-webkit-transition: all 0ms ease 0s;-ms-transition: all 0ms ease 0s;transition: all 0ms ease 0s;-ms-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
div.gi-elem div.gi-field-out.fa{color:#efefef;font-size:24px;padding:5px 0px 0px 9px;}

a.logBtn.selectBtn:hover {background-color:transparent;}
.selectBtn {margin:1px;white-space:nowrap;}
.selectBtn:hover, .loginBtn:hover { *text-decoration:none;}

.loginBtn[data-oauth]{text-align:left;}

.socialIco {cursor:pointer;width:50px;height:50px;display:inline-block; *display:block; *float:left;margin:0 6px;text-align:left;-o-perspective:200px;-moz-perspective:200px;-webkit-perspective:200px;perspective:200px;}

.socialIco:first-child {margin-left:0;}
.socialIco:last-child {margin-right:0;}
.socialImg {width:50px;height:50px;position:relative;-o-transform-origin:50% 25px -25px;-moz-transform-origin:50% 25px -25px;-webkit-transform-origin:50% 25px -25px;transform-origin:50% 25px -25px;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:#004080;outline:1px solid transparent;-ms-backface-visibility:hidden; -moz-backface-visibility:hidden; -webkit-backface-visibility:hidden; backface-visibility:hidden;  }

.knu-pad-rb {padding-right:10px;padding-bottom:10px;}

.socialIco:hover .socialImg{-o-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-webkit-transform:rotateX(90deg);transform:rotateX(90deg);}

.loginBtn, .socialIco, .socialImg, .ial-close{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}

.facebookImg, .googleImg, .twitterImg, .windowsImg, .linkedinImg, .instagramImg, .vkImg {background-image:url(templates/flat/images/knu-sprites-4.png);background-repeat: no-repeat;display: block;width:50px;height:50px;}
.facebookImg {background-position: -5px -130px;}
.googleImg {background-position: -65px -130px;}
.twitterImg {background-position: -245px -130px;}
.windowsImg {background-position: -365px -130px;}
.linkedinImg {background-position: -125px -130px;}
.instagramImg {background-position: -185px -130px;}
.vkImg {background-position: -305px -130px;}

.socialImgHover{background-color:#b2b9f7;-o-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);transform:rotateX(-90deg);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-o-transition: background 0.3s ease 0s;-moz-transition: background 0.3s ease 0s;-webkit-transition: background 0.3s ease 0s;-ms-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;position:absolute;top:100%;transform-style:preserve-3d;height:50px;width:50px;outline:1px solid transparent;-ms-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.socialIco:hover .socialImgHover{background-color:#b2b9f7;} 

.loginBtn span, .loginBtn {display:inline-block;font-family:'Yanone Kaffeesatz',Helvetica;font-size:20px;color:#fff;font-weight:normal;font-weight:300;line-height:normal;}
.loginBtn span {display:inline-block;cursor:default;}
.loginBtn::-moz-focus-inner {border:0;padding:0;}






 .ial-select:before {background-color:#8992c1;background-image: -moz-linear-gradient(top, #8992c1, #b2b9f7);background-image: -o-linear-gradient(top, #8992c1, #b2b9f7);background-image: -ms-linear-gradient(top, #8992c1, #b2b9f7);background-image: -webkit-gradient(linear, left top, left bottom, from(#8992c1), to(#b2b9f7));-o-background-size: 100% 100%;}
.ial-select:hover:before, .smallTxt, .forgetLnk, select.loginTxt, textarea.loginTxt, input[type=text].loginTxt, input[type=password].loginTxt {font-family: 'Yanone Kaffeesatz',Helvetica;font-size:20px;font-weight:300;text-decoration:none;line-height:normal;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
select.loginTxt, textarea.loginTxt, input[type=password].loginTxt, input[type=text].loginTxt {display:block;width:100%; *width:auto;height:auto;margin:0 0 14px;padding:5px;padding-left:47px;background:#fff no-repeat; *border:1px #8992c1 solid;border:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
select.loginTxt {-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0.01px;text-overflow: '';padding:4px 0 4px 25px;cursor:pointer;}
select.loginTxt::-ms-expand {display:none;}
select.loginTxt option {padding-left:5px;}
textarea.loginTxt{border:1px solid #d8d8d8;resize:vertical;height:118px;}
select.loginTxt, textarea.loginTxt, input[type=password].loginTxt, input[type=text].loginTxt { -webkit-transition: background-color 0.3s ease-out; -moz-transition: background-color 0.3s ease-out; -ms-transition: background-color 0.3s ease-out; -o-transition: background-color 0.3s ease-out;transition: background-color 0.3s ease-out;}
select.loginTxt { margin-bottom:12px;}
select.loginTxt option, select.loginTxt {padding-left:5px;}
button.ial-submit {margin:0 0 7px; *clear: both;}

.loginTxt::-webkit-input-placeholder {opacity: 1;}
.loginTxt:-moz-placeholder {opacity: 1;}
.loginTxt::-moz-placeholder {opacity: 1;}
.loginTxt:-ms-input-placeholder {opacity: 1;}
.loginTxt:focus::-webkit-input-placeholder {opacity: 0.5;}
.loginTxt:focus:-moz-placeholder {opacity: 0.5;}
.loginTxt:focus::-moz-placeholder {opacity: 0.5;}
.loginTxt:focus:-ms-input-placeholder {opacity: 0.5;}

textarea.loginTxt:hover, textarea.loginTxt:focus, input[type=password].loginTxt:hover, input[type=text].loginTxt:hover, input[type=password].loginTxt:focus, input[type=text].loginTxt:focus {background-color: #fff;}

.ial-submit { display:block; *display:inline; width:100%; *width:auto; margin-bottom:10px;}

.ial-check-lbl, .forgetLnk:link, .forgetLnk:visited {cursor:pointer;font-size:18px;font-weight:normal;margin:0;}
.smallTxt {display:inline-block;margin-bottom:1px;font-size:18px;font-weight:normal;}
a.forgetLnk:link {padding:0;margin-left:10px;background:none;}
.forgetDiv {line-height:0;}
.forgetDiv .forgetLnk:link {margin:0;color:#444;font-size: 16px;}
a.forgetLnk:hover {background-color:transparent;text-decoration:underline;}
.ial-checkbox {display:block;margin:1px 4px 0 0;width:18px;height:18px;  border:1px solid #d8d8d8;float:left;background:transparent none no-repeat center center;}
.ial-checkbox.ial-active {background-image: url(templates/flat/images/ajaxlogin/check.png);}
.ial-check-lbl {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.forgetLnk:link, .forgetLnk:visited, .forgetLnk:hover {padding:0 5px 0 35px;color:#444!important;text-decoration:none;}

.knu_bloku {padding:5px}
.knulogunten {padding:0 20px;}
.weit100 {width:100%}
.knulogpadbtn {padding:10px 25px 10px 0}
.knuoderlogin {font-size:11px;padding:10px 0;display:block;}

/* Login und Register Button*/
.loginBtn
{
color: #fff;padding: 3px 8px;border: 1px solid#999;font-size: 16px;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4), inset 1px 1px 0px rgba(255,255,255,0.2);box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 1px 1px 0px rgba(255,255,255,0.2);margin: 0 2px;	
font-family: "Open Sans";background-color:#004080;background-image: -moz-linear-gradient(top,#004080,#4c69ba);background-image: -o-linear-gradient(top,#004080,#4c69ba);background-image: -ms-linear-gradient(top,#004080,#4c69ba);background-image: -webkit-gradient(linear,left top,left bottom,from(#004080),to(#4c69ba));-o-background-size: 100% 100%;border:1px solid#000;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4), inset 1px 1px 0px rgba(255,255,255,0.2);box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 1px 1px 0px rgba(255,255,255,0.2);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.loginBtn:hover
{background-color:#b2b9f7;background-image: -moz-linear-gradient(top, #4c69ba, #004080);background-image: -o-linear-gradient(top, #4c69ba, #004080);background-image: -ms-linear-gradient(top, #4c69ba, #004080);background-image: -webkit-gradient(linear, left top, left bottom, from(#4c69ba), to(#004080));}




.btn-sign-with-linkedin, .btn-sign-with-twitter {color:#fff!important;

}

.btn-sign-with-linkedin:hover {}











/*
@media (min-width: 996px) and (max-width: 1199px) {#knu_login_respo  {width:996px;margin-left: -170px;}}
@media only screen and (min-width: 768px) and (max-width: 995px) {#knu_login_respo  {width:768px;margin-left: -130px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {#knu_login_respo  {width:480px;}}
@media only screen and (max-width: 480px) {#knu_login_respo  {width:100%;text-align:center;}}
*/



















.es-stream-item

{
border: 1px solid #ccc;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#es .es-stream-embed {border:none;}

#es .o-flag {
    padding: 14px;
}



#knu_js_login .mod-es-dropdown-menu {
float: right;
}


#knu_js_login #es .btn-sm {

color: #fff!important;
padding: 3px 8px;
border: 1px solid #999!important;
font-size: 16px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4), inset 1px 1px 0px rgba(255,255,255,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 1px 1px 0px rgba(255,255,255,0.2);
margin: 0 2px;
font-family: "Open Sans";
background-color: #004080!important;
background-image: -moz-linear-gradient(top,#004080,#4c69ba)!important;
background-image: -o-linear-gradient(top,#004080,#4c69ba)!important;
background-image: -ms-linear-gradient(top,#004080,#4c69ba)!important;
background-image: -webkit-gradient(linear,left top,left bottom,from(#004080),to(#4c69ba))!important;
-o-background-size: 100% 100%;
border: 1px solid #000;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4), inset 1px 1px 0px rgba(255,255,255,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 1px 1px 0px rgba(255,255,255,0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}








/* Bootstrap Hauptmenu Override */




.navbar .nav .dropdown-toggle .caret {margin-top:8px;}
.navbar .nav > li > .dropdown-menu:before {position: absolute;top: -7px;left: 9px;display: inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0, 0, 0, 0.2);content: '';}
.navbar .nav > li > .dropdown-menu:after {position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content: '';}
@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color:#9d9d9d;}
}

.knu_flat_icon {margin-top: -5px;}


.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}
.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}



/* Submenus below each other */
@media (max-width: 733px) {
.dropdown, .dropdown-submenu {display:block;position:static;float:none;}
.dropdown-menu {position:static;float:none;}
.open .nav-child.dropdown-menu {display:block;background-color:transparent;border:none;border-radius:0;box-shadow:none;}
}


/* Activates hovering the main items to show the sub items */
@media (min-width: 980px) {
.navbar-nav > li > a, .nav-pills > li > a, .dropdown-menu {margin:0;}
.navbar-nav > li.dropdown:hover ul.dropdown-menu, .nav-pills > li.dropdown:hover ul.dropdown-menu, .nav-tabs > li.dropdown:hover ul.dropdown-menu {display:block;}
.navbar-nav > li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu, .nav-pills > li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu, .nav-tabs > li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu {display:none;}
.navbar-nav  > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu, .nav-pills > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu, .nav-tabs > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu {display:block;}
}

.navbar-inverse {background-color:#9ea5cb;border-color: #999;}

/* Override nur Desktop */
@media only screen and (min-width: 766px) {
.navbar-inverse .navbar-nav > li > a {color:#444;font-size:18px;font-family:'Yanone Kaffeesatz';text-shadow:0 -1px 0 #aaa;}	
/*.navbar-inverse {background-color:#9ea5cb;}*/
.navbar-inverse .navbar-nav>li>a {color:#444;}
/* Erste Menueebene hover aktiv */
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>li>a:hover {color:#fff;background-color:#979FCC;}
}

.knu_lang_such {position: fixed; top: 40px; z-index: 9999; right: 100px;}
.knu_lang_such2 {position: fixed; top: 15px; z-index: 9999; right: 60px;}	

@media (min-width: 768px) and (max-width: 995px) {
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: -15px;margin-left: -15px;}
}

/* Mobile Menu */
@media only screen and (max-width: 766px) {
.navbar-toggle {background-color: #222;}	
.collapsing, .in {background-color: #222;}
}


/* Startseitenmenue Punkt nicht als aktive BG */
body > nav > div > div.collapse.navbar-collapse > ul > li.item-4686.current.active > a
{background-color:#9ea5cb;color:#444}
body > nav > div > div.collapse.navbar-collapse > ul > li.item-4686.current.active > a:hover
{color:#fff;background-color:#979FCC;}




