@import 'bold_style.css';
#es {
    font-family: inherit, 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: Inherit, 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: 14px
}

#es .es-h6 {
    font-size: 12px
}

#es p {
    margin: 0 0 10px
}

#es .lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

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

#es .bg-primary {
    color: #fff;
    background-color: #fd5a4f
}

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-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: #69707a
}

#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: 10px 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: 10px 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: 14px;
    line-height: 1.538461538;
    color: #444
}

#es .o-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    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: #69707a;
    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 #e0e0e0
}

#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: #69707a;
    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 #e0e0e0
}

#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: 14px;
    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: 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;
    text-transform: uppercase;
}

#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;
    margin: 0!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: #fd5a4f !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: #fd5a4f !important;
    border-color: #357ebd !important
}

#es .btn-primary .badge {
    color: #fd5a4f !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: #fe938c !important;
    border-color: #fe938c !important
}

#es .btn-es-primary:focus,
#es .btn-es-primary.focus {
    color: #fff !important;
    background-color: #fd5a4f !important;
    border-color: #185195 !important
}

#es .btn-es-primary:hover {
    color: #fff !important;
    background-color: #fd5a4f !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: #fd5a4f !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: #fd5a4f !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: #fe938c !important;
    border-color: #fe938c !important
}

#es .btn-es-primary .badge {
    color: #fe938c !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: #fe938c !important;
    background-color: #fff !important;
    border-color: #fe938c !important
}

#es .btn-es-default-o:focus,
#es .btn-es-default-o.focus {
    background-color: #fe938c!important;
    color: #fff !important
}

#es .btn-es-default-o:hover {
    background-color: #fe938c!important;
    color: #fff !important
}

#es .btn-es-default-o:active,
#es .btn-es-default-o.active,
.open>.dropdown-toggle#es .btn-es-default-o {}

#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 {}

#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: #fd5a4f !important;
    background-color: #fff !important;
    border-color: #fd5a4f !important
}

#es .btn-es-primary-o:focus,
#es .btn-es-primary-o.focus {
    color: #fd5a4f !important
}

#es .btn-es-primary-o:hover {
    color: #fd5a4f !important
}

#es .btn-es-primary-o:active,
#es .btn-es-primary-o.active,
.open>.dropdown-toggle#es .btn-es-primary-o {
    color: #fd5a4f !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: #fd5a4f !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: #e0e0e0 !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: #e0e0e0 !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: #fd5a4f;
    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 {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5
}

#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: #fd5a4f !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 {
    color: #fff !important;
    background-color: #516db6 !important;
    border-color: #2b6cb3 !important
}

#es .btn-es-facebook:focus,
#es .btn-es-facebook.focus {
    color: #fff !important;
    background-color: #3f5795 !important;
    border-color: #122e4c !important
}

#es .btn-es-facebook:hover {
    color: #fff !important;
    background-color: #3f5795 !important;
    border-color: #1f4e82 !important
}

#es .btn-es-facebook:active,
#es .btn-es-facebook.active,
.open>.dropdown-toggle#es .btn-es-facebook {
    color: #fff !important;
    background-color: #3f5795 !important;
    border-color: #1f4e82 !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: #34487c !important;
    border-color: #122e4c !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: #516db6 !important;
    border-color: #2b6cb3 !important
}

#es .btn-es-facebook .badge {
    color: #516db6 !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: 14px
}

#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: #fe938c !important
}

#es .o-label--primary[href]:hover,
#es .o-label--primary[href]:focus {
    background-color: #fd5a4f !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: #69707a;
    border: 1px solid #69707a
}

#es .o-label--primary-o {
    background-color: #fff !important;
    color: #fe938c !important;
    border: 1px solid #fe938c !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: 10px 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-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: 10px
}

#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.popbox {
    position: absolute;
    top: 0;
    z-index: 10020;
    width: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    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
}

#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 .o-pagination-wrap {
    line-height: 1;
    font-size: 14px;
    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: #69707a;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    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: #69707a;
    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: #69707a;
    background-color: #fff;
    border-color: #e1e1e1;
    cursor: default
}

#es.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Inherit, 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: 10px;
    font-size: 14px
}

#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: 14px;
    color: #fff;
    cursor: pointer
}

#es .o-checkbox input[type="checkbox"] {
    display: none
}

#es .o-checkbox input[type="checkbox"]:checked+label:before {
    background-color: #fe938c;
    border-color: #fe938c;
    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: #fe938c
}

#es .o-checkbox--sm label {
    font-size: 14px
}

#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: 10px;
    font-size: 14px
}

#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: #fe938c;
    border-color: #fe938c
}

#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: 14px
}

#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: 14px
}

#es .o-tabs__item {
    display: table-cell;
    position: relative
}

#es .o-tabs__item:hover .o-tabs__link-edit {
    display: inline-block
}

#es .o-tabs__item.has-notice .o-tabs__bubble {
    display: inline-block
}

#es .o-tabs__item.error .o-tabs__link {
    border-right: 2px solid #f65b5b;
    color: #f65b5b
}

#es .o-tabs__link-edit {
    display: none
}

#es .o-tabs__link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #69707a;
    outline: 0 !important
}

#es .o-tabs__link::-moz-focus-inner {
    border: 0 !important
}

#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: #69707a;
    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 #e0e0e0
}

#es .o-tabs--horizontal .o-tabs__item {
    color: #69707a;
    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 #fe938c;
    background-color: #f5f5f5
}

#es .o-tabs--horizontal .o-tabs__link {
    display: block;
    color: #69707a;
    padding: 2px 0
}

#es .o-tabs--horizontal .o-tabs__link:hover {
    background-color: #f5f5f5
}

#es .o-tabs--horizontal-flat {
    border: 1px solid #e0e0e0
}

#es .o-tabs--horizontal-flat .o-tabs__item {
    color: #69707a;
    border-right: 1px solid #e0e0e0;
    position: relative
}

#es .o-tabs--horizontal-flat .o-tabs__item.active .o-tabs__link {
    color: #fe938c
}

#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: #69707a;
    padding: 10px 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: #69707a;
    border-right: 2px solid transparent;
    position: relative
}

#es .o-tabs--stacked .o-tabs__item.active>.o-tabs__link {
    color: #444;
    border-right: 2px solid #fe938c;
    background-color: #f5f5f5
}

#es .o-tabs--stacked .o-tabs__link {
    display: block;
    color: #69707a;
    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: #69707a
}

#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: 14px
}

#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: #69707a
}

#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: #69707a;
    margin: 0 8px;
    padding: 0 8px
}

#es .o-tabs--es .o-tabs__link {
    color: #69707a;
    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 #fe938c
}

#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;
    -webkit-transform: perspective(1px) scale(1);
    -moz-transform: perspective(1px) scale(1);
    -o-transform: perspective(1px) scale(1);
    transform: perspective(1px) scale(1)
}

#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 #e0e0e0;
    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 #e0e0e0;
    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: #69707a;
    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: Inherit, 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 #e0e0e0;
    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 #e0e0e0 !important;
    border-radius: 5px 5px 0 0 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 14px !important;
    margin: 0 !important;
    padding: 10px 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 #e0e0e0;
    border-radius: 3px
}

#es .o-box--border {
    border-top: 1px solid #e0e0e0
}

#es .o-box>div {
    padding: 10px 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: 14px
}

#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 #e0e0e0;
    border-radius: 2px 2px 2px 2px;
    color: #444;
    padding: 2px 4px
}

#es .es-hr {
    margin: 16px 0;
    border-top: 1px solid #e0e0e0
}

#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 #e0e0e0
}

#es .es-divider-bottom {
    border-bottom: 1px solid #e0e0e0
}

#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 #e0e0e0;
    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: 10px 16px
}

#es .es-profile-data-table thead tr {
    border: 1px solid #e0e0e0
}

#es .es-profile-data-table tbody>tr:last-child td {
    border-bottom: 1px solid #e0e0e0
}

#es .es-profile-data-table td {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 10px 16px
}

#es .profile-data-info__data {
    border-bottom: 1px solid #e0e0e0;
    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.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 #e0e0e0
}

#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: 14px
}

#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: #69707a;
    font-size: 12px
}

#es .es-blog-item+.es-blog-item {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px
}

#es .es-discuss-group__title {
    font-size: 14px;
    font-weight: bold
}

#es .es-discuss-group__meta a,
#es .es-discuss-group__meta span {
    color: #69707a;
    font-size: 12px
}

#es .es-discuss-group+.es-discuss-group {
    border-top: 1px solid #e0e0e0;
    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 #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    width: 44px
}

#es .es-calendar-date__date {
    font-weight: bold;
    font-size: 14px;
    line-height: 13px
}

