@keyframes btn-spin {
0%{-webkit-transform:rotate(0);transform:rotate(0)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@-webkit-keyframes MenuAnimOut2 {
to{-webkit-transform:translateX(-100%);opacity:0}
}
@keyframes MenuAnimOut2 {
to{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}
}
@-webkit-keyframes MenuAnimIn2 {
0%{-webkit-transform:translateX(-100%);opacity:0}
to{-webkit-transform:translateX(0);opacity:1}
}
@keyframes MenuAnimIn2 {
0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}
to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
}
@-webkit-keyframes SubMenuAnimIn2 {
0%{-webkit-transform:translateX(100%);opacity:0}
to{-webkit-transform:translateX(0);opacity:1}
}
@keyframes SubMenuAnimIn2 {
0%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}
to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
}
@-webkit-keyframes SubMenuAnimOut2 {
0%{-webkit-transform:translateX(0);opacity:1}
to{-webkit-transform:translateX(100%);opacity:0}
}
@keyframes SubMenuAnimOut2 {
0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
to{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}
}
@-webkit-keyframes progress-bar-stripes {
0%{background-position:40px 0}
to{background-position:0 0}
}
@keyframes progress-bar-stripes {
0%{background-position:40px 0}
to{background-position:0 0}
}
@keyframes album-item-half-fade {
0%,to{opacity:1}
50%{opacity:0}
}
@keyframes album-item-half-fade2 {
0%,to{opacity:0}
50%{opacity:1}
}
@keyframes album-item-third-fade {
0%,to{opacity:1}
33.333%,66.666%{opacity:0}
}
@keyframes album-item-third-fade2 {
33.333%{opacityopacity:0 1}
66.666%,to{opacity:0}
}
@keyframes album-item-third-fade3 {
0%,33.333%,to{opacity:0}
66.666%{opacity:1}
}
@keyframes fd-loader {
0%{-webkit-transform:rotate(0);transform:rotate(0)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@-webkit-keyframes phAnimation {
0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
to{-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)}
to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
}
#es{-webkit-text-size-adjust:100%;text-align:left;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;direction:ltr}
#es *,#es :after,#es :before{box-sizing:border-box}
#es img,#es input{min-width:0;min-height:0;max-width:100%}
#es article,#es aside,#es blockquote,#es figure,#es footer,#es form,#es header,#es nav{padding:0;margin:0;width:auto;height:auto;border:0;outline:0;float:none;position:static;display:block;background:0 0;text-align:inherit;font-size:inherit;font-family:inherit;text-shadow:none}
#es blockquote{line-height:1.5;padding:10px 20px;margin:0 0 20px;font-size:17px;border-left:5px solid #eee}
#es h1,#es h2,#es h3,#es h4,#es h5,#es h6{border:0;box-shadow:none}
#es hr{border:0;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
#es table{border-collapse:collapse;border-spacing:0;background-color:transparent}
#es td,#es tr{border:1px solid transparent}
#es a{-webkit-tap-highlight-color:transparent}
#es a:link{text-decoration:none}
#es pre{background:#fff}
#es .divider{border-bottom:0}
#es .form-group:after,#es .form-group:before{content:" ";display:table}
#es .form-group:after{clear:both}
#es .btn .caret{margin-top:0;margin-bottom:0}
#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,#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{font-weight:400;line-height:1;color:#777}
#es ol,#es ul{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 .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{font-size:17px}
#es .es-h3,#es .es-h4{font-size:15px}
#es .es-h5{font-size:13px}
#es .es-h6,#es .es-stepbar .es-stepbar__lists>li>a .fa:before{font-size:12px}
#es p{margin:0 0 1em}
#es .lead{margin-bottom:20px;font-size:13px;font-weight:300;line-height:1.4}
@media (min-width:768px) {
#es .lead{font-size:18px}
}
#es .bg-primary{color:#fff;background-color:#428bca}
a#es .bg-primary:focus,a#es .bg-primary:hover{background-color:#3071a9}
#es .bg-success{background-color:#dff0d8}
a#es .bg-success:focus,a#es .bg-success:hover{background-color:#c1e2b3}
#es .bg-info{background-color:#d9edf7}
a#es .bg-info:focus,a#es .bg-info:hover{background-color:#afd9ee}
#es .bg-warning{background-color:#fcf8e3}
a#es .bg-warning:focus,a#es .bg-warning:hover{background-color:#f7ecb5}
#es .bg-danger{background-color:#f2dede}
a#es .bg-danger:focus,a#es .bg-danger:hover{background-color:#e4b9b9}
#es .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
#es .o-alert>p,#es .o-alert>ul,#es ol ol,#es ol ul,#es ul ol,#es ul ul{margin-bottom:0}
#es dl{margin-top:0;margin-bottom:20px}
#es dd,#es dt{line-height:1.59}
#es dt{font-weight:700}
#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[data-original-title],#es abbr[title]{cursor:help;border-bottom:1px dotted #777}
#es blockquote ol,#es blockquote p,#es blockquote ul{font-size:inherit}
#es blockquote ol:last-child,#es blockquote p:last-child,#es blockquote ul:last-child{margin-bottom:0}
#es blockquote .small,#es blockquote footer,#es blockquote small{display:block;font-size:80%;line-height:1.7;color:#777}
#es blockquote .small:before,#es blockquote footer:before,#es blockquote small:before{content:"— "}
#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 .small:before,#es .blockquote-reverse footer:before,#es .blockquote-reverse small:before,#es blockquote.pull-right .small:before,#es blockquote.pull-right footer:before,#es blockquote.pull-right small:before{content:""}
#es .blockquote-reverse .small:after,#es .blockquote-reverse footer:after,#es .blockquote-reverse small:after,#es blockquote.pull-right .small:after,#es blockquote.pull-right footer:after,#es blockquote.pull-right small:after{content:" —"}
#es address{margin-bottom:20px;font-style:normal;line-height:1.59}
#es .g-list--horizontal,#es .g-list-inline,#es .g-list-unstyled{margin:0;padding:0;list-style:none}
#es .g-list-inline>li{display:inline-block}
#es .g-list-inline--delimited>li+li:before{content:attr(data-breadcrumb)" "}
#es .g-list-inline--dashed>li{position:relative}
#es .g-list-inline--space-right>li{margin-right:16px}
#es .g-list-inline--space-left>li{margin-left:16px}
#es .g-list--horizontal{display:-webkit-flex;display:flex}
#es .g-list--horizontal>.g-list__item{-webkit-align-self:center;align-self:center;display:inline-block;vertical-align:middle}
#es .has-dividers--right>.g-list__item{position:relative}
#es .has-dividers--right>.g-list__item:after{width:3px;height:3px;content:"";display:inline-block;vertical-align:middle;margin-left:4px;margin-right:4px;border-radius:50%;background-color:#888}
#es .has-dividers--right>.g-list__item:last-child{margin-right:0;padding-right:0}
#es .has-dividers--right>.g-list__item:last-child:after{content:none}
#es .o-row{display:table;width:100%;table-layout:fixed}
#es .o-row--unset{table-layout:unset}
#es .o-col,#es .o-col--1,#es .o-col--10,#es .o-col--11,#es .o-col--12,#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-sm,#es .o-col-sm--1,#es .o-col-sm--10,#es .o-col-sm--11,#es .o-col-sm--12,#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{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--10,#es.is-mobile .o-col--11,#es.is-mobile .o-col--12,#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{display:block;width:100%}
@media (max-width:720px) {
#es.es-dialog .o-col,#es.es-dialog .o-col--1,#es.es-dialog .o-col--10,#es.es-dialog .o-col--11,#es.es-dialog .o-col--12,#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{display:block;width:100%}
}
#es .o-col--top{vertical-align:top}
#es .o-grid{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}
#es .o-grid__cell{-webkit-flex:1;flex:1}
#es legend,#es.is-mobile .o-grid{display:block}
#es.is-mobile .o-grid:after,#es.is-mobile .o-grid:before{content:" ";display:table}
#es.is-mobile .o-grid:after{clear:both}
#es.is-mobile .o-grid__cell{-webkit-flex:none;flex:none}
#es .o-grid--top{-webkit-align-items:flex-start;align-items:flex-start}
#es .o-grid--bottom{-webkit-align-items:flex-end;align-items:flex-end}
#es .o-grid--center{-webkit-align-items:center;align-items:center}
#es .o-grid--justify-center{-webkit-justify-content:center;justify-content:center}
#es .o-grid__cell--top{-webkit-align-self:flex-start;align-self:flex-start}
#es .o-grid__cell--bottom{-webkit-align-self:flex-end;align-self:flex-end}
#es .o-grid__cell--center{-webkit-align-self:center;align-self:center}
#es .o-grid__cell-left{-webkit-flex:none;flex:none;margin-right:auto}
#es .o-grid__cell-right{margin-left:auto}
#es .o-grid__cell--auto-size,#es .o-grid__cell-right{-webkit-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%;flex:0 0 100%}
#es .o-grid--1of2>.o-grid__cell{-webkit-flex:0 0 50%;flex:0 0 50%}
#es .o-grid--1of3>.o-grid__cell{-webkit-flex:0 0 33.3333%;flex:0 0 33.3333%}
#es .o-grid--1of4>.o-grid__cell{-webkit-flex:0 0 25%;flex:0 0 25%}
#es .o-grid--gutters{margin:-8px -8px 8px}
#es .o-grid--gutters>.o-grid__cell{padding:8px 8px 0}
#es .o-grid--gutters--lg{margin:-16px -16px 16px}
#es .o-grid--gutters--lg>.o-grid__cell{padding:16px 16px 0}
#es .o-grid__cell--1of3,#es .o-grid__cell--2of3{width:33.3333%!important;-webkit-flex:none!important;flex:none!important}
#es .o-grid__cell--2of3{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:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}
#es .o-grid-sm__cell{-webkit-flex:1;flex:1}
#es .o-grid-sm--top{-webkit-align-items:flex-start;align-items:flex-start}
#es .o-grid-sm--bottom{-webkit-align-items:flex-end;align-items:flex-end}
#es .o-grid-sm--center{-webkit-align-items:center;align-items:center}
#es .o-grid-sm--justify-center{-webkit-justify-content:center;justify-content:center}
#es .o-grid-sm--nowrap{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
#es .o-grid-sm__cell--top{-webkit-align-self:flex-start;align-self:flex-start}
#es .o-grid-sm__cell--bottom{-webkit-align-self:flex-end;align-self:flex-end}
#es .o-grid-sm__cell--center{-webkit-align-self:center;align-self:center}
#es .o-grid-sm__cell--left{-webkit-flex:none;flex:none;margin-right:auto}
#es .o-grid-sm__cell--right{margin-left:auto}
#es .o-grid-sm__cell--auto-size,#es .o-grid-sm__cell--right{-webkit-flex:none;flex:none}
#es .o-grid-sm--full>.o-grid-sm__cell{-webkit-flex:0 0 100%;flex:0 0 100%}
#es .o-grid-sm--1of2>.o-grid-sm__cell{-webkit-flex:0 0 50%;flex:0 0 50%}
#es .o-grid-sm--1of3>.o-grid-sm__cell{-webkit-flex:0 0 33.3333%;flex:0 0 33.3333%}
#es .o-grid-sm--1of4>.o-grid-sm__cell{-webkit-flex:0 0 25%;flex:0 0 25%}
#es .o-grid-sm--gutters{margin:-8px -8px 8px}
#es .o-grid-sm--gutters>.o-grid-sm__cell{padding:8px 8px 0}
#es .o-grid-sm--gutters-lg{margin:-16px -16px 16px}
#es .o-grid-sm--gutters-lg>.o-grid-sm__cell{padding:16px 16px 0}
#es fieldset{padding:0;margin:0;border:0;min-width:0}
#es legend{width:100%;margin-bottom:19px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5;padding:0 0 8px;font-size:15px;font-weight:700}
#es label{display:inline-block;max-width:100%;margin-bottom:5px}
#es input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}
#es input[type=checkbox],#es input[type=radio]{margin:0;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=checkbox]:focus,#es input[type=file]:focus,#es input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
#es output{padding-top:7px;display:block;font-size:13px;line-height:1.5;color:#444}
#es .o-form-control{display:block;width:100%;margin:0;background-color:#fff;background-image:none;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
#es .data-field-textarea textarea::-moz-placeholder,#es .o-form-control::-moz-placeholder{color:#999;opacity:1}
#es .o-form-control:-ms-input-placeholder{color:#999}
#es .data-field-textarea textarea::-webkit-input-placeholder,#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{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;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;color:#888;margin:0;line-height:1;top:50%;transform:perspective(1px) translateY(-50%);z-index:1}
#es .o-select-group__drop:before{border-style:solid;border-width:.1em .1em 0 0;content:"";display:inline-block;width:.5em;height:.5em;position:relative;left:0;vertical-align:top;top:1px;transform:rotate(135deg)}
#es .o-select-group--inline{display:inline-block;width:auto}
#es .o-select-group--inline select{width:auto}
#es input[type=search]{-webkit-appearance:none}
#es .o-form-group{margin-bottom:16px}
#es .checkbox,#es .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
#es .checkbox label,#es .radio label{min-height:19px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
#es .checkbox input[type=checkbox],#es .checkbox-inline input[type=checkbox],#es .radio input[type=radio],#es .radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}
#es .checkbox+.checkbox,#es .radio+.radio{margin-top:-5px}
#es .checkbox-inline,#es .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}
#es .checkbox-inline+.checkbox-inline,#es .radio-inline+.radio-inline{margin-top:0;margin-left:10px}
#es .checkbox-inline.disabled,#es .checkbox.disabled label,#es .radio-inline.disabled,#es .radio.disabled label,#es input[type=checkbox].disabled,#es input[type=checkbox][disabled],#es input[type=radio].disabled,#es input[type=radio][disabled],fieldset[disabled] #es .checkbox label,fieldset[disabled] #es .checkbox-inline,fieldset[disabled] #es .radio label,fieldset[disabled] #es .radio-inline,fieldset[disabled] #es input[type=checkbox],fieldset[disabled] #es input[type=radio]{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,#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,select#es .input-sm{height:28px;line-height:28px}
#es .o-form-group-sm select[multiple].o-form-control,#es .o-form-group-sm textarea.o-form-control,select[multiple]#es .input-sm,textarea#es .input-sm{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,#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,select#es .input-lg{height:42px;line-height:42px}
#es .o-form-group-lg select[multiple].o-form-control,#es .o-form-group-lg textarea.o-form-control,select[multiple]#es .input-lg,textarea#es .input-lg{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-group-lg+.o-form-control-feedback,#es .input-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-group-sm+.o-form-control-feedback,#es .input-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 .checkbox,#es .has-error .checkbox-inline,#es .has-error .help-block,#es .has-error .o-control-label,#es .has-error .radio,#es .has-error .radio-inline,#es .has-error.checkbox label,#es .has-error.checkbox-inline label,#es .has-error.radio label,#es .has-error.radio-inline label{color:#fc595b}
#es .has-error .o-form-control{border-color:#fc595b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(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,.075),0 0 6px #febdbe;box-shadow:inset 0 1px 1px rgba(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 .checkbox,#es .o-form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
#es .o-form-inline .checkbox label,#es .o-form-inline .radio label{padding-left:0}
#es .o-form-inline .checkbox input[type=checkbox],#es .o-form-inline .radio input[type=radio]{position:relative;margin-left:0}
#es .o-form-inline .has-feedback .o-form-control-feedback{top:0}
#es .o-form-horizontal .checkbox,#es .o-form-horizontal .checkbox-inline,#es .o-form-horizontal .radio,#es .o-form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}
#es .o-form-horizontal .checkbox,#es .o-form-horizontal .radio{min-height:27px}
#es .o-form-horizontal .o-form-group{display:-webkit-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}
#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 .o-form-actions:after,#es .o-form-actions:before,#es.is-mobile .o-form-horizontal .o-form-group:after,#es.is-mobile .o-form-horizontal .o-form-group:before{content:" ";display:table}
#es .o-form-actions:after,#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;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-group--float{position:relative}
#es .o-form-group--float .o-form-control{box-shadow:none}
#es .o-form-group--float .o-select-group{padding:16px;border:1px solid #e1e1e1}
#es .o-form-group--float .o-select-group .o-form-control{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,#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-select-group,#es .o-form-group--float.is-focused .o-select-group{padding-top:24px;padding-bottom:8px}
#es .o-input-group{position:relative;display:-webkit-flex;display:flex;display:-webkit-wrap;display:-ms-wrap;display:wrap;-webkit-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;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}
select[multiple]#es .o-input-group--lg>.o-form-control,select[multiple]#es .o-input-group--lg>.o-input-group__addon,select[multiple]#es .o-input-group--lg>.o-input-group__btn>.btn,textarea#es .o-input-group--lg>.o-form-control,textarea#es .o-input-group--lg>.o-input-group__addon,textarea#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}
select[multiple]#es .o-input-group--sm>.o-form-control,select[multiple]#es .o-input-group--sm>.o-input-group__addon,select[multiple]#es .o-input-group--sm>.o-input-group__btn>.btn,textarea#es .o-input-group--sm>.o-form-control,textarea#es .o-input-group--sm>.o-input-group__addon,textarea#es .o-input-group--sm>.o-input-group__btn>.btn{height:auto}
#es .o-input-group .o-form-control:not(:first-child):not(:last-child),#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){border-radius:0}
#es .o-input-group__addon{white-space:nowrap}
#es .o-input-group__addon,#es .o-input-group__btn,#es .o-input-group__select{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;vertical-align:middle;-webkit-flex:none;flex:none}
#es .o-input-group__select{white-space:nowrap}
#es .o-input-group__select select{width:auto!important}
#es .o-input-group__addon{padding:6px 12px;font-size:13px;font-weight:400;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=checkbox],#es .o-input-group__addon input[type=radio]{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>.dropdown-toggle,#es .o-input-group__btn:first-child>.o-btn-group>.btn,#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:first-child>.btn:not(:first-child),#es .o-input-group__btn:first-child>.o-btn-group:not(:first-child)>.btn,#es .o-input-group__btn:last-child>.btn,#es .o-input-group__btn:last-child>.dropdown-toggle,#es .o-input-group__btn:last-child>.o-btn-group>.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;white-space:nowrap}
#es .o-input-group__btn>.btn{position:relative;margin:0}
#es .o-input-group__btn>.btn+.btn{margin-left:-1px}
#es .o-input-group__btn>.btn:active,#es .o-input-group__btn>.btn:focus,#es .o-input-group__btn>.btn:hover{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;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;-webkit-user-select:none;user-select:none;-webkit-transition:none;transition:none}
#es .btn.active.focus,#es .btn.active:focus,#es .btn.focus,#es .btn:active.focus,#es .btn:active:focus,#es .btn:focus{outline:5px auto -webkit-focus-ring-color}
#es .btn.focus,#es .btn:focus,#es .btn:hover{text-decoration:none}
#es .btn.disabled,#es .btn[disabled],fieldset[disabled] #es .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
a#es .btn.disabled,fieldset[disabled] a#es .btn{pointer-events:none}
#es .btn-default{color:#333!important;background-color:#fff!important;border-color:#ccc!important}
#es .btn-default.focus,#es .btn-default:focus{color:#333!important;background-color:#e6e6e6!important;border-color:#8c8c8c!important}
#es .btn-default.active,#es .btn-default:active,#es .btn-default:hover,.open>.dropdown-toggle#es .btn-default{color:#333!important;background-color:#e6e6e6!important;border-color:#adadad!important}
#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,#es .btn-default:active:hover,.open>.dropdown-toggle#es .btn-default.focus,.open>.dropdown-toggle#es .btn-default:focus,.open>.dropdown-toggle#es .btn-default:hover{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.active,#es .btn-default.disabled.focus,#es .btn-default.disabled:active,#es .btn-default.disabled:focus,#es .btn-default.disabled:hover,#es .btn-default[disabled],#es .btn-default[disabled].active,#es .btn-default[disabled].focus,#es .btn-default[disabled]:active,#es .btn-default[disabled]:focus,#es .btn-default[disabled]:hover,fieldset[disabled] #es .btn-default,fieldset[disabled] #es .btn-default.active,fieldset[disabled] #es .btn-default.focus,fieldset[disabled] #es .btn-default:active,fieldset[disabled] #es .btn-default:focus,fieldset[disabled] #es .btn-default:hover{background-color:#fff!important;border-color:#ccc!important}
#es .btn-default .badge,#es .btn-primary{color:#fff!important;background-color:#333!important}
#es .btn-primary{background-color:#428bca!important;border-color:#357ebd!important}
#es .btn-primary.focus,#es .btn-primary:focus{color:#fff!important;background-color:#3071a9!important;border-color:#193c5a!important}
#es .btn-primary.active,#es .btn-primary:active,#es .btn-primary:hover,.open>.dropdown-toggle#es .btn-primary{color:#fff!important;background-color:#3071a9!important;border-color:#285e8e!important}
#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,#es .btn-primary:active:hover,.open>.dropdown-toggle#es .btn-primary.focus,.open>.dropdown-toggle#es .btn-primary:focus,.open>.dropdown-toggle#es .btn-primary:hover{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.active,#es .btn-primary.disabled.focus,#es .btn-primary.disabled:active,#es .btn-primary.disabled:focus,#es .btn-primary.disabled:hover,#es .btn-primary[disabled],#es .btn-primary[disabled].active,#es .btn-primary[disabled].focus,#es .btn-primary[disabled]:active,#es .btn-primary[disabled]:focus,#es .btn-primary[disabled]:hover,fieldset[disabled] #es .btn-primary,fieldset[disabled] #es .btn-primary.active,fieldset[disabled] #es .btn-primary.focus,fieldset[disabled] #es .btn-primary:active,fieldset[disabled] #es .btn-primary:focus,fieldset[disabled] #es .btn-primary:hover{background-color:#428bca!important;border-color:#357ebd!important}
#es .btn-primary .badge{color:#428bca!important;background-color:#fff!important}
#es .btn-success{color:#fff!important;background-color:#5cb85c!important;border-color:#4cae4c!important}
#es .btn-success.focus,#es .btn-success:focus{color:#fff!important;background-color:#449d44!important;border-color:#255625!important}
#es .btn-success.active,#es .btn-success:active,#es .btn-success:hover,.open>.dropdown-toggle#es .btn-success{color:#fff!important;background-color:#449d44!important;border-color:#398439!important}
#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,#es .btn-success:active:hover,.open>.dropdown-toggle#es .btn-success.focus,.open>.dropdown-toggle#es .btn-success:focus,.open>.dropdown-toggle#es .btn-success:hover{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.active,#es .btn-success.disabled.focus,#es .btn-success.disabled:active,#es .btn-success.disabled:focus,#es .btn-success.disabled:hover,#es .btn-success[disabled],#es .btn-success[disabled].active,#es .btn-success[disabled].focus,#es .btn-success[disabled]:active,#es .btn-success[disabled]:focus,#es .btn-success[disabled]:hover,fieldset[disabled] #es .btn-success,fieldset[disabled] #es .btn-success.active,fieldset[disabled] #es .btn-success.focus,fieldset[disabled] #es .btn-success:active,fieldset[disabled] #es .btn-success:focus,fieldset[disabled] #es .btn-success:hover{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.active,#es .btn-info:active,#es .btn-info:hover,.open>.dropdown-toggle#es .btn-info{color:#fff!important;background-color:#31b0d5!important;border-color:#269abc!important}
#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,#es .btn-info:active:hover,.open>.dropdown-toggle#es .btn-info.focus,.open>.dropdown-toggle#es .btn-info:focus,.open>.dropdown-toggle#es .btn-info:hover{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.active,#es .btn-info.disabled.focus,#es .btn-info.disabled:active,#es .btn-info.disabled:focus,#es .btn-info.disabled:hover,#es .btn-info[disabled],#es .btn-info[disabled].active,#es .btn-info[disabled].focus,#es .btn-info[disabled]:active,#es .btn-info[disabled]:focus,#es .btn-info[disabled]:hover,fieldset[disabled] #es .btn-info,fieldset[disabled] #es .btn-info.active,fieldset[disabled] #es .btn-info.focus,fieldset[disabled] #es .btn-info:active,fieldset[disabled] #es .btn-info:focus,fieldset[disabled] #es .btn-info:hover{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.active,#es .btn-warning:active,#es .btn-warning:hover,.open>.dropdown-toggle#es .btn-warning{color:#fff!important;background-color:#ec971f!important;border-color:#d58512!important}
#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,#es .btn-warning:active:hover,.open>.dropdown-toggle#es .btn-warning.focus,.open>.dropdown-toggle#es .btn-warning:focus,.open>.dropdown-toggle#es .btn-warning:hover{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.active,#es .btn-warning.disabled.focus,#es .btn-warning.disabled:active,#es .btn-warning.disabled:focus,#es .btn-warning.disabled:hover,#es .btn-warning[disabled],#es .btn-warning[disabled].active,#es .btn-warning[disabled].focus,#es .btn-warning[disabled]:active,#es .btn-warning[disabled]:focus,#es .btn-warning[disabled]:hover,fieldset[disabled] #es .btn-warning,fieldset[disabled] #es .btn-warning.active,fieldset[disabled] #es .btn-warning.focus,fieldset[disabled] #es .btn-warning:active,fieldset[disabled] #es .btn-warning:focus,fieldset[disabled] #es .btn-warning:hover{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.active,#es .btn-danger:active,#es .btn-danger:hover,.open>.dropdown-toggle#es .btn-danger{color:#fff!important;background-color:#c9302c!important;border-color:#ac2925!important}
#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,#es .btn-danger:active:hover,.open>.dropdown-toggle#es .btn-danger.focus,.open>.dropdown-toggle#es .btn-danger:focus,.open>.dropdown-toggle#es .btn-danger:hover{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.active,#es .btn-danger.disabled.focus,#es .btn-danger.disabled:active,#es .btn-danger.disabled:focus,#es .btn-danger.disabled:hover,#es .btn-danger[disabled],#es .btn-danger[disabled].active,#es .btn-danger[disabled].focus,#es .btn-danger[disabled]:active,#es .btn-danger[disabled]:focus,#es .btn-danger[disabled]:hover,fieldset[disabled] #es .btn-danger,fieldset[disabled] #es .btn-danger.active,fieldset[disabled] #es .btn-danger.focus,fieldset[disabled] #es .btn-danger:active,fieldset[disabled] #es .btn-danger:focus,fieldset[disabled] #es .btn-danger:hover{background-color:#d9534f!important;border-color:#d43f3a!important}
#es .btn-danger .badge{color:#d9534f!important}
#es .btn-danger .badge,#es .btn-es-default{background-color:#fff!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.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.active,#es .btn-es-default.disabled.focus,#es .btn-es-default.disabled:active,#es .btn-es-default.disabled:focus,#es .btn-es-default.disabled:hover,#es .btn-es-default[disabled],#es .btn-es-default[disabled].active,#es .btn-es-default[disabled].focus,#es .btn-es-default[disabled]:active,#es .btn-es-default[disabled]:focus,#es .btn-es-default[disabled]:hover,fieldset[disabled] #es .btn-es-default,fieldset[disabled] #es .btn-es-default.active,fieldset[disabled] #es .btn-es-default.focus,fieldset[disabled] #es .btn-es-default:active,fieldset[disabled] #es .btn-es-default:focus,fieldset[disabled] #es .btn-es-default:hover{background-color:#fff!important;border-color:#e1e1e1!important}
#es .btn-es-default .badge{color:#fff!important;background-color:#444!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.active,#es .btn-es-primary.disabled.focus,#es .btn-es-primary.disabled:active,#es .btn-es-primary.disabled:focus,#es .btn-es-primary.disabled:hover,#es .btn-es-primary[disabled],#es .btn-es-primary[disabled].active,#es .btn-es-primary[disabled].focus,#es .btn-es-primary[disabled]:active,#es .btn-es-primary[disabled]:focus,#es .btn-es-primary[disabled]:hover,fieldset[disabled] #es .btn-es-primary,fieldset[disabled] #es .btn-es-primary.active,fieldset[disabled] #es .btn-es-primary.focus,fieldset[disabled] #es .btn-es-primary:active,fieldset[disabled] #es .btn-es-primary:focus,fieldset[disabled] #es .btn-es-primary:hover{background-color:#4a90e2!important;border-color:#4a90e2!important}
#es .btn-es-primary .badge{color:#4a90e2!important;background-color:#fff!important}
#es .btn-es-success{background-color:#4fc251!important}
#es .btn-es-success.focus{background-color:#39a53b!important}
#es .btn-es-success.focus,#es .btn-es-success:focus{color:#fff!important;border-color:#256c27!important}
#es .btn-es-success.active,#es .btn-es-success:active,#es .btn-es-success:hover,.open>.dropdown-toggle#es .btn-es-success{color:#fff!important;background-color:#39a53b!important;border-color:#379d38!important}
#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,#es .btn-es-success:active:hover,.open>.dropdown-toggle#es .btn-es-success.focus,.open>.dropdown-toggle#es .btn-es-success:focus,.open>.dropdown-toggle#es .btn-es-success:hover{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.active,#es .btn-es-success.disabled.focus,#es .btn-es-success.disabled:active,#es .btn-es-success.disabled:focus,#es .btn-es-success.disabled:hover,#es .btn-es-success[disabled],#es .btn-es-success[disabled].active,#es .btn-es-success[disabled].focus,#es .btn-es-success[disabled]:active,#es .btn-es-success[disabled]:focus,#es .btn-es-success[disabled]:hover,fieldset[disabled] #es .btn-es-success,fieldset[disabled] #es .btn-es-success.active,fieldset[disabled] #es .btn-es-success.focus,fieldset[disabled] #es .btn-es-success:active,fieldset[disabled] #es .btn-es-success:focus,fieldset[disabled] #es .btn-es-success:hover{background-color:#4fc251!important;border-color:#4fc251!important}
#es .btn-es-success .badge{color:#4fc251!important;background-color:#fff!important}
#es .btn-es-danger{background-color:#f65b5b!important}
#es .btn-es-danger.focus{background-color:#f32b2b!important}
#es .btn-es-danger.focus,#es .btn-es-danger:focus{color:#fff!important;border-color:#c70b0b!important}
#es .btn-es-danger.active,#es .btn-es-danger:active,#es .btn-es-danger:hover,.open>.dropdown-toggle#es .btn-es-danger{color:#fff!important;background-color:#f32b2b!important;border-color:#f32121!important}
#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,#es .btn-es-danger:active:hover,.open>.dropdown-toggle#es .btn-es-danger.focus,.open>.dropdown-toggle#es .btn-es-danger:focus,.open>.dropdown-toggle#es .btn-es-danger:hover{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.active,#es .btn-es-danger.disabled.focus,#es .btn-es-danger.disabled:active,#es .btn-es-danger.disabled:focus,#es .btn-es-danger.disabled:hover,#es .btn-es-danger[disabled],#es .btn-es-danger[disabled].active,#es .btn-es-danger[disabled].focus,#es .btn-es-danger[disabled]:active,#es .btn-es-danger[disabled]:focus,#es .btn-es-danger[disabled]:hover,fieldset[disabled] #es .btn-es-danger,fieldset[disabled] #es .btn-es-danger.active,fieldset[disabled] #es .btn-es-danger.focus,fieldset[disabled] #es .btn-es-danger:active,fieldset[disabled] #es .btn-es-danger:focus,fieldset[disabled] #es .btn-es-danger:hover{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.active,#es .btn-es-default-o:active,.open>.dropdown-toggle#es .btn-es-default-o{background-image:none!important}
#es .btn-es-primary-o,#es .btn-es-primary-o.active,#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.focus,#es .btn-es-primary-o:active,#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:focus,#es .btn-es-primary-o:hover,.open>.dropdown-toggle#es .btn-es-primary-o,.open>.dropdown-toggle#es .btn-es-primary-o.focus,.open>.dropdown-toggle#es .btn-es-primary-o:focus,.open>.dropdown-toggle#es .btn-es-primary-o:hover{color:#428bca!important}
#es .btn-es-primary-o.active,#es .btn-es-primary-o:active,.open>.dropdown-toggle#es .btn-es-primary-o{background-image:none!important}
#es .btn-es-success-o{background-color:#fff!important;border-color:#ddd!important}
#es .btn-es-success-o.active,#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.focus,#es .btn-es-success-o:active.focus,#es .btn-es-success-o:active:focus,#es .btn-es-success-o:active:hover,.open>.dropdown-toggle#es .btn-es-success-o,.open>.dropdown-toggle#es .btn-es-success-o.focus,.open>.dropdown-toggle#es .btn-es-success-o:focus,.open>.dropdown-toggle#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{background-image:none!important}
#es .btn-es-danger-o{background-color:#fff!important;border-color:#feebef!important}
#es .btn-es-danger-o,#es .btn-es-danger-o.active,#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.focus,#es .btn-es-danger-o:active,#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:focus,#es .btn-es-danger-o:hover,.open>.dropdown-toggle#es .btn-es-danger-o,.open>.dropdown-toggle#es .btn-es-danger-o.focus,.open>.dropdown-toggle#es .btn-es-danger-o:focus,.open>.dropdown-toggle#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{background-image:none!important}
#es .btn-link{color:#428bca;font-weight:400;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:active,#es .btn-link:focus,#es .btn-link:hover{border-color:transparent}
#es .btn-link:focus,#es .btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}
#es .btn-link[disabled]:focus,#es .btn-link[disabled]:hover,fieldset[disabled] #es .btn-link:focus,fieldset[disabled] #es .btn-link:hover{color:#777;text-decoration:none}
#es .btn-lg{padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:5px}
#es .btn-sm,#es .btn-xs{padding:5px 10px;font-size:11px;line-height:1.5;border-radius:2px}
#es .btn-xs{padding:1px 5px}
#es .btn-rounded{border-radius:24px}
#es .btn-block{display:block;width:100%}
#es .btn-block+.btn-block,#es .o-alert>p+p{margin-top:5px}
#es input[type=button].btn-block,#es input[type=reset].btn-block,#es input[type=submit].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.active,#es .o-btn-group-yesno .btn.is-active{background:#fff!important;color:#fff!important;text-shadow:0-1px 0 rgba(0,0,0,.25)!important}
#es .o-btn-group-yesno .btn.btn--yes.active,#es .o-btn-group-yesno .btn.btn--yes.is-active{background:#428bca!important;border-color:#3071a9!important}
#es .o-btn-group-yesno .btn.btn--no.active,#es .o-btn-group-yesno .btn.btn--no.is-active{background:#d9534f!important;border-color:#c9302c!important}
#es .btn-file{padding-left:24px!important;white-space:normal}
#es .btn-file:before{position:absolute;line-height:16px;left:4px;cursor:pointer}
#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:#fff;cursor:inherit;display:block}
#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.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.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,#es .btn-es-facebook:active:hover,.open>.dropdown-toggle#es .btn-es-facebook.focus,.open>.dropdown-toggle#es .btn-es-facebook:focus,.open>.dropdown-toggle#es .btn-es-facebook:hover{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.active,#es .btn-es-facebook.disabled.focus,#es .btn-es-facebook.disabled:active,#es .btn-es-facebook.disabled:focus,#es .btn-es-facebook.disabled:hover,#es .btn-es-facebook[disabled],#es .btn-es-facebook[disabled].active,#es .btn-es-facebook[disabled].focus,#es .btn-es-facebook[disabled]:active,#es .btn-es-facebook[disabled]:focus,#es .btn-es-facebook[disabled]:hover,fieldset[disabled] #es .btn-es-facebook,fieldset[disabled] #es .btn-es-facebook.active,fieldset[disabled] #es .btn-es-facebook.focus,fieldset[disabled] #es .btn-es-facebook:active,fieldset[disabled] #es .btn-es-facebook:focus,fieldset[disabled] #es .btn-es-facebook:hover{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.active,#es .btn-es-twitter:active,#es .btn-es-twitter:hover,.open>.dropdown-toggle#es .btn-es-twitter{color:#fff!important;background-color:#1381da!important;border-color:#0487b8!important}
#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,#es .btn-es-twitter:active:hover,.open>.dropdown-toggle#es .btn-es-twitter.focus,.open>.dropdown-toggle#es .btn-es-twitter:focus,.open>.dropdown-toggle#es .btn-es-twitter:hover{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.active,#es .btn-es-twitter.disabled.focus,#es .btn-es-twitter.disabled:active,#es .btn-es-twitter.disabled:focus,#es .btn-es-twitter.disabled:hover,#es .btn-es-twitter[disabled],#es .btn-es-twitter[disabled].active,#es .btn-es-twitter[disabled].focus,#es .btn-es-twitter[disabled]:active,#es .btn-es-twitter[disabled]:focus,#es .btn-es-twitter[disabled]:hover,fieldset[disabled] #es .btn-es-twitter,fieldset[disabled] #es .btn-es-twitter.active,fieldset[disabled] #es .btn-es-twitter.focus,fieldset[disabled] #es .btn-es-twitter:active,fieldset[disabled] #es .btn-es-twitter:focus,fieldset[disabled] #es .btn-es-twitter:hover{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.active,#es .btn-es-linkedin:active,#es .btn-es-linkedin:hover,.open>.dropdown-toggle#es .btn-es-linkedin{color:#fff!important;background-color:#459fc7!important;border-color:#34769d!important}
#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,#es .btn-es-linkedin:active:hover,.open>.dropdown-toggle#es .btn-es-linkedin.focus,.open>.dropdown-toggle#es .btn-es-linkedin:focus,.open>.dropdown-toggle#es .btn-es-linkedin:hover{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.active,#es .btn-es-linkedin.disabled.focus,#es .btn-es-linkedin.disabled:active,#es .btn-es-linkedin.disabled:focus,#es .btn-es-linkedin.disabled:hover,#es .btn-es-linkedin[disabled],#es .btn-es-linkedin[disabled].active,#es .btn-es-linkedin[disabled].focus,#es .btn-es-linkedin[disabled]:active,#es .btn-es-linkedin[disabled]:focus,#es .btn-es-linkedin[disabled]:hover,fieldset[disabled] #es .btn-es-linkedin,fieldset[disabled] #es .btn-es-linkedin.active,fieldset[disabled] #es .btn-es-linkedin.focus,fieldset[disabled] #es .btn-es-linkedin:active,fieldset[disabled] #es .btn-es-linkedin:focus,fieldset[disabled] #es .btn-es-linkedin:hover{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{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}
#es .btn.is-loading:after,#es .btn.is-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0-8px;width:16px;height:16px}
#es .btn.is-loading:after{-webkit-animation:btn-spin .6s linear;animation:btn-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;box-shadow:0 0 0 1px transparent;border:.2em solid transparent;border-top-color:#767676}
#es .o-nav{list-style:none;margin:0;padding:0}
#es .o-nav:after,#es .o-nav:before{content:" ";display:table}
#es .o-nav:after{clear:both}
#es .o-nav__item,#es .o-nav__link{display:inline-block;*display:inline;zoom:1;outline:0!important}
#es .o-nav__item::-moz-focus-inner,#es .o-nav__link::-moz-focus-inner{border:0!important}
#es .o-nav--stacked .o-nav__item{display:list-item}
#es .o-nav--stacked .o-nav__link{display:block}
#es .o-nav--banner{text-align:center}
#es .o-nav--block{line-height:1;white-space:nowrap;font-size:0}
#es .o-nav--block .o-nav__item{letter-spacing:normal;word-spacing:normal}
#es .o-nav--block .o-nav__link{padding:4px;font-size:13px}
#es.is-mobile .o-nav-block{white-space:wrap}
#es .o-nav--fit{display:table;width:100%}
#es .o-nav--fit .o-nav__item{display:table-cell}
#es .o-nav--fit .o-nav__link{display:block}
#es .o-nav--keywords>li:after{content:","" "}
#es .o-nav--keywords>li:last-child:after{display:none}
#es .o-label{display:inline;padding:.2em .6em;font-size:75%;font-weight:700;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]:focus,#es .o-label--default[href]:hover,#es .o-label--inverse[href]:focus,#es .o-label--inverse[href]:hover{background-color:#5e5e5e!important}
#es .o-label--primary{background-color:#4a90e2!important}
#es .o-label--primary[href]:focus,#es .o-label--primary[href]:hover{background-color:#2275d7!important}
#es .o-label--success{background-color:#4fc251!important}
#es .o-label--success[href]:focus,#es .o-label--success[href]:hover{background-color:#39a53b!important}
#es .o-label--info{background-color:#5bc0de!important}
#es .o-label--info[href]:focus,#es .o-label--info[href]:hover{background-color:#31b0d5!important}
#es .o-label--warning{background-color:#ec971f!important}
#es .o-label--warning[href]:focus,#es .o-label--warning[href]:hover{background-color:#c77c11!important}
#es .o-label--danger,#es .o-label--important{background-color:#f65b5b!important}
#es .o-label--danger[href]:focus,#es .o-label--danger[href]:hover,#es .o-label--important[href]:focus,#es .o-label--important[href]:hover{background-color:#f32b2b!important}
#es .o-label--default-o{color:#777!important;border:1px solid #777!important}
#es .o-label--default-o,#es .o-label--default-o[href]:focus,#es .o-label--default-o[href]:hover{background-color:#e2e2e2!important}
#es .o-label--clean-o{background-color:#fff;color:#888;border:1px solid #888}
#es .o-label--primary-o{color:#4a90e2!important;border:1px solid #4a90e2!important}
#es .o-label--primary-o,#es .o-label--primary-o[href]:focus,#es .o-label--primary-o[href]:hover{background-color:#fff!important}
#es .o-label--success-o{color:#4fc251!important;border:1px solid #4fc251!important}
#es .o-label--success-o,#es .o-label--success-o[href]:focus,#es .o-label--success-o[href]:hover{background-color:#eef9ee!important}
#es .o-label--info-o{color:#5bc0de!important;border:1px solid #5bc0de!important}
#es .o-label--info-o,#es .o-label--info-o[href]:focus,#es .o-label--info-o[href]:hover{background-color:#fff!important}
#es .o-label--warning-o{color:#ec971f!important;border:1px solid #ec971f!important}
#es .o-label--warning-o,#es .o-label--warning-o[href]:focus,#es .o-label--warning-o[href]:hover{background-color:#fdf3e4!important}
#es .o-label--danger-o{color:#f65b5b!important;border:1px solid #f65b5b!important}
#es .o-label--danger-o,#es .o-label--danger-o[href]:focus,#es .o-label--danger-o[href]:hover{background-color:#fff!important}
#es .o-alert h4{margin-top:0;color:inherit}
#es .o-alert .o-alert-link{font-weight:700}
#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:""}
#es button.o-alert__close{background:0 0;border:0;cursor:pointer;padding:0}
#es .o-alert--dismissible{padding-right:35px}
#es .o-alert--dismissible .o-alert__close{position:relative;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:""}
#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:""}
#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:""}
#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:"";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:35px;height:35px;line-height:35px;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,#es .o-avatar--rounded img{border-radius:50%}
#es .o-avatar--inset,#es .o-avatar-list-unstyled{border:0;margin:0}
#es .o-avatar-list-unstyled img{width:100%;height:100%}
#es .o-avatar--inset img{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);border-radius:3px}
#es [class*=" o-avatar-border"],#es [class^=o-avatar-border]{background-color:#e1e1e1}
#es [class*=" o-avatar-border"]:hover,#es [class^=o-avatar-border]:hover{background-color:#c8c8c8}
#es .o-avatar-border--sm{padding:1px}
#es .o-avatar-border--md{padding:2px}
#es .o-avatar-border--lg{padding:4px}
#es .o-avatar-list__item{display:inline-block;margin-right:8px;margin-bottom:8px}
#es .o-avatar--text{border-radius:3px;color:#fff;text-align:center}
#es .o-avatar--bg-1,#es .o-avatar--bg-1:hover{background-color:#ffcdd2}
#es .o-avatar--bg-2,#es .o-avatar--bg-2:hover{background-color:#e1bee7}
#es .o-avatar--bg-3,#es .o-avatar--bg-3:hover{background-color:#bbdefb}
#es .o-avatar--bg-4,#es .o-avatar--bg-4:hover{background-color:#b2dfdb}
#es .o-avatar--bg-5,#es .o-avatar--bg-5:hover{background-color:#ffcc80}
#es .o-avatar-group-1,#es .o-avatar-group-2,#es .o-avatar-group-3{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,#es .o-avatar-group-2>div .o-avatar{border-radius:0;width:50px;height:50px;line-height:50px}
#es .o-avatar-group-2>div{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{width:25px}
#es .o-avatar-group-2>div,#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__body,#es .o-flag__image{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:flex;-webkit-align-items:center;align-items:center}
#es .o-media--top{-webkit-align-items:flex-start;align-items:flex-start}
#es .o-media--bottom{-webkit-align-items:flex-end;align-items:flex-end}
#es .o-media--rev .o-media__image{margin-left:8px;margin-right:0;-webkit-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;flex:1;min-width:0}
#es.popbox{position:absolute;top:0;width:auto;background:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal;text-align:left!important}
#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,#es.popbox.top-left .arrow:after,#es.popbox.top-right .arrow:after{border-width:7px 7px 0;border-top-color:#e1e1e1;bottom:-1px;left:-7px;margin:0}
#es.popbox.top-left .arrow{right:auto;margin-right:auto}
#es.popbox.top-right .arrow{right:0;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,#es.popbox.bottom-left .arrow:after,#es.popbox.bottom-right .arrow:after{border-width:0 7px 7px;border-bottom-color:#e1e1e1;top:-1px;left:-7px;margin:0}
#es.popbox.bottom-left .arrow{right:auto;margin-right:auto}
#es.popbox.bottom-right .arrow{right:0;margin-right:6px}
#es.popbox.left .arrow,#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{top:0;margin-top:6px;margin-bottom:auto}
#es.popbox.left .arrow:after,#es.popbox.left-bottom .arrow:after,#es.popbox.left-top .arrow:after{border-width:7px 0 7px 7px;border-left-color:#e1e1e1;bottom:-7px;right:-1px}
#es.popbox.left-bottom .arrow{right:-6px;border-width:6px 0 6px 6px;border-left-color:#fff;top:auto;bottom:0;margin-top:auto;margin-bottom:6px}
#es.popbox.right .arrow,#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{top:0;margin-top:6px;margin-bottom:auto}
#es.popbox.right .arrow:after,#es.popbox.right-bottom .arrow:after,#es.popbox.right-top .arrow:after{border-width:7px 7px 7px 0;border-right-color:#e1e1e1;bottom:-7px;left:-1px}
#es.popbox.right-bottom .arrow{left:-6px;border-width:6px 6px 6px 0;border-right-color:#fff;top:auto;bottom:0;margin-top:auto;margin-bottom:6px}
#es .o-box>div:after,#es .o-box>div:before,#es.popbox .popbox-header:after,#es.popbox .popbox-header:before{content:" ";display:table}
#es .o-box>div:after,#es.popbox .popbox-header:after{clear:both}
#es.popbox .popbox-header .es-action{float:right}
#es.popbox .popbox-header__mobile-close{display:none;float:right;color:#444}
#es .o-pagination,#es.is-mobile .popbox-header__mobile-close{display:inline-block}
#es .o-pagination{padding-left:0;margin:0;border-radius:3px}
#es .o-pagination>li:first-child>a,#es .o-pagination>li:first-child>span{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>.disabled>a,#es .o-pagination>.disabled>a:focus,#es .o-pagination>.disabled>a:hover,#es .o-pagination>.disabled>span,#es .o-pagination>.disabled>span:focus,#es .o-pagination>.disabled>span:hover{color:#888;background-color:#fff;border-color:#e1e1e1;cursor:default}
#es.tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;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;width:auto!important;height:auto!important;background-color:transparent!important;border:0!important;opacity:0;filter:alpha(opacity=0)}
#es.tooltip.in{opacity:1;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:300px;padding:3px 10px;color:#fff;text-align:center;background-color:#000;border-radius:9px}
#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 label:before{content:"";border:1px solid #ddd;border-radius:2px;background-color:#fff}
#es .o-checkbox label:after,#es .o-checkbox label:before{display:inline-block;position:absolute;width:16px;height:16px;left:0;top:0;margin-left:-16px;cursor:pointer}
#es .o-checkbox label:after{line-height:16px;padding-left:2px;padding-top:0;font-size:13px;color:#fff}
#es .o-checkbox input[type=checkbox],#es .o-radio input[type=radio]{display:none}
#es .o-checkbox input[type=checkbox]:checked+label:before{background-color:#4a90e2;border-color:#4a90e2;text-decoration:none}
#es .o-checkbox input[type=checkbox]:disabled+label,#es .o-radio input[type=radio]:disabled+label{cursor:not-allowed}
#es .o-checkbox input[type=checkbox]:disabled+label:before{background-color:#f5f5f5;cursor:not-allowed}
#es .o-checkbox input[type=checkbox]:disabled+label:after{color:#4a90e2}
#es .o-checkbox--sm label{font-size:13px}
#es .o-checkbox--inline{display:inline-block;margin-right:8px}
#es .o-checkbox--inline label{display:inline-block}
#es .has-error .o-checkbox label:before{border:1px solid #fc595b!important}
#es .o-radio{padding-left:16px;margin-top:8px;margin-bottom:8px;font-size:13px}
#es .o-radio label{display:block;position:relative;padding:0 0 0 5px;font-weight:400;font-size:inherit;line-height:1.5;margin:0;cursor:pointer}
#es .o-radio label:before{width:16px;height:16px;left:0;top:0;margin-left:-16px;border:1px solid #ccc;border-radius:50%}
#es .o-radio label:after,#es .o-radio label:before{content:"";display:inline-block;position:absolute;background-color:#fff;cursor:pointer}
#es .o-radio label:after{width:8px;height:8px;line-height:16px;left:-12px;top:4px;border-radius:50%}
#es .o-radio input[type=radio]:checked+label:before{background-color:#4a90e2;border-color:#4a90e2}
#es .o-radio input[type=radio]:checked+label:after{font-family:Font Awesome\ 5 Free;font-weight:900;font-style:normal;display:inline-block;text-decoration:inherit}
#es .o-radio input[type=radio]:disabled+label:before{cursor:not-allowed;background-color:#fff}
#es .o-radio input[type=radio]:disabled+label:after{cursor:not-allowed}
#es .o-radio--sm label{font-size:13px}
#es .o-radio--inline{display:inline-block;margin-right:8px}
#es .o-radio--inline label,#es .o-tabs__item.has-notice .o-tabs__bubble,#es .o-tabs__item:hover .o-tabs__link-edit{display:inline-block}
#es .o-tabs{margin:0;padding:0;list-style:none;display:table;table-layout:fixed;text-align:center;font-size:13px}
#es .o-tabs__item{display:table-cell;position:relative}
#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:#888;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{display:none;line-height:1;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}
#es .o-tabs--horizontal{border-bottom:1px solid #e1e1e1}
#es .o-tabs--horizontal .o-tabs__item{color:#888;border-bottom:2px solid transparent;position:relative;bottom:-2px}
#es .o-tabs--horizontal .o-tabs__item .o-tabs__link:hover{border-bottom:2px solid #f5f5f5}
#es .o-tabs--horizontal .o-tabs__link{display:block;color:#888;padding:2px 0}
#es .o-tabs--horizontal .o-tabs__link:hover{background-color:#f5f5f5}
#es .es-profile-data-table thead tr,#es .o-tabs--horizontal-flat{border:1px solid #e1e1e1}
#es .o-tabs--horizontal-flat .o-tabs__item{color:#888;border-right:1px solid #e1e1e1;position:relative}
#es .o-tabs--horizontal-flat .o-tabs__item.active .o-tabs__link{color:#4a90e2}
#es .o-tabs--horizontal-flat .o-tabs__item:last-child{border-right:0}
#es .o-tabs--horizontal-flat .o-tabs__link{display:block;font-weight:700;color:#888;padding:8px 0;background-color:#fff}
#es .o-tabs--horizontal-flat .o-tabs__link:hover{background-color:#f5f5f5}
#es .o-tabs--stacked .o-tabs__item{display:block;text-align:left;position:relative}
#es .o-tabs--stacked .o-tabs__link{display:block;color:#888;padding:2px 0}
#es .o-tabs--stacked-o .o-tabs__item{position:relative;display:block;text-align:left;color:#888}
#es .o-tabs--stacked-o .o-tabs__item+.o-tabs__item{margin-top:4px}
#es .o-tabs--stacked-app__icon,#es .o-tabs--stacked-o .o-tabs__item:before{width:16px;height:16px;border-radius:50%;position:absolute;top:50%;margin-top:-8px}
#es .o-tabs--stacked-o .o-tabs__item:before{content:"";display:block;background:#f5f5f5}
#es .o-tabs--stacked-o .o-tabs__item.active:before{background:#d3f1d7}
#es .o-tabs--stacked-o .o-tabs__link{padding:2px 0 2px 20px;font-size:13px}
#es .o-tabs--stacked-o .active .o-tabs__link{color:#444}
#es .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__bubble,#es .o-tabs--stacked .o-tabs__item.is-loading .o-tabs__link-edit,#es .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__bubble,#es .o-tabs--stacked-o .o-tabs__item.is-loading .o-tabs__link-edit{display:none}
#es .has-notice .o-tabs__link{padding-right:40px}
#es .o-tabs--stacked-app .o-tabs__item{position:relative;display:block;text-align:left;color:#888}
#es .o-tabs--stacked-app .o-tabs__item+.o-tabs__item{margin-top:4px}
#es .o-tabs--stacked-app .o-tabs__item.active .o-tabs__link{color:#444}
#es .o-tabs--stacked-app .o-tabs__link{padding:4px 0 4px 20px}
#es .o-tabs--stacked-app__icon{display:inline-block;line-height:18px;text-align:center;font-size:11px;color:#fff}
#es .o-tabs--es{width:auto;border-collapse:separate;border-spacing:0 8px}
#es .o-tabs--es .o-tabs__item{color:#888;margin:0 8px;padding:0 8px}
#es .o-tabs--es .o-tabs__link{color:#888;padding:0 4px;outline:0!important}
#es .o-tabs--es .o-tabs__link::-moz-focus-inner{border:0!important}
#es .o-tabs--es .active{font-weight:700}
#es .o-tabs--es .active .o-tabs__link{color:#444;border-bottom:2px solid #4a90e2}
#es.is-mobile .o-tabs--ed{width:100%}
#es .o-tabs--dlmenu li .dl-submenu,#es .o-tabs--dlmenu.dl-subview li,#es .o-tabs--dlmenu.dl-subview li.dl-subview .o-tabs__bubble,#es .o-tabs--dlmenu.dl-subview li.dl-subview>a,#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.o-tabs__bubble,#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>a,#es .tab-content>.tab-pane,#es .tab-content__item{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 .o-tabs__bubble,#es .o-tabs--dlmenu.dl-subview li.dl-subviewopen>.dl-submenu>li,#es .tab-content>.active,#es .tab-content>.is-active{display:block}
#es .o-tabs--dlmenu{margin:5px 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 .dropdown-menu--rsvp>li.active a,#es .o-tabs--dlmenu li{position:relative}
#es .dl-menu-wrapper .dl-submenu{position:relative;width:100%;left:0;margin:0}
#es .dl-menu-wrapper .dl-animate-in-1 .dl-submenu,#es .dl-menu-wrapper .dl-animate-out-1 .dl-submenu,#es .o-tabs--dlmenu.dl-animate-in-1,#es .o-tabs--dlmenu.dl-animate-out-1,#es.layout-edit .avatar-preview img{position:absolute}
#es .o-tabs--dlmenu.dl-animate-out-1{-webkit-animation:MenuAnimOut2 .3s ease-in-out;animation:MenuAnimOut2 .3s ease-in-out}
#es .o-tabs--dlmenu.dl-animate-in-1{-webkit-animation:MenuAnimIn2 .3s ease-in-out;animation:MenuAnimIn2 .3s ease-in-out}
#es .dl-menu-wrapper>.dl-submenu.dl-animate-in-1{-webkit-animation:SubMenuAnimIn2 .3s ease-in-out;animation:SubMenuAnimIn2 .3s ease-in-out}
#es .dl-menu-wrapper>.dl-submenu.dl-animate-out-1{-webkit-animation:SubMenuAnimOut2 .3s ease-in-out;animation:SubMenuAnimOut2 .3s ease-in-out}
#es .subPanel{display:none;-webkit-transition:.5s ease;transition:.5s ease;overflow:hidden}
#es .subPanel.isOpen{background-color:#fff;display:block;z-index:10}
#es .o-switch{position:relative;width:40px;-webkit-user-select:none}
#es .o-switch__checkbox{display:none}
#es .o-switch__label{display:block;overflow:hidden;cursor:pointer;border:1px solid #e1e1e1;border-radius:3px}
#es .o-switch__inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0}
#es .o-switch__inner:after,#es .o-switch__inner:before{display:block;float:left;width:50%;height:20px;padding:0;line-height:20px;font-size:10px;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}
#es .o-switch__inner:before{content:"";padding:0 0 0 10px;background-color:#4fc251;color:#fff}
#es .o-switch__inner:after{content:"";padding-right:10px;background-color:#f5f5f5;color:#e1e1e1;text-align:right}
#es .o-switch__switch{display:block;width:20px;height:22px;margin:0;background:#fff;position:absolute;top:0;bottom:0;right:20px;border:1px solid #e1e1e1;border-radius:3px;transition:all .3s ease-in 0}
#es .o-switch__checkbox:checked+.o-switch__label .o-switch__inner{margin-left:0}
#es .o-switch__checkbox:checked+.o-switch__label .o-switch__switch{right:0}
#es .d1 .o-onoffswitch{position:relative;width:40px;-webkit-user-select:none;margin:12px 0 16px}
#es .d1 .o-onoffswitch__checkbox{display:none}
#es .d1 .o-onoffswitch__label{display:block;overflow:hidden;cursor:pointer;height:8px;padding:0;line-height:8px;border:0 solid #fff;border-radius:20px;background-color:#f5f5f5}
#es .d1 .o-onoffswitch__label:before{content:"";display:block;width:20px;margin:-6px;background:#888;position:absolute;top:0;bottom:0;right:28px;border-radius:20px;transition:right .2s ease-in 0}
#es .d1 .o-onoffswitch+.o-onoffswitch{margin-top:20px}
#es .d1 .o-onoffswitch__label .o-onoffswitch__checkbox:checked+.o-onoffswitch__label{background-color:#f5f5f5}
#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{border-color:#f5f5f5}
#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label .o-onoffswitch__inner{margin-left:0}
#es .d1 .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{right:0;background-color:#4fc251;transition:right .2s ease-in 0}
#es .o-onoffswitch{position:relative;width:40px;-webkit-user-select:none;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;border-color:#4fc251}
#es .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{border-color:#4fc251;right:0}
#es.o-popover--es{position:absolute;top:0;left:0;display:none;max-width:276px;padding:1px;font-family:Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border:1px solid rgba(0,0,0,.2);border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(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-radius:5px 5px 0 0!important;font-size:12px!important;font-weight:700!important;margin:0!important;padding:8px 14px!important;background:0 0;border:1px solid transparent!important;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,.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,.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,.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,.25)!important}
#es.o-popover--es.left>.arrow:after{content:" "!important;right:1px!important;border-right-width:0!important;border-left-color:#fff!important;bottom:-10px!important}
#es .o-box{border:1px solid #e1e1e1;border-radius:3px}
#es .o-box--border{border-top:1px solid #e1e1e1}
#es .es-profile-data-table thead th,#es .o-box>div{padding:8px 16px}
#es .es-cover-title{margin:5px 0;word-break:break-all}
#es .es-title-font{font-family:inherit}
#es .es-user-info{font-size:13px}
#es .es-user-name{word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .es-count-no{line-height:16px;font-size:9px;background:#e5e5e5;border:1px solid #e1e1e1;border-radius:2px 2px 2px 2px;color:#444;padding:2px 4px}
#es .es-bg-shade{background-color:#f5f5f5}
#es .fa-rss-square{color:#e37126}
#es .es-snackbar .btn-rss{font-size:12px;font-weight:400}
#es .es-divider-top{border-top:1px solid #e1e1e1}
#es .es-divider-bottom{border-bottom:1px solid #e1e1e1}
#es .app-icon-small{width:16px;height:16px}
#es .label-notification{background:#e16273;color:#fff!important;border:0;border-radius:8px;font-size:9px;font-family:Arial,sans-serif;font-weight:700;padding:0 3px;display:none;min-width:16px;width:auto;height:16px;line-height:16px;text-align:center}
#es .es-dashboard.loading .es-content>.loading-indicator,#es .es-profile.loading .es-content>.loading-indicator,#es .has-notice .label-notification,#es .step-content.active,#es.is-mobile .es-profile-data-table th,#es.is-mobile .es-profile-data-table tr{display:block}
#es .search-highlight{background:#ff9;color:#333;padding:1px 3px}
#es .article-item-actions:after,#es .article-item-actions:before,#es .article-item-meta:after,#es .article-item-meta:before,#es .blog-description:after,#es .blog-description:before,#es .es-modules-wrap:after,#es .es-modules-wrap:before,#es .stream-content:after,#es .stream-content:before,#es .stream-meta:after,#es .stream-meta:before,#es .widget-body:after,#es .widget-body:before,#es .widget-box:after,#es .widget-box:before,#es.is-mobile .es-container .es-content:after,#es.is-mobile .es-container .es-content:before{content:" ";display:table}
#es .article-item-actions:after,#es .article-item-meta:after,#es .blog-description:after,#es .es-modules-wrap:after,#es .stream-content:after,#es .stream-meta:after,#es .widget-body:after,#es .widget-box:after,#es.is-mobile .es-container .es-content:after{clear:both}
#es .step-content{display:none}
#es .es-profile-data-table{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #e1e1e1;table-layout:auto;background-color:#fff;margin-bottom:80px}
#es .es-profile-data-table td,#es .es-profile-data-table tr{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;hyphens:auto}
#es .es-profile-data-table thead{background-color:#fafafa}
#es .es-profile-data-table tbody>tr:last-child td{border-bottom:1px solid #e1e1e1}
#es .es-profile-data-table td{border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;padding:8px 16px}
#es .profile-data-info__data{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}
#es .profile-data-info__content{-webkit-flex:0 1 100%;flex:0 1 100%}
#es.is-mobile .es-profile-data-table td{border-left:0;border-right:0}
#es.is-mobile .es-profile-data-table thead>tr{border:0}
#es.is-mobile .es-profile-data-table tbody>tr{border-top:1px solid #e1e1e1}
#es.is-mobile .es-profile-data-table tbody>tr:last-child td{border-bottom:0}
#es.is-mobile .profile-data-label{display:block;width:100%;font-weight:700;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 .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);transform:rotate(-45deg)}
#es .i-chevron.i-chevron--right:before{left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#es .i-chevron.i-chevron--down:before{top:.25em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}
#es .i-chevron.i-chevron--left:before{left:.15em;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}
#es .es-rsvp-notice{width:240px;word-wrap:break-word;white-space:normal;padding:0 8px}
#es .es-blog-item,#es .es-rss-item{margin-bottom:16px}
#es .es-blog-item__title{font-size:15px}
#es .es-blog-item__meta a,#es .es-blog-item__meta span,#es .es-discuss-group__meta a,#es .es-discuss-group__meta span{color:#888;font-size:12px}
#es .es-blog-item+.es-blog-item,#es .es-discuss-group+.es-discuss-group{border-top:1px solid #e1e1e1;padding-top:16px}
#es .es-discuss-group__title{font-size:13px;font-weight:700}
#es .es-discuss-group+.es-discuss-group{margin-top:8px}
#es .es-discuss-item+.es-discuss-item{border-top:1px dashed #e1e1e1;padding-top:8px;margin-top:8px}
#es .es-discuss-link{vertical-align:text-top}
#es .es-calendar-date{border:1px solid #e1e1e1;border-radius:2px;padding:8px;text-align:center;width:44px}
#es .es-calendar-date__date{font-weight:700;font-size:13px;line-height:13px}
#es .es-calendar-date__mth{color:#f65b5b;font-size:13px;line-height:13px}
#es .es-calendar-date__title{color:#444}
#es .dropdown-menu--rsvp>li.active a:after{content:"";position:absolute;top:0;right:8px;font-family:Font Awesome\ 5 Free;font-weight:900;font-style:normal;display:inline-block;text-decoration:inherit;font-size:13px!important;color:#444!important;width:20px!important;height:20px!important;text-align:center!important}
#es .row-table{display:table;width:100%}
#es .col-cell{display:table-cell;vertical-align:top;float:none!important}
#es .col-cell.cell-mid{vertical-align:middle}
#es .cell-half{width:50%}
#es .cell-tight{width:1%;white-space:nowrap}
#es .panel-go .col-cell{vertical-align:middle;padding:30px 50px}
#es .panel-go .col-cell+.col-cell{border-left:1px solid #eee}
#es .es-user-status-indicator{position:absolute;top:-4px;right:-6px;width:12px;height:12px;border-radius:50%;background-color:#4fc251;border:2px solid #fff}
#es .es-user-status-indicator.is-offline{background-color:#f65b5b}
#es .es-verified,#es .es-verified:before{text-shadow:none!important;position:relative}
#es .es-verified{color:#56b2fd;display:inline-block;font:900 1em/1 Font Awesome\ 5 Free;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-left:.2em}
#es .es-verified:before{content:"";z-index:2}
#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:Helvetica,Arial,sans-serif!important;border:1px dashed #d7d7d7!important;font-size:11px!important;z-index:999!important;white-space:pre!important}
#es .es-debug-code__text i{display:inline-block!important}
#es [data-es-debug]:after,#es [data-es-debug]:before{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);transform:translate(-50%,10px);-webkit-transform-origin:top;transform-origin:top}
#es [data-es-debug]:after{background:rgba(17,17,17,.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:after,#es [data-es-debug]:hover:before,#es [data-es-debug][data-es-debug-visible]:after,#es [data-es-debug][data-es-debug-visible]:before{opacity:1;pointer-events:auto;-webkit-transform:translate(-50%);transform:translate(-50%)}
#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 .es-container .es-content,#es .es-container .es-sidebar,#es .es-container__sidebar{position:relative}
#es .es-container__sidebar{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>.loading-indicator{height:100px;position:relative}
#es .es-container.es-sidebar-right .es-container__sidebar{-webkit-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;margin-bottom:8px;clear:both}
#es .es-dashboard .es-content>.loading-indicator,#es .es-profile .es-content>.loading-indicator{display:none}
#es .btn-es-sidebar-toggle,#es .es-content-wrap{width:100%;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);transition:transform .3s cubic-bezier(.79,.14,.15,.86)}
#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 .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-form,#es .es-forms .es-location-map{border:1px solid #e1e1e1}
#es .es-forms .es-location-map{border-bottom:0}
#es .has-error .es-location-form.has-border,#es .has-error .es-location-map{border-color:#fc595b!important}
#es caption{padding-top:8px;padding-bottom:8px;color:#777}
#es caption,#es th{text-align:left}
#es .table{width:100%;max-width:100%;margin-bottom:20px}
#es .table>tbody>tr>td,#es .table>tbody>tr>th,#es .table>tfoot>tr>td,#es .table>tfoot>tr>th,#es .table>thead>tr>td,#es .table>thead>tr>th{padding:8px;line-height:1.7;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>td,#es .table>caption+thead>tr:first-child>th,#es .table>colgroup+thead>tr:first-child>td,#es .table>colgroup+thead>tr:first-child>th,#es .table>thead:first-child>tr:first-child>td,#es .table>thead:first-child>tr:first-child>th{border-top:0}
#es .table>tbody+tbody{border-top:2px solid #ddd}
#es .table .table{background-color:#fff}
#es .table-condensed>tbody>tr>td,#es .table-condensed>tbody>tr>th,#es .table-condensed>tfoot>tr>td,#es .table-condensed>tfoot>tr>th,#es .table-condensed>thead>tr>td,#es .table-condensed>thead>tr>th{padding:5px}
#es .table-bordered,#es .table-bordered>tbody>tr>td,#es .table-bordered>tbody>tr>th,#es .table-bordered>tfoot>tr>td,#es .table-bordered>tfoot>tr>th,#es .table-bordered>thead>tr>td,#es .table-bordered>thead>tr>th{border:1px solid #ddd}
#es .table-bordered>thead>tr>td,#es .table-bordered>thead>tr>th{border-bottom-width:2px}
#es .table-borderless>tbody>tr>td,#es .table-borderless>tbody>tr>th,#es .table-borderless>tfoot>tr>td,#es .table-borderless>tfoot>tr>th,#es .table-borderless>thead>tr>td,#es .table-borderless>thead>tr>th{padding:8px;line-height:1.7;vertical-align:top;border-top:0}
#es .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
#es .table-hover>tbody>tr:hover,#es .table>tbody>tr.active>td,#es .table>tbody>tr.active>th,#es .table>tbody>tr>td.active,#es .table>tbody>tr>th.active,#es .table>tfoot>tr.active>td,#es .table>tfoot>tr.active>th,#es .table>tfoot>tr>td.active,#es .table>tfoot>tr>th.active,#es .table>thead>tr.active>td,#es .table>thead>tr.active>th,#es .table>thead>tr>td.active,#es .table>thead>tr>th.active{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-hover>tbody>tr.active:hover>td,#es .table-hover>tbody>tr.active:hover>th,#es .table-hover>tbody>tr:hover>.active,#es .table-hover>tbody>tr>td.active:hover,#es .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
#es .table>tbody>tr.success>td,#es .table>tbody>tr.success>th,#es .table>tbody>tr>td.success,#es .table>tbody>tr>th.success,#es .table>tfoot>tr.success>td,#es .table>tfoot>tr.success>th,#es .table>tfoot>tr>td.success,#es .table>tfoot>tr>th.success,#es .table>thead>tr.success>td,#es .table>thead>tr.success>th,#es .table>thead>tr>td.success,#es .table>thead>tr>th.success{background-color:#dff0d8}
#es .table-hover>tbody>tr.success:hover>td,#es .table-hover>tbody>tr.success:hover>th,#es .table-hover>tbody>tr:hover>.success,#es .table-hover>tbody>tr>td.success:hover,#es .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
#es .table>tbody>tr.info>td,#es .table>tbody>tr.info>th,#es .table>tbody>tr>td.info,#es .table>tbody>tr>th.info,#es .table>tfoot>tr.info>td,#es .table>tfoot>tr.info>th,#es .table>tfoot>tr>td.info,#es .table>tfoot>tr>th.info,#es .table>thead>tr.info>td,#es .table>thead>tr.info>th,#es .table>thead>tr>td.info,#es .table>thead>tr>th.info{background-color:#d9edf7}
#es .table-hover>tbody>tr.info:hover>td,#es .table-hover>tbody>tr.info:hover>th,#es .table-hover>tbody>tr:hover>.info,#es .table-hover>tbody>tr>td.info:hover,#es .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
#es .table>tbody>tr.warning>td,#es .table>tbody>tr.warning>th,#es .table>tbody>tr>td.warning,#es .table>tbody>tr>th.warning,#es .table>tfoot>tr.warning>td,#es .table>tfoot>tr.warning>th,#es .table>tfoot>tr>td.warning,#es .table>tfoot>tr>th.warning,#es .table>thead>tr.warning>td,#es .table>thead>tr.warning>th,#es .table>thead>tr>td.warning,#es .table>thead>tr>th.warning{background-color:#fcf8e3}
#es .table-hover>tbody>tr.warning:hover>td,#es .table-hover>tbody>tr.warning:hover>th,#es .table-hover>tbody>tr:hover>.warning,#es .table-hover>tbody>tr>td.warning:hover,#es .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
#es .table>tbody>tr.danger>td,#es .table>tbody>tr.danger>th,#es .table>tbody>tr>td.danger,#es .table>tbody>tr>th.danger,#es .table>tfoot>tr.danger>td,#es .table>tfoot>tr.danger>th,#es .table>tfoot>tr>td.danger,#es .table>tfoot>tr>th.danger,#es .table>thead>tr.danger>td,#es .table>thead>tr.danger>th,#es .table>thead>tr>td.danger,#es .table>thead>tr>th.danger{background-color:#f2dede}
#es .table-hover>tbody>tr.danger:hover>td,#es .table-hover>tbody>tr.danger:hover>th,#es .table-hover>tbody>tr:hover>.danger,#es .table-hover>tbody>tr>td.danger:hover,#es .table-hover>tbody>tr>th.danger:hover{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;border:1px solid #ddd}
#es .table-responsive>.table{margin-bottom:0}
#es .table-responsive>.table>tbody>tr>td,#es .table-responsive>.table>tbody>tr>th,#es .table-responsive>.table>tfoot>tr>td,#es .table-responsive>.table>tfoot>tr>th,#es .table-responsive>.table>thead>tr>td,#es .table-responsive>.table>thead>tr>th{white-space:nowrap}
#es .table-responsive>.table-bordered{border:0}
#es .table-responsive>.table-bordered>tbody>tr>td:first-child,#es .table-responsive>.table-bordered>tbody>tr>th:first-child,#es .table-responsive>.table-bordered>tfoot>tr>td:first-child,#es .table-responsive>.table-bordered>tfoot>tr>th:first-child,#es .table-responsive>.table-bordered>thead>tr>td:first-child,#es .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
#es .table-responsive>.table-bordered>tbody>tr>td:last-child,#es .table-responsive>.table-bordered>tbody>tr>th:last-child,#es .table-responsive>.table-bordered>tfoot>tr>td:last-child,#es .table-responsive>.table-bordered>tfoot>tr>th:last-child,#es .table-responsive>.table-bordered>thead>tr>td:last-child,#es .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
#es .table-responsive>.table-bordered>tbody>tr:last-child>td,#es .table-responsive>.table-bordered>tbody>tr:last-child>th,#es .table-responsive>.table-bordered>tfoot>tr:last-child>td,#es .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
#es .fade{opacity:0;-webkit-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 .dropdown_,#es .dropup{position:relative}
#es .dropdown-toggle_:focus{outline:0}
#es .dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;margin:2px 0 0;list-style:none;font-size:12px;text-align:left;background-color:#fff;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}
    #es.es-docker .dropdown-menu {
        top: 44px;
        bottom: 11vw;
        left: 0;
        position: fixed;
        width: 100vw;
        overflow-y: auto;
        min-height: 15vh !important;
        max-height: 100vh !important;
        background: #ffffff;
        padding: 3px 0;
        margin: 0;
        border-radius: unset;
    }
	    #es.es-docker .dropdown-menu .profilemenumob {
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
	#es.es-docker .dropdown-menu .profilemenumob a {
        display: block;
        color: #111;
        font-size: 14px;
        line-height: 2;
        padding: 9px 15px;
        width: 100%;
    }
#es .dropdown-menu.pull-right{right:0;left:auto}
#es .dropdown-menu>li>a{display:block;clear:both;font-weight:400;white-space:nowrap;background-image:none}
#es .dropdown-menu>.active>a,#es .dropdown-menu>.active>a:focus,#es .dropdown-menu>.active>a:hover{text-decoration:none;outline:0}
#es .dropdown-menu>.disabled>a,#es .dropdown-menu>.disabled>a:focus,#es .dropdown-menu>.disabled>a:hover{color:#777}
#es .dropdown-menu>.disabled>a:focus,#es .dropdown-menu>.disabled>a:hover{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.7;color:#777;white-space:nowrap}
#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{display:inline-block}
#es .o-btn-group-vertical>.btn{position:relative}
#es .o-btn-group>.btn{position:relative;float:left}
#es .o-btn-group-vertical>.btn.active,#es .o-btn-group-vertical>.btn:active,#es .o-btn-group-vertical>.btn:focus,#es .o-btn-group-vertical>.btn:hover,#es .o-btn-group>.btn.active,#es .o-btn-group>.btn:active,#es .o-btn-group>.btn:focus,#es .o-btn-group>.btn:hover{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 0 0-5px}
#es .btn-toolbar .btn,#es .btn-toolbar .input-group,#es .btn-toolbar .o-btn-group{float:left}
#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_.btn-link{-webkit-box-shadow:none;box-shadow:none}
#es .btn .caret{margin-left:0}
#es .btn-lg .caret{border-width:5px 5px 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;width:100%;max-width:100%;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),#es .o-btn-group-vertical>.o-btn-group:not(:first-child):not(:last-child)>.btn{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: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=checkbox],#es [data-toggle=buttons]>.btn input[type=radio],#es [data-toggle=buttons]>.o-btn-group>.btn input[type=checkbox],#es [data-toggle=buttons]>.o-btn-group>.btn input[type=radio]{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:700;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:focus,a#es .badge:hover{color:#fff;text-decoration:none;cursor:pointer}
.list-group-item.active>#es .badge,.nav-pills>.active>a>#es .badge{color:#428bca;background-color:#fff}
.list-group-item>#es .badge{float:right}
.list-group-item>#es .badge+#es .badge{margin-right:5px}
.nav-pills>li>a>#es .badge{margin-left:3px}
#es .progress,#es .progress-bar{-webkit-box-shadow:0;box-shadow:0}
#es .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:3px}
#es .progress-bar{float:left;width:0;height:100%;font-size:11px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-transition:width .6s ease;transition:width .6s ease}
#es .progress-bar-striped,#es .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 75%,transparent 0,transparent);background-size:40px 40px}
#es .progress-bar.active,#es .progress.active .progress-bar{-webkit-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-danger,.progress-striped #es .progress-bar-info,.progress-striped #es .progress-bar-success,.progress-striped #es .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15)0,rgba(255,255,255,.15) 75%,transparent 0,transparent)}
#es .progress-bar-info{background-color:#5bc0de}
#es .progress-bar-warning{background-color:#f0ad4e}
#es .progress-bar-danger{background-color:#d9534f}
#es .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
#es .embed-responsive-16by9{height: 250px;padding: 5px;border-radius: 1rem;}
#es .embed-responsive-16by9 img{height: 100%;object-fit: cover;border-radius: 1rem;}
#es .embed-responsive-4by3{padding-bottom:75%}
#es .embed-responsive-1by1{padding-bottom:100%}
#es .es-stepbar .es-stepbar__lists>li.active.past .step-number,#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:after,#es .ui-helper-clearfix:before{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 .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 0 0}
#es .imgareaselect-border2{background:url(../../../../../media/com_easysocial/styles/foundry/imgareaselect/border-h.gif)repeat-x 0 0}
#es .imgareaselect-border3{background:url(../../../../../media/com_easysocial/styles/foundry/imgareaselect/border-v.gif)repeat-y 100%0}
#es .imgareaselect-border4{background:url(../../../../../media/com_easysocial/styles/foundry/imgareaselect/border-h.gif)repeat-x 0 100%}
#es .imgareaselect-border1,#es .imgareaselect-border2,#es .imgareaselect-border3,#es .imgareaselect-border4,#es .imgareaselect-handle{filter:alpha(opacity=50);opacity:.5}
#es .imgareaselect-handle{background-color:#fff;border:1px solid #000}
#es .imgareaselect-outer{background-color:#000;filter:alpha(opacity=50);opacity:.5}
#es .es-stepbar .navbar-inner{padding:10px 0;border:0;background:0 0;box-shadow:none}
#es .es-stepbar .es-stepbar__lists{width:100%;margin:0 3px 0 0;padding:0;list-style:none}
#es .es-stepbar .es-stepbar__lists>li{float:left;position:relative;z-index:2;border:0}
#es .es-stepbar .es-stepbar__lists>li>a{display:block;border-radius:50%;width:24px;height:24px;line-height:24px;padding:0!important;text-align:center;background:#d6d6d6;color:#888;text-shadow:none}
#es .es-stepbar .es-stepbar__lists>li>a .fa{display:none;line-height:24px}
#es .es-stepbar .es-stepbar__lists>li.active.past .fa,#es .es-stepbar .es-stepbar__lists>li.last .fa,#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.active a,#es .es-stepbar .es-stepbar__lists>li>a:hover{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.last .step-number{display:none}
#es .es-stepbar .es-stepbar__lists>li.divider-vertical{width:30px;height:3px;background:#d6d6d6;top:10px;margin:0 2px;position:relative}
#es .es-stepbar .es-stepbar__lists>li.divider-vertical.active{background:#5c93cc}
#es .es-stepbar .es-stepbar__lists>li.divider-vertical.active.past{background:#74b07a}
#es .es-stepbar .divider-vertical-last{width:100%;height:3px;float:right;position:relative;top:10px;background:#d6d6d6}
#es .es-stepbar-vertical{list-style:none;margin:0;padding:0}
#es .es-stepbar-vertical__item{position:relative;padding-left:20px}
#es .es-stepbar-vertical__item+.es-stepbar-vertical__item{margin-top:16px}
#es .es-stepbar-vertical__item+.es-stepbar-vertical__item:before{content:"";display:inline-block;position:absolute;width:1px;background-color:#e1e1e1;top:-22px;left:5px;bottom:8px}
#es .es-stepbar-vertical__item.active .es-stepbar-vertical__indicator{background-color:#4a90e2}
#es .es-stepbar-vertical__item.active .es-stepbar-vertical__txt{font-weight:700}
#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:400;color:#888}
#es .es-stepbar-vertical__indicator{position:absolute;width:12px;height:12px;left:0;top:3px;background-color:#e1e1e1;border-radius:50%}
#es .es-stepbar-vertical__txt{color:#444}
#es .es-snackbar{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center}
#es .es-snackbar__cell{-webkit-flex:1;flex:1}
#es .es-snackbar__title{margin:0}
#es .es-snackbar__dropdown>a{color:#888}
#es .es-snackbar .dropdown-menu{margin-top:6px}
#es .es-snackbar .dropdown-menu-right{left:auto;right:0}
#es .es-cards{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;line-height:1;display:-webkit-flex;display:flex}
#es .es-cards__item{display:-webkit-flex;display:flex;-webkit-flex:0 0 auto;flex:0 0 auto;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%}
#es .es-cards--4 .es-cards__item:nth-child(4n){padding-right:0}
#es .es-card{display:-webkit-flex;-webkit-flex-direction:column}
#es .es-card,#es .es-card__bd,#es .es-card__ft,#es .es-card__hd{position:relative}
#es .dropdown-menu--popdown>li>a,#es .es-card__ft{padding:8px 16px}
#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:700;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:after,#es .es-card__cover-popup-btn:before{position:absolute;-webkit-transition:all .2s ease;transition:all .2s ease}
#es .es-card__cover-popup-btn:before{background:rgba(0,0,0,.3);color:#fff;z-index:2;content:"";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,.5);border-radius:100%;margin:-20px 0 0-20px;-webkit-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);transform:scale(1);opacity:1}
#es .es-card__cover-popup-btn:hover:after{background:rgba(0,0,0,.5)}
#es .es-card__cover-label{position:absolute;top:8px;left:16px}
#es .es-card__avatar{background:rgba(0,0,0,.1)}
#es .es-card__avatar a,#es .es-card__avatar span{background-color:#fff;display:block;padding:2px}
#es .es-card__avatar--rounded,#es .es-card__avatar--rounded a,#es .es-card__avatar--rounded img,#es .es-card__avatar--rounded span{border-radius:50%}
#es .es-card__meta,#es .es-card__title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-card__meta,#es .es-card__meta a{color:#888}
#es .es-card__desc{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-card__calendar-date{position:absolute;top:-30px;left:16px;width:40px;height:40px;background-color:#fff;color:#333;border:1px solid #e1e1e1;border-radius:2px;padding:8px;text-align:center}
#es .es-card__calendar-date--rounded{border-radius:50%}
#es .es-card__calendar-day{font-weight:700;font-size:13px;line-height:13px}
#es .es-card__calendar-mth{color:#f65b5b;font-size:13px;line-height:13px}
#es .es-card.is-featured .es-card__state,#es .es-card.is-passed .es-card__state,#es .es-card:hover .es-card__addplaylist-action,#es .es-card:hover .es-card__admin-action{display:block}
#es .es-card__admin-action{margin-left:4px}
#es .es-card__addplaylist-item{display:inline-block!important;vertical-align:top;width:100%}
#es .es-card__addplaylist-item .fa{line-height:1.7;margin-left:20px}
#es .es-cards-loader{display:none}
#es .es-video-item:hover .es-video-admin-action,#es .is-loading .es-cards-loader{display:block}
#es .es-video-item{position:relative}
#es .es-video-admin-action{display:none;position:absolute;z-index:2;top:5px;right:5px}
#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:"";font-size:16px}
#es .es-app-type--tpl{background-color:#dff4df;color:#4fc251}
#es .es-app-type--tpl .es-app-type__icon:before{content:""}
#es .es-app-type--app{background-color:#f9ddb5;color:#ec971f}
#es .es-app-type--app .es-app-type__icon:before{content:""}
#es .es-app-type--ctf{background-color:#cfe8ff;color:#4a90e2}
#es .es-app-type--ctf .es-app-type__icon:before{content:""}
#es .es-app-type--mod{background-color:#c9eaf4;color:#5bc0de}
#es .es-app-type--mod .es-app-type__icon:before{content:""}
#es .es-app-type--plg{background-color:#fff;color:#f65b5b}
#es .es-app-type--plg .es-app-type__icon:before{content:""}
#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%;flex:0 0 100%;min-width:100%;margin-bottom:16px}
#es.es-mobile-content .es-cards__item:nth-child(2n),#es.es-mobile-content .es-cards__item:nth-child(odd),#es.is-mobile .es-cards__item:nth-child(2n),#es.is-mobile .es-cards__item:nth-child(odd){padding:15px}
#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}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
#es.is-mobile .es-cards{display:block}
#es .es-cards--2 .es-cards__item{-webkit-flex:0;flex:0;min-width:50%}
#es .es-cards--3 .es-cards__item{-webkit-flex:0;flex:0;min-width:33.333332%}
#es .es-cards--4 .es-cards__item{-webkit-flex:0;flex:0;min-width:25%}
}
#es .o-form-group{position:relative}
#es .o-form-group .controls-error,#es [data-field-password-strength]{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][class*=" password_strength_"]{display:inline}
#es .form-group.has-warning .checkbox,#es .form-group.has-warning .checkbox-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 .radio-inline,#es .form-group.has-warning.checkbox label,#es .form-group.has-warning.checkbox-inline label,#es .form-group.has-warning.radio label,#es .form-group.has-warning.radio-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,.075);box-shadow:inset 0 1px 1px rgba(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,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(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 .checkbox,#es .form-group.has-error .checkbox-inline,#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 .radio-inline,#es .form-group.has-error.checkbox label,#es .form-group.has-error.checkbox-inline label,#es .form-group.has-error.radio label,#es .form-group.has-error.radio-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,.075);box-shadow:inset 0 1px 1px rgba(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,.075),0 0 6px #febdbe;box-shadow:inset 0 1px 1px rgba(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 .checkbox,#es .has-success .checkbox-inline,#es .has-success .help-block,#es .has-success .o-control-label,#es .has-success .radio,#es .has-success .radio-inline,#es .has-success.checkbox label,#es .has-success.checkbox-inline label,#es .has-success.radio label,#es .has-success.radio-inline label{color:#3c763d}
#es .has-success .o-form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
#es .has-success .o-form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}
#es .has-success .o-input-group__addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
#es .has-success .form-control-feedback{color:#3c763d}
#es .data-field-file-item .file-wrap,#es .form-group.is-loading .controls-error{display:inline-block}
#es .es-terms-field,#es .form-noresize{resize:none}
#es .es-forgotpass input[type=text],#es .input-vertical,#es .widget h6{margin:0}
#es .input-vertical>li{margin-bottom:5px}
#es .data-field-file-item{margin:5px 0}
#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{width:12px;height:12px;line-height:1;position:absolute;right:8px;color:#444;top:50%;-webkit-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,#es .data-relationship-form-target .media-object 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 .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:50%;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,#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 .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 .data-field-textarea textarea{min-height:100px;display:block;width:100%;margin:0;background-color:#fff;background-image:none;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
#es .data-field-textarea textarea:-ms-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,.075);box-shadow:inset 0 1px 1px rgba(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,#es .data-field-datetime-yearprivacy{border:1px dashed #ddd;padding:0 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 .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,.075);box-shadow:inset 0 1px 1px rgba(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:#fff;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,.5)}
#es .mod-es-cta .es-cta-info h2{font-size:24px;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;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:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin-bottom:0!important}
#es .es-field-box,#es .es-field-startend-wrap{border:1px solid #e9e9e9;padding:5px}
#es .es-field-box .es-field-box-header,#es .es-field-startend-wrap .es-field-startend-legend{font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:1px;margin:5px 0 10px 5px}
#es .es-field-box{border-radius:4px}
#es [data-picker-toggle],#es [data-recurring-end-toggle]{cursor:pointer}
#es .es-recurring-daily-list,#es .es-recurring-select{width:50%}
#es.w320 .es-recurring-daily-list,#es.w320 .es-recurring-select{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(.86);-webkit-transform:scale(.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:700}
#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,#es .fd-explorer-file .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:flex;-webkit-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;justify-content:space-between}
#es .es-form-working-hour__cell{display:-webkit-flex;display:flex;-webkit-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;flex:0 0 auto}
#es .es-form-working-hour__cell--action{width:50px;-webkit-flex:0 0 50px;flex:0 0 50px}
#es .es-form-working-hour__cell--divider{-webkit-align-self:center;align-self:center;-webkit-flex:none;flex:none;padding-left:8px;padding-right:8px}
#es .es-form-working-hour__action-link{padding: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__end,#es .es-form-business-hour__start{border:1px solid #e1e1e1;border-radius:3px;display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;max-width:220px}
#es .es-form-business-hour__start{margin-bottom:16px}
#es .es-form-business-hour__label{width:60px;border-right:1px solid #e1e1e1;display:inline-block;padding:8px 16px;line-height:28px}
#es .es-form-business-hour__time{padding:8px;width:128px}
#es .es-form-business-hour__time select{padding:5px 6px}
#es .es-form-business-hour__ampm{text-align:right;padding:8px 16px}
#es.is-mobile .es-form-business-hour,#es.w780 .es-form-business-hour{display:block;width:100%}
#es.is-mobile .es-form-business-hour__start,#es.w780 .es-form-business-hour__start{margin:0 0 16px}
#es.is-mobile .es-form-business-hour__end,#es.is-mobile .es-form-business-hour__start,#es.w780 .es-form-business-hour__end,#es.w780 .es-form-business-hour__start{max-width:100%}
#es .es-form-hashtags-wrap{border:1px solid #e1e1e1;border-radius:3px;padding:8px}
#es .dropdown--popdown{display:inline-block}
#es .btn-popdown__caret{position:absolute;right:8px;top:8px}
#es .btn-popdown__caret+div{padding-right:24px}
#es .btn-popdown__desp{white-space:pre-line;color:#888}
#es .btn-popdown--inline{display:inline-block;width:auto}
#es .btn-popdown--inline .dropdown-menu--popdown{max-width:240px}
#es .dropdown-menu--popdown{padding:0;width:auto}
#es .dropdown-menu--popdown>li{border-top:1px solid rgba(0,0,0,.15)}
#es .dropdown-menu--popdown>li:first-child{border-top:0}
#es .dropdown-menu--popdown>li>a>i{width:18px;text-align:center}
#es .dropdown-menu--popdown__desp{white-space:pre-line;color:#888;line-height:1.5}
#es.is-mobile .dropdown-menu--popdown{width:100%}
#es .es-privacy-contents-custom{position:relative}
#es .es-register-mini-field:after,#es .es-register-mini-field:before{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:focus,a#es .es-fields-error-note:hover{color:#fb272a}
#es .has-error .es-fields-error-note,#es .sentence.has-data .words>span.with-data,#es .words.has-data>span.with-data{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;border:1px solid #ccc!important;border-radius:0!important;border-bottom-left-radius:3px!important;border-top-left-radius:3px!important;text-align:center!important;font-size:12px!important;color:#888!important}
#es .o-btn-group-ampm .btn+.btn{border-radius:0!important;border-bottom-right-radius:3px!important;border-top-right-radius:3px!important;position:relative;left:-1px}
#es .o-btn-group-ampm .btn.active,#es .o-btn-group-ampm .btn.is-active{background:#f5f5f5!important;color:#4a90e2!important}
#es .o-btn-group-ampm .btn,#es .o-btn-group-ampm .btn.btn--am.active,#es .o-btn-group-ampm .btn.btn--am.is-active,#es .o-btn-group-ampm .btn.btn--pm.active,#es .o-btn-group-ampm .btn.btn--pm.is-active{background:#f5f5f5!important}
#es .es-explorer-browser-action i.es-loading-indicator.fd-small,#es .sentence.has-data .words>span.without-data,#es .words.has-data>span.without-data{display:none!important}
#es .words{display:inline-block;position:relative;cursor:pointer}
#es .words+.words{border-left:1px solid #ccc;padding-left:4px}
#es .words+.words .has-data{border-left:0}
#es .words>span:hover{color:#428bca;text-decoration:underline}
#es .words>span.with-data{display:none}
#es .words>span.without-data{display:inline-block;color:#428bca}
#es .words.open>span{color:#428bca}
#es .tab-content{overflow:visible}
#es .nav-tabs>li a,#es .tab-box{font-size:12px}
#es .es-login-box{background-position:top;background-repeat:no-repeat;background-size:cover}
#es .es-login-box__msg-desc,#es .es-login-box__msg-title{margin-bottom:20px;text-shadow:0 0 3px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.5)}
#es .es-login-box__msg-desc{font-size:14px}
#es .es-login-box__form-wrap{min-width:240px}
#es .es-login-box__form{background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.3)}
#es .es-login-box__form-title{font-size:15px;font-weight:700;text-align:center}
#es .es-login-box__form-subtitle{font-size:13px;text-align:center}
#es .es-login-box__rmb{background-color:#f5f5f5;padding:4px 8px;margin-bottom:16px}
#es .es-login-box__links{text-align:center;color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.5)}
#es .es-login-box__links>a{color:#fff}
#es .es-login-box__links>a:hover,#es .es-register-box__links>a:hover,#es .words.open>span{text-decoration:underline}
#es .es-login-box .btn-es-facebook,#es .es-login-box .btn-es-linkedin,#es .es-login-box .btn-es-twitter{margin-bottom:4px}
#es .es-login-social-container{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-flow:column;flex-flow:column;display:-webkit-flex;display:flex}
#es .es-login-social-container__cell{display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;flex:1 0 auto;padding:8px 0 0 8px}
#es .es-login-social-container__cell>span{display:inline-block;width:100%}
#es .es-register-box__social-group .btn+.btn,#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:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-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;border:1px solid #e1e1e1}
#es .es-register-box-dialog .es-register-box{border-bottom-left-radius:0;border-bottom-right-radius:0}
#es .es-register-box-dialog .es-register-box-footer{border-top:0;background-color:#fff;-webkit-flex:0 1 50px;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;align-items:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start}
#es .es-register-box-dialog .es-register-box__left-col{display:none}
#es .es-register-box-dialog .es-register-box,#es .es-register-box-dialog .es-register-box-footer{width:90vw}
}
#es .es-register-box-wrap{background-color:#fff;border:1px solid #e1e1e1}
#es .es-register-box{background-color:#f5f5f5;background-position:bottom;background-repeat:no-repeat;border-radius:3px;padding:16px;background-size:cover;position:relative}
#es .es-register-box__close{position:absolute;top:-15px;right:-15px;border-radius:50%;width:24px;height:24px;background:#888;color:#fff;text-align:center;padding-top:2px}
#es .es-register-box__close:active,#es .es-register-box__close:focus,#es .es-register-box__close:hover{background:#888}
#es .es-register-box__msg{color:#444;padding:16px;margin:0 auto}
#es .es-register-box__msg-title{font-size:20px;font-weight:700;margin-bottom:20px}
#es .es-register-box__msg-desc{font-size:14px;margin-bottom:20px}
#es .es-register-box__divider{position:relative;overflow:hidden;text-align:center}
#es .es-register-box__divider span{display:inline-block;vertical-align:baseline;text-transform:uppercase;color:#888;zoom:1;*display:inline;*vertical-align:auto;position:relative;padding:0 8px}
#es .es-register-box__divider span:after,#es .es-register-box__divider span:before{content:"";display:block;width:1000px;position:absolute;top:.73em;border-top:1px solid #e1e1e1}
#es .es-register-box__divider span:before{right:100%}
#es .es-register-box__divider span:after{left:100%}
#es .es-register-box__form-dialog{height:calc(80vh - 40px);max-height:400px;overflow-y:auto;padding:0 8px}
#es .es-register-box__form-wrap{max-width:360px;min-width:240px;margin:16px}
#es .es-register-box__form{margin-bottom:16px}
#es .es-register-box__links{text-align:center;color:#444}
#es .es-privacy .es-privacy-menu li.active a,#es .es-register-box__links>a{color:#444}
#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;background:0 0;line-height:24px}
#es .es-privacy .es-privacy-toggle{outline:0!important;border:0!important;padding:4px 8px;background:0 0!important;color:#888}
#es .es-privacy .es-privacy-toggle::-moz-focus-inner{border:0!important}
#es .es-privacy .es-privacy-toggle>i{width:12px}
#es .es-privacy .es-privacy-toggle .i-chevron{margin-left:2px}
#es .es-privacy .es-privacy-menu{display:none;margin-top:0;left:auto;right:0}
#es .es-privacy .es-privacy-menu a{font-size:12px}
#es .es-privacy .es-privacy-menu a:hover{border-top-color:transparent;border-bottom-color:transparent}
#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,#es .es-privacy.active.custom-privacy .es-privacy-menu{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-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:after,#es .es-reports .es-report:before,#es .mentions-inspector hr:after,#es .mentions-inspector hr:before,#es .mentions-inspector:after,#es .mentions-inspector:before{content:" ";display:table}
#es .es-reports .es-report:after,#es .mentions-inspector hr:after,#es .mentions-inspector: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,#faf3d6);background-image:linear-gradient(180deg,#fdfae7 0,#faf3d6);background-repeat:repeat-x}
#es .es-reports .es-report .es-report-msg:after,#es .es-reports .es-report .es-report-msg:before,#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 .es-report-msg:after,#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 #faf3d6}
#es .es-reports .es-report.is-read .es-report-msg{background-image:-webkit-linear-gradient(top,#f8f8f8,#f8f8f8);background-image:linear-gradient(180deg,#f8f8f8 0,#f8f8f8);background-repeat:repeat-x}
#es .es-reports .es-report.is-read .es-report-msg:after{border-top:7px solid #f8f8f8}
#es .es-reports .es-report .es-report-msg:before,#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 rgba(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:700}
#es .mentions div{padding:0!important;margin:0!important;border:0!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0;width:100%;top:0;left:0;z-index:1;white-space:pre-wrap;word-wrap:break-word;color:transparent;opacity:0;-moz-padding-end:1px;-moz-padding-start:1px}
#es .mentions div>span{background:#e9f2f9;-webkit-box-shadow:0 0 1px #005c87 inset}
#es .mentions textarea::-moz-placeholder{color:#888;opacity:1}
#es .mentions textarea:-ms-input-placeholder{color:#888}
#es .mentions textarea::-webkit-input-placeholder{color:#888}
#es .mentions-inspector{background:#f5f5f5;border-top:1px solid #e1e1e1;margin-top:5px}
#es .mentions-inspector fieldset{width:50%;padding:10px;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}
#es .mentions-inspector label{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:30%;font-size:10px;margin:0;line-height:26px;text-align:right;padding-right:5px}
#es .mentions-inspector input{width:70%;margin:0;padding:2px;-webkit-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-textfield .mentions>div{color:transparent}
#es .mentions-textfield .mentions>div span{background:#e9f2f9}
#es .mentions-autocomplete{position:absolute!important;z-index:99999!important;margin-top:8px;overflow:hidden}
#es .mentions-autocomplete>b,#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,#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,#es .mentions-autocomplete.empty.loading .mentions-autocomplete-empty,#es .mentions-autocomplete.search.loading .mentions-autocomplete-search{display:none}
#es .mentions-autocomplete.has-shadow>b,#es .mentions-autocomplete.search .mentions-autocomplete-search{display:block}
#es .mentions-autocomplete.search .mentions-menu{display:none}
#es .mentions-autocomplete.has-animation .mentions-autocomplete-inner{top:-160px;-webkit-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-empty,#es .mentions-autocomplete-loading,#es .mentions-autocomplete-search{display:none;text-align:center;padding:6px}
#es .mentions-autocomplete-loading-indicator{display:block;padding:8px 0;height:20px;position:relative;top:-16px}
#es .mentions-autocomplete-inner{border:1px solid #e1e1e1;border-radius:3px;max-height:160px;overflow-y:auto;color:#444;background:#fff;position:relative;z-index:1;-webkit-box-shadow:0 3px 2px rgba(0,0,0,.15);box-shadow:0 3px 2px rgba(0,0,0,.15);margin-bottom:5px}
#es .mentions-menu{list-style:none!important;margin:0!important;padding:0!important;background:0 0!important}
#es .mentions-menu .mentions-menuItem{cursor:pointer;padding:6px;text-align:left;font-size:13px}
#es .mentions-menu .mentions-menuItem+.mentions-menuItem{border-top:1px solid #e1e1e1}
#es .mentions-menu .mentions-menuItem.active{background:#e9f2f9}
#es .mentions-menu .mentions-menuItem.hidden{display:none}
#es.mentions-autocomplete{position:absolute!important;z-index:99999!important;margin-top:8px;overflow:hidden}
#es.mentions-autocomplete.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,#es.mentions-autocomplete.empty.loading .mentions-autocomplete-empty,#es.mentions-autocomplete.search.loading .mentions-autocomplete-search{display:none}
#es.mentions-autocomplete.has-shadow>b,#es.mentions-autocomplete.search .mentions-autocomplete-search{display:block}
#es.mentions-autocomplete.search .mentions-menu{display:none}
#es.mentions-autocomplete.has-animation .mentions-autocomplete-inner{top:-160px;-webkit-transition:all .1s ease;transition:all .1s ease}
#es.mentions-autocomplete.has-animation.active{top:0}
#es.mentions-autocomplete.is-sticky .mentions-autocomplete-inner{border-top:0;border-radius:0 0 3px 3px;margin:0 9px 5px 10px}
#es.mentions-autocomplete .mentions-menu .mentions-menuItem>img{background:#fafafa;float:left;margin-right:6px;width:16px;height:16px;display:block}
#es.mentions-autocomplete .mentions-menu-avatar{width:16px;height:16px;position:relative;top:1px}
#es .es-rating .fa,#es .es-rating .far{color:#fec86d}
#es .dialog-content .widget,#es .dialog-content .widget-box{border:0}
#es .widget{background:#fff;border:1px solid #e1e1e1;border-radius:3px;margin:0 auto 20px;position:relative}
#es .widget.widget-alert{background:#f0f3f8}
#es .widget.widget-alert hr{border:1px solid #c5cfd6}
#es .widget .accordion-body{overflow:hidden}
#es .widget .wbody{font-size:12px;padding:0}
#es .es-explorer:after,#es .es-explorer:before,#es .widget .wbody:after,#es .widget .wbody:before{content:" ";display:table}
#es .es-explorer:after,#es .widget .wbody:after{clear:both}
#es .widget .wbody.wbody-padding{padding:14px 16px}
#es.es-explorer-popup{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:9999;-webkit-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,#es.es-explorer-popup .fd-explorer-content{height:100%}
#es.es-explorer-popup .es-explorer .close-button,#es.es-explorer-popup .es-explorer .insert-button{display:block}
#es .es-popup-viewport{background:#eee;-webkit-box-shadow:0 3px 12px rgba(0,0,0,.5);box-shadow:0 3px 12px rgba(0,0,0,.5)}
#es .es-explorer{width:100%;border:1px solid #ccc;position:relative;display:-webkit-flex;display:flex;overflow:hidden}
#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:100%!important;background-color:#efefef!important;padding:0!important;top:0}
#es .es-explorer__sidebar{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:0;flex:0;background-color:#fff}
#es .es-explorer__sidebar-hd{padding:8px;border-bottom:1px solid #e1e1e1}
#es .es-explorer__sidebar-title{font-weight:700;padding:8px;font-size:11px}
#es .es-explorer__content{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;height:400px}
#es .es-explorer__content-hd{padding:8px;border-bottom:1px solid #e1e1e1}
#es .is-side-open .es-explorer__sidebar{width:200px;-webkit-flex:0 0 200px;flex:0 0 200px;border-right:1px solid #e1e1e1}
#es.is-mobile .is-side-open .es-explorer__sidebar{width:100%;-webkit-flex:0 0 100%;flex:0 0 100%;-webkit-transform:translateZ(0);transform:translateZ(0);border-right:0;position:relative}
#es.is-mobile .is-side-open .es-explorer__content{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
#es.is-mobile .es-explorer__sidebar{-webkit-transform:translate3d(-101%,0,0);transform:translate3d(-101%,0,0);position:absolute}
#es.is-mobile .es-explorer__content,#es.is-mobile .es-explorer__sidebar{-webkit-transition:transform .3s cubic-bezier(.79,.14,.15,.86);transition:transform .3s cubic-bezier(.79,.14,.15,.86)}
#es.is-mobile .es-explorer__content{width:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}
#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__upload{text-align:right}
#es .es-explorer-browser-action-bar{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;align-items:center}
#es .es-explorer-browser-action-bar__cell-back{-webkit-flex:none;flex:none;border-right:1px solid #e1e1e1;display:none}
#es .es-explorer-browser-action-bar__cell-action{-webkit-flex:1 0 auto;flex:1 0 auto;padding-right:16px;text-align:left}
#es .es-explorer-browser-action-bar__back a{display:inline-block;padding:8px 16px;color:#888}
#es.is-mobile .es-explorer-browser-action-bar{-webkit-flex-wrap:wrap;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;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%;flex:1 0 100%;border-top:1px solid #e1e1e1;padding:8px;text-align:right}
#es .fd-explorer-viewport{width:100%;height:100%;overflow-y:scroll}
#es .fd-explorer-file-group,#es .fd-explorer-folder[data-id="0"]:hover .fd-folder-remove-button,#es .service-state>span{display:none}
#es .fd-explorer-file-group.is-active{display:block}
#es .fd-explorer-file{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 .file-title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .fd-explorer-file .file-meta{color:#888;font-size:11px}
#es .fd-explorer-file.is-checked{background:rgba(56,117,215,.2)}
#es .fd-explorer-file.is-selected{background:#3875d7}
#es .fd-explorer-file.is-selected .file-meta,#es .fd-explorer-file.is-selected .file-title,#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,#es.is-mobile .btn-file-action-group{display:block}
#es .fd-explorer-file,#es .fd-explorer-folder{cursor:pointer;padding:4px 8px;position:relative}
#es .fd-explorer-folder .fa-folder{color:#e8953d;margin-right:4px}
#es .fd-explorer-folder.is-active{background-color:#e9f2f9}
#es .fd-explorer-folder .fd-folder-remove-button{display:none;position:absolute;top:4px;right:8px;color:#888}
#es .fd-explorer-folder .fd-folder-remove-button i{font-size:10px}
#es .fd-explorer-folder .fd-folder-remove-button:hover{color:#444}
#es .fd-explorer-folder:hover .fd-folder-remove-button,#es .service-state.state-busy .working,#es .service-state.state-idle .idle{display:block}
#es .es-remind-form-wrap form,#es [data-alertlog]{margin:0}
#es .fd-explorer-funky{border-bottom:1px solid #ccc;padding:10px;margin:0}
#es .es-remind-form-wrap hr,#es .funkybar{margin:10px 0}
#es .service-state.state-busy .working i.es-loading-indicator.fd-small{display:inline-block!important;padding:7px 29px 0 0!important}
#es .es-explorer .close-button,#es .es-explorer .insert-button,#es .es-photo.css-resizing>a.fit-both b,#es .es-photo.css-resizing>a.fit-height b,#es .es-photo.css-resizing>a.fit-width b,#es .es-photo>a.fit-small em,#es .togglefunky{display:none}
#es .es-photo.ar-1x1>a{padding-top:100%}
#es .es-photo.ar-16x9>a{padding-top:56%}
#es .es-photo.ar-9x16>a{padding-top:177%}
#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.css-resizing>a.fit-both em,#es .es-photo.css-resizing>a.fit-height em,#es .es-photo.css-resizing>a.fit-width em,#es .es-photo>a.fit-small img{opacity:1}
#es .es-cover.es-photo img,#es .es-photo b,#es .es-photo em,#es .es-photo u{position:static;top:0;left:0;width:100%;height:100%}
#es .es-photo b{display:block;font-size:0;z-index:1;text-align:center} 
#es .es-photo b:before{content:" ";height:100%;margin-right:-.25em}
#es .es-photo em{display:block;z-index:2;opacity:0;background-size:cover;background-position:50%;background-repeat:no-repeat}
#es .es-photo em.layout-contain{background-size:contain;background-position:50%}
#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 b,#es .es-photos.pattern-flow .es-photo u,#es .es-user-badges>li{display:inline-block;position:relative;width:auto;height:auto}
#es .es-photos.pattern-flow .es-photo b{min-height:96px}
#es .es-photos.pattern-flow .es-photo b:before,#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 .dialogstreamplayer-play embed,#es .dialogstreamplayer-play iframe,#es .dialogstreamplayer-play object,#es .video-container embed,#es .video-container iframe,#es .video-container object{position:absolute;top:0;left:0;width:100%;height:100%}
#es .es-user-badges{margin:0;list-style:none}
#es .es-user-badges>li{margin:0 0 15px;padding:10px;width:120px;height:130px;border:1px solid #f5f5f5;vertical-align:top;text-align:center}
#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{background:rgba(0,0,0,.25)}
#es.es-dialog.is-loading{-webkit-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-story .es-album-view .es-photo-upload-item table,#es.es-dialog .widget{border:0}
#es.es-dialog+.o-popover--es{z-index:1052}
#es .es-dialog-modal{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2)}
#es.is-mobile .es-dialog-header{border-radius:0;text-align:center;font-weight:700}
#es.is-loading .es-dialog-container{overflow:hidden}
#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:hover,#es .es-dialog-close-button:hover{color:#888}
#es .es-dialog-back-button i,#es .es-dialog-close-button i{font-size:20px}
#es .es-repost-form .es-form .mentions textarea{font-size:13px}
#es .es-dialog-footer-content .btn-es-default,#es .es-dialog-footer-content .btn-es-default:active,#es .es-dialog-footer-content .btn-es-default:focus,#es .es-dialog-footer-content .btn-es-default:hover{color:#444!important}
#es .es-dialog-footer-content .btn-es-primary,#es .es-dialog-footer-content .btn-es-primary:active,#es .es-dialog-footer-content .btn-es-primary:focus,#es .es-dialog-footer-content .btn-es-primary:hover{color:#4a90e2!important}
#es .es-dialog-footer-content .btn-es-danger,#es .es-dialog-footer-content .btn-es-danger:active,#es .es-dialog-footer-content .btn-es-danger:focus,#es .es-dialog-footer-content .btn-es-danger:hover{color:#f65b5b!important}
#es .es-dialog-footer-content .is-loading{color:transparent!important}
#es .es-dialog-error-message{display:block;font-weight:400}
#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-modal{width:100%!important;height:100%!important;min-height: max-content;}
#es.is-mobile .es-dialog-body{-webkit-overflow-scrolling:touch;overflow-y:scroll}
#es .es-dialog-tabs{display:-webkit-flex;display:flex;-webkit-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;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;flex:none;width:1px;background-color:#dee3e9;margin:0;padding:0}
#es .es-dialog-tabs__link{color:#888;display:block;padding:8px;white-space:nowrap}
#es .es-dialog-tabs__link:hover,#es .es-flyout .es-flyout-button:hover>i{text-decoration:none}
#es .es-progress-wrap{position:relative;background-image:-webkit-linear-gradient(top,#fbfbfb,#f2f2f2);background-image:-o-linear-gradient(top,#fbfbfb 0,#f2f2f2 100%);background-image:linear-gradient(180deg,#fbfbfb 0,#f2f2f2);background-repeat:repeat-x;border-radius:22px;border:1px solid #eee;padding:10px 15px;margin-bottom:16px;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;align-items:center}
#es .es-progress-wrap .progress{-webkit-flex:1 0 auto;flex:1 0 auto;background-image:-webkit-linear-gradient(top,#d7d7d7,#d7d7d7);background-image:-o-linear-gradient(top,#d7d7d7 0,#d7d7d7 100%);background-image:linear-gradient(180deg,#d7d7d7 0,#d7d7d7);background-repeat:repeat-x;height:12px;margin-bottom:0;border-radius:10px}
.es-dialog-content .shareblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px !important;
    gap: 12px;
    padding: 15px 0;
    width: 100%;
}

.es-dialog-content .shareblock a {
    display: flex;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-size: 21px !important;
    transition: color 0.3s ease;
    width: 100%;
    padding: 8px 0;
}

.es-dialog-content .shareblock a:hover {
    color: #2196F3;
}

.es-dialog-content .shareblock .fa {
    margin-right: 10px;
    font-size: 18px !important;
    width: 20px;
    text-align: center;
}

.es-dialog-content .shareblock .divider {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 5px 0;
}

.es-dialog-content .shareblock [data-copylink] a {
    color: #2196F3;
    font-weight: 500;
}

.es-dialog-content .shareblock [data-copylink] a:hover {
    color: #1976D2;
}

.es-dialog-content .shareblock>li>a {
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    padding: 15px;
    height: 50px;
    line-height: 1.5;
    color: #111;
}

.es-dialog-content .aeonsoc {
    width: unset;
    margin-left: 0;
}

.copy-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}
#es .es-progress-wrap .progress .bar{border-radius:0 8px 8px 0}
#es .es-progress-wrap .progress-result{-webkit-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{filter:alpha(opacity=0)}
#es .es-flyout.show-all .es-flyout-content,#es .es-flyout:hover .es-flyout-content,#es ul.es-comment-attachments a:hover i,#es ul.es-comment-attachments a:hover:after{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 .form-uploader .upload-submit{clear:both;padding:18px 10px;border:1px dashed #e1e1e1;margin-top:20px;border-radius:3px}
#es .form-uploader .upload-submit:after,#es .form-uploader .upload-submit:before{content:" ";display:table}
#es .form-uploader .upload-submit:after{clear:both}
#es .form-uploader .queue-item{clear:both;padding:10px;border:1px solid #e1e1e1;position:relative;border-radius:3px}
#es .form-uploader .queue-item+.queue-item{margin-top:10px}
#es .form-uploader .queue-item .media{padding-right:40px}
#es .form-uploader .queue-item .media .media-object{margin-right:20px}
#es .form-uploader .queue-item .queue-item-thumb{width:32px;height:32px;background:#e1e1e1}
#es .form-uploader .queue-item .queue-item-info{position:relative;margin-bottom:4px}
#es .form-uploader .queue-item .queue-item-info>span{display:inline-block;position:relative}
#es .form-uploader .queue-item .queue-item-size{color:#f5f5f5;padding-left:6px;margin-left:6px}
#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,#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 .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 .progress{display:none}
#es .form-uploader .queue-item.is-error .queue-item-status{color:#b94a48}
#es .es-sharing .es-sharing-list>li .es-sharing-title,#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{padding-right:3px;display:inline-block}
#es .es-sharing .es-sharing-list>li:nth-child(odd){clear:none}
#es .es-sharing .es-sharing-list>li>a{padding:4px 3px;display:block;font-size:11px;border-radius:2px}
#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 #fff}
#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 rgba(0,0,0,.2)}
#es .es-reaction-option{position:relative;display:inline-block}
#es .es-reaction-icon-stat__item::-moz-focus-inner,#es .es-reaction-option__link::-moz-focus-inner{border:0!important}
#es .es-achieve-badge__title>a,#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;background:#fff;bottom:120%;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0);display:-webkit-flex;display:flex;border-radius:100rem;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,#es.is-desktop .es-reaction-option__link:hover:before{display:inline-block}
#es .es-reactions-pop__item{position:relative;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:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0;-webkit-transform:translate3d(0,100%,0) scale(.3);transform:translate3d(0,100%,0) scale(.3)}
#es .es-reactions-pop__text{position:absolute;top:-20px;background-color:rgba(0,0,0,.75);color:#fff;font-weight:700;left:50%;transform:translateX(-50%);border-radius:8px;padding:2px 8px;-webkit-transition:.15s .15s;transition:.15s .15s;opacity:0;visibility:hidden}
#es .es-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item,#es .es-reactions-pop.is-hover .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(.8);transform:scale(.8);-webkit-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-reaction-option__link.is-hover+.es-reactions-pop .es-reactions-pop__item:first-of-type,#es .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item:first-of-type,#es .es-reactions-pop.is-hover .es-reactions-pop__item:first-of-type,#es .es-reactions-pop:hover .es-reactions-pop__item:first-of-type{-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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-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),#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){-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}
#es.is-desktop .es-reaction-option__link~.es-reactions-pop,#es.is-desktop .es-reactions-pop__item{-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;opacity:1;visibility:visible}
#es.is-desktop .es-reactions-pop:hover{opacity:1;visibility:visible}
#es.is-desktop .es-reaction-option__link:hover+.es-reactions-pop .es-reactions-pop__item,#es.is-desktop .es-reactions-pop:hover .es-reactions-pop__item{-webkit-transform:none;transform:none;opacity:1}
#es .es-reaction-stats__text{text-align:right;color:#888}
#es .es-reaction-icon-stat{-webkit-justify-content:space-between;justify-content:space-between}
#es .es-reaction-icon-stat__item{display:-webkit-flex;display:flex;line-height:20px}
#es .es-reaction-icon-stat__item>div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
#es .es-reaction-icon-stat__avatar{border-bottom:2px solid transparent}
#es.popbox-reaction .arrow{display:none}
#es .es-reaction-stats-pop{width:294px}
#es .es-reaction-stats-list .o-media__body{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:8px}
#es [class*=" icon-es-"],#es [class^=icon-es-]{width:16px;height:16px;line-height:16px;*margin-right:.3em}
#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}
#es .icon-es-email{background-position:0 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-stumbleupon{background-position:-256px 0}
#es .icon-es-digg{background-position:-288px 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-emoji,#es .es-emoji img,#es .es-smileys i{width:20px!important;height:20px!important;line-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-cool,#es .es-emoji-special{background-position:-20px 0}
#es .es-emoji-happy{background-position:-40px 0}
#es .es-emoji-heart{background-position:-60px 0}
#es .es-emoji-kiss,#es .es-emoji-loved{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-angel,#es .es-emoji-blessed{background-position:-60px -40px}
#es .es-emoji-devil{background-position:-80px -40px}
#es .es-emoji-blush,#es .es-emoji-pretty{background-position:0-60px}
#es .es-emoji-think{background-position:-20px -60px}
#es .es-emoji-lol{background-position:-40px -60px}
#es .es-emoji-sleep,#es .es-emoji-tired{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--xl{font-size:128px;width:128px;height:128px}
#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.7;border-radius:2px;cursor:text;position:relative;background-color:#fff}
#es .textboxlist:after,#es .textboxlist:before{content:" ";display:table}
#es .textboxlist:after{clear:both}
#es .textboxlist.disabled{background-color:#f5f5f5}
#es .textboxlist-textField{height:22px!important;line-height:1.59!important;max-width:100%;float:left;border:0!important;padding:0!important;margin:0 2px 0 0!important;box-shadow:none!important;font-size:13px!important;background:0 0!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 #photo-list:after,#es #photo-list:before,#es .textboxlist-itemGroup:after,#es .textboxlist-itemGroup:before{content:" ";display:table}
#es #photo-list:after,#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:700;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 div,#es .textboxlist-item span{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:""}
#es .textboxlist-autocomplete{position:absolute;z-index:2147483647;margin-top:8px;overflow:hidden}
#es .es-location-autocomplete>b,#es .textboxlist-autocomplete>b,#es.textboxlist-autocomplete>b{position:absolute;width:100%;left:0;height:1px;padding:0 5px;z-index:2;display:none}
#es .es-location-autocomplete>b>b,#es .textboxlist-autocomplete>b>b,#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,#es .textboxlist-autocomplete.has-shadow>b{display:block}
#es .textboxlist-autocomplete.empty .textboxlist-menu,#es .textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty{display:none}
#es .textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner{top:-160px;-webkit-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-empty,#es .textboxlist-autocomplete-loading{display:none;min-height:28px}
#es .textboxlist-autocomplete-empty-text{padding:8px 0;line-height:16px;font-size:12px;text-align:center;display:block;color:#888}
#es .textboxlist-autocomplete-inner{border:1px solid #aaa;border-radius:3px;color:#444;background:#fff;max-height:160px;overflow-y:auto;position:relative;z-index:1;-webkit-box-shadow:0 3px 2px rgba(0,0,0,.15);box-shadow:0 3px 2px rgba(0,0,0,.15);margin-bottom:5px}
#es .textboxlist-menu{list-style:none!important;margin:0!important;padding:0!important;background:0 0!important}
#es .textboxlist-menu .textboxlist-menuItem{cursor:pointer;padding:6px;text-align:left;font-size:12px;margin:0}
#es .form-location .location-coordinates.editMode input,#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:700}
#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.loading .textboxlist-autocomplete-loading{display:block}
#es.textboxlist-autocomplete.loading .textboxlist-menu{display:none}
#es.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty,#es.textboxlist-autocomplete.has-shadow>b{display:block}
#es.textboxlist-autocomplete.empty .textboxlist-menu,#es.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty{display:none}
#es.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner{top:-160px;-webkit-transition:all .1s ease;transition:all .1s ease}
#es .es-photo-nav-button i:before,#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 .photo-item{-webkit-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;transition:all .6s ease}
#es .close{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}
#es.tooltip.tooltip-es{background:0 0;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: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:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}
#es .es-state-going,#es .es-state-publish{background:#7cc110!important}
#es .es-state-going:before,#es .es-state-publish:before{content:""}
#es .es-state-notgoing,#es .es-state-trash,#es .es-state-unpublish{background:#b94a48!important}
#es .es-state-notgoing:before,#es .es-state-unpublish:before{content:""}
#es .es-state-trash:before{content:""}
#es .es-state-locked{background:#aaa!important}
#es .es-state-locked:before{content:""}
#es .es-state-pending,#es .es-state-unactivated{background:#d88b1e!important}
#es .es-state-unactivated:before{content:""}
#es .es-state-pending:before{content:""}
#es .es-state-maybe{background:#5bc0de!important}
#es .es-state-maybe:before{content:""}
#es .es-state-invited{background:#d88b1e!important}
#es .es-state-invited:before{content:""}
#es .es-state-default{background:#aaa!important;width:16px;height:16px;border-radius:50%}
#es .es-state-default:before,#es .es-state-featured:before{content:"";font-size:10px}
#es .es-state-featured{background:#f5a922}
#es .es-state-featured,#es .es-state-minus,#es .es-state-plus{width:16px;height:16px;border-radius:50%}
#es .es-state-plus{background:#7cc110}
#es .es-state-minus:before,#es .es-state-plus:before{content:"";font-size:8px;line-height:16px}
#es .es-state-minus{background:#be1f23}
#es .es-state-minus:before{content:""}
#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:#fff!important;border-radius:1px!important;padding:0!important;border:1px solid #e1e1e1!important;border:1px solid rgba(0,0,0,.2)!important;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2)!important;box-shadow:0 5px 10px rgba(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,.1)!important}
#es.fd-popover.es-field-error.top .arrow{border-top-color:#dc4248}
#es.fd-popover.es-field-error.top .arrow:after{border-top-color:#de614f}
#es.fd-popover.es-field-error.right .arrow{border-right-color:#dc4248}
#es.fd-popover.es-field-error.right .arrow:after{border-right-color:#de614f}
#es.fd-popover.es-field-error.bottom .arrow{border-bottom-color:#dc4248}
#es.fd-popover.es-field-error.bottom .arrow:after{border-bottom-color:#de614f}
#es.fd-popover.es-field-error.left .arrow{border-left-color:#dc4248}
#es.fd-popover.es-field-error.left .arrow:after{border-left-color:#de614f}
@media (max-width:680px) {
#es.fd-popover.es-field-error{display:none!important}
}
#es .form-location .location-coordinates{margin-top:20px;display:none;background:#fff;border:1px solid #e1e1e1;color:#444;padding:12px}
#es .form-location .location-coordinates>h5{margin-top:0;height:30px;line-height:30px}
#es .form-location .location-coordinates hr.separator{margin-top:3px}
#es .form-location .location-coordinates .removeLocation{font-size:11px;font-weight:400}
#es .form-location .location-coordinates .coordinate-actions{display:none;margin-top:20px}
#es .form-location .location-address a.btn,#es .form-location .location-coordinates .coordinate-actions a,#es .form-location .location-coordinates .editCoordinates{font-size:11px}
#es .form-location .location-coordinates input{text-align:center;width:80px;display:none}
#es .form-location .location-coordinates.editMode .coordinates-info{display:none}
#es .form-location .location-coordinates.editMode .coordinate-actions{display:block}
#es .form-location .location-map{margin:10px 2px 0 0;display:none}
#es .form-location .location-map .map{border:1px solid #e1e1e1;background:#fff}
#es .form-location .location-address{width:100%}
#es .form-location .location-address input{width:70%}
#es .es-locations{position:relative}
#es .es-locations.is-detectable .es-location-detect-button,#es .es-locations.is-detectable .es-location-detect-icon{display:inline-block}
#es .es-locations.is-busy .es-location-remove-button,#es .es-locations.is-busy>.ies-location-2,#es .es-locations.is-loading .es-location-remove-button,#es .es-locations.is-loading>.ies-location-2{display:none}
#es .es-locations.has-location .es-location-remove-button{display:block}
#es .es-locations.has-location .es-location-detect-button,#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:6px 34px 6px 10px;position:relative;background-color:#fff}
#es .es-location-form.has-border{border:1px solid #e1e1e1!important}
#es .es-location-map{background-position:50%;background-repeat:repeat;height:auto;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{top:50%;margin-top:-20px}
#es .es-location-detect-button,#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{z-index:9}
#es .es-location-autocomplete.active,#es .es-location-autocomplete.has-shadow>b,#es .es-locations[data-location-base]:hover .es-location-help{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.is-sticky .es-location-suggestions{border-top:0;border-radius:0 0 3px 3px;margin:0 9px 5px 10px}
#es .es-location-suggestions{display:none;border:1px solid #e1e1e1;border-radius:3px;-webkit-box-shadow:0 3px 2px rgba(0,0,0,.15);box-shadow:0 3px 2px rgba(0,0,0,.15);color:#444;background:#fff;overflow-y:auto;overflow-x:hidden;max-height:160px;position:relative;z-index:8;font-size:11px}
#es .es-location-suggestion{z-index:10;padding:5px;cursor:pointer}
#es .es-location-suggestion+.es-location-suggestion{border-top:1px solid #e1e1e1}
#es .es-location-suggestion.active,#es .es-smileys>li:hover{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:0 0!important;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0!important;font-size:13px;color:#444}
#es .profile-data-table .es-locations{margin-right:50px}
#es .es-locations[data-location-base]{position:relative}
#es .es-location-help{display:none;position:absolute;top:0;right:0;background:rgba(255,255,255,.8);border:1px solid rgba(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;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:flex;line-height:1.5;background-color:#fff;word-break:keep-all}
#es .es-hika-item__img{-webkit-flex:0 0 120px;flex:0 0 120px;width:120px;height:120px;background-color:#f5f5f5;border-right:1px solid #e1e1e1;background-size:cover;background-repeat:no-repeat}
#es .es-hika-item__context{padding:8px 16px}
#es .es-hika-item__title{font-weight:700;color:#444;margin-bottom:8px}
#es .es-hika-item__meta{color:#888;margin-bottom:8px}
#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:0 0;border-color:#e1e1e1}
#es .es-stream-login-box,#es .es-view-after-stream{margin-top:16px}
#es .is-detecting-location .es-detecting-location{display:block}
#es .es-detecting-location{display:none;padding:48px;text-align:center;color:#444}
#es .es-detecting-location>i{font-size:30px;vertical-align:middle;margin-bottom:20px;display:block;color:#444}
#es .es-section-divider{border-top:3px double #e1e1e1;margin:0 0 20px}
#es .input-group>.input-group-addon{font-size:inherit}
#es .input-group.guest-limit{width:auto}
#es .input-group.guest-limit>.form-control{width:60px!important}
#es .input-group.guest-limit>.input-group-addon{width:auto!important}
#es .es-nav-pills .o-nav__item{margin-right:4px}
#es .es-nav-pills .o-nav__item.active .o-nav__link{background-color:#f5f5f5;color:#444}
#es .es-nav-pills .o-nav__link{border-radius:12px;padding:8px;color:#888;position:relative;line-height:1}
#es .es-leaderboard thead,#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:700;padding:0 2px}
#es .es-nav-pills .has-notice .es-nav-pills__link-bubble,#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-off,#es .es-online-status .es-status-on{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-off,#es .es-online-status.es-online-status-small .es-status-on{width:14px;height:14px;border:2px solid #fff}
#es .es-online-status.es-online-status-mini .es-status-off,#es .es-online-status.es-online-status-mini .es-status-on{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:700}
#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:left;margin-bottom:20px;border-radius:3px}
#es .es-remind-form-wrap .input-group .input-group-addon{min-width:170px;padding-right:10px}
#es .es-remind-form-wrap .btn-submit{display:block;width:100%;padding:8px 10px}
#es .es-repost-form .es-form{padding:4px;min-height:100px;border:1px solid #e1e1e1;border-radius:3px;font-size:13px}
#es .es-repost-form .es-form .mentions-textfield{top:0!important;left:0!important}
#es .es-repost-form .es-form .mentions{font-size:12px;min-height:100px}
#es .es-repost-preview:after,#es .es-repost-preview:before{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;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;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:700;margin-bottom:8px}
#es .es-achieve-badge__desc{margin-bottom:8px}
#es .es-achieve-badge__date{color:#888}
#es.es-mobile-content .es-achievements .es-cards__item{margin:0-16px;padding:16px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
#es .es-social-signon{text-align:center}
#es .es-social-signon__hd{margin-bottom:20px}
#es .es-social-signon__bd{text-align:left}
#es .es-social-signon__title{font-weight:700;font-size:15px}
#es .es-comments-form .es-form-attach>label:hover,#es .es-social-signon__subtitle{color:#888}
#es .es-social-signon__avatar{position:absolute;left:50%;margin:0 auto 0-32px;top:-32px;display:inline-block}
#es .es-social-signon__form{border:1px solid #e1e1e1;border-radius:3px;position:relative;text-align:center;max-width:376px;margin: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:700;padding:4px}
#es .es-social-signon__form-desp,#es .es-social-signon__form-title{text-align:center;margin-bottom:8px}
#es .es-points-list{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;display:-webkit-flex;display:flex}
#es .es-points-list__item{display:-webkit-flex;display:flex;-webkit-flex:0 0 33%;flex:0 0 33%;padding:0 8px 16px;text-align:center}
#es .es-points-list__title{font-weight:700;color:#444;margin-bottom:4px}
#es .es-points-list .o-box{width:100%;background-color:#fff;display:-webkit-flex;display:flex;-webkit-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;flex:0}
#es .es-point-badge{margin:0 auto;width:112px;height:112px;line-height:102px;font-size:30px;font-weight:700;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,#es .es-comments-form__footer span.label{font-size:13px}
#es .es-comments-wrap{clear:both}
#es .es-comments{margin:0;padding:0;list-style:none}
#es .es-comments .es-story-text{background:#fff;border:1px solid #e1e1e1;border-radius:3px;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-body,#es .es-comments .media>.media-object{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{display:block;word-wrap:break-word}
#es .es-comment .emoji,#es .es-smileys>li{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-actions .es-comment-actions-toggle i{color:#888;font-size:14px}
#es .es-comment-actions .dropdown-menu{top:16px}
#es .es-comment:hover .es-comment-actions,#es .es-comments-form .es-input-smiley.active .es-smileys,#es.es-photo-popup .es-comment-actions,#es.is-mobile .es-comment-actions,#es.w780 .es-comment-actions{display:block}
#es .es-comment,#es .es-comments-form{position:relative}
#es .es-comments-form:after,#es .es-comments-form:before{content:" ";display:table}
#es .es-comments-form:after{clear:both}
#es .es-comments-form .es-form .mentions textarea{color:#333;font-size:15px;line-height:1.7}
#es .es-polls-option>div+div{text-align:right}
#es .es-comments-form__footer:after,#es .es-comments-form__footer:before{content:" ";display:table}
#es .es-comments-form__footer:after{clear:both}
#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-input-photo{font-size:13px}
#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:#888}
#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 .figure.is-uploading .attachment .upload-progress,#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-cancel,#es.is-mobile .es-comment-reported span{display:none}
#es .es-comments-form .attachments .attachment{position:relative;padding-bottom:100%;background-position:50%;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,.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);transform:rotate(45deg)}
#es .es-comments-form .attachments .attachment-cancel:after,#es .es-comments-form .attachments .attachment-cancel:before{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 #e1e1e1;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,.15);box-shadow:0 0 2px rgba(0,0,0,.15)}
#es .es-smileys:after,#es .es-smileys:before{content:"";display:block;position:absolute;right:7px;border-top:7px solid #ccc;border-left:7px solid transparent;border-right:7px solid transparent;z-index:2}
#es .es-smileys:before{bottom:-7px}
#es .es-smileys:after{border-top-color:#fff;bottom:-6px}
#es .es-smileys>li{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 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);transform:rotate(45deg)}
#es .es-smileys__close:after,#es .es-smileys__close:before,#es .es-smileys__close:hover:after,#es .es-smileys__close:hover:before{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,.25);box-shadow:0 2px 4px rgba(0,0,0,.25);display:inline-block;width:32px;height:32px;line-height:32px;margin:5px}
#es .es-comments-control,#es .es-profile-header-nav__dropdown-menu>li{position:relative}
#es .es-comments-control__load{display:block;background:#f5f5f5}
#es .es-comments-control__link,#es ul.es-comment-attachments>li:hover .es-comment-attachment-remove{display:block}
#es .es-comments-control__stats i{font-style:normal}
#es .es-comment-item-meta{display:-webkit-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
#es .es-comment-item-meta__item{position:relative;padding-right:8px;-webkit-flex:0 1 auto;flex:0 1 auto}
#es .es-apps-item__checkbox label,#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:"";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 .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:0 0;margin:0;padding:0;top:0}
#es .es-comment-reported{color:#fc595b;display:none}
a#es .es-comment-reported:focus,a#es .es-comment-reported:hover{color:#fb272a}
#es .has-report .es-comment-reported{display:inline-block}
#es .es-comment-item-loadreply{padding:3px 5px;margin:2px 0;background:#ddd}
#es ul.es-comment-attachments{display:block!important;margin:0-4px!important;padding:0;list-style:none}
#es ul.es-comment-attachments>li{display:block!important;margin:0;list-style:none;float:left;padding:4px;width:33.333%;position:relative}
#es ul.es-comment-attachments a{display:block;position:relative}
#es ul.es-comment-attachments a i,#es ul.es-comment-attachments a:after{-webkit-transition:.5s ease;transition:.5s ease;position:absolute;left:0;right:0;opacity:0;filter:alpha(opacity=0)}
#es ul.es-comment-attachments a:after{background:rgba(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 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:50%}
#es.es-photo-popup .es-comment-attachment-remove,#es.is-mobile .es-comment-attachment-remove{display:block;background:#d00}
#es.es-photo-popup .es-comments-form .es-form-attach,#es.is-mobile .es-comments-form .es-form-attach{right:4px}
#es.es-photo-popup .es-comments-form .es-form-attach>label,#es.is-mobile .es-comments-form .es-form-attach>label{width:24px;height:24px;line-height:24px}
#es.es-photo-popup .es-comments-form .es-form-attach .es-input-photo+.es-input-smiley,#es.is-mobile .es-comments-form .es-form-attach .es-input-photo+.es-input-smiley{margin-left:4px}
#es.es-photo-popup .es-comments-form .es-input-photo,#es.is-mobile .es-comments-form .es-input-photo{font-size:15px}
#es.es-photo-popup .es-comments-form .es-input-smiley,#es.is-mobile .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 #e1e1e1}
#es .es-filterbar>.col-cell,#es .es-photo-upload-item .upload-status,#es .es-stream-meta #eb .eb-emoji-icon:before{vertical-align:middle}
#es .es-filterbar .filterbar-title{font-weight:700}
#es .es-leaderboard{width:100%}
#es .es-leaderboard tr th{padding:4px 8px}
#es .es-leaderboard tr td{padding:16px 8px;border-bottom:1px solid #e1e1e1;text-align:left}
#es .es-leaderboard tr td:first-child,#es .es-leaderboard tr th:first-child{text-align:center;width:56px;position:relative}
#es .es-leaderboard tr td:last-child,#es .es-leaderboard tr th:last-child{width:100px}
#es .es-leaderboard__points{font-weight:700}
#es .es-leader-badge{height:32px;width:32px;color:#888;position:relative;text-align:center}
#es .es-leader-badge:after,#es .es-leader-badge:before{height:32px;width:32px;content:"";position:absolute;left:0;top:0}
#es .es-leader-badge:before{-webkit-transform:rotate(30deg);transform:rotate(30deg)}
#es .es-leader-badge:after{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}
#es .es-leader-badge span{z-index:2;position:relative;line-height:32px;font-size:14px;font-weight:700;display:inline-block;width:32px}
#es .es-leader-badge--1{color:#fff}
#es .es-leader-badge--1,#es .es-leader-badge--1:after,#es .es-leader-badge--1:before{background-color:#edca75}
#es .es-leader-badge--2{color:#fff}
#es .es-leader-badge--2,#es .es-leader-badge--2:after,#es .es-leader-badge--2:before{background-color:#cfd8dc}
#es .es-leader-badge--3{color:#fff}
#es .es-leader-badge--3,#es .es-leader-badge--3:after,#es .es-leader-badge--3:before{background-color:#d6ccc8}
#es .es-stage{text-align:center;position:relative}
#es .es-stage__title{font-size:17px;font-weight:700;line-height:1;margin:16px 0 8px;z-index:2;position:relative}
#es .es-stage__desc{color:#888;z-index:2;position:relative;margin-bottom:16px}
#es .es-stage__actor{margin:0 auto 16px;position:relative}
#es .es-stage__curtain{padding:8px 0;left:0;margin-bottom:16px;z-index:1;position:relative;background-image:-webkit-linear-gradient(top,#f5f5f5 50%,transparent 0);background-image:linear-gradient(180deg,#f5f5f5 50%,transparent 0);background-repeat:repeat-x}
#es .es-stage__curtain--off{background:0 0}
#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,#es .es-stage__actor-img--rounded img{border-radius:50%}
#es .es-stage__actor-title{font-weight:700}
#es .es-stage__actor-desc,#es .es-stage__actor-title{font-size:13px;line-height:1;margin:0 0 8px}
#es .es-stage__audience-title{margin-bottom:8px}
#es .es-pointshistory{position:relative;padding:8px 0 100px}
#es .es-pointshistory:after{content:" ";display:table}
#es .es-pointshistory:before{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;position:relative;padding:30px 0 0;margin:30px 0 0}
#es .es-timeline:after,#es .es-timeline:before{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(odd){top:-20px;float:right;padding-left:20px}
#es .es-timeline__item:nth-child(odd) .es-timeline__content:before{z-index:2;left:-10px}
#es .es-timeline__item:nth-child(odd) .es-timeline__dot{left:-27px}
#es .es-timeline__content{position:relative;font-size:13px;line-height:18px;color:#444;background:#fff;border:1px solid #e1e1e1;padding:16px}
#es .es-timeline__content:before{content:"";position:absolute;display:inline-block;background-color:#e1e1e1;width:10px;height:1px;top:16px}
#es .es-timeline__content:hover .es-timeline__dot{background-color:#4fc251}
#es .es-timeline__title{font-weight:700}
#es .es-timeline__dot{display:block;width:11px;height:11px;position:absolute;background-color:#dff4df;top:12px;border-radius:50%}
#es .es-timeline__date{font-size:12px;position:absolute;top:-20px;color:#888}
#es .es-timeline__message{padding:0;margin:8px 0;background:0 0;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es.is-mobile .es-pointshistory{margin-bottom:8px;padding:8px 0}
#es.is-mobile .es-pointshistory:after,#es.is-mobile .es-pointshistory:before{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,#es .stream-filter .stream-filter-heading hr{margin:10px 0}
#es .social-integrations .es-avatar-wrapper:after,#es .social-integrations .es-avatar-wrapper:before{content:" ";display:table}
#es .social-integrations .es-avatar-wrapper:after{clear:both}
#es .social-integrations .es-avatar-wrapper .es-username{color:#428bca;line-height:34px;margin-left:50px}
#es .social-integrations .yesno-list{clear:both;list-style:none;margin:0}
#es .es-profile-header__bd:after,#es .es-profile-header__bd:before,#es .es-profile-header__ft:after,#es .es-profile-header__ft:before,#es .es-profile-header__hd:after,#es .es-profile-header__hd:before,#es .social-integrations .yesno-list:after,#es .social-integrations .yesno-list:before,#es .social-integrations .yesno-list>li:after,#es .social-integrations .yesno-list>li:before{content:" ";display:table}
#es .es-profile-header__bd:after,#es .es-profile-header__ft:after,#es .es-profile-header__hd:after,#es .social-integrations .yesno-list:after,#es .social-integrations .yesno-list>li:after{clear:both}
#es .social-integrations .yesno-list>li{padding:10px;background:#f8f9fb;border-top:1px solid #eee;line-height:20px}
#es .es-polls .input-group-sm .form-control{font-size:12px}
#es .es-polls__title{font-weight:700;margin-bottom:8px}
#es .es-polls__title>a{margin-left:8px;font-weight:400;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-profile-header{position:relative}
#es .es-profile-header__bd{margin-left:132px;min-height:40px;display:-webkit-flex;display:flex}
#es .es-profile-header__bd .es-rating,#es .es-profile-header__cover.is-loading .es-cover-hint>span{display:inline-block}
#es .es-profile-header__ft{border-top:1px solid #e1e1e1;padding:8px 16px}
#es .es-profile-header__ft b{color:#444}
#es .es-profile-header__avatar-wrap.show-all{z-index:3}
#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 .es-avatar-menu{padding:0;width:100%;text-align:center}
#es .es-profile-header__avatar-wrap .es-flyout-content .es-flyout-button{display:block;width:200px;background:#000;padding:0;font-size:14px;color:#fff;height:40px;line-height:40px;border-radius:5px;border:unset;box-shadow:unset;text-decoration:none}
#es .es-profile-header__label-wrap{position:absolute;right:16px;bottom:16px}
#es .es-profile-header__label-wrap .o-label{display:inline-block;font-size:13px;padding:0}
#es .es-profile-header__label-wrap .o-label--success-o>a{color:#4fc251!important}
#es .es-profile-header__label-wrap .o-label--danger-o>a{color:#f65b5b!important}
#es .es-profile-header__label-wrap-txt{padding:8px;display:inline-block}
#es .es-profile-header__action-wrap .btn-toolbar{margin:0}
#es .es-profile-header__action-toolbar{display:-webkit-flex}
#es .es-profile-header__action-toolbar .o-btn-group:not(:first-child){margin-left:4px}
#es .es-profile-header__title{margin:0}
#es .es-profile-header__meta span+span{padding-left:4px;border-left:1px dotted #e1e1e1}
#es .es-profile-header__badges{margin-top:4px}
#es .es-profile-header__badges img,#es .es-profile-header__badges>a{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;padding:8px}
#es .es-profile-header--mini .es-profile-header__title{font-size:15px;font-weight:700}
#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;hyphens:auto}
#es .es-profile-header__ft .swiper-container .dropdown-menu a,#es .es-teaser-date{color:#888}
#es .es-profile-header__ft .o-nav__item{vertical-align:top}
#es .es-profile-header-nav{background-color:#fff;-webkit-flex-wrap:wrap}
#es .es-profile-header-nav__link{display:-webkit-flex;-webkit-flex-wrap:wrap;outline:0!important}
#es .es-profile-header-nav__link::-moz-focus-inner,#es.es-widget-calendar .day a::-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-counter{color:#888;margin-left:2px}
#es .es-profile-header-nav__link-bubble{display:none;position:absolute;top:12px;right:8px;width:6px;height:6px;border-radius:50%;background-color:#f65b5b}
#es .es-profile-header-nav .o-btn-group{display:-webkit-flex;display: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__dropdown-link{border-color:#4a90e2;background:#f5f5f5}
#es .es-profile-header-nav .has-notice .es-profile-header-nav__link-bubble{display:block}
#es .es-profile-header-nav__dropdown-menu .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:after,#es .es-profile-header-nav-slider:before{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,.15) 85%);background-image:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.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,.15) 15%,#fff 85%);background-image:linear-gradient(90deg,rgba(255,255,255,.15) 15%,#fff 85%);background-repeat:repeat-x}
#es.is-mobile .es-profile-header-nav{-webkit-flex-flow:nowrap;flex-flow:nowrap;-webkit-justify-content:space-around;justify-content:space-around;padding:0}
#es.is-mobile .es-profile-header-nav__item{-webkit-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;justify-content:center}
#es .es-profile-header__cover{background-size:cover;background-position:50% 50%;background-color:#fff;position:relative;-webkit-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,.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;transition:opacity .2s ease;display:none}
#es .es-profile-header__cover .es-cover-hint>span,#es.is-mobile .es-profile-header .es-profile-header__cover .es-cover-hint>span{background-color:rgba(255,255,255,.8);margin-top:-15px;padding:5px 15px;border-radius:10px;font-weight:700;display:none}
#es .es-profile-header__cover .es-cover-loading-overlay{background:rgba(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,.6);padding:8px;cursor:default;display:none}
#es .es-profile-header__cover .es-flyout-content .es-cover-menu{text-align:right}
#es .es-profile-header__cover .es-cover-desktop-hint>a,#es .es-profile-header__cover .es-cover-desktop-hint>a:hover,#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{background:rgba(0,0,0,.6)}
#es .es-profile-header__cover .es-cover-desktop-hint__content{-webkit-flex:1 0 auto;flex:1 0 auto;text-align:center}
#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.is-loading .es-cover-hint,#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-cancel-button,#es .es-profile-header__cover .es-cover-done-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>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,#es .es-profile-header__cover.editing .es-flyout-content{opacity:1}
#es .es-profile-header__cover.editing .es-cover-hint>span,#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,#es .es-profile-header__cover.editing.active .es-flyout-content{opacity:0}
#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-cancel-button,#es .es-profile-header__cover.editing .es-cover-done-button{display:inline-block}
#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:flex}
#es .es-cover-form.loading .es-cover-file,#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 .es-cover-menu .divider.for-cover-remove-button,#es .es-profile-header__cover.no-cover .es-cover-menu [data-cover-edit-button],#es .es-profile-header__cover.no-cover [data-cover-remove-button],#es .es-profile-header__cover.no-cover.editing .es-cover-image{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-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}
#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__profile-info{border-top:1px solid #e1e1e1;padding:8px 16px;color:#888}
#es.is-mobile .es-profile-header__profile-info a{color:#888}
#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-content{left:auto;bottom:0;right:0;width:auto;background:0 0;color:#888;padding:0;cursor:default;display:block;opacity:1}
#es.is-mobile .es-profile-header__avatar-wrap .es-flyout-button{    
    color: #fff;
    padding: 0;
    border-radius: 5px;
    background: #000;
    height: 40px;
    line-height: 40px;}
#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-button>i,#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:flex;margin-bottom:16px;-webkit-justify-content:center;justify-content:center}
#es.is-mobile .es-profile-header__action-toolbar{-webkit-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:0 0;color:#888;padding:0;cursor:default;display:block;opacity:1}
#es.is-mobile .es-profile-header .es-profile-header__cover .es-flyout-button{   
    color: #fff;
    padding: 12px 24px;
    background: #000;
    border-radius: 5px;
	position: relative;
    top: 15px;
    right: 15px;}
#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;transition:opacity .2s ease}
#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__txt{font-weight:700;padding-right:4px}
#es .es-view-page-as .btn{padding:5px}
#es.popbox-operation-hr{min-width:220px}
#es.popbox-operation-hr .arrow{display:none!important}
#es.popbox-operation-hr.is-mobile{left:60px!important}
#es .es-widget-operation-data{padding:8px 16px}
#es .es-widget-operation-data__item{margin-bottom:8px}
#es .es-cat-header__bd b,#es .es-cat-header__ft b,#es .es-cat-header__hd .g-list-inline a,#es .es-cluster-header__bd b,#es .es-cluster-header__ft b,#es .es-mini-header__ft b,#es .es-widget-operation-data__day{color:#444}
#es .es-mini-header__ft a,#es .es-widget-operation-data__hr{color:#888}
#es .o-btn-group--subscribe .dropdown-menu{padding-top:0;padding-bottom:0;overflow:hidden}
#es .o-btn-group--subscribe .dropdown-menu li{border-bottom:1px solid #e1e1e1}
#es .o-btn-group--subscribe .dropdown-menu li:last-child{border-bottom:0}
#es .es-mini-header{border:1px solid #e1e1e1}
#es .es-mini-header__bd{padding:32px 16px;font-size:13px}
#es .es-mini-header__ft{font-size:13px}
#es .es-mini-header__hd{padding:32px 16px;font-size:13px;background-size:cover;position:relative}
#es .es-mini-header__bd:after,#es .es-mini-header__bd:before,#es .es-mini-header__ft:after,#es .es-mini-header__ft:before,#es .es-mini-header__hd:after{content:" ";display:table}
#es .es-mini-header__hd:before{display:table}
#es .es-mini-header__bd:after,#es .es-mini-header__ft:after,#es .es-mini-header__hd:after{clear:both}
#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,.5) 5%,rgba(0,0,0,.001) 40%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 5%,rgba(0,0,0,.001) 40%);background-image:linear-gradient(90deg,rgba(0,0,0,.5) 5%,rgba(0,0,0,.001) 40%);background-repeat:repeat-x}
#es .es-mini-header__bd{border-top:1px solid #e1e1e1;display:none}
#es .es-mini-header__ft{border-top:1px solid #e1e1e1;padding:8px 16px;color:#888}
#es .es-cat-header__bd .g-list-inline>li,#es .es-cat-header__ft .g-list-inline>li,#es .es-cluster-header__bd .g-list-inline>li,#es .es-cluster-header__ft .g-list-inline>li,#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__meta,#es .es-mini-header__meta a,#es .es-mini-header__title-link{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.5)}
#es .es-mini-header__badges{margin-top:4px}
#es .es-mini-header__badges img,#es .es-mini-header__badges>a{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 0 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.es-widget-calendar table,#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-cluster-header__ft .g-list-inline>li.g-list-inline__last-item:before,#es.is-mobile .es-header-mini .btn-scroll,#es.view-dashboard .es-header-mini .media-meta{display:none}
#es.view-dashboard .es-header-mini{margin-left:-20px}
#es .es-cat-header__bd{font-size:13px}
#es .es-cat-header__ft,#es .es-cat-header__hd{padding:8px 16px;font-size:13px}
#es .es-cat-header__bd:after,#es .es-cat-header__bd:before,#es .es-cat-header__ft:after,#es .es-cat-header__ft:before,#es .es-cat-header__hd:after,#es .es-cat-header__hd:before{content:" ";display:table}
#es .es-cat-header__bd:after,#es .es-cat-header__ft:after,#es .es-cat-header__hd:after{clear:both}
#es .es-cat-header__hd .g-list-inline{display:inline-block;margin-top:4px}
#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,#es .es-cluster-header__bd .o-btn-group .i-chevron:before,#es .es-cluster-header__ft .o-btn-group .i-chevron:before{color:#888;top:1px}
#es .es-cat-header__hd .o-btn-group.open .dropdown-toggle_,#es .es-cluster-header__bd .o-btn-group.open .dropdown-toggle_,#es .es-cluster-header__ft .o-btn-group.open .dropdown-toggle_,#es.es-widget-calendar .day.old:hover,#es.es-widget-calendar th{background:0 0}
#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-action,#es .es-cat-header__hd-content{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__graph{position:relative}
#es .es-cat-header__graph-title,#es.is-mobile .es-cluster-header__ft .g-list-inline>li.g-list-inline__last-item{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-size:16px}
#es .es-label-state--passed{background-color:#fff;color:#f65b5b}
#es .es-label-state--passed .es-label-state__icon:before{content:""}
#es .es-reviews__hd{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e1e1}
#es .es-reviews__hd-content{-webkit-flex:1;flex:1}
#es .es-reviews__hd-action{-webkit-flex:none;flex:none}
#es .es-reviews-item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e1e1}
#es .es-reviews-item__ratings{margin-bottom:8px}
#es .es-reviews-item__title{font-weight:700}
#es .es-reviews-item__desp{margin-bottom:8px}
#es .es-reviews-item__meta{color:#888}
#es .es-cluster-header{border:1px solid #e1e1e1;background-color:#fff}
#es .es-cluster-header__bd{font-size:13px}
#es .es-cluster-header__ft,#es .es-cluster-header__hd{padding:8px 16px;font-size:13px}
#es .es-cluster-header__bd:after,#es .es-cluster-header__bd:before,#es .es-cluster-header__ft:after,#es .es-cluster-header__ft:before,#es .es-cluster-header__hd:after,#es .es-cluster-header__hd:before{content:" ";display:table}
#es .es-cluster-header__bd:after,#es .es-cluster-header__ft:after,#es .es-cluster-header__hd:after{clear:both}
#es .es-cluster-header__bd,#es .es-cluster-header__ft{border-top:1px solid #e1e1e1;color:#888}
#es .es-cluster-header__bd .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 .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-widget-calendar .day.has-events a,#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.es-widget-calendar{display:block;width:auto;border:0;box-shadow:none;font-size:12px;position:relative;padding:0}
#es.es-widget-calendar *{text-align:center}
#es.es-widget-calendar tbody>tr>td,#es.es-widget-calendar thead>tr>th{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: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.has-events{font-weight:700;background:#f5f5f5!important;color:#444}
#es.es-widget-calendar .day.has-events *,.labssologin input.button{cursor:pointer}
#es.es-widget-calendar .day.has-events a:before{content:"";position:absolute;width:6px;height:6px;display:block;right:0;bottom:0;border-color:transparent transparent #3fb576;border-style:solid;border-width:0 0 6px 6px}
#es.es-widget-calendar .day.is-today{background-color:#e9eff7}
#es.es-mobile-actions-wrapper.open .dropdown-menu>li.divider,#es.es-widget-calendar .es-event-details{display:none}
#es.mod-easyblogcalendar .es-widget-calendar a{color:inherit}
#es .es-event-details__title{background:#f5f5f5;color:#444;font-size:13px;font-weight:700;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;hyphens:auto}
#es.popbox-events-calendar-filter .g-list-unstyled>li+li{border-top:1px solid #e1e1e1;margin-top:4px}
#es .es-content-tabs{width:100%;margin-bottom:16px;background-color:#fff;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-flex;display:flex}
#es .es-content-tabs__item{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;border:1px solid #e1e1e1}
#es .es-content-tabs__item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}
#es .es-content-tabs__item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}
#es .es-content-tabs__item+.es-content-tabs__item{border-left:0}
#es .es-content-tabs__item.is-active{background-color:#f5f5f5}
#es .es-content-tabs__link{padding:8px;color:#444;width:100%;text-align:center;outline:0!important}
#es .es-content-tabs__link::-moz-focus-inner,#es .es-upload-wrapper__note>a::-moz-focus-inner{border:0!important}
#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;list-style:none;font-size:0}
#es .es-actions-list:after,#es .es-actions-list:before{content:" ";display:table}
#es .es-actions-list:after{clear:both}
#es .es-actions-list>li{display:inline-block;line-height:1;position:relative;font-size:12px}
#es .es-actions-list>li .fa{font-size:12px -1px}
#es .es-actions-list,#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:8px;background-color:#f5f5f5}
#es .es-sharer__select{padding:8px;border-bottom:1px solid #e1e1e1}
#es .es-sharer__action,#es .es-sharer__stream{padding:8px}
#es .es-sharer__btn-popdown{width:auto;line-height:1;font-size:12px}
#es .es-sharer__btn-popdown>div{padding:4px 8px}
#es .es-sharer__btn-popdown .i-chevron--down:before{top:1px}
#es .es-slider-wrapper{overflow:hidden;position:relative}
#es .es-slider:after,#es .es-slider:before{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:700}
#es .es-slider-content__desc{line-height:1.2}
#es .es-slider-pages{list-style:none;margin:8px 0 0;padding:0;text-align:left}
#es .es-slider-pages li{display:inline-block;width:12px;height:12px;margin:0 4px;text-indent:-999px;border-radius:10px;cursor:pointer;overflow:hidden;background:#f5f5f5}
#es .es-slider-pages li:hover{background:#888}
#es .es-slider-pages li.is-active{background:#444}
#es .es-list-title{font-weight:700;color:#888;background:#f5f5f5;padding:16px 8px 4px;border-bottom:1px solid #e1e1e1}
#es .es-list-item{width:100%;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}
#es .es-list-item__media{margin-right:8px}
#es .es-list-item__context{-webkit-flex:1;flex:1}
#es .es-list-item__hd{display:-webkit-flex;display:flex;-webkit-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;flex:1;min-width:0}
#es .es-list-item__action{display:-webkit-flex;display:flex;-webkit-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:700}
#es .es-list-item__desc{color:#888;margin-bottom:4px}
#es .es-list-item__meta{margin-bottom:4px}
#es .es-list-item.is-featured .es-list-item__state,#es .es-list-item.is-passed .es-list-item__state{display:block}
#es .es-mobile-filter{margin-bottom:8px}
#es .es-mobile-filter__hd{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
#es .es-mobile-filter__hd-cell{-webkit-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;flex:none}
#es .es-mobile-filter-slider{width:100%;overflow:hidden;position:relative}
#es .es-mobile-filter-slider__content{display:-webkit-flex;display:flex}
#es .es-mobile-filter-slider__item{-webkit-flex:0 0 auto}
#es .es-mobile-filter-slider__item:not(:first-child){margin-left:8px}
#es .es-mobile-filter-slider__btn{background-color:#fff!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.active,#es .es-mobile-filter-slider__btn:active,#es .es-mobile-filter-slider__btn:hover,.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.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,#es .es-mobile-filter-slider__btn:active:hover,.open>.dropdown-toggle#es .es-mobile-filter-slider__btn.focus,.open>.dropdown-toggle#es .es-mobile-filter-slider__btn:focus,.open>.dropdown-toggle#es .es-mobile-filter-slider__btn:hover{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.active,#es .es-mobile-filter-slider__btn.disabled.focus,#es .es-mobile-filter-slider__btn.disabled:active,#es .es-mobile-filter-slider__btn.disabled:focus,#es .es-mobile-filter-slider__btn.disabled:hover,#es .es-mobile-filter-slider__btn[disabled],#es .es-mobile-filter-slider__btn[disabled].active,#es .es-mobile-filter-slider__btn[disabled].focus,#es .es-mobile-filter-slider__btn[disabled]:active,#es .es-mobile-filter-slider__btn[disabled]:focus,#es .es-mobile-filter-slider__btn[disabled]:hover,fieldset[disabled] #es .es-mobile-filter-slider__btn,fieldset[disabled] #es .es-mobile-filter-slider__btn.active,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:focus,fieldset[disabled] #es .es-mobile-filter-slider__btn:hover{background-color:#fff!important;border-color:#e1e1e1!important}
#es .es-mobile-filter-slider__btn .badge{color:#fff!important;background-color:#444!important}
#es .es-mobile-filter-slider__tab{color:#444;display:inline-block;white-space:nowrap;padding:8px;border-bottom:2px solid transparent}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn{color:#fff!important;background-color:#4a90e2!important;border-color:#4a90e2!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.focus,#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus{color:#fff!important;background-color:#2275d7!important;border-color:#185195!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active,#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:hover,.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn{color:#fff!important;background-color:#2275d7!important;border-color:#2171ce!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active.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,#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active: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,.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover{color:#fff!important;background-color:#1d65b8!important;border-color:#185195!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.active,#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active,.open>.dropdown-toggle#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn{background-image:none!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled,#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn.disabled.active,#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:focus,#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],#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].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]:focus,#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn[disabled]:hover,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.active,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:focus,fieldset[disabled] #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:hover{background-color:#4a90e2!important;border-color:#4a90e2!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn .badge{color:#4a90e2!important;background-color:#fff!important}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__tab{border-bottom:2px solid #4a90e2}
#es .es-mobile-filter-slider:after,#es .es-mobile-filter-slider:before{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,.15) 85%);background-image:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.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,.15) 15%,#fff 85%);background-image:linear-gradient(90deg,rgba(255,255,255,.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,.65);z-index:2147483647}
#es.es-mobile-actions-wrapper.open .dropdown-menu{display:block;position:absolute;top:auto;bottom:0;width:100%;min-height:24vh;max-height:52vh;overflow-x:auto;border-radius:8px 8px 0 0;background:#f5f5f5;padding-top:0}
#es.es-mobile-actions-wrapper.open .dropdown-menu>li{position:relative;border-bottom:1px solid #e1e1e1}
#es.es-mobile-actions-wrapper.open .dropdown-menu>li>a{font-size:13px;line-height:2;background:#fff;padding:8px 16px}
#es .es-mobile-info{margin-bottom:16px}
#es .es-mobile-info .es-side-widget{border-bottom:1px solid #e1e1e1}
#es .es-mobile-info .es-side-widget+.es-side-widget,#es .es-mobile-info .es-side-widget+.es-widgets-wrapper-mobile{margin-top:8px}
#es .es-hints{display:none}
#es .es-upload-wrapper{border:1px solid #e1e1e1;position:relative;color:#888;background-color:#f5f5f5;padding:8px}
#es .es-upload-wrapper__note-pop{position:absolute;top:8px;right:8px;z-index:2}
#es .es-upload-wrapper__note-pop>a{display:inline-block;color:#888}
#es .es-upload-wrapper__note{min-height:80px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}
#es .es-upload-wrapper__note>a{margin-left:3px;outline: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:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
#es .es-upload-wrapper__attachment-item-name{margin-left:4px}
#es .es-upload-wrapper__attachment-item-state{margin-left:auto}
#es .es-upload-wrapper__attachment-remove{border-radius:100%;position:relative;left:0;top:2px;width:16px;height:16px;line-height:16px;font-size:10px;color:#888;text-align:center;z-index:10;display:inline-block;cursor:pointer;vertical-align:text-top;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#es .es-upload-wrapper__attachment-remove:after,#es .es-upload-wrapper__attachment-remove:before{background:#888;border-radius:2px;content:"";display:block;position:absolute;left:50%;top:50%}
#es .es-upload-wrapper__attachment-remove:before{width:10px;height:2px;margin:-1px 0 0-5px}
#es .es-upload-wrapper__attachment-remove:after{height:10px;width:2px;margin:-5px 0 0-1px}
#es.is-mobile .es-convo-composer__bd{padding:8px}
#es.is-mobile .es-convo-composer__editor{padding:8px 8px 0}
#es.is-mobile .es-convo-composer__location{margin-bottom:8px}
#es.is-mobile .es-convo-composer .es-location-form{border:0;border-bottom:1px solid #e1e1e1}
#es .es-convo-selectize-dummy{opacity:0;position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;height:200px;display:none}
#es .has-dropdown .es-convo-selectize-dummy{display:block}
#es .es-messaging .selectize-control{z-index:3}
#es .es-messaging .form-group{position:relative}
#es .es-convo-dialog,#es .es-convo-markitup{border:1px solid #e1e1e1;border-bottom:0}
#es .es-single-composer-textarea{border:1px solid #e1e1e1;padding:8px}
#es.popbox---convo-note .arrow{display:none!important}
#es .es-convo-popbox-content{padding:8px}
#es .es-noti-hd__badge{background-color:#5079da;border-radius:3px;color:#fff;display:inline-block;font-size:13px;font-weight:700;line-height:1;min-width:28px;padding:4px 8px;text-align:center;vertical-align:middle;white-space:nowrap}
#es .es-noti-hd__action {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
    align-items: center;
}
#es .es-noti-list,#es .stream-files h4{margin-bottom:20px}
#es .es-noti__item{position:relative;padding-left:8px;padding-right:8px;border-bottom:1px solid #e1e1e1;background-color:#fff}
#es .es-noti__item:hover{background-color:#f5f5f5}
#es .es-noti__noclick{position:absolute;display:none}
#es .es-noti__date{color:#888}
#es .es-noti__item-indicator{width:8px;height:8px;border-radius:50%;position:absolute;top:24px;background-color:#4a90e2}
#es .es-noti__item-content{position:relative;padding:16px 120px 16px 20px}
#es .es-noti__item-type{position:absolute;right:28px;top:8px}
#es .es-noti__item-type-icon{text-shadow:1px 1px 0 rgba(255,255,255,.9),-1px 1px 0 rgba(255,255,255,.9),-1px -1px 0 rgba(255,255,255,.9),1px -1px 0 rgba(255,255,255,.9);position:relative;right:4px;z-index:2}
#es .es-noti__item-type-icon:before{font-family:Font Awesome\ 5 Free;font-weight:900;font-style:normal;display:inline-block;text-decoration:inherit;color:#888}
#es .es-noti__item-embed{display:block}
#es .es-noti__item-action{position:absolute;top:16px;right:16px}
#es .es-noti__item.is-read .es-noti__item-indicator{display:none}
#es .es-noti__item.is-unread{background-color:#e9f2f9}
#es .es-noti__item.is-remove{opacity:.5}
#es .es-noti__item.is-remove .es-noti__noclick{background:0 0;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,#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 .conversations-result,#es.popbox-notifications .friends-result,#es.popbox-notifications .notifications-result{padding-bottom:10px}
#es.popbox-notifications .conversations-result i.ies-earth,#es.popbox-notifications .notifications-result i.ies-earth{color:#999;margin-left:1px}
#es.popbox-notifications .conversations-result .object-image,#es.popbox-notifications .notifications-result .object-image{position:relative;background-color:#fff;border:1px solid transparent;display:inline-block;margin-left:7px;outline:0;padding:1px}
#es .popbox-dropdown__bd:after,#es .popbox-dropdown__bd:before,#es .popbox-dropdown__ft:after,#es .popbox-dropdown__ft:before,#es .popbox-dropdown__hd:after,#es .popbox-dropdown__hd:before,#es.popbox-notifications .conversations-result .object-image:after,#es.popbox-notifications .conversations-result .object-image:before,#es.popbox-notifications .notifications-result .object-image:after,#es.popbox-notifications .notifications-result .object-image:before{content:" ";display:table}
#es .popbox-dropdown__bd:after,#es .popbox-dropdown__ft:after,#es .popbox-dropdown__hd:after,#es.popbox-notifications .conversations-result .object-image:after,#es.popbox-notifications .notifications-result .object-image:after{clear:both}
#es.popbox-notifications .conversations-result .object-image>span,#es.popbox-notifications .notifications-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 .conversations-result .is-unread .notice-message,#es.popbox-notifications .notifications-result .is-unread .notice-message{background:#f6fbff!important}
#es.popbox-notifications .conversations-result .notice-message,#es.popbox-notifications .notifications-result .notice-message{padding:4px 10px}
#es.popbox-notifications .conversations-result .notice-message .es-avatar,#es.popbox-notifications .notifications-result .notice-message .es-avatar{margin-top:5px!important}
#es.popbox-notifications .conversations-result .notice-message:hover,#es.popbox-notifications .notifications-result .notice-message:hover{background:#f6f6f6!important}
#es.popbox-notifications .conversations-result .notice-message>a,#es.popbox-notifications .notifications-result .notice-message>a{color:#666!important;padding:0 5px!important;white-space:normal!important;display:block!important}
#es.popbox-notifications .conversations-result .notice-message>a:hover,#es.popbox-notifications .notifications-result .notice-message>a:hover{text-decoration:none!important}
#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.popbox--navbar{min-width:300px;min-height:60px;overflow:none;border-top-left-radius:0;border-top-right-radius:0}
#es.popbox-navbar-conversations,#es.popbox-navbar-friends,#es.popbox-navbar-notifications{width:380px}
#es.popbox-navbar-profile{max-height:none}
#es.popbox-navbar-signin{width:260px;max-height:none}
#es.popbox-navbar-profile .popbox-dropdown__bd,#es.popbox-navbar-profile .popbox-dropdown__ft,#es.popbox-navbar-profile .popbox-dropdown__hd,#es.popbox-navbar-signin .popbox-dropdown__bd,#es.popbox-navbar-signin .popbox-dropdown__ft,#es.popbox-navbar-signin .popbox-dropdown__hd{background-color:#fff;position:relative}
#es.popbox-navbar-profile .popbox-dropdown__hd,#es.popbox-navbar-signin .popbox-dropdown__hd{padding:8px}
#es.popbox-navbar-profile .popbox-dropdown__ft,#es.popbox-navbar-signin .popbox-dropdown__ft{padding:0 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{padding:8px;font-size:13px;border-bottom:1px solid #e1e1e1}
#es .popbox-dropdown__bd{background:#fff;padding:0;font-size:13px}
#es .popbox-dropdown__bd .o-empty__content{width:100%}
#es .popbox-dropdown__ft{background:#fff;padding-top:8px}
#es .popbox-dropdown__ft,#es .popbox-dropdown__meta{color:#888;font-size:12px}
#es .popbox-dropdown__note{outline:0!important}
#es .popbox-dropdown-nav__link::-moz-focus-inner,#es .popbox-dropdown__note::-moz-focus-inner{border:0!important}
#es .popbox-dropdown-nav{max-height:500px;overflow-y:auto;overflow-x:hidden;background-color:#fff}
#es .popbox-dropdown-nav__item{background-color:#fff;font-size:13px}
#es .popbox-dropdown-nav__item:hover{background:#f6f7f9}
#es .popbox-dropdown-nav__item+.popbox-dropdown-nav__item{border-top:1px solid #e1e1e1}
#es .popbox-dropdown-nav__link{padding:8px;width:100%;display:inline-block;outline:0!important}
#es .popbox-dropdown-nav__icon{width:16px;height:16px;font-size:16px;text-align:center;margin:0 4px;color:#888;position:relative}
#es .popbox-dropdown-nav__meta-lists a:hover{color:#444}
#es .popbox-dropdown-nav__name{font-weight:700;color:#444}
#es .popbox-dropdown-nav__post-user-name{font-weight:700}
#es .popbox-dropdown-nav__link,#es .popbox-dropdown-nav__post-name,#es .popbox-dropdown-nav__post-user-name{color:#4a90e2}
#es .popbox-dropdown-nav__meta-lists a{color:#888;display:block}
#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:after,#es .popbox-dropdown-nav__image:before{content:" ";display:table}
#es .popbox-dropdown-nav__image:after{clear:both}
#es .popbox-dropdown-nav .es-user-name{font-size:14px}
#es .popbox-dropdown-nav__item.is-active{border:1px solid #4a90e2}
#es .popbox-dropdown-nav__item.is-active:hover{background-color:#fff}
#es .popbox-dropdown-signin{background-color:#fff;padding:8px 16px;border-bottom:1px solid #e1e1e1;margin-bottom:8px}
#es .popbox-dropdown-signin .o-form-group{margin-bottom:8px}
#es .popbox-dropdown-signin .o-form-group label{font-weight:400}
#es .popbox-dropdown-signin .o-form-control{margin-bottom:0}
#es .popbox-dropdown__social{border-top:1px solid #e1e1e1;padding-top:8px}
#es.is-mobile .es-toolbar .es-toolbar__item--home-submenu,#es.is-mobile .es-toolbar .es-toolbar__search-filter-txt,#es.is-mobile .es-toolbar .is-signin,#es.is-tablet .es-toolbar .es-toolbar__item--home-submenu,#es.is-tablet .es-toolbar .es-toolbar__search-filter-txt,#es.is-tablet .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:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:initial;align-items:normal}
#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;margin-bottom:8px;-webkit-flex:0 0 33%;flex:0 0 33%;padding:0 8px 8px;text-align:center;display:-webkit-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 #e1e1e1;overflow:hidden;display:-webkit-flex;display:flex;-webkit-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:normal;word-wrap:break-word;-webkit-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:13px}
#es.layout-editNotifications .es-forms__content,#es.layout-editPrivacy .es-forms__content{min-height:300px}
#es .privacy-contents__title{font-size:12px;margin-bottom:16px}
#es .profile-data-timezone{position:relative;top:-2px;right:2px}
#es .profile-data-timezone .profile-data-timezone-toggle{height:24px;position:relative;color:#858585!important;border:1px solid transparent!important;padding:0 3px;background:0 0!important;line-height:24px;-webkit-box-shadow:none;box-shadow:none}
#es .profile-data-timezone .profile-data-timezone-toggle .caret{position:relative;top:-3px;opacity:0;filter:alpha(opacity=0);border-top:4px solid #666}
#es .profile-data-timezone:hover .profile-data-timezone-toggle{color:#858585!important;background-color:#fff!important;border-color:#d7d7d7!important}
#es .profile-data-timezone:hover .profile-data-timezone-toggle .caret{opacity:1;filter:alpha(opacity=100)}
#es .es-block-reason{background-color:#f5f5f5;border:1px dashed #e1e1e1;color:#888;margin:5px 0;padding:5px 10px;border-radius:3px}
#es .es-user-banned{border-radius:3px}
#es .es-user-banned b{display:block;font-size:110%;margin:0 0 3px}
#es.is-mobile.view-profile.layout-edit .form-profile,#es.is-mobile.view-profile.layout-edit .form-social{margin:0}
#es.is-mobile.layout-editPrivacy .privacy-contents .o-form-group{padding:0 16px}
#es.is-mobile.layout-editPrivacy .o-form-actions{padding:16px}
#es.popbox.popbox-profile{border-radius:1px;padding:0;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
#es.popbox.popbox-profile .profile-details{position:absolute;z-index:2;bottom:75px;left:0;color:#fff;padding:20px 10px 5px 86px;width:100%;height:61px;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1) 30%,rgba(0,0,0,.5));background-image:linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1) 30%,rgba(0,0,0,.5));background-repeat:no-repeat}
#es.popbox.popbox-profile .profile-details .profile-title{font-weight:700;font-size:13px}
#es.popbox.popbox-profile .profile-details .profile-title>a{color:#fff!important}
#es.popbox.popbox-profile .profile-details .profile-title>a:hover{text-decoration:underline!important;background:0 0!important}
#es.popbox.popbox-profile .profile-details .profile-desp,#es.popbox.popbox-profile .profile-details .profile-title{text-shadow:1px 1px 0 rgba(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 .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,#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;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{width:100%;line-height:1}
#es.popbox.popbox-profile .o-btn-group{display:inline-block;font-size:0;position:relative;vertical-align:middle;white-space:nowrap}
#es.popbox.popbox-profile .pull-right{float:right}
#es.popbox.popbox-profile .btn-es{display:inline-block;outline:0;padding:4px 12px;margin-bottom:0;font-size:13px;line-height:1.5;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;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}
#es .es-photo-item.layout-dialog.selected .es-photo-image a:focus,#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{display:inline-block!important;text-align:center!important;margin:0-3px 0 0!important}
#es.popbox.popbox-profile .popbox-item-info{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,.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:700}
#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:700}
#es.popbox.popbox-timezone .es-timezone-block{display:block;padding:10px;border-top:1px solid #e1e1e1}
#es.popbox.popbox-timezone .es-timezone-block:hover{background:#fafafa}
#es.popbox.popbox-timezone .es-timezone-block:first-child{border-top:0}
#es.popbox.popbox-timezone .es-timezone-block.es-timezone-by a{font-size:11px;color:#aaa}
@media (max-width:680px) {
#es.popbox.popbox-profile{width:98%!important;left:5px!important;right:5px!important}
#es.popbox.popbox-profile .arrow{display:none!important}
}
#es .es-apps-item{margin-bottom:16px}
#es .es-apps-item__bd{padding:8px 0}
#es .es-apps-item__bd,#es .es-apps-item__ft,#es .es-apps-item__hd{font-size:13px;position:relative}
#es .es-apps-item__hd{padding:8px 0}
#es .es-apps-item__bd:after,#es .es-apps-item__bd:before,#es .es-apps-item__ft:after,#es .es-apps-item__ft:before,#es .es-apps-item__hd:after,#es .es-apps-item__hd:before{content:" ";display:table}
#es .es-apps-item__bd:after,#es .es-apps-item__ft:after,#es .es-apps-item__hd:after{clear:both}
#es .es-apps-item__ft{background-color:#f5f5f5;padding:8px 16px;border-bottom:1px solid #e1e1e1}
#es .es-apps-item__action{position:absolute;top:8px;right:8px}
#es .es-apps-item__title{font-weight:700}
#es .es-apps-item__desc{margin-bottom:8px;clear:both}
#es .es-apps-item__item-action{margin-bottom:8px}
#es .es-apps-item__meta{color:#888}
#es .es-apps-item__checkbox{margin-top:2px;margin-bottom:0}
#es .es-apps-entry__bd{padding:8px 0}
#es .es-apps-entry__bd,#es .es-apps-entry__ft,#es .es-apps-entry__hd{font-size:13px;position:relative}
#es .es-apps-entry__hd{padding:8px 0}
#es .es-apps-entry__bd:after,#es .es-apps-entry__bd:before,#es .es-apps-entry__ft:after,#es .es-apps-entry__ft:before,#es .es-apps-entry__hd:after,#es .es-apps-entry__hd:before{content:" ";display:table}
#es .es-apps-entry__bd:after,#es .es-apps-entry__ft:after,#es .es-apps-entry__hd:after{clear:both}
#es .es-apps-entry__ft{background-color:#f5f5f5;padding:8px 16px;border-bottom:1px solid #e1e1e1}
#es .es-apps-entry__action{position:relative}
#es .es-apps-entry__title{font-weight:700;font-size:15px}
#es .es-apps-entry__desc,#es .es-apps-entry__item-action{margin-bottom:8px}
#es .es-apps-entry__meta{color:#888}
#es .es-apps-item--tasks .es-apps-item__state{display:none}
#es .es-apps-item--tasks .o-checkbox input[type=checkbox]:checked+label{color:#888;text-decoration:line-through}
#es .es-apps-item--tasks .o-checkbox input[type=checkbox]:checked+label+.es-task-check-note{text-decoration:line-through}
#es .es-apps-item--tasks.is-resolved{background:#fffed8}
#es .es-app-discussions .is-locked .label-locked,#es .es-app-discussions.is-locked .label-locked,#es .es-apps-item--tasks.is-resolved .es-apps-item__state{display:inline-block}
#es .es-apps-square-cover{-webkit-flex:0 0 120px;flex:0 0 120px;width:120px;height:120px;background-color:#f5f5f5;border-right:1px solid #e1e1e1;background-size:cover;background-repeat:no-repeat}
#es .es-app-discussions .label-answer-item,#es .es-app-discussions .label-locked,#es .es-app-discussions .label-resolved,#es .es-app-discussions .label-unanswered{display:none;margin-right:8px}
#es .es-app-discussion-reply-form .alert-empty,#es .es-app-discussions .discussion-unlock-action,#es .es-app-discussions .is-locked .discussion-lock-action,#es .es-app-discussions .is-locked .es-app-discussion-reply-form,#es .es-app-discussions .locked-notice,#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-unanswered .label-unanswered,#es .es-app-discussions.is-resolved .label-resolved,#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-item{margin-bottom:16px}
#es .es-app-discussion-reply-item .es-app-discussion-reply-answer-state,#es .es-app-discussion-reply-item.is-editing .es-actions,#es .es-app-discussion-reply-item.is-editing .es-apps-item__desc{display:none}
#es .es-app-discussion-reply-item.is-answer-item{background-color:#dff0d8;border-left:2px solid #4fc251}
#es .es-app-discussion-reply-item.is-answer-item .es-app-discussion-reply-answer-state{display:inline-block}
#es .es-app-discussion-reply-item+.es-app-discussion-reply-item{border-top:1px solid #e1e1e1}
#es .es-apps-tasks-stats__title{font-weight:700;margin-bottom:8px}
#es .es-apps-task-progress{height:32px;margin-bottom:8px}
#es .es-apps-task-form__action:after,#es .es-apps-task-form__action:before,#es .es-media-header .media:after,#es .es-media-header .media:before{content:" ";display:table}
#es .es-apps-task-form__action:after,#es .es-media-header .media:after{clear:both}
#es .es-container .completed,#es .es-container .due{display:none}
#es .es-container .is-completed .completed,#es .es-container .is-due .due{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,#es .es-create-category-select input[type=radio]{display:none}
#es .es-task-form{margin-bottom:16px}
#es.is-mobile .create-task .datepicker-wrap{margin-top:8px}
#es .es-profile .app-article .blog-image{padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}
#es .es-profile .app-article .blog-image>img{border:1px solid #ddd}
#es .es-profile .app-k2,#es.view-registration .control-label{font-size:13px}
#es .es-profile .app-k2 .k2-list>li{margin-bottom:16px;border:1px dashed #e1e1e1;padding:16px}
#es .es-profile .app-k2 .k2-list>li+li{padding-top:16px}
#es .es-profile .app-k2 .k2-list>li .k2-meta{border-bottom:1px dashed #e1e1e1;padding-bottom:8px;margin-bottom:8px}
#es .es-profile .app-k2 .k2-list>li .k2-actions{margin-top:20px}
#es.is-mobile .es-profile .k2-text .media-object{float:none!important;margin:0}
#es.view-registration.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 #e1e1e1;padding:20px 15px;border-radius:3px;text-align:left}
#es.view-registration.layout-activation .es-complete-wrap .es-login-form input[type=password],#es.view-registration.layout-activation .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-completeOauth .es-complete-wrap .es-login-form input[type=text],#es.view-registration.layout-completed .es-complete-wrap .es-login-form input[type=password],#es.view-registration.layout-completed .es-complete-wrap .es-login-form input[type=text]{height:40px}
#es .es-profile-selected{padding:8px 16px;color:#444;background:#f5f5f5;margin-bottom:16px}
#es .es-complete-link,#es .es-complete-link:hover{-webkit-transition:all .15s linear;transition:all .15s linear}
#es .es-complete-link{border:1px solid #e1e1e1;color:#888;display:block;padding:20px;border-radius:3px}
#es .es-complete-link:hover{color:#fff;background:#555}
#es .es-terms-field{height:200px;border:1px solid #e1e1e1!important;color:#444!important;background:#fafafa!important;padding:5px;overflow:auto;margin-bottom:5px}
#es.is-mobile #registrationForm .control-label{width:100%;text-align:left;font-weight:700}
#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:700}
#es .es-profile-type-dropdown-item .o-avatar{background:#fff}
#es .dropdown-menu--post-as>li+li,#es .es-profile-type-dropdown-item+.es-profile-type-dropdown-item{border-top:1px solid #e1e1e1}
#es .es-create-category-select{width:100%;margin-top:10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;line-height:1}
#es .es-create-category-select .btn-wrap{width:25%;-webkit-flex:0 0 25%;flex:0 0 25%;min-width:0;padding:0 8px 8px;margin-bottom:8px;position:relative}
#es .es-create-category-select .btn-wrap:nth-child(4n+1){padding-left:0}
#es .es-create-category-select .btn-wrap:nth-child(4n+1) .btn-wrap__toggle{width:calc(100% - 8px)}
#es .es-create-category-select .btn-wrap:nth-child(4n){padding-right:0}
#es .es-create-category-select .btn-wrap .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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border:1px solid #e1e1e1;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-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%;flex:0 0 49%;padding:0 8px 8px}
#es .es-activity .activity-title{padding-right:60px;line-height:1.5}
#es .activity-content,#es .activity-content blockquote{font-size:13px}
#es .es-app-filter.has-favicon .app-title{margin-left:24px}
#es .es-media-group{position:relative}
#es .es-media-group .content-hint{text-align:center;font-size:16px;color:#aaa;padding:100px 0;display:none;background:#fafafa}
#es .es-media-group .no-albums-hint,#es .es-media-group .no-photos-hint{display:block}
#es .es-media-group .no-albums-hint .btn{margin-top:10px;padding:5px 10px}
#es .es-media-group.can-drop-file .no-photos-hint{display:none}
#es .es-media-group.can-drop-file .drop-photo-hint{display:block}
#es .es-media-group .btn-upload,#es .es-media-item .show-on-hover{opacity:0}
#es .es-media-group.can-upload .btn-upload{opacity:1}
#es .es-media-group.has-albums .no-albums-hint,#es .es-media-group.has-photos .drop-photo-hint,#es .es-media-group.has-photos .no-photos-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:hover .show-on-hover{opacity:1;-webkit-transition:all .1s ease;transition:all .1s ease}
#es .es-media-item.show-all,#es.is-mobile .es-media-browser .layout-item .es-media-header .es-album-menu-item>.o-btn-group--album-upload{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 rgba(0,0,0,.2)}
#es .es-media-header .media{position:relative;z-index:3;overflow:visible;height:43px;border-bottom:1px solid #e1e1e1}
#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 .o-checkbox{margin:0}
#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 .es-media-stat i,#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>i{width:11px;height:11px;line-height:11px}
#es .es-media-title{font-size:16px;font-weight:700;font-family:inherit;margin-bottom:2px;padding-top:10px;word-break:break-all}
#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 50% rgba(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:after,#es .es-media-stats:before{content:" ";display:table}
#es .es-media-stats:after{clear:both}
#es .es-media-stat{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-albums .content-hint{text-align:center;font-size:16px;color:#aaa;padding:100px 0;display:none;background:#fafafa}
#es .es-albums .no-albums-hint{display:block}
#es .es-albums .no-albums-hint .btn{margin-top:10px;padding:5px 10px}
#es .es-media-browser.layout-dialog{width:100%;height:100%;position:absolute;left:0}
#es .es-media-browser.layout-dialog .es-sidebar{padding-top:8px}
#es .es-media-browser.layout-dialog .es-sidebar .o-tabs__link,#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .o-checkbox label,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .o-checkbox label{padding-left:8px}
#es .es-media-browser.layout-dialog .es-content{padding:8px 0 0;position:relative;left:-2px;border-left:1px solid #e1e1e1}
#es .es-media-browser.layout-photo>.es-sidebar{display:none}
#es .es-media-browser.layout-photo>.es-content{margin:0;padding:0;border:0}
#es .es-media-browser.loading .es-content,#es .es-media-browser.loading .es-sidebar,#es .es-media-browser>i.loading-indicator,#es.is-mobile .es-media-browser .btn-album-favourite span{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,.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:flex}
#es .es-media-browser-dialog__sidebar{display:block;background:#fff;margin:0;width:100%;left:-100%;position:absolute;z-index:99;top:0;bottom:0;transition:all .2s linear}
#es .es-media-browser-dialog__sidebar .es-side-widget .o-tabs__link{padding:8px 16px}
#es .es-media-browser-dialog__content{clear:both;display:block;position:relative;width:100%;min-height:400px;left:0;padding:0 0 8px;transition:all .2s linear}
#es .es-media-browser-dialog__content:after,#es .es-media-browser-dialog__content:before,#es .es-photo-browser .es-nav-thumbs:after,#es .es-photo-browser .es-nav-thumbs:before{content:" ";display:table}
#es .es-media-browser-dialog__content:after,#es .es-photo-browser .es-nav-thumbs:after{clear:both}
#es .es-media-browser-dialog.sidebar-open .es-media-browser-dialog__sidebar{left:0;transition:all .2s linear;overflow-y:scroll}
#es .es-media-browser-dialog.sidebar-open .es-media-browser-dialog__content{left:100%;transition:all .2s linear}
#es.is-mobile .es-media-browser .es-album-header__o-media{margin-bottom:8px}
#es.is-mobile .es-media-browser .layout-item .es-media-header .es-album-menu-item{position:relative;top:0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}
#es .es-photo-item-group.no-transition .es-photo-image,#es .es-photo-item-group.no-transition .es-photo-item{-webkit-transition:none;transition:none}
#es .es-photo-browser .es-photo-item{float:none}
#es.is-mobile .es-photo-browser .es-media-item-menu{position:relative}
#es .es-photo-item{position:relative;width:100%}
#es .es-photo-item .es-media-item-menu .btn>a{color:#444}
#es .es-photo-item .es-media-item-menu .btn-es-featured.btn-es-primary{background:#fff!important;border:1px solid #e1e1e1!important}
#es .es-photo-item .es-media-item-menu .btn-es-featured.btn-es-primary a{color:#f2c200}
#es .es-photo-item .es-media-item-menu a[data-photo-original-button],#es .es-photo-item .es-media-item-menu li[data-photo-cover-button],#es .es-photo-item .es-media-item-menu li[data-photo-share-button],#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-footer{position:relative}
#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-form .es-photo-info,#es .es-photo-item.layout-form .es-photo-menu-item,#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-menu-form,#es .es-photo-item.rotating-ready .es-photo.css-resizing>a.fit-both b,#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{display:block}
#es .es-photo-item.layout-dialog .es-photo-header,#es .es-photo-item.layout-form .es-photo-nav-button{display:none}
#es .es-photo-item.layout-dialog .es-photo-content{border:4px solid transparent;width:100%;height:100%;cursor:pointer}
#es .es-photo-item.layout-dialog .es-photo-image{width:100%;height:100%;cursor:pointer;background-size:cover;background-position:50% 50%}
#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:before{position:absolute;top:0;right:0;font-family:Font Awesome\ 5 Free;font-weight:900;font-style:normal;display:inline-block;text-decoration:inherit;font-size:13px!important;color:#4fc251!important;width:20px!important;height:20px!important;text-align:center!important;content:""}
#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;transition:all .2s ease}
#es .es-photo-item.layout-dialog .es-photo-title{margin-bottom:0;padding:0 10px 6px;border-bottom:1px solid rgba(0,0,0,.25);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .es-photo-item.layout-dialog .es-photo-title,#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,.55);font-weight:700;font-size:13px}
#es .es-photo-item.layout-dialog .es-photo-title a:hover{text-decoration:underline}
#es .es-photo-item.layout-dialog .es-photo-form,#es .es-photo-item.rotating-left .es-photo.css-resizing>a.fit-both b,#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-right .es-photo.css-resizing>a.fit-both b,#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-upload-item .upload-title>span{display:none}
#es .es-photo-item.new-item .es-photo-image{-webkit-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;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-image{opacity:0!important;-webkit-transform:scale(.6) rotate(0);transform:scale(.6) rotate(0);-webkit-transition:none;transition:none}
#es .es-photo-item.rotating-left .es-photo-image{opacity:.5!important;-webkit-transform:scale(.6) rotate(-90deg);transform:scale(.6) rotate(-90deg);-webkit-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-image{opacity:.5!important;-webkit-transform:scale(.6) rotate(90deg);transform:scale(.6) rotate(90deg);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
#es .es-photo-item.rotating-right .loading-indicator,#es.es-photo-popup .es-photo-item:hover .es-photo-header{opacity:1}
#es .es-photo-image{background-size:contain;background-position:50% 50%;background-repeat:no-repeat;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-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__toggle{position:absolute;top:0;right:0;color:#444}
#es .es-photo-exif__data{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;line-height:1}
#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:700}
#es .es-photo-upload-item.done .upload-title-done,#es .es-photo-upload-item.failed .upload-title-failed,#es .es-photo-upload-item.pending .upload-title-pending,#es .es-photo-upload-item.preparing .upload-title-preparing,#es .es-photo-upload-item.uploading .upload-title-uploading{display:inline-block}
#es .es-photo-upload-item table{width:100%;height:100%;border-collapse:separate;table-layout:fixed}
#es .es-photo-upload-item .upload-details,#es.es-photo-popup .es-media-stat>b{display:none}
#es .es-photo-upload-item .upload-details td{height:100%;vertical-align:top;padding:8px;background:#f5f5f5;word-wrap:break-word}
#es .es-photo-upload-item.show-details .upload-details{display:table-row}
#es .es-photo-upload-item .upload-details-button{font-size:90%;color:#428bca;cursor:pointer}
#es .es-item-actions .es-item-action-content a:hover,#es .es-photo-upload-item .upload-details-button:hover{text-decoration:underline}
#es .es-album-item.layout-thumbnail .es-album-info>div,#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 {padding:8px}
#es .es-photo-upload-item .upload-remove-button{position:absolute;top:8px;right:4px;cursor:pointer}
#es .es-photo-upload-item .upload-remove-button i{font-size:11px;color:#428bca}
#es.popbox.popbox-upload{width:200px;background:#fff;padding:10px}
#es .es-photo-tag-button a,#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:50%;position:relative}
#es .es-photos-avatar .imgareaselect-outer{cursor:crosshair}
#es .es-photo-avatar-viewport{position:absolute;cursor:crosshair}
#es .es-photos-avatar-loading{float:left;display:none}
#es .es-photos-avatar-loading>i{display:inline-block!important;margin:0 10px 0 0;padding:8px!important;position:relative;top:3px}
#es.es-photo-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:none;z-index:1049;-webkit-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:#111;border-radius:1rem}
#es.es-photo-popup .es-popup-close-button{position:absolute;display:none}
#es.es-photo-popup .es-photo-item,#es.es-photo-popup .es-popup-handle{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
#es.es-photo-popup .es-photo-header{margin:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#es.es-photo-popup .es-photo-footer{top:0;height:100%;background:#fff;overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}
#es.es-photo-popup .es-photo-content{width:100%;height:100%;top:0;left:0;margin:0;position:absolute}
#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{width: 100%; max-width: 700px;margin:0;-webkit-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 li[data-photo-share-button],#es.es-photo-popup .es-photo-tag-list-item-group.empty-tags .empty-tags-hint{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>i{display:inline-block;font-size:8px;line-height:10px}
#es .es-album-item.layout-row .es-album-view-button>i,#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;position:absolute}
#es.es-photo-popup .es-photo-next-button,#es.es-photo-popup .es-photo-prev-button{background:0 0}
#es.es-photo-popup .es-photo-prev-button i{left: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-content{background:0 0}
#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;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 16px 16px 32px;background:0 0;color:#444;text-shadow:0 1px 0 rgba(255,255,255,.4);font-weight:700;text-align:center;font-size:13px}
#es.es-photo-popup .es-photo-item .es-photo-hint.tag-hint.alert:before{top:16px;display:none}
#es.es-photo-popup .es-photo-item .es-photo-hint.tag-hint.alert>button{padding:3px 8px;margin-left:10px;font-weight:700;position:relative;top:auto;left:auto;font-size:12px}
#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:after,#es.es-photo-popup .es-privacy.active.custom-privacy .es-privacy-custom-form:before{display:none}
#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.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__link{color:#aaa}
#es .btn-photo-popup-nav-item,#es .btn-photo-popup-nav-item:active,#es .es-photo-item.layout-item .es-photo-menu-item .o-nav__item>a,#es .o-btn-group.open .btn-photo-popup-nav-item{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;white-space:nowrap;text-shadow:none;box-shadow:none;border-radius:3px;-webkit-user-select:none;user-select:none;-webkit-transition:none;transition:none;font-size:13px;padding:4px;color:#fff!important;background-color:transparent!important;border:1px solid transparent!important}
#es .btn-photo-popup-tag-action,#es .o-btn-group.open .btn-photo-popup-tag-action{border-radius:3px}
#es .es-media-browser .is-featured .fa{color:#ec971f}
#es .btn-photo-popup-action,#es .o-btn-group.open .btn-photo-popup-action{color:#fff!important;background-color:transparent!important;border:1px solid #fff;border-radius:3px;font-size:13px;line-height:22px}
#es .es-photo-browser .es-nav-thumbs li.es-thumb span,#es .es-photo-browser .es-nav-thumbs li.es-thumb.active:after,#es .es-photo-browser .es-nav-thumbs li.es-thumb.active:before,#es.es-photo-popup .es-photo-popup-close{display:none}
@media (max-width:900px) {
#es.es-photo-popup{padding:0}
#es.es-photo-popup .btn-media[data-popup-close-button]{display:block}
#es.es-photo-popup .es-photo-popup-close{z-index:10000;top:0;left:0;position:fixed;height:50px;line-height:50px;display:flex;align-items:center;background:#111;width:100%}
#es.es-photo-popup .es-photo-popup-close>svg{margin-left:10px;cursor:pointer}
#es.es-photo-popup .es-photo-close-button{display:none}
#es.es-photo-popup .es-popup-handle{padding-right:0;background:0 0}
#es.es-photo-popup .es-photo-item{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
#es.es-photo-popup .es-photo-header{background:0 0}
#es.es-photo-popup .es-photo-content{position:relative;max-height:480px;background:0 0;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 .btn-photo-popup-nav-item.dropdown-toggle_,#es.es-photo-popup .es-photo-popup-nav .o-nav__item{width:24px;overflow:hidden;cursor:pointer}
#es.es-photo-popup .es-photo-popup-nav .btn-photo-popup-nav-item.dropdown-toggle_:last-child,#es.es-photo-popup .es-photo-popup-nav .o-nav__item:last-child{width:26px;overflow:visible}
}
@media (max-width:720px) {
#es.es-photo-popup .es-photo-tag-list,#es.es-photo-popup [data-photo-tag-list]{display:none}
}
#es .es-photo-browser .es-nav-thumbs{list-style:none}
#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:100%0 0;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.featured{width:50%}
#es .es-photo-browser .es-nav-thumbs li.es-thumb.loading>a{background-position:50%}
#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.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%;cursor:pointer;opacity:1;-webkit-transition:all .1s ease;transition:all .1s ease}
#es .es-photo-nav-button i{border-radius:100%;margin-top:-30px;position:absolute;top:50%}
#es .es-photo-nav-button.disabled,#es .es-photo-tag-button a i{display:none}
#es .es-photo-nav-button.active,#es .es-photo-nav-button:hover{opacity:1}
#es .es-photo-prev-button{left:0;background-color:transparent}
#es .es-photo-next-button{right:0;background-color:transparent}
#es .es-photo-tag-list>label{margin-bottom:10px;border:0}
#es .es-photo-form{position:relative}
#es .es-photo-caption-field[readonly],#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}
#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;background-color:#fff}
#es .es-photo-meta-field .es-photo-date>i,#es .es-photo-meta-field .es-photo-location>i{position:absolute}
#es .es-photo-meta-field .es-photo-date>span{max-width:120px;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,#es .es-photo-meta-field .es-photo-location .dropdown-menu{width:100%}
#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-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-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:after,#es .es-item-actions:before{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:#428bca;display:inline-block;padding:0}
#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-album-item.layout-item .es-album-more-button.loading i.loading-indicator,#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,#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 .es-privacy .es-privacy-menu:after,#es .es-album .es-privacy .es-privacy-menu:before,#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 .es-privacy .es-privacy-menu:after,#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 #fff}
#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 rgba(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{width:50px}
#es [name=date-form] select{width:120px;margin:0 5px}
#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:50%;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{padding:0;top:0;z-index:100;margin:0}
#es .es-media-header-affix-wrapper.affix .es-album-header__o-media{padding: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-album{display:block;float:left;margin:0 20px 20px}
#es .es-album .es-album-header{height:40px}
#es .es-album .es-album-content,#es .es-story .es-album-view .es-album-upload-button>span i{position:relative}
#es .es-album .es-album-title{font-weight:700;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:#fff}
#es .es-album .es-privacy .es-privacy-menu:after{left:auto1;right:6px}
#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 rgba(0,0,0,.2)}
#es .es-album .es-item-actions .btn-counts{padding:0 6px}
#es .es-album .es-item-actions .btn-counts.active,#es .es-album .es-item-actions .btn-counts:hover{background:rgba(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,#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{font-size:12px}
#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 .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-cover b,#es .es-album-item.layout-thumbnail .es-album-menu .o-btn-group+.o-btn-group,#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{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:#fff;font-size:13px;border-top:0;line-height:16px;background-image:-webkit-linear-gradient(top,transparent,#000);background-image:linear-gradient(180deg,transparent 0,#000);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;transition:opacity .3s ease-in-out;opacity:0;filter:alpha(opacity=0)}
#es .es-album-item.layout-thumbnail:hover .es-album-menu-item{-webkit-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-row .es-album-content>i.loading-indicator,#es .es-album-item.layout-thumbnail .loading-indicator,#es .es-album-item.layout-thumbnail [data-item-actions-menu]>a>span{display:none}
#es .es-album-item.layout-row{position:relative;border:1px solid #ddd;border-radius:3px;-webkit-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:-84px 20px 20px}
#es .es-album-item.layout-row .es-album-content:after,#es .es-album-item.layout-row .es-album-content:before{content:" ";display:table}
#es .es-album-item.layout-row .es-album-content:after{clear:both}
#es .es-album-item.layout-row .es-album-footer{position:relative;z-index:3;background:#fff;margin:20px;border-top:1px solid #ddd;display:block;width:auto;padding-top:20px}
#es .es-album-item.layout-row .content-hint{font-size:13px;padding:32px 0}
#es .es-album-item.layout-row .es-media-title.es-photo-title,#es .es-album-item.layout-row .o-media,#es .es-album-item.layout-row .plupload{display:none}
#es .es-album-item.layout-row .es-album-info{overflow:hidden;padding:0 20px 104px;border-radius:5px}
#es .es-album-item.layout-row .es-album-form,#es .es-album-item.layout-row .es-album-interaction .es-album-showresponse,#es .es-album-item.layout-row .es-media-stat.stat-tag,#es .es-album-item.layout-row .es-photo-item .es-photo-footer,#es .es-album-item.layout-row .es-photo-item .es-photo-header{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);transform:translateZ(0)}
#es .es-album-item.layout-row .es-album-taglist>div,#es .es-album-item.layout-row .es-media-stat>b{font-size:12px;line-height:11px;font-weight:700;color:#595959;margin-bottom:8px}
#es .es-album-item.layout-row .es-album-taglist>ul{padding-top:4px;height:28px;overflow:hidden;margin:0}
#es .es-album-item.layout-row .es-album-taglist>span,#es .es-album-item.layout-row .es-media-stat>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:0 0}
#es .es-album-item.layout-row .es-photo-item-group:after,#es .es-album-item.layout-row .es-photo-item-group:before{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-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{padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .es-album-item.layout-row .es-media-stat>span{font-size:22px;color:#999}
#es .es-album-item.layout-row .es-album-interaction .es-album-showtag{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;font-weight:700;padding:8px 10px}
#es .es-album-item.layout-form .es-photo-item-group:after,#es .es-album-item.layout-form .es-photo-item-group:before{content:" ";display:table}
#es .es-album-item.layout-form .es-photo-item-group:after{clear:both}
#es .es-album-item.layout-dialog .es-album-footer,#es .es-album-item.layout-dialog .es-album-header,#es .es-album-item.layout-form .es-album-footer,#es .es-album-item.layout-form .es-album-info,#es .es-album-item.layout-form .es-album-menu-item,#es .es-album-item.layout-form .es-media-item-menu li.view-item{display:none}
#es .es-album-item .es-photo-item .es-media-item-menu li[data-photo-cover-button],#es .es-album-item .es-photo-item .es-media-item-menu li[data-photo-share-button],#es .es-album-item.layout-form .es-media-item-menu li.view-form{display:block}
#es .es-album-item.layout-dialog .es-album-content{margin:0 auto;width:100%}
#es .es-album-item.layout-dialog .es-album-form,#es .es-album-item.layout-dialog .plupload{display:none}
#es .es-album-item.layout-dialog .es-photo-item-group:after,#es .es-album-item.layout-dialog .es-photo-item-group:before{content:" ";display:table}
#es .es-album-item.layout-dialog .es-photo-item-group:after{clear:both}
#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-content .es-photo-hint,#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-header .es-media-info>small,#es .es-album-item .es-photo-item .es-photo-header .es-photo-album,#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-owner,#es .es-album-item .es-photo-item .es-photo-header .o-media__image{display:none}
#es .es-album-item .es-photo-item .es-photo-upload-item{border:1px solid #eee}
#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 .es-photo em{width:102%;height:102%;top:-2px;left:-2px}
#es .es-album-item .es-photo-item.layout-item .es-media-stat>b,#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-info{padding:0;position:absolute;bottom:30px;left:0;width:100%;opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}
#es .es-album-item .es-photo-item.layout-item .es-photo-title{margin-bottom:0;padding:0 10px 6px;border-bottom:1px solid rgba(0,0,0,.25);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .es-album-item .es-photo-item.layout-item .es-photo-title,#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,.75);font-weight:700;font-size:13px}
#es .es-album-item .es-photo-item.layout-item .es-photo-title a:hover,#es .es-story-meta a:hover{text-decoration:underline}
#es .es-album-item .es-photo-item.layout-item .es-media-stats{border-top:1px solid rgba(255,255,255,.25);color:#fff;text-align:center}
#es .es-album-item .es-photo-item.layout-item .es-media-stats i,#es .es-album-more-button>i{font-size:11px}
#es .es-album-item .es-photo-item.layout-item .es-media-stat{float:left;color:rgba(255,255,255,.7);border-right:1px solid rgba(0,0,0,.25)}
#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+.es-media-stat{border-left:1px solid rgba(255,255,255,.25);border-right:1px solid rgba(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.show-all{z-index:3}
#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-footer,#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-info,#es .es-album-item .es-photo-item.layout-item.show-all .es-photo-menu-item,#es .es-album-item .es-photo-item.layout-item:hover .es-photo-footer,#es .es-album-item .es-photo-item.layout-item:hover .es-photo-info,#es .es-album-item .es-photo-item.layout-item:hover .es-photo-menu-item{opacity:1}
#es .es-album-item .es-photo-item.layout-item .btn[data-photo-original-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-share-button],#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{float:left}
#es .es-album-info>small,#es .es-album-item .es-photo-item.layout-form.has-privacy-menu-on,.dropdown-mobile-from-header .es-profile-header{z-index:2}
#es .es-album-item .es-photo-item.layout-form .es-photo-content{top:0;left:0}
#es .es-album-item .es-photo-item.layout-form .es-photo{position:relative;width:100%;height:100%;top:0;left:0;-webkit-transition:none;transition:none}
#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;right:0}
#es .es-album-item .es-photo-item.layout-form .es-photo-stats,#es .es-album-item .es-photo-item.layout-form [data-item-actions-menu]>a>span,#es .es-album-item .es-photo-item.layout-form [data-photo-cancel-button],#es .es-album-item .es-photo-item.layout-form [data-photo-done-button]{display:none}
#es .es-album-item .es-photo-item.layout-form.show-all .es-photo-menu-form,#es .es-album-item .es-photo-item.layout-form:hover .es-photo-menu-form{display:block}
#es.is-mobile .es-album-item .es-photo-item.layout-item,#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}
#es .es-album-footer .es-comments-wrap .btn-es{padding:4px 12px}
#es .es-album-info>h1{position:relative;z-index:2}
#es .es-album-location>u{text-decoration:none;border-bottom:1px dotted #ccc}
#es .es-album-caption,#es .es-album-title{text-shadow:1px 1px 0 rgba(255,255,255,.5)}
#es .es-album-caption{width:80%}
#es .es-album-cover,#es .es-album-cover b{position:absolute;width:100%;height:100%;top:0;left:0}
#es .es-album-cover{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;z-index:1}
#es .es-album-cover b{-webkit-box-shadow:200px -30px 100px #fff inset;box-shadow:inset 200px -30px 100px #fff;background-image:-webkit-linear-gradient(top,rgba(255,255,255,0),#fff);background-image:linear-gradient(180deg,rgba(255,255,255,0)0,#fff);background-repeat:repeat-x}
#es .es-album-cover b+b{right:0;-webkit-box-shadow:-100px -50px 50px #fff inset;box-shadow:inset -100px -50px 50px #fff;display:none}
#es .es-album-menu-form,#es.is-mobile .es-album-item.layout-item .es-album-header .es-album-owner,#es.is-mobile .es-album-item.layout-item .es-album-header .o-media__image{display:none}
#es .es-album-more-button{padding:8px}
#es .es-album-taglist>div{font-weight:700;line-height:30px}
#es .es-album-taglist .g-list-inline>li{margin-bottom:8px;margin-right:8px}
#es .btn-album-favourite.is-fav i{color:#f0ac3f}
#es.is-mobile .es-album-item.layout-row .es-media-stats{float:none;width:100%;margin-bottom:20px}
#es.is-mobile .es-album-item.layout-row .es-media-stat{padding:0 5px;font-size:12px;width:50%;text-align:center}
#es.is-mobile .es-album-item .es-photo-item.layout-form{width:100%;height:auto;float:none;background-color:#f5f5f5;margin-bottom:30px}
#es .dropdown-menu--post-as>li.is-active,#es .es-story-panel-contents .es-story-panel-content input[type=text][disabled],#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,.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-right:130px;position:relative}
#es .es-album-form-fields{border:1px solid #e1e1e1;border-radius:3px;min-height:120px;background:#fff}
#es .es-album-caption-field[readonly],#es .es-album-form-fields.core-album,#es .es-album-title-field[readonly]{background:#f9f9f9}
#es .es-album-caption-field,#es .es-album-title-field{display:block;width:100%;border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0!important;color:#444!important}
#es .es-album-title-field{font-size:16px!important;font-weight:700!important;height:33px!important;padding:4px 40px 4px 6px!important;border-bottom:1px dotted #e1e1e1!important;border-radius:3px 3px 0 0!important}
#es .es-album-caption-field{background:#fff;padding:4px 6px!important;resize:none;height:61px;font-size:13px}
#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,.5) inset;box-shadow:inset 0 2px 2px rgba(0,0,0,.5);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,.6);text-shadow:0 1px 1px #fff,0 0 0 rgba(0,0,0,.5);display:none}
#es .es-album-cover-field.no-cover{-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1) inset;box-shadow:inset 0 2px 2px rgba(0,0,0,.1);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,#es .es-album-meta-field .es-album-location>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,#es .es-album-meta-field .es-album-location .dropdown-menu{width:100%}
#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 .es-album-location-remove{color:#888}
#es .es-album-privacy{margin-right:5px;margin-top:5px;position:absolute;right:0;top:0}
#es .es-album-location-form,#es .es-photo-location-form{padding:5px}
#es .es-album-location-form .es-location-textbox,#es .es-photo-location-form .es-location-textbox{border:1px solid #e1e1e1;background:#fff 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!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;transition:all .35s ease 0}
#es .es-story.is-expanded{overflow:visible}
#es .es-story.is-expanded .es-story-footer{opacity:1;max-height:none;-webkit-transition:none;transition:none}
#es .es-story.is-expanded .es-story-textbox .mentions>div{min-height:42px}
#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,.8)}
#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__dropdown-toggle,#es .es-story-bg-select__dropdown-toggle:active,#es .es-story-bg-select__dropdown-toggle:focus{border:0;padding:0;margin:0;line-height:1;background:0 0!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:0 0!important}
#es .es-story-bg-select__dropdown-menu{padding:8px}
#es .es-story-bg-menu{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
#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-radius:1px;text-align:center;line-height:31px}
#es .es-story-bg-menu-preview--remove{position:relative;text-align:left}
#es .es-story-bg-menu-preview--remove:after,#es .es-story-bg-menu-preview--remove:before{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,#00f);background-image:-o-linear-gradient(left,#edf0f5 0,#00f 100%);background-image:linear-gradient(90deg,#edf0f5 0,#00f);background-repeat:repeat-x}
#es .es-story-privacy .es-privacy-toggle>span,#es .es-story-text-placeholder-ie9,#es .plugin-blog .es-story-text,#es .plugin-broadcast .es-story-text,#es .plugin-discuss .es-story-text,#es .plugin-easydiscuss .es-story-text,#es .plugin-event .es-story-text,#es .plugin-hikashop .es-story-text,#es .plugin-polls .es-story-text{display:none}
#es .es-story-avatar{top:0;left:0;z-index:4}
#es .es-story-footer{position:relative;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease}
#es .es-story-footer:after,#es .es-story-footer:before{content:" ";display:table}
#es .es-story-footer:after{clear:both}
#es .plugin-blog .es-story-panel-contents.active,#es .plugin-broadcast .es-story-panel-contents.active,#es .plugin-discuss .es-story-panel-contents.active,#es .plugin-easydiscuss .es-story-panel-contents.active,#es .plugin-event .es-story-panel-contents.active,#es .plugin-hikashop .es-story-panel-contents.active,#es .plugin-polls .es-story-panel-contents.active{padding-top:8px}
#es .es-story-textbox{display:block!important}
#es .es-story-textfield:focus{font-size:15px!important}
}
#es .es-story-textfield{-webkit-box-shadow:none;box-shadow:none;overflow:hidden;width:100%;margin:0;padding:0;border:0;resize:none;top:0;color:#444}
#es .es-story-actions{display: flex;
    justify-content: flex-end;
    width: 50%;}
	#es .es-story-actions-platforma{display: flex;
    justify-content: flex-start;
    width: 50%;}
	#es .es-story-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex: 100%;
    align-items: center;
    height: 70px;
    line-height: 70px;
}
#es .es-story-actions__share{float:left;margin-right:8px}
#es .es-story-actions__share .o-checkbox{margin-top:6px;margin-bottom:0;margin-right:8px}
#es .es-story-actions__share .o-checkbox i{color:#888;font-size:16px;margin-left:2px}
#es .es-story-privacy{z-index:3}
#es .es-story-privacy,#es .es-story-privacy .es-privacy,#es .es-story-privacy .es-privacy .es-privacy-toggle{display:-webkit-flex;display:flex}
#es .es-story-privacy .es-privacy .es-privacy-toggle{-webkit-align-items:center;align-items:center;background:#4a90e2!important;color:#fff!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left:1px solid #3483de!important;position:relative;right:1px;padding:0 8px}
#es .es-story-privacy .es-privacy .es-privacy-toggle:active,#es .es-story-privacy .es-privacy .es-privacy-toggle:focus,#es .es-story-privacy .es-privacy .es-privacy-toggle:hover{background-color:#2275d7!important}
#es .es-story-privacy .es-privacy .es-privacy-toggle:active{-webkit-box-shadow:0 3px 5px rgba(0,0,0,.125) inset;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
#es.es-story-mentions-autocomplete{border-top:1px solid #fff}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul,#es.es-docker.is-top.is-mobile .docker-popup-menu ul,#es.es-story-mentions-autocomplete-emoji .mentions-menu{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem{text-align:center}
#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem>img{float:none;margin:0}
#es.es-story-mentions-autocomplete-emoji .mentions-menu .mentions-menuItem+.mentions-menuItem{border-top:0}
#es .es-story-post-as{float:right;padding:0 8px 0 0}
#es .es-story-post-as .btn{padding:4px;position:relative}
#es .es-story-post-as i{color:#888;padding:0 4px}
#es .es-story-post-as i:before{top:8px!important}
#es .es-story-panel-button span,#es.is-mobile .es-story-avatar{display:none}
#es .es-story-panel-buttons:after,#es .es-story-panel-buttons:before{content:" ";display:table}
#es .es-story-panel-buttons:after{clear:both}
#es .es-adv-search2__condition>div,#es .es-story-panel-buttons .es-story-panel-button{padding-right:8px}
#es .es-story-sly-nav{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
#es .es-story-sly-nav:after,#es .es-story-sly-nav:before{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,.15) 85%);background-image:-o-linear-gradient(left,#fff 15%,rgba(255,255,255,.15) 85%);background-image:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.15) 85%);background-repeat:repeat-x}
#es .es-story-sly-nav:not(.is-end-right):after{background-image:-webkit-linear-gradient(left,rgba(255,255,255,.15) 15%,#fff 85%);background-image:-o-linear-gradient(left,rgba(255,255,255,.15) 15%,#fff 85%);background-image:linear-gradient(90deg,rgba(255,255,255,.15) 15%,#fff 85%)}
#es .es-story-sly-nav__content{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:4px 8px}
#es .es-story-panel-button, #es .es-story-panel-button__shape {
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
}
#es .es-story-panel-button{text-align:center}
#es .es-story-panel-button__shape{-webkit-flex:0 0 32px;flex:0 0 32px}
#es .es-story-panel-button--videos .es-story-panel-button__shape{background-color:#adea7e}
#es .es-story-panel-button--broadcast .es-story-panel-button__shape{background-color:#8956c4}
#es .es-story-panel-button.active .es-story-panel-button__shape:before,#es .es-story-panel-button.active:active .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:hover .es-story-panel-button__shape:before{content:" ";position:absolute;z-index:-1;top:-4px;left:-4px;width:36px;height:36px;border-radius:50%}
#es .es-story-panel-button:hover,#es.es-docker .docker-login-box .docker-form-group>a:hover{color:#fff}
#es .es-story-panel-button--popup .es-story-panel-button__shape{border:2px dotted #e1e1e1;background:#f5f5f5;color:#888}
#es .es-story-panel-button--popup .es-story-panel-button__shape:active,#es .es-story-panel-button--popup .es-story-panel-button__shape:hover{background:#f5f5f5;color:#888}
#es .es-story-panel-contents{-webkit-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:after,#es .es-story-panel-contents:before{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;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.active{z-index:2;overflow-y:auto}
#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-mobile .es-story-panel-button,#es.is-tablet .es-story-panel-button{float:left}
#es.is-mobile .es-story-panel-button span,#es.is-tablet .es-story-panel-button span,.method-totp fieldset legend{font-size:12px;font-weight:700}
#es.is-mobile .es-story-panel-dropdown,#es.is-tablet .es-story-panel-dropdown{display:block}
#es.is-mobile .es-story-panel-dropdown-menu,#es.is-tablet .es-story-panel-dropdown-menu{right:8px}
#es.is-mobile .es-story-panel-dropdown-menu *,#es.is-tablet .es-story-panel-dropdown-menu *{font-size:12px!important}
#es.is-mobile .es-story-panel-dropdown-menu .es-story-panel-button,#es.is-tablet .es-story-panel-dropdown-menu .es-story-panel-button{width:100%;border-radius:0}
#es .popbox-story-panel__bd,#es .popbox-story-panel__hd{padding:8px}
#es .popbox-story-panel__bd:after,#es .popbox-story-panel__bd:before,#es .popbox-story-panel__hd:after,#es .popbox-story-panel__hd:before{content:" ";display:table}
#es .popbox-story-panel__bd:after,#es .popbox-story-panel__hd:after{clear:both}
#es .popbox-story-panel__hd{border-bottom:1px solid #e1e1e1}
#es .popbox-story-panel__title{font-weight:700}
#es .es-story-panel-button-list{-webkit-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:flex}
#es .es-story-panel-button-list__item{display:-webkit-flex;display:flex;padding:8px;position:relative;text-align:center;border-radius:3px;margin-bottom:4px;-webkit-flex-flow:column;flex-flow:column;-webkit-flex:0 0 33%;flex:0 0 33%;-webkit-justify-content:center;justify-content:center}
#es .es-story-panel-button-list__item.is-active,#es .es-story-panel-button-list__item:hover{background:#f5f5f5}
#es .es-story-panel-button-list__item .es-story-panel-button{margin:0 auto;display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;z-index:2}
#es .es-story-panel-button-list__item .es-story-panel-button span{display:block;margin-top:2px;color:#888!important}
#es .es-story-panel-button-list__desc{color:#888}
#es .es-story-panel-button-list__state{position:absolute;top:4px;cursor:pointer}
#es .es-story-panel-button-list__state:before{font-family:Font Awesome\ 5 Free;font-weight:400;font-style:normal;display:inline-block;text-decoration:inherit;color:#ec971f;content:""}
#es .es-story-panel-button-list .is-selected .es-story-panel-button-list__state:before{font-weight:900;content:""}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
#es .es-story-panel-button__shape{-webkit-flex:0 0 28px;flex:0 0 28px}
#es .es-story-panel-button-list__item{-webkit-flex:0;flex:0;min-width:33%}
}
#es .es-story-meta{color:#888;text-decoration:none;position:relative;z-index:3}
#es .es-story-meta a{outline:0!important}
#es .es-story-meta a::-moz-focus-inner,#es .es-timeline-filter-dropdown>li>a::-moz-focus-inner{border:0!important}
#es .es-story-meta-buttons{float:left;color:#666;padding:0}
#es .es-story-meta-button.active{background:#fff}
#es .es-story-meta-button.active:hover{color:#444}
#es .es-story-meta-button.has-content,#es .es-story-meta-button.has-content:hover{color:#5580be}
#es .es-story-meta-button:hover,#es .es-stream-mini .es-stream time{color:#444}
#es .es-story-meta-contents{background:#fff;color:#444;border:1px solid #e1e1e1;border-radius:3px;display:none;margin-bottom:8px}
#es .es-story-meta-content{position:relative;overflow:hidden;-webkit-transition:all .3s ease;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 10px;position:relative;line-height:22px}
#es .es-story-friends-textbox:after,#es .es-story-friends-textbox:before,#es .es-story-mood-presets>ul:after,#es .es-story-mood-presets>ul:before{content:" ";display:table}
#es .es-story-friends-textbox:after,#es .es-story-mood-presets>ul: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 .es-album-view .es-photo-item .es-photo-image.is-small>span,#es .es-story-mood-preset.is-disabled,#es .es-story-mood.is-empty .es-story-mood-remove-button{display:none}
#es .es-story-mood.hide-preset .es-story-mood-presets,#es .es-story-mood.using-preset .es-story-mood-presets{max-height:0!important}
#es .es-story-mood-presets{-webkit-transition:all .3s ease;transition:all .3s ease;max-height:140px;position:relative;overflow:hidden}
#es .es-story-mood-presets>ul{padding:0 4px 4px;margin:0}
#es .es-story-mood-preset{width:25%;height:30px;padding:4px;border-radius:3px;overflow:hidden;text-overflow:ellipsis;cursor:pointer}
#es .es-story-mood-preset i{width:20px!important;height:20px!important}
#es .es-story-mood-preset:hover{background:#e7edf3;opacity:1!important}
#es .es-story-mood-preset,#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:4px 38px 4px 4px;position:relative}
#es .es-story-mood-textbox{display:block;padding:0;width:100%}
#es .es-story-mood-textbox input{width:100%;padding:0;height:22px!important;line-height:22px!important;border:0!important;background:0 0!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%}
#es .es-story .es-album-view .es-photo,#es .es-story .es-album-view .es-photo>a{width:100%;height:100%;position:absolute;display:block}
#es .es-story .es-album-view .es-photo>a{padding:0}
#es .es-story .es-album-view .es-photo-item{background:#eee}
#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:0 0;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:hover{background:#ddd}
#es .es-story .es-album-view .es-photo-item:hover .es-photo-remove-button,#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item:hover .remove-button{bottom:0}
#es .es-story .es-album-view .es-photo-remove-button{-webkit-transition:all .2s ease;transition:all .2s ease;position:absolute;z-index:2;width:100%;padding:0 5px;background:rgba(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,.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 .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;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>span{position:relative;line-height:80px;cursor:pointer}
#es .es-story .es-album-view .add-hint,#es .es-story .es-album-view.has-photos.can-drop-file .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.can-drop-file .add-hint,#es .es-story .es-album-view.has-photos.can-drop-file .drop-hint,#es .es-story .es-photo-upload-item .upload-filename,#es .es-story .es-photo-upload-item .upload-filesize,#es .es-story .es-photo-upload-item .upload-title{display:none}
#es .es-story-link-item.has-images .es-story-link-nav{display:block}
#es .es-story .es-album-view .plupload>input{height:100%!important}
#es .es-story-link-item{background:#f5f5f5;border-radius:3px;position:relative;padding:10px 30px 10px 10px;min-height:96px}
#es .es-story-link-item:after,#es .es-story-link-item:before{content:" ";display:table}
#es .es-story-link-item:after{clear:both}
#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,#es .es-story-link-title-textbox{display:none}
#es .es-story-link-item.editing-description .es-story-link-description-textbox{display:block}
#es .es-story-link-title-textfield{width:100%;margin-bottom:5px;padding:6px!important}
#es .es-story-link-description-textbox{display:none;margin:4px 0 8px}
#es .es-story-link-description-textbox .textareaClone{min-height:0;margin:0;padding:0}
#es .es-story-link-description-textfield{font-size:13px;padding:6px!important}
#es .es-story-link-title{white-space:nowrap;text-overflow:ellipsis;margin:0;text-transform:none;cursor:pointer;color:#444}
#es .es-story-link-title:hover{background:#fefefe;border:1px dashed #b3b3b3}
#es .es-story-link-description,#es .es-story-link-title,#es .es-story-link-url{font-size:13px;border:1px solid transparent;overflow:hidden}
#es .es-story-link-description{cursor:pointer;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{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:0 0;color:#049cdb}
#es .es-story-link-form.busy .es-story-link-buttons span,#es .es-story-link-image-wrapper{display:none}
#es .es-story-link-image-wrapper.active{display:block}
#es .es-story-link-images{width:102px;top:10px;left:10px;float:left;overflow:hidden;margin-right:10px;background:#fff;border:1px solid #e1e1e1;padding:2px}
#es .es-story-link-images .es-story-image-dimension{font-size:13px;text-align:center}
#es .es-story-link-images img.es-story-link-image{width:96px;max-width:96px!important;border:1px solid #e1e1e1;background:#fff}
#es .es-story-link-form{position:relative}
#es .es-story-link-form.busy .es-story-link-input{padding-right:100px;color:#aaa}
#es .es-story-link-form.busy .es-story-link-buttons .o-loader{display:inline-block}
#es .es-story-link-textbox{padding:0;height:32px;width:100%;border:1px solid #ccc;background:#fff;border-radius:3px;display:block}
#es .es-story-link-textbox:after,#es .es-story-link-textbox:before{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:0 0!important;padding:4px 73px 4px 4px!important;margin-bottom:0!important}
#es .es-story-link-buttons{position:absolute;top:0;right:0;display:inline-block;z-index:2}
#es .es-story-link-buttons .btn{height:32px;font-size:13px;line-height:20px;border-radius:0 3px 3px 0}
#es .es-story-link-nav,#es .es-story-panel-content .es-story-files-content b.add-hint,#es .es-story-panel-content .es-story-files-content.has-items b.drop-hint{display:none}
#es .es-story-link-nav .btn{padding:2px 4px}
#es .es-story-link-image-count{position:relative;top:1px;left:2px}
#es .es-story-link-remove-image{display:inline-block;margin-right:2px;margin-top:-4px}
#es .es-story-link-remove-button{position:absolute;top:8px;right:10px;width:10px;height:10px;cursor:pointer}
#es .es-story-link-remove-button i{font-size:13px}
#es .es-story-panel-content .es-story-files-content,#es .es-video-form-divider{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 b.drop-hint,#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 .es-story-files-dropsite .es-story-files-upload{background: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,#es .es-story-video-form .es-video-upload-button>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 i{left:-8px;position:relative}
#es .es-story-panel-content .es-story-files-content .es-story-files-items .file-item,#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-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:0 0 rgba(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,.75);transition:all .2s ease 0;width:100%;z-index:2}
#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,#es .es-story-video-form.is-encoding .video-form,#es .es-story-video-form.is-encoding .video-result{display:none}
#es .es-story-panel-content .es-story-files-content .es-story-files-progress {border-collapse:separate;height:100%;table-layout:fixed;width:100%}
#es .es-story-panel-content .es-story-files-content .es-story-files-progress .upload-status {padding:8px;vertical-align:middle;border:1px solid transparent}
#es .es-story-video-form.is-encoding .video-progress{display:block}
#es .es-story-video-form.is-encoding .video-upload-progress,#es .es-story-video-form.is-uploading .video-form,#es .es-story-video-form.is-uploading .video-progress,#es .es-story-video-form.is-uploading .video-result{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,#es .es-story-video-form.is-processing .video-progress,#es .es-story-video-form.is-processing .video-result,#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,#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.editing-title .es-video-item-title,#es .es-story-video-form.is-waiting .video-progress,#es .es-story-video-form.is-waiting .video-result,#es .es-story-video-form.is-waiting .video-upload-progress{display:none}
#es .es-story-video-form.editing-title .es-video-item-title-textbox{display:block}
#es .es-story-video-form.editing-description .es-video-item-desp{display:none}
#es .es-story-video-form.editing-description .es-video-item-desp-textbox{display:block}
#es .es-story-video-form .es-video-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;text-transform:none;border:1px solid transparent;cursor:pointer;color:#444}
#es .es-story-video-form .es-video-item-title:hover{background:#fefefe;border:1px dashed #b3b3b3}
#es .es-story-video-form .insert-button{min-width:80px}
#es .es-story-video-form .es-video-item-desp-textbox,#es .es-story-video-form .es-video-item-title-textbox{display:none}
#es .es-story-video-form .es-video-item-desp{border:1px solid transparent;cursor:pointer;overflow:hidden;font-size:13px;line-height:16px;margin:4px 0 8px}
#es .es-story-video-form .es-video-item-desp.no-description{opacity:.6}
#es .es-story-video-form .es-video-item-desp:hover{background:#fefefe;border:1px dashed #b3b3b3;opacity:1}
#es .es-story-video-form .video-category{margin-top:8px}
#es .es-story-video-form .es-video{width:100%;height:100%;display:block}
#es .es-story-video-form .es-video>a{padding:0;width:100%;height:100%;position:absolute;display:block}
#es .es-story-video-form .es-video img{width:100%;height:auto}
#es .es-story-video-form .es-video-item{width:200px;margin:4px 0;border-radius:3px;background:#363636;overflow:hidden}
#es .es-story-video-form .es-video-item:hover .es-photo-remove-button{bottom:0}
#es .es-story-video-form .es-video-item-content{margin-left:216px}
#es .es-story-video-form .es-video-upload-button{background:#eee;height:80px;border-radius:3px;position:relative;z-index:0;text-align:center;cursor:pointer}
#es .es-story-video-form .es-video-upload-button:hover{background:#ddd}
#es .es-story-video-form .es-video-upload-button:hover>span{color:#555}
#es .es-story-video-form .es-video-upload-button>span i{position:relative;top:2px;left:-5px}
#es .es-video-form-divider{text-align:center;margin:4px 0}
#es .es-video-form-divider span{padding:0 15px}
#es .es-video-form-divider span:after,#es .es-video-form-divider span:before{content:"";display:block;width:1000px;position:absolute;top:.73em;border-top:1px solid #e1e1e1}
#es .es-video-form-divider span:before{right:100%}
#es .es-video-form-divider span:after{left:100%}
#es .es-video-item-wrap{position:relative;padding:8px 16px;background:#f5f5f5}
#es .es-video-item-wrap:after,#es .es-video-item-wrap:before{content:" ";display:table}
#es .es-video-item-wrap:after{clear:both}
#es .es-video-item-wrap .es-video-item{float:left}
#es .es-video-item-remove{position:absolute;top:6px;right:8px;font-size:13px;color:#888;cursor:pointer}
#es .es-video-item-title{font-weight:700;line-height:24px}
#es .es-story-video-progress-wrap{padding:8px 16px;background:#f5f5f5}
#es .es-story-video-progress-wrap .es-story-video-status-text{color:#444;line-height:24px}
#es .es-story-video-progress-wrap .progress{background:#d6d6d6;box-shadow:none;height:12px}
#es .es-story-video-progress-wrap .bar{background:#5cb85c;height:100%}
#es.is-mobile .es-video-item-wrap .es-video-item{float:none;width:100%;margin-top:16px}
#es.is-mobile .es-story-video-form .es-video-item-content{margin-left:0}
#es.es-mobile-content .es-story,#es.is-mobile .es-story{border-radius:0}
#es.es-mobile-content .es-story-panel-buttons{padding:0 0 0 4px;overflow:hidden}
#es.es-mobile-content .es-story-sly-nav .es-story-panel-button,#es.is-mobile .es-story-sly-nav .es-story-panel-button{-webkit-flex:0 0 32px;flex:0 0 32px;margin-right:8px}
#es.es-mobile-content .es-story-bg-select,#es.is-mobile .es-story-bg-select{padding-top:4px;padding-left:4px}
#es.es-mobile-content .es-story-meta-buttons,#es.is-mobile .es-story-meta-buttons{float:none;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-around;justify-content:space-around;padding:0;margin-bottom:8px}
#es.es-mobile-content .es-story-meta-button,#es.is-mobile .es-story-meta-button{float:none;margin:0;padding:4px;display:block;width:100%;height:40px;line-height:32px;border-radius:0}
#es.es-mobile-content .es-story-meta-button+.es-story-meta-button,#es.is-mobile .es-story-meta-button+.es-story-meta-button{border-left:0 solid #e1e1e1}
#es.es-mobile-content .es-reactions-pop,#es.is-mobile .es-reactions-pop{left:32px}
#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:700;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{min-height:370px}
#es .es-stream-list.is-sticky{min-height:0}
#es .es-stream-list>li,.method-totp fieldset ul li{list-style:none}
#es .es-stream-list>li.empty{background:0 0#f6f9fc;border:1px dashed #e1e1e1;color:#444;font-size:13px;margin-bottom:10px;padding:20px}
#es .es-stream-list>li.empty>i{color:#444;font-size:32px;margin-bottom:20px;width:32px}
#es .es-stream-list>li.is-translated .es-stream-translations{border-left:2px solid #e1e1e1;padding:0 8px}
#es .es-stream-list>li.is-translating .es-stream-translations__loader{display:block}
#es .es-stream-list>li .es-stream-translations{margin:8px 0}
#es .es-stream-list>li.is-bookmarked .es-stream-control .add-bookmark,#es .es-stream-list>li.is-published .es-stream{display:none}
#es .es-stream-list>li.is-bookmarked .es-stream-control .remove-bookmark,#es .es-stream-list>li.is-published .es-stream-published{display:block}
#es .es-stream-list .pagination.pagination-centered,#es .es-stream-list>li.is-bookmarked .bookmark{display:inline-block}
#es .es-stream-list>li .es-stream-control .remove-bookmark,#es .es-stream-list>li .es-stream-control .remove-sticky,#es .es-stream-list>li .es-stream-published,#es .es-stream-list>li.hide-stream .es-stream,#es .es-stream-list>li.is-sticky .es-stream-control .add-sticky{display:none}
#es .es-stream-list .pagination,#es .es-stream-list>li.is-sticky .es-stream-control .remove-sticky{display:block}
#es .es-stream-list>li.hidden{opacity:0}
#es .es-stream-list>li.pagination{display:block;text-align:center}
#es .es-stream-list>li.pagination a.btn-stream-updates>i,#es .es-stream-pinned-divider span i{margin-right:4px}
#es .es-stream:after,#es .es-stream:before,#es .is-editing .es-stream-editor-actions:after,#es .is-editing .es-stream-editor-actions:before{content:" ";display:table}
#es .es-stream:after,#es .is-editing .es-stream-editor-actions:after{clear:both}
#es .es-stream-preview{width:100%}
#es .es-stream-mini{line-height:1}
#es .es-stream-mini .es-stream .o-flag__body{line-height:1.5}
#es .es-stream-mini .es-stream .es-stream-meta{border:0;padding:0}
#es .es-stream-type{border-radius:0;margin-bottom:3px;text-transform:uppercase;position:absolute;top:0;right:0}
#es .es-stream-type+.es-stream-control{top:18px}
#es .es-stream-header{padding:4px 8px;margin-bottom:8px;background-color:#f5f5f5}
#es.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,#es .is-editing .es-edit-text,#es .is-editing .es-stream-meta-footer time{display:none}
#es .is-editing .es-editing-text{display:inline-block;color:#444}
#es .is-editing .es-stream-action-wrap{display:none}
#es .is-editing .es-stream-editor-actions{margin-top:8px}
#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;border-radius:50%;text-align:center;display:none;font-size:9px;line-height:18px;position:absolute;z-index:2}
#es .is-bookmarked .es-stream-sticky-label{right:10px}
#es .es-stream-counter a,#es .es-stream-info-meta{color:#888}
#es .es-stream-content-avatar{max-width:100%;height:auto}
#es .es-stream-content-thumb{padding:0 8px 8px 0;float:left}
#es .es-stream-preview:after,#es .es-stream-preview:before{content:" ";display:table}
#es .es-stream-preview:after{clear:both}
#es .es-stream-preview .stream-preview-title{background:#f5f5f5;padding:8px;font-size:13px;line-height:20px;font-weight:700;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:50%;z-index:2}
#es .es-stream-preview .stream-preview-image img{float:left;width:100%;height:100%}
#es .es-stream-actions+.es-stream-actions,#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-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{margin-bottom:10px}
#es .es-stream-hide-notice,#es .es-stream-published-notice,#es .es-stream-unavailable{background:#f6f9fc;border:1px dashed #e1e1e1;color:#444;font-size:13px;padding:20px}
#es .es-stream-hide-notice a,#es .es-stream-published-notice a{float:right}
#es .es-stream-published-notice{background:#fff}
#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}
#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}
#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;margin:10px 0 0 20px}
#es .stream-filter .stream-filter-contents{margin: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-polls,#es .es-stream-editor .es-story-text{padding:8px}
#es.popbox-repost.is-mobile .arrow{display:none}
#es .video-container{position:relative;height:auto;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 .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,#es .es-stream-repost__meta{position:relative}
#es .es-stream-repost__meta-inner{background-color:#fff}
#es .es-stream-repost__title{font-weight:700}
#es .es-stream-repost__content,#es .es-stream-repost__text{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-stream-embed.is-calendar>div:after,#es .es-stream-embed.is-calendar>div:before,#es .es-stream-embed.is-rss>div:after,#es .es-stream-embed.is-rss>div:before,#es .es-stream-repost__content:after,#es .es-stream-repost__content:before,#es .es-stream-repost__text:after,#es .es-stream-repost__text:before{content:" ";display:table}
#es .es-stream-embed.is-calendar>div:after,#es .es-stream-embed.is-rss>div:after,#es .es-stream-repost__content:after,#es .es-stream-repost__text:after{clear:both}
#es .stream-files.multiple-files{float:left;width:30%;margin:0 15px 15px 0}
#es .stream-files .file-contents{margin-bottom:15px}
#es .stream-files .file-download{border:1px dashed #e1e1e1;padding:10px;background:#f5f5f5;text-align:center;display:block}
#es .stream-files .file-download i{color:#444;display:block;font-size:32px}
#es .stream-files .file-preview{max-width:250px;display:inline-block;border:1px dashed #e1e1e1;padding:5px}
#es .stream-files .file-preview img{border:1px solid #e1e1e1}
#es .stream-apps-content .stream-apps-meta{background:#fff;margin-top:4px;padding:8px 0 4px}
#es .stream-apps-content .stream-apps-meta li{font-size:13px;color:#444;display:inline-block;margin-right:8px}
#es .stream-apps-content .stream-apps-meta li i{margin-right:3px}
#es .stream-apps-content .stream-apps-meta li+li{padding-left:8px;border-left:1px dotted #e1e1e1}
#es .stream-kunena .kmsgtext-quote{background-color:#f2f1ee;border:1px dotted #bfc3c6;padding:4px}
#es .es-stream-pinned-divider{position:relative;overflow:hidden;text-align:center;margin-bottom:8px;font-weight:700}
#es .es-stream-pinned-divider span,#es .es-video-form-divider span{display:inline-block;vertical-align:baseline;zoom:1;*display:inline;*vertical-align:auto;position:relative}
#es .es-stream-pinned-divider span:after,#es .es-stream-pinned-divider span:before{content:"";display:block;width:1000px;position:absolute;top:.73em;border-top:1px solid #e1e1e1}
#es .es-stream-pinned-divider span:before{right:100%}
#es .es-stream-pinned-divider span:after{left:100%}
#es .es-stream-embed{line-height:1.5;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-stream-embed--border{border-top:1px solid #e1e1e1}
#es .es-stream-embed__cover,#es .es-stream-embed__desc,#es .es-stream-embed__meta,#es .es-stream-embed__player,#es .es-stream-embed__title{width:100%;display:block}
#es .es-stream-embed__cover:hover{background-color:#f5f5f5}
#es .es-stream-embed__cover-img{display:block}
#es .es-stream-embed__meta{padding:0 8px;margin-bottom:8px;color:#888}
#es .es-stream-embed__action{padding:8px}
#es .es-stream-embed.is-ads .es-stream-embed__action,#es .es-stream-embed.is-link .es-stream-embed__desc{margin-bottom:8px}
#es .es-stream-embed.is-achievement,#es .es-stream-embed.is-apps,#es .es-stream-embed.is-broadcasts,#es .es-stream-embed.is-file{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
#es .es-stream-embed__context,#es .es-stream-embed__file-context{-webkit-flex:1;flex:1;padding-left:8px}
#es .es-stream-embed__achievement-context b,#es .es-stream-embed__apps-context b,#es .es-stream-embed__file-context b{color:#888;font-weight:400;font-size:12px;display:block}
#es .es-stream-embed__file-icon{padding:8px 16px;font-size:20px;border-right:1px solid #e1e1e1}
#es .es-stream-embed.is-achievement,#es .es-stream-embed.is-apps,#es .es-stream-embed.is-calendar>div,#es .es-stream-embed.is-polls,#es .es-stream-embed.is-rss>div{padding:8px 16px}
#es .es-stream-embed.is-achievement img{width:64px;height:64px}
#es .es-stream-embed__achievement-title,#es .es-stream-embed__apps-title{font-weight:700}
#es .es-stream-embed__achievement-title span,#es .es-stream-embed__apps-title span{color:#888;font-weight:400}
#es .es-stream-embed__achievement-context,#es .es-stream-embed__apps-context{padding-left:16px;-webkit-flex:1;flex:1;padding-right:16px}
#es .es-stream-embed__broadcasts-title{padding:8px 8px 0;font-weight:700;display:block}
#es .es-stream-embed__broadcasts-text{padding:4px 8px 8px}
#es .es-stream-embed__broadcasts-icon{-webkit-flex:none;flex:none;background-color:#f5f5f5;width:36px;height:36px;line-height:36px;font-size:14px;color:#888;text-align:center;margin:0 16px;border-radius:50%}
#es .es-stream-embed__broadcasts-icon>i{width:36px}
#es .es-stream-embed+.es-stream-embed{margin-top:10px}
#es .es-stream-apps{border:1px solid #e1e1e1;line-height:1.5;background-color:#fff;border-radius:3px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-stream-apps--border{border-top:1px solid #e1e1e1}
#es .es-stream-apps__bd,#es .es-stream-apps__hd{padding:8px 16px;position:relative}
#es .es-stream-apps__bd:after,#es .es-stream-apps__bd:before{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,#es .es-timeline-filter-dropdown>li{position:relative}
#es .es-stream-apps__title{padding:4px 16px 4px 0;font-weight:700}
#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 80px 16px 16px;font-weight:700;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:"";font-size:48px;color:#888;opacity:.3}
#es .es-stream-apps__meta{color:#888}
#es .es-stream-apps .es-stream-apps__state{color:#888;font-size:16px;height:16px;margin-top:-8px;position:absolute;right:8px;top:50%;width:16px}
#es .es-stream-apps+.es-stream-apps{margin-top:10px}
#es .es-stream-filter-bar{background:#f5f5f5;display:-webkit-flex}
#es .es-stream-filter-bar .o-btn-group.open .dropdown-toggle_{background:#fff!important}
#es .es-stream-filter-bar__cell:not(:first-child){-webkit-flex:none;flex:none}
#es .es-search-filter-item input,#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:50%;position:relative}
#es .es-stream-filter-icon:after,#es .es-stream-filter-icon:before{position:absolute;content:"";border-radius:50%;width:6px;height:6px;top:2px}
#es .es-stream-filter-icon:before{left:0}
#es .es-stream-filter-icon:after{left:8px}
#es .es-stream-filter-icon i{position:absolute;top:10px;left:0}
#es .es-stream-filter-icon i:after,#es .es-stream-filter-icon i:before{position:absolute;content:"";border-radius:50%;width:6px;height:6px;top:0}
#es .es-stream-filter-icon i:before{left:0}
#es .es-stream-filter-icon i:after{left:8px}
#es .es-timeline-filter-dropdown{min-width:220px;max-width:320px}
#es .es-timeline-filter-dropdown>li>a{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;outline:0!important}
#es .es-timeline-filter-dropdown__title{display:block;font-weight:700;padding:4px 20px;color:#444}
#es .es-timeline-filter-dropdown__indicator{display:none;background:#f65b5b;border-radius:50%;width:7px;height:7px;position:absolute;top:10px;right:16px}
#es .es-timeline-filter-dropdown__bubble{background-color:#ededed;border-radius:2px;color:#888;display:none;font-size:11px;font-weight:700;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%);transform:translateY(-50%)}
#es .has-bubble .es-timeline-filter-dropdown__bubble,#es .has-bubble .es-timeline-filter-dropdown__indicator,#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li span,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li span{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:700;padding:4px 0;color:#444}
#es .es-stream-filter-dropdown__desc{white-space:normal;margin-top:4px}
#es .open>.es-stream-filter-dropdown{display:-webkit-flex;display:flex;-webkit-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%;overflow:hidden}
#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item::-moz-focus-inner{border:0!important}
#es.is-mobile .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item{-webkit-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,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
#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;user-select:none}
#es .es-search-filter-item input:checked+label{background:#f5f5f5;border-color:#ddd}
#es .es-search-filter-item input:checked+label:after{opacity:1;filter:alpha(opacity=100)}
#es .es-search-filter-item label,#es .es-search-filter-item label:after,#es .es-search-filter-item label:before{-webkit-transition:.5s ease;transition:.5s ease}
#es .es-search-filter-item label{background:0 0;border:1px solid transparent;border-radius:3px;line-height:26px;padding:0 10px 0 30px;position:relative}
#es .es-search-filter-item label:after,#es .es-search-filter-item label:before{background:#fff;border:1px solid #ccc;border-radius:2px;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:700;font-style:normal;font-size:11px;display:inline-block;text-decoration:inherit}
#es .es-search-filter-item label:before{content:""}
#es .es-search-filter-item label:after{background:#428bca;border-color:#3071a9;color:#fff;content:"";opacity:0;filter:alpha(opacity=0)}
#es .es-search-mini-result-list__item>a:after,#es .es-search-mini-result-list__item>a:before,#es .mod-card__ft:after,#es .mod-card__ft:before,#es.is-mobile .es-search-form:after,#es.is-mobile .es-search-form:before{content:" ";display:table}
#es.is-mobile .es-search-filter{float:left}
#es .es-search-mini-result-list__item>a:after,#es .mod-card__ft:after,#es.is-mobile .es-search-form:after,#es.is-mobile .es-search-result{clear:both}
#es .es-search-mini-group+.es-search-mini-group{border-top:1px solid #e1e1e1}
#es .es-search-mini-group__title{padding:8px 16px;font-weight:700;border-bottom:1px solid #e1e1e1}
#es .es-search-mini-footer{background:#f5f5f5}
#es .es-search-mini-empty{padding:16px;text-align:center;color:#444}
#es .es-adv-search2__item{margin-bottom:8px}
#es .es-adv-search2__item:first-child .es-adv-search2__action{display:none}
#es .es-adv-search2__item .es-adv-search2__action{padding-right:0}
#es .es-adv-search2__criteria{max-width:22%;margin-bottom:8px}
#es .es-adv-search2__criteria .form-control{font-weight:700}
#es .es-adv-search2__condition{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1}
#es .es-adv-search2__condition-item{-webkit-flex:1;flex:1}
#es .es-adv-search2__condition-item--short{-webkit-flex:0 0 168px;flex:0 0 168px}
#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;flex:none}
#es .es-adv-search2__locations{-webkit-flex-grow:1;flex-grow:1;width:100%;align-self:flex-end}
#es .es-adv-search2__options{margin-top:16px;padding:8px;background-color:#f5f5f5}
#es .es-adv-search2 .o-form-actions{margin-top:0}
#es.is-mobile .es-adv-search2__item+.es-adv-search2__item,#es.w780 .es-adv-search2__item+.es-adv-search2__item{border-top:1px solid #e1e1e1;padding-top:16px}
#es.is-mobile .es-adv-search2__criteria,#es.w780 .es-adv-search2__criteria{max-width:100%}
#es.is-mobile .es-adv-search2__condition,#es.w780 .es-adv-search2__condition{display:-webkit-block;display:-ms-block;display:block}
#es.is-mobile .es-adv-search2__condition>div,#es.w780 .es-adv-search2__condition>div{padding:0 0 8px}
#es .mod-es-title{font-weight:700}
#es .mod-es-meta{color:#888}
#es .mod-card+.mod-card,#es .mod-es-list--vertical .mod-es-item+.mod-es-item{margin-top:16px}
#es .mod-card,#es.mod-es--border{border:1px solid #e1e1e1}
#es .mod-card--border{border-top:1px solid #e1e1e1}
#es .mod-card__ft{position:relative;padding:8px 16px}
#es .mod-card__ft .g-list-inline>li{line-height:28px}
#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,.065);-webkit-background-clip:padding-box;background-clip:padding-box}
#es .mod-card__title{font-size:15px;font-weight:700;margin-bottom:8px;line-height:1}
#es .mod-card__meta,#es .mod-card__meta a,#es.es-docker .docker-login-box .docker-form-group>a{color:#888}
#es .mod-card__calendar-date{left:16px;width:40px;height:40px;background-color:#fff;color:#333;border:1px solid #e1e1e1;border-radius:2px;padding:8px;text-align:center}
#es .mod-card__calendar-day{font-weight:700;font-size:13px;line-height:13px;word-wrap:normal}
#es .mod-card__calendar-mth{color:#f65b5b;font-size:13px;line-height:13px;word-wrap:normal}
#es .mod-card__context{position:relative;padding:24px 16px 8px}
#es .mod-card__state{position:absolute;right:16px;top:-30px;display:none}
#es .mod-card.is-passed .mod-card__state{display:block}
#es.mod-es-quickpost .es-story-body{border-radius:3px 3px 0 0}
#es.mod-es-notification .mod-es-menu-bar{border:0}
#es .mod-es-dating-search-form{padding:8px 16px;border:1px solid #e1e1e1}
#es .mod-search-distance{position:relative}
#es .mod-search-distance .es-location-autocomplete{margin-top:0}
#es.mod-es-stream .es-stream-list{min-height:0}
#es.mod-es-hashtags .o-nav__item{margin-bottom:16px}
#es.mod-es-hashtags .o-nav__link{overflow:hidden;text-overflow:ellipsis}
#es.mod-es-customfieldsearch .es-list-item+.es-list-item{margin-top:8px}
#es.mod-es-customfieldsearch .es-mod-chevron:before{color:#888;content:""}
#es.mod-es-customfieldsearch .collapsed .es-mod-chevron:before{content:""}
#es.es-docker{background-color:#263238;color:#fff;line-height:1;position:fixed}
#es.es-docker.is-top{width:270px;height:44px;top:0;left:unset;right:15%;position:fixed}
    #es.es-docker .docker-avatar img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        overflow: hidden;
    }
#es.es-docker .btn,#es.es-docker .btn.active,#es.es-docker .btn:active{outline:0}
#es.es-docker .btn.active.focus,#es.es-docker .btn.active:focus,#es.es-docker .btn.focus,#es.es-docker .btn:active.focus,#es.es-docker .btn:active:focus,#es.es-docker .btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline: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);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-login,#es.es-docker.is-top.active-menu .docker-popup-menu{display:block}
#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{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-login,#es.es-docker.is-bottom.active-menu .docker-popup-menu,#es.es-docker.is-bottom.is-mobile.active-mobile-login .docker-login-box-mobile .docker-login-box,#es.es-docker.is-top.is-mobile.active-mobile-login .docker-login-box-mobile .docker-login-box{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-bottom .docker-border--left,#es.es-docker.is-top .docker-border--left{border-left:1px solid #37474f}
#es.es-docker.is-bottom .docker-border--right,#es.es-docker.is-top .docker-border--right{border-right:1px solid #37474f}
#es.es-docker.is-bottom .btn-conversations:after,#es.es-docker.is-bottom .btn-docker-menu:after,#es.es-docker.is-bottom .btn-friends:after,#es.es-docker.is-bottom .btn-notifications:after,#es.es-docker.is-bottom .btn-quickpost:after,#es.es-docker.is-top .btn-conversations:after,#es.es-docker.is-top .btn-docker-menu:after,#es.es-docker.is-top .btn-friends:after,#es.es-docker.is-top .btn-notifications:after,#es.es-docker.is-top .btn-quickpost:after{margin-right:-8px;border-width:8px}
#es.es-docker.is-bottom .btn-conversations:before,#es.es-docker.is-bottom .btn-docker-menu:before,#es.es-docker.is-bottom .btn-friends:before,#es.es-docker.is-bottom .btn-notifications:before,#es.es-docker.is-bottom .btn-quickpost:before,#es.es-docker.is-top .btn-conversations:before,#es.es-docker.is-top .btn-docker-menu:before,#es.es-docker.is-top .btn-friends:before,#es.es-docker.is-top .btn-notifications:before,#es.es-docker.is-top .btn-quickpost:before{margin-right:-7px;border-width:7px}
#es.es-docker .docker-login-box__form .docker-login-social span+span,#es.es-docker.is-bottom .btn-quickpost .fa+.fa,#es.es-docker.is-top .btn-quickpost .fa+.fa{margin-left:4px}
#es.es-docker.is-bottom .btn-quickpost .fa-angle-down,#es.es-docker.is-top .btn-quickpost .fa-angle-down{font-size:16px}
#es.es-docker.is-bottom .docker__search,#es.es-docker.is-top .docker__search{display:-webkit-flex;display:flex;margin-left:8px}
#es.es-docker.is-bottom .docker-popup-menu .docker__search,#es.es-docker.is-top .docker-popup-menu .docker__search{display:none}
#es.es-docker.is-bottom.is-mobile .docker__search,#es.es-docker.is-top.is-mobile .docker__search{max-width:215px}
#es.es-docker.is-bottom.is-mobile .docker__search.docker-border--right,#es.es-docker.is-top.is-mobile .docker__search.docker-border--right{border:0}
#es.es-docker.is-bottom.is-mobile .docker-login-box,#es.es-docker.is-bottom.is-mobile .es-story-meta-button span,#es.es-docker.is-top.is-mobile .docker-login-box,#es.es-docker.is-top.is-mobile .es-story-meta-button span{display:none}
#es.es-docker.is-bottom.is-mobile .btn-quickpost,#es.es-docker.is-top.is-mobile .btn-quickpost{border-left:0}
#es.es-docker.is-bottom.is-mobile .docker-popup-quickpost,#es.es-docker.is-top.is-mobile .docker-popup-quickpost{min-width:auto;max-width: 100%;left:0!important;right:0!important;position:fixed}
#es.es-docker.is-bottom.is-mobile .es-story-panel-dropdown,#es.es-docker.is-top.is-mobile .es-story-panel-dropdown{top:8px}
#es.es-docker.is-bottom.is-mobile .es-story-panel-dropdown .es-story-panel-button,#es.es-docker.is-top.is-mobile .es-story-panel-dropdown .es-story-panel-button{display:block;float:none}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu,#es.es-docker.is-top.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-bottom.is-mobile .docker-popup-menu ul li,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li{display:block;-webkit-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-bottom.is-mobile .docker-popup-menu ul li:first-child,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child{color:#fff;font-weight:700;text-align:left;-webkit-flex:0 1 100%;flex:0 1 100%;border-bottom:1px solid #ccc;position:relative}
#es .docker-popup-menu ul li:first-child a,#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child a,#es.es-docker.is-top.is-mobile .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,#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li:first-child a:hover,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child a:hover{background-color:transparent;color:#979797}
#es .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,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li:first-child .o-avatar{border-radius:50%}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li a,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li a{text-align:center;padding:8px}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu ul li .fa,#es.es-docker.is-top.is-mobile .docker-popup-menu ul li .fa{font-size:20px;display:block;width:auto;margin-bottom:8px;margin-right:0}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search,#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search{display:block;max-width:none;height:auto;margin:8px;border:1px solid #ccc}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search-box,#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search-box{width:100%}
#es.es-docker.is-bottom.is-mobile .docker-popup-menu .docker__search-input,#es.es-docker.is-top.is-mobile .docker-popup-menu .docker__search-input{line-height:30px}
#es.es-docker.is-bottom.is-mobile .docker-popup-window,#es.es-docker.is-top.is-mobile .docker-popup-window{position:fixed}
#es.es-docker.is-bottom.is-mobile .docker-login-box-mobile,#es.es-docker.is-top.is-mobile .docker-login-box-mobile{display:-webkit-flex;display:flex;height:100%}
#es.es-docker.is-bottom.is-mobile .docker-popup-login,#es.es-docker.is-top.is-mobile .docker-popup-login{width:100%;height:100%}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box{display:none;height:auto}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__hd,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__hd{padding:16px 16px 8px}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__bd,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__bd{padding:8px 0;border-top:1px solid #ccc}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__ft,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__ft{padding:12px;border-top:1px solid #ccc}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__note,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__note{outline:0!important}
#es.es-docker .btn-docker.has-new .docker-bubble,#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form{display:block}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span,#es.es-docker.is-top.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-bottom.is-mobile .docker-popup-login.docker-login-box .docker-form-group,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-form-group{margin-bottom:8px;margin-left:0}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .docker-form-input,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .docker-form-input{min-width:auto;max-width:none;width:100%}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .o-checkbox,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box .o-checkbox{color:#888;margin:8px 0}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box span.alternative,#es.es-docker.is-top.is-mobile .docker-popup-login.docker-login-box span.alternative{text-align:center;display:block;margin:4px 0}
#es.es-docker.is-bottom.is-mobile .docker-popup-login.docker-login-box .btn,#es.es-docker.is-top.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{height:100%}
#es.es-docker .btn-docker,#es.es-docker .docker-popup-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex:1 0 auto;flex:1 0 auto;position:relative}
#es.es-docker .btn-docker{background:0 0;color:#fff;height:32px;-webkit-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;border-radius:50%;overflow:hidden;background-size:cover}
#es.es-docker .btn-docker .docker-avatar img{overflow:hidden}
#es.es-docker .btn-docker .docker-bubble{display:none;background-color:#d95242;color:#fff;font-size:11px;line-height:18px;text-align:center;padding:0 4px;border-radius:22px;position:absolute;top:0;right:0;z-index:1020}
#es.es-docker .btn-conversations:after,#es.es-docker .btn-conversations:before,#es.es-docker .btn-friends:after,#es.es-docker .btn-friends: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{box-shadow:0 1px 2px rgba(0,0,0,.2)}
#es.es-docker .btn-xs{font-size:13px;padding:4px 8px}
#es.es-docker .no-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex:0 1 100%;flex:0 1 100%}
#es.es-docker .docker-login-box .o-checkbox label{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,.2);display:block;width:1px;height:50%;position:absolute;top:50%;-webkit-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;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,.2);border-radius:4px}
#es.es-docker .docker__search-form:before{content:"";font-family:Font Awesome\ 5 Free;font-size:14px;font-weight:900;color:#ccc;position:absolute;left:8px;top:6px}
#es.es-docker .docker__search-input{background-color:transparent;color:#fff;font-size:13px;line-height:20px;width:100%;height:auto;margin:0;padding:4px 6px 4px 28px;border:0;border-radius:0;-webkit-transition:color .2s linear;transition:color .2s linear}
#es.es-docker .docker__search-input:focus{background-color:#fff;color:#888}
#es.es-docker .docker-login-box,#es.es-docker .docker-login-box__form{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
#es.es-docker .docker-login-box{height:100%}
#es.es-docker .docker-login-box__form{color:#888;font-size:0;text-transform:none;padding:0 8px}
#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 .docker-form-group{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative}
#es.es-docker .docker-login-box .docker-form-group .fa-lock,#es.es-docker .docker-login-box .docker-form-group .fa-user{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-input{background-color:#fff;color:#888;font-size:13px;margin:0;max-width:300px;min-width:200px;height:30px;padding-left:20px;border:1px solid #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:after,#es.es-docker .docker-login-box .o-checkbox label:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#es.es-docker .docker-login-box span.alternative{font-size:13px;font-weight:700;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:700;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:700}
#es.es-docker .docker-login-box .btn-es-twitter{font-weight:700;border-color:#1381da!important}
#es.es-docker .docker-login-box .btn-es-linkedin{border-color:#377ca4!important}
#es.es-docker .docker-login-box .btn-docker-reg{color:#fff;font-size:13px;font-weight:400}
@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;max-width: max-content;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 .docker-popup-menu{display:none;min-height:100px}
#es .docker-popup-menu ul{display:-webkit-flex;display:flex;-webkit-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%;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:700;text-align:left;-webkit-flex:0 0 100%;flex:0 0 100%;border-bottom:1px solid #ccc;position:relative}
#es .docker-popup-menu ul li a{color:#555;text-align:center;display:block;display:-webkit-flex;display:flex;-webkit-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:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .docker-popup-menu ul li .fa{font-size:20px;text-align:center;display:block;margin-bottom:8px;width:auto}
#es .docker-popup-menu-profile{padding:16px;position:relative}
#es .docker-popup-menu-profile__cover{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;display:block;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}
#es .docker-popup-quickpost{display:none;background:#fff;color:#333;position:absolute}
#es .docker-popup-quickpost.is-loading{background:#fff;width:100%;height:100px}
#es .docker-popup-quickpost .es-story{border:0;padding:8px}
#es .docker-popup-quickpost .es-story-avatar,#es .docker-popup-quickpost .es-story-panel-button span{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}
@media (min-width:768px) and (max-width:1280px) {
#es.es-docker.is-bottom.active-mobile-login .docker-login-box-mobile .docker-login-box,#es.es-docker.is-top.active-mobile-login .docker-login-box-mobile .docker-login-box{display:block}
#es.es-docker.is-bottom .docker__search.docker-border--right,#es.es-docker.is-top .docker__search.docker-border--right{border:0}
#es.es-docker.is-bottom .docker-login-box,#es.es-docker.is-bottom .es-story-meta-button span,#es.es-docker.is-top .docker-login-box,#es.es-docker.is-top .es-story-meta-button span{display:none}
#es.es-docker.is-bottom .btn-quickpost,#es.es-docker.is-top .btn-quickpost{border-left:0}
#es.es-docker.is-bottom .docker-popup-quickpost,#es.es-docker.is-top .docker-popup-quickpost{min-width:auto;left:0!important;right:0!important;position:fixed}
#es.es-docker.is-bottom .es-story-panel-buttons .es-story-panel-button:nth-child(-n+10),#es.es-docker.is-top .es-story-panel-buttons .es-story-panel-button:nth-child(-n+10){display:inline-block}
#es.es-docker.is-bottom .es-story-panel-dropdown .es-story-panel-button:nth-child(-n+10),#es.es-docker.is-top .es-story-panel-dropdown .es-story-panel-button:nth-child(-n+10){display:none}
#es.es-docker.is-bottom .es-story-panel-button,#es.es-docker.is-top .es-story-panel-button{width:auto}
#es.es-docker.is-bottom .docker-popup-menu ul,#es.es-docker.is-top .docker-popup-menu ul{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
#es.es-docker.is-bottom .docker-popup-menu ul li,#es.es-docker.is-top .docker-popup-menu ul li{display:block;-webkit-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-bottom .docker-popup-menu ul li:first-child,#es.es-docker.is-top .docker-popup-menu ul li:first-child{color:#fff;font-weight:700;text-align:left;-webkit-flex:0 1 100%;flex:0 1 100%;border-bottom:1px solid #ccc;position:relative}
#es.es-docker.is-bottom .docker-popup-menu ul li:first-child a,#es.es-docker.is-top .docker-popup-menu ul li:first-child a{color:#fff;text-align:left;padding:0}
#es.es-docker.is-bottom .docker-popup-menu ul li:first-child a:hover,#es.es-docker.is-top .docker-popup-menu ul li:first-child a:hover{background-color:transparent;color:#979797}
#es.es-docker.is-bottom .docker-popup-menu ul li:first-child .o-avatar,#es.es-docker.is-top .docker-popup-menu ul li:first-child .o-avatar{border-radius:50%}
#es.es-docker.is-bottom .docker-popup-menu ul li a,#es.es-docker.is-top .docker-popup-menu ul li a{text-align:center;padding:8px}
#es.es-docker.is-bottom .docker-popup-menu ul li .fa,#es.es-docker.is-top .docker-popup-menu ul li .fa{font-size:20px;display:block;width:auto;margin-bottom:8px;margin-right:0}
#es.es-docker.is-bottom .docker-popup-menu ul li span,#es.es-docker.is-top .docker-popup-menu ul li span{display:inline-block}
#es.es-docker.is-bottom .docker-popup-menu .docker__search,#es.es-docker.is-top .docker-popup-menu .docker__search{display:block;max-width:none;height:auto;margin:8px;border:1px solid #ccc}
#es.es-docker.is-bottom .docker-popup-menu .docker__search-box,#es.es-docker.is-top .docker-popup-menu .docker__search-box{width:100%}
#es.es-docker.is-bottom .docker-popup-menu .docker__search-input,#es.es-docker.is-top .docker-popup-menu .docker__search-input{line-height:30px}
#es.es-docker.is-bottom .docker-login-box-mobile,#es.es-docker.is-top .docker-login-box-mobile{display:-webkit-flex;display:flex;height:100%}
#es.es-docker.is-bottom .docker-popup-login,#es.es-docker.is-top .docker-popup-login{width:300px}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box,#es.es-docker.is-top .docker-popup-login.docker-login-box{display:none;height:auto}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__hd,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__hd{padding:16px 16px 8px}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__bd,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__bd{padding:8px 0;border-top:1px solid #ccc}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__ft,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__ft{padding:12px;border-top:1px solid #ccc}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__note,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__note{outline:0!important}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__form,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-login-box__form{display:block}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-login-box__form .docker-login-social span+span,#es.es-docker.is-top .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-bottom .docker-popup-login.docker-login-box .docker-form-group,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-form-group{margin-bottom:8px;margin-left:0}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .docker-form-input,#es.es-docker.is-top .docker-popup-login.docker-login-box .docker-form-input{min-width:auto;max-width:none;width:100%}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .o-checkbox,#es.es-docker.is-top .docker-popup-login.docker-login-box .o-checkbox{color:#888;margin:8px 0}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .o-checkbox label,#es.es-docker.is-top .docker-popup-login.docker-login-box .o-checkbox label{padding-left:8px}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box span.alternative,#es.es-docker.is-top .docker-popup-login.docker-login-box span.alternative{text-align:center;display:block;margin:4px 0}
#es.es-docker.is-bottom .docker-popup-login.docker-login-box .btn,#es.es-docker.is-top .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:flex;-webkit-align-items:center;align-items:center;-webkit-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;-webkit-transition:all .2s ease-out .2s;transition:all .2s ease-out .2s}
#es .btn-es-float-wrap.is-hover:hover .btn-es-float--default .fa{transform:rotate(135deg) translate(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,.25);padding:2px;outline:0!important;position:relative;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(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,.125);box-shadow:inset 0-8px 5px rgba(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 ease-out .2s;-o-transition:all .3s .2s ease-out;transition:all .3s ease-out .2s}
#es .btn-es-float--sub .btn-es-float__txt{background:rgba(0,0,0,.5);background-clip:padding-box;color:#fff;font-weight:700;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;transition:all .2s;-webkit-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%);transform:translate(-50%,-90%)}
#es .btn-es-float--sub:hover .btn-es-float__txt:hover{background:rgba(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-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,.5);z-index:10023;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-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:700}
#es .es-quickpost-story__hd{position:relative;padding:8px;background-color:#fff;border:1px solid #e1e1e1;border-bottom:0;border-radius:3px 3px 0 0}
#es .es-quickpost-story__bd{background:#fff;padding:8px}
#es .es-quickpost-story.is-hover .es-story-header,#es .es-quickpost-story__bd .es-story-avatar{display:none}
#es .es-quickpost-story__bd .es-story-body,#es .es-quickpost-story__bd .es-story-footer,#es .es-quickpost-story__bd .es-story-header,#es .es-quickpost-story__bd [data-message-group],.method-totp fieldset .control-group .controls{margin-left:0}
#es .es-quickpost-story .es-story{width:600px;border-radius:0 0 3px 3px}
#es.popbox--story-panel{z-index:10024}
#es.is-mobile .es-quickpost-popup{height:100%}
#es.is-mobile .es-quickpost-story{padding:8px;width:100vw;overflow-y:auto;top:0;-webkit-overflow-scrolling:touch}
#es.is-mobile .es-quickpost-story__bd{border-radius:0 0 3px 3px}
#es.is-mobile .es-quickpost-story .es-story{width:100%;height:100%}
#es.is-mobile .es-quickpost-story .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:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}
#es .es-ageverify{border:1px solid #e1e1e1;border-radius:3px}
#es .es-ageverify__content{padding:16px;text-align:center}
#es .es-ageverify__title{font-size:1.1em;color:#888;margin-bottom:4px}
#es .es-ageverify__desc{color:#888;margin:8px auto;max-width:600px}
#es .es-ageverify__action .btn+.btn{margin-left:8px}
#es .es-ageverify__terms{color:#888;padding:16px;background-color:#f5f5f5;border-top:1px solid #e1e1e1;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
#es .es-ageverify__terms-title{margin-bottom:4px}
#es .es-ageverify__terms-list{margin:0 0 0 16px;padding:0}
@media (max-width:480px) {
#es .es-ageverify__action .btn{margin-bottom:16px;display:block}
#es .es-ageverify__action .btn+.btn{margin-left:0}
}
#es .mod-es-albums-item{padding:8px;border:1px solid #e1e1e1;overflow:hidden}
#es .mod-es-albums-item+.mod-es-albums-item{margin-top:8px}
#es .mod-es-albums-item .photos-1 .es-photo>a{padding-top:38%!important}
#es .mod-es-albums-item .photos-1 u{position:absolute!important}
#es .mod-es-albums-item .photos-1 img{width:100%!important;max-height:none!important}
#es .mod-es-albums-item .photos-3 .es-photo:first-child>a{padding-top:38%!important}
#es.mod-es-dropdown-menu__body{overflow:hidden}
#es.mod-es-dropdown-menu .dropdown-toggle_{cursor:pointer;-webkit-user-select:none;user-select:none}
#es.mod-es-dropdown-menu .dropdown-menu{border:0}
#es.mod-es-dropdown-menu .dropdown-menu a{-webkit-user-select:none;user-select:none}
#es.mod-es-dropdown-menu .dropdown-menu span{display:block;padding:3px 20px;clear:both;font-weight:700;line-height:1.7;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: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 #e1e1e1}
#es .mod-es-leader__points{font-weight:700}
#es .mod-es-leader__points span{font-weight:400;color:#888}
#es .es-leader-context__info{overflow:hidden;word-wrap:break-word;word-break:break-all}
#es .es-mod-login-wrap{border:1px solid #e1e1e1}
#es .es-mod-login-wrap__hd{background-color:#f5f5f5;padding:16px 16px 0}
#es .es-mod-login-wrap__ft{padding:8px 16px;border-top:1px solid #e1e1e1;background-color:#fff}
#es .mod-es-menu-bar{border:1px solid #e1e1e1;padding:4px 8px}
#es .mod-es-menu-bar__icon-link{color:#888;padding:4px 8px;min-width:28px;position:relative;text-align:center;outline:0!important}
#es .mod-es-menu-bar__icon-link:hover{background:0 0}
#es .mod-es-menu-bar__icon-link::-moz-focus-inner{border:0!important}
#es .mod-es-menu-bar__icon-link>i{line-height:19px}
#es .mod-es-menu-bar__icon-link.has-new .mod-es-menu-bar__link-bubble{display:block}
#es .mod-es-menu-bar__link-bubble{display:none;position:absolute;color:#fff;background-color:#f65b5b;top:0;right:-2px;min-width:10px;height:13px;overflow:hidden;border-radius:2px;text-align:center;font-size:10px;line-height:14px;font-weight:700;padding:0 2px}
#es .mod-es-pf-hd__cover-wrap{display:block;height:0;overflow:hidden;position:relative;padding:22%0 0}
#es .mod-es-pf-hd__cover{background-size:cover;border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}
#es .mod-es-pf-hd__content{text-align:center;position:relative;border:1px solid #e1e1e1;padding:40px 16px 16px}
#es .mod-es-pf-hd__avatar{position:absolute;top:-32px;left:50%;margin-left:-32px}
#es .mod-es-pf-hd__avatar .o-avatar{background-color:#fff;padding:2px}
#es .mod-es-pf-hd__badges{margin-top:8px;text-align:left}
#es .mod-es-pf-hd__badges a{margin:4px;display:inline-block}
#es .mod-es-pf-hd__badges img{display:inline-block;height:32px;width:32px;max-height:32px;max-width:32px}
#es .mod-es-menu-list{border:1px solid #e1e1e1;border-top:0;padding:8px 16px}
#es .mod-es-menu-list__item{display:block;color:#888;padding:4px 8px}
#es .es-completeness-check-list__item a,#es .mod-es-menu-list__item:hover{color:#444}
#es.mod-es-profile-completeness .progress{height:8px;-webkit-box-shadow:none;box-shadow:none;margin-bottom:8px}
#es .es-completeness-check-list__item a: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 a,#es .es-completeness-check-list__item.is-completed span{text-decoration:line-through;color:#888}
#es .es-completeness-check-list__icon{border:1px solid #ec971f;border-radius:50%;width:24px;height:24px;line-height:1;text-align:center;position:relative;color:#ec971f}
#es .es-completeness-check-list__icon i{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#es .mod-es-recentpolls .es-polls+.es-polls{border-top:1px solid #e1e1e1}
#es .es-completeness-check-list__item+.es-completeness-check-list__item,#es .mod-es-recentpolls .es-polls__item+.es-polls__item{margin-top:8px}
#es .mod-es-search__dropdown{padding:8px 16px;right:0;top:30px;width:262px}
#es .mod-es-search__filter{position:absolute;right:8px;top:0}
#es .mod-es-search__filter-header{border-bottom:1px solid #e1e1e1;padding-bottom:4px;margin-bottom:4px}
#es .mod-es-search__filter-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 0 20px;
    height: 50px;
}
body.has-docker{-ms-overflow-style:scrollbar}
body.has-docker.docker-top #eb .eb-dashboard-sticky-header.affix{top:40px}
body.has-docker.docker-bottom #es.es-explorer-popup,body.has-docker.docker-bottom #es.es-photo-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 #ck .layout-compact,body.has-docker.docker-bottom #ckit.layout-compact{bottom:40px}
body.has-docker.docker-bottom #ck .ckit-window{bottom:132px}
body.has-docker .fancybox-opened{z-index:18030}
body.is-eb-photo-popup #ck .ckit-window,body.is-eb-photo-popup #ck .layout-compact,body.is-eb-photo-popup #es .es-quickposting,body.is-es-photo-popup #ck .ckit-window,body.is-es-photo-popup #ck .layout-compact,body.is-es-photo-popup #es .es-quickposting,body.is-es-quickpost-popup #ck .ckit-window,body.is-es-quickpost-popup #ck .layout-compact,body.is-es-quickpost-popup #es .es-quickposting{z-index:9}
body.has-conversekit #es .es-quickposting{bottom:22px;right:84px}
#es .es-videos-form-wrapper{padding-bottom:70px}
#es .es-videos-form-wrapper__hd{padding:16px 0;border-bottom:1px solid #e1e1e1}
#es .es-videos-form-wrapper__title{font-size:13px;margin:0;font-weight:700}
#es .es-video-form-actions{border-top:1px solid #e1e1e1;padding:16px}
#es .es-video-group-title{font-size:18px;margin:0 0 10px;padding:0}
#es .es-video-thumbnail{position:relative;margin-bottom:10px;z-index:1}
#es .es-video-title>a{max-height:36px;line-height:18px;font-weight:700;display:block;overflow:hidden;position:relative}
#es .es-video-meta:after,#es .es-video-meta:before{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:"·";position:absolute;top:2px;left:-10px}
#es .es-video-meta>span.es-video-manage{padding-left:8px;border-left:1px solid #e1e1e1}
#es .es-video-context{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}
#es .es-playlist-wrap{background:#f5f5f5}
#es .es-playlist-wrap .es-item-list>li+li{border-top:1px solid #e1e1e1;padding-top:5px;margin-top:5px}
#es .es-playlist-title{margin-bottom:15px}
#es .es-playlist-item-title{font-weight:700;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-videos-featured{margin-bottom:20px}
#es.es-mobile-content .es-video-single{background-color:#fff;margin:0-16px;padding:8px 16px}
#es.es-mobile-content .es-video-single .es-likes-wrap{background-color:#fff;border-bottom:1px solid #e1e1e1}
#es.es-mobile-content .es-video-actions,#es.es-mobile-content .es-video-content-body{margin:0-16px}
#es.es-mobile-content .es-video-actions{border-top:1px solid #e1e1e1}
#es.es-mobile-content .es-comments-wrap{margin:0-16px;padding:16px;background-color:#fff}
#es .albumart-frame{background-size:cover;width:128px;height:128px;background-position:50%;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,.3);font-family:Consolas,Monaco,Andale Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;tab-size:4;-webkit-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.cdata,#es .token.comment,#es .token.doctype,#es .token.prolog{color:#708090}
#es .token.punctuation{color:#f8f8f2}
#es .namespace{opacity:.7}
#es .token.constant,#es .token.property,#es .token.symbol,#es .token.tag{color:#f92672}
#es .token.boolean,#es .token.number{color:#ae81ff}
#es .token.attr-name,#es .token.builtin,#es .token.selector,#es .token.string{color:#a6e22e}
#es .language-css .token.string,#es .style .token.string,#es .token.entity,#es .token.operator,#es .token.url,#es .token.variable{color:#f8f8f2}
#es .token.atrule,#es .token.attr-value{color:#e6db74}
#es .token.keyword{color:#66d9ef}
#es .token.important,#es .token.regex{color:#fd971f}
#es .token.important{font-weight:700}
#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%);transform:translateX(-50%) translateY(-50%)}
#es .o-loader:before{border-radius:500rem;border:4px solid rgba(0,0,0,.1)}
#es .o-loader:after,#es .o-loader:before{position:absolute;content:"";top:0;left:50%}
#es .o-loader:after{animation:fd-loader .55s linear;animation-iteration-count:infinite;border-radius:500rem;border:4px solid transparent;border-top-color:#999;box-shadow:0 0 0 1px transparent}
#es .o-loader.o-loader--top{top:16px;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}
#es .o-loader.o-loader--sm:after,#es .o-loader.o-loader--sm:before{width:20px;height:20px;margin:0 0 0-10px}
#es .o-loader.o-loader--xs:after,#es .o-loader.o-loader--xs:before{width:12px;height:12px;margin:0 0 0-6px}
#es .o-loader:after,#es .o-loader:before{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 .o-loader.is-active,#es .o-loader.is-visible,#es.is-loading .o-loader{display:block}
#es .o-loader.is-disabled,#es .o-loader.is-hidden{display:none}
#es .o-loader{width:36px;height:36px;font-size:13px}
#es .o-loader--sm{width:20px;height:20px}
#es .o-loader--xs{width:12px;height:12px}
#es .o-loader.with-text{min-width:36px;padding-top:40px}
#es .o-loader.o-loader--sm.with-text{min-width:20px;padding-top:24px}
#es .o-loader.o-loader--inline{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;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--clean{min-height:0;text-align:left}
#es .o-empty--clean .o-empty__content{position:relative;left:0;top:0;-webkit-transform:translate(0);transform:translate(0)}
#es .o-empty--height-no{min-height:0}
#es .o-empty--bg-no{background-color:transparent}
#es .o-empty--bg-shade{background-color:#f5f5f5}
#es .o-empty--bordered{border:1px solid #e1e1e1}
#es .o-empty__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#es .o-empty__icon{font-size:40px;color:#888;margin-bottom:8px;width:auto}
#es .o-empty__icon--sm{font-size:28px;color:#888}
#es .o-empty__action{margin-top:20px}
#es.is-mobile .o-empty--height-no{min-height:80px}
#adman-ads,#es .is-empty .o-empty{display:inline-block}
#es .t-icon--primary{color:#4a90e2}
#es .t-icon--success{color:#4fc251}
#es .t-icon--danger{color:#f65b5b}
#es .t-icon--default{color:#fff}
#es .t-icon--info{color:#5bc0de}
#es .t-icon--warning{color:#ec971f}
#es .t-hidden{display:none!important}
#es .t-block{display:block!important}
#es .t-inline{display:inline!important}
#es .t-inline-block{display:inline-block!important}
#es .t-visibility--hidden{visibility:hidden!important}
#es .t-visibility--visible{visibility:visible!important}
#es .pull-left,#es .t-lg-pull-left,#es .t-pull-left{float:left!important}
#es .pull-right,#es .t-lg-pull-right,#es .t-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:after,#es .fd-cf:before{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--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.is-mobile .t-lg-text--center,#es.is-mobile .t-lg-text--left,#es.is-mobile .t-lg-text--right,#es.w780 .t-lg-text--center,#es.w780 .t-lg-text--left,#es.w780 .t-lg-text--right{text-align:unset!important}
#es.is-mobile .t-sm-text--right,#es.w780 .t-sm-text--right{text-align:right!important}
#es.is-mobile .t-sm-text--center,#es.w780 .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--primary{color:#428bca!important}
a#es .t-text--primary:focus,a#es .t-text--primary:hover{color:#3071a9}
#es .t-text--success{color:#3c763d!important}
a#es .t-text--success:focus,a#es .t-text--success:hover{color:#2b542c}
#es .t-text--info{color:#31708f!important}
a#es .t-text--info:focus,a#es .t-text--info:hover{color:#245269}
#es .t-text--warning{color:#8a6d3b!important}
a#es .t-text--warning:focus,a#es .t-text--warning:hover{color:#66512c}
#es .t-text--danger{color:#fc595b!important}
a#es .t-text--danger:focus,a#es .t-text--danger:hover{color:#fb272a}
#es .t-text--bold{font-weight:700!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-container .es-profile-header,.dropdown-mobile-from-header #es.is-mobile .es-container{z-index:1}
.dropdown-mobile-from-container #es.is-mobile .es-container{z-index:2}
[class^=tm-] div#fd button,[class^=tm-] div#fd input,[class^=tm-] div#fd textarea{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}
#es .es-photos.pattern-tile.photos-2 .es-photo .fotocanonical,#es .es-photos.pattern-tile.photos-3 .es-photo .fotocanonical,#es .es-photos.pattern-tile.photos-4 .es-photo .fotocanonical,#es .es-photos.pattern-tile.photos-5 .es-photo .fotocanonical,#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-cover-menu .dropdown-menu>li.divider,#es.is-mobile .es-list-item .dropdown-menu>li.divider,#es.is-mobile .es-media-item-menu .dropdown-menu>li.divider,#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li.divider,#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li.divider,#es.is-mobile .es-profile-header-nav__item .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-stream-control .dropdown-menu>li.divider,.method-totp .well{display:none}
.method-totp fieldset ul{padding:0;margin:0;list-style:none}
.method-totp fieldset .span6{width:100%}
.method-totp fieldset .alert-info{background:0 0;border:0}
.method-totp fieldset .control-group label.control-label{width:20%}
.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-comment-actions .dropdown-menu,#es.is-mobile .es-convo__sidebar-action .dropdown-menu,#es.is-mobile .es-cover-menu .dropdown-menu,#es.is-mobile .es-list-item .dropdown-menu,#es.is-mobile .es-media-item-menu .dropdown-menu,#es.is-mobile .es-mobile-filter-toggle .dropdown-menu,#es.is-mobile .es-mobile-list-item__action .dropdown-menu,#es.is-mobile .es-profile-header-nav__item .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-stream-control .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-comment-actions .dropdown-menu>li,#es.is-mobile .es-convo__sidebar-action .dropdown-menu>li,#es.is-mobile .es-cover-menu .dropdown-menu>li,#es.is-mobile .es-list-item .dropdown-menu>li,#es.is-mobile .es-media-item-menu .dropdown-menu>li,#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li,#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li,#es.is-mobile .es-profile-header-nav__item .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-stream-control .dropdown-menu>li{position:relative;border-bottom:1px solid #e1e1e1}
#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-cover-menu .dropdown-menu>li>a,#es.is-mobile .es-list-item .dropdown-menu>li>a,#es.is-mobile .es-media-item-menu .dropdown-menu>li>a,#es.is-mobile .es-mobile-filter-toggle .dropdown-menu>li>a,#es.is-mobile .es-mobile-list-item__action .dropdown-menu>li>a,#es.is-mobile .es-profile-header-nav__item .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-stream-control .dropdown-menu>li>a{font-size:14px;line-height:2;background:#fff;padding:9px 18px;max-width:none}
#es.is-mobile .es-comment-actions .dropdown-backdrop,#es.is-mobile .es-convo__sidebar-action .dropdown-backdrop,#es.is-mobile .es-cover-menu .dropdown-backdrop,#es.is-mobile .es-list-item .dropdown-backdrop,#es.is-mobile .es-media-item-menu .dropdown-backdrop,#es.is-mobile .es-mobile-filter-toggle .dropdown-backdrop,#es.is-mobile .es-mobile-list-item__action .dropdown-backdrop,#es.is-mobile .es-profile-header-nav__item .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-stream-control .dropdown-backdrop{background:rgba(0,0,0,.8)}
#es.es-photo-popup ::-webkit-scrollbar{width:7px;height:7px}
#es.es-photo-popup ::-webkit-scrollbar-button{display:none}
#es.es-photo-popup ::-webkit-scrollbar-track{background-color:#a8a8a8}
#es.es-photo-popup ::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
#es.es-photo-popup ::-webkit-scrollbar-thumb{height:25px;background-color:#a8a8a8;border-radius:7px}
#es.es-photo-popup ::-webkit-scrollbar-corner{background-color:#a8a8a8}
#es.es-photo-popup ::-webkit-resizer{background-color:#a8a8a8}
#es.popbox ::-webkit-scrollbar{width:5px;height:5px}
#es.popbox ::-webkit-scrollbar-button{display:none}
#es.popbox ::-webkit-scrollbar-track{background-color:#a8a8a8}
#es.popbox ::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
#es.popbox ::-webkit-scrollbar-thumb{height:25px;background-color:#a8a8a8;border-radius:5px}
#es.popbox ::-webkit-scrollbar-corner{background-color:#a8a8a8}
#es.popbox ::-webkit-resizer{background-color:#a8a8a8}
#es .es-dialog-body ::-webkit-scrollbar{width:7px;height:7px}
#es .es-dialog-body ::-webkit-scrollbar-button{display:none}
#es .es-dialog-body ::-webkit-scrollbar-track{background-color:#a8a8a8}
#es .es-dialog-body ::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
#es .es-dialog-body ::-webkit-scrollbar-thumb{height:25px;background-color:#a8a8a8;border-radius:7px}
#es .es-dialog-body ::-webkit-scrollbar-corner{background-color:#a8a8a8}
#es .es-dialog-body ::-webkit-resizer{background-color:#a8a8a8}
#es .es-story-panel-content ::-webkit-scrollbar{width:5px;height:5px}
#es .es-story-panel-content ::-webkit-scrollbar-button{display:none}
#es .es-story-panel-content ::-webkit-scrollbar-track{background-color:#a8a8a8}
#es .es-story-panel-content ::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
#es .es-story-panel-content ::-webkit-scrollbar-thumb{height:25px;background-color:#a8a8a8;border-radius:5px}
#es .es-story-panel-content ::-webkit-scrollbar-corner{background-color:#a8a8a8}
#es .es-story-panel-content ::-webkit-resizer{background-color:#a8a8a8}
#es .fotocanonical{width:23px;height:23px;position:absolute;top:-25px;z-index:9999;right:0;display:block}
#es .es-restricted{display:flex;flex-direction:column;width:100%}
#es .kinofestival-avatar{display:flex;justify-content:center}
#es .kinofestival-avatar img{width:200px;height:200px;border-radius:50%}
#es .popbox-dropdown-nav__image>span{width:64px;height:64px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;display:block}
#es .popbox-dropdown-nav__post{color:#333}
#es .popbox-dropdown-nav__meta-lists{color:#777}
#es.mod-es-search{justify-content:center;align-items:center;max-width:800px;height:auto;margin:15px auto 5px}
#es.mod-es-search,#es.mod-es-search .mod-bd,#es.mod-es-search .mod-bd .o-input-group,#es.mod-es-search .mod-bd form{display:flex;width:100%}
#es.mod-es-search input.o-form-control{display:flex;width:100%;max-width:687px;margin-right:12px!important;height:44px!important;padding:5px 10px;border:1px solid #eeebea!important;border-radius:9px!important;font-size:15px;color:#000!important;box-sizing:border-box}
#es.mod-es-search .es-searchbtn{display:flex;justify-content:flex-end;width:100%;max-width:100px;margin-left: 10px;}
#es.mod-es-search .es-searchbtn button.btnsearch{font-weight:400;padding:0;font-size:17px;border-radius:9px;border:1px #feebef solid;height:44px;line-height:44px;width:100%;margin:0 auto;background:#feebef}
#es.mod-es-search .es-searchbtn button.btnsearch .aeonmentop.aeonpoisk:before{font-size:14px}
#es .search-filters {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
#es .search-filters-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 50px;
}
#es .es-search-mini-result-wrap{max-height:450px;overflow:hidden;overflow-y:auto}
#es .es-search-mini-result-list,#es .es-search-mini-result-list__item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-wrap:wrap;height:auto}
#es .es-search-mini-result-list{flex:auto;margin:5px;padding:0;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;line-height:1}
#es .es-search-mini-result-list__item{justify-content:center;align-self:flex-start;align-items:center;align-content:center;flex-direction:column;width:auto;max-width:200px;margin:0;-webkit-flex:25%;-ms-flex:25%;flex:25%;padding:10px}
#es .es-search-mini-result-list__item img,#es .es-search-result .es-list .es-list__item img{border-radius:1rem}
#es span.es-search-mini-result-name{display:flex;margin:5px auto;line-height:1.2;font-size:13px}
#es .es-search-mini-result-list__item>a{color:#000;padding:0;display:block}
#es .es-search-mini-result-list__item>a:hover{background-color:unset}
#es .es-search-mini-footer,#es .es-search-mini-result-list__item+.es-search-mini-result-list__item{border-top:unset}
#es .es-search-mini-footer{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;height:auto;padding:15px;background:#feebef}
#es .es-search-result,#es .imgsearchresult{display:flex;justify-content:center;width:100%}
#es .es-search-result{flex-direction:column}
#es .imgsearchresult{margin:15px auto}
#es .es-search-result .es-list,#es .es-search-result .es-list .es-list__item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;flex-wrap:wrap;height:auto}
#es .es-search-result .es-list{flex:auto;margin:5px;padding:0;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-justify-content:center;-ms-justify-content:center;line-height:1}
#es .es-search-result .es-list .es-list__item{border-top:1px solid #eeebea;align-self:flex-start;align-items:center;align-content:center;flex-direction:column;width:auto;max-width:320px;margin:0;-webkit-flex:25%;-ms-flex:25%;flex:25%;padding:10px}
#es .es-list__item:not(:first-child){border-top:unset}
#es .es-search-pagination{display:flex;justify-content:center;margin:30px auto;width:100%}
#es h2.search-title{display:flex;text-align:left;font-size:16px;color:#000;margin-top:10px;margin-bottom:10px}
#es span.search-date{font-size:13px;color:#777}
#es span.search-list-image {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
#es span.search-list-photo {
    position: absolute;
    display: flex;
    width: auto;
    max-width: max-content;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    color: #a9b0ff;
    padding: 0 15px;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
#es span.search-list-poster {
    position: absolute;
    display: flex;
    width: auto;
    max-width: max-content;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    color: #b9ffa9;
    padding: 0 15px;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
#es span.search-list-avtor {
    position: absolute;
    display: flex;
    width: auto;
    max-width: max-content;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    color: #ffa9f9;
    padding: 0 15px;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
#es span.search-list-pages {
    position: absolute;
    display: flex;
    width: auto;
    max-width: max-content;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    color: #a9e9ff;
    padding: 0 15px;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
#es span.search-list-kino {
    position: absolute;
    display: flex;
    width: auto;
    max-width: max-content;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0deg 0% 0% / 50%);
    color: #ffa9a9;
    padding: 0 15px;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
#es .es-activity .activity-meta{margin:15px;color:#777;font-size:12px}
#es.view-activities .es-stream{padding:10px;display:block}
#es .pagetitlephotodesk{display:flex;flex-direction:column;width:100%;justify-content:center;text-align:left;padding:0 30px;font-size:17px}
a.menuavatar{display:flex!important;flex-direction:row;justify-content:flex-start;align-items:center}
img.menuavatarimg{width:35px;height:35px;border-radius:999px;margin:0 10px 0 0}
#es .es-h1,#es .es-h2,#es .es-h3,#es .es-h4,#es .es-h5,#es .es-h6,#es h1,#es h2,#es h3,#es h4,#es h5,#es h6{font-family:inherit;font-weight:500;line-height:1.2;color:inherit;text-align:center;padding:1em 0 .7em;margin:0}
#es .photopopupfix,#es .photopopupfixmobile{display:block;height:400px;width:320px;min-width:320px;max-width:320px;margin-top:15px}
#es .photopopupfixmobile{height:100px}
#es .es-comment-attachments{margin:0-4px 8px!important;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
#es .es-comment-attachments__item{position:relative;display:block!important;margin:0;padding:16px;list-style:none;-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}
#es .es-comment-attachments a{display:block;position:relative;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:9px;cursor:zoom-in}
#es .es-comment-attachments a i{z-index:3;color:#fff;top:50%;text-align:center;font-size:24px;line-height:30px;margin-top:-15px}
#es .es-comment-attachments a i,#es .es-comment-attachments a:after{-webkit-transition:ease .5s;-o-transition:ease .5s;transition:ease .5s;position:absolute;left:0;right:0;opacity:0;filter:alpha(opacity=0)}
#es .es-comment-attachment-remove{background:rgba(0,0,0,.75);border-radius:100%;position:absolute;right:8px;top:8px;width:16px;height:16px;line-height:16px;font-size:10px;color:#fff;text-align:center;z-index:10;display:none;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
#es .es-comment-attachments__item:hover .es-comment-attachment-remove,#es.aeondocker .btn-docker.has-new .docker-bubble{display:block}
#es .es-comment-attachment-remove:hover{background:#d00}
#es .es-comment-attachment-remove:after,#es .es-comment-attachment-remove:before{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-lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;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:400}
.lb-outerContainer{position:relative;background-color:#fff;*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-container{padding:4px}
.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}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block;position:relative}
.lb-nav a.lb-next,.lb-nav a.lb-prev{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{width:34%;left:0;float:left}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-nav a.lb-next{width:64%;right:0;float:right}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;position:relative;animation:lb-spin 1s infinite steps(8)}
.lb-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-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;text-align:right;outline:0;filter:alpha(opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;position:relative}
.lb-data .lb-close:before{display:block;content:"";position:absolute;right:0;top:12px;font-family:"Font Awesome 5 Free";font-weight:900;font-size:24px;color:#fff}
.lb-dataContainer:after{content:"";display:table;clear:both}
.linkredaktor{color:#5079da!important}
#es.aeondocker .docker-popup-container.dockeronlydesktop{display:none}
#es.aeondocker .btn-docker,#es.aeondocker .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;position:relative}
#es.aeondocker .docker-popup-container{height:100%}
#es.aeondocker{background-color:#263238;color:#fff;line-height:1;position:fixed;z-index:1009}
#es.aeondocker .btn,#es.aeondocker .btn.active,#es.aeondocker .btn:active{outline:0}
#es.aeondocker.is-top{width:auto;height:45px;top:0;left:unset;right:10%;position:fixed}
#es.aeondocker .btn-docker .docker-bubble{display:none;min-width:15px;height:15px;background-color:#d95242;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;padding:0 4px;border-radius:22px;position:absolute;top:0;right:0;z-index:1020}
#es.aeondocker.is-bottom .btn-conversations:before,#es.aeondocker.is-bottom .btn-docker-menu:before,#es.aeondocker.is-bottom .btn-friends:before,#es.aeondocker.is-bottom .btn-notifications:before,#es.aeondocker.is-bottom .btn-quickpost:before,#es.aeondocker.is-top .btn-conversations:before,#es.aeondocker.is-top .btn-docker-menu:before,#es.aeondocker.is-top .btn-friends:before,#es.aeondocker.is-top .btn-notifications:before,#es.aeondocker.is-top .btn-quickpost:before{margin-right:-7px;border-width:7px}
#es.aeondocker .btn-conversations:after,#es.aeondocker .btn-conversations:before,#es.aeondocker .btn-friends:after,#es.aeondocker .btn-friends:before,#es.aeondocker .btn-notifications:after,#es.aeondocker .btn-notifications:before,#es.aeondocker .btn-quickpost:after,#es.aeondocker .btn-quickpost:before,#es.aeondocker .btn-requestlogin:after,#es.aeondocker .btn-requestlogin:before{border:solid transparent;content:" ";height:0;width:0;position:absolute}
#es.aeondocker.is-bottom,#es.aeondocker.is-top,#es.es-docker.is-bottom,#es.es-docker.is-top{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
body #es.aeondocker{background-color:transparent}
#es img.emoji{width:20px;height:20px;margin:0 5px}
#es .es-page-category{display:flex;justify-content:space-between;flex-wrap:wrap}
#es .btnclustercategory{display:flex;justify-content:center;background:#fff;font-weight:400;padding:0;font-size:15px;border-radius:999px;height:50px;line-height:50px;min-width:200px;max-width:350px;margin:0 auto}
#es a.btnclustercategory,#es a.btnlentanewr{color:#000}
#es .clustercategoryfilter{display:flex;justify-content:flex-start;width:auto;align-items:center;margin:35px 15px}
#es .lentanewr{display:flex;width:auto;justify-content:flex-end;margin:15px auto;padding-right:15px}
#es .btnlentanewr{display:flex;justify-content:center;background:#ebf0ff;font-weight:400;padding:0;font-size:15px;border-radius:999px;height:50px;line-height:50px;width:259px}
#es .downloadposter,#es .downloadposterbutton{display:flex;justify-content:center;align-items:center}
#es .downloadposter{height:50px;line-height:50px;background:#ebf0ff;border-radius:1.5rem;width:300px;margin:15px auto 5px}
#es .downloadposter a{color:#111;font-size:14px}
#es .downloadposterbutton{border-radius:999px;position:relative;margin:35px auto!important;background-color:#fff;width:100%;max-width:320px;border:4px #4a90e2 solid;height:70px;line-height:70px}
#es .downloadposterbutton a{color:#000;font-weight:500;font-size:17px;text-transform:uppercase}
#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{right:24px}
#es.es-docker.is-top.active-menu .btn-docker-menu:before,#es.es-docker.is-top.active-mobile-login .btn-docker-menu:before,#es.es-docker.is-top.active-quickpost .btn-quickpost:before{border-bottom-color:rgb(139 160 176/10%)}
#es .docker-popup-quickpost{width:100%;max-width:790px;min-width:590px;border:unset;box-shadow:0 5px 15px rgb(139 160 176/10%);border-radius:9px}
#es .docker-popup-quickpost .es-media-group{max-height:300px}
body.has-docker.docker-top #es.es-dialog{top:0}
body.has-docker #es.es-dialog{height:calc(100% - 0px)}
#es.aeondocker.is-top.active-menu .btn-docker-menu:after,#es.aeondocker.is-top.active-menu .btn-docker-menu:before,#es.aeondocker.is-top.active-mobile-login .btn-docker-menu:after,#es.aeondocker.is-top.active-mobile-login .btn-docker-menu:before{right:24px}
#es.aeondocker.is-top.active-quickpost .docker-popup-quickpost{display:block;margin-top:44px;top:0;right:0}
#es.aeondocker.is-top.active-menu .docker-popup-login,#es.aeondocker.is-top.active-menu .docker-popup-menu{display:block}
#es.aeondocker.is-top.active-notifications .btn-notifications:before{border-bottom-color:rgb(139 160 176/10%)}
#es.aeondocker .labs-popup{background:#fff;line-height:1.5;text-align:left;border:solid 1px #f1f0f0;border-radius:1px;box-shadow:0 1px 1px 0 rgba(0,0,0,.44);white-space:normal;z-index:1000}
#es.aeondocker.is-top.active-mobile-login .labs-popup-window{margin-top:44px;position:absolute;top:0;right:0;display:block;width:300px;height:auto}
#es.aeondocker .labs-login-box{display:none}
#es.aeondocker .labs-login-box__form{color:#111;font-size:0;text-transform:none;padding:15px;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:block}
#es.aeondocker .labs-login-box .labs-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;padding:10px 15px}
#es.aeondocker .btn-docker .docker-avatar{width:32px!important;height:32px!important;padding:0;position:relative;display:flex;justify-content:flex-start;margin:0;border-radius:50%;overflow:hidden;background-size:cover}
#es.aeondocker .docker-avatar img{width:32px;height:32px;border-radius:50%;display:flex;overflow:hidden}
#es.aeondocker .docker-popup{padding-top:7px;padding-bottom:7px;background:#fff;line-height:1.7;text-align:left;border:unset;border-radius:7px;box-shadow:0 5px 15px rgb(139 160 176/10%);white-space:normal;z-index:1000}
#es.aeondocker .btn-docker-menu .i-chevron{width:30px;height:40px;line-height:40px;border-radius:9px;display:flex;justify-content:center;align-items:center}
#es .docker-popup-container.dockermenu a i:hover{background:#f7f9ff!important}
#es .docker-popup-container.dockermenu{justify-content:flex-start}
#es.aeondocker .btn-docker-menu .i-chevron:before{border-style:solid;border-width:.15em .15em 0 0;content:"";display:inline-block;width:.5em;height:.5em;position:relative;top:.45em;left:0;vertical-align:top}
#es.aeondocker .btn-docker-menu .i-chevron.i-chevron--down:before{color:#000;top:unset;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}
#es.aeondocker .text-menu{padding-left:1px}
#es.aeondocker.is-top.active-menu .docker-popup-window,#es.aeondocker.is-top.active-mobile-login .docker-popup-window{margin-top:44px;position:absolute;top:0;right:-10px}
#es.aeondocker .btn-docker{font-weight:500;border-radius:3px;margin:4px 3px;width:55px;padding:0;height:32px}
#es.aeondocker .fa{font-size:23px;text-align:center}
#es.aeondocker.is-top.active-quickpost .btn-quickpost:after,#es.aeondocker.is-top.active-quickpost .btn-quickpost:before{position:absolute;top:calc(100% - 6px);right:24px;z-index:1}
#es.aeondocker.is-top.active-notifications .btn-notifications:after,#es.aeondocker.is-top.active-notifications .btn-notifications:before{position:absolute;top:calc(100% - 6px);right:24px;z-index:1000}
@media (max-width:1280px) and (min-width:768px) {
#es.aeondocker.is-bottom .docker-popup-quickpost,#es.aeondocker.is-top .docker-popup-quickpost{min-width:300px;width:100%;left:unset!important;right:unset!important;position:fixed;max-width:500px}
}
body #es.aeondocker .btn-docker.active,body #es.aeondocker .btn-docker:active,body #es.aeondocker .btn-docker:hover{background-color:transparent!important}
body #es.aeondocker .btn-docker,body #es.aeondocker .docker-login-box .btn-docker-reg,body #es.aeondocker .docker-login-box .docker-form-group>a,body #es.aeondocker .docker-login-box span.alternative{color:#000}
body #es.aeondocker.is-bottom .docker-border--left,body #es.aeondocker.is-top .docker-border--left{border-left:1px solid rgba(0,0,0,.3)}
body #es.aeondocker.is-bottom .docker-border--right,body #es.aeondocker.is-top .docker-border--right{border-right:1px solid rgba(0,0,0,.3)}
#es .es-noti-list-wrap{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:1024px;margin:15px auto;padding:15px}
#es .es-noti__title{display:block;color:#333;width:80%;padding:0 0 15px}
#es .blocktop10{display:block;margin:20px auto 35px;width:100%;min-width:300px;max-width:1230px;padding:0 25px;}
#es .blocktop10albomlist {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
	height: auto;
    max-height: 500px;
    width: 100%;
    min-width: 300px;
    max-width: 1230px;
    padding: 35px;
    background: #fff;
}
#es .blocktop10albomstream {
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
	height: auto;
    max-height: 500px;
    width: 100%;
    min-width: 300px;
    max-width: 1230px;
    padding: 35px;
    background: #fff;
    border-radius: 9px;
}
#es .blocktop10lentastream {
    display: flex;
    flex-direction: column;
    margin: 30px auto 20px;
	height: auto;
    max-height: 500px;
    width: 100%;
    min-width: 300px;
    max-width: 1230px;
    padding: 35px;
    background: #fff;
    border-radius: 9px;
}
#es .blocktop10filmlist {
    display: flex;
    flex-direction: column;
	height: auto;
    max-height: 500px;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    background: #fff;
    border-radius: 9px;
    padding: 25px;
}
#es .yandexwidthlentablock{display:block;margin:50px auto 0;width:100%;min-width:300px;max-width:100%}
#es .inpagevkaeon,#es .nativeaeonadf,#es .nativeaeonadfgmedia,#es .nativeaeonadyan{position:relative;display:block;height:390px;margin:30px auto;background:#fff;width:100%;min-width:300px;max-width:425px}
#es .inpagevkaeon,#es .nativeaeonadfgmedia,#es .nativeaeonadyan{height:500px;max-width:590px}
#es .nativeaeonadyan{height:100%;min-height:330px;max-height:330px;max-width:425px}
#es .fotorekomend,#es .youtube img{display:block;margin:0 auto;width:100%;height:100%}
#es .fotorekomend{position:relative;min-height:790px;max-height:790px;padding:30px;background:#fff;min-width:300px;max-width:640px}
#es .albom-nativeblock{display:block;margin:20px auto;width:100%;min-width:300px;max-width:1230px;padding:0}
#es .photo-nativeblock{display:block;margin:0 auto;width:100%;min-width:300px;max-width:1230px;padding:0 5px}
#es .nativevideoaeon{position:relative;display:block;width:100%;min-width:300px;max-width:750px;margin:0 auto}
#es .lentastream{width:100%;max-width:640px}
#es .lentapagestream {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 1rem;
    margin: 0 auto;
}
#es .videolist425,#es .videolistmedia580{display:block;width:100%;margin:30px auto;min-width:300px;max-width:725px}
#es .videolistmedia580{max-width:580px}
#es .photoitempage{display:block;width:100%;max-width:970px;height:auto;margin:30px auto}
#es .mod-es-action{margin-top:0;display:flex;justify-content:center;align-items:center;align-content:center;align-self:center;height:44px;line-height:44px;width:100%}
#es .es-card .mod-es-action,#es .mod-actioncount{display:flex;height:50px;line-height:50px;width:100%}
#es .es-card .mod-es-action{margin:5px auto 15px;justify-content:center;align-items:center;align-self:center}
#es .mod-actioncount{margin-top:0;padding:0;justify-content:flex-start}
#es .mod-actioncount.aeontotal a,#es .mod-actioncount.aeontotal span{font-size:13px;color:#111}
#es .mod-es-action a.btn{font-weight:400;padding:0 20px;font-size:14px;height:50px;line-height:50px;max-width:250px;min-width:200px;margin:15px auto;display:block}
#es .mod-es-action .social-likes{display:flex;height:40px;width:100%;border-right:none}
#es .mod-es-action .social-likes .social-likes__widget{width:33%;float:left;line-height:40px;border-right:none}
#es .es-album-item .es-photo div,#es .mod-card__cover-wrap{position:relative;width:100%;display:flex;justify-content:center}
#es .mod-card__cover-wrap{border-radius:1rem;height:100%;min-height: 250px;max-height: 250px;overflow:hidden;padding:0;}
#es .mod-card__cover{width:100%;min-width:100%;min-height:100%;min-height: 250px;max-height: 250px;object-fit:cover;padding: 5px;border-radius: 1rem;}
#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;max-width:1920px}
#es .video .social-likes__widget{width:20%}
#es.layout-create{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;height:100%;min-height:700px;margin:0}
#es .layout-item .es-photo-item-group,#es.layout-create{display:flex;flex-direction:column;width:100%}
#es .es-photo-item-group,#es .es-story .es-photo-item-group{-webkit-transition:unset;-o-transition:unset;transition:unset}
#es ul.es-photo-item-group{list-style-type:none}
#es .content.es-streams.is-empty{display:none}
#es .photoalbumwrap{flex-direction:row!important;margin:0 auto!important;justify-content:space-evenly!important;align-items:flex-start!important;align-self:flex-start!important}
#es .photoalbumcontent,#es .photoalbumwrap{max-width:1230px!important}
#es .album-main-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
#es .photoalbumaside{display:flex;width: 100%;max-width:320px;margin-right: 35px;position:relative;flex-direction:column;justify-content:flex-start;background:unset;top:30px}
#es .albumstickyfixed{margin-top:0;position:fixed}
#es .albumstickystop{margin-top:0;position:relative}
#es .es-story .es-photo-item-group{transform:rotate(180deg)}
#es .is-editing .es-story-text,#es .is-editing .xes-story-textbox{background-color:#feebef}
#es .es-create-category-select .btn-wrap__toggle{color:#888;position:absolute;bottom:0;font-size:12px;width:calc(100% - 15px);text-align:center;cursor:pointer}
#es .youtube{background-position:center;background-repeat:no-repeat;position:relative;display:block;overflow:hidden;transition:all 10ms ease-out;cursor:pointer;margin:0 auto;background:#000}
#es .youtube img{object-fit:contain}
#es .video-container{padding-bottom:55%}
#es .youtube .play{background-position:0-50px;-webkit-background-size:100%auto;background-size:100%auto;position:absolute;transition:none;top:0;left:0;right:0;bottom:0;margin:auto;cursor:pointer;width:0;height:0;border-style:solid;border-width:21px 0 21px 39px;border-color:transparent transparent transparent #fff}
#es .youtube:hover .play{background-position:0 0}
#es .es-story .es-album-view .es-photo-item,#es .es-story .es-photo-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-self:center;width:50%;height:auto;margin:10px auto;border-radius:unset;background:#f1f0f0;overflow:hidden;float:none}
#es .es-story .es-photo-item{transform:rotate(180deg)}
#es .es-list-sorting-wrapper,#es button.vhodloginbtn{display:flex;justify-content:center;margin:30px auto 0}
#es .es-photo-nav-button{width:10%;padding:0 10px}
#es .es-media-header{display:block;margin:0 auto}
#es .is-editing .es-stream-editor{display:flex;flex-direction:column;align-self:flex-start;width:100%;height:auto;padding:0;margin:0;margin-left:0!important}
#es button.vhodloginbtn{width:100%;max-width:300px;flex-wrap:wrap;align-items:center;align-self:center;background:#ebf0ff;color:#111;height:50px;line-height:50px;margin:15px auto;border:unset;border-radius:999px;font-size:15px}
#es .regbtn{color:#111;text-align:center;display:block;margin: 15px auto !important;border:unset;background:#feebef}
#es .es-stream-repost__heading{padding:0;margin:10px 15px;width:auto;display:flex;align-items:center;align-self:flex-start}
#es .es-stream-repost__heading .es-icon-reaction.es-icon-reaction--repost:before{font-size:17px}
#es .es-stream-repost__headingvideo,#es .es-stream-repost__textlink{padding:0;width:90%;display:flex;align-items:center;align-self:flex-start}
#es .es-stream-repost__headingvideo div{margin-right:10px}
#es .es-stream-repost__headingvideo a{font-size:12px!important}
#es .es-stream-repost__heading a,#es .es-stream-repost__textlink a{font-size:15px;line-height:1.4;padding-left:5px;color:#5079da}
#es .es-stream-repost__textlink{margin:0 auto 10px;width:auto}
#es .es-stream-repost__textlink a{color:#111}
#es span.es-stream-meta-footerpopupfix{font-size:11px;color:#111;height:30px;line-height:30px}
#es .action-response{display:flex;width:100%;max-width: 700px;justify-content:center;align-items:center;height:40px;line-height:40px;padding: 0;margin:15px auto 35px}
#es .actionbtext,#es .aeonactionbtn,#es .aeonlikpopup{height:35px;display:flex;justify-content:center;align-items:center;align-self:center}
#es .action-btn{width:55px;line-height:0;padding:0 15px}
#es .link-photo-btn a {display: flex;font-size: 30px;color: #777;}
#es .actionbtext,#es .aeonlikpopup{min-width:50px;padding-left:15px}
#es .aeonlikpopup{line-height:35px;border-left:unset}
#es .actionbtext{line-height:15px}
#es .actionbtext a{font-size:12px;color:#111}
#es .es-reaction-stats-pop__bd,#es .es-reaction-stats-pop__hd{padding:7px 15px;border-bottom:unset}
#es .es-reaction-stats-pop__hd{margin:0 3px}
#es .es-reaction-stats-list__item+.es-reaction-stats-list__item{border-top:unset}
#es .es-reaction-stats-list__item{margin-bottom:0;padding-top:0}
#es .es-reaction-stats-pop__bd{max-height:250px;overflow-y:auto}
#es .es-reaction-icon-stat{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;line-height:20px;padding:0 5px}
#es .actioncount a{color:#111}
#es .actioncount{font-size:14px}
#es .actioncount .es-reaction-stats{background:0 0}
#es .action-count-repost a{display:flex;justify-content:center;font-size:12px;color:#333;width:35px;height:35px;line-height:35px;padding:0 0 0 5px}
#es .action-count-like{padding-right:5px}
#es.es-photo-popup .es-reaction-stats{display:block;padding:0 0 0 5px}
#es.es-photo-popup .aeonsoc{font-size:20px;justify-content:space-evenly}
#es .es-photo-item .aeonactionbtn{width:auto}
#es.popbox .popbox-header{border-bottom:unset;padding:10px;font-size:14px}
#es.popbox-reaction,#es.popbox-repost{width:300px;min-height:70px}
#es.popbox-reaction{box-shadow:inherit}
#es.popbox .popbox-header .es-title{font-weight:400;float:none}
#es .popbox-body{padding:5px 10px}
#es .es-photo-item.layout-dialog,#es .es-photo-item.layout-dialog img{float:none;display:inline-flex;justify-content:center;align-self:center;align-items:center;flex-wrap:wrap;padding:0}
#es .es-photo-item.layout-dialog{width:32%;height:250px!important;flex-direction:column}
#es .es-photo-item.layout-dialog img{width:auto;height:240px;object-fit:contain}
#es .es-stream .es-photo-link,#es .es-stream .es-photouser-link{font-size:18px;padding-left: 10px;text-decoration: none;color: #5079da;}
#es .es-photouser-link{top:-55px}
#es .es-dialog-content .es-photouser-link{display:none!important}
#es .es-photo-item.layout-dialog .es-photo{height:240px!important}
#es .es-photo-item.layout-dialog.selected .es-photo{position:relative;border:2px solid #4fc251;height:240px!important}
#es .es-album-item .es-photo div{top:0;left:0;height:100%;z-index:1}
#es .es-album-item .es-photo-item.layout-item .es-photo>a{display:flex;justify-content:center;align-items:center;position:relative;cursor:zoom-in;background:#fff;border-radius:3px}
#es .es-album-item .es-photo-item.layout-item .es-photo{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;width:100%;height:100%;cursor:zoom-in;padding:30px 20px 0;margin:0}
#es .es-album-item .es-photo-item.layout-item .es-photo-content{position:relative;width:100%;height:100%;z-index:1;background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem}
#es .es-album-item .es-photo-item.layout-item .es-photo-header{position:relative}
#es .es-album-item .es-photo-item.layout-item>div>div{position:relative;border:unset}
#es .es-album-item .es-photo-item.layout-item>div{position:relative;width:100%;background:unset;border-radius:unset}
#es .es-photo-item .es-photo-content .es-photo>a{display:flex;justify-content:center;align-items:center;padding-top:0;padding-bottom:0;background:#fff;cursor:unset}
#es .es-album-item .es-photo-item.layout-form .es-photo>a{position:absolute;width:100%;height:100%!important;top:0;left:0;padding:0}
#es .es-profile-header__cover img{opacity:0;overflow:hidden;height:500px}
#es .es-profile-header__avatar-wrap>a{border:unset;display:block;width:200px;height:200px}
#es .es-cards--3 .embed-responsive,#es .es-cards--3 .es-card__cover,#es .es-cards--3 .es-card__hd{max-height:100%}
#es .mod-cardtitle{padding:0;text-align:left;overflow:hidden;margin-top:0;margin-bottom:0}
#es .es-cards--2 .es-cards__item,#es .es-cards--3 .es-cards__item{padding:0 15px 15px 0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-wrap:wrap;width:100%;min-width:320px;max-width:640px;margin:0 auto;-webkit-flex:33%;-ms-flex:33%;flex:33%}
#es .es-cards--2,#es .es-cards--3{margin-left:15px;margin-right:0;margin-top:30px}
#es .es-cards--2 .es-cards__item{-webkit-flex:50%;-ms-flex:50%;flex:50%}
#es .albomsocial,#es .o-pagination>li>a,#es .o-pagination>li>span{display:flex;justify-content:center;align-items:center;height:50px;position:relative}
#es .albomsocial{float:none;top:0;margin:0 auto;width:100%}
#es .es-mobile-filter__hd{padding:30px 15px 0;border-bottom:unset}
#es.view-pages.layout-steps{margin:0;padding:10px;box-sizing:border-box}
#es .es-mobile-filter__bd{display:flex;justify-content:space-evenly;border-bottom:unset;padding:15px}
#es .es-mobile-filter-slider__item{flex:0 0 auto;width: 100%;}
#es .es-list-item__meta,#es .es-list-item__meta a{color:#333}
#es .docker-popup-menu ul li a,#es .es-list__item{padding:15px}
#es .es-list-item__title a{margin-bottom:5px;font-weight:400;font-size:21px!important;color:#111!important}
#es .o-pagination-wrap{display:flex;justify-content:center;align-items:center;line-height:unset;font-size:15px;font-weight:500;clear:both;width:100%;margin-top:30px;margin-bottom:30px;text-align:center}
#es .o-pagination>li>a,#es .o-pagination>li>span{width:50px;float:left;padding:0;line-height:1.5;text-decoration:none;color:#000;background-color:#fff;border:1px solid #ebf0ff;margin-left:-1px;border-radius:1rem}
#es .o-pagination>li{display:inline-block;margin:7px auto}
#es .o-pagination>li:last-child>a,#es .o-pagination>li:last-child>span{border-bottom-right-radius:1rem;border-top-right-radius:1rem}
#es .o-pagination>li:first-child>a,#es .o-pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:1rem;border-top-left-radius:1rem}
#es .o-pagination>.active>a,#es .o-pagination>.active>a:focus,#es .o-pagination>.active>a:hover,#es .o-pagination>.active>span,#es .o-pagination>.active>span:focus,#es .o-pagination>.active>span:hover{z-index:2;color:#111;background-color:#feebef;border-color:#feebef;cursor:default}
#es .o-pagination>li>a:focus,#es .o-pagination>li>a:hover,#es .o-pagination>li>span:focus,#es .o-pagination>li>span:hover{z-index:3;color:#111;background-color:#ebf0ff;border-color:#ebf0ff}
#es .o-alert{padding:15px;border:unset;color:#333;text-align:center;margin:50px auto;border-radius:1rem;text-shadow:none;position:relative;overflow:hidden;font-size:14px;line-height:1.5;background-color:#fff}
#es .es-forms__actions,#es.view-pages div#listsheetswitch{display:flex;justify-content:flex-end}
#es .o-alert__close{color:#333;float:right;font-size:30px;text-align:right;font-weight:400;height:20px;line-height:20px;opacity:1;text-shadow:none}
#es .fotlist{width:100%;margin:30px auto}
#es .es-album-item .es-photo-item.layout-item .es-photo-image{background-size:contain}
#es .es-cat-header{border:0;display:flex;flex-direction:column;width:100%;margin:0}
#es h1.es-cat-header__desc{font-size:17px;line-height:1.7;font-weight:400;margin:15px}
#es .es-album-footer{display:block;width:100%;margin:0 auto}
#es .es-cat-header__bd,#es .es-cat-header__ft{border-top:none;color:#111}
#es .es-actions{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:40px;padding:0 15px 15px;margin:10px auto;width:100%;align-items:center;justify-content:space-between}
#es .es-actions-likes,#es .es-actions-repost{width:auto;min-width:55px;max-width:70px;height:35px;flex-direction:row;align-self:center;background:#f7f9ff;padding:0 10px;border-radius:1.5rem}
#es .es-actions-likes{display:flex;justify-content:center;align-items:center}
#es .es-actions-repost{margin-right:65px}
#es .action-title-repost,#es .es-actions-listcomment,#es .es-actions-repost{display:flex;justify-content:center;align-items:center}
#es .action-title-repost{cursor:pointer;line-height:0;text-decoration:none;position:relative;z-index:2;outline:0!important;width:35px;height:35px}
#es .es-actions-listcomment{width:50%;flex-direction:row;align-self:center}
#es .action-title-comments.streamAction{font-size:12px;display:flex;justify-content:center;color:#111}
#es .action-title-comments.streamAction a{color:#111}
#es .action-title-comments.streamAction a:hover{color:#5079da}
#es .es-stream .es-actions__item-comment{display:none}
#es .es-stream .es-actions__item-comment .es-comments-wrap{background-color:unset;padding:0 10px 15px}
#es .commentflex{display:flex;flex-direction:column;width:100%}
#es .action-title-repost.streamAction{color:#333;font-size:12px}
#es .action-title-repost.streamAction,#es .action-title-repost.streamAction a{display:flex;justify-content:center;align-items:center;cursor:pointer;width:35px;height:35px}
#es .es-stream-meta .es-stream-meta-footer{display:block;width:100%;font-size:12px;color:#777;line-height:1.4}
#es .es-stream-meta-footer{font-size:12px;color:#333}
#es .o-btn-group>.dropdown-menu{font-size:12px}
#es .o-btn-group,#es .o-btn-group-vertical{position:relative;display:flex;vertical-align:middle}
#es .es-noti-list .o-btn-group{position:absolute}
#es .dropdown-menu{background:#fff;min-width:200px;width:100%;left:auto!important;right:0!important;float:unset;border-radius:9px;border:0;padding:0;-webkit-box-shadow:unset;box-shadow:unset}
#es .dropdown-menu--popdown>li{border-top:none}
#es .dropdown-menu-labs{left:auto;right:-35%}
#es .dropdown-menu--post-as>li>a{padding:4px 8px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#es .dropdown-menu .divider{height:1px;margin:0;overflow:hidden;background-color:#e1e1e1}
#es .dropdown-menu>li{width:100%}
#es .dropdown-menu>li>a{width:100%;padding:10px 15px;line-height:1.5;color:#111;}
#es .dropdown-menu>li>a:focus,#es .dropdown-menu>li>a:hover{text-decoration:none;color:#111;}
#es li{line-height:1.55}
#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item{display:flex;height:25px;padding:0;flex:auto;align-items:center;align-content:center;align-self:center}
#es .es-stream-filter-bar,#es .open>.es-stream-filter-dropdown{padding:0;width:100%;flex:auto;align-items:center;align-content:center}
#es .open>.es-stream-filter-dropdown{min-width:auto;height:50px;justify-content:center}
#es .es-stream-filter-bar{background:0 0;border:unset;color:#111;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;border-radius:unset;box-shadow:unset}
#es .btnaeonpotok{background:#fff;border-right:unset;border-radius:999px;height:50px;line-height:50px;margin-left:10px;width:100%;text-align:center;cursor:pointer;box-shadow:0 5px 15px rgb(139 160 176/10%)}
#es .btnaeonpotok:first-child{margin-left:0}
#es .open>.es-stream-filter-dropdown .es-stream-filter-dropdown__item label{text-overflow:ellipsis;cursor:pointer}
#es .es-sidebar{display:flex;margin:0 auto;flex-wrap:wrap;width:100%;flex-direction:row;justify-content:flex-start;align-items:center;align-self:center;align-content:center}
    #es.is-mobile .es-sidebar {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 5px;
        margin: 15px auto;
    }
#es .aeoncreatproject,#es .aeoncreatprojectfl{display:flex;justify-content:center;align-items:center}
#es .aeoncreatproject{margin:0!important;padding-left:15px;width:100%;max-width:230px}
#es .aeoncreatprojectfl{width:100%}
#es .aeoncreatpage,#es a.aeononephotolink{display:flex;justify-content:center;border-radius:999px}
#es .aeoncreatpage{width:200px;background:#fff;color:#111;font-size:15px;height:50px;line-height:50px;border:1px solid #111;margin-top:15px;padding:0 15px}
#es a.aeononephotolink{align-items:center;font-weight:500;position:relative;margin:35px auto!important;background-color:#fff;width:100%;max-width:320px;border:4px #4a90e2 solid;height:70px;color:#000;text-transform:uppercase;font-size:19px}
#es .btnaeonpotok.active{background:#f7f9ff}
#es .btnaeonpotok a{color:#111;font-weight:400;font-size:14px}
#es .btnaeonpotok a:hover{color:#111}
#es .btnaeonpotok:last-child{border-right:none}
#es .es-stream-filter-bar__cell{-webkit-flex:auto;-ms-flex:auto;flex:auto;width:100%;height:auto}
#es .dropdown-menu-aeonpotok{left:0;right:auto;top:0;margin:0;box-shadow:unset;border-top:unset;background:unset}
#es .es-video-content-body{display:flex;flex-direction:column;max-width:750px;margin:0;background:#fff;border-radius:9px}
#es .es-video-context{max-width:750px;margin:0 auto}
#es .es-video-context .es-actions-list>li{margin:0;width:40px}
#es .es-video-context .socialevive{width:150px}
#es .filmwrapaside{width:100%!important;max-width:1230px!important;margin:0 auto!important;display:flex!important;justify-content:space-evenly;flex-direction:row!important}
#es .es-video-desc h3{font-size:21px;line-height:1.4;text-align:left;padding:0 0 20px}
#es .stickyasideblock{display:block;width: 100%;max-width: 350px;position:relative;height:33%}
#es .stickyfixed{margin-top:50px;position:fixed}
#es .stickystop{margin-top:50px;position:relative}
#es .articleads{background:#fff;padding:0;margin:35px auto}
#es .articletextblockads{display:block;width:100%;position:relative}
#es .articlefixedads{margin-top:0;position:fixed}
#es .articlestopads{margin-top:0;position:relative}
#es .film-articleblock{width:100%;margin:0 auto}
#es .film-item-block{width:100%;margin: 0 auto 15px}
#es .filmcontentaside{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:300px;max-width:1230px;}
#es .filmlistaside,.film-articleblock{display:flex;position:relative;flex-direction:column}
#es .filmlistaside{width: 100%;max-width:350px;margin-right: 25px;align-self:flex-start;justify-content:flex-start;background: unset;/* background:linear-gradient(180deg,rgb(255 255 255/0%),#fff 10% 100%); */top:30px}
#es .filmstickystop{margin-top:0;position:relative}
#es .filmstickyfixed{margin-top:0;position:fixed}
#es .es-list-result-film{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
    background: #fff;
	border-radius: 9px;}
#es .es-list-result{
    margin: 0 auto;
    position: relative;
    min-height: 100px;}
#es .es-card__addplaylist-action,#es .es-card__admin-action{display:block;float:left}
#es .es-card__action-group{position:absolute;z-index:4;top:0;right:0}
#es .videoitemwrap-content{width:100%;max-width:1230px;margin:0 auto;padding:0;background:#fff;display:flex;flex-direction: row;justify-content:space-evenly}
#es .videoitem-content{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:700px}
#es .videoitem-content .content{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:700px}
#es .videoitem-content .videoplayer{padding:0 5px}
#es .videoitem-aside{display:block;height:600px;width:320px;min-width:320px;max-width:320px;position:sticky;top:50px}
#es .es-cards.es-cards--1{max-width:640px;flex-direction: column;width: 100%;padding: 0 20px;margin:10px auto 20px}
#es .es-cards--1 .es-cards__item{display:flex;position:relative;width:100%;flex:100%;flex-direction:column;padding:0;margin:15px auto}
#es .es-container{max-width:100%}
#es .videopost{position:absolute;display:block;top:0;background-size:cover;height:100%;width:100%;background-repeat:no-repeat;z-index:-1}
#es .videoposter{position:relative;display:block}
#es .socialvideolikes{margin:0 auto;height:50px}
#es .socialvideolikes span span{font-size:19px!important}
#es .socialvideolikes,#es .socialvideolikes .es-actions,#es .socialvideolikes .social-likes{display:flex;align-items:center;justify-content:center;width:100%}
#es .socialvideolikes .es-actions{height:40px;padding:0;width:30%;align-self:center;border-left:1px #e1e1e1 dotted}
#es .es-entry-actionbar{margin-bottom:0;margin-top:70px;padding:0 15px}
#es .es-apps-entry-section{margin-bottom:0;margin-top:50px}
#es .video-item-related-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 35px 20px 10px;
    margin: 0;
}
#es .item-related-videos {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ebf0ff;
    padding: 5px;
    margin: 0 auto;
}
#es .video-item-cluster-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 0;
    margin: 15px auto 5px;
}
#es .video-item-treiler-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 0 5px;
    margin: 15px auto 10px;
}
#es .item-video-cluster {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: unset;
    padding: 0 5px 25px;
    margin: 0 auto;
}
#es ul.item-video-cluster-list {
    display: flex;
    flex-direction: column;
    width: 100%;
	margin-top: 0;
    margin-bottom: 0;
}
#es li.video-item-cluster {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 7px auto;
    padding: 0;
    background: #eef0ff;
    border-radius: 1rem;
}
#es a.video-item-cluster-name {
    display: flex;
    width: 100%;
    flex-direction: row;
    color: #111;
    justify-content: flex-start;
    align-items: center;
}
#es img.video-item-cluster-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 75px;
    height: 75px;
    border-radius: 999px;
    margin: 10px;
    padding: 0;
}
#es .video-item-cluster-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
	font-family: Open Sans, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 11px 1px;
    line-height: 1.4;
    padding: 10px 5px;
}
#es .item-videolist-cluster {
    --line-clamp: 0;
    --line-clamp-desktop: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
    padding: 35px 55px;
    border-radius: unset;
    background: #eef0ff;
}
#es .card__editor {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
#es .item-fundraise {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    color: #111;
    width: 100%;
    max-width: 750px;
    margin: 30px auto 0;
    padding: 35px 55px;
    border-radius: 9px;
    background: #feebef;
}
#es .item-fundraise span {
    margin: 0 auto 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
#es .item-fundraise-btn {
    width: auto;
    margin: 0 auto;
}
#es a.page-video-link{border-radius:999px;font-weight:500;position:relative;margin:30px auto!important;background-color:#fff;width:320px;height:50px;color:#000;text-transform:uppercase;font-size:19px}
#es .socialevive{margin:0;height:40px;width:20%;line-height:44px;text-align:center;cursor:pointer}
#es .es-cards--1 .embed-responsive,#es .es-cards--1 .es-card__cover,#es .es-cards--1 .es-card__hd{max-height:100%}
#es .es-card__ft .socialevive a,#es .pageactionsocial a i .fa.fa-vk{font-size:21px}
#es .es-card__ft .social-likes__icon{font-size:17px}
#es .es-card__ft .social-likes__counter,#es .es-card__ft .socialevive span{font-size:14px}
#es .es-cover-container{padding-top:0;margin-top:0}
#es .es-profile-header__cover{height:370px;max-height:370px;min-height:370px;overflow: hidden;border-radius:unset}
#es .es-profile-header__title>a{color:#fff}
#es .es-video-title.single{display: flex;flex-direction: column;margin:30px auto;padding:0;font-size:39px;line-height:1.4em;text-align:left;font-weight:500;}
#es .es-video-desc{font-size:19px;line-height:1.7;color:#000;max-width:750px;width:100%;margin:0 auto;padding:0 30px 20px;background:#fff;border-radius:9px}
#es .es-video-desc li{line-height:1.55;padding:15px 0}
#es .es-video-desc h3{margin-top:0;margin-bottom:0;line-height:1.5em}
#es .es-video-desc em{font-style:italic;letter-spacing:1px}
.es-video-cover-action__cell.es-video-cover-action__cell--last{margin:30px auto 100px;display:flex;width:100%}
.es-embed-container__action{margin:30px auto;display:flex;width:200px}
#es .g-list-aeon{margin:0;padding:0;list-style:none}
#es .g-list-aeon>li{display:inline-flex;align-items:center;font-size:15px;height:50px;line-height:50px}
#es .itemvideo-menulist{--line-clamp: 3;--line-clamp-desktop: 3;;display:flex;flex-direction:column;align-items:start;position:relative;font-size:18px;line-height:1.7;color:#111;width:100%;max-width:700px;margin:30px auto;padding:50px 55px;border-radius:9px;background:#fff}
#es .itemvideo-menulist li{line-height:1.7;padding:10px 5px}
#es .itemvideo-menulist dd,#es .page-read-more dd,#es .page-read-more ol,#es .page-read-more ul{margin-left:1.5em}
#es .es-photo-owner a:hover,#es .itemvideo-menulist a,#es .page-read-more a{color:#5079da}
#es .itemvideo-menulist__text{height:calc(24px*var(--line-clamp));overflow:hidden;margin-bottom:15px}
#es .itemvideo-menulist__ol{padding:0 0 15px 35px}
#es .itemvideo-menulist__title{width: 100%;text-align:center;line-height:1.5;font-size:30px;font-weight:500;padding:0 0 20px}
#es .itemvideo-menulist__span{display:flex;padding:0 15px 20px;font-size:17px;color:#333}
#es .itemvideo-menulist__text::after,#es .page-read-more__text::after{content:"";background:linear-gradient(rgba(255,255,255,0),#fff);color:#111;display:block;height:70px;position:absolute;bottom:0;left:0;width:100%;margin-bottom:100px}
#es .itemvideo-menulist__checkbox{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:calc(24px*var(--line-clamp) + 175px)}
#es .itemvideo-menulist__checkbox~.itemvideo-menulist__label,#es .page-read-more__checkbox~.page-read-more__label{width:100%;max-width:300px;display:flex;height:55px;margin:0 auto;justify-content:center;align-items:center;position:relative;font-size:19px;border-radius:999px;box-shadow:unset;cursor:pointer;font-weight:400;text-decoration:unset;color:#5079da}
#es .page-read-more__label .i-chevron,#es .itemvideo-menulist__label .i-chevron,#es .list-read-more__label .i-chevron {
    width: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#es .page-read-more__label .i-chevron.i-chevron--down:before,#es .itemvideo-menulist__label .i-chevron.i-chevron--down:before,#es .list-read-more__label .i-chevron.i-chevron--down:before {
    color: #5079da;
    top: unset;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#es .page-read-more__label .i-chevron:before,#es .itemvideo-menulist__label .i-chevron:before,#es .list-read-more__label .i-chevron:before {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    position: relative;
    top: .45em;
    left: 0;
    vertical-align: top;
}
#es .itemvideo-menulist__checkbox:hover~.itemvideo-menulist__label{text-decoration:none}
#es .itemvideo-menulist__checkbox~.itemvideo-menulist__label::before,#es .list-read-more__checkbox~.list-read-more__label::before,#es .page-read-more__checkbox~.page-read-more__label::before{content:attr(data-read-more)}
#es .itemvideo-menulist__checkbox:checked~.itemvideo-menulist__label::before{content:attr(data-read-less)}
#es .itemvideo-menulist__checkbox:checked~.itemvideo-menulist__label .i-chevron.i-chevron--down:before, #es .page-read-more__checkbox:checked~.page-read-more__label .i-chevron.i-chevron--down:before,#es .list-read-more__checkbox:checked~.list-read-more__label .i-chevron.i-chevron--down:before{
    color: #5079da;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#es .itemvideo-menulist__checkbox:checked~.itemvideo-menulist__label.hide-read-less,#es .page-read-more__checkbox:checked~.page-read-more__label.hide-read-less{display:none}
#es .itemvideo-menulist__checkbox:checked~.itemvideo-menulist__text{height:auto;margin-bottom:0}
#es .itemvideo-menulist__checkbox:checked~.itemvideo-menulist__text::after{content:none}
#es .itemvideo-listinimg{display:flex;justify-content:center;align-items:center;width:100%;height:100%;max-height:100px;margin:0 auto 20px}
#es li.itemvideo-list{padding:7px}
#es .itemvideo-list-link{background-image:linear-gradient(to right,#5079da 5px,transparent 5px);background-repeat:repeat-x;background-position:0 100%;background-size:11px 1px;line-height:1.55}
#es .page-read-more{--line-clamp:14;--line-clamp-desktop:14;display:flex;flex-direction:column;position:relative;font-size:19px;line-height:1.7;color:#111;width:100%;max-width:700px;margin:30px auto;padding:55px;border-radius:9px;background:#fff}
#es .page-read-more li{line-height:1.7;padding:10px 5px}
#es .page-read-more__text{height:calc(25px*var(--line-clamp));overflow:hidden;margin-bottom:15px}
#es .page-read-more__checkbox{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:calc(25px*var(--line-clamp))}
#es .page-read-more__checkbox:hover~.page-read-more__label{text-decoration:none}
#es .page-read-more__checkbox:checked~.page-read-more__label::before{content:attr(data-read-less)}
#es .page-read-more__checkbox:checked~.page-read-more__text{height:auto;margin-bottom:0}
#es .page-read-more__checkbox:checked~.page-read-more__text::after{content:none}
#es .es-video-meta.t-lg-mb--md.t-text--muted{padding:5px 0 15px!important}
#es .es-photo-form{margin-top:20px}
#es .es-container{display:-webkit-flex;display:flex;width:100%;max-width: 1230px;position:relative;z-index:0;-webkit-flex-direction:column;flex-direction:column;align-items:center;margin:0 auto}
#es .es-album-item.layout-item .es-album-more-button{display:block;border-radius:999px;box-shadow:0 5px 15px rgb(139 160 176/10%);font-weight:500;position:relative;margin:75px auto!important;background-color:#f7f9ff;max-width:320px;border:4px #4a90e2 solid;height:70px}
#es .verifedaeon-button{text-align:center;border-radius:3px;font-weight:400;margin:0;background-color:#fff;width:100%;min-width:150px;max-width:320px;border:1px solid #ebf0ff;border-radius:1rem;height:50px;color:#111!important;font-size:14px;line-height:1.2;padding-left:10px}
.main-link-block {    
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    width: 100%;
	max-width: 1190px;
    flex-wrap: wrap;
    margin: 15px auto 35px;
    padding: 0;
	}
.main-link-page-block {    
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    width: 100%;
	max-width: 1190px;
    flex-wrap: wrap;
    margin: 30px auto;
    padding: 0 15px;
	}
.main-link-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    font-weight: 500;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    flex: 24%;
    max-width: 300px;
    border: 3px #4a90e2 solid;
    height: 55px;
    color: #111 !important;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: border-box;
}
.main-link-page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    font-weight: 500;
    margin: 0 auto;
    background-color: #f7f9ff;
    width: 100%;
    flex: 23%;
    max-width: 300px;
    border: 3px #4a90e2 solid;
    height: 60px;
    color: #111 !important;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: border-box;
}
.main-link-button .social-likes__icon {
    font-size: 27px;
    width: 39px;
    height: 39px;
    line-height: 35px;
    text-align: center;
}
.main-link-page-button .social-likes__icon {
    font-size: 27px;
    width: 39px;
    height: 39px;
    line-height: 35px;
    text-align: center;
}
.lenta-more-button,#es .popbox-content .verifedaeon-button,#es .verifedaeon-button{display:flex;justify-content:center;align-items:center;position:relative}
#es .popbox-content .verifedaeon-button{text-align:center;border-radius:3px;font-weight:400;margin:0;background-color:#fff;width:120px;border:1px #e5e5e5 solid;height:40px;color:#111!important;font-size:14px;line-height:1.2;padding-left:0}
.lenta-more-button{border-radius:999px;font-weight:500;margin:0 auto 15px;background-color:#f7f9ff;width:100%;max-width:320px;border:4px #4a90e2 solid;height:70px;color:#111!important;text-transform:uppercase;font-size:19px;box-sizing: border-box;}
#es .lenta-pagetop-block{display:flex;flex-wrap:wrap;align-items:center;align-content:center;width:100%;margin:30px auto}
#es .lenta-pagetop-button,.telegram-more-button{display:flex;justify-content:center;align-items:center;border-radius:999px;font-weight:500;position:relative;margin:0 auto 15px;background-color:#fff;width:100%;max-width:320px;border:4px #4a90e2 solid;height:70px;color:#111;text-transform:uppercase;font-size:19px}
.telegram-more-button{margin:15px auto 40px;background-color:#f7f9ff;border:4px #3390ec solid;color:#111!important}
.telegram-more-button .social-likes__icon{font-size:27px;width:39px;height:39px;line-height:35px;text-align:center}
#es .es-album-item.layout-item .es-album-more-button:active,#es .es-album-item.layout-item .es-album-more-button:hover{background-color:#f7f9ff!important;border:4px #4383cd solid}
#es .es-album-item.layout-item .es-album-more-button:focus{background-color:#f7f9ff!important;border:4px #4383cd solid}
#es .es-album-item.layout-item .es-album-more-button .loadmore-text{color:#000;text-transform:uppercase;font-size:19px}
#es.es-photo-popup .es-media-item-menu{text-align:right;position:relative}
#es .edfotorit{justify-content:flex-end}
#es .btn-popdown{display:flex;justify-content:center;font-size:15px;width:100%;min-width:270px;border:unset;box-shadow:0 5px 15px rgb(139 160 176/10%);border-radius:9px;text-align:left;background-color:#fff!important;position:relative;color:#333!important;height:40px;line-height:40px;padding:0;text-shadow:none;overflow:hidden}
#es .btn-popdown b{font-weight:400}
#es .dropdown-menu--popdown__desp{font-size:12px}
#es .btn-popdown>div{padding:0 5px;line-height:40px}
.es-album-interaction{max-width:640px;margin:0 auto}
#es .es-album-more-button{margin:130px auto!important;background-color:#f1f0f0;color:#111;display:block}
#es .es-photo-owner a{color:#111;font-size:14px;line-height:15px;font-weight: 500;}
#es .o-flag-list div:nth-child(n+5){display:none}
#es .o-flag-list.open div:nth-child(n+5){display:list-item}
#es .o-flag-streammeta{display:flex;position:relative;width:93%;justify-content:space-between;align-items:flex-start;flex-direction:row}
#es .o-flag__image-streammeta{display:flex;justify-content:flex-start;align-items:center;width:55px;height:50px;line-height:unset;padding-right:10px}
#es .o-flag__body-streammeta{display:flex;flex-direction:column;justify-content:flex-start;align-self:center;width:100%}
#es .o-flag-list{margin:15px auto}
#es .es-side-widget .o-flag{display:inline-table;width:100%}
#es .es-side-widget .o-flag-list .o-flag{margin-bottom:20px}
#es .o-flag{display:table;width:100%}
#es .dangerprof{height:50px;line-height:50px;margin:20px 20px 50px;width:300px}
#es .es-forms{margin:30px auto;display:flex;flex-direction:column;width:100%;max-width:1000px}
#es .es-album-item .es-photo-item.layout-form.is-selected .es-media-checkbox,#es .es-album-item .es-photo-item.layout-form:hover .es-media-checkbox,#es .es-stream-filter-dropdown__item .o-checkbox label:before,#es.is-desktop .o-form-group .es-privacy-toggle{display:none}
#es .es-container__sidebar,#es .o-tabs{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%}
#es .es-container__sidebar{-webkit-flex-direction:column;flex-direction:column;-webkit-flex:unset;padding: 0 10px;flex:unset;margin-right:0}
#es .o-tabs{flex-direction:row;flex-wrap:wrap}
#es .o-tabs--stacked .o-tabs__item{display:flex;justify-content:center;align-items:center;flex:auto;margin-top:15px;padding:0 15px;color:#111;border:unset;font-size:15px;width:auto;max-width:300px;min-width:230px}
#es .o-tabs--stacked .o-tabs__link:hover{color:#111;background-color:#ebf0ff}
#es .o-tabs--stacked .o-tabs__item.active>.o-tabs__link{color:#111;border-right:none;background-color:#ebf0ff;padding:10px 15px;font-size:15px}
#es .dropdownmenufilter .o-tabs__link{color:#111;padding:0 15px;background-color:#f7f9ff;border-radius:9px;display:flex;width:100%;align-items:center;height:44px;line-height:44px}
#es .dropdownmenufilter .o-tabs--stacked .o-tabs__item{padding-left:0;min-width:200px;margin-bottom:5px;margin-top:0}
#es .dl-menu-wrapper{display:flex;position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 200%;perspective-origin:50% 200%;overflow: unset;-webkit-transform:perspective(1px) scale(1);-moz-transform:perspective(1px) scale(1);-o-transform:perspective(1px) scale(1);transform:perspective(1px) scale(1)}
#es .es-side-widget .o-tabs__link{color:#111;padding:10px 15px;background-color:#fff;border-radius:999px;display:flex;width:100%;min-width: 170px;align-items:center;justify-content:center;height:50px}
#es .o-tabs__bubble,#es .o-tabs__link-edit{position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#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:25px}
#es .es-side-widget__title{font-size:17px;font-weight:400;color:#111;display:none}
#es .es-cat-header__title-link{font-weight:400;color:#111;font-size:3em}
#es .es-media-caption{    
    margin: 0 auto;
    padding: 0 30px;
    display: block;
    line-height: 1.7;
    font-size: 19px;}
#es .es-profile-info{max-width:777px;margin:0 auto;font-size:17px;line-height:1.7}
#es .es-card__avatar{position:relative;margin:0 15px 5px 0;top:0;left:0;width:70px;height:70px;border-radius:0;background:0 0;padding:0;float:left}
#es .es-cluster-header__title-link{font-weight:400;margin-top:0;margin-bottom:0;font-size:30px;line-height:50px;text-align:center}
#es .es-cluster-header__meta,#es h1.es-cluster-header__meta{color:#111;font-size:17px;font-weight:400;line-height:1.7;text-align:center;max-width:640px;margin:0 auto}
#es .es-cluster-header__aeonup{display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:30px}
#es b,strong{font-weight:500;letter-spacing:0}
#es .profile-data-info__data{border-bottom:none;padding:0}
#es .es-hr{margin:15px 0;border-top:1px solid #f1f0f0}
#es .es-photo-next-button i,#es.es-photo-popup .es-photo-next-button i{right:0}
#es .es-photo-prev-button i{left:10px}
#es .es-photo-meta-field .es-photo-location{font-size:12px}
#es .es-photo-meta-field .es-photo-date>i{right:70px;width:50px;font-size:12px;font-style:normal}
#es .es-album-meta-field .es-album-date>i{right:100px;width:100px;font-size:14px;font-style:normal}
#es .es-album-item .es-photo-item.layout-form{height:639px;width:50%;padding-top:25px;border:1px solid #f1f0f0}
#es .es-album-item .es-photo-item.layout-form .aeon-photo-content .es-photo div{max-height:300px!important}
#es .es-album-item .es-photo-item.layout-form .aeon-photo-content .es-photo div img{display:flex;margin:0 auto;width:auto!important;height:auto!important;align-items:center;justify-content:center;align-self:center;vertical-align:middle;position:relative;top:0;bottom:0;left:0;right:0;padding:10px 10px 0}
#es .btn-es-primary-o{background-color:#fff!important;border-color:#f1f0f0!important;box-shadow:unset}
#es .es-photo-meta-titleaeo{position:relative;padding:15px 3px;line-height:1;color:#777;font-size:12px}
#es .photoeditpop{height:40px;width:100%;max-width: 700px;margin:15px 0;padding: 0}
#es .es-photo-item.layout-form .es-photo-menu-form,#es .photoeditpop,#es .photoeditpop a{display:flex;justify-content:center;align-self:center;align-items:center}
#es .photoeditpop a{border:1px solid #f1f0f0;border-radius:3px;color:#111;height:40px;width:200px;line-height:40px;text-align:center}
#es .photoeditpop a:hover{color:#333;background-color:#f7f9ff;border-color:#f1f0f0}
#es .es-photo-item.layout-form .es-photo-menu-form{width:100%;height:70px;z-index:1000;float:none;background:#fff;margin-top:-5px}
#es .es-photo-title-field{display:block;width:100%;font-size:15px!important;font-weight:400!important;height:33px!important;padding:15px!important;border:0!important;border-bottom:1px dotted #ccc!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:unset!important;margin:0!important;color:#333!important;background:#f7f9ff}
#es.view-albums.layout-form .es-media-checkbox{top:0;left:11px}
#es .es-album-item .es-photo-item.layout-form .es-photo-header{padding:0 10px;margin:0;width:100%}
#es .es-album-item .es-photo-item.layout-form .es-photo-form{margin:0;display:flex;width:100%;flex-direction:column}
#es .es-album-item .es-photo-item.layout-form .es-photo-content{height:450px;padding:0 10px;width:100%;position:relative}
#es .es-photo-form-fields{border:unset;border-radius:unset;min-height:auto;background:#fff}
#es .es-album-item .es-photo-item.layout-form .es-photo-title-field{font-size:15px!important;font-weight:400!important;color:#111!important;padding:5px 15px!important;height:50px!important;background:#f7f9ff}
#es .es-photo-caption-field{margin:0!important;padding:15px!important;resize:none;min-height:100px;max-height:200px;height:auto;color:#111!important;font-size: 17px;line-height: 1.5;background:#fff3f3}
#es .es-album-item .es-photo-item.layout-form .es-photo-menu-form{top:0;z-index:100000}
#es .es-album-item .es-photo-item.layout-form.show-all .es-photo-menu-form,#es .es-album-item .es-photo-item.layout-form:hover .es-photo-menu-form{display:flex;justify-content:flex-end;position:absolute;height:25px;width:30px;right:10px;background:#fff}
#es .es-card{border:0;border-radius:1rem;font-size:17px;line-height:1.55;overflow:hidden;width:100%;background-color:#fff;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}
#es .mod-film{display:flex;justify-content:center;align-items:center;margin:20px auto}
#es .mod-film a{font-size:14px;color:#111}
#es .mod-actionblock{display:flex;justify-content:space-between;align-items:center;padding:0 15px}
#es .es-card .btn{width: 100%;height:50px;line-height:50px;background:#f7f9ff;color:#111;max-width: 215px;padding: 0;}
#es .es-card.video{border:0;box-shadow:none;border-radius:1rem;justify-content: flex-start;}
#es .es-card__ft a{font-size:14px;color:#5079da}
#es .es-card__ft{font-size:12px;color:#111;display:flex;flex-wrap:wrap;justify-content:center}
#es .es-card-video-action{display:flex;justify-content:space-between;align-items:center;height:70px;margin:0}
#es .video-likes-list{display:flex;align-items:center;justify-content:center}
#es .video-likes{display:flex;width:35px}
#es .video-repost-stats a {font-size: 12px;color: #000;}
#es .video-action,#es .video-media-block{display:flex;align-items:center;justify-content:center}
#es .video-action{width:55px;height:70px}
#es .video-action{cursor:pointer}
#es .video-commentlink{margin-top:0}
#es .listcard_action{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:70px;font-size:14px;color:#111;padding:10px 20px 15px}
#es .es-photo-sharecontrol>.dropdown-photosharemenu>li.divider,#es .es-stream-sharecontrol>.dropdown-sharemenu>li.divider,#es .listcard_action a{margin:0}
#es .pagetotalmembers{margin-left:15px}
.ldataalbom{float:left}
.rdataalbom{float:right}
#es .listcard_image{background-size:unset;border:0;height:auto;position:unset;object-fit:cover;width:100%;min-width:100%;min-height: 250px;max-height: 250px;padding: 5px;border-radius:1rem}
#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;display:none}
#es .video-related {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding: 15px;
    line-height: 25px;
    text-align: left;
}
#es .es-video-other{margin-top:30px}
#es .video-related a{color:#111}
#es .es-card__title,#es .es-cards__item .filmtitle,#es .listcard_title{display:flex;align-items:center;justify-content:flex-start;color:#111;font-size:21px;font-weight:500;margin:15px 20px;line-height:1.5em;text-align:left;padding:0}
#es .listcard_title a,.lentablockmoduletitle a,.lentablockmoduletitlepage a{color:#000}
#es .es-cards__item .filmtitle{justify-content:flex-start;align-items:flex-start;width:85%;font-size:27px;margin:30px 30px 30px 0}
#es .avtorlistalbom a,#es .filmtitle a{color:#111}
#es .listnumber{display:flex;justify-content:flex-start;align-items:center;width: auto;padding-right: 20px;height:55px;margin:23px 0 0;font-size:50px;letter-spacing:-1px;font-weight:700;color:#9f9bff}
#es .filmtitleblock{display:flex;flex-direction:row;width:100%}
#es .es-card__ft .g-list-inline>li{line-height:40px}
#es .es-card__bd{flex:1 0 auto;padding:0}
#es .listcard_cover{border-radius:1rem;height:auto;width:100%;overflow:hidden;position:relative;padding:0;}
#es .es-cards--4 .es-cards__item{-webkit-flex:0 0 20%;flex:0 0 20%;padding:0 7px 15px!important}
#es .es-cards--4 .es-cards__item:nth-child(5n+1){padding-left:15px!important}
#es .es-cards--4 .es-cards__item:nth-child(4n+1){padding-left:unset}
#es .avtolistmeta{display:flex;justify-content:center;flex-direction:column;margin:15px}
#es .avtorlist .es-card__title{font-size:19px!important;text-align:center;margin:0 auto;padding:0}
#es .avtorlist .es-card__title .aeon__icon.aeonicon.verifed{display:none!important}
#es .avtorlistalbom{height:40px;color:#111;font-size:15px}
#es .avtolistsubscribe,#es .avtorlistalbom,#es a.avatarlist{display:flex;justify-content:center}
#es a.avatarlist{margin:15px auto}
#es a.avatarlist img{border-radius:999px;max-width:150px!important;border:3px #111 solid}
#es .es-card__desc,#es .listcard_desc{text-align:left;margin:0 20px}
#es .list-read-more{--line-clamp:10;--line-clamp-desktop:15;display:flex;flex-direction:column;align-items:start;position:relative;padding:0 5px;font-size:19px;line-height:1.7;color:#111;width:auto;margin:0 auto 30px;background:#fff}
#es .list-read-more a,#es.es-photo-popup .es-photo-title a:hover{color:#5079da}
#es .list-read-more__text{height:calc(25px*var(--line-clamp));overflow:hidden;margin-bottom:5px}
#es .es-cards__item .list-read-more__text h3 {   
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
    text-align: left;
    padding: 0 0 15px;
    margin: 0;
    font-size: 19px;}
#es .list-read-more__text::after{content:"";background:linear-gradient(rgba(255,255,255,0),#fff);color:#111;display:block;height:70px;position:absolute;bottom:0;left:0;width:100%;margin-bottom:50px}
#es .list-read-more__checkbox{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:calc(25px*var(--line-clamp))}
#es .list-read-more__checkbox~.list-read-more__label{width:100%;max-width:300px;display:flex;height:55px;margin:0 auto;justify-content:center;align-items:center;position:relative;font-size:19px;border-radius:999px;box-shadow:unset;cursor:pointer;font-weight:400;text-decoration:unset;color:#5079da}
#es .list-read-more__checkbox:hover~.list-read-more__label{text-decoration:none}
#es .list-read-more__checkbox:checked~.list-read-more__label::before{content:attr(data-read-less)}
#es .list-read-more__checkbox:checked~.list-read-more__label.hide-read-less{display:none}
#es .list-read-more__checkbox:checked~.list-read-more__text{height:auto;margin-bottom:0}
#es .list-read-more__checkbox:checked~.list-read-more__text::after{content:none}
#es .es-card--border{border-top:none}
#es .es-card__title a,#es.es-photo-popup .es-photo-title a{color:#111}
#es a.aeonpoplink{font-weight:300!important;font-size:12px;color:#111;text-align:center;display:block;height:30px}
#es .es-photo-nav-button i{width:39px;height:39px;font-size:39px;padding:10px 0;color:#fff}
#es .o-checkbox label{display:block;text-align:left;position:relative;padding:0 0 0 5px;font-weight:400;font-size:inherit;line-height:1.5;margin:0}
#es .o-checkbox{padding-left:0;margin-top:0;margin-bottom:0;font-size:14px}
#es .vhodloginbox .o-checkbox{padding:0;margin-left:15px}
#es .es-media-delete-all-actions{border-top:none;border-bottom:none;padding:0;margin:0;align-self:center}
#es .btn-toolbar>.btn,#es .btn-toolbar>.input-group,#es .btn-toolbar>.o-btn-group{margin-left:10px}
#es .photoaccessback, #es .photoaccessblock {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 550px;
}
#es .photoaccessblock{display:flex;flex-direction:column;justify-content:center;align-items:center}
#es .es-stream .photoaccessback,#es .es-stream .photoaccessblock{min-height: 400px;max-height: 400px;}
#es .photoaccessback{background:linear-gradient(90deg,#ebf0ff,#fff,#ebf0ff,#fff,#ebf0ff);border-radius:1rem}
#es .photoaccess,#es .photoaccess18,#es .photoaccessback{display:flex;flex-direction:column;justify-content:center;align-items:center}
#es .photoaccess{position:absolute;width:100%;height:100%;background-color:rgb(255 255 255/15%);backdrop-filter:blur(10px);border-radius:1rem}
#es .photoaccess18{position:relative;width:70px;height:70px;color:#111}
#es .es-stream .photoaccess18 .es-icon-reaction--likes,#es .photoaccess18 .es-icon-reaction--likes{font-size:50px;width:50px;height:50px;line-height:0;-webkit-filter:blur(5px);filter:blur(5px)}
#es .photoaccessbutton,#es .photoaccesstext{display:flex;justify-content:center;align-items:center;width:100%}
#es .photoaccesstext{position:relative;flex-direction:column;height:70px;text-align:center;padding:0 15px;font-size:17px;color:#111}
#es .photoaccessbutton{max-width:300px;margin:15px auto;height:55px;border-radius:999px;border:1px solid #4a90e2;color:#4a90e2;font-size:19px;cursor:pointer;font-weight:400;text-transform:uppercase}
#es.es-photo-popup .es-comments-control__load{background:#fff;padding:0 7px;margin:0;font-size:12px}
#es .es-media-title a{font-size:25px;font-weight:400;margin:15px auto;line-height:1.4;display:block;color:#111;word-break:break-word}
#es.es-photo-popup .es-photo-title {
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    word-break: break-word;
    margin: 30px auto 20px;
    padding: 0;
}
#es .photo-caption-popup {
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    word-break: break-word;
    margin: 30px auto 20px;
    padding: 0;
}
#es .es-media-header-affix-wrapper.affix{border:0;display:flex;position:relative!important;background:#fff}
#es .es-album-form{margin-top:50px;display:none}
#es .o-select-group--inline{float:left;margin-right:4px}
#es .o-btn-group.open .dropdown-toggle_{background-color:#fff!important}
#es .es-album-item .es-photo-item.layout-item .es-photo-footer{display:flex;flex-wrap:wrap;align-items:center;align-self:center;justify-content:center;width:100%;height:auto;padding-top:0;opacity:1;z-index:2;position:relative;background:#fff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}
#es .es-albums{-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;opacity:1;background:#fff;margin-left:0}
#es .albumphototitle{width:100%;display:flex;justify-content:center;align-items:center;align-self:center;padding:15px 35px 0;margin-top:0;margin-bottom:0;font-size:17px;font-weight:400;line-height:1.4}
#es .es-photo>a.fit-both img{opacity:1;margin:0 auto}
#es .albumphototitle a{text-align:left;color:#111;font-size:17px;font-weight:400;line-height:1.5}
#es .albumphototitle a:hover,#es .popbox-item-info a:hover{color:#5079da}
#es .es-media-header-affix-wrapper.affix .es-media-item-menu{top:5px;right:8px}
#es .es-album-title{text-shadow:none}
#es .es-media-info{display: flex;max-width:100%}
#es .es-album-item .es-photo-item.layout-item .es-photo-info,#es .es-dialog-content .albumphototitle,#es .es-photo-item.layout-form .aeononephotolink,#es .es-photo-item.layout-form .pagetitlephotodesk{display:none}
#es .es-album-item .es-photo-item [data-photo-edit-button],#es .es-album-item .es-photo-item [data-photo-tag-button]{display:block}
#es .response-photo-title,#es.es-photo-popup .es-photo-title h1 a{font-weight:400;margin:15px auto;line-height:1.5;display:block;color:#111}
#es.es-photo-popup .es-photo-title h1 a{text-align:left!important;font-size:17px}
#es .response-photo-title{text-align:center;font-size:25px}
#es .es-media-stat span{font-size:15px;line-height:15px;color:#333}
#es .es-photo-exif{position:relative;margin:20px}
#es .es-photo-exif__title{font-weight:400;margin-bottom:15px;font-size:15px}
#es .es-photo-exif__item{flex:0 0 50%;color:#333;margin-bottom:10px}
#es .es-album-info>div,#es .es-album-info>h2{position:relative;z-index:2}
#es .aeon-photo-content{margin:0 auto;position:relative;height:auto;display:flex;flex-direction:column;align-self:center}
#es .es-album-item .es-photo-item.layout-item{display:flex;flex:0 0 50%;flex-direction:row;align-self:center;max-width:1000px;height:auto!important;padding:0 15px;margin:0;border:0;right:0;float:none;background:0 0;cursor:unset}
#es .aeon-photo-content,#es .es-album-browser-content,#es .es-album-item .es-photo-item.layout-item,#es .es-media-header-affix-wrapper{width:100%;flex-wrap:wrap;align-items:center;justify-content:center}
#es .es-media-header-affix-wrapper{display:flex;align-self:center;margin:15px auto;height:100px}
#es .es-album-browser-content{background:#fff;max-width:1239px;margin:0 auto;display:block;position:relative}
#es .es-photo-response{border-bottom:1px solid #f1f0f0}
#es .es-album-item .es-photo-item.layout-item.featured{width:66%}
#es .es-media-group{line-height:15px;font-size:14px}
#es .es-media-stats{display:none}
#es .es-media-stat{width:50%;border-right:none}
#es .es-album-item .es-photo-item.layout-item .es-media-stat{width:50%;padding:0;color:#f7f9ff;border-right:none}
#es .es-album-item .es-photo-item.layout-item .es-media-stat+.es-media-stat{border-left:none;border-right:none}
#es .es-album-item .es-photo-item.layout-item .es-media-stats{border:0;border-top:none;width:35%;height:50px;line-height:50px;margin:0 auto;display:block;background:rgba(0,0,0,.11);border-radius:3px}
#es .es-album-item .es-photo-item.layout-item .es-photo-menu-item{justify-content:flex-end;position:absolute;z-index:1000;top:0;right:5px;opacity:1;-webkit-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}
#es .es-album-item.layout-form .es-album-menu-form{display:block;position:relative;margin:0 auto}
#es .es-album-item .es-photo-item.layout-item .es-media-stat>span{font-size:15px;color:#f7f9ff}
#es .icon-es-24{width:1em!important;height:1em!important;line-height:1em}
#es .es-sharing .es-sharing-list{text-align:center}
#es .es-sharing .es-sharing-list>li{width:50px}
#es .aeonsoc .fa,#es .pageactionsocial .fa,#es .videorepostshareblock .fa{content:" ";vertical-align:middle;display:inline-block;background-image:url(../../../../../aeonmedia/labs.svg?5mo10af9efe4m50vme8da90718=1);background-repeat:no-repeat;background-size:1em 15em;margin:0 15px;cursor:pointer}
.aeonsoc{font-size:23px;display:inline-block;width:150px;margin-left:180px;position:relative;top:35px}
#es .aeonsoc .fa-vk{font-size:15px!important}
#es .es-label-state__icon:before,#es [class*=" icon-es-"],#es [class^=icon-es-]{content:" ";vertical-align:middle;display:inline-block;background-repeat:no-repeat}
#es [class*=" icon-es-"],#es [class^=icon-es-]{background-image:url(../../../../../aeonmedia/labs.svg?5mo10af9efe4m50vme8da90718=1)!important;background-size:1em 14em}
#es .icon-es-facebook,#es .icon-es-telegram{background-position:0-9em;width:1em;height:1em;font-size:19px!important}
#es .icon-es-telegram{background-position:0-11em}
#es .icon-es-tumblr,#es .icon-es-vk{background-position:0-10em;width:1em;height:1em;font-size:21px!important}
#es .icon-es-tumblr{background-position:0-13em;font-size:19px!important}
#es .es-label-state--featured{background-color:#fff;color:#111}
#es .es-label-state__icon:before{font-family:none;font-weight:500;font-style:normal;background-image:url(../../../../../aeonmedia/aeonalbom.svg?5mo10af9efe4m50vme8da90718=1);background-size:1em 31em;color:#fff;text-decoration:none;background-position:0 0;width:1em;height:1em}
#es .o-checkbox input[type=checkbox]:checked+label:after{font-family:none;font-weight:500;font-style:normal;content:" ";vertical-align:middle;display:inline-block;background-image:url(../../../../../aeonmedia/aeonalbom.svg?5mo10af9efe4m50vme8da90718=1);background-repeat:no-repeat;background-size:1em 31em;color:#fff;text-decoration:none;background-position:0-13em;width:1em;height:1em;font-size:19px}
#es .btn-file:before{font-family:none;font-weight:500;font-style:normal;color:#fff;text-decoration:none;background-position:0-4em;width:1em;height:1em;top:10px;font-size:15px}
#es .es-story-bg-menu-preview i.fa.fa-fill-drip{text-decoration:none;background-position:0-12em;width:1em;height:1em}
#es .aeon__icon{width:23px;height:23px;display:inline-block;font-size:23px;line-height:0}
#es .es-comment__author .aeon__icon{margin-left:5px;margin-top:-5px}
#es .aeonicon:before,#es .btn-file:before,#es .es-story-bg-menu-preview i.fa.fa-fill-drip,#es.is-mobile .es-mobile-filter-toggle a.btn-control.btn.btn-default:before,.aeonmentop:before,.aeonmenusvg:before{content:" ";vertical-align:middle;display:inline-block;background-image:url(../../../../../aeonmedia/aeonalbom.svg?5mo10af9efe4m50vme8da90718=1);background-repeat:no-repeat;background-size:1em 31em}
#es.is-mobile .es-mobile-filter-toggle a.btn-control.btn.btn-default:before{background-position:0-2em;width:1em;height:1em}
#es .aeonicon.aeongrid1:before,#es .aeonicon.aeongrid2:before,#es .aeonicon.aeongrid3:before{background-position:0-30em;width:1em;height:1em;font-size:25px;line-height:25px;margin-left:5px}
#es .aeonicon.aeongrid1:before,#es .aeonicon.aeongrid2:before{background-position:0-29em}
#es .aeonicon.aeongrid1:before{background-position:0-28em}
#es .aeonicon.verifed:before{background-position:0-27em;width:1em;height:1em;font-size:12px;line-height:12px;margin-bottom:7px;margin-left:3px}
#es .es-profile-header__title .aeonicon.verifed:before{font-size:18px;line-height:18px;margin-bottom:15px;margin-left:7px}
#es .es-stream-meta .es-stream-meta-footer .aeon__icon.aeonicon.verifed{display:none}
#es .aeonicon.aeonizl:before{background-position:0-26em;width:1em;height:1em}
#es .aeonicon.aeonz:before{background-position:0-25em;width:1em;height:1em;margin-top:3px}
#es .aeonicon.aeoncheckb:before{background-position:0-24em;width:1em;height:1em}
#es .aeonicon.aeonoriginalfoto:before{background-position:0-23em;width:1em;height:1em;font-size:21px}
#es .aeonicon.aeonpagealbom:before{background-position:0-22em;width:1em;height:1em}
#es .aeonicon.aeonlol:before{background-position:0-21em;width:1em;height:1em}
#es .aeonicon.aeongod:before{background-position:0-20em;width:1em;height:1em}
#es span.aeoncheck,#es span.aeoncheckb,#es span.aeongod,#es span.aeonizl,#es span.aeonz{margin-right:10px}
#es .aeonicon.aeonstream:before{background-position:0-19em;width:1em;height:1em}
#es .aeonicon.aeonvideo:before{background-position:0-18em;width:1em;height:1em}
#es .aeonicon.aeoneye:before{background-position:0-17em;width:1em;height:1em}
#es .aeonicon.aeonfot:before{background-position:0-16em;width:1em;height:1em}
#es .aeon__icon.aeonfot{font-size:23px}
#es .es-story-panel-button i {
    margin-right: 7px;
}
#es .aeonicon.aeonshare:before{background-position:0-14em;width:1em;height:1em;line-height:35px;font-size:23px}
span.aeon__icon.aeonicon.aeonshare{line-height:35px}
#es .fa-times:before{background-position:0-6em;width:1em;height:1em}
#es .aeonicon.aeonwos:before,.aeonmentop.aeoncompas:before{background-position:0 0;width:1em;height:1em}
#es .aeonicon.aeoncom:before{background-position:0-1em;width:1em;height:1em}
#es .aeonicon.aeonset:before{background-position:0-2em;width:1em;height:1em}
#es .aeonicon.aeonconfig:before{background-position:0-3em;width:1em;height:1em;background-color:#fff;font-size:17px}
#es .aeonicon.aeonconfigpro:before{background-position:0-15em;width:1em;height:1em}
#es .aeonicon.aeonupload:before{background-position:0-4em;width:1em;height:1em}
#es .aeonicon.aeonpopmenu:before{background-position:0-5em;width:1em;height:1em}
#es .aeonicon.aeonclo:before{background-position:0-6em;width:1em;height:1em}
#es .aeonicon.aeoncheck:before{background-position:0-7em;width:1em;height:1em}
#es .aeonicon.aeongala:before{background-position:0-8em;width:1em;height:1em}
#es .aeonicon.aeonundo:before{background-position:0-9em;width:1em;height:1em}
.flip-horizontal{-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
#es .aeonicon.aeonsmile:before{background-position:0-10em;width:1em;height:1em}
#es .aeonicon.aeonkarta:before{background-position:0-11em;width:1em;height:1em}
.object-content{font-size:12px;font-weight:300}
.aeonmen{width:39px;height:39px;line-height:39px;display:inline-block}
.aeonmentop:before,.aeonmenusvg:before{background-image:url(/aeonmedia/aeonmen.svg?5mo10af9efe4m50vme8da90718=1);background-size:1em 10em}
.aeonmentop.aeoncompas:before{font-size:27px}
.aeonmentop.postdao:before{background-position:0-1em;width:1em;height:1em;font-size:35px}
.aeonmentop.aeonlogin:before,.aeonmentop.aeonnotif:before{background-position:0-2em;width:1em;height:1em;font-size:25px}
.aeonmentop.aeonnotif:before{background-position:0-3em}
.aeonmentop.aeonpoisk:before{background-position:0-4em;width:1em;height:1em;font-size:27px}
.aeonmentop.aeonlist:before,.aeonmentop.aeonlogos:before{background-position:0-5em;width:1em;height:1em;font-size:27px}
.aeonmentop.aeonlogos:before{background-position:0-6em;border-radius:7px}
.aeonmentop.aeoncamerafilm:before{background-position:0-7em;width:1em;height:1em;font-size:27px}
.aeonmentop.aeonseriesfilm:before,.aeonmentop.cotocube:before{background-position:0-8em;width:1em;height:1em;font-size:27px}
.aeonmentop.cotocube:before{background-position:0-9em}
.aeonmenusvg.aeonlentasvg:before,.aeonmenusvg.aeonpagesvg:before{background-position:0 0;width:1em;height:1em;margin:0 10px 0 2px;font-size:31px}
.aeonmenusvg.aeonpagesvg:before{background-position:0-6em;border-radius:7px}
.aeonmenusvg.aeoncamerafilmsvg:before,.aeonmenusvg.aeonseriesfilmsvg:before{background-position:0-7em;width:1em;height:1em;margin:0 10px 0 0;font-size:25px}
.aeonmenusvg.aeonseriesfilmsvg:before{background-position:0-8em}
.lentabtnblock{margin:30px auto}
.lentablockmoduletitle,.lentablockmoduletitlepage{margin:15px auto;display:block;font-size:18px;font-weight:400;line-height:1.4em;text-align:center}
.lentablockmoduletitle .aeonmentop.aeoncompas:before{background-position:0 0;width:1em;height:1em;font-size:23px}
.lentablockmoduletitlepage{margin:15px auto 0}
.lentablockmoduletitlepage .aeonmentop.aeonlogos:before{background-position:0-6em;width:1em;height:1em;border-radius:7px;font-size:25px}
.newfilmmodule{background:#f7f9ff;padding:15px 0 30px}
#es #listsheetswitch{display:flex;justify-content:flex-end;margin:0 20px 20px 0}
#es #listsheetswitch .listswatch{margin-right:25px;display:flex;justify-content:center;align-items:center;width:35px;height:35px;cursor:pointer}
#es .es-stream-info-meta{font-size:12px;height:30px;line-height:30px;display:block}
#es.popbox{border:unset;border-radius:9px;line-height:1.5;z-index:100005;box-shadow:0 5px 15px rgb(139 160 176/10%);overflow:hidden}
#es.es-docker.is-top.active-notifications .btn-notifications:before{border-bottom-color:rgb(139 160 176/10%)}
#es.popbox-navbar--docker .g-list-inline>li{font-size:12px}
#es .g-list-inline{font-size:0;display:flex}
#es .g-list-inline--dashed>:not(:first-child){margin-left:8px;padding-left:15px;border-left:unset}
#es.popbox--cluster{width: 100%;
    max-width: 350px;
    padding: 0 5px 0 0;
    font-size: 14px;
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    border-radius: 1rem;}
#es.popbox--cluster .popbox-content{display:flex;height:90px;justify-content:center;align-items:center;align-self:center}
#es .o-avatar-v2{position:relative;display:inline-flex;flex-shrink:0;border-radius:5px;width:40px;height:40px;align-items:center;justify-content:center;font-size:16px;background:0 0}
#es .o-avatar-v2__content,#es.popbox--cluster .popbox-content__ft{width:100%;height:100%;color:#fff;text-align:center;align-items:center;justify-content:center;display:flex}
#es .o-avatar-v2__content{border-radius:50%;flex-grow:1;overflow:hidden}
#es .popbox-content__bd{display:none}
#es.popbox--cluster .popbox-content__ft{padding:15px 0}
#es.popbox--cluster .o-avatar-v2{position:relative;display:inline-flex;flex-shrink:0;border-radius:50%;margin-left:10px;width:70px;height:70px;align-items:center;justify-content:center;font-size:15px;background:0 0}
#es.popbox--cluster .o-avatar-v2 img{width:70px;height:70px}
#es .popbox-info{padding:0;flex-direction:column;align-items:center}
#es .popbox-info,#es .popbox-item-info{display:flex;justify-content:center;width:100%}
#es .popbox-footer{display:flex;padding:5px}
#es .popbox-item-info a{color:#fff;font-size:14px;text-align:center}
#es.popbox.top-left .arrow{bottom:-7px;left:18px;margin-left:-7px;border-width:7px 7px 0;border-top-color:#1d1d1d}
#es.popbox.bottom-left .arrow{top:-7px;left:18px;margin-left:-7px;border-width:0 7px 7px;border-bottom-color:#1d1d1d}
#es.popbox.top-right .arrow{bottom:-7px;left:auto;margin-left:-7px;border-width:7px 7px 0;border-top-color:#1d1d1d}
#es.popbox.bottom-right .arrow{top:-7px;left:auto;margin-left:-7px;border-width:0 7px 7px;border-bottom-color:#1d1d1d}
#es .es-reaction-stats-list .o-media__body a,#es a.aeonfilterflex{color:#111}
#es .popbox-location{width:375px;height:auto;padding:1px}
#es .es-location-map{background-image:none;padding-top:33%}
#es .es-story-meta-button{float:left;cursor:pointer;position:relative;text-align:center;margin-right:0;margin-left:7px;background-color:transparent;color:#111!important;font-size:12px;border-radius:1px}
#es .es-photo-popup-nav .o-nav__item{margin-top:50px;margin-right:15px;vertical-align:middle}
#es .es-media-info>small>span{display:inline;color:#777;font-size:12px}
#es .btn-photo-popup-nav-item,#es .btn-photo-popup-nav-item:active,#es .es-photo-item.layout-item .es-photo-menu-item .o-nav__item>a,#es .o-btn-group.open .btn-photo-popup-nav-item{line-height:30px}
#es [name=date-form] input,#es [name=date-form] select{float:left;text-align:center;margin-bottom:5px;font-size:12px;height:35px}
#es .es-photo-meta-field .es-photo-date>span{padding-left:15px;font-size:12px;color:#428bca}
#es.es-docker .labs-popup{background:#fff;line-height:1.5;text-align:left;border:solid 1px #f1f0f0;border-radius:1px;box-shadow:0 1px 1px 0 rgba(0,0,0,.44);white-space:normal;z-index:1000}
#es.es-docker.is-top.active-mobile-login .labs-popup-window{margin-top:44px;position:absolute;top:0;right:0;display:block;width:300px;height:auto}
#es.es-docker .labs-login-box{display:none}
#es.es-docker .labs-login-box__form{color:#111;font-size:0;text-transform:none;padding:15px;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:block}
#es.es-docker{z-index:1009}
#es.es-docker .labs-login-box .labs-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;padding:10px 15px}
#es .o-alert--dismissible .o-alert__close{height:15px;top:0;right:0}
#es.es-dialog.has-footer .es-dialog-modal{min-height:270px}
#es button.o-alert__close{height:15px;margin:0 0 0 20px}
#es .es-story-bg-menu{max-width:199px;margin:10px}
#es .es-story-bg-menu-preview{color:#111;border:1px solid #f1f0f0}
#es .dropdown-menu>.active>a,#es .dropdown-menu>.active>a:focus,#es .dropdown-menu>.active>a:hover{color:#111;background-color:#f1f0f0}
#es .es-story .es-album-view .es-album-upload-button{background:#000;border-radius:3px;height:max-content}
#es .es-story .es-album-view.can-drop-file .drop-hint{display:block;height:80px}
#es .es-story .es-album-view .es-album-upload-button:hover{background:#111}
#es .es-story .es-album-view .es-album-upload-button>span{color:#fff;font-size:14px;font-weight:500}
#es .es-story .es-album-view .es-album-upload-button:hover>span{color:#f7f9ff}
#es .lentafiltercat.dropdown_{display:flex}
#es .lentafilterbar{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;margin:35px 15px}
#es button.btnfilter.dropdown-toggle_,#es button.btnfiltercat.dropdown-toggle_{background:#fff;color:#111;font-size:15px;border-radius:999px;height:50px;line-height:50px;min-width:170px;text-align:center;cursor:pointer}
#es .btnfiltercat i.i-chevron.i-chevron--down{position:relative;top:-1px}
#es button.btnfilter.dropdown-toggle_{display:flex;justify-content:space-evenly;align-items:center;font-size:14px;margin-left:15px;width:auto;min-width:200px;max-width:200px}
#es .btnfilter i.i-chevron.i-chevron--down,#es .btnfiltercat i.i-chevron.i-chevron--down{display:inline-block;width:15px;height:15px;line-height:15px;margin-left:10px;color:#111}
#es .dropdownmenufilter{display:none}

    #es .open>.dropdownfiltercat {
        position: absolute;
        z-index: 9999;
        right: 0;
        left: auto;
        top: 55px;
        width: auto;
        height: auto;
        max-height: max-content;
        overflow: auto;
        min-width: 300px;
        max-width: 300px;
        background: #fff;
        box-shadow: 0 5px 15px rgb(139 160 176 / 10%);
        border-radius: 9px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
#es ul.dropdownfiltercat{margin-top:0;margin-bottom:10px;list-style-type:none}
#es .dropdownfiltercat{left:auto;right:0}
#es .aeonfilterflex{display:block;width:100%;margin-top:5px;border-radius:9px;height:44px;line-height:44px;padding:0 10px}
#es .aeonfilterflex.bacav{background:#feebef}
#es .aeonfilterflex.bacle{background:#f7f9ff}
#es .aeonfilterflex.bacat{background:#ebf0ff}
#es .aeonfilterflex a{color:#111;}
#es .aeonfilterflex.active a,#es a.aeonfilterflex.active{color:#5079da}
#es .es-stream-filter-icon:before{background-color:#fbbc05}
#es .es-stream-filter-icon:after{background-color:#ea4335}
#es .es-stream-filter-icon i:before{background-color:#34a853}
#es .es-stream-filter-icon i:after{background-color:#4285f4}
#es .textavtorlimit{margin-left:55px;display:block;color:#333;font-size:12px;line-height:1.4;padding:15px 0}
#es [data-story-plugin-name=text]{display:none!important}
#es .es-dialog-content *{font-size:13px;border:unset}
#es .es-dialog-content .o-pagination-wrap{display:none}
#es .es-repost-preview{padding:0;border:unset;margin:15px auto}
#es .es-repost-preview .es-photo-link{display:none!important}
#es.is-mobile.es-dialog{z-index:2147483647;width:100%;height:100%}
#es.es-dialog.active{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}
#es .es-dialog-footer-content {
    text-align: center;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
}
#es .es-dialog-footer-content .btn+.btn,#es .es-dialog-footer-content .btn:active+.btn,#es .es-dialog-footer-content .btn:focus+.btn,#es .es-dialog-footer-content .btn:hover+.btn{border-left:unset!important}
#es .es-dialog-footer-content .btn,#es .es-dialog-footer-content .btn:active,#es .es-dialog-footer-content .btn:focus,#es .es-dialog-footer-content .btn:hover{-webkit-flex:1!important;-ms-flex:1!important;flex:1!important;border-radius:9px!important;height:47px!important;border:0!important;background-color:unset!important;background-image:none!important;opacity:1!important;line-height:38px!important}
#es.view-registration{max-width:770px;min-width:300px;width:100%;margin:30px auto;padding:0;display:block}
#es .t-text--danger{font-size:14px;display:block;float:left;width:200px}
#es .o-input-group__btn>.btn{height:40px}
#es .o-input-group__btn,.o-help-block{font-size:12px}
#es .es-stepbar{z-index:0;display:none}
#es .es-login{margin:0 auto;width:100%}
#es .es-login-box{background-color:#fff;border-radius:unset;padding:0}
#es .o-form-group--float .o-form-control{padding:15px;height:44px!important}
#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-form-group--float.is-filled .o-control-label,#es .o-form-group--float.is-focused .o-control-label{top:7px;left:15px;font-size:12px!important}
#es .o-form-group--float .o-control-label{position:absolute;top:15px;left:15px;margin-bottom:0;pointer-events:none;color:#777;line-height:1;font-weight:400;z-index:2;transition:none}
#es .es-login-social-container{margin:15px 0}
#es .streamplayer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;position:relative}
#es .streamplay-poster{display:flex;width:100%;height:100%;min-height:210px;max-height:210px;object-fit:cover;border-radius: 1rem;}
#es .streamplay-button,#es .streamplayer button{display:flex;justify-content:center;align-items:center}
#es .streamplay-button{background:0 0;cursor:pointer;margin:0 0 0 7px;width:auto;height:auto;border-radius:unset;border-style:solid;border-width:15px 0 15px 25px;border-color:transparent transparent transparent #fff}
#es .streamplayer button{width:70px;height:70px;background:rgb(0 0 0/59%);border-radius:50%;background-position:0-50px;background-size:100%auto;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
#es .caption-video-title,#es .videoplayer{display:flex;width:100%;justify-content:center;align-items:center}
#es .videoplayer{flex-direction:column;height:auto;position:relative}
#es .caption-video-title{font-size:14px;color:#777}
#es .videoplay-poster{display:flex;width:100%;height:100%;min-height:190px;max-height:390px;object-fit:cover;border-radius:1rem}
#es .videoplay-button,#es .videoplayer button{display:flex;justify-content:center;align-items:center}
#es .videoplay-button{background:0 0;cursor:pointer;margin:0 0 0 7px;width:auto;height:auto;border-radius:unset;border-style:solid;border-width:17px 0 17px 31px;border-color:transparent transparent transparent #fff}
#es .videoplayer button{width:70px;height:70px;background:rgb(0 0 0/55%);border-radius:50%;background-position:0-50px;background-size:100%auto;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
#es .es-dialog-back-button i,#es .es-dialog-close-button i{display:flex;justify-content:center;align-items:center;width:50px;height:50px;top:0;cursor:pointer;position:relative}
#es .es-dialog-close-button i:before,.es-dialog-close-button i:after{content:"";position:absolute;width:27px;height:4px;background:#000}
#es .es-dialog-close-button i:before{transform:rotate(45deg)}
#es .es-dialog-close-button i:after{transform:rotate(-45deg)}
#es .btn-es-facebook{color:#3d5b95!important;background-color:#fff!important;border-color:#fff!important;font-size:14px!important;box-shadow:0 5px 15px rgb(139 160 176/10%);margin-bottom:15px!important}
#es .btn-es-facebook:active:hover,#es .btn-es-facebook:hover{color:#fff!important;background-color:#3d5b95!important;border-color:#3d5b95!important}
#es .es-dialog-title{font-size:15px;font-weight:400;position:relative;top:0}
#es .t-fs--sm{font-size:13px!important;text-align:left}
#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,90%)}
#es .es-dialog-modal{display:flex;flex-direction:column;position:relative;border-radius:9px;-webkit-box-shadow:unset;box-shadow:unset;max-width:100%;max-height:100%;min-width:320px;min-height:500px}
#es.es-dialog.has-footer .es-dialog-body{border-bottom:50px solid transparent}
#es .es-dialog-body,#es .es-dialog-header{display:flex;align-items:center;position:absolute;top:0;left:0;width:100%;border-bottom:0}
#es .es-dialog-body{justify-content:center;height:100%;z-index:1;border-top:50px solid transparent;border-radius:9px}
#es .es-dialog-header{justify-content:space-between;height:50px;line-height:50px;z-index:3;background:#fff;border:unset;padding:0;border-radius:9px 9px 0 0}
#es.es-dialog.has-footer .es-dialog-footer{display:block}
#es .es-dialog-container,#es .es-dialog-footer{width:100%;background:#fff;border-radius:0 0 9px 9px}
#es .es-dialog-footer{position:absolute;bottom:0;left:0;height:50px;z-index:2;display:none;border-top:1px solid #e1e1e1}
#es .es-dialog-container{position:relative;height:100%;overflow:auto;overflow-x:hidden;border:unset}
#es .es-dialog-content{display:flex;flex-direction:column;align-items:center;position:relative;padding:0;font-size:15px;height:100%;text-align:left}
#es .es-dialog-content .o-radio{display:none}
#es .dialogstreamplayer,#es .dialogstreamplayer-play{display:flex;justify-content:center;align-items:center;width:100%;height:100%}
#es .dialogstreamplayer-play{min-height:100px}
#es .playvideo{display:flex;flex-direction:column;position:relative;width:100%;height:100%}
#es .es-dialog-header__grid{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:space-between;-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;width:100%;height:100%}
#es .es-dialog-header__cell{display:flex;text-align:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;justify-content:flex-start;padding:0 15px}
#es .es-dialog-back-button,#es .es-dialog-close-button{display:flex;justify-content:flex-end;color:#111;font-size:15px;cursor:pointer;text-align:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
#es .es-login-box__form{padding:0;border-radius:unset;margin-bottom:20px;box-shadow:none}
#es .es-login-box__msg-title{text-align:center;font-size:1em;font-weight:400;text-shadow:none;background-color:rgba(0,0,0,.39)!important}
#es.es-docker .btn-docker .docker-avatar{width:32px!important;height:32px!important;padding:0;position:relative;display:flex;justify-content:flex-start;margin:0}
#es.es-docker .btn-docker .docker-avatar img{width:32px;height:32px;border-radius:50%;display:flex}
#es .es-login-box__form-wrap{max-width:350px;width:100%;margin:0 auto}
#es .profilemenu{height:40px;line-height:40px;display:flex;justify-content:flex-start;margin:0 10px 5px}
#es .profilemenu a{color:#111;width:100%;padding:0 10px;border-radius:9px}
#es .profilemenu a:hover{color:#333;background:#f7f9ff}
#es.es-docker .docker-popup{padding-top:7px;padding-bottom:7px;background:#fff;line-height:1.7;text-align:left;border:unset;border-radius:7px;box-shadow:0 5px 15px rgb(139 160 176/10%);white-space:normal;z-index:1000}
#es .es-photo-browser{width:100%}
#es .es-photo-browser .es-nav-thumbs{-moz-column-count:3;-webkit-column-count:3;column-count:3;margin:0;min-height:370px;padding:0 0 15px;-moz-column-gap:7px;-webkit-column-gap:7px;column-gap:7px;-moz-column-fill:balance;-webkit-column-fill:balance;column-fill:balance}
#es .es-photo-browser .es-nav-thumbs img{width:100%;height:auto;margin:0 auto;padding:7px 0 0}
#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,#es .btn-es-default:active:hover,.open>.dropdown-toggle#es .btn-es-default.focus,.open>.dropdown-toggle#es .btn-es-default:focus,.open>.dropdown-toggle#es .btn-es-default:hover{color:#000!important;background-color:#f7f9ff!important;border-color:#f1f0f0!important;box-shadow:0 5px 15px rgb(139 160 176/10%)}
#es .es-login-box__msg{color:#fff;padding:0;margin:0 auto}
#es .es-stream .es-story--bg-0:not(.es-story-bg-menu-preview){padding:15px 15px 0}
#es .es-photo-browser .es-nav-thumbs div a.es-thumb{width:30%;margin:15px;display:list-item;float:left;z-index:2}
#es .es-photo-browser .es-photo-item{width:100%;max-width:1230px;height: 100%;margin:0 auto;padding:30px 0;background:#fff;display:flex;justify-content:space-evenly}
#es .es-photo-item .es-photo-content {display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;background:#fff;margin-bottom:0;z-index: 2;}
#es .es-photo-item .es-photo-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:3}
#es .es-photo-item .es-photo-content .es-photo{float:none;display:flex;justify-content:center;align-items:center}
#es .es-photo-item .es-photo-footer{display:flex;flex-direction:column;width:100%;height:100%;z-index:unset}
#es .es-photo b,#es .es-photo u{background:#f1f0f0}
#es .es-popup-viewport{width:100%;height:100%;overflow:hidden;background:#f1f0f0}
#es .es-photo-browser .es-nav-thumbs div a.es-thumb>i{position:absolute;padding-top:100%;top:0;left:0;width:100%;height:100%;border-radius:0;background-size:contain;background-repeat:no-repeat;border:1px solid transparent;background-color:transparent}
#es .es-photo-browser .es-nav-thumbs div .es-thumb>a{display:block;padding:100%0 0;border-bottom:0}
#es .es-photo-browser .es-nav-thumbs div a.es-thumb.grid-sizer{position:absolute;top:0;left:0;z-index:1;opacity:0;visibility:hidden;min-height:500px}
#es .es-photo-browser .es-nav-thumbs div.es-thumb.featured{width:65%}
#es .o-tabs__bubble{background-color:#f1f0f0;border-radius:1px;color:#111;font-size:12px;font-weight:400}
#es label{font-size:14px;font-weight:400}
#es .o-form-control[disabled],#es .o-form-control[readonly],fieldset[disabled] #es .o-form-control{background-color:#ddd}
#es .data-field-textarea textarea,#es .o-form-control{padding:5px 10px;line-height:1.55;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s;-o-transition:border-color ease-in-out .15s;transition:border-color ease-in-out .15s}
#es .o-form-control{height:50px;font-size:17px;color:#333;border:1px solid #f1f0f0;border-radius:9px!important}
#es .mceModernSkin .mceToolbar,.mceDefaultSkin .mceStatusbar{background:#fff}
.mceDefaultSkin .mceLayout{border:1px solid #ddd;border-radius:3px}
#es .data-field-textarea textarea{height:44px;font-size:14px;color:#555;border:1px solid #ddd;border-radius:1px}
#es .btn-es-default-o a{color:#111!important}
#es.es-dialog.has-footer .es-dialog-container{border-radius:0;padding:15px}
#es .o-form-actions{width:100%;padding:15px 0;margin-top:15px;margin-bottom:15px;background-color:transparent;border-top:none}
#es .es-profile-header-nav .is-active .es-profile-header-nav__link{color:#000;border-bottom-color:#000;background:unset}
#es .es-profile-header-nav__link{color:#777;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;text-align:center;border-radius:unset;box-shadow:unset;width:100%;height:70px;background:unset;padding:0;margin-right:0;font-size:17px;font-weight:500;text-transform:uppercase;border-bottom:4px solid transparent}
#es .es-profile-header-nav .is-active .es-profile-header-nav__link :hover,#es .es-profile-header-nav__item :hover{color:#000}
#es .es-profile-header-nav__link div{margin-top:-5px;font-size:19px;align-items:center;display:flex}
#es .es-profile-header-nav__link div span{font-size:12px;margin-top:-7px}
#es .es-profile-header-nav__item{-webkit-flex:0 1 auto;-ms-flex:0 1 auto}
#es .actionedit{display:flex;flex-wrap:wrap;width:100%;max-width:700px;align-items:center;justify-content:center}
#es .actioneditbtn,#es .aeonpagelentatitle{display:flex;justify-content:center;padding:0 15px}
#es .actioneditbtn{width:200px;height:40px;line-height:40px;background:#000;color:#fff;border-radius:5px;margin:0 15px;overflow:hidden}
#es .actioneditbtn a{color:#fff}
#es .aeonpagelentatitle{align-items:center;width:100%;max-width:900px;margin:50px auto;font-size:35px;text-align:center;font-family:"Fira Sans",serif,system-ui,Segoe UI Historic,Segoe UI,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.4em}
#es .without-cover+.es-profile-header__bd{margin-top:20px;margin-left:0}
#es .es-profile-header__bd,#es .es-profile-header__ft,#es .es-profile-header__hd{position:relative;font-size:14px;display:block;width:100%;height:100%}
#es .es-profile-header{display:flex;flex-direction:column;background-color:#fff;border:0;width:100%;max-width:640px;margin:30px auto}
#es .es-profile-header__action-wrap{margin-left:unset;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
#es .es-profile-header.aeonprofile{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;align-items:stretch;justify-content:space-around;flex-wrap:nowrap;margin:0 auto;background:#f7f9ff}
#es .es-profile-header__hd.aeonprofile{display:flex;flex-direction:column;width:30%;max-width:320px;align-items:center;justify-content:center;margin:0 auto}
#es .es-profile-header__bd.aeonprofile{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;margin:0;padding:0;}
#es .followblockaeon,#es .profile-info-text{display:flex;width:100%;justify-content:flex-start}
#es .profile-info-text{max-width:700px;color:#fff;flex-direction:column;align-items:flex-start;padding:0;font-size:15px;word-break:break-word;margin:15px 0 25px}
#es .profile-info-text a{color:#fff;z-index: 1;text-decoration:underline}
#es .followblockaeon{height:40px;align-items:center}
#es .followersfollowinguserblock{display:flex;width:auto;z-index: 1;margin:0 30px 0 0}
#es .followersfollowinguserblock a{color:#fff;text-align:center}
#es .es-profile-header__action-wrap.aeonprofile .btn{font-weight:400;padding:0 10px;font-size:14px;border-radius:1rem;border:1px solid #feebef;height:50px;line-height:50px;max-width:350px;margin:0 auto}
#es .es-profile-header__action-wrap.aeonprofile{display:flex;flex:auto;flex-direction:row;align-items:center;justify-content:flex-end;margin-left:unset;margin-right:30px}
#es .es-profile-header__action-toolbar.aeonprofile{display:flex;width:100%;height:50px;align-items:center;justify-content:center;flex-wrap:wrap;margin:0}
#es .aeonprofilelikes{display:flex;justify-content:flex-end;width:100%;margin:0;max-width:max-content;top:0}
#es .aeonprofilelikes span{display:inline-flex;align-self:center;align-items:center;width:50px;height:50px;justify-content:center;border:1px solid #ebf0ff;border-radius:1rem;margin-right:15px;background:#fff}
#es .aeonprofilelikes span a{margin:0!important}
#es .aeonprofile .o-btn-group.o-btn-group--actions{display:flex;margin-right:15px;margin-top:0}
#es .es-profile-header__action-toolbar.aeonprofile:last-child{margin:0 auto}
#es .es-profile-header__action-toolbar{display:flex;flex-direction:column;height:auto;align-items:center;justify-content:center;flex-wrap:wrap;margin:15px auto}
#es .es-profile-header__action-toolbar:last-child{margin:15px auto}
#es .social-likes__widget:last-child{border-right:none}
#es .es-profile-header__meta{display:flex;color:#111;font-size:15px;height:50px;line-height:50px;text-align:center;margin:25px auto 0}
#es .es-profile-header-nav,#es .es-profile-header-nav__item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex}
#es .es-profile-header-nav__item{position:relative;display:flex;justify-content:center;flex:initial;margin-bottom:0;margin-left:30px}
#es .es-profile-header-nav__link span{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:auto;width:100%}
#es .t-text--muted{color:#5079da!important}
#es .g-list-inline>li,#es .o-nav__item-page{display:flex;align-items:center;font-size:14px;height:50px;line-height:50px;padding:0 5px}
#es .es-profile-header__meta a{color:#111!important;font-size:15px;padding:0 20px}
#es .es-profile-header__meta a.o-nav__item-page.active,#es .es-profile-header__meta a.o-nav__item-page:hover{color:#5079da!important;border-top-left-radius:15px;border-top-right-radius:15px}
#es .es-profile-header__meta a.o-nav__item-page.active{background:#f7f9ff}
#es .es-profile-header__meta span.aeon__icon.aeonicon.aeonpagealbom,#es .es-profile-header__meta span.aeon__icon.aeonicon.aeonstream,#es .es-profile-header__meta span.aeon__icon.aeonicon.aeonvideo{margin-right:10px}
#es .lentaback{display:flex;background:#f7f9ff;padding:0}
    #es .page-actions-mobile {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
	    #es .page-actions-mobile .pageactionsocial {
        margin: 0 auto 20px;
        width: 100%;
    }
	    #es .page-actions-mobile .pagetitlecat {
        width: 100%;
        margin: 0 auto 30px;
    }
#es .pageactions{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;justify-content:center;align-items:center;height:70px}
#es .pageactionsocial{display:flex;justify-content:space-evenly;align-items:center;width:50%;height:50px}
#es .pageactionsocial a i{display:flex;width:1em;height:1em;font-size:19px}
#es .actionlikepage,#es .pagetitlecat{display:flex;justify-content:center;width:25%}
#es .pagetitlecat a{color:#111;width:250px;background:#ebf0ff}
#es .actionlikepage .btn-es-default-o{background:#feebef;color:#111;width:250px}
#es .actionlikepage .btn-es-default-o:hover {background: #feebef!important;}
#es .actionlikepage .btn-es-default-o a{background:#f7f9ff;color:#111}
#es .dropdown-photosharemenu li,#es .es-profile-header__bd{padding:0}
#es .es-profile-header__avatar-wrap{background:0 0;padding:0;bottom:0;left:0;position:relative;max-width:200px;margin:30px auto;height:auto}
#es .profile-mob-header {
	display:flex;flex-wrap:nowrap;align-items:center;width:100%;max-width:100%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-top: -100px;
    background: #f7f9ff;
}
    #es .profile-mob-header .es-profile-header__bd.aeonprofile {
        padding: 0;
        width: 100%;
        z-index: 0;
    }
    #es .profile-mob-header .es-profile-header__info-wrap {
        flex-direction: column;
        height: auto;
    }
	#es .profile-mob-header .aeontitleprofile {
        flex-direction: column;
        justify-content: center;
        width: auto;
    }
	#es .profile-mob-header .es-profile-header__title {
        color: #111;
        font-size: 1.7em;
    }
	#es .profile-mob-header .profile-info-text {
        margin: 0 auto 15px;
        align-items: center;
        justify-content: center;
        color: #111;
    }
	    #es .profile-mob-header .profile-info-text a {
        color: #111;
    }
	    #es .profile-mob-header .followblockaeon {
        justify-content: space-evenly;
    }
	    #es .profile-mob-header .followersfollowinguserblock a {
        color: #111;
    }
	    #es .profile-mob-header .es-profile-header__action-wrap.aeonprofile {
        width: 100%;
        margin: 30px auto 15px;
        justify-content: center;
    }
	#es .profile-mob-header .es-profile-header__avatar-wrap.aeonprofile {
    display: flex;
    background: 0 0;
    padding: 0;
    bottom: 0;
    left: 0;
    position: relative;
    width: 200px;
    margin: 0 30px;
    height: 200px;
	z-index: 0;
}
	#es .es-profile-header__avatar-wrap.aeonprofile {
    display: flex;
    background: 0 0;
    padding: 0;
    bottom: 0;
    left: 0;
    position: relative;
    width: 200px;
    margin: 0 30px;
    height: 200px;
	z-index: 1;
}
#es .aeonprofileinfoflex,#es .es-profile-header-nav{display:flex;flex-wrap:nowrap;align-items:center;width:100%;max-width:100%}
#es .aeonprofileinfoflex{flex-direction:row;height:255px;justify-content:flex-start;margin:-255px 0 0;background:#f7f9ff}
#es .aeonprofileinfoflex .aeonbackcover{position:absolute;width:100%;height:45%;bottom:0;color:#fff;text-shadow:2px 2px 8px rgb(0 0 0/30%);background:linear-gradient(0deg,#000,rgba(0,0,0,.9) 25%,transparent);padding:0;margin:0;}
#es .es-profile-header-nav{position:relative;flex:auto;justify-content:space-between;border-top:none;height:auto;margin:0 auto 30px;padding:0;background:unset;border-bottom:1px solid #e5e5e5}
#es .es-profile-header-navmenu{display:flex}
#es .without-cover .es-profile-header__avatar-wrap{top:0}
#es .es-story.is-expanded .es-story-header,#es .es-story.is-expanded [data-message-group]{opacity:1;height:auto;top:0}
#es .es-story-header{z-index:3;margin-top:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:flex-start;align-items:center;width:100%;height:70px}
#es .docker-popup-quickpost .es-story-header .es-story-panel-button--label{display:none}
#es .es-story-selection-popbox{max-width:580px}
#es.is-mobile .es-story-panel-button__label{max-width:150px;position:relative;cursor:pointer;color:#111;font-weight:400;padding:3px 24px 3px 15px}
@media (max-width:640px) and (-webkit-min-device-pixel-ratio:0) {
#es .es-story-textfield:focus{font-size:15px!important;color:#111!important;}
}
#es.is-mobile .open>.es-stream-filter-dropdown{min-width:auto;width:100%;z-index:1;height:40px}
#es .es-story [data-message-group]{margin-left:0;margin-bottom:0}
#es .es-story-avatar{position:relative;height:50px;line-height:50px;margin:0}
#es .es-story.is-expanded .es-story-avatar{top:0}
#es .es-story-avatar,#es .es-story.is-expanded .es-story-text{padding:0;-webkit-transition:unset;-o-transition:unset;transition:unset}
#es .es-story.is-expanded .es-story-text{background:#fff3f3}
#es .es-story-panel-buttons .es-story-panel-button--videos{display:none!important;padding-right:8px}
#es .docker-popup-quickpost .es-story-panel-buttons,#es .g-list-inline--delimited>li+li{margin-left:0}
#es .es-story-bg-select{margin-left:auto;padding-top:0;padding-bottom:0;height:55px;line-height:27px}
#es .is-editing .es-story-panel-content.active,#es .is-editing .es-story-panel-contents.active{background-color:#fff}
#es .es-story .es-album-view .es-album-content{max-height:none;min-height:50px;margin-bottom:0}
#es .es-story .es-album-view.has-photos .es-album-upload-button{float:none;margin:15px auto;padding:0;display:none}
#es .story-loading{display:none}
#es .es-profile-header__info-wrap{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:50px;margin:0 auto}
#es .aeontitleprofile{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:75%}
#es .es-profile-header__title{font-size:1.9em;font-weight:700;color:#fff;line-height:1.1;z-index: 1;word-break:break-word;font-family:"Fira Sans",system-ui,Segoe UI Historic,Segoe UI,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif}
#es .photo-owner-aeon{display:flex;justify-content:center;align-items:center;width:100%;height:40px}
#es .photo-owner-aeon-ava,#es .photo-owner-aeon-pagelink{display:flex;justify-content:flex-start;align-items:center}
#es .photo-owner-aeon-pagelink{justify-content:center}
#es.is-mobile .es-story-avatar{display:flex}
#es .es-list-sorting{text-align:right;margin:0 auto}
#es .es-photo-title{width:100%;max-width:900px;word-break:break-word;margin:0;padding:30px;font-size:39px;line-height:1.4em;text-align:left;font-weight:500}
#es .photoitem-aside{display:block;height:600px;width:320px;min-width:320px;max-width:320px;position:sticky;top:50px}
#es .photoitem-content{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:750px}
#es .aeonpagetitle,#es .es-cover-viewport{position:absolute;top:0;width:100%;height:100%}
#es .aeonpagetitle{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;overflow: hidden;height: 370px;min-height:370px;max-height:370px;background:rgba(0,0,0,.3);font-size:4em;font-weight:700;color:#fff;line-height:1.4;font-family:"Fira Sans",serif,system-ui,Segoe UI Historic,Segoe UI,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;word-break:break-word;margin:0;padding:5%;border-radius:unset}
#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,.7);padding:10px 30px;cursor:default;color:#fff;display:none}
#es .es-profile-header__cover.editing .es-cover-desktop-hint{display:-webkit-flex;display:flex}
#es .page-main-img-mobile {
	opacity: 1;
    height: 210px;
    max-height: 210px;
    min-height: 210px;
    overflow: hidden;
    object-fit: cover;}
	#es .page-main-img {
	opacity: 1;
    height: 370px;
    max-height: 370px;
    min-height: 370px;
    overflow: hidden;
    object-fit: cover;
	z-index: 0;
	border-radius: unset;}
#es .aeonprofile .es-profile-header__cover .es-cover-desktop-action{top:50px;left:auto;right:-70px;width:200px;background:#000;padding:0;font-size:14px;color:#fff;height:40px;line-height:40px;border-radius:5px;border:unset;box-shadow:unset}
#es .aeonprofile .es-profile-header__cover.editing .es-cover-desktop-action {opacity: 0;}
#es .aeonprofile .es-profile-header__cover .es-cover-desktop-action .coverbtn {font-size:14px;color:#fff;display: block;text-align: center;}
#es .es-profile-header__cover .es-cover-desktop-action{top:90%;left:50%;transform:perspective(1px) translateX(-50%) translateY(-50%);position:absolute;opacity:1;-webkit-transition:all .15s ease;transition:all .15s ease}
#es .es-cover-viewport{z-index:1;left:0}
#es .es-album-item .es-photo-item.layout-item.is-selected .es-media-checkbox,#es .es-album-item .es-photo-item.layout-item:hover .es-media-checkbox{display:none;position:absolute;padding:15px}
#es .es-profile-header__avatar-wrap>a img{border-radius:50%;border:4px #fff solid}
#es .without-cover .es-profile-header__avatar-wrap>a{width:200px;height:200px;margin:0 auto;overflow:hidden}
#es .es-flyout .es-flyout-content{position:absolute;opacity:1;filter:alpha(opacity=1)}
#es .es-profile-header__avatar-wrap .es-flyout-content{bottom:0;width:100%}
#es .t-lg-mb--lg{margin-bottom:30px!important;margin-top:30px!important}
#es .es-stream-meta .es-stream-title{display:block;width:100%;font-size:15px;margin:0;padding-right:0;line-height:1.5}
#es .es-snackbar__title{font-size:15px;font-weight:400;height:50px;line-height:50px;text-align:center}
#es button.btn.pagesavebt.t-lg-pull-right{color:#fff!important;text-decoration:none;display:flex;justify-content:center;float:none!important;width:300px;    margin: 0 auto;}
#es .es-snackbar{color:#111;background-color:#f7f9ff;border-radius:unset;font-weight:400;line-height:1;margin-bottom:0;padding:0;justify-content:center}
#es .mentions div>span{border-radius:unset;box-shadow:none}
#es .mentions div>span,#es .mentions-textfield .mentions>div span{background:#fff;border:1px #111 solid}
#es .es-story.is-expanded .es-story-textbox .mentions>div{-webkit-transition:unset;-o-transition:unset;transition:unset}
#es .es-story.is-story-selection .es-story-panel-button--label{width:100%;height:50px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;align-items:center;flex:0}
#es .es-story-panel-button__label{max-width:415px;position:relative;cursor:pointer;color:#111;font-weight:400;padding:3px 24px 3px 15px}
#es .es-story-panel-button__label>b{font-size:14px;font-weight:400;display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1;vertical-align:middle}
#es .es-story-panel-button__label>b>i{font-size:14px;color:#111}
#es .es-story-panel-button__label:active,#es .es-story-panel-button__label:hover{color:#111}
#es .is-story-selection .es-story-avatar-popbox-toggle{display:flex;justify-content:center;align-items:center;width:100%;min-width:170px;height:50px;border-radius:999px;box-shadow:0 5px 15px rgb(139 160 176/10%)}
#es .is-story-selection .es-story-avatar-popbox-toggle::-moz-focus-inner{border:0!important}
#es .is-story-selection .es-story-avatar-popbox-toggle__icon,#es .is-story-selection .i-chevron.i-chevron--down{display:inline-block;color:#111;font-size:14px;position:absolute;right:8px;top:8px}
#es .is-story-selection .i-chevron--down i{line-height:1;font-size:16px}
#es .o-avatar-v2--xs{width:27px;height:27px;line-height:1;font-size:12px}
#es .embed-responsive .embed-responsive-item,#es .embed-responsive embed,#es .embed-responsive iframe,#es .embed-responsive object,#es .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0;object-fit:contain;background-size:contain;background-position:center center}
#es .es-story-selection-popbox__tabs{background-color:#fff}
#es .o-tabs--horizontal .o-tabs__item.active .o-tabs__link{color:#111;border-bottom:unset;background-color:#fff}
#es .es-story-selection-popbox .es-list{max-height:320px;overflow-y:auto}
#es .es-story-selection-popbox .es-list__item{padding:10px;width:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}
#es .es-story-selection-popbox .es-list-item{color:#111;outline:0!important}
#es .es-story-selection-popbox .es-list-item__media{display:flex;align-items:center;margin-right:10px}
#es .es-story-selection-popbox .es-list-item__context{overflow:hidden;-webkit-align-self:center;-ms-align-self:center;align-self:center}
#es .es-story-selection-popbox .es-list-item__title{overflow:hidden;text-overflow:ellipsis;margin-bottom:0;font-weight:500}
#es .es-story-selection-popbox__ft{background-color:#f7f9ff;border-top:1px solid #e1e1e1;padding:10px 0;text-align:center}
#es .es-story.is-collapsed .es-story-footer,#es .es-story.is-collapsed .es-story-header,#es .es-story.is-collapsed [data-message-group]{height:unset;overflow:hidden;opacity:unset;margin:unset}
#es .es-story.is-collapsed .es-story-textbox .mentions>div{min-height:50px;-webkit-transition:unset;-o-transition:unset;transition:unset}
#es .es-story.is-resizing{min-height:unset}
#es .es-story.is-resizing .es-story-header{height:unset;opacity:unset}
#es .es-story.is-resizing .es-story-footer{opacity:unset;max-height:unset;overflow:hidden}
#es .es-story.is-resizing [data-message-group]{margin-bottom:unset}
#es .es-story.is-resizing .es-story-text{background:#fff3f3;padding:25px 15px;-webkit-transition:unset;-o-transition:unset;transition:unset}
#es .es-story-text{padding:25px 15px!important}
#es .mentions,#es.es-main{position:relative}
#es .mentions textarea{padding:0!important;margin:0!important;border:0!important;background:0 0!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:#111}
#es .es-story.is-expanded .es-story-body{min-height:50px;height:100%}
#es .es-streams .es-story{padding:15px;max-width:640px;width:100%;margin:15px auto 30px;border:unset;border-radius:9px;box-shadow:0 5px 15px rgb(139 160 176/10%);background:#fff}
#es.es-main{display:flex;flex-direction:column;width:100%;background:#f7f9ff}
#es.view-login{margin:0 auto;background:#fff}
#es .es-profile.userProfile,#es .es-restricted.es-profile-restricted,#es .wrapper-for-full-height{display:flex;flex-direction:column}
#es .o-empty{width:100%;min-height:200px;text-align:center;background-color:#f7f9ff;position:relative;display:none}
#es .es-story-bg-select__dropdown-menu{min-width:212px!important}
#es .es-stream-control{position:absolute;right:10px;top:15px}
#es .es-stream-control .btn-control{color:#111}
#es .es-stream-item.is-bookmarked .es-stream-sharecontrol .remove-bookmark,#es .open>.dropdown-sharemenu{display:block}
#es .es-stream-item .es-stream-sharecontrol .remove-bookmark,#es .es-stream-item.is-bookmarked .es-stream-sharecontrol .add-bookmark,#es .g-list-inline--delimited>li+li:before{display:none}
#es .es-stream-action-block{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}
#es .es-stream-action-control{display:flex;width:100%}
#es .es-stream-sharecontrol,#es .es-stream-sharecontrol a{display:flex;justify-content:center;align-items:center;height:35px}
#es .es-stream-sharecontrol{position:absolute;top:5px;right:0;margin:0 15px;width:55px;line-height:5px;align-self:center;background:#f7f9ff;padding:0 10px;border-radius:1.5rem}
#es .es-stream-sharecontrol a{width:70px}
#es .es-stream-preview-link {display: flex;max-width: 55px;}
#es .dropdown-sharemenu{display:none;position:absolute;background:#fff;min-width:200px;width:100%;left:auto;right:auto;bottom:55px;top:auto;float:unset;border-radius:9px;border:0;padding:0;-webkit-box-shadow:unset;box-shadow:unset;list-style:none;text-align:left}
#es .es-stream-sharecontrol>.dropdown-sharemenu{margin:-1px 0 0;z-index:1000}
#es .o-btn-group>.dropdown-sharemenu{font-size:14px;padding:5px 0}
#es .dropdown-sharemenu a,#es .dropdown-sharemenu>li>a{display:block;clear:both;font-size:17px;font-weight:400;white-space:nowrap;padding:15px;height:50px;line-height:1.5;color:#111}
#es .dropdown-photosharemenu>a>i,#es .dropdown-photosharemenu>li>a>i,#es .dropdown-sharemenu a>i,#es .dropdown-sharemenu>li>a>i{width:1em;height:1em;margin:5px!important}
#es .dropdown-sharemenu .divider{display:block;height:1px;margin:9px 0;overflow:hidden;background-color:#e1e1e1}
#es.is-mobile .es-stream-sharecontrol .dropdown-backdrop{background:rgba(0,0,0,.8)}
#es.is-mobile .es-stream-sharecontrol .dropdown-sharemenu{top:auto;bottom:12vw;border-radius:unset;background:#fff;min-height:15vh!important;left:0;padding:0;margin:0;position:fixed;width:100vw;overflow-y:auto}
#es .es-photo-sharecontrol{width:55px;height:35px;line-height:0;padding:0 15px;display:flex;justify-content:center;align-items:center;align-self:center}
#es .dropdown-photosharemenu{display:none;position:absolute;background:#f7f9ff;min-width:200px;width:100%;left:auto;right:auto;bottom:40px;top:auto;float:unset;border-radius:9px;border:0;padding:0;-webkit-box-shadow:unset;box-shadow:unset;list-style:none;text-align:left}
#es .open>.dropdown-photosharemenu{display:block}
#es .es-photo-sharecontrol>.dropdown-photosharemenu{margin:-1px 0 0;z-index:1000}
#es .docker-popup-menu ul li a span,#es .o-btn-group>.dropdown-photosharemenu{font-size:12px}
#es .dropdown-photosharemenu>a,#es .dropdown-photosharemenu>li>a{display:block;clear:both;font-weight:400;white-space:nowrap;padding:10px 15px;line-height:1.5;color:#111;font-size:15px}
#es .dropdown-photosharemenu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e1e1e1}
#es.is-mobile .es-photo-sharecontrol .dropdown-backdrop{background:rgba(0,0,0,.8)}
#es .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
#es.is-mobile .es-photo-sharecontrol .dropdown-photosharemenu{top:auto;bottom:10vw;border-radius:unset;background:#fff;min-height:15vh!important;left:0;padding:0;margin:0;position:fixed;width:100vw;overflow-y:auto}
#es .es-noti__item-embed>img{max-width:120px;max-height:120px;object-fit:contain}
#es .popbox-dropdown-nav__item.is-unread,#es .popbox-dropdown-nav__item.is-unread:hover{background-color:#fff}
ol li{letter-spacing:0!important;margin:0!important}
#es .popbox-dropdown__title{font-weight:500;color:#111;height:50px;line-height:50px}
#es.es-docker .btn-docker .docker-bubble{font-weight:500;min-width:15px;height:15px}
#es.es-docker .text-menu{padding-left:1px}
#es .docker-popup-menu{min-width:250px;width:250px}
#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:-10px}
#es .docker-popup-menu ul li:first-child{display:none}
#es.es-docker .btn-docker{font-weight:500;border-radius:3px;margin:4px 3px;width:50px;padding:0}
#es.es-photo-popup .es-photo-close-button{padding:0;right:10px;top:3px;z-index:1000}
#es.es-photo-popup .es-photo-close-button div{font-size:35px!important;color:#111!important;width:35px!important;height:35px!important;line-height: 0;
    background: #fff;
    border-radius: 999px;}
#es.es-photo-popup .es-photo-header{background:0 0;padding:0;height:0}
#es.es-photo-popup .es-popup-handle{position:relative;padding-right:390px}
#es.es-photo-popup .es-photo-footer{right:-390px;width:390px;padding:15px;position:absolute}
@media (max-width:1239px) {
#es.es-photo-popup .es-popup-handle{padding-right:0}
#es.es-photo-popup .es-photo-item{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
#es.es-photo-popup .es-photo-footer{justify-content: center;align-items: center;position:relative;top:auto;right:auto;height:auto;width:100%}
#es .es-photo-item.layout-item .es-photo-menu-item{z-index:1000;width:95%}
#es.es-photo-popup .es-photo-close-button{padding:0;width:50px;right:10px;top:7px;z-index:1000}
}
#es .es-photo-item.layout-item .es-photo-menu-item{z-index:1000;position:relative;width:100%;display:flex;justify-content:flex-end}
#es .es-photo-item.layout-item .es-photo-menu-item a.onephotoedit{display:flex;justify-content:center;align-items:center;width:200px;height:40px;border:unset;border-radius:5px;color:#fff;background:#111!important}
body.has-docker.docker-top #es.es-explorer-popup,body.has-docker.docker-top #es.es-photo-popup{padding:20px;background:rgb(0 0 0/33%);backdrop-filter:blur(7px)}
#es.es-photo-popup .es-comment .o-avatar-v2 img{width:32px;height:32px}
#es.es-photo-popup .dropdown-menu>li>a{text-decoration:none;color:#111;background-color:#fff}
#es.es-photo-popup .dropdown-menu>li>a:hover{background-color:#f7f9ff}
#es.es-photo-popup .es-photo-content{border-top:0;border-bottom:0}
#es [data-mode=contain]{border-left:60px solid transparent;border-right:60px solid transparent}
#es .es-streams .es-streams.is-empty,#es div.es-stream-list .es-streams.is-empty{display:none}
#es .es-stream-item,#es .es-stream-list{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-wrap:wrap;height:auto}
#es .es-stream-list{flex:auto;margin:0;padding:5px;flex-direction:row;width: 100%;flex-wrap: wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;line-height:1}
#es .es-stream-item{align-self:stretch;align-items:center;align-content:center;flex-direction:column;width:auto;min-width:320px;max-width:640px;margin:0 auto;-webkit-flex:33%;-ms-flex:33%;flex:33%;padding:5px}
#es.view-dashboard{display:block;max-width:1920px;margin:0 auto;background:#f7f9ff}
#es.es-dashboard{margin-right:50px}
#es .es-story.is-collapsed .es-story-text{top:50px;padding:0;-webkit-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}
#es .es-story-body{z-index:2;border:unset;border-radius:unset;min-height:50px;background:#fafafa;margin: 15px auto;}
#es .es-story-panel-contents .es-story-panel-content.active{max-height:300px}
#es .es-stream-list>li+li{margin-top:0;padding-top:5px;border-top:none}
#es{font-size:14px;line-height:1.55}
#es,#es button,#es input,#es select,#es textarea{font-family:"Roboto",system-ui,Segoe UI Historic,Segoe UI,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif}
#es .es-story-sly-nav:not(.is-end-right):after{right:0;content:"";background-image:none;background-repeat:repeat-x}
#es .es-stream-filter-bar__cell:not(:first-child){box-shadow:0 5px 15px rgb(139 160 176/10%);border-radius:999px;margin:0 auto;max-width:100px}
#es .es-stream-meta .es-stream-title a{font-size:15px;color:#111;font-weight:500;line-height:1.5}
#es .es-stream-meta .es-stream-meta-footer a:hover,#es .es-stream-meta .es-stream-title a:hover{color:#111;text-decoration:underline;transition:unset}
#es .es-story-textfield{font-size:15px;line-height:1.5;-webkit-transition:unset;-o-transition:unset;transition:unset}
#es .es-story-actions.no-privacy .es-story-submit{border-radius:3px!important;min-width:100px;padding:5px 10px;font-size:13px;line-height:1.5;height:39px;font-weight:400}
#es .es-stream-meta .es-stream-meta-footer a{color:#555;font-weight:400}
#es .es-stream-control .btn-control i{color:#777}
#es .es-stream{background:#fff;display:-webkit-flex;display:flex;flex:auto;margin:0;padding:0;-webkit-flex-wrap:wrap;flex-wrap:wrap;width: 100%;height:auto;align-items:flex-end;align-self:stretch;align-content:stretch;justify-content:stretch;border-radius:1rem}
#es .lentabtnblockpage{margin:50px auto 0}
.zeon .box .header{color:#000;font-size:1.7em;margin:30px auto 0;padding:0;height:1.7em;line-height:1.7em;background:0 0;text-align:center;font-family:"Fira Sans",serif,system-ui,Segoe UI Historic,Segoe UI,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif}
#es .es-stream-meta{padding:10px 15px;position:relative;display:flex;width:100%;height:auto;align-items:flex-start;align-self:flex-start;justify-content:flex-start}
#es .clusterlentafix{display:none;flex-direction:column;height:600px;width:320px;min-width:320px;max-width:320px;position:-webkit-sticky;position:sticky;top:50px;margin-top:20px}
#es .clusterlentawrapfix{width:100%;max-width:100%;margin:0 auto;display:block;justify-content:space-evenly}
#es .es-photo img{position:relative;width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%;opacity:1;border-radius:3px}
#es .es-photo.ar-4x3>a{padding-top:unset}
#es .es-photos.pattern-tile.photos-1 .es-photo{padding:0;margin:0;border-radius:3px}
#es .es-stream-repost__content img{object-fit:contain;border-radius:unset;flex-shrink:0}
#es .es-photos.pattern-tile.photos-1 .es-photo img,#es .es-stream-repost__content img{height:auto;max-height:450px;min-height:450px;cursor:zoom-in;margin:0 auto;display:flex;background-size:unset;position:unset;border:0;width:100%;min-width:100%}
#es .es-photos.pattern-tile.photos-1 .es-photo img{object-fit:contain;border-radius:unset;background:#fafafa}
#es picture{width:100%;display: flex;}
#es .es-photos.pattern-tile {
    display: flex;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}

#es .es-photos.pattern-tile .es-photo {
    position: relative;
	width: 100%;
    height: auto;
    margin: 0;
    padding: 1.5px;
    overflow: hidden;
    flex: 1 1 auto;
}

#es .es-photos.pattern-tile .es-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	cursor: zoom-in;
    border-radius: 3px;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Photos-2: 2 строки max */
#es .es-photos.pattern-tile.photos-2 .es-photo {
	display: flex;
    flex: 1 1 45%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(-n+1):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(-n+1):has(img[data-orientation="landscape"]) {
    flex: 1 1 95%;
    min-width: 300px;
}
#es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(n+2):has(img[data-orientation="landscape"]) {
    flex: 1 1 95%;
    min-width: 300px;
}

/* Photos-3: 2–3 строки */
#es .es-photos.pattern-tile.photos-3 .es-photo {
	display: flex;
    flex: 1 1 30%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(-n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(-n+1):has(img[data-orientation="landscape"]) {
    flex: 1 1 95%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(n+2):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(n+3):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 300px;
}

/* Photos-4: 2–3 строки */
#es .es-photos.pattern-tile.photos-4 .es-photo {
	display: flex;
    flex: 1 1 23%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(-n+1):has(img[data-orientation="landscape"]) {
    flex: 1 1 95%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(-n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(n+2):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(n+3):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
   min-width: 150px;
}

/* Photos-5: 2–3 строки */
#es .es-photos.pattern-tile.photos-5 .es-photo {
	display: flex;
    flex: 1 1 18%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(-n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(n+3):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(-n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(n+4):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(n+4):has(img[data-orientation="landscape"]) {
    flex: 1 1 55%;
    min-width: 150px;
}

/* Photos-6: 2–3 строки */
#es .es-photos.pattern-tile.photos-6 .es-photo {
	display: flex;
    flex: 1 1 15%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-6 .es-photo:nth-child(-n+3):has(img[data-orientation="portrait"]) {
    aspect-ratio: 3/4;
    flex: 1 1 40%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-6 .es-photo:nth-child(-n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-6 .es-photo:nth-child(n+4):has(img[data-orientation="portrait"]) {
    flex: 1 1 40%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-6 .es-photo:nth-child(n+4):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}

/* Photos-7: 3–4 строки, предпочтительно 2+2+3 */
#es .es-photos.pattern-tile.photos-7 .es-photo {
	display: flex;
    flex: 1 1 14%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(-n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(-n+2):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(n+3):nth-child(-n+4):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(n+3):nth-child(-n+4):has(img[data-orientation="landscape"]) {
    flex: 1 1 45%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(n+5):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-7 .es-photo:nth-child(n+5):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
    min-width: 150px;
}

/* Photos-8: 3–4 строки, предпочтительно 2+3+3 */
#es .es-photos.pattern-tile.photos-8 .es-photo {
	display: flex;
    flex: 1 1 12%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(-n+2):has(img[data-orientation="portrait"]) {
    flex: 1 1 45%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(-n+2):has(img[data-orientation="landscape"]) {
    flex: 1 1 55%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(n+3):nth-child(-n+5):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(n+3):nth-child(-n+5):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(n+6):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-8 .es-photo:nth-child(n+6):has(img[data-orientation="landscape"]) {
	display: flex;
    flex: 1 1 40%;
    min-width: 150px;
}

/* Photos-9: 3–4 строки */
#es .es-photos.pattern-tile.photos-9 .es-photo {
	display: flex;
    flex: 1 1 11%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(-n+3):has(img[data-orientation="portrait"]) {
    flex: 1 1 20%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(-n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(n+4):nth-child(-n+6):has(img[data-orientation="portrait"]) {
    flex: 1 1 20%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(n+4):nth-child(-n+6):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(n+7):has(img[data-orientation="portrait"]) {
    flex: 1 1 20%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-9 .es-photo:nth-child(n+7):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
	min-width: 150px;
}

/* Photos-10: 3–4 строки, предпочтительно 3+3+4 */
#es .es-photos.pattern-tile.photos-10 .es-photo {
	display: flex;
    flex: 1 1 10%;
	min-width: 150px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(-n+3):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(-n+3):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(n+4):nth-child(-n+6):has(img[data-orientation="portrait"]) {
    flex: 1 1 30%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(n+4):nth-child(-n+6):has(img[data-orientation="landscape"]) {
    flex: 1 1 40%;
    min-width: 150px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(n+7):has(img[data-orientation="portrait"]) {
    flex: 1 1 23%;
    min-width: 100px;
}
#es .es-photos.pattern-tile.photos-10 .es-photo:nth-child(n+7):has(img[data-orientation="landscape"]) {
    flex: 1 1 33%;
    min-width: 150px;
}

#es .es-photos.photos-1.es-stream-photos.pattern-tile .lentaphototitle{width:100%;color:#111;font-size:17px;font-weight:400;line-height:1.4;text-align:left;min-height:15px;margin-bottom:15px;margin-top:15px;padding:0}
#es .es-photos.photos-2.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-2.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-2.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-2.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-2.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-3.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-3.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-3.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-3.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-3.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-4.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-4.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-4.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-4.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-4.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-5.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-5.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-5.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-5.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-5.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-6.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-6.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-6.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-6.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-6.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-7.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-7.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-7.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-7.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-7.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-8.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-8.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-8.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-8.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-8.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-9.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-9.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-9.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-9.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-9.es-stream-photos.pattern-tile .photoaccessblock,
#es .es-photos.photos-10.es-stream-photos.pattern-tile .downloadposter,
#es .es-photos.photos-10.es-stream-photos.pattern-tile .es-photo-link,
#es .es-photos.photos-10.es-stream-photos.pattern-tile .es-photouser-link,
#es .es-photos.photos-10.es-stream-photos.pattern-tile .lentaphototitle,
#es .es-photos.photos-10.es-stream-photos.pattern-tile .photoaccessblock {
    display: none;
    overflow: hidden;
    opacity: 0;
}
#es .es-photo:nth-child(10) .es-photo__note{display:flex}
#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:50px;background:unset;color:#fff;cursor:zoom-in}
#es .es-stream-preview .es-photo,#es .es-stream-preview .es-photo b{background:#fff}
#es .es-stream-preview,.es-actions__item.es-actions__item-action{align-self: flex-start;justify-content:center;flex-wrap:wrap;align-items:center}
#es .es-stream-preview{max-height:100%;height:auto;margin:0 auto;display:block;padding:5px 15px 15px}
.es-actions__item.es-actions__item-action{display:flex;height:35px}
#es .es-actions__item-comment{display: flex;flex-direction: column;background-color:unset;width:100%;max-width:775px;margin:0 auto}
#es .es-photo-browser .es-actions__item-comment{background-color:unset;width:100%;max-width:700px;margin:30px auto}
#es .es-comments-wrap{background-color:unset;padding:15px}
#es .es-popup-handle .es-comments-wrap{background-color:unset;padding:15px 0}
#es .es-comments-form .es-form .mentions{font-size:15px;line-height:1.7;color:#111;min-height:50px}
#es .es-stream .es-comments-form .es-form .mentions{min-height:25px}
#es.es-photo-popup .es-comments-control__load .es-comments-control__stats{top:0;position:relative;color:#333;right:0;display:block;float:right}
#es .es-comment-actions{position:absolute;right:5px;top:-5px;display:none}
#es .es-comment-item-meta a{color:#333;font-size:11px}
#es.popbox.popbox-profile .popbox-item-info .popbox-item-text{line-height:30px!important}
#es .es-comments-control__load{background:#fff;padding:10px 15px;margin:0;font-size:12px}
#es .es-comments-control__stats{display:block;position:relative;top:0;right:0;color:#333;float:right}
#es .es-comments-form .es-form{color:#111;display:block;width:100%;padding:7px;min-height:70px;border:1px solid #eeebea;border-radius:9px;font-size:15px;line-height:1.5;background-color:#fff}
#es .es-stream .es-comments-form .es-form{min-height:40px;display:block;width:90%}
#es .es-stream .es-comments-form{padding:5px 0 0;display:flex;flex-wrap:nowrap;width:100%;justify-content:flex-end;align-items:flex-start}
#es .es-comments-form__footer,#es .es-stream .es-comments-form__footer{text-align:right;display:block;margin:0;width:auto;padding-left:5px;min-width:40px}
#es .es-stream .es-comments-form__footer .btn{margin-top:0;display:flex;justify-content:center;align-items:center;height:40px;line-height:40px;padding:0 20px;box-shadow:unset;border:unset;border-radius:1.5rem}
#es .es-form .o-alert{padding:15px;border:unset;color:#333;text-align:center;margin:0;border-radius:unset;text-shadow:none;position:relative;overflow:hidden;font-size:14px;line-height:1.5;background-color:#fff}
#es .es-comments-form__footer{margin:5px}
#es .es-comment__author{display:flex;width:100%;align-items:center}
#es .es-comment-item-reply-wrap{display:flex;width:50%;justify-content:flex-start}
#es .es-comment-item-like-wrap{display:flex;width:50%;justify-content:flex-end}
#es .es-comment-item-like,#es .es-comments-form__footer .btn{display:flex;align-items:center;justify-content:center}
#es .es-comment-item-date{display:flex;margin-left:10px}
#es .es-comment-item-date a{color:#777}
#es .es-comments-form__footer .btn{margin-top:0;height:40px;line-height:40px}
#es .es-comments-form__footer .btn.cancel{margin:3px 0}
#es .es-comment .o-avatar-v2{position:relative;display:inline-flex;flex-shrink:0;border-radius:5px;width:32px;height:32px;align-items:center;justify-content:center;font-size:16px;background:0 0}
#es.popbox-repost.is-mobile{width:auto;top:0;bottom:unset;left:0!important;right:0!important}
#es .es-comments-form .es-form .mentions>div{padding-bottom:5px!important}
#es .es-comment{padding:7px 0;color:#111;font-size:12px}
#es .es-comment+.es-comment{border-top:none}
#es .es-comments-form{padding:5px 0 0;display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}
#es .action-title-repost-counter a,#es .es-comment-item-meta{display:flex;justify-content:flex-end;align-items:center;font-size:12px}
#es .es-comment-item-meta{line-height:30px;height:30px;color:#555!important;font-weight:400;width:100%}
#es .es-reaction-stats{min-width:35px;padding:0;border-radius:1.5rem;position:relative;display:flex;justify-content:center;align-items:center}
#es .es-actions-list>li+li:before{content:"";position:absolute;line-height:1;top:1px;left:-10px}
#es.es-photo-popup .es-photo-response .es-actions-wrapper,#es.es-photo-popup .es-photo-response .es-photo-exif,#es.es-photo-popup .es-photo-response .es-reaction-stats{padding-left:0;padding-right:0}
#es.es-photo-popup .es-photo-response .es-comments-form{padding-left:15px;padding-right:15px}
#es .es-actions-list>li{margin:0 10px 0 0}
#es .es-reaction-icon-stat__counter{font-size:12px;padding-left:0;color:#000;line-height:35px}
#es .action-title-repost-counter{width:auto;height:35px;padding:0;border-radius:1.5rem;position:relative;display:flex;justify-content:center;align-items:center}
#es .action-title-repost-counter a{width:auto;height:35px;color:#000;margin-left:15px}
#es .es-reaction-icon-stat__item{margin-left:0;outline:0!important;cursor:pointer;margin-right:0}
#es .es-comment-item-meta__item+.es-comment-item-meta__item:before{display:none}
#es.is-desktop .es-reactions-pop__item:hover .es-reactions-pop__text{top:-30px;line-height:20px;font-weight:400;min-width:50px;text-align:center}
#es .es-actions-list a{color:#111}
#es .es-reaction-stats__text>a{color:#111;font-size:12px;line-height:30px}
#es .es-icon-reaction:before{content:" ";display:inline-block;background-size:1em 18em;background-image:url(../../../../../aeonmedia/aeon.svg?5mo10af9efe4m50vme8da90718=1);background-repeat:no-repeat;vertical-align:middle}
#es .es-icon-reaction.es-icon-reaction--likes:before{background-position:0 0;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--likes.es-icon-reaction--like:before{background-position:0-2em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--repost:before{background-position:0-6em;width:1em;height:1em}
#es .es-reaction-icon-stat__item.is-active .es-reaction-icon-stat__avatar{border-bottom:none}
#es .es-icon-reaction.es-icon-reaction--link:before{background-position:0-7em;width:1em;height:1em;font-size: 27px;}
#es .es-stream .es-icon-reaction.es-icon-reaction.es-icon-reaction--link:before{background-position:0-7em;width:1em;height:1em;font-size: 21px;}
#es .es-icon-reaction.es-icon-reaction--bookmarkadd:before{background-position:0-8em;width:1em;height:1em;font-size:25px}
#es .es-icon-reaction.es-icon-reaction--bookmarkdel:before{background-position:0-9em;width:1em;height:1em;font-size:9px!important;position:relative;margin-top:-20px;margin-right:4px}
#es .es-icon-reaction.es-icon-reaction--download:before{background-position:0-10em;width:1em;height:1em;line-height:1;font-size:23px}
#es .es-icon-reaction.es-icon-reaction--comment:before{background-position:0-11em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--cloud-upload:before{background-position:0-12em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--send:before{background-position:0-13em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--cancel:before{background-position:0-14em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--share:before{background-position:0-15em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--info:before{background-position:0-16em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--collection:before{background-position:0-17em;width:1em;height:1em}
#es .es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--info {
    position: absolute;
    right: 0;
    margin: -30px 10px 0 0;
}
#es .es-album-content .es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--info {
    position: relative;
    right: 0;
    margin: 10px auto 0;
}
#es .is-bookmarked .es-stream-bookmark-label{display:inline-block}
#es .es-stream-bookmark-label{width:17px;height:17px;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-icon-reaction.es-icon-reaction--download{line-height:25px}
#es .es-stream-pinned-divider span{color:#555;padding:0 15px;font-weight:500;font-size:12px}
#es .es-stream-sticky-label{background-color:transparent;color:#111;top:2px;right:0!important}
#es .btn-es-default-o.active,#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.focus,#es .btn-es-default-o:active,#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:focus,#es .btn-es-default-o:hover,.open>.dropdown-toggle#es .btn-es-default-o,.open>.dropdown-toggle#es .btn-es-default-o.focus,.open>.dropdown-toggle#es .btn-es-default-o:focus,.open>.dropdown-toggle#es .btn-es-default-o:hover{color:#000!important;background-color:#f7f9ff!important;border-color:#f7f9ff!important}
#es .btn{font-weight:400;padding:0 30px;font-size:15px;border-radius:999px;height:50px;line-height:50px;width: auto;max-width:300px;margin:0}
#es .wf-editor-header .btn  {
width: 50px;
max-width: 50px;
}
#es .btn-es-default-o{background:#f7f9ff;color:#111;}
#es .btn-es-default-o a{background:#f7f9ff}
#es .es-story-submit {
    width: 170px;
	border-radius: 999px !important;
}
#es .btn.active.focus,#es .btn.active:focus,#es .btn.focus,#es .btn:active.focus,#es .btn:active:focus,#es .btn:focus{outline:unset;outline-offset:unset}
#es .btn-es-primary.focus,#es .btn-es-primary:focus{box-shadow: 0 5px 15px rgb(139 160 176 / 10%);}
#es .btn-es-primary.active,#es .btn-es-primary:active,#es .btn-es-primary:hover,.open>.dropdown-toggle#es .btn-es-primary{box-shadow: 0 5px 15px rgb(139 160 176 / 10%);}
#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,#es .btn-es-primary:active:hover,.open>.dropdown-toggle#es .btn-es-primary.focus,.open>.dropdown-toggle#es .btn-es-primary:focus,.open>.dropdown-toggle#es .btn-es-primary:hover{color:#111!important;background-color:#f7f9ff!important;border-color:#f1f0f0!important}
#es .es-story-panel-button.active .es-story-panel-button__shape:before,#es .es-story-panel-button.active:active .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:hover .es-story-panel-button__shape:before{border:unset}
#es .es-reactions-pop{left:30px;min-width:200px;padding:3px 7px;-webkit-transition:.1s .1s;transition:.1s .1s;box-shadow:0 0 0 1px rgba(0,0,0,.07),0 1px 1px rgba(0,0,0,.15)}
#es .es-story-panel-button--videos .es-story-panel-button__shape{background-color:rgba(255,0,0,.79)}
#es .es-story-panel-button--photos .es-story-panel-button__shape{box-shadow:unset;background-color:unset;}
#es .es-story-panel-button.active .es-story-panel-button__shape,#es .es-story-panel-button.active:active .es-story-panel-button__shape,#es .es-story-panel-button.active:focus .es-story-panel-button__shape,#es .es-story-panel-button.active:hover .es-story-panel-button__shape{margin-left:0;border:1px #111 solid;position:relative;width:100%;max-width:200px}
#es .es-story-panel-button--links .es-story-panel-button__shape{background-color:#4a90e2}
#es .es-story-panel-buttons{position:relative;z-index:2;color:#111;padding:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:flex-start;height:70px;line-height:70px;width:100%}
#es .es-story-panel-button__shape {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	min-width: 170px;
    max-width: 170px;
    height: 50px;
    font-size: 15px;
    border-radius: 999px;
    color: #000;
    border: 1px #111 solid;
    box-shadow: unset;
    background-color: unset;
}
#es .es-stream-content.es-story--bg-0{padding:10px 15px 0;font-size:14px}
#es .es-icon-reaction,#es .es-stream .es-icon-reaction{font-size:23px;width:23px;height:23px;text-align:center;display:inline-block;vertical-align:middle}
#es .es-stream .es-icon-reaction{font-size:21px;width:21px;height:21px}
#es .es-icon-reaction--md,#es .es-icon-reaction--sm{font-size:23px;width:23px;height:23px;line-height:0}
.bookdao{position:absolute;z-index:1;width:20px;float:right;bottom:39px;right:0}
.es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--bookmarkadd,.es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--bookmarkdel{width:20px!important;height:35px!important;line-height:35px!important}
.es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--bookmarkadd:before,.es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--bookmarkdel:before{font-size:21px!important}
.es-icon-reaction.es-icon-reaction--sm.es-icon-reaction--link:before{font-size:12px!important}
.es-reaction-icon-stat [data-es-stats=wow],.es-reactions-pop [data-es-likes=wow],[href^="#wow"]{display:none!important}
#es .es-reaction-option__link{display:flex;justify-content:center;align-items:center;cursor:pointer;line-height:0;text-decoration:none;position:relative;z-index:2;outline:0!important;width:35px;height:35px}
#es .es-story-reset{margin-left:auto;padding-top:4px;padding-bottom:4px;display:none}
#es.es-docker .fa{font-size:23px;text-align:center}
#es .es-reactions-pop__item{width:45px;height:45px}
#es.popbox.popbox-profile{background-color:#fff!important;background-image:none!important;background:#fff!important;width:277px!important;height:75px!important;border:1px solid #f1f0f0}
#es.popbox.popbox-profile.top-left .arrow{border-top-color:#fff}
#es.popbox.popbox-profile .popbox-footer{background:#fff;padding:0;text-align:center;left:39%;max-width:110px}
#es.popbox.popbox-profile .popbox-items>li{width:50%}
#es.popbox.popbox-profile .o-avatar-status{bottom:5px}
#es.popbox.popbox-profile .popbox-item-info{border-left:none!important}
#es.popbox.popbox-profile .popbox-info{padding-left:85px;position:relative;bottom:0;display:flex}
#es div [data-comment-wrapper]{background-color:#fff;padding:5px 7px;border-radius:9px;display:block;width:100%;flex-wrap:wrap}
#es div [data-comment-wrapper] .es-icon-reaction--likes,#es div [data-comment-wrapper] .es-icon-reaction--md{font-size:15px;width:15px;height:15px}
#es div [data-comment-wrapper] .es-comment-item-meta__item{padding-right:0}
#es div [data-comment-wrapper] .es-reaction-icon-stat__counter{font-size:11px;margin-left:5px;color:#5079da}
#es div [data-comment-content]{padding:5px 0;color:#000;font-size:15px;line-height:1.5;display:block;flex-direction:column;width:100%}
#es div [data-comment-content] a:link{text-decoration:none;max-width:200px;height:20px;width:100%;text-overflow:ellipsis;overflow:hidden}
#es .es-stream-embed__cover-img{background-size:unset;background-position:unset;background-repeat:unset;position:relative;display:flex;width:100%;left:0;right:0;top:0;bottom:0;margin:auto}
#es .es-stream-embed{display:flex;flex-direction:column;width:100%;border-radius:0;border:0;background-color:#fff;padding:0 0 15px}
#es .es-stream-embed a,#es .es-stream-embed__title a{color:#111}
#es .es-stream-embed__title{font-size:19px;font-weight:500;line-height:1.5;text-align:left;min-height:15px;overflow:hidden;border-top:unset;padding:0 0 15px}
#es .es-stream-embed.is-video h2{display:flex;justify-content:flex-start;width:100%;margin:0 auto;padding:0}
#es section.es-stream-item.es-stream-fulles-context-videos .es-stream-preview{padding:10px 15px 0}
#es .es-stream-embed__desc{text-align:left;padding:15px 0 0;font-size:16px;margin:0}
#es .es-stream-embed__desc [data-readmore],#es [data-readmore]{background:linear-gradient(270deg,#fff,rgb(255 255 255/15%));width:100%;align-items:center;position:relative;border-radius:999px}
#es .es-stream-embed__desc [data-readmore]{max-width:100%;display:none;height:30px;margin:0 auto 15px;justify-content:flex-start;font-size:17px;box-shadow:unset}
#es .es-stream-repost .es-stream-embed__desc{padding:10px 0 0;font-size:14px;margin:0;max-height:95px;overflow:hidden}
#es .es-stream-repost .es-stream-embed__title{padding:10px 0;font-weight:400;font-size:15px;line-height:1.4em;color:#111;text-align:left;height:auto;max-height:110px;overflow:hidden;border-top:unset}
#es .es-stream-repost [data-readmore]{display:none}
#es [data-readmore]{max-width:300px;display:flex;height:50px;margin:15px auto;justify-content:center;font-size:18px;box-shadow:0 5px 15px rgb(139 160 176/10%)}
#es .es-stream-repost__meta-inner{position:relative;padding:0;border:0;box-shadow:none;border-top:1px solid #f1f0f0}
#es .es-stream-repost__meta{padding-top:0;padding-left:0}
#es .t-lg-mb--md{margin-bottom:0!important}
#es .es-stream-repost__content h4{text-align:left;margin:0 15px}
#es .es-stream-repost__content h2 a,#es .es-stream-repost__text{text-align:left;padding:0;margin:0;line-height:1.4;font-size:15px;color:#111;font-weight:400;display:flex;align-items:center;align-self:flex-start;justify-content:flex-start}
#es a.btn.btn-es-default-o.btn-sm.btn--es-subscription{color:#fff!important;padding:0!important;min-width:150px!important;height:50px!important;line-height:50px!important;margin:0 auto;box-shadow:unset;border: 1px solid #ebf0ff;;border-radius:1rem;background-color:#111!important;font-size:15px;font-weight:500}
#es a.btn.btn-es-default-o.btn-sm.btn--es-subscription:hover{background-color:hsl(0deg 0% 0%/85%)!important}
#es .o-btn-group.o-btn-group--actions{margin-top:30px}
#es a.btn.btn-es-danger-o.btn-sm.btn--es-subscription{color:#000!important;padding:0!important;min-width:150px!important;height:50px!important;line-height:50px!important;margin:0 auto;box-shadow:unset;border: 1px solid #ebf0ff;border-radius:1rem;background-color:#fff!important;font-size:15px;font-weight:500}
#es .es-stream-embed__cover{border-radius:0;text-align:center;background-color:#fff;position:relative;padding-top:100%;overflow:hidden}
#es .es-photo-meta-field .es-photo-date{z-index:1}
#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:24px;z-index:1}
#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:24px;z-index:1000}
@media (max-width:1280px) and (min-width:768px) {
#es.es-docker.is-bottom .docker-popup-quickpost,#es.es-docker.is-top .docker-popup-quickpost{min-width:300px;width:100%;left:unset!important;right:unset!important;position:fixed;max-width:500px}
}
#es .btn-es-danger{background:#f65b5b!important;color:#fff!important;border-color:transparent!important}
#es .btn-es-danger:active,#es .btn-es-danger:focus,#es .btn-es-danger:hover{background-color:#f32121!important}
#es .btn-es-danger-o,#es .btn-es-danger-o:active,#es .btn-es-danger-o:hover{color:#111!important;}
#es .btn-es-default,#es .es-mobile-filter-slider__btn{background:#fff!important;color:#111!important;border:1px solid #f1f0f0!important;box-shadow:0 5px 15px rgb(139 160 176/10%)}
#es .btn-es-default.active,#es .btn-es-default:active,#es .btn-es-default:hover,.open>.dropdown-toggle#es .btn-es-default{color:#333!important;background-color:#f1f0f0!important;border-color:#f1f0f0!important}
#es .btn-es-success{background:#4fc251!important;color:#fff!important;border-color:transparent!important}
#es .btn-es-success:active,#es .btn-es-success:focus,#es .btn-es-success:hover{background-color:#379d38!important}
#es .btn-es-success-o,#es .btn-es-success-o:active,#es .btn-es-success-o:focus,#es .btn-es-success-o:hover{color:#4fc251!important}
#es .es-stream [class*=" es-story--bg-"]:not(.es-story-bg-menu-preview){padding:0 15px;max-width:100%}
#es .es-stream-fulles-context-photos [data-readmore]{background:linear-gradient(270deg,#fff,rgb(255 255 255/15%));width:100%;max-width:100%;display:flex;height:30px;margin:0 auto 15px;justify-content:flex-start;align-items:center;position:relative;font-size:17px;border-radius:999px;box-shadow:unset}
#es a.mentions-hashtag{padding:0 5px;margin:0 10px;height:30px;color:#111!important;border:1px #111 solid;border-radius:3px;display:flex;justify-content:center;align-items:center}
#es a.mentions-hashtagtitle{display:flex;justify-content:flex-start;font-size:19px;color:#111!important}
#es .es-stream .es-stream-content::-webkit-scrollbar{width:5px;height:5px}
#es .es-stream .es-stream-content::-webkit-scrollbar-button{display:none}
#es .es-stream .es-stream-content::-webkit-scrollbar-track{background-color:#e0e0e0}
#es .es-stream .es-stream-content::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
#es .es-stream .es-stream-content::-webkit-scrollbar-thumb{height:25px;background-color:#e0e0e0;border-radius:5px}
#es .es-stream .es-stream-content::-webkit-scrollbar-corner{background-color:#e0e0e0}
#es .es-stream .es-stream-content::-webkit-resizer{background-color:#e0e0e0}
#es .es-stream .es-stream-content{line-height:1.4;text-align:left;font-size:17px;font-weight:400;border-radius:unset;border:0;width:100%;max-height:300px;min-height: 30px;display:block;flex-wrap:wrap;align-self:flex-end;align-items:center;justify-content:flex-start;overflow:auto;word-break:break-word;word-wrap:break-word;margin-top:0;margin-bottom:0;padding:15px}
#es .es-stream .es-stream-content.es-story--bg-1,#es .es-stream .es-stream-content.es-story--bg-2,#es .es-stream .es-stream-content.es-story--bg-3,#es .es-stream .es-stream-content.es-story--bg-5{font-size:17px}
#es .es-stream .es-stream-content.es-story--bg-4,#es .es-stream .es-stream-content.es-story--bg-6,#es .es-stream .es-stream-content.es-story--bg-7,#es .es-stream .es-stream-content.es-story--bg-8,#es .es-stream .es-stream-content.es-story--bg-9{font-size:23px}
#es .es-story--bg-1 .es-story-textfield,#es .es-story--bg-2 .es-story-textfield,#es .es-story--bg-3 .es-story-textfield,#es .es-story--bg-5 .es-story-textfield{font-size:17px;line-height:1.5;font-weight:400}
#es .es-story--bg-4 .es-story-textfield,#es .es-story--bg-6 .es-story-textfield,#es .es-story--bg-7 .es-story-textfield,#es .es-story--bg-8 .es-story-textfield,#es .es-story--bg-9 .es-story-textfield{font-size:23px;line-height:1.5;font-weight:400}
#es .es-story--bg-1,.es-story--bg-1 .es-story-textfield,.es-story--bg-6,.es-story--bg-6 .es-story-textfield{color:#111!important;background:#f1f0f0!important}
#es .es-story--bg-2,.es-story--bg-2 .es-story-textfield,.es-story--bg-7,.es-story--bg-7 .es-story-textfield{color:#e5e8d3!important;background:#3e3e3e!important}
#es .es-story--bg-3,.es-story--bg-3 .es-story-textfield,.es-story--bg-8,.es-story--bg-8 .es-story-textfield{color:#fff!important;background:#98b3be!important}
#es .es-story--bg-4,#es .es-story--bg-5,.es-story--bg-4 .es-story-textfield,.es-story--bg-5 .es-story-textfield,.es-story--bg-9,.es-story--bg-9 .es-story-textfield{color:#333!important;background:#f7f9ff!important}
#es .es-story-bg-menu__item{padding-right:8px;padding-bottom:0}
body #es.es-docker{background-color:transparent}
body #es.es-docker .btn-docker.active,body #es.es-docker .btn-docker:active,body #es.es-docker .btn-docker:hover{background-color:transparent!important}
body #es.es-docker .btn-docker,body #es.es-docker .docker-login-box .btn-docker-reg,body #es.es-docker .docker-login-box .docker-form-group>a,body #es.es-docker .docker-login-box span.alternative{color:#000}
body #es.es-docker.is-bottom .docker-border--left,body #es.es-docker.is-top .docker-border--left{border-left:1px solid rgba(0,0,0,.3)}
body #es.es-docker.is-bottom .docker-border--right,body #es.es-docker.is-top .docker-border--right{border-right:1px solid rgba(0,0,0,.3)}
body #es.es-dialog{top:44px}
body #eb .eb-dashboard-sticky-header.affix{top:40px}
#es .es-cards-loader{height:100%;min-height:1000px}
.ph-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:16px 8px 8px;overflow:hidden;margin-bottom:16px;background-color:#fff;border:1px solid #f7f9ff;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,.35)),color-stop(54%,rgba(255,255,255,0))) 50% 50%;background:linear-gradient(90deg,rgba(255,255,255,0) 46%,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 54%) 50% 50%}
.ph-item>*,.ph-row{display:-webkit-box;display:-ms-flexbox;display:flex}
.ph-item>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-right:8px;padding-left:8px}
.ph-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7.5px}
.ph-row div{height:10px;margin-bottom:7.5px;background-color:#f7f9ff}
.ph-row .big,.ph-row.big div{height:20px;margin-bottom:8px}
.ph-row .empty{background-color:transparent}
.ph-col-2,.ph-col-4{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}
.ph-col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}
.ph-col-6,.ph-col-8{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
.ph-col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}
.ph-col-10,.ph-col-12{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}
.ph-col-12{-ms-flex:0 0 100%;flex:0 0 100%}
.ph-avatar,.ph-picture{width:100%;background-color:#f7f9ff;margin-bottom:8px}
.ph-avatar{position:relative;min-width:60px;border-radius:50%;overflow:hidden}
.ph-avatar:before{content:" ";display:block;padding-top:100%}
.ph-picture{height:120px}
#es .es-create-category-select .btn-wrap{height:100%;max-height:50px;min-height:50px}
#es .es-create-category-select .btn{min-height:unset}
#es .es-create-category-select .es-title{font-weight:400;color:#111}
#es .avtorsort{display:flex;width:100%;height:50px;justify-content:flex-end;align-items:center;margin:0 auto 30px}
#es .avtorsort__actions{margin-right:20px}
#es .avtorlentalink{display:flex;height:50px;justify-content:flex-end;align-items:center;margin:30px auto}
#es .btnavtorlenta{background:#fff;border-right:unset;border-radius:999px;height:50px;line-height:50px;margin-right:20px;width:200px;text-align:center;cursor:pointer;box-shadow:0 5px 15px rgb(139 160 176/10%)}
div.slogin-clear{clear:both}
#labssologin-buttons,.labssologin{display:flex;align-items:center;align-self:center}
.labssologin{flex-direction:column;margin:30px auto;justify-content:center}
.labssologin label#form-login-remember{cursor:pointer;float:none}
.labssologin input#modlgn-remember,.login .login-fields input.inputbox{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-position:50% 50%;transition:.2s ease-in-out;transition-property:background-color,border-color,box-shadow;border:1px solid #222}
.labssologin #modlgn-remember{display:inline-block;height:auto;margin:0;padding:0;position:relative;width:auto}
.labssologin .button,.login .btnslogin{background-color:#226bf4;color:#fff;box-shadow:0 0 20px 0 rgba(34,107,244,.2);margin:12px 0;border:0;overflow:visible;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:15px;line-height:36px;text-align:center;text-decoration:none;transition:.3s ease-in-out;transition-property:color,background-color,background-position,border-color,box-shadow;font-weight:900;text-transform:none;border-radius:5px;background-origin:border-box}
.labssologin input.button:hover{background:#4b6390}
.labssologin #modlgn-passwd.inputbox,.labssologin #modlgn-username.inputbox,.login .login-fields input#password,.login .login-fields input#username{background:#fff;border:1px solid #ddd;color:#444;height:40px;width:100%!important;padding:0 0 0 5px}
.labssologin .ul-labssologin{list-style:none outside none;padding:5px 0 10px;margin:0}
.labssologin .login-greeting{padding:0 0 5px}
.labssologin #login-form{padding:10px 0 0}
.labssologin .userdata #form-login-password label,.labssologin .userdata #form-login-username label{display:block;margin-right:10px}
#labssologin-buttons{flex-direction:row;justify-content:space-between;width:100%;min-width:320px;max-width:350px}
.labssologin .labsslogin-compact span,.login #labssologin-buttons span,.login #labssologin-buttons-attach-component span,.login #labssologin-buttons-unattach-component span{height:40px;width:70px;display:flex;border-radius:7px;line-height:40px;border:1px #eeebea solid!important;cursor:pointer}
.labssologin .labsslogin-compact a,.login #labssologin-buttons-attach-component a,.login #labssologin-buttons-unattach-component a{display:flex;margin:0;text-decoration:none}
.slogin-default span{height:30px;display:inline-block}
.slogin-default a{display:block;padding:0;margin:7px 4px 0 0;width:130px;line-height:30px;opacity:.8}
.slogin-default a,.slogin-default a:hover{text-decoration:none;float:left}
.slogin-ico{width:30px}
.text-socbtn{padding-left:4px;color:#fff;font-size:13px}
.linkbitbucketslogin{background-color:#1f5081}
.linkgithubslogin{background-color:#696969}
.linkgoogleslogin{background-color:#dc4e41}
.linkodnoklassnikislogin{background-color:#f6851f}
.linkvkontakteslogin{background-color:#4e7299}
.linkfacebookslogin{background-color:#3a5795}
.linkmailslogin{background-color:#356ca4}
.linktwitterslogin{background-color:#00aeef}
.linkyandexslogin{background-color:#ff0303}
.linklinkedinslogin{background-color:#0077b5}
.linkliveslogin{background-color:#0072c6}
.linkuloginslogin{background-color:#00a105}
.linkyahooslogin{background-color:#409}
.linkwordpressslogin{background-color:#474442}
.linkinstagramslogin{background-color:#125688}
.labssologin .slogin-default a:hover{opacity:.8}
.labssologin-buttons .bitbucketslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M1007 859q8 63-50.5 101t-111.5 6q-39-17-53.5-58t-.5-82 52-58q36-18 72.5-12t64 35.5 27.5 67.5zm111-21q-14-107-113-164t-197-13q-63 28-100.5 88.5t-34.5 129.5q4 91 77.5 155t165.5 56q91-8 152-84t50-168zm239-542q-20-27-56-44.5t-58-22-71-12.5q-291-47-566 2-43 7-66 12t-55 22-50 43q30 28 76 45.5t73.5 22 87.5 11.5q228 29 448 1 63-8 89.5-12t72.5-21.5 75-46.5zm57 1035q-8 26-15.5 76.5t-14 84-28.5 70-58 56.5q-86 48-189.5 71.5t-202 22-201.5-18.5q-46-8-81.5-18t-76.5-27-73-43.5-52-61.5q-25-96-57-292l6-16 18-9q223 148 506.5 148t507.5-148q21 6 24 23t-5 45-8 37zm181-961q-26 167-111 655-5 30-27 56t-43.5 40-54.5 31q-252 126-610 88-248-27-394-139-15-12-25.5-26.5t-17-35-9-34-6-39.5-5.5-35q-9-50-26.5-150t-28-161.5-23.5-147.5-22-158q3-26 17.5-48.5t31.5-37.5 45-30 46-22.5 48-18.5q125-46 313-64 379-37 676 50 155 46 215 122 16 20 16.5 51t-5.5 54z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-color:#1f5081}
.labssologin-buttons .githubslogin,.labssologin-buttons .googleslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M1664 896q0 251-146.5 451.5t-378.5 277.5q-27 5-39.5-7t-12.5-30v-211q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 89t.5 54q0 18-13 30t-40 7q-232-77-378.5-277.5t-146.5-451.5q0-209 103-385.5t279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-color:#696969}
.labssologin-buttons .googleslogin{background-image:url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="iso-8859-1"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="10px" y="10px" viewBox="-50 -50 612 612" style="enable-background:new 0 0 512 512;" xml:space="preserve"%3E%3Cpath style="fill:%23FBBB00;" d="M113.47,309.408L95.648,375.94l-65.139,1.378C11.042,341.211,0,299.9,0,256 c0-42.451,10.324-82.483,28.624-117.732h0.014l57.992,10.632l25.404,57.644c-5.317,15.501-8.215,32.141-8.215,49.456 C103.821,274.792,107.225,292.797,113.47,309.408z"/%3E%3Cpath style="fill:%23518EF8;" d="M507.527,208.176C510.467,223.662,512,239.655,512,256c0,18.328-1.927,36.206-5.598,53.451 c-12.462,58.683-45.025,109.925-90.134,146.187l-0.014-0.014l-73.044-3.727l-10.338-64.535 c29.932-17.554,53.324-45.025,65.646-77.911h-136.89V208.176h138.887L507.527,208.176L507.527,208.176z"/%3E%3Cpath style="fill:%2328B446;" d="M416.253,455.624l0.014,0.014C372.396,490.901,316.666,512,256,512 c-97.491,0-182.252-54.491-225.491-134.681l82.961-67.91c21.619,57.698,77.278,98.771,142.53,98.771 c28.047,0,54.323-7.582,76.87-20.818L416.253,455.624z"/%3E%3Cpath style="fill:%23F14336;" d="M419.404,58.936l-82.933,67.896c-23.335-14.586-50.919-23.012-80.471-23.012 c-66.729,0-123.429,42.957-143.965,102.724l-83.397-68.276h-0.014C71.23,56.123,157.06,0,256,0 C318.115,0,375.068,22.126,419.404,58.936z"/%3E%3C/svg%3E%0A');background-color:#fff;background-size:30px}
.labssologin-buttons .odnoklassnikislogin{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20baseProfile%3D%22basic%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2020.5c3.4%200%206.2-2.8%206.2-6.3s-2.8-6.3-6.2-6.3c-3.4%200-6.2%202.8-6.2%206.3s2.8%206.3%206.2%206.3zm0-9.5c1.8%200%203.3%201.5%203.3%203.3s-1.5%203.3-3.3%203.3c-1.8%200-3.3-1.5-3.3-3.3s1.5-3.3%203.3-3.3zm6.7%2010.2c-.5-.7-1.5-.8-2.2-.3%200%200-1.7%201.3-4.5%201.3s-4.5-1.3-4.5-1.3c-.7-.5-1.7-.4-2.2.3-.5.7-.4%201.7.3%202.2.1.1%201.7%201.3%204.4%201.8l-4.1%204.2c-.6.6-.6%201.6%200%202.2.3.3.7.5%201.1.5.4%200%20.8-.2%201.1-.5l3.9-4%203.9%204c.3.3.7.5%201.1.5.4%200%20.8-.2%201.1-.5.6-.6.6-1.6%200-2.2l-4.1-4.3c2.7-.5%204.3-1.7%204.4-1.8.7-.5.8-1.5.3-2.1z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:center;background-color:#f6851f}
.labssologin-buttons .facebookslogin,.labssologin-buttons .mailslogin,.labssologin-buttons .vkontakteslogin{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg version='1.1' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g5608'%3E%3Crect height='512' id='rect2987' style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='0' y='0'/%3E%3Cpath d='m 251.70955,369.14455 h 23.90722 c 0,0 7.21927,-0.79762 10.91007,-4.76903 3.39705,-3.65021 3.28841,-10.50167 3.28841,-10.50167 0,0 -0.47175,-32.08055 14.42054,-36.80302 14.67964,-4.6544 33.52648,31.00352 53.50297,44.7136 15.10712,10.3751 26.58794,8.10401 26.58794,8.10401 l 53.41814,-0.74389 c 0,0 27.93719,-1.7254 14.69046,-23.69711 -1.08421,-1.79346 -7.72077,-16.24983 -39.71651,-45.94943 -33.50267,-31.09426 -29.01187,-26.06134 11.33755,-79.83777 24.56987,-32.75042 34.39689,-52.73881 31.32344,-61.30492 -2.92543,-8.15775 -20.99737,-6.00608 -20.99737,-6.00608 l -60.14789,0.37614 c 0,0 -4.45617,-0.60898 -7.76492,1.36837 -3.22986,1.93675 -5.30509,6.45384 -5.30509,6.45384 0,0 -9.52735,25.34252 -22.21891,46.89512 -26.77781,45.47421 -37.48837,47.88141 -41.86576,45.05151 -10.18409,-6.5816 -7.63722,-26.43388 -7.63722,-40.54397 0,-44.07239 6.68431,-62.45001 -13.02109,-67.20472 -6.53861,-1.57852 -11.353,-2.62571 -28.07453,-2.79407 -21.45819,-0.21851 -39.62332,0.0681 -49.90525,5.10336 -6.84198,3.35887 -12.12325,10.8181 -8.90281,11.25035 3.9749,0.53016 12.97566,2.42511 17.74706,8.92193 6.16377,8.38702 5.94764,27.21599 5.94764,27.21599 0,0 3.54393,51.88028 -8.27001,58.32099 -8.10874,4.42157 -19.22901,-4.60187 -43.10881,-45.86108 -12.23061,-21.1311 -21.46783,-44.49746 -21.46783,-44.49746 0,0 -1.77673,-4.36067 -4.9565,-6.69981 -3.8544,-2.83349 -9.24187,-3.72903 -9.24187,-3.72903 l -57.154499,0.37016 c 0,0 -8.58037,0.24358 -11.72552,3.97499 -2.80725,3.32066 -0.22448,10.18167 -0.22448,10.18167 0,0 44.742259,104.68594 95.406949,157.43907 46.46763,48.38052 99.21848,45.20196 99.21848,45.20196 l 0,0 z' id='path9' style='fill:%234c75a3;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#fff}
.labssologin-buttons .facebookslogin,.labssologin-buttons .mailslogin{background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144 144'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%234267b2;%7D.cls-2%7Bfill:%234267b2;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eflogo_RGB_HEX-144%3C/title%3E%3Cpath id='f' class='cls-2' d='M99.42,144V88.31H118.2L121,66.52H99.42V52.63c0-6.29,1.75-10.58,10.78-10.58h11.44V22.6a155.76,155.76,0,0,0-16.77-.85c-16.59,0-27.95,10.13-27.95,28.73v16H58.22V88.31h18.7V144Z'/%3E%3C/svg%3E")}
span.facebooksloginFB{display:flex;text-align:center;justify-content:center;font-size:23px;color:#4267b2}
.labssologin-buttons .mailslogin{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20baseProfile%3D%22basic%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M33%2020c0-7.2-5.8-13-13-13s-13%205.8-13%2013%205.8%2013%2013%2013c1.6%200%203.3-.3%204.8-.9.7-.3%201.1-1.1.8-1.8-.3-.7-1.1-1.1-1.8-.8-1.2.5-2.4.7-3.7.7-5.6%200-10.2-4.6-10.2-10.2%200-2.8%201.1-5.4%203-7.2%201.8-1.8%204.4-3%207.2-3s5.4%201.1%207.2%203c1.8%201.8%203%204.4%203%207.2%200%201.4-.3%203.5-.8%204.9-.7%201.8-2%201.3-2-.3v-9.2c0-1.2-1.5-1.9-2.4-1-1.4-1.3-3.2-2-5.2-2-4.2%200-7.6%203.4-7.6%207.6%200%204.2%203.4%207.6%207.6%207.6%201.8%200%203.5-.7%204.9-1.7.4%201.7%201.7%202.7%203.2%202.9%204.1.6%205-5.9%205-8.8zm-9.8%203.4c-.9.9-2.1%201.4-3.4%201.4-2.7%200-4.8-2.2-4.8-4.8%200-2.7%202.2-4.8%204.8-4.8%201.3%200%202.5.5%203.4%201.4%201.9%201.8%201.9%205%200%206.8z%22%2F%3E%3C%2Fsvg%3E);background-color:#356ca4}
.labssologin-buttons .twitterslogin,.labssologin-buttons .yandexslogin{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20baseProfile%3D%22basic%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2013.1c-.8.4-1.7.6-2.6.7.9-.6%201.7-1.5%202-2.5-.9.5-1.8.9-2.9%201.1-.8-.9-2-1.4-3.3-1.4-2.5%200-4.5%202-4.5%204.5%200%20.4%200%20.7.1%201-3.8-.2-7.1-2-9.3-4.8-.4.7-.6%201.5-.6%202.3%200%201.6.8%203%202%203.8-.7%200-1.4-.2-2.1-.6v.1c0%202.2%201.6%204%203.6%204.5-.4.1-.8.2-1.2.2-.3%200-.6%200-.8-.1.6%201.8%202.2%203.1%204.2%203.2-1.5%201.2-3.5%201.9-5.6%201.9-.4%200-.7%200-1.1-.1%202%201.3%204.4%202.1%206.9%202.1%208.3%200%2012.9-6.9%2012.9-12.9v-.6c.9-.7%201.7-1.5%202.3-2.4z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:center;background-color:#00aeef}
.labssologin-buttons .yandexslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='-15 -4 55 55' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23ff0303;stroke:none' d='M 21.0607,0 L 14.1613,0 C 7.38301,0 1.63391,5.1601 1.63391,15.1777 C 1.63391,21.1875 4.41811,25.6191 9.38002,27.8047 L 0.121216,44.5605 C -0.181488,45.1074 0.121216,45.5312 0.604614,45.5312 L 4.9015,45.5312 C 5.26482,45.5312 5.507,45.4101 5.62813,45.1074 L 14.0402,28.6543 L 17.0666,28.6543 L 17.0666,45.1074 C 17.0666,45.289 17.2482,45.5312 17.4894,45.5312 L 21.2423,45.5312 C 21.6056,45.5312 21.7267,45.3496 21.7267,45.0468 L 21.7267,0.607361 C 21.7267,0.18158 21.4845,0 21.0607,0 z M 17.0666,24.7695 L 14.5246,24.7695 C 10.5304,24.7695 6.65742,21.8553 6.65742,14.5703 C 6.65742,6.98035 10.2882,3.88464 13.9796,3.88464 L 17.0666,3.88464 L 17.0666,24.7695 z'/%3E%3C/svg%3E");background-color:#fff;background-size:30px}
.labssologin-buttons .linkedinslogin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-120 -120 700.117 700.117'%3E%0A %3Cpath fill='%23fff' d='M430.117,261.543V420.56h-92.188V272.193c0-37.271-13.334-62.707-46.703-62.707%0A c-25.473,0-40.632,17.142-47.301,33.724c-2.432,5.928-3.058,14.179-3.058,22.477V420.56h-92.219c0,0,1.242-251.285,0-277.32h92.21%0A v39.309c-0.187,0.294-0.43,0.611-0.606,0.896h0.606v-0.896c12.251-18.869,34.13-45.824,83.102-45.824%0A C384.633,136.724,430.117,176.361,430.117,261.543z M52.183,9.558C20.635,9.558,0,30.251,0,57.463%0A c0,26.619,20.038,47.94,50.959,47.94h0.616c32.159,0,52.159-21.317,52.159-47.94C103.128,30.251,83.734,9.558,52.183,9.558z%0A M5.477,420.56h92.184v-277.32H5.477V420.56z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-color:#0077b5}
.labssologin-buttons .liveslogin,.labssologin-buttons .uloginslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='-4 -4 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M7.09 8.14v6.616L16 16V8.14H7.09zm-.268 0H0v5.63l6.822.95V8.14zm0-.266V1.28L0 2.238v5.637h6.822zm.267 0H16V0L7.09 1.244v6.63z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#0072c6}
.labssologin-buttons .uloginslogin{background-image:url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24' fill='%23000'%3E%3Cpath fill='%23fff' d='M10 0c-3.2 0-5.8 2.6-5.8 5.8 0 2.1 1.1 3.9 2.8 5v9.1s.1.1.2.1h1.6c.1 0 .2-.1.2-.2v-3.5c0-.1.1-.2.2-.2h1.8c.1 0 .2.1.2.2v3.5c0 .1.1.2.2.2h1.6c.1 0 .2-.1.2-.2v-9.1c1.7-1 2.8-2.9 2.8-5-.2-3.1-2.8-5.7-6-5.7zm-1.9 6.5v-1.4c0-.1.1-.2.2-.2h.7s.1.1.1.2v1.4c0 .1-.1.2-.2.2h-.7c-.1 0-.1-.1-.1-.2zm3.7 1.8c-.4.5-1.1.9-1.8.9s-1.4-.3-1.8-.9c-.1-.2 0-.4.2-.3.5.2 1 .3 1.6.3.6 0 1.1-.1 1.6-.3.2-.1.3.1.2.3zm.1-1.8c0 .1-.1.2-.2.2h-.7c-.1 0-.2-.1-.2-.2v-1.4c0-.1.1-.2.2-.2h.7c.1 0 .2.1.2.2v1.4z'/%3E%3C/svg%3E");width:49px!important;height:49px!important;background-color:#00a105}
.labssologin-buttons .yahooslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='-2 -2 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M9.005 16s-.56-.102-1.012-.102c-.406 0-1.015.102-1.015.102l.127-6.797C6.162 7.573 3.39 2.607 1.66 0c.87.198 1.236.186 2.11 0l.013.023c1.102 1.95 2.786 4.67 4.21 7.027C9.4 4.734 11.612 1.118 12.212 0c.68.178 1.367.172 2.127 0-.797 1.078-3.702 6.115-5.462 9.203L9.005 16z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#409}
.labssologin-buttons .instagramslogin,.labssologin-buttons .wordpressslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='-2 -2 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.312 4.55c.56 1.024.88 2.2.88 3.45 0 2.653-1.438 4.97-3.576 6.217l2.197-6.352c.41-1.026.547-1.847.547-2.576 0-.266-.018-.512-.048-.74m-5.32.077c.432-.022.822-.068.822-.068.388-.047.342-.616-.045-.594 0 0-1.167.092-1.92.092-.705 0-1.893-.092-1.893-.092-.388-.022-.433.57-.046.593 0 0 .368.045.756.067l1.12 3.07-1.574 4.72-2.62-7.79c.434-.022.824-.068.824-.068.387-.047.342-.616-.046-.594 0 0-1.165.092-1.917.092-.135 0-.294-.004-.463-.01C3.276 2.1 5.487.81 8 .81c1.872 0 3.577.715 4.857 1.888-.03-.002-.06-.006-.093-.006-.707 0-1.208.615-1.208 1.276 0 .593.342 1.095.706 1.687.274.48.594 1.095.594 1.984 0 .615-.237 1.33-.548 2.325l-.717 2.397-2.6-7.733zM8 15.193c-.706 0-1.387-.104-2.032-.293l2.158-6.27 2.21 6.056c.016.035.033.068.052.1-.747.262-1.55.407-2.388.407M.807 8c0-1.043.224-2.033.623-2.927l3.43 9.4C2.463 13.307.808 10.847.808 8M8 0C3.59 0 0 3.59 0 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#474442}
.labssologin-buttons .instagramslogin{background-image:url("data:image/svg+xml,%3Csvg viewBox='-2 -2 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M14.154 16H1.846C.826 16 0 15.173 0 14.153V1.846C0 .826.826 0 1.846 0h12.308C15.174 0 16 .826 16 1.846v12.307c0 1.02-.826 1.847-1.846 1.847M8 4.923C6.3 4.923 4.923 6.3 4.923 8S6.3 11.077 8 11.077 11.077 9.7 11.077 8C11.077 6.3 9.7 4.923 8 4.923m6.154-2.462c0-.34-.275-.614-.616-.614h-1.846c-.34 0-.615.275-.615.615V4.31c0 .34.276.615.615.615h1.846c.34 0 .616-.276.616-.615V2.46zm0 4.31H12.76c.103.392.163.804.163 1.23 0 2.72-2.204 4.923-4.923 4.923-2.72 0-4.923-2.204-4.923-4.923 0-.426.06-.838.162-1.23H1.845v6.768c0 .34.275.615.616.615h11.076c.34 0 .616-.275.616-.615v-6.77z'/%3E%3C/svg%3E");background-color:#125688}
.labssologin-buttons .telegramslogin,.labssologin-buttons .twitchslogin{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-50 -50 592 592' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23FFF;' d='M48,0L16,96v352h128v64h64l64-64h96l128-136.32V0H48z M464,288l-89.6,96H260.928L192,434.144V384H80 V32h384V288z'/%3E%3Crect x='240' y='128' style='fill:%23FFF;' width='32' height='128'/%3E%3Crect x='336' y='128' style='fill:%23FFF;' width='32' height='128'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:#673ab7}
.labssologin-buttons .telegramslogin{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 1000 1000' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard'%3E%3Cpath d='M226.328419,494.722069 C372.088573,431.216685 469.284839,389.350049 517.917216,369.122161 C656.772535,311.36743 685.625481,301.334815 704.431427,301.003532 C708.567621,300.93067 717.815839,301.955743 723.806446,306.816707 C728.864797,310.92121 730.256552,316.46581 730.922551,320.357329 C731.588551,324.248848 732.417879,333.113828 731.758626,340.040666 C724.234007,419.102486 691.675104,610.964674 675.110982,699.515267 C668.10208,736.984342 654.301336,749.547532 640.940618,750.777006 C611.904684,753.448938 589.856115,731.588035 561.733393,713.153237 C517.726886,684.306416 492.866009,666.349181 450.150074,638.200013 C400.78442,605.66878 432.786119,587.789048 460.919462,558.568563 C468.282091,550.921423 596.21508,434.556479 598.691227,424.000355 C599.00091,422.680135 599.288312,417.758981 596.36474,415.160431 C593.441168,412.561881 589.126229,413.450484 586.012448,414.157198 C581.598758,415.158943 511.297793,461.625274 375.109553,553.556189 C355.154858,567.258623 337.080515,573.934908 320.886524,573.585046 C303.033948,573.199351 268.692754,563.490928 243.163606,555.192408 C211.851067,545.013936 186.964484,539.632504 189.131547,522.346309 C190.260287,513.342589 202.659244,504.134509 226.328419,494.722069 Z' id='Path-3' fill='%23229ed9'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-color:#fff}
.slogin-avatar{text-align:center}
.slogin-avatar img{border:1px solid silver;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:0;margin:0 0 10px}
.bitbucketslogin:hover,.facebookslogin:hover,.githubslogin:hover,.googleslogin:hover,.instagramslogin:hover,.labssologin-buttons .twitterslogin:hover,.linkedinslogin:hover,.liveslogin:hover,.mailslogin:hover,.odnoklassnikislogin:hover,.twitchslogin:hover,.uloginslogin:hover,.vkontakteslogin:hover,.wordpressslogin:hover,.yahooslogin:hover,.yandexslogin:hover{opacity:.7}
.labssologin fieldset{padding:0;border:0}
.login fieldset{margin:16px 0}
.login .login-fields{margin:8px 0}
#es .es-video-player .es-viewport>div{left:0;position:absolute;top:0;width:100%;height:100%}
#es .es-pagination {display: block;margin: 0 auto;max-width: 300px;}