#es .es-calendar-date__mth {
    color: #f65b5b;
    font-size: 14px;
    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: 14px !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 .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-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: Inherit, 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: 14px
}

#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: 10px;
    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 #e0e0e0
}

#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: 10px;
    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: 10px;
    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 #e0e0e0;
    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_ {}

#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: #fd5a4f;
    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: #fd5a4f;
    -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 .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 #e0e0e0 !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 #e0e0e0 !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: 10px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #69707a;
    -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: #69707a
}

#es .markItUpEditor:-moz-placeholder {
    color: #69707a
}

#es .markItUpEditor::-moz-placeholder {
    color: #69707a
}

#es .markItUpEditor:-ms-input-placeholder {
    color: #69707a
}

#es .markItUpEditor::-ms-input-placeholder {
    color: #69707a
}

#es .markItUpEditor:placeholder-shown {
    color: #69707a
}

#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 #e0e0e0 !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: 14px !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-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 .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"
}

#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
}

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

#es .fa,
#es .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

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

#es .far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

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

#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: #69707a;
    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: #fe938c
}

#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: #69707a
}

#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: 10px;
    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: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1
}

#es .es-snackbar__dropdown>a {
    color: #69707a
}

#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 #e0e0e0;
    font-size: 14px;
    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: #69707a
}

#es .es-card__ft {
    padding: 10px 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-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: 10px;
    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: #69707a;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es .es-card__meta a {
    color: #69707a
}

#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 #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    text-align: center
}

#es .es-card__calendar-date--rounded {
    border-radius: 50%
}

#es .es-card__calendar-day {
    font-weight: bold;
    font-size: 14px;
    line-height: 13px
}

#es .es-card__calendar-mth {
    color: #f65b5b;
    font-size: 14px;
    line-height: 13px
}

#es .es-card--border {
    border-top: 1px solid #e0e0e0
}

#es .es-card.is-featured .es-card__state,
#es .es-card.is-passed .es-card__state {
    display: block
}

#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: #69707a;
    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: #fe938c
}

#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: 14px
}

#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: 14px;
    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 #e0e0e0;
    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 #e0e0e0;
    display: inline-block;
    padding: 10px 16px;
    line-height: 28px
}

#es .es-form-business-hour__time {
    padding: 10px 8px;
    width: 128px
}

#es .es-form-business-hour__time select {
    padding: 5px 6px
}

#es .es-form-business-hour__ampm {
    text-align: right;
    padding: 10px 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 #e0e0e0;
    border-radius: 3px;
    padding: 10px
}

#es .dropdown--popdown {
    display: inline-block
}

#es .btn-popdown {
    font-size: 14px;
    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: #69707a
}

#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 #e0e0e0
}

#es .dropdown-menu--popdown>li:first-child {
    border-top: 0
}

#es .dropdown-menu--popdown>li>a {
    padding: 10px 16px
}

#es .dropdown-menu--popdown>li>a>i {
    width: 18px;
    text-align: center
}

#es .dropdown-menu--popdown__desp {
    white-space: pre-line;
    color: #69707a;
    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: #69707a !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: #fe938c !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: #fd5a4f;
    text-decoration: underline
}

#es .words>span.with-data {
    display: none
}

#es .words>span.without-data {
    display: inline-block;
    color: #fd5a4f
}

#es .words.open>span {
    color: #fd5a4f;
    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: 10px 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: 14px;
    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: 10px 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 #e0e0e0
}

#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 #e0e0e0
}

#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: #69707a;
    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: #69707a
}

#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: #69707a;
    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 #e0e0e0
}

#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: #69707a
}

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

#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: #f9f2ef;
    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: #69707a;
    opacity: 1
}

#es .mentions textarea:-ms-input-placeholder {
    color: #69707a
}

#es .mentions textarea::-webkit-input-placeholder {
    color: #69707a
}

#es .mentions-inspector {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    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: #f9f2ef
}

#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: 10px 0;
    height: 20px;
    position: relative;
    top: -16px
}

#es .mentions-autocomplete-inner {
    border: 1px solid #e0e0e0;
    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: 14px
}

#es .mentions-menu .mentions-menuItem+.mentions-menuItem {
    border-top: 1px solid #e0e0e0
}

#es .mentions-menu .mentions-menuItem.active {
    background: #f9f2ef
}

#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 #e0e0e0;
    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 .close-button {
    display: block
}

#es.es-explorer-popup .fd-explorer-content {
    height: 100%
}

#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;
    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__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: 10px;
    border-bottom: 1px solid #e0e0e0
}

#es .es-explorer__sidebar-title {
    font-weight: bold;
    padding: 10px;
    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: 10px;
    border-bottom: 1px solid #e0e0e0
}

#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 #e0e0e0
}

#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 .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 #e0e0e0;
    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: 10px 16px;
    color: #69707a
}

#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 #e0e0e0;
    padding: 10px;
    text-align: right
}

#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: #69707a;
    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: #f9f2ef
}

#es .fd-explorer-folder .fd-folder-remove-button {
    display: none;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #69707a
}

#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 .close-button {
    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: 10px 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 #e0e0e0;
    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: #69707a
}

#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: 14px;
    height: 100%
}

#es .es-dialog-content * {
    font-size: 14px
}

#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 #e0e0e0 !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: #fe938c !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: #69707a;
    display: block;
    padding: 10px 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: 14px;
    -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 #e0e0e0;
    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 #e0e0e0;
    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 #e0e0e0;
    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 #e0e0e0;
    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 #e0e0e0;
    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 #fd5a4f;
    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: #f9f2ef;
    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: #fd5a4f;
    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: 32px;
    background: #fff;
    bottom: 120%;
    min-width: 300px;
    -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: 2;
    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: 48px;
    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: #69707a
}

#es .es-reaction-stats__text>a {
    color: #69707a
}

#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: #69707a
}

#es.popbox-reaction {
    box-shadow: none;
    width: 294px;
    min-height: 96px
}

#es.popbox-reaction .arrow {
    display: none
}

#es .es-reaction-stats-pop {
    width: 294px
}

#es .es-reaction-stats-pop__hd {
    border-bottom: 1px solid #e0e0e0
}

#es .es-reaction-stats-pop__hd,
#es .es-reaction-stats-pop__bd {
    padding: 10px 16px
}

#es .es-reaction-stats-pop__bd {
    max-height: 116px;
    overflow-y: auto
}

#es .es-reaction-stats-list__item {
    margin-bottom: 10px;
    padding-top: 8px
}

#es .es-reaction-stats-list__item+.es-reaction-stats-list__item {
    border-top: 1px solid #e0e0e0
}

#es .es-reaction-stats-list .o-media__body {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 8px
}

#es.is-mobile .es-reactions-pop {
    left: -4px
}

#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: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative
}

#es .es-emoji-unicode:before {
    width: 20px;
    height: 20px;
    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: 14px !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: 10px 0;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #69707a
}

#es .textboxlist-autocomplete-inner {
    border: 1px solid #e0e0e0;
    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 #e0e0e0 !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 #e0e0e0;
    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 #e0e0e0;
    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 #e0e0e0 !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%;
    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 #e0e0e0;
    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 #e0e0e0
}

#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: 14px;
    color: #444
}

#es .profile-data-table .es-locations {
    margin-right: 50px
}

#es .es-locations[data-location-base] {
    position: relative
}

#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
}

#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 #e0e0e0;
    background-size: cover;
    background-repeat: no-repeat
}

#es .es-hika-item__context {
    padding: 10px 16px
}

#es .es-hika-item__title {
    font-weight: bold;
    color: #444;
    margin-bottom: 10px
}

#es .es-hika-item__meta {
    color: #69707a;
    margin-bottom: 10px
}

body:after {
    content: url('../../../../../media/com_easysocial/images/lightbox/close.png') url('../../../../../media/com_easysocial/images/lightbox/loading.gif') url('../../../../../media/com_easysocial/images/lightbox/prev.png') url('../../../../../media/com_easysocial/images/lightbox/next.png');
    display: none
}

.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;
    background: url(../../../../../media/com_easysocial/images/lightbox/loading.gif) no-repeat
}

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

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../../../../media/com_easysocial/images/lightbox/prev.png) left 48% no-repeat;
    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:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../../../../media/com_easysocial/images/lightbox/next.png) right 48% no-repeat;
    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: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: 14px;
    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;
    background: url(../../../../../media/com_easysocial/images/lightbox/close.png) top right no-repeat;
    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
}

.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: 50px;
    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 #e0e0e0;
    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 #e0e0e0;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px
}

.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: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #69707a 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 #69707a transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e0e0e0;
    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 #e0e0e0;
    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 #e0e0e0
}

.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 #e0e0e0;
    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 #e0e0e0;
    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: #69707a 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 #e0e0e0;
    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 #69707a 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 #e0e0e0;
    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 #e0e0e0;
    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: #69707a;
    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 #e0e0e0;
    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: 14px;
    line-height: 1.69230769;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    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: #e0e0e0
}

.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: 10px
}

.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: #69707a;
    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: 10px 16px
}

.select2-container--profile-type .select2-results__option+.select2-results__option {
    border-top: 1px solid #e0e0e0
}

.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: 0;
    box-shadow: 0 2px 4px 0 #e0e0e0;
    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: 10px
}

.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: 10px;
    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: 10px
}

@-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(#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
}

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: #fe938c
}

#es.view-styleguide h4 {
    font-size: 14px;
    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(../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: 10px
}

#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: #69707a;
    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: 10px
}

#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: 10px;
    font-size: 14px;
    text-transform: normal;
    font-weight: bold
}

#es .es-side-widget__hd-action {
    float: right;
    color: #69707a
}

#es .es-side-widget__bd-title {
    font-weight: bold
}

#es .es-side-widget__bd-desc {
    color: #69707a
}

#es .es-side-widget+.es-side-widget,
#es .es-side-widget+.widgets-wrapper {
    margin-top: 16px
}

#es .es-side-widget .o-tabs__link {
    color: #69707a;
    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: #69707a
}

#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: #69707a;
    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 #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    width: 44px;
    background-color: #fff
}

#es .es-side-calendar-date__date {
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    color: #333
}

#es .es-side-calendar-date__mth {
    color: #f65b5b;
    font-size: 14px;
    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: 10px;
    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: 10px
}

#es .es-side-operation-data__day {
    color: #444
}

#es .es-side-operation-data__icons {
    color: #69707a
}

#es .es-side-operation-data__dropdown {
    position: absolute;
    top: 0;
    right: 0
}

#es .es-side-operation-data__dropdown-toggle {
    color: #69707a;
    padding: 0 4px
}

#es .es-side-operation-data .open .es-side-operation-data__dropdown-toggle {
    color: #444
}

#es .es-side-operation-data__hr {
    color: #69707a;
    font-size: 12px
}

#es .es-side-operation-data .dropdown-menu {
    padding: 10px 16px
}

#es.is-mobile .es-side-operation-data {
    padding: 10px 16px
}

#es.is-mobile .es-side-operation-data__dropdown {
    top: 8px;
    right: 16px
}

#es .es-restricted 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: 10px 8px;
    color: #69707a;
    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: 10px 10px
}

#es .es-repost-form .es-form {
    padding: 4px;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px
}

#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: 14px
}

#es .es-repost-preview {
    padding: 10px;
    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: 10px
}

#es .es-achieve-badge__title>a {
    color: #444
}

#es .es-achieve-badge__desc {
    margin-bottom: 10px
}

#es .es-achieve-badge__date {
    color: #69707a
}

#es.es-mobile-content .es-achievements .es-cards__item {
    margin: 0 -16px;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

#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: #69707a
}

#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 #e0e0e0;
    border-radius: 3px;
    position: relative;
    text-align: center;
    max-width: 376px;
    margin: 60px auto 0;
    padding: 40px 0 20px
}

#es .es-social-signon__form-inner {
    padding: 4px 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: 10px
}

#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: 14px
}

#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 #e0e0e0;
    border-radius: 3px;
    padding: 5px
}

#es .es-comments .es-story-text .es-comments-form {
    padding: 0
}

#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: 10px;
    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-emoji-unicode:before {
    top: 3px
}

#es .es-comment .es-avatar img {
    margin: 0;
    padding: 0
}

#es .es-comment+.es-comment {
    border-top: 1px solid #e0e0e0
}

#es .es-comment-actions {
    position: absolute;
    right: 8px;
    top: 8px;
    display: none
}

#es .es-comment-actions .es-comment-actions-toggle i {
    color: #69707a;
    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: 10px;
    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: 15px;
    min-height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    background-color: #fff
}

#es .es-comments-form .es-form .mentions {
    font-size: 14px;
    min-height: 16px
}

#es .es-comments-form .es-form .mentions>div {
    padding-bottom: 20px !important
}

#es .es-comments-form .es-form .mentions textarea {
    font-size: 14px;
    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: 14px
}

#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: #aaa;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    position: relative
}

#es .es-comments-form .es-form-attach>label:hover {
    color: #69707a
}

#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 .es-input-smiley {
    font-size: 14px;
    width: 14px
}

#es .es-comments-form .es-input-smiley.active {
    color: #69707a
}

#es .es-comments-form .es-input-smiley.active .es-smileys {
    display: block
}

#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;
    display: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    position: absolute;
    font-size: 0;
    right: -8px;
    bottom: 100%;
    margin: 0 0 10px;
    padding: 4px;
    width: 162px;
    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-smileys:before,
#es .es-smileys: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-smileys:after {
    border-top-color: #fff;
    bottom: -6px
}

#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
}

#es .es-smileys__close,
#es .es-smileys__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)
}

#es .es-smileys__close:before,
#es .es-smileys__close:after,
#es .es-smileys__close:hover:before,
#es .es-smileys__close:hover:after {
    background: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%
}

#es .es-smileys__close:before,
#es .es-smileys__close:hover:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px
}

#es .es-smileys__close:after,
#es .es-smileys__close:hover:after {
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px
}

#es div#es .eb-composer-launcher-close-button i {
    background: #c00;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 5px
}

#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: #69707a
}

#es .es-comments-control__stats i {
    font-style: normal
}

#es .es-comment-item-meta {
    height: 20px;
    color: #69707a;
    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;
    -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: #69707a
}

#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-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 ul.es-comment-attachments {
    margin: 0 -4px !important
}

#es ul.es-comment-attachments,
#es ul.es-comment-attachments>li {
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none
}

#es ul.es-comment-attachments>li {
    float: left;
    padding: 4px;
    width: 33.333%;
    position: relative
}

#es ul.es-comment-attachments>li:hover .es-comment-attachment-remove {
    display: block
}

#es ul.es-comment-attachments a {
    display: block;
    position: relative
}

#es ul.es-comment-attachments a:after,
#es ul.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 ul.es-comment-attachments a:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 2;
    bottom: 0;
    top: 0
}

#es ul.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 ul.es-comment-attachments a:hover:after,
#es ul.es-comment-attachments a:hover i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es ul.es-comment-attachments img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

#es ul.es-comment-attachments.is-multiple>li {
    width: 25%
}

#es ul.es-comment-attachments.is-multiple a {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#es .es-comment-attachment-remove {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    position: absolute;
    right: -3px;
    top: -3px;
    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
}

#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 {
    width: 24px;
    height: 24px;
    line-height: 24px
}

#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.es-photo-popup .es-comments-form .es-input-photo {
    font-size: 15px
}

#es.is-mobile .es-comments-form .es-input-smiley,
#es.es-photo-popup .es-comments-form .es-input-smiley {
    font-size: 16px;
    width: 16px
}

#es .es-filterbar {
    position: relative;
    z-index: 2;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e0e0e0
}

#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 #e0e0e0;
    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: #69707a;
    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: #69707a;
    z-index: 2;
    position: relative;
    margin-bottom: 16px
}

#es .es-stage__actor {
    margin: 0 auto 16px;
    position: relative
}

#es .es-stage__curtain {
    padding: 10px 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: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 8px
}

#es .es-stage__actor-desc {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 8px
}

#es .es-stage__audience-title {
    margin-bottom: 10px
}

#es .es-pointshistory {
    position: relative;
    padding: 10px 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: 14px;
    line-height: 18px;
    color: #444;
    background: #fff;
    border: 1px solid #e0e0e0;
    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: #69707a
}

#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: 10px;
    padding: 10px 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__date {
    position: relative;
    top: 0
}

#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: #fd5a4f;
    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: 10px
}

#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 #e0e0e0;
    position: relative;
    background-color: #fff
}

#es .es-profile-header__hd,
#es .es-profile-header__bd,
#es .es-profile-header__ft {
    position: relative;
    font-size: 14px
}

#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 #e0e0e0;
    padding: 10px 16px
}

#es .es-profile-header__ft b {
    color: #444
}

#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: 10px 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: 14px;
    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: 10px;
    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: #69707a
}

#es .es-profile-header__meta span+span {
    padding-left: 4px;
    border-left: 1px dotted #e1e1e1
}

#es .es-profile-header__meta a {
    color: #69707a
}

#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: 10px
}

#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: #69707a
}

#es .es-profile-header__ft .swiper-container .dropdown-menu a {
    color: #69707a
}

#es .es-profile-header__ft .o-nav__item {
    vertical-align: top
}

#es .es-profile-header-nav {
    border-top: 1px solid #e0e0e0;
    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: 14px;
    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: #69707a;
    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: #fe938c;
    border-bottom-color: #fe938c
}

#es .es-profile-header-nav .is-active>.es-profile-header-nav__dropdown-link {
    border-color: #fe938c;
    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
}

#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: 10px;
    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: 10px;
    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__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: 80px
}

#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 #e0e0e0;
    padding: 10px 16px;
    color: #69707a
}

#es.is-mobile .es-profile-header__profile-info a {
    color: #69707a
}

#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: #69707a;
    padding: 0;
    cursor: default;
    display: block;
    opacity: 1
}

#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-button {
    color: #69707a;
    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: #69707a;
    padding: 0;
    cursor: default;
    display: block;
    opacity: 1
}

#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-button {
    color: #69707a;
    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: 10px 16px
}

#es .es-widget-operation-data__item {
    margin-bottom: 10px
}

#es .es-widget-operation-data__day {
    color: #444
}

#es .es-widget-operation-data__hr {
    color: #69707a
}

#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 #e0e0e0
}

#es .o-btn-group--subscribe .dropdown-menu li:last-child {
    border-bottom: 0
}

#es .es-mini-header {
    border: 1px solid #e0e0e0
}

#es .es-mini-header__hd,
#es .es-mini-header__bd,
#es .es-mini-header__ft {
    padding: 32px 16px;
    font-size: 14px
}

#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 #e0e0e0;
    display: none
}

#es .es-mini-header__ft {
    border-top: 1px solid #e0e0e0;
    padding: 10px 16px;
    color: #69707a
}

#es .es-mini-header__ft a {
    color: #69707a
}

#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 #e0e0e0
}

#es .es-cat-header__hd,
#es .es-cat-header__bd,
#es .es-cat-header__ft {
    padding: 10px 16px;
    font-size: 14px
}

#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 #e0e0e0;
    color: #69707a
}

#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: #69707a;
    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 #e0e0e0
}

#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 #e0e0e0
}

#es .es-reviews-item__ratings {
    margin-bottom: 10px
}

#es .es-reviews-item__title {
    font-weight: bold
}

#es .es-reviews-item__desp {
    margin-bottom: 10px
}

#es .es-reviews-item__meta {
    color: #69707a
}

#es .es-cluster-header {
    border: 1px solid #e0e0e0;
    background-color: #fff
}

#es .es-cluster-header__hd,
#es .es-cluster-header__bd,
#es .es-cluster-header__ft {
    padding: 10px 16px;
    font-size: 14px
}

#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 #e0e0e0;
    color: #69707a
}

#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: #69707a;
    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: #69707a
}

#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: #f9f2ef
}

#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: 14px;
    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 #e0e0e0;
    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 #e0e0e0
}

#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: 10px;
    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
}

#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: #69707a;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
}

#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+li:before {
    content: '\00b7';
    position: absolute;
    line-height: 1;
    top: 1px;
    left: -10px
}

#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 .es-sharer__title {
    padding: 10px;
    background-color: #f5f5f5
}

#es .es-sharer__select {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0
}

#es .es-sharer__stream {
    padding: 10px
}

#es .es-sharer__action {
    padding: 10px
}

#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: #69707a
}

#es .es-slider-pages li.is-active {
    background: #444
}

#es .es-list__item {
    padding: 16px 8px
}

#es .es-list__item:not(:first-child) {
    border-top: 1px solid #e0e0e0
}

#es .es-list-title {
    font-weight: bold;
    color: #69707a;
    background: #f5f5f5;
    padding: 16px 8px 4px;
    border-bottom: 1px solid #e0e0e0
}

#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: #69707a;
    margin-bottom: 4px
}

#es .es-list-item__meta {
    margin-bottom: 4px
}

#es .es-list-item__meta,
#es .es-list-item__meta a {
    color: #69707a
}

#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: 10px
}

#es .es-mobile-filter__hd {
    padding: 10px 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 #e0e0e0
}

#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 #e0e0e0
}

#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
}

#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: 10px;
    border-bottom: 2px solid transparent
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn {
    color: #fff !important;
    background-color: #fe938c !important;
    border-color: #fe938c !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: #fd5a4f !important;
    border-color: #185195 !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover {
    color: #fff !important;
    background-color: #fd5a4f !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: #fd5a4f !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: #fd5a4f !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: #fe938c !important;
    border-color: #fe938c !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn .badge {
    color: #fe938c !important;
    background-color: #fff !important
}

#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__tab {
    border-bottom: 2px solid #fe938c
}

#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 #e0e0e0
}

#es.es-mobile-actions-wrapper.open .dropdown-menu>li.divider {
    display: none
}

#es.es-mobile-actions-wrapper.open .dropdown-menu>li>a {
    font-size: 14px;
    line-height: 2;
    background: #fff;
    padding: 10px 16px
}

#es .es-mobile-info {
    margin-bottom: 16px
}

#es .es-mobile-info .es-side-widget {
    border-bottom: 1px solid #e0e0e0
}

#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: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

#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 #e0e0e0
}

#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: #69707a;
    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 #e0e0e0;
    background-color: #fff
}

#es .es-convo__sidebar-hd {
    border-bottom: 1px solid #e0e0e0;
    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 #e0e0e0
}

#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: #69707a
}

#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: 10px;
    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: 10px 20px 8px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    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: #69707a
}

#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 #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    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: #fe938c;
    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: #69707a
}

#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 #e0e0e0;
    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 #e0e0e0
}

#es.is-mobile .es-convo__content .btn-convo-dropdown {
    border-left: 1px solid #e0e0e0
}

#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: 14px;
    color: #444;
    padding: 10px 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: #fe938c;
    background-color: #f5f5f5
}

#es .es-convo-sidebar-tab>:not(:first-child) {
    border-left: 1px solid #e0e0e0
}

#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: 14px;
    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: 14px;
    color: #333;
    background-color: #f5f5f5;
    padding: 10px
}

#es .es-convo-meta {
    font-size: 12px;
    color: #69707a
}

#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: #fe938c
}

#es .es-convo__sidebar-item.is-unread {
    background-color: #f9f2ef
}

#es .es-convo__sidebar-item.is-active {
    background-color: #f5f5f5
}

#es .es-convo__sidebar-item+.es-convo__sidebar-item {
    border-top: 1px solid #e0e0e0
}

#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: 14px
}

#es .es-convo-messages__date {
    color: #69707a
}

#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: #69707a
}

#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: #69707a;
    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 #e0e0e0;
    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 #e0e0e0
}

#es .es-convo-composer__textarea {
    min-height: 80px
}

#es .es-convo-composer__bd {
    padding: 10px 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 a {
    color: #69707a;
    display: inline-block;
    padding: 10px 4px;
    margin-right: 8px;
    outline: 0 !important
}

#es .es-convo-composer__action-tab a::-moz-focus-inner {
    border: 0 !important
}

#es .es-convo-composer__action-tab a i {
    font-size: 16px
}

#es .es-convo-composer__action-tab a: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: #69707a;
    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: #69707a;
    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 #e0e0e0
}

#es .es-upload-wrapper {
    position: relative;
    color: #69707a;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #e0e0e0
}

#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: #69707a
}

#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: #69707a;
    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: #69707a;
    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: 10px
}

#es.is-mobile .es-convo-composer__editor {
    padding: 10px 8px 0
}

#es.is-mobile .es-convo-composer__location {
    margin-bottom: 10px
}

#es.is-mobile .es-convo-composer .es-location-form {
    border: 0;
    border-bottom: 1px solid #e0e0e0
}

#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 #e0e0e0;
    border-bottom: 0
}

#es .es-convo-dialog {
    border: 1px solid #e0e0e0;
    border-bottom: 0
}

#es .es-single-composer-textarea {
    border: 1px solid #e0e0e0;
    padding: 10px
}

#es.popbox---convo-note .arrow {
    display: none !important
}

#es .es-convo-popbox-content {
    padding: 10px
}

#es .es-noti-hd__badge {
    background-color: #fd5a4f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    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 #e0e0e0;
    background-color: #fff
}

#es .es-noti__item:hover {
    background-color: #f5f5f5
}

#es .es-noti__noclick {
    position: absolute;
    display: none
}

#es .es-noti__date {
    color: #69707a
}

#es .es-noti__title {
    color: #444
}

#es .es-noti__item-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    background-color: #fe938c
}

#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: #69707a
}

#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: #f9f2ef
}

#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 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #333;
    position: relative;
    line-height: 18px
}

#es .es-toolbar__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

#es .es-toolbar__item--home {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 2px 0 8px
}

#es .es-toolbar__item--home+.es-toolbar__item--home-submenu {
    padding-left: 0
}

#es .es-toolbar__item--home-submenu-dropdown {
    display: none;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 8px
}

#es .es-toolbar__item--home-submenu-dropdown+.es-toolbar__item--home {
    padding-left: 2px
}

#es .es-toolbar__item--home-submenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding-left: 8px
}

#es .es-toolbar__item--home-submenu .es-toolbar__link {
    padding: 4px 8px
}

#es .es-toolbar__item--search {
    display: none;
    height: 40px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    left: 0;
    width: 100%;
    border: 0 solid #333;
    position: absolute;
    top: 0;
    z-index: 99;
    border-radius: 0 0 3px 3px
}

#es .es-toolbar__item--action {
    margin-left: auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 8px;
    position: static
}

#es .es-toolbar__item--action .dropdown_ {
    position: static
}

#es .es-toolbar__item--action .is-signin.open>.dropdown-menu {
    display: block
}

#es .es-toolbar__item--action .es-toolbar__link.is-active,
#es .es-toolbar__item--action .es-toolbar__link:hover,
#es .es-toolbar__item--action .es-toolbar__link:focus,
#es .es-toolbar__item--action .es-toolbar__link:active {
    background: transparent !important
}

#es .es-toolbar__link {
    position: relative;
    padding: 10px;
    color: #fff
}

#es .es-toolbar__link-text {
    display: none
}

#es .es-toolbar__dropdown-menu {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid transparent;
    top: 40px;
    margin-top: 1px
}

#es .es-toolbar__dropdown-menu:after,
#es .es-toolbar__dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block
}

#es .es-toolbar__dropdown-menu:after {
    bottom: 100%;
    left: auto1;
    right: 16px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white
}

#es .es-toolbar__dropdown-menu:before {
    bottom: 100%;
    left: auto;
    right: 15px;
    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-toolbar__dropdown-menu .popbox-dropdown__title {
    display: block
}

#es .es-toolbar__dropdown-menu .popbox-dropdown__meta {
    color: #444;
    text-align: left;
    display: block
}

#es .es-toolbar__dropdown-menu--action {
    right: 0;
    left: auto
}

#es .es-toolbar__dropdown-menu--signin {
    right: 0;
    left: auto
}

#es .es-toolbar__dropdown-menu--signin .popbox-dropdown {
    min-width: 300px;
    padding-left: 0;
    padding-right: 0
}

#es .es-toolbar__home-submenu {
    font-size: 0
}

#es .es-toolbar__home-submenu>div {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#es .es-toolbar__home-submenu>div:not(:first-child) {
    margin-left: 2px
}

#es .es-toolbar__home-submenu-link {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 4px 8px;
    border-radius: 3px
}

#es .es-toolbar__home-submenu-link i {
    display: none
}

#es .es-toolbar__home-submenu-link:hover,
#es .es-toolbar__home-submenu-link:active,
#es .es-toolbar__home-submenu-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

#es .es-toolbar .is-active .es-toolbar__link,
#es .es-toolbar .is-active .es-toolbar__home-submenu-link {
    background-color: rgba(255, 255, 255, 0.1)
}

#es .es-toolbar__link {
    color: #fff;
    margin: 7px 0;
    padding: 4px 12px;
    border-radius: 3px;
    min-width: 28px;
    position: relative;
    text-align: center;
    outline: 0 !important
}

#es .es-toolbar__link.has-composer {
    color: #fff;
    background-color: #fe938c
}

#es .es-toolbar__link.has-composer:hover {
    color: #fff;
    background-color: #1f69c1
}

#es .es-toolbar__link.has-new .es-toolbar__link-bubble {
    display: block
}

#es .es-toolbar__link.has-avatar {
    margin: 0 8px 0 0;
    padding: 4px 12px 4px 8px
}

#es .es-toolbar__link.has-avatar:before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    position: absolute;
    right: 0;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%) rotate(135deg)
}

#es .es-toolbar__link.has-avatar:hover,
#es .es-toolbar__link.has-avatar:active,
#es .es-toolbar__link.has-avatar:focus {
    background-color: transparent !important
}

#es .es-toolbar__link:hover,
#es .es-toolbar__link:active,
#es .es-toolbar__link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1)
}

#es .es-toolbar__link::-moz-focus-inner {
    border: 0 !important
}

#es .es-toolbar__link-bubble {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #f65b5b;
    top: 0;
    left: auto;
    right: 5px;
    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 .es-toolbar__o-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-toolbar__o-nav>:not(:first-child) {
    margin-left: 2px
}

#es .es-toolbar__search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: #333
}

#es .es-toolbar__search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin: 0
}

#es .es-toolbar__search-form .es-filter-select-group {
    border-radius: 0
}

#es .es-toolbar__search-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#es .es-toolbar__search-input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 0 0 0 3px;
    box-shadow: none;
    color: #fff;
    border: 1px solid transparent;
    border-top: 0;
    height: auto;
    line-height: 20px;
    background-color: #333;
    font-size: 14px
}

#es .es-toolbar__search-filter {
    padding: 4px
}

#es .es-toolbar__search-filter-icon {
    color: #fff;
    position: relative;
    margin-right: 2px
}

#es .es-toolbar__search-filter-toggle {
    outline: 0 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff !important;
    height: 100%;
    border-bottom-right-radius: 3px
}

#es .es-toolbar__search-filter-toggle::-moz-focus-inner {
    border: 0 !important
}

#es .es-toolbar__search-filter-toggle,
#es .es-toolbar__search-filter-toggle:focus,
#es .es-toolbar__search-filter-toggle:active {
    background: #474747 !important
}

#es .es-toolbar__search-filter-item {
    width: 50%;
    float: left
}

#es .es-toolbar__search-dropdown {
    padding: 10px 16px;
    right: 0;
    top: 100%;
    width: 262px
}

#es .es-toolbar__search .btn-toolbar-search {
    height: 100%;
    border-color: transparent !important;
    box-shadow: none;
    background: #333
}

#es .es-toolbar__search .es-filter-select-group .form-control {
    margin-left: -1px;
    width: 160px;
    height: 39px;
    border-top: 0;
    border-color: #333;
    border-radius: 0;
    box-shadow: none
}

#es .es-toolbar__search-submit-btn {
    padding: 4px 8px;
    padding-right: 0
}

#es .es-toolbar__search-close-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#es .es-toolbar__search-close-btn>a {
    padding: 10px 16px
}

#es .es-toolbar__search-close-btn>a,
#es .es-toolbar__search-close-btn>a:hover,
#es .es-toolbar__search-close-btn>a:focus,
#es .es-toolbar__search-close-btn>a:active {
    color: #fff
}

#es .es-toolbar--search-on .es-toolbar__item--search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-toolbar--search-on .es-toolbar__link--search {
    background: #5c5c5c
}

#es .es-toolbar:not(.es-toolbar--search-on) .es-toolbar__link--search:focus,
#es .es-toolbar:not(.es-toolbar--search-on) .es-toolbar__link--search:active {
    background: transparent !important
}

#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;
    position: relative
}

#es.popbox-navbar-profile .popbox-dropdown__hd,
#es.popbox-navbar-signin .popbox-dropdown__hd {
    padding: 15px 20px;
}

#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-navbar-profile {
    width: 600px
}

#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: 10px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

#es .popbox-dropdown__bd {
    background: #fff;
    padding: 0;
    font-size: 14px
}

#es .popbox-dropdown__bd .o-empty__content {
    width: 100%
}

#es .popbox-dropdown__ft {
    background: #fff;
    color: #69707a;
    font-size: 12px;
    padding-top: 8px
}

#es .popbox-dropdown__title {
    font-weight: bold;
    color: #2d2035
}

#es .popbox-dropdown__meta {
    color: #69707a;
    font-size: 12px
}

#es .popbox-dropdown__note {
    outline: 0 !important
}

#es .popbox-dropdown__note::-moz-focus-inner {
    border: 0 !important
}

#es .es-toolbar-profile__hd {
    position: relative
}

#es .es-toolbar-profile__hd:before {
    content: '';
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45)
}

#es .es-toolbar-profile__ft {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding-top: 8px
}

#es .es-toolbar-profile-cover {
    height: 142px
}

#es .es-toolbar-profile-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 16px
}

#es .es-toolbar-profile-info .es-user-name {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8)
}

#es .es-toolbar-profile-info .es-user-name:hover {
    color: #fff
}

#es .es-toolbar-profile-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px
}

#es .es-toolbar-profile-meta__item {
    position: relative;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    line-height: 1.5
}

#es .es-toolbar-profile-meta__item a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8)
}

#es .es-toolbar-profile-meta__item a:hover {
    color: #fff
}

#es .es-toolbar-profile-meta__item+.es-toolbar-profile-meta__item {
    margin-left: 16px
}

#es .es-toolbar-profile-meta__item+.es-toolbar-profile-meta__item:before {
    content: '\00b7';
    position: absolute;
    line-height: 1;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    color: #fff
}

#es .es-toolbar-profile-badges {
    position: absolute;
    bottom: -10px
}

#es .es-toolbar-profile-badges>a,
#es .es-toolbar-profile-badges img {
    width: 20px;
    height: 20px;
    display: inline-block
}

#es .es-toolbar-dropdown-nav {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff
}

#es .es-toolbar-dropdown-nav__item {
    background-color: #fff;
    font-size: 14px
}

#es .es-toolbar-dropdown-nav__item:hover {
    background: #f9f2ef
}

#es .es-toolbar-dropdown-nav__item+.popbox-dropdown-nav__item {
    border-top: 1px solid #e0e0e0
}

#es .es-toolbar-dropdown-nav__link {
    padding: 10px 16px;
    width: 100%;
    display: inline-block;
    outline: 0 !important
}

#es .es-toolbar-dropdown-nav__link::-moz-focus-inner {
    border: 0 !important
}

#es .es-toolbar-dropdown-nav__icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px;
    color: #69707a;
    position: relative
}

#es .es-toolbar-dropdown-nav__post {
    color: #444
}

#es .es-toolbar-dropdown-nav__name {
    margin-bottom: 10px
}

#es .es-toolbar-dropdown-nav__name,
#es .es-toolbar-dropdown-nav__post-user-name {
    font-weight: bold;
    color: #444
}

#es .es-toolbar-dropdown-nav__link,
#es .es-toolbar-dropdown-nav__post-name,
#es .es-toolbar-dropdown-nav__post-user-name {
    color: #fe938c
}

#es .es-toolbar-dropdown-nav__meta-lists {
    color: #69707a
}

#es .es-toolbar-dropdown-nav__meta-lists a {
    color: #69707a;
    display: block
}

#es .es-toolbar-dropdown-nav__meta-lists a:hover {
    color: #444;
    background: transparent
}

#es .es-toolbar-dropdown-nav__image {
    position: relative;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 8px;
    outline: 0;
    padding: 1px;
    float: right
}

#es .es-toolbar-dropdown-nav__image:before,
#es .es-toolbar-dropdown-nav__image:after {
    content: " ";
    display: table
}

#es .es-toolbar-dropdown-nav__image:after {
    clear: both
}

#es .es-toolbar-dropdown-nav__image>span {
    width: 52px;
    height: 40px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block
}

#es .es-toolbar-dropdown-nav .es-user-name {
    font-size: 14px
}

#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: 14px
}

#es .popbox-dropdown-nav__item:hover {
    background: #f9f2ef
}

#es .popbox-dropdown-nav__item+.popbox-dropdown-nav__item {
    border-top: 1px solid #e0e0e0
}

#es .popbox-dropdown-nav__link {
    padding: 10px 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: #69707a;
    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: #fe938c
}

#es .popbox-dropdown-nav__meta-lists {
    color: #69707a
}

#es .popbox-dropdown-nav__meta-lists a {
    color: #69707a;
    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: #f9f2ef
}

#es .popbox-dropdown-nav__item.is-unread:hover {
    background-color: #f9f2ef
}

#es .popbox-dropdown-nav__item.is-active {
    border: 1px solid #fe938c
}

#es .popbox-dropdown-nav__item.is-active:hover {
    background-color: #fff
}

#es .popbox-dropdown-signin {
    background-color: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px
}

#es .popbox-dropdown-signin .o-form-group {
    margin-bottom: 10px
}

#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 #e0e0e0;
    padding-top: 8px
}

#es.is-tablet .es-toolbar .es-toolbar__search-filter-txt,
#es.is-tablet .es-toolbar .es-toolbar__item--home-submenu,
#es.is-tablet .es-toolbar .is-signin,
#es.is-mobile .es-toolbar .es-toolbar__search-filter-txt,
#es.is-mobile .es-toolbar .es-toolbar__item--home-submenu,
#es.is-mobile .es-toolbar .is-signin {
    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-dialog .es-toolbar__o-nav,
#es.es-dialog.is-mobile .es-toolbar__o-nav {
    margin-top: 8px;
    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: initial;
    -ms-align-items: initial;
    align-items: initial
}

#es.es-dialog .es-toolbar__o-nav>.o-nav__item,
#es.es-dialog.is-mobile .es-toolbar__o-nav>.o-nav__item {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 0 8px 8px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es.es-dialog .es-toolbar__o-nav .es-toolbar__link,
#es.es-dialog.is-mobile .es-toolbar__o-nav .es-toolbar__link {
    padding: 20px 8px !important;
    display: block;
    width: 100%;
    color: #444;
    margin: 0;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#es.es-dialog .es-toolbar__o-nav .es-toolbar__link i,
#es.es-dialog.is-mobile .es-toolbar__o-nav .es-toolbar__link i {
    display: block;
    font-size: 20px
}

#es.es-dialog .es-toolbar__o-nav .es-toolbar__link span,
#es.es-dialog.is-mobile .es-toolbar__o-nav .es-toolbar__link span {
    margin-top: 8px;
    display: inline-block;
    white-space: initial;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

#es.popbox-nav-search {
    min-width: 180px;
    min-height: 40px;
    height: auto;
    border-radius: 0
}

#es.popbox-nav-search .arrow {
    display: none
}

#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: 14px
}

#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: #69707a;
    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: 14px
}

#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: 14px;
    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 #e0e0e0
}

#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: 10px 0;
    font-size: 14px;
    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: 10px 16px;
    border-bottom: 1px solid #e0e0e0
}

#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: 10px;
    clear: both
}

#es .es-apps-item__item-action {
    margin-bottom: 10px
}

#es .es-apps-item__meta {
    color: #69707a
}

#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: 10px 0;
    font-size: 14px;
    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: 10px 16px;
    border-bottom: 1px solid #e0e0e0
}

#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: 10px
}

#es .es-apps-entry__item-action {
    margin-bottom: 10px
}

#es .es-apps-entry__meta {
    color: #69707a
}

#es .es-apps-item--tasks .es-apps-item__state {
    display: none
}

#es .es-apps-item--tasks .o-checkbox input[type="checkbox"]:checked+label {
    color: #69707a;
    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 #e0e0e0;
    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 #e0e0e0
}

#es .es-apps-tasks-stats__title {
    font-weight: bold;
    margin-bottom: 10px
}

#es .es-apps-task-progress {
    height: 32px;
    margin-bottom: 10px
}

#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: 10px;
    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: 14px
}

#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: 10px
}

#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: 14px
}

#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;
    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 {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border: 1px solid #e0e0e0;
    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: 10px 16px;
    color: #444;
    background: #f5f5f5;
    margin-bottom: 16px
}

#es .es-complete-link {
    border: 1px solid #e0e0e0;
    color: #69707a;
    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 #e0e0e0 !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 #e0e0e0
}

#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: 10px;
    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: #69707a;
    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 #e0e0e0;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column
}

#es .es-create-category-select .btn img {
    color: #b4b7c2;
    display: block;
    margin: 20px auto 10px;
    width: 64px;
    height: 64px
}

#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: #69707a;
    font-size: 14px
}

#es .activity-content,
#es .activity-content blockquote {
    font-size: 14px
}

#es .es-app-filter.has-favicon .app-title {
    margin-left: 24px
}

#es .es-media-group {
    position: relative;
    line-height: 16px;
    font-size: 14px
}

#es .es-media-group .content-hint {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    padding: 100px 0;
    display: none;
    background: #fff
}

#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 20px
}

#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 #e0e0e0
}

#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: #fff
}

#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: 10px 0 0;
    position: relative;
    left: -2px;
    border-left: 1px solid #e0e0e0
}

#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: 10px 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: 10px
}

#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 #e0e0e0 !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: 14px !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: 14px;
    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: 14px
}

#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 .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: 10px
}

#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: #69707a;
    margin-bottom: 10px
}

#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: 10px;
    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: #fd5a4f;
    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: 10px
}

#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: #fd5a4f
}

#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 #e0e0e0;
    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 #e0e0e0
}

#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: 10px !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: 14px
}

#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: 14px
}

#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-reactions-pop {
    left: -40px
}

#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: 14px;
    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: 14px;
    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: #69707a
}

#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: 14px
}

#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-item-actions {
    position: relative
}

#es .es-item-actions:before,
#es .es-item-actions:after {
    content: " ";
    display: table
}

#es .es-item-actions:after {
    clear: both
}

#es .es-item-actions span:hover {
    text-decoration: underline;
    cursor: pointer
}

#es .es-item-actions .es-item-action-content {
    max-width: 320px;
    width: 320px;
    margin-top: 8px;
    padding: 5px;
    color: #595959
}

#es .es-item-actions .es-item-action-content a {
    color: #fd5a4f;
    display: inline-block;
    padding: 0
}

#es .es-item-actions .es-item-action-content a:hover {
    text-decoration: underline
}

#es .es-item-actions .es-item-action-content .viewport {
    height: auto;
    max-height: 280px
}

#es .es-item-actions .es-item-action-content .overview {
    position: relative
}

#es .es-item-actions .es-item-action-content .es-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0
}

#es .es-item-actions .es-item-action-content .loading-indicator {
    display: none
}

#es .es-item-actions .es-item-action-content.loading .loading-indicator {
    display: block
}

#es .es-item-actions .es-item-action-content .es-comments {
    margin-bottom: 2px
}

#es .es-item-actions .es-item-action-content .es-item-likes {
    margin-bottom: 4px
}

#es .es-item-actions .btn-like .unlike-text {
    display: none
}

#es .es-item-actions .btn-like.liked .like-text {
    display: none
}

#es .es-item-actions .btn-like.liked .unlike-text {
    display: inline
}

#es .es-item-actions .btn-counts {
    position: absolute;
    right: 0
}

#es .es-item-actions .btn-counts:hover,
#es .es-item-actions .btn-counts:hover * {
    text-decoration: none !important
}

#es .es-item-actions .btn-counts span+span {
    margin-left: 3px
}

#es .es-item-actions b {
    font-size: 6px;
    position: relative;
    top: -2px
}

#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("../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 #e0e0e0;
    border-top: 0
}

#es .es-media-header-affix-wrapper.affix .es-album-header__o-media {
    padding: 10px
}

#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 #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    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 .es-item-actions .btn-counts {
    padding: 0 6px
}

#es .es-album .es-item-actions .btn-counts:hover,
#es .es-album .es-item-actions .btn-counts.active {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px
}

#es .es-album:hover .es-album-actions {
    opacity: 1;
    filter: alpha(opacity=100)
}

#es .es-album .es-item-actions {
    margin-top: 4px
}

#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: 14px;
    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: 14px;
    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: 10px
}

#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: 10px;
    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: 10px 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: 14px;
    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: 14px
}

#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: 10px;
    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: 10px;
    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 #e0e0e0;
    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: 14px
}

#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: 4px 8px;
    line-height: 1
}

#es .es-album-meta-field .es-album-date {
    position: absolute;
    top: 4px;
    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%
}

#es .es-album-meta-field .es-album-location>i {
    position: absolute
}

#es .es-album-meta-field .es-album-location>span {
    padding-left: 16px;
    padding-right: 100px;
    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: #69707a
}

#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 #e0e0e0;
    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.is-mobile .es-album-meta-field {
    margin-top: 8px
}

#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: 10px;
    -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: 10px
}

#es .es-story [data-message-group] .o-alert {
    margin: 0;
    padding-right: 28px
}

#es .es-story.saving>.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: 10px
}

#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 #e0e0e0;
    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 .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 #e0e0e0;
    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: 10px
}

#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: 14px !important
    }
}

#es .es-story-textfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    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: #69707a;
    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: #fe938c !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: #fd5a4f !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: #69707a;
    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 #e0e0e0
}

#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: 10px
}

#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-sly-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
}

#es .es-story-sly-nav:before,
#es .es-story-sly-nav:after {
    position: absolute;
    top: 1px;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    width: 36px
}

#es .es-story-sly-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-sly-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-sly-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__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--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 #fe938c
}

#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: #69707a
}

#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: #69707a
}

#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: 10px
}

#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 #e0e0e0
}

#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: 10px;
    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: #69707a !important
}

#es .es-story-panel-button-list__desc {
    color: #69707a
}

#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: #69707a;
    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: #69707a !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 #e0e0e0;
    border-radius: 3px;
    display: none;
    margin-bottom: 10px
}

#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: 14px;
    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: 14px
}

#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: 14px;
    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: 14px;
    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 #e0e0e0;
    padding: 2px
}

#es .es-story-link-images .es-story-image-dimension {
    font-size: 14px;
    text-align: center
}

#es .es-story-link-images img.es-story-link-image {
    width: 96px;
    max-width: 96px !important;
    border: 1px solid #e0e0e0;
    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: 14px;
    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: 14px
}

#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: 10px;
    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: 14px;
    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 #e0e0e0
}

#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: 10px 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: 14px;
    color: #69707a;
    cursor: pointer
}

#es .es-video-item-title {
    font-weight: bold;
    line-height: 24px
}

#es .es-story-video-progress-wrap {
    padding: 10px 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: 14px;
    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 #e0e0e0
}

#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: 10px 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: 14px;
    color: #69707a;
    cursor: pointer
}

#es .es-audio-item-title {
    font-weight: bold;
    line-height: 24px
}

#es .es-story-audio-progress-wrap {
    padding: 10px 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.is-mobile .es-story,
#es.es-mobile-content .es-story {
    border-radius: 0
}

#es.is-mobile .es-story-panel-buttons,
#es.es-mobile-content .es-story-panel-buttons {
    padding: 0 0 0 4px;
    overflow: hidden
}

#es.is-mobile .es-story-sly-nav .es-story-panel-button,
#es.es-mobile-content .es-story-sly-nav .es-story-panel-button {
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-right: 8px
}

#es.is-mobile .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.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: 10px
}

#es.is-mobile .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.es-mobile-content .es-story-meta-button+.es-story-meta-button {
    border-left: 0 solid #e1e1e1
}

#es.is-mobile .es-reactions-pop,
#es.es-mobile-content .es-reactions-pop {
    left: 32px
}

#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: 14px;
    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 #e0e0e0
}

#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: 10px 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: 10px;
    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: 14px;
    padding: 0;
    margin-bottom: 10px;
    word-wrap: break-word
}

#es .es-stream-info-meta {
    color: #69707a
}

#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: 10px;
    font-size: 14px;
    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: #69707a
}

#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: 14px;
    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: 14px
}

#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: 9
}

#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: #69707a
}

#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: 10px
}

#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: 10px
}

#es.popbox-repost {
    width: 340px;
    min-height: 64px
}

#es.popbox-repost.is-mobile {
    width: auto;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important
}

#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: 10px;
    border: 1px solid #e0e0e0;
    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 .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 #e0e0e0
}

#es .stream-apps-content .stream-apps-meta {
    background: #fff;
    margin-top: 4px;
    padding: 10px 0 4px 0
}

#es .stream-apps-content .stream-apps-meta li {
    font-size: 14px;
    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: 10px;
    font-weight: bold
}

#es .es-stream-pinned-divider span {
    display: inline-block;
    vertical-align: baseline;
    color: #69707a;
    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 #e0e0e0
}

#es .es-stream-pinned-divider span:before {
    right: 100%
}

#es .es-stream-pinned-divider span:after {
    left: 100%
}

#es .es-stream-embed {
    border: 1px solid #e0e0e0;
    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 #e0e0e0
}

#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: 10px;
    font-weight: bold;
    font-size: 14px
}

#es .es-stream-embed__desc {
    padding: 0 8px;
    margin-bottom: 10px
}

#es .es-stream-embed__meta {
    color: #69707a;
    padding: 0 8px;
    margin-bottom: 10px
}

#es .es-stream-embed__action {
    padding: 10px
}

#es .es-stream-embed.is-link .es-stream-embed__desc {
    margin-bottom: 10px
}

#es .es-stream-embed.is-ads .es-stream-embed__action {
    margin-bottom: 10px
}

#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: #69707a;
    font-weight: normal;
    font-size: 12px;
    display: block
}

#es .es-stream-embed__file-icon {
    padding: 10px 16px;
    font-size: 20px;
    border-right: 1px solid #e0e0e0
}

#es .es-stream-embed.is-achievement,
#es .es-stream-embed.is-apps {
    padding: 10px 16px
}

#es .es-stream-embed.is-achievement img {
    width: 64px;
    height: 64px
}

#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: #69707a;
    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: #69707a;
    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: 10px 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: #69707a;
    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: 10px 16px
}

#es .es-stream-embed.is-rss>div,
#es .es-stream-embed.is-calendar>div {
    padding: 10px 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: 10px
}

#es .es-stream-apps {
    border: 1px solid #e0e0e0;
    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 #e0e0e0
}

#es .es-stream-apps__hd,
#es .es-stream-apps__bd {
    padding: 10px 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: #69707a;
    opacity: .3
}

#es .es-stream-apps__meta {
    color: #69707a
}

#es .es-stream-apps .es-stream-apps__state {
    color: #69707a;
    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: 10px 16px;
    color: #69707a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#es .es-stream-filter-bar .o-btn-group.open .dropdown-toggle_ {}

#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: 16px;
    line-height: 16px;
    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: #69707a;
    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 .open>.es-stream-filter-dropdown {
    min-width: 400px;
    padding: 10px 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#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: 300px;
    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: #69707a;
    display: block;
    height: 96px;
    padding: 10px;
    position: relative
}

#es .es-calendar tbody>tr>td.day>div {
    color: #69707a;
    display: block;
    height: 96px;
    padding: 10px;
    position: relative
}

#es .es-calendar tbody>tr>td.day>div>a {
    color: #69707a
}

#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%
}

#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 #e0e0e0;
    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 #e0e0e0;
    color: #69707a;
    display: block;
    font-size: 11px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 13px
}

#es .es-calendar-tooltips__title a {
    color: #69707a
}

#es .es-calendar-tooltips ul {
    padding: 10px 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 #e0e0e0
}

#es .es-calendar-tooltips ul a {
    color: #69707a;
    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 #e0e0e0;
    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: #69707a;
    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 #e0e0e0;
    border-right-color: transparent
}

#es .es-calendar-control>td.es-calendar-next {
    border-right: 1px solid #e0e0e0
}

#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 #e0e0e0;
    color: #69707a;
    height: auto;
    padding: 13px !important;
    text-transform: uppercase;
    width: 14.285714285714%
}

#es .es-calendar-days>td:first-child {
    border-left: 1px solid #e0e0e0
}

#es .es-calendar-days>td:last-child {
    border-right: 1px solid #e0e0e0
}

#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: #e0e0e0
}

#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: #fd5a4f;
    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 #e0e0e0
}

#es .es-search-mini-group__title {
    padding: 10px 16px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0
}

#es .es-search-mini-result-list__item>a {
    color: #69707a;
    padding: 10px 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 #e0e0e0
}

#es .es-search-mini-footer {
    border-top: 1px solid #e0e0e0;
    padding: 14px 10px;
    background: #f5f5f5
}

#es .es-search-mini-empty {
    padding: 16px;
    text-align: center;
    color: #444
}

#es .es-adv-search2__item {
    margin-bottom: 10px
}

#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: 10px
}

#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: 10px;
    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 #e0e0e0;
    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: #69707a
}

#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 #e0e0e0
}

#es .mod-card {
    border: 1px solid #e0e0e0
}

#es .mod-card+.mod-card {
    margin-top: 16px
}

#es .mod-card--border {
    border-top: 1px solid #e0e0e0
}

#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: 10px 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: 10px;
    line-height: 1
}

#es .mod-card__meta {
    color: #69707a
}

#es .mod-card__meta a {
    color: #69707a
}

#es .mod-card__calendar-date {
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    text-align: center
}

#es .mod-card__calendar-day {
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    word-wrap: normal
}

#es .mod-card__calendar-mth {
    color: #f65b5b;
    font-size: 14px;
    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: 10px 16px;
    border: 1px solid #e0e0e0
}

#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: #69707a;
    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: 10px
}

#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: 10px;
    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: 10px 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: 10px;
    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: #69707a;
    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: 14px;
    padding: 4px 8px
}

#es.es-docker .fa {
    font-size: 14px;
    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: 14px;
    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: #69707a
}

#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: #69707a;
    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 {
    font-size: 0;
    padding: 4px 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: 12px;
    line-height: 1.66667;
    width: 15px
}

#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: #69707a
}

#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: #69707a;
    font-size: 14px;
    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: 14px;
    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: 14px;
    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: 14px
}

#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: 10px;
    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 #e0e0e0;
    position: absolute
}

#es .docker-popup-quickpost.is-loading {
    background: #fff;
    width: 100%;
    height: 100px
}

#es .docker-popup-quickpost .es-story {
    border: 0;
    padding: 10px
}

#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: 10px
    }
    #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: 10px;
        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: 10px 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: 10px;
        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: #69707a;
        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: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-radius: 3px 3px 0 0
}

#es .es-quickpost-story__bd {
    background: #fff;
    padding: 10px
}

#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: 10px;
    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 .es-location-map {
    padding-top: 14%
}

#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 #e0e0e0;
    border-radius: 3px
}

#es .es-ageverify__content {
    padding: 16px;
    text-align: center
}

#es .es-ageverify__title {
    font-size: 1.1em;
    color: #69707a;
    margin-bottom: 4px
}

#es .es-ageverify__desc {
    color: #69707a;
    margin: 8px auto;
    max-width: 600px
}

#es .es-ageverify__action .btn+.btn {
    margin-left: 8px
}

#es .es-ageverify__terms {
    color: #69707a;
    padding: 16px;
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    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: 10px
}

#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: 10px;
    border: 1px solid #e0e0e0;
    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-context {
    margin-left: 20px
}

#es .mod-es-leader-item+.mod-es-leader-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0
}

#es .mod-es-leader__points {
    font-weight: bold
}

#es .mod-es-leader__points span {
    font-weight: normal;
    color: #69707a
}

#es .es-leader-context__info {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all
}

#es .es-mod-login-wrap {
    border: 1px solid #e0e0e0
}

#es .es-mod-login-wrap__hd {
    background-color: #f5f5f5;
    padding: 16px 16px 0
}

#es .es-mod-login-wrap__ft {
    padding: 10px 16px
}

#es .es-mod-login-wrap__ft {
    border-top: 1px solid #e0e0e0;
    background-color: #fff
}

#es .mod-es-menu-bar {
    border: 1px solid #e0e0e0;
    padding: 4px 8px
}

#es .mod-es-menu-bar__icon-link {
    color: #69707a;
    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: 4px;
    right: 4px;
    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 #e0e0e0;
    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 #e0e0e0;
    border-top: 0;
    padding: 10px 16px
}

#es .mod-es-menu-list__item {
    display: block;
    color: #69707a;
    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: 10px
}

#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: #69707a
}

#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 #e0e0e0
}

#es .mod-es-recentpolls .es-polls__item+.es-polls__item {
    margin-top: 8px
}

#es .mod-es-search__dropdown {
    padding: 10px 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 #e0e0e0;
    padding-bottom: 4px;
    margin-bottom: 4px
}

#es .mod-es-search__filter-item {
    width: 50%;
    float: left
}

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 #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 #e0e0e0
}

#es .es-videos-form-wrapper__title {
    font-size: 14px;
    margin: 0;
    font-weight: bold
}

#es .es-video-form-actions {
    border-top: 1px solid #e0e0e0;
    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 #e0e0e0
}

#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 #e0e0e0;
    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: 10px 16px
}

#es.es-mobile-content .es-video-single .es-likes-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0
}

#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 #e0e0e0
}

#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: 10px 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: 10px;
    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: #69707a;
    font-size: 14px
}

#es .es-audio-playlist-player__title {
    position: relative;
    z-index: 3;
    font-size: 14px;
    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: #69707a
}

#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 #e0e0e0
}

#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 #e0e0e0
}

#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: #69707a
}

#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: #69707a
}

#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 #e0e0e0
}

#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 #e0e0e0
}

#es .es-audios-form-wrapper__title {
    font-size: 14px;
    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 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: 14px
}

#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;
    display: inline-block;
    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 #e0e0e0
}

#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: #69707a;
    margin-bottom: 10px;
    width: auto
}

#es .o-empty__icon--sm {
    font-size: 28px;
    color: #69707a
}

#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: 10px !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: 10px !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: 10px !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: 10px !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: 10px !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: 10px !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: #fe938c
}

#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 .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 .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: #69707a !important
}

#es .t-text--primary {
    color: #fd5a4f !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
}

.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 {
    z-index: 1
}

.dropdown-mobile-from-container #es.is-mobile .es-container {
    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 #e0e0e0
}

#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: 14px;
    line-height: 2;
    background: #fff;
    padding: 10px 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)
}
/*Note for replace variable
	- replace font-family:Helvetica -> font-family:Inherit;
	- Repace border-color:#ddd -> border-color:#e0e0e0
	- Replace 1px solid #e1e1e1 -> 1px solid #e0e0e0
	- Replace font-size:13px -> font-size:14px
	- Replace margin-bottom:8px -> margin-bottom:10px
	- Replace padding:8px -> padding:10px
	- Replace 1px solid rgba(0,0,0,0.15) -> 1px solid #e0e0e0
	- Replace #888 -> #69707a
	- Replace #888 -> #69707a
	- Replace #/05a9f4 -> #fe938c

*/

 @media (min-width: 1200px) {
    #es.es-main {
        display: block;
        max-width: 90%;
        margin: auto;
    }
}

 @media (min-width: 1640px) {
    #es.es-main {
        display: block;
        max-width: 80%;
        margin: auto;
    }
}