@charset "UTF-8";
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;  }
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 10px 18px;
border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
padding: 10px 18px 6px 18px;
border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead .sorting {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/datatables/media/images/sort_both.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/datatables/media/images/sort_asc.png) no-repeat center right;
}
table.dataTable thead .sorting_desc {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/datatables/media/images/sort_desc.png) no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/datatables/media/images/sort_asc_disabled.png) no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/datatables/media/images/sort_desc_disabled.png) no-repeat center right;
}
table.dataTable tbody tr {
background-color: white;
}
table.dataTable tbody tr.selected {
background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
background-color: #a4b2cb;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333333 !important;
border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333333 !important;
border: 1px solid #cacaca;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro)); background: -webkit-linear-gradient(top, white 0%, gainsboro 100%); background: -moz-linear-gradient(top, white 0%, gainsboro 100%); background: -ms-linear-gradient(top, white 0%, gainsboro 100%); background: -o-linear-gradient(top, white 0%, gainsboro 100%); background: linear-gradient(to bottom, white 0%, gainsboro 100%); }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111)); background: -webkit-linear-gradient(top, #585858 0%, #111111 100%); background: -moz-linear-gradient(top, #585858 0%, #111111 100%); background: -ms-linear-gradient(top, #585858 0%, #111111 100%); background: -o-linear-gradient(top, #585858 0%, #111111 100%); background: linear-gradient(to bottom, #585858 0%, #111111 100%); }
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
margin-top: 0.5em;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
}.fake{color:red}.k-common-test-class{opacity:0}.k-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.k-floatwrap:after,.k-grid-toolbar:after,.k-slider-items:after{content:"";display:block;clear:both;visibility:hidden;height:0;overflow:hidden}.k-floatwrap,.k-grid-toolbar,.k-slider-items{display:inline-block}.k-floatwrap,.k-grid-toolbar,.k-slider-items{display:block}.k-autocomplete,.k-autocomplete.k-state-hover,.k-block,.k-button,.k-draghandle,.k-dropdown-wrap,.k-dropdown-wrap.k-state-hover,.k-grid-header,.k-grouping-header,.k-header,.k-link.k-state-hover,.k-numeric-wrap,.k-numeric-wrap.k-state-hover,.k-pager-wrap,.k-picker-wrap,.k-picker-wrap.k-state-hover,.k-tabstrip-items .k-item,.k-textbox,.k-textbox:hover,.k-toolbar,.k-tooltip{background-repeat:repeat;background-position:0 center}.k-link:hover{text-decoration:none}.k-state-highlight>.k-link{color:inherit}.k-button,.k-input[type=number],.k-input[type=text],.k-picker-wrap .k-input,.k-textbox,.k-textbox>input{font-size:100%;font-family:inherit;border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-draghandle,.k-inline-block,.k-widget{border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-widget{line-height:normal;outline:0}.k-list-filter ::-ms-clear,.k-widget .k-input::-ms-clear{width:0;height:0}.k-block{padding:2px}.k-button{display:inline-block;margin:0;padding:10px 14px;font-family:inherit;line-height:1.72em;text-align:center;cursor:pointer;text-decoration:none}.k-button.k-state-disabled,.k-button.k-state-disabled:active,.k-button.k-state-disabled:hover,.k-button[disabled],.k-state-disabled .k-button,.k-state-disabled .k-button:active,.k-state-disabled .k-button:hover{cursor:default}a.k-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.k-ff input.k-button{padding-bottom:.37em;padding-top:.37em}button.k-button::-moz-focus-inner,input.k-button::-moz-focus-inner{padding:0;border:0}a.k-button-expand{display:block}button.k-button-expand,input[type=button].k-button-expand,input[type=reset].k-button-expand,input[type=submit].k-button-expand{width:100%}body .k-button-icon,body .k-split-button-arrow{padding-left:.4em;padding-right:.4em}.k-button-icontext{overflow:visible}.k-toolbar .k-button-icontext{padding-right:.8em}.k-button-icontext .k-icon,.k-button-icontext .k-image,.k-button-icontext .k-sprite{margin-right:3px;margin-right:.3rem;margin-left:-3px;margin-left:-.3rem}.k-button.k-button-icontext .k-icon,.k-button.k-button-icontext .k-image{vertical-align:text-top}.k-button.k-bare{border-color:transparent!important;color:inherit;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;opacity:.7}.k-button.k-bare.k-state-active,.k-button.k-bare.k-state-active:hover,.k-button.k-bare.k-state-hover,.k-button.k-bare:active,.k-button.k-bare:hover{color:inherit}.k-button.k-bare .k-state-focused,.k-button.k-bare:focus{opacity:.8}.k-button.k-bare.k-state-active,.k-button.k-bare.k-state-hover,.k-button.k-bare:active,.k-button.k-bare:hover{opacity:1}.k-button.k-bare .k-font-icon,.k-button.k-bare .k-icon{overflow:visible}.k-button.k-bare .k-state-focused .k-font-icon,.k-button.k-bare .k-state-focused .k-icon,.k-button.k-bare:focus .k-font-icon,.k-button.k-bare:focus .k-icon{text-shadow:0 0 3px currentColor}.k-link{cursor:pointer;outline:0;text-decoration:none}.k-grid-header span.k-link{cursor:default}.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-draghandle,.k-state-disabled .k-icon,.k-state-disabled .k-link,.k-state-disabled .k-upload-button input{cursor:default!important;outline:0}@media print{.k-state-disabled,.k-state-disabled .k-input{opacity:1!important}}.k-state-error{border-style:ridge}.k-state-empty{font-style:italic}.k-icon.k-i-none{background-image:none!important}.k-ie8 .k-icon,.k-ie8 .k-sprite,.k-ie8 .k-tool-icon{vertical-align:middle}.k-file>.k-icon{background-position:-115px -91px}.k-image{border:0}html .k-success-colored{color:#507f50;border-color:#d0dfd0;background-color:#f0fff0}html .k-info-colored{color:#50607f;border-color:#d0d9df;background-color:#f0f9ff}html .k-error-colored{color:#7f5050;border-color:#dfd0d0;background-color:#fff0f0}.k-inline-block{padding:0 2px}.k-loading,.k-loading-image{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading::before{content:"";display:none}.k-loading-image,.k-loading-mask,.k-loading-text{position:absolute}.k-loading-mask{z-index:100}.k-loading-mask .k-loading-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-loading-text{text-indent:-4000px;text-align:center}.k-loading-color,.k-loading-image{width:100%;height:100%}.k-loading-image{top:0;left:0;z-index:2}.k-loading-color{filter:alpha(opacity=30);opacity:.3}.k-content-frame{border:0;width:100%;height:100%}.k-pane>.k-splitter-overlay{filter:alpha(opacity=0);opacity:0;position:absolute}.k-drag-clue{position:absolute;z-index:10003;border-style:solid;border-width:1px;font-size:.9em;padding:.2em .4em;white-space:nowrap;cursor:default}.k-item.k-drag-clue{font-size:inherit}.k-drag-status{margin-top:-3px;margin-right:4px;vertical-align:middle}.k-reorder-cue{position:absolute;width:1px;overflow:visible}.k-reorder-cue .k-icon{position:absolute;left:-4px;width:8px;height:4px}.k-reorder-cue .k-i-arrow-60-down{top:-4px;background-position:-4px -166px}.k-reorder-cue .k-i-arrow-60-up{bottom:-4px;background-position:-4px -134px}.k-scrollbar{position:absolute;overflow:scroll}.k-scrollbar-vertical{top:0;right:0;width:17px;height:100%;overflow-x:hidden}.k-touch-scrollbar{display:none;position:absolute;z-index:200000;height:8px;width:8px;border:1px solid #8a8a8a;background-color:#858585}@media only screen and (-webkit-min-device-pixel-ratio:2){body .k-touch-scrollbar{height:12px;width:12px;border-radius:7px}}.k-virtual-scrollable-wrap{overflow-x:auto}.k-current-time{background:red;position:absolute}.k-current-time-arrow-down{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid red;border-left:4px solid transparent;border-right:4px solid transparent}.k-current-time-arrow-left{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:4px solid transparent;border-right:4px solid red}.k-current-time-arrow-right{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:4px solid red;border-right:4px solid transparent}.k-animation-container,.k-animation-container *,.k-animation-container :after,.k-block .k-header,.k-list-container,.k-widget,.k-widget *,.k-widget :before,div.k-window-content{-webkit-box-sizing:content-box;box-sizing:content-box}.k-autocomplete,.k-block,.k-button,.k-edit-cell .k-widget,.k-grid-edit-row .k-widget,.k-grid-edit-row .text-box,.k-tabstrip>.k-content>.km-scroll-container,.k-textbox,.km-actionsheet>li,.km-shim{-webkit-box-sizing:border-box;box-sizing:border-box}.input-group .form-control{-webkit-box-sizing:border-box;box-sizing:border-box}.form-control.k-widget{padding:0}a.k-button:hover{text-decoration:none}.km-widget,.km-widget *{-webkit-background-clip:border-box;background-clip:border-box}.k-radio,input.k-checkbox{display:inline;opacity:0;width:0;margin:0;-webkit-appearance:none;overflow:hidden}.k-ff .k-radio,.k-ff input.k-checkbox{position:absolute}.k-checkbox-label,.k-radio-label{display:inline-block;position:relative;padding-left:20px;vertical-align:text-top;line-height:16px;cursor:pointer;border-style:solid;border-width:0}.k-checkbox-label:before{content:"";position:absolute;top:0;left:0;border-width:1px;border-style:solid;width:16px;height:16px;font-size:16px;line-height:16px;text-align:center}.k-checkbox:indeterminate+.k-checkbox-label:after{content:"";position:absolute;left:8px;top:8px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-width:1px;border-style:solid;width:8px;height:8px;font-size:16px;text-align:center;content:" "}.k-checkbox:checked+.k-checkbox-label:before{content:"\2713"}.k-checkbox:disabled+.k-checkbox-label{cursor:auto}.k-radio-label:before{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border-style:solid}.k-radio:checked+.k-radio-label:after{content:"";width:10px;height:10px;position:absolute;top:3px;left:3px}.k-radio:disabled+.k-radio-label{cursor:auto}.k-ie8 .k-radio,.k-ie8 input.k-checkbox{display:inline-block;width:auto}.k-ie8 .k-checkbox-label,.k-ie8 .k-radio-label{padding-left:0}.k-ie8 .k-checkbox-label:before,.k-ie8 .k-radio-label:after,.k-ie8 .k-radio-label:before{display:none}.k-rtl .k-checkbox-label,.k-rtl .k-radio-label{padding-right:1.5em}.k-rtl .k-checkbox-label:before,.k-rtl .k-radio-label:before{right:0}.k-rtl .k-radio:checked+.k-radio-label:after{right:3px}input.k-checkbox+label{-webkit-user-select:none}.k-pdf-export-shadow{position:absolute;overflow:hidden;left:-15000px;width:14400px}.km-native-scroller{overflow:auto;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-x pan-y;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-scroll-snap-type:proximity}.k-font-icon,.k-font-icon.k-icon,.k-font-icon.k-tool-icon,.k-icon{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:visible;color:inherit}.k-font-icon:before,.k-icon:before{width:1em;height:1em;display:inline-block}.k-column-menu .k-sprite,.k-gantt-views>.k-current-view>.k-link:after,.k-grid-mobile .k-resize-handle-inner:after,.k-grid-mobile .k-resize-handle-inner:before,.k-i-drag-and-drop,.k-icon,.k-pager-numbers .k-current-page .k-link:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-tool-icon{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.k-icon:before{width:initial;height:initial;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:1em;line-height:1}.k-button.k-button-icon .k-icon,.k-grid-filter .k-icon,.k-header .k-icon{text-indent:-99999px}.k-button.k-button-icon .k-icon:before,.k-grid-filter .k-icon:before,.k-header .k-icon:before{text-indent:0}.k-sprite{width:16px;height:16px;font-size:0;line-height:0;text-align:center;background-repeat:no-repeat;background-color:transparent;display:inline-block;overflow:hidden;-ms-high-contrast-adjust:none}.k-rpanel-left{-webkit-transform:translateX(-100%) translateZ(0);-ms-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0);left:0}.k-rpanel-right{-webkit-transform:translateX(100%) translateZ(0);-ms-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0);right:0}.k-rpanel-left,.k-rpanel-right{position:fixed;display:block;overflow:auto;min-width:320px;height:100%;top:0}.k-rpanel-left.k-rpanel-expanded,.k-rpanel-right.k-rpanel-expanded{-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}.k-rpanel-left+*,.k-rpanel-right+*{overflow:auto}.k-ie9 .k-rpanel-left{left:-100%}.k-ie9 .k-rpanel-left.k-rpanel-expanded{left:0}.k-rpanel-top{position:static;max-height:0}.k-rpanel-top.k-rpanel-expanded{max-height:568px;overflow:visible!important}.k-edit-form{margin:0;padding:0}.k-window>div.k-popup-edit-form{padding:1em 0}.k-grid-edit-row .k-edit-form td{border-bottom-width:0}.k-edit-form-container{position:relative;width:400px}.k-edit-form-container .editor-label,.k-edit-label{float:left;clear:both;width:30%;padding:.4em 0 1em;margin-left:2%;text-align:right}.k-edit-field,.k-edit-form-container .editor-field{float:right;clear:right;width:60%;margin-right:2%;padding:0 0 .6em}.k-edit-field>input[type=checkbox],.k-edit-field>input[type=radio]{margin-top:.4em}.k-edit-form-container .k-button{margin:0 .16em}.k-edit-field>.k-button:first-child,.k-edit-field>input[type=checkbox]:first-child,.k-edit-field>input[type=radio]:first-child,.k-edit-field>label:first-child>input[type=checkbox]{margin-left:0}.k-edit-form-container .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}div.k-window{display:inline-block;position:absolute;z-index:10001;border-style:solid;border-width:1px;padding-top:2em}.k-block>.k-header,.k-window-titlebar{position:absolute;width:100%;height:1.1em;border-bottom-style:solid;border-bottom-width:1px;margin-top:-2em;padding:.4em 0;font-size:1.2em;white-space:nowrap;min-height:16px}.k-block>.k-header{position:relative;margin:-2px 0 10px -2px;padding:.3em 2px}.k-window-title{position:absolute;left:.44em;right:.44em;overflow:hidden;cursor:default;text-overflow:ellipsis}.k-window-title .k-image{margin:0 5px 0 0;vertical-align:middle}div.k-window-titleless{padding-top:0}div.k-window-content{position:relative;height:100%;padding:.58em;overflow:auto;outline:0}div.k-window-iframecontent{padding:0;overflow:visible}.k-window-content>.km-scroll-container{height:100%}.k-window-titlebar .k-window-actions{position:absolute;top:0;right:.3em;padding-top:.3em;white-space:nowrap}.k-window-titlebar .k-window-action{width:22px;height:22px;padding:2px}.k-window-action .k-icon{margin:0;vertical-align:top}.k-window>.k-resize-handle{position:absolute;z-index:1;background-color:#fff;font-size:0;line-height:6px;filter:alpha(opacity=0);opacity:0;zoom:1}.k-resize-n{top:-3px;left:0;width:100%;height:6px;cursor:n-resize}.k-resize-e{top:0;right:-3px;width:6px;height:100%;cursor:e-resize}.k-resize-s{bottom:-3px;left:0;width:100%;height:6px;cursor:s-resize}.k-resize-w{top:0;left:-3px;width:6px;height:100%;cursor:w-resize}.k-resize-se{bottom:-3px;right:-3px;width:6px;height:6px;cursor:se-resize}.k-resize-sw{bottom:-3px;left:-3px;width:6px;height:6px;cursor:sw-resize}.k-resize-ne{top:-3px;right:-3px;width:6px;height:6px;cursor:ne-resize}.k-resize-nw{top:-3px;left:-3px;width:6px;height:6px;cursor:nw-resize}.k-overlay{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%;background-color:#000;filter:alpha(opacity=50);opacity:.5}.k-window .k-overlay{position:absolute;width:100%;height:100%;background-color:#fff;filter:alpha(opacity=0);opacity:0}.k-action-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em;margin:0 -1em}.k-action-buttons .k-button{display:inline-block;margin:0 0 0 6px;min-width:75px}.k-tabstrip{margin:0;padding:0;zoom:1;position:relative}.k-tabstrip-items{padding:.3em .3em 0}.k-tabstrip-scrollable .k-tabstrip-items{white-space:nowrap;overflow:hidden}.k-tabstrip>.k-button{position:absolute;top:.4em;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-tabstrip-bottom>.k-button{top:auto;bottom:.4em}.k-tabstrip-prev{left:.4em}.k-tabstrip-next{right:.4em}.k-panelbar .k-tabstrip-items .k-item,.k-tabstrip-items .k-item{list-style-type:none;display:inline-block;position:relative;border-style:solid;border-width:1px 1px 0;margin:0 -1px 0 0;padding:0;vertical-align:top}.k-panelbar .k-tabstrip-items .k-state-active,.k-tabstrip-items .k-state-active,.k-tabstrip-items .k-tab-on-top{margin-bottom:-1px;padding-bottom:1px}.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active,.k-tabstrip-top .k-tabstrip-items .k-state-active{border-bottom-width:1px;margin-bottom:-2px;padding-bottom:0}.k-tabstrip-items .k-tab-on-top{z-index:1}.k-panelbar .k-tabstrip-items .k-link,.k-tabstrip-items .k-link{display:inline-block;border-bottom-width:0;padding:.5em .92em}.k-panelbar .k-tabstrip-items .k-icon,.k-tabstrip-items .k-icon{margin:-1px 4px 0 -3px;vertical-align:top}.k-panelbar .k-tabstrip-items .k-item .k-image,.k-panelbar .k-tabstrip-items .k-item .k-sprite,.k-tabstrip-items .k-item .k-image,.k-tabstrip-items .k-item .k-sprite{margin:-3px 3px 0 -6px;vertical-align:middle}.k-tabstrip-items .k-loading{top:0;left:0;height:0;width:20%;position:absolute;background:0 0;border-top:1px solid transparent;border-color:inherit;-webkit-transition:width .2s linear;transition:width .2s linear;-webkit-transition:"width 200ms linear";transition:"width 200ms linear";-webkit-animation:k-tab-loader 1s ease-in-out infinite;animation:k-tab-loader 1s ease-in-out infinite}.k-tabstrip-items .k-progress{-webkit-animation:none;animation:none}.k-tabstrip-items .k-loading.k-complete{width:100%;-webkit-animation:none;animation:none}.k-panelbar .k-tabstrip>.k-content,.k-tabstrip>.k-content{position:static;border-style:solid;border-width:1px;margin:0 .286em .3em;padding:.92em;zoom:1}.k-tabstrip>.k-content{display:none;overflow:auto}.k-tabstrip>.k-content.km-scroll-wrapper{padding:0}.k-tabstrip>.k-content>.km-scroll-container{padding:.3em .92em}@-webkit-keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}@keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}.k-tabstrip-left>div.k-content,.k-tabstrip-right>div.k-content{margin:.286em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item,.k-tabstrip-right>.k-tabstrip-items .k-item{display:block;margin-bottom:-1px}.k-tabstrip-left>.k-tabstrip-items .k-link,.k-tabstrip-right>.k-tabstrip-items .k-link{display:block}.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top{margin-bottom:-1px;padding-bottom:0}.k-tabstrip-left>.k-tabstrip-items{float:left;padding:.25em 0 .3em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item{border-width:1px 0 1px 1px;border-radius:3px 0 0 3px}.k-tabstrip-left>.k-tabstrip-items .k-state-active{border-width:1px 0 1px 1px}.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top{margin-right:-2px;padding-right:1px}.k-tabstrip-right>.k-tabstrip-items{float:right;padding:.25em .3em .3em 0}.k-tabstrip-right>.k-tabstrip-items .k-item{border-width:1px 1px 1px 0;border-radius:0 3px 3px 0}.k-tabstrip-right>.k-tabstrip-items .k-state-active{border-width:1px 1px 1px 0}.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top{margin-left:-1px;padding-left:1px}.k-tabstrip-bottom>.k-tabstrip-items{margin-top:-1px;padding:0 .3em .3em}.k-panelbar .k-tabstrip-bottom>.k-content,.k-tabstrip-bottom>.k-content{margin:.3em .286em 0;z-index:1;position:relative}.k-tabstrip-bottom>.k-tabstrip-items .k-item{border-width:0 1px 1px;border-radius:0 0 4px 4px}.k-tabstrip-bottom>.k-tabstrip-items .k-state-active{margin-bottom:0;padding-bottom:0}.k-tabstrip-bottom>.k-content{min-height:100px}.k-tabstrip-bottom>.k-tabstrip-items .k-loading{top:auto;bottom:0}.k-panelbar{zoom:1}.k-panel>.k-item,.k-panelbar>.k-item{list-style-type:none;display:block;border-width:0;margin:0;zoom:1;border-radius:0}.k-panelbar .k-link>.k-image,.k-panelbar .k-link>.k-sprite{float:left;margin-top:4px;margin-right:5px;vertical-align:middle}.k-panel>.k-item>.k-link,.k-panelbar>.k-item>.k-link{display:block;position:relative;border-bottom-style:solid;border-bottom-width:1px;padding:0 1em;line-height:2.34em;text-decoration:none;zoom:1}.k-panelbar-collapse.k-icon,.k-panelbar-expand.k-icon{position:absolute;top:50%;right:4px;margin-top:-8px}.k-panelbar .k-content,.k-panelbar .k-panel{position:relative;border-bottom-style:solid;border-bottom-width:1px;margin:0;padding:0;zoom:1}.k-panel>.k-item>.k-link{border-bottom:0;font-size:.95em;line-height:2.2}.k-panel .k-panel>.k-item>.k-link{padding-left:2em}.k-panelbar .k-i-arrow-end-right .k-link{border-bottom:0}.k-panel .k-panel{border-bottom:0}.k-pager-wrap{clear:both;overflow:hidden;position:relative;border-style:solid;border-width:1px;line-height:2em;padding:.333em 0 .333em .25em}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{display:inline-block;vertical-align:top;margin-right:1px}.k-pager-numbers{margin:0 2px}.k-pager-numbers .k-state-selected{vertical-align:top}.k-pager-numbers .k-current-page{display:none}.k-pager-input,.k-pager-numbers li{float:left}.k-pager-info{float:right;padding:0 1.333em}.k-pager-numbers .k-link{text-decoration:none}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected,.k-pager-wrap>.k-link{min-width:2em}.k-pager-wrap>.k-link{float:left;margin:0 .08333em;height:2em;line-height:2em;border-radius:1.0833em;cursor:pointer;text-align:center}.k-pager-wrap>a.k-state-disabled:hover{background:0 0;cursor:default}.k-pager-numbers .k-link{text-align:center;line-height:2em;border-style:solid;border-width:1px;border-radius:1.0833em}.k-pager-wrap>.k-link{border-style:solid;border-width:1px}.k-pager-wrap .k-pager-refresh{float:right;margin-right:.5em;border-width:0;border-radius:0}.k-pager-numbers .k-state-selected{border-style:solid;border-width:1px;text-align:center;border-radius:1.0833em}.k-pager-wrap .k-textbox{width:3.333em}.k-pager-wrap .k-dropdown{width:4.5em}.k-pager-refresh{float:right}.k-pager-input,.k-pager-sizes{padding:0 1.4166em}.k-pager-sizes{display:inline-block;padding-top:1px}.k-pager-sizes .k-widget.k-dropdown{margin-top:-2px}.k-pager-wrap .k-textbox,.k-pager-wrap .k-widget{margin:0 .4em 0}@media only screen and (max-width:1024px){.k-edge .k-pager-wrap,.k-ff .k-pager-wrap,.k-ie11 .k-pager-wrap,.k-safari .k-pager-wrap,.k-webkit .k-pager-wrap{overflow:visible;min-height:2.1em}.k-edge .k-pager-input,.k-edge .k-pager-wrap .k-pager-nav,.k-ff .k-pager-input,.k-ff .k-pager-wrap .k-pager-nav,.k-ie11 .k-pager-input,.k-ie11 .k-pager-wrap .k-pager-nav,.k-safari .k-pager-input,.k-safari .k-pager-wrap .k-pager-nav,.k-webkit .k-pager-input,.k-webkit .k-pager-wrap .k-pager-nav{display:inline-block;vertical-align:top}.k-edge .k-pager-numbers,.k-ff .k-pager-numbers,.k-ie11 .k-pager-numbers,.k-safari .k-pager-numbers,.k-webkit .k-pager-numbers{position:absolute;left:4.8em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;overflow:visible;height:auto}.k-edge .k-pager-numbers:first-child,.k-ff .k-pager-numbers:first-child,.k-ie11 .k-pager-numbers:first-child,.k-safari .k-pager-numbers:first-child,.k-webkit .k-pager-numbers:first-child{left:.2em}.k-edge .k-pager-numbers.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded{-ms-transform:translatey(-100%);transform:translatey(-100%);-webkit-transform:translatey(-100%)}.k-edge .km-pane-wrapper .k-pager-numbers,.k-ff .km-pane-wrapper .k-pager-numbers,.k-ie11 .km-pane-wrapper .k-pager-numbers,.k-safari .km-pane-wrapper .k-pager-numbers,.k-webkit .km-pane-wrapper .k-pager-numbers{position:relative;left:50%;-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transform:translate(-50%,-100%)}.k-edge .km-pane-wrapper .k-pager-numbers .k-link,.k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-edge .km-pane-wrapper .k-pager-wrap>.k-link,.k-edge .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ff .km-pane-wrapper .k-pager-numbers .k-link,.k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ff .km-pane-wrapper .k-pager-wrap>.k-link,.k-ff .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-link,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-safari .km-pane-wrapper .k-pager-numbers .k-link,.k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-safari .km-pane-wrapper .k-pager-wrap>.k-link,.k-safari .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-webkit .km-pane-wrapper .k-pager-numbers .k-link,.k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-link,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-pager-info{padding-top:0;padding-bottom:0}.k-edge .k-rtl .k-pager-numbers,.k-ff .k-rtl .k-pager-numbers,.k-ie11 .k-rtl .k-pager-numbers,.k-safari .k-rtl .k-pager-numbers,.k-webkit .k-rtl .k-pager-numbers{left:auto;right:4.8em;width:4.5em}.k-edge .k-rtl .k-pager-numbers:first-child,.k-ff .k-rtl .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-pager-numbers:first-child,.k-safari .k-rtl .k-pager-numbers:first-child,.k-webkit .k-rtl .k-pager-numbers:first-child{left:auto;right:.2em}.k-edge .k-rtl .km-pane-wrapper .k-pager-numbers,.k-ff .k-rtl .km-pane-wrapper .k-pager-numbers,.k-ie11 .k-rtl .km-pane-wrapper .k-pager-numbers,.k-safari .k-rtl .km-pane-wrapper .k-pager-numbers,.k-webkit .k-rtl .km-pane-wrapper .k-pager-numbers{right:5.8em}.k-edge .k-pager-numbers .k-current-page,.k-ff .k-pager-numbers .k-current-page,.k-ie11 .k-pager-numbers .k-current-page,.k-safari .k-pager-numbers .k-current-page,.k-webkit .k-pager-numbers .k-current-page{display:block;border-left:0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page,.k-ff .k-pager-numbers.k-state-expanded .k-current-page,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,.k-safari .k-pager-numbers.k-state-expanded .k-current-page,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page{-ms-transform:translatey(100%);transform:translatey(100%);-webkit-transform:translatey(100%)}.k-edge .k-pager-numbers li:not(.k-current-page),.k-ff .k-pager-numbers li:not(.k-current-page),.k-ie11 .k-pager-numbers li:not(.k-current-page),.k-safari .k-pager-numbers li:not(.k-current-page),.k-webkit .k-pager-numbers li:not(.k-current-page){display:none}.k-edge .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link,.k-webkit .k-pager-numbers .k-current-page .k-link{width:3.2em;padding:0 .429em 0 .714em;border-radius:1.0833em}.k-edge .k-pager-numbers+.k-link,.k-ff .k-pager-numbers+.k-link,.k-ie11 .k-pager-numbers+.k-link,.k-safari .k-pager-numbers+.k-link,.k-webkit .k-pager-numbers+.k-link{margin-left:4.8em}.k-edge .k-rtl .k-pager-numbers+.k-link,.k-ff .k-rtl .k-pager-numbers+.k-link,.k-ie11 .k-rtl .k-pager-numbers+.k-link,.k-safari .k-rtl .k-pager-numbers+.k-link,.k-webkit .k-rtl .k-pager-numbers+.k-link{margin-right:5.1em;margin-left:0}.k-edge .k-pager-numbers .k-link,.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-state-selected{display:block;margin-right:0;padding:1px 5px 1px 5px;text-align:left}.k-edge .k-pager-numbers.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded{-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page,.k-ff .k-pager-numbers.k-state-expanded .k-current-page,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,.k-safari .k-pager-numbers.k-state-expanded .k-current-page,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page{margin:-2em -3px 0;padding:0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link{border-radius:0 0 1.0833em 1.0833em}.k-edge .k-pager-numbers.k-state-expanded li,.k-ff .k-pager-numbers.k-state-expanded li,.k-ie11 .k-pager-numbers.k-state-expanded li,.k-safari .k-pager-numbers.k-state-expanded li,.k-webkit .k-pager-numbers.k-state-expanded li{display:inline-block}}@media only screen and (max-width:640px){.k-edge .k-pager-info,.k-ff .k-pager-info,.k-ie11 .k-pager-info,.k-safari .k-pager-info,.k-webkit .k-pager-info{display:none}}@media only screen and (max-width:480px){.k-edge .k-pager-sizes,.k-ff .k-pager-sizes,.k-ie11 .k-pager-sizes,.k-safari .k-pager-sizes,.k-webkit .k-pager-sizes{display:none}}.k-rtl .k-pager-wrap .k-i-arrow-e,.k-rtl .k-pager-wrap .k-i-arrow-w,.k-rtl .k-pager-wrap .k-i-seek-e,.k-rtl .k-pager-wrap .k-i-seek-w{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-menu{cursor:default}.k-menu .k-link{white-space:nowrap}.k-menu,.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group{list-style:none;margin:0;padding:0;zoom:1}.k-menu:after{content:'';display:block;width:99%;height:0;float:inherit;clear:both}.k-menu .k-item,.k-menu-scroll-wrapper .k-item,.k-popups-wrapper .k-item{-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-menu .k-item div,.k-menu-scroll-wrapper .k-item div,.k-popups-wrapper .k-item div{-webkit-user-select:default;-moz-user-select:default;-ms-user-select:default;user-select:default}.k-menu .k-item .k-item,.k-menu-scroll-wrapper .k-item .k-item,.k-menu-scroll-wrapper.vertical>.k-item,.k-popups-wrapper .k-item .k-item,.k-popups-wrapper.vertical>.k-item,ul.k-menu-vertical>.k-item{display:block;float:none;border-width:0}.k-menu .k-image,.k-menu .k-item>.k-link>.k-icon,.k-menu .k-sprite,.k-menu-scroll-wrapper .k-image,.k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-menu-scroll-wrapper .k-sprite,.k-popups-wrapper .k-image,.k-popups-wrapper .k-item>.k-link>.k-icon,.k-popups-wrapper .k-sprite{margin:-2px 4px 0 -4px;vertical-align:middle}.k-menu .k-item>.k-link>.k-icon,.k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-popups-wrapper .k-item>.k-link>.k-icon{margin:-2px 0 0}.k-menu .k-item>.k-link,.k-menu-scroll-wrapper .k-item>.k-link,.k-popups-wrapper .k-item>.k-link{display:block;padding:1.071em;line-height:1.34em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group{display:none;border-style:solid;border-width:1px;overflow:visible;white-space:nowrap}.k-menu .k-menu-group>.k-item,.k-menu-scroll-wrapper .k-menu-group>.k-item,.k-popups-wrapper .k-menu-group>.k-item{display:block;border-width:0}.k-menu .k-item,.k-menu-scroll-wrapper .k-item,.k-menu-scroll-wrapper.horizontal>.k-item,.k-popups-wrapper .k-item,.k-popups-wrapper.horizontal>.k-item,.k-widget.k-menu-horizontal>.k-item{position:relative;float:left;border-style:solid;border-width:0 1px 0 0;vertical-align:top;zoom:1;-webkit-box-sizing:content-box;box-sizing:content-box}.k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link,.k-menu-scroll-wrapper .k-menu-group .k-item>.k-link,.k-popups-wrapper.vertical>.k-item>.k-link{padding:.28em 1.8em .38em .9em}.k-context-menu.k-menu-horizontal>.k-separator,.k-popups-wrapper.horizontal>.k-separator{display:none}.k-context-menu.k-menu-horizontal>.k-item,.k-popups-wrapper.horizontal>.k-item{-webkit-box-sizing:border-box;box-sizing:border-box}.k-context-menu.k-menu-horizontal>.k-last,.k-popups-wrapper.horizontal>.k-last{border:0}.k-menu .k-item>.k-link>.k-i-arrow-60-down,.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-down,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-down{margin-right:-8px}.k-menu .k-item>.k-link>.k-i-arrow-60-right,.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-right,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-right{position:absolute;top:50%;margin-top:-8px;right:2px;right:.2rem}.k-menu .k-animation-container,.k-menu-scroll-wrapper .k-animation-container,.k-popups-wrapper .k-animation-container{border:0}.k-menu .k-animation-container,.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-animation-container,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-animation-container,.k-popups-wrapper .k-menu-group{position:absolute;left:0}.k-menu .k-animation-container .k-animation-container,.k-menu .k-menu-group .k-menu-group,.k-menu-scroll-wrapper .k-animation-container .k-animation-container,.k-menu-scroll-wrapper .k-menu-group .k-menu-group,.k-menu-scroll-wrapper.vertical .k-animation-container,.k-menu-scroll-wrapper.vertical .k-menu-group,.k-menu-vertical .k-animation-container,.k-menu-vertical .k-menu-group,.k-popups-wrapper .k-animation-container .k-animation-container,.k-popups-wrapper .k-menu-group .k-menu-group,.k-popups-wrapper.vertical .k-animation-container,.k-popups-wrapper.vertical .k-menu-group{top:0;left:0}.k-menu .k-animation-container .k-menu-group,.k-menu-scroll-wrapper .k-animation-container .k-menu-group,.k-popups-wrapper .k-animation-container .k-menu-group{top:auto;left:auto;margin-left:-1px}.k-menu .k-animation-container,.k-menu-scroll-wrapper .k-animation-container,.k-popup .k-animation-container,.k-popups-wrapper .k-animation-container{margin-top:-1px;padding-left:1px}.k-ie .k-menu .k-animation-container,.k-ie .k-menu-scroll-wrapper .k-animation-container,.k-ie .k-popup .k-animation-container,.k-ie .k-popups-wrapper .k-animation-container{margin-top:-2px}.k-popup .k-animation-container .k-popup{margin-left:-1px}.k-menu-scroll-wrapper .k-separator,.k-popups-wrapper .k-separator,ul.k-menu .k-separator{padding:.25em 0;height:100%;width:1px;font-size:0;line-height:0;border-width:0 1px 0 0}.k-menu .k-menu-group .k-separator,.k-menu-scroll-wrapper.vertical .k-menu-group .k-separator,.k-menu-scroll-wrapper.vertical .k-separator,.k-popups-wrapper.vertical .k-menu-group .k-separator,.k-popups-wrapper.vertical .k-separator,ul.k-menu-vertical .k-separator{padding:0;height:1px;width:100%;border-width:1px 0 0}.k-menu-scroll-wrapper .k-widget.k-menu,.k-popups-wrapper .k-widget.k-menu{white-space:nowrap;overflow:hidden}.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical,.k-popups-wrapper.vertical .k-menu.k-menu-vertical{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item,.k-popups-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item{display:inline-block;overflow:hidden;float:none}.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical>.k-item,.k-popups-wrapper.vertical .k-menu.k-menu-vertical>.k-item{overflow:hidden}.k-menu-scroll-wrapper,.k-popups-wrapper{position:relative;border:0;margin:0;padding:0}.k-menu-scroll-wrapper.vertical,.k-popups-wrapper.vertical{height:100%}.k-menu-scroll-wrapper>.k-animation-container .k-item,.k-popups-wrapper>.k-animation-container .k-item{float:none}.k-menu-scroll-wrapper .k-menu-scroll-button,.k-popups-wrapper .k-menu-scroll-button{border-radius:0;position:absolute;display:none}.k-menu-scroll-wrapper .k-scroll-up,.k-popups-wrapper .k-scroll-up{top:0;left:0;width:100%}.k-menu-scroll-wrapper .k-scroll-down,.k-popups-wrapper .k-scroll-down{bottom:0;left:0;width:100%}.k-menu-scroll-wrapper .k-scroll-down,.k-menu-scroll-wrapper .k-scroll-up,.k-popups-wrapper .k-scroll-down,.k-popups-wrapper .k-scroll-up{padding:0 .7em;line-height:.2em}.k-menu-scroll-wrapper .k-scroll-left,.k-popups-wrapper .k-scroll-left{top:0;left:0;height:100%}.k-menu-scroll-wrapper .k-scroll-right,.k-popups-wrapper .k-scroll-right{top:0;right:0;height:100%}.k-menu-scroll-wrapper .k-scroll-left,.k-menu-scroll-wrapper .k-scroll-right,.k-popups-wrapper .k-scroll-left,.k-popups-wrapper .k-scroll-right{width:16px;padding-left:0;padding-right:0}.k-menu-scroll-wrapper .k-scroll-left .k-icon,.k-menu-scroll-wrapper .k-scroll-right .k-icon,.k-popups-wrapper .k-scroll-left .k-icon,.k-popups-wrapper .k-scroll-right .k-icon{margin-top:-.5em;position:absolute;top:50%;left:0}.k-context-menu{border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-grid,.k-listview{position:relative;zoom:1}.k-grid table{width:100%;margin:0;max-width:none;border-collapse:separate;border-spacing:0;empty-cells:show;border-width:0;outline:0}.k-header.k-drag-clue{overflow:hidden}.k-filter-row th,.k-grid-header th.k-header{overflow:hidden;border-style:solid;border-width:0 0 1px 1px;padding:.5em .6em .4em .6em;font-weight:400;white-space:nowrap;text-overflow:ellipsis;text-align:left}.k-grid-header th.k-header{vertical-align:bottom}.k-filtercell,.k-filtercell .k-widget,.k-filtercell>span{display:block;width:auto}.k-filtercell>span{padding-right:4.8em;position:relative;min-height:2em;line-height:2em}.k-filtercell>.k-operator-hidden{padding-right:2.3em}.k-filter-row .k-dropdown-operator,.k-filtercell>span>.k-button{position:absolute;top:0;right:0}.k-filter-row .k-dropdown-operator{width:2.1em;right:2.5em}.k-filtercell>span>label{vertical-align:middle}.k-filter-row label>input[type=radio]{vertical-align:middle;position:relative;bottom:2px}.k-ie10 .k-grid-header a:active{background-color:transparent}.k-grid-header th.k-header>.k-link{display:block;min-height:18px;line-height:18px;margin:-.5em -.6em -.4em 0;padding:.5em .6em .4em 0;overflow:hidden;text-overflow:ellipsis}.k-grid-header th.k-with-icon .k-link{margin-right:18px}.k-grid-header th>.k-link>.k-icon{vertical-align:text-top}.k-grid .k-state-hover{cursor:pointer}.k-grid-column-resizing,.k-grid-column-resizing .k-button,.k-grid-column-resizing .k-grid-filter,.k-grid-column-resizing .k-grid-toolbar,.k-grid-column-resizing .k-link{cursor:col-resize}.k-grid td{border-style:solid;border-width:0 0 0 1px;padding:.4em .6em;overflow:hidden;line-height:1.6em;vertical-align:middle;text-overflow:ellipsis}.k-grid .k-grouping-row td,.k-grid .k-hierarchy-cell{overflow:visible}.k-grid-edit-row td{text-overflow:clip}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{margin-top:0;margin-bottom:0}.k-grid-footer-wrap,.k-grid-header-wrap{position:relative;width:100%;overflow:hidden;border-style:solid;border-width:0 1px 0 0;zoom:1}div.k-grid-footer,div.k-grid-header{padding-right:17px;border-bottom-style:solid;border-bottom-width:1px;zoom:1}.k-grid-header-locked>table,.k-grid-header-wrap>table{margin-bottom:-1px}.k-grid-content{position:relative;width:100%;overflow:auto;overflow-x:auto;overflow-y:scroll;zoom:1;min-height:0}.k-mobile .k-grid tbody{-webkit-backface-visibility:hidden}.k-mobile .k-grid-backface tbody{-webkit-backface-visibility:visible}.k-grid-content-expander{position:absolute;visibility:hidden;height:1px}.k-grid-norecords{width:100%;height:100%;text-align:center}.k-grid-norecords-template{width:20em;height:4em;line-height:4em;vertical-align:middle;margin:0 auto}.k-grid-content>.k-grid-norecords>.k-grid-norecords-template{top:50%;left:50%;margin-left:-10em;margin-top:-2em;position:absolute}@media print{.k-grid{height:auto!important}.k-grid-header{padding:0!important}.k-grid-content,.k-grid-header-wrap{overflow:visible;height:auto!important}}.k-grid .k-scrollbar{-ms-overflow-style:scrollbar}.k-virtual-scrollable-wrap{height:100%;overflow-y:hidden;position:relative}.k-grid-content table,.k-grid-content-locked>table,.k-grid-footer table,.k-grid-header table{table-layout:fixed}.k-grid-lockedcolumns{white-space:nowrap}.k-grid-content,.k-grid-content-locked,.k-pager-wrap{white-space:normal}.k-grid-content-locked,.k-grid-footer-locked,.k-grid-header-locked{display:inline-block;vertical-align:top;overflow:hidden;position:relative;border-style:solid;border-width:0 1px 0 0}.k-grid-content-locked+.k-grid-content,.k-grid-footer-locked+.k-grid-footer-wrap,.k-grid-header-locked+.k-grid-header-wrap{display:inline-block;vertical-align:top}.k-grid-toolbar{border-style:solid;border-width:1px 0 0}.k-filter-row>th:first-child,.k-grid tbody td:first-child,.k-grid tfoot td:first-child,.k-grid-header th.k-header:first-child{border-left-width:0}.k-grid-header th.k-header.k-first{border-left-width:1px}.k-grid-toolbar:first-child,.k-grouping-header+.k-grid-toolbar{border-width:0 0 1px}.k-footer-template td{border-style:solid;border-width:1px 0 0 1px}.k-group-footer td{border-style:solid;border-width:1px 0}.k-group-footer .k-group-cell+td{border-left-width:1px}.k-grid-footer{border-style:solid;border-width:1px 0 0}.k-grid-footer td{border-top-width:0}.k-grid-footer>td{border-top-width:1px}.k-grid-pager{border-width:1px 0 0}.k-grid .k-pager-numbers{float:left;cursor:default;display:inline-block;vertical-align:top;margin-right:1px}.k-widget.k-grid .k-pager-numbers{position:relative}.k-header>.k-grid-filter,.k-header>.k-header-column-menu{float:right;margin:-.5em -.6em -.4em 0;padding:.5em .2em .4em;position:relative;z-index:1}.k-grid .k-animation-container{position:absolute}.k-filter-menu{padding:.5em}.k-list-filter{display:block}form.k-filter-menu .k-textbox,form.k-filter-menu .k-widget{display:block}form.k-filter-menu .k-textbox{width:100%;margin-bottom:3px}.k-filter-help-text,.k-filter-menu .k-textbox,.k-filter-menu .k-widget{margin:.19em 0 0}.k-filter-menu span.k-filter-and{width:6em;margin:.5em 0 .5em}.k-filter-menu .k-button{width:48%;margin:.5em 4% 0 0}.k-filter-menu .k-button+.k-button{margin-right:0}.k-filter-menu .k-filter-selected-items{font-weight:700;margin:.5em}.k-multicheck-wrap{overflow:auto;overflow-x:hidden;white-space:nowrap;max-height:300px}.k-multicheck-wrap .k-item{line-height:2.2em}.k-grouping-row .k-icon{margin:-3px 4px 0 2px}.k-grouping-row p{display:inline-block;vertical-align:middle;margin-left:-.6em;padding:0 .6em}.k-grouping-row+tr td{border-top-width:1px}.k-grouping-row .k-group-cell,.k-grouping-row+tr .k-group-cell{border-top-width:0;text-overflow:none}.k-grid .k-hierarchy-cell+td{border-left-width:0}.k-grid .k-group-col,.k-grid .k-hierarchy-col{width:27px}.k-grouping-header{border-bottom-style:solid;border-bottom-width:1px}.k-grouping-header{line-height:2}.k-grouping-dropclue{position:absolute;width:6px;height:25px;background-repeat:no-repeat;background-position:-165px -148px}.k-grouping-dropclue:after,.k-grouping-dropclue:before{content:"";width:0;height:0;border:3px solid;border-left-color:transparent;border-right-color:transparent;position:absolute;left:0}.k-grouping-dropclue:before{top:0;border-bottom:0}.k-grouping-dropclue:after{bottom:0;border-top:0}.k-grouping-header .k-group-indicator{display:inline-block;border-style:solid;border-width:1px;margin:0 3px;padding:.15em .15em .15em .4em;line-height:1.5em}.k-grouping-header .k-link{display:inline-block;border-width:0;padding:0;line-height:normal;text-decoration:none}.k-grouping-header .k-button{border:0;padding:0;background:0 0;line-height:1}.k-grouping-header .k-link .k-icon{margin:0 0 0 -3px}.k-grouping-header .k-button .k-icon{margin:0 0 0 3px}.k-grouping-header .k-button,.k-grouping-header a{display:inline-block;vertical-align:middle}.k-dirty-cell:before{content:"\a0";display:inline-block;width:0;float:left}.k-dirty{position:absolute;width:0;height:0;border-style:solid;border-width:3px;border-color:red transparent transparent red;margin:-.45em 0 0 -.6em;padding:0;overflow:hidden;vertical-align:top}.k-grid-toolbar,.k-grouping-header{margin:0;padding:.429em .2em .429em 1em;cursor:default}.k-grid .k-edit-container{padding:0}.k-grid .field-validation-error{display:block}.k-grid .input-validation-error{border-style:ridge;border-color:red;background-color:pink}.k-grid-toolbar .k-button{vertical-align:middle}.k-grid-actions{display:inline-block}.k-grid .k-button{margin:0 .16em}.k-grid tbody .k-button,.k-ie8 .k-grid tbody button.k-button{min-width:64px}.k-grid tbody button.k-button{min-width:78px}html body .k-grid tbody .k-button-icon{width:auto;min-width:0}.k-detail-row{position:relative}.k-grid .k-detail-cell{overflow:visible}.k-grid .k-edit-cell{padding:0 .3em;white-space:nowrap}.k-grid .k-edit-cell .k-tooltip{white-space:normal}.k-edit-cell>.k-textbox,.k-edit-cell>.k-widget,.k-grid-edit-row>td>.k-textbox,.k-grid-edit-row>td>.k-widget,.k-grid-edit-row>td>.text-box{width:100%}html .k-edit-cell .k-tooltip,html .k-grid-edit-row .k-tooltip{width:auto;max-width:300px}.k-edit-cell input[type=checkbox]{margin-left:.6em}.k-grid tbody td>.k-grid-delete{margin-top:-.2em;margin-bottom:-.2em}.k-grid-resize-indicator{position:absolute;width:2px;background-color:#aaa}.k-grid-header .k-resize-handle,.k-grid>.k-resize-handle{position:absolute;height:25px;cursor:col-resize;z-index:2}.k-marquee{position:absolute;z-index:100000}.k-marquee-color,.k-marquee-text{position:absolute;top:0;left:0;width:100%;height:100%}.k-marquee-color{filter:alpha(opacity=60);opacity:.6}.k-ie9 .k-column-menu{width:160px}.k-ie8 .k-grid-filter,.k-ie8 .k-header-column-menu{font-size:100%}.k-column-menu{min-width:160px}.k-column-menu .k-sprite{margin-right:10px}.k-column-menu>.k-menu{border-width:0}.k-column-menu .k-calendar .k-link{white-space:normal}.k-columns-item .k-group{max-height:200px;overflow:auto}.k-pdf-export-shadow .k-grid{float:left;width:auto!important}.k-pdf-export-shadow .k-grid,.k-pdf-export-shadow .k-grid-content,.k-pdf-export-shadow .k-grid-content-locked{height:auto!important;overflow:visible}.k-pdf-export-shadow .k-grid-content-locked+.k-grid-content,.k-pdf-export-shadow .k-grid-footer-locked+.k-grid-footer-wrap,.k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-wrap{width:auto!important}.k-pdf-export-shadow .k-grid-footer,.k-pdf-export-shadow .k-grid-header{padding:0!important}.k-loading-pdf-mask{position:absolute;width:100%;height:100%;top:0;left:0;z-index:100}.k-loading-pdf-mask .k-loading-color{filter:alpha(opacity=50);opacity:.5}.k-loading-pdf-mask .k-loading-pdf-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-pdf-export .k-loading-pdf-mask{display:none}.k-autofitting{width:auto!important;table-layout:auto!important}.k-autofitting td,.k-autofitting th.k-header{white-space:nowrap!important}.k-autofitting .k-detail-row{display:none!important}.k-grid .k-edit-cell input.k-checkbox,.k-grid .k-grid-edit-row input.k-checkbox{position:absolute;width:14px;height:15px;z-index:1}.k-grid .k-edit-cell input.k-checkbox+label.k-checkbox-label,.k-grid .k-grid-edit-row input.k-checkbox+label.k-checkbox-label{cursor:default}.k-grid .k-grid-edit-row input.k-checkbox{margin-left:1px;margin-top:4px}.k-grid .k-edit-cell input.k-checkbox,.k-grid .k-edit-cell input[type=checkbox]{margin-left:-webkit-calc(.3em + 3px);margin-left:calc(.3em + 3px)}.k-grid .k-edit-cell input.k-checkbox+label.k-checkbox-label,.k-grid .k-edit-cell input[type=checkbox]+label.k-checkbox-label{margin-left:.3em}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox{position:absolute;margin-left:1px;margin-top:.8em;width:14px;height:14px;z-index:1}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox+label.k-checkbox-label{cursor:default}.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label{margin-top:.6em}@media only screen and (max-width:1024px){.k-edge .k-grid .k-pager-numbers,.k-ff .k-grid .k-pager-numbers,.k-ie11 .k-grid .k-pager-numbers,.k-safari .k-grid .k-pager-numbers,.k-webkit .k-grid .k-pager-numbers{position:absolute;left:4.8em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;overflow:visible;height:auto}.k-edge .k-grid .k-pager-numbers:first-child,.k-ff .k-grid .k-pager-numbers:first-child,.k-ie11 .k-grid .k-pager-numbers:first-child,.k-safari .k-grid .k-pager-numbers:first-child,.k-webkit .k-grid .k-pager-numbers:first-child{left:.2em}.k-edge .k-grid .k-pager-numbers.k-state-expanded,.k-ff .k-grid .k-pager-numbers.k-state-expanded,.k-ie11 .k-grid .k-pager-numbers.k-state-expanded,.k-safari .k-grid .k-pager-numbers.k-state-expanded,.k-webkit .k-grid .k-pager-numbers.k-state-expanded{-ms-transform:translatey(-100%);transform:translatey(-100%);-webkit-transform:translatey(-100%)}.k-edge .km-pane-wrapper .k-grid .k-pager-numbers,.k-ff .km-pane-wrapper .k-grid .k-pager-numbers,.k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,.k-safari .km-pane-wrapper .k-grid .k-pager-numbers,.k-webkit .km-pane-wrapper .k-grid .k-pager-numbers{position:relative;left:50%;-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transform:translate(-50%,-100%)}.k-edge .k-rtl .k-grid .k-pager-numbers,.k-ff .k-rtl .k-grid .k-pager-numbers,.k-ie11 .k-rtl .k-grid .k-pager-numbers,.k-safari .k-rtl .k-grid .k-pager-numbers,.k-webkit .k-rtl .k-grid .k-pager-numbers{left:auto;right:4.8em;width:4.5em}.k-edge .k-rtl .k-grid .k-pager-numbers:first-child,.k-ff .k-rtl .k-grid .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,.k-safari .k-rtl .k-grid .k-pager-numbers:first-child,.k-webkit .k-rtl .k-grid .k-pager-numbers:first-child{left:auto;right:.2em}.k-edge .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-ff .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-ie11 .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-safari .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-webkit .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers{right:5.8em}.k-edge .k-grid .k-pager-numbers .k-current-page,.k-ff .k-grid .k-pager-numbers .k-current-page,.k-ie11 .k-grid .k-pager-numbers .k-current-page,.k-safari .k-grid .k-pager-numbers .k-current-page,.k-webkit .k-grid .k-pager-numbers .k-current-page{display:block;border-left:0}.k-edge .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-ff .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-ie11 .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-safari .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-webkit .k-grid .k-pager-number.k-state-expanded .k-current-page{-ms-transform:translatey(100%);transform:translatey(100%);-webkit-transform:translatey(100%)}}.k-treelist .k-status{padding:.4em .6em;line-height:1.6em}.k-treelist .k-status .k-loading{vertical-align:baseline;margin-right:5px}.k-treelist tr.k-hidden{display:none}.k-treelist.k-treelist-dragging,.k-treelist.k-treelist-dragging .k-state-hover{cursor:default}.k-treelist .k-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}.k-treelist .k-i-arrow-45-down-right,.k-treelist .k-i-arrow-60-right{cursor:pointer}.k-treelist .k-i-arrow-45-down-right{margin-top:-.5em}.k-drag-separator{display:inline-block;border-right:1px solid;height:1em;vertical-align:top;margin:0 .5em}.k-gantt{white-space:nowrap;position:relative}.k-gantt-layout{display:inline-block;white-space:normal;vertical-align:top}.k-gantt .k-splitbar{position:relative;cursor:e-resize;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-gantt .k-gantt-layout th{vertical-align:bottom}.k-gantt td{overflow:hidden;white-space:nowrap;vertical-align:top}.k-gantt .k-grid .k-edit-cell{vertical-align:middle}.k-gantt-timeline>.k-timeline,.k-gantt-treelist>.k-treelist{border-width:0;height:100%}.k-gantt-toolbar{border-style:solid;border-width:0 0 1px;line-height:2.4em;padding:.5em}.k-gantt-layout+.k-gantt-toolbar{border-width:1px 0 0}.k-gantt-actions,.k-gantt-toolbar>ul{float:left;margin-right:.6em}.k-gantt-actions>.k-button{margin-right:.5em;vertical-align:top}.k-gantt-toolbar>.k-gantt-views{float:right;margin-right:0}.k-gantt-toolbar>.k-gantt-views>li.k-current-view{display:none}.k-gantt-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-gantt-toolbar>ul>li:first-child+li{border-left-width:1px}.k-gantt-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-gantt-toolbar li:first-child+li,.k-gantt-toolbar li:first-child+li>.k-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.k-gantt-toolbar li:last-child,.k-gantt-toolbar li:last-child>.k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-gantt-toolbar li.k-button{line-height:inherit;padding-top:0;padding-bottom:0}.k-gantt-treelist .k-grid-header tr{height:5em}.k-gantt .k-treelist .k-grid-header{padding:0!important}.k-gantt .k-treelist .k-grid-content{overflow-y:hidden;overflow-x:scroll}.k-treelist-group>tr>span{font-weight:700}.k-treelist-group .k-widget{font-weight:400}.k-gantt-timeline .k-grid-header tr{height:2.5em}.k-gantt-tasks{position:relative}.k-gantt .k-grid-content tr,.k-gantt-rows tr,.k-gantt-tasks tr{height:2.3em}.k-gantt .k-gantt-tasks td:after{content:"\a0"}.k-gantt-timeline{background:0 0}.k-gantt-columns,.k-gantt-dependencies,.k-gantt-rows{position:absolute;top:0;left:0}.k-gantt-tables{position:relative}.k-gantt .k-timeline .k-grid-content{overflow-x:scroll}.k-gantt .k-gantt-timeline th{text-align:center}.k-gantt .k-gantt-timeline tr:first-child th{border-bottom-width:1px}.k-task-summary{height:10px;display:inline-block;vertical-align:top;margin-top:3px}.k-task-summary-complete{height:10px;position:relative;z-index:2}.k-task-summary-progress{height:15px;overflow:hidden}.k-task-summary-complete:after,.k-task-summary-complete:before,.k-task-summary:after,.k-task-summary:before{content:"";position:absolute;top:0;width:0;height:0;border-style:solid;border-width:8px;border-color:transparent}.k-task-summary-complete:before,.k-task-summary:before{left:0;border-left-color:inherit}.k-task-summary-complete:after,.k-task-summary:after{right:0;border-right-color:inherit}.k-line-h,.k-line-v{position:absolute}.k-line-h{height:2px}.k-line-v{width:2px}.k-arrow-e,.k-arrow-w{position:absolute;top:-4px;width:0;height:0;border-style:solid;border-width:5px}.k-arrow-e{right:-6px;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.k-arrow-w{left:-6px;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.k-task-milestone{width:13px;height:13px;margin-top:3px;border-style:solid;border-width:1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.k-ie8 .k-task-milestone{margin-left:1px}.k-gantt .k-gantt-tasks .k-button-icon,.k-gantt .k-gantt-treelist .k-button{padding-top:0;padding-bottom:0}.k-gantt .k-gantt-tasks .k-button-icon{margin-top:4px}.k-gantt .k-gantt-treelist .k-button{margin-top:-4px;margin-bottom:-2px}.k-gantt .k-gantt-tasks .k-button-icon{padding-left:2px;padding-right:2px}.k-gantt .k-gantt-tasks .k-button .k-icon,.k-gantt .k-gantt-treelist .k-button .k-icon{vertical-align:text-top}.k-rel .k-button-icon{position:absolute;left:200px}.k-rel{position:relative;height:0;top:-.3em}.k-task-wrap{position:absolute;padding:0 23px 5px;margin:-1px -23px 0;z-index:2}.k-line.k-state-selected,.k-task-wrap:hover{z-index:3}.k-milestone-wrap{margin:0 -13px 0 -27px}.k-task-content{position:relative;z-index:2}.k-task-complete{position:absolute;top:0;bottom:0;left:0;width:20%;z-index:1}.k-task-dot{position:absolute;top:0;width:16px;height:16px;line-height:16px;display:none;cursor:pointer}.k-task-dot.k-state-hover{background-color:transparent}.k-task-single+.k-task-dot,.k-task-single+.k-task-dot+.k-task-dot{top:.2em}.k-task-wrap-active .k-task-dot,.k-task-wrap:hover .k-task-dot{display:block}.k-task-dot:before{content:"\a0";display:inline-block;width:0;height:16px}.k-task-dot:after{content:"";display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:4px;margin-left:4px}.k-task-dot.k-state-hover:after,.k-task-dot:hover:after,.k-task-wrap-active .k-task-dot:after{border-style:solid;border-width:1px;margin-left:3px}.k-task-start{left:0}.k-task-end{right:0}.k-task-single{border-style:solid;border-width:1px;text-align:left;overflow:hidden;cursor:default;min-height:1.3em;white-space:nowrap}.k-task-template{padding:.2em 1.4em .2em .6em;line-height:normal}.k-task-actions,.k-task-content>.k-link{position:absolute;top:0;right:4px;white-space:nowrap}.k-task-actions{z-index:1}.k-task-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-task-actions:first-child{margin-top:3px}.k-task-actions:first-child>.k-link{display:inline-block}.k-task-delete{display:none}.k-task-wrap-active .k-task-delete,.k-task-wrap:hover .k-task-delete{display:inline-block}.k-task-single .k-resize-handle{position:absolute;visibility:hidden;z-index:2;height:auto}.k-task-single:hover .k-resize-handle,.k-task-wrap-active .k-resize-handle{visibility:visible}.k-task-single .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-task-content>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-e:after,.k-task-content>.k-resize-w:after{left:1px;top:50%;margin-top:-.7em;height:1.4em;width:1px}.k-task-content>.k-resize-e:after{left:auto;right:1px}.k-task-draghandle{position:absolute;bottom:0;width:0;height:0;margin-left:16px;border-width:5px;border-style:solid;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;display:none;cursor:e-resize}.k-task-wrap-active .k-task-draghandle,.k-task-wrap:hover .k-task-draghandle{display:block}.k-dependency-hint{z-index:4}.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-milestone,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot,.k-gantt-rowheight .k-task-summary{top:50%}.k-gantt-rowheight .k-task-milestone,.k-gantt-rowheight .k-task-summary{margin-top:-6px}.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot{margin-top:-11px}.k-gantt-rowheight .k-task-single{height:-webkit-calc(100% - 2px);height:calc(100% - 2px)}.k-ie .k-gantt-rowheight .k-task-single{height:99%}.k-gantt-rowheight .k-task-content{height:100%}.k-gantt-rowheight .k-task-content>.k-resize-e:after,.k-gantt-rowheight .k-task-content>.k-resize-w:after{top:0;margin-top:0;height:100%}.k-task-details{padding:.4em;text-align:left;white-space:nowrap}.k-task-details>strong{font-size:120%;display:block}.k-task-pct{margin:.5em 0 .1em;font-size:170%}.k-task-details>ul{line-height:1.2}.k-resources-wrap{position:absolute;z-index:2;zoom:1;margin-left:20px;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-resources-wrap .k-resource{margin:0 5px}.k-gantt-edit-form>.k-edit-form-container{width:430px}.k-gantt-edit-form>.k-resources-form-container{width:506px}.k-resources-form-container>.k-grid{margin:0 .9em}.k-gantt-edit-form>.k-edit-form-container .k-numerictextbox,.k-gantt-edit-form>.k-edit-form-container .k-textbox{width:15em}.k-gantt-edit-form .k-edit-buttons .k-gantt-delete{float:left}.k-pdf-export-shadow .k-gantt{float:left}.k-pdf-export-shadow .k-gantt,.k-pdf-export-shadow .k-gantt .k-grid-content,.k-pdf-export-shadow .k-gantt-timeline{width:auto!important;height:auto!important;overflow:visible!important}.k-pdf-export-shadow .k-gantt-treelist{height:auto!important;overflow:visible!important}.k-pdf-export-shadow .k-gantt-timeline .k-grid-header{padding:0!important}.k-pdf-export-shadow .k-gantt .k-splitbar,.k-pdf-export-shadow .k-pdf-export{display:none}button.k-gantt-toggle{display:none;float:left;margin-right:.5em}.k-rtl button.k-gantt-toggle{float:right;margin-right:0;margin-left:.5em}@media only screen and (max-width:1024px){.k-gantt-toolbar>ul.k-gantt-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-gantt-toolbar>ul.k-gantt-views{right:auto;left:6px}.k-gantt-toolbar>ul.k-gantt-views>li:not(.k-current-view){display:none}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{display:block;border-width:1px}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{text-align:left;padding-left:1em}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{padding-left:0}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:16px;height:16px}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li,.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-rtl .k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){button.k-gantt-toggle{display:inline-block}.k-gantt-create span+span,.k-gantt-pdf span+span{display:none}.k-gantt-create .k-icon,.k-gantt-pdf .k-icon{margin:0}.k-gantt .k-splitbar{display:none;width:0;border-width:0}.k-gantt .k-gantt-treelist{display:none;max-width:0}.k-gantt .k-treelist .k-grid-content{overflow-y:scroll}.k-gantt .k-gantt-timeline{width:100%}}.k-pivot{position:relative}.k-pivot-toolbar{padding:.2em;border-bottom-width:1px;border-bottom-style:solid}.k-pivot .k-pivot-toolbar{padding:.6em}.k-pivot-toolbar .k-button{margin-right:.4em;line-height:1.2em;font-size:.9em;text-align:left;position:relative;padding:.3em 5em .3em .3em;cursor:move}.k-field-actions{position:absolute;right:2px;top:3px;cursor:pointer}.k-pivot .k-grid td{white-space:nowrap}.k-pivot-layout{border-spacing:0;table-layout:auto}.k-pivot-layout>tbody>tr>td{vertical-align:top;padding:0}.k-pivot td{vertical-align:top}.k-pivot-rowheaders>.k-grid,.k-pivot-table>.k-grid{border-width:0}.k-pivot-rowheaders>.k-grid td:first-child,.k-pivot-table .k-grid-header .k-header.k-first{border-left-width:1px}.k-pivot-rowheaders>.k-grid td.k-first{border-left-width:0}.k-pivot-rowheaders>.k-grid{overflow:hidden}.k-pivot-table{border-left-width:1px;border-left-style:solid}.k-pivot-table .k-grid-header-wrap>table{height:100%}.k-pivot .k-grid-header .k-header{vertical-align:top}.k-header.k-alt,td.k-alt{font-weight:700}.k-header.k-alt{background-image:none}.k-pivot-layout .k-grid td{border-bottom-width:1px}.k-pivot-layout .k-grid-footer>td{border-top-width:0}.k-pivot-filter-window .k-treeview{max-height:600px}.k-fieldselector .k-edit-buttons{bottom:auto}.k-fieldselector .k-edit-label{width:16%}.k-fieldselector .k-edit-field{width:77%}.k-fieldselector .k-edit-field>.k-textbox,.k-fieldselector .k-edit-field>.k-widget{width:99%}.k-fieldselector .k-edit-buttons>input,.k-fieldselector .k-edit-buttons>label{float:left;margin-top:.4em}.k-fieldselector p{margin:0 0 .2em .5em;text-transform:uppercase}.k-fieldselector p .k-icon{margin:0 5px 0 0}.k-fieldselector .k-columns{border-style:solid;border-width:0}.k-fieldselector .k-columns>div{overflow:auto;padding:.6em;border-style:solid;border-width:0 0 0 1px;float:left;width:45%}.k-fieldselector .k-columns>div:first-child{border-width:0;margin-right:-1px}.k-fieldselector .k-columns>div+div{float:right;border-width:0}.k-fieldselector div.k-treeview{border-width:0;margin-right:-1px;padding-left:4px;overflow:visible}.k-fieldselector .k-list-container{margin-left:.5em;margin-bottom:1em;padding:.2em 0 0;border-style:solid;border-width:1px}.k-fieldselector .k-list{padding-bottom:2em}.k-fieldselector .k-list li.k-item{padding:.3em 3.3em .3em .3em;margin:0 .2em.2em;position:relative;font-size:.9em;line-height:1.2em;min-height:1em}.k-pivot .k-i-arrow-60-down,.k-pivot .k-i-arrow-60-up,.k-pivot .k-i-minus{color:#858585}.k-pivot .k-i-arrow-60-up.k-i-hold{color:#f9ce1d}.k-pivot .k-i-stop{color:#f44336;font-size:.57142em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.k-pivot .k-i-circle{color:#4caf50}.k-i-stop{background-position:-16px 0}.k-i-minus{background-position:-32px 0}.k-i-arrow-60-up{background-position:-48px 0}.k-i-arrow-60-up{background-position:-64px 0}.k-i-circle{background-position:-80px 0}.k-pdf-export-shadow .k-pivot .k-grid-content{overflow:visible!important}.k-pdf-export-shadow .k-pivot .k-grid-content,.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid{height:100%!important}.k-pdf-export-shadow .k-pivot .k-grid-header{padding-right:0!important}.k-pdf-export-shadow .k-pivot{width:auto!important;height:auto!important}.k-pdf-export-shadow .k-pivot .k-grid-content>table,.k-pdf-export-shadow .k-pivot .k-grid-header-wrap>table{width:100%!important;height:auto!important}.k-calendar{position:relative;display:inline-block;width:19em;overflow:hidden}.k-week-number{width:21.71428571em}.k-calendar .k-link,.k-calendar td{text-decoration:none}.k-calendar .k-action-link{text-decoration:underline}.k-calendar .k-footer,.k-calendar .k-header{position:relative;text-align:center;zoom:1}.k-widget.k-calendar .k-nav-next,.k-widget.k-calendar .k-nav-prev{position:absolute;top:.16666em;line-height:1.8333em;height:1.8333em}.k-widget.k-calendar .k-nav-prev{left:1%}.k-widget.k-calendar .k-nav-next{right:1%}.k-calendar .k-content{float:left;border-spacing:0;width:100%;height:14.167em;border-width:0;margin:0;table-layout:fixed;outline:0}.k-calendar .k-content,.k-calendar .k-content th{text-align:right}.k-calendar .k-content .k-alt{border-radius:0;text-align:center;font-weight:400;cursor:default;line-height:1.8333em}.k-calendar .k-animation-container .k-content{height:100%}.k-widget.k-calendar .k-nav-fast{display:inline-block;width:75%;height:1.8333em;line-height:1.8333em;margin:.16666em -.08333em .3333em 0}.k-calendar .k-header .k-icon{vertical-align:middle}.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev{height:1.8333em;width:1.8333em}.k-calendar th{border-bottom-style:solid;border-bottom-width:1px;padding:.4em .45em .4em .1em;font-weight:400;cursor:default}.k-calendar td{padding:.08333em;cursor:pointer}.k-calendar .k-state-focus{border-style:dotted;border-width:.08333em;padding:0}.k-calendar .k-content .k-link{display:block;overflow:hidden;min-height:1.8333em;line-height:1.8333em;padding:0 .45em 0 .1em}.k-calendar .k-meta-view .k-link{padding:.25em 0 .3em;text-align:center}.k-calendar .k-century .k-link{text-align:left;padding:0 .45em}.k-calendar .k-footer{clear:both}.k-calendar .k-footer .k-nav-today,.k-calendar .k-footer>.k-state-disabled{display:block;height:100%;padding:.5em 0}.k-calendar .k-nav-today:hover{text-decoration:underline}div.k-treeview{border-width:0;background:0 0;overflow:auto;white-space:nowrap}.k-treeview .k-item{display:block;border-width:0;margin:0;padding:0 0 0 16px}.k-treeview .k-content,.k-treeview .k-item>.k-group,.k-treeview>.k-group{margin:0;padding:0;background:0 0;list-style-type:none;position:relative}.k-treeview .k-checkbox,.k-treeview .k-icon,.k-treeview .k-image,.k-treeview .k-in,.k-treeview .k-sprite{display:inline-block;vertical-align:top}.k-treeview .k-checkbox{margin-top:.2em}.k-treeview .k-icon,.k-treeview .k-in{vertical-align:middle}.k-treeview .k-request-retry{vertical-align:baseline}.k-treeview .k-i-collapse,.k-treeview .k-i-expand,.k-treeview .k-i-minus,.k-treeview .k-i-plus{margin-top:.05em;margin-left:-16px;cursor:pointer}.k-treeview .k-i-collapse{margin-top:-.4em}.k-treeview .k-image,.k-treeview .k-sprite{margin-right:3px}.k-treeview .k-in{margin:1px 0 1px .3333em;padding:.429em .6667em .429em .5833em;line-height:1.3333em;text-decoration:none;border-style:solid;border-width:1px}.k-treeview span.k-in{cursor:default}.k-treeview .k-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}.k-treeview .k-state-hover,.k-treeview .k-state-hover:hover{cursor:pointer}.k-rtl .k-treeview .k-i-collapse,.k-rtl .k-treeview .k-i-expand{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);margin-left:0;margin-right:-16px}.k-toolbar .k-split-button,span.k-colorpicker,span.k-combobox,span.k-datepicker,span.k-datetimepicker,span.k-dropdown,span.k-numerictextbox,span.k-timepicker{background-image:none}.k-autocomplete,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-dropdown,.k-listbox,.k-numerictextbox,.k-selectbox,.k-textbox,.k-timepicker,.k-toolbar .k-split-button{position:relative;display:inline-block;width:12.4em;overflow:visible;border-width:0;vertical-align:middle}.k-autocomplete>.k-i-close,.k-combobox>.k-dropdown-wrap>.k-i-close,.k-multiselect>.k-multiselect-wrap>.k-i-close{display:none;position:absolute;right:0}.k-autocomplete>.k-i-close,.k-combobox>.k-dropdown-wrap>.k-i-close{bottom:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-ie8 .k-autocomplete>.k-i-close,.k-ie8 .k-combobox>.k-dropdown-wrap>.k-i-close{margin-top:-8px}.k-combobox>.k-dropdown-wrap>.k-i-close{font-size:100%;right:2.4em}.k-multiselect>.k-multiselect-wrap>.k-i-close{top:6px}.k-autocomplete>.k-i-close,.k-multiselect>.k-multiselect-wrap>.k-i-close{margin-right:6px}.k-autocomplete.k-state-focused>.k-i-close,.k-autocomplete.k-state-hover>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-focused>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-hover>.k-i-close{display:inline-block;outline:0}.k-autocomplete>.k-hidden,.k-combobox>.k-dropdown-wrap>.k-hidden,.k-multiselect .k-hidden{display:none!important}.k-multiselect.k-state-focused>.k-multiselect-wrap>.k-i-close,.k-multiselect.k-state-hover>.k-multiselect-wrap>.k-i-close{display:inline-block;outline:0}.k-autocomplete.k-state-border-down>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-border-down>.k-i-close{margin-top:-1px}.k-filter-menu .k-autocomplete,.k-filter-menu .k-combobox,.k-filter-menu .k-datepicker,.k-filter-menu .k-datetimepicker,.k-filter-menu .k-dropdown,.k-filter-menu .k-numerictextbox,.k-filter-menu .k-textbox,.k-filter-menu .k-timepicker{width:13.2em}.k-autocomplete,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-dropdown,.k-numerictextbox,.k-selectbox,.k-timepicker,.k-toolbar .k-split-button{white-space:nowrap}.k-colorpicker,.k-toolbar .k-split-button{width:auto}.k-datetimepicker{width:15em}.k-autocomplete,.k-numeric-wrap,.k-picker-wrap{position:relative;cursor:default}.k-dropdown-wrap{position:relative}.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap{display:block}.k-block,.k-content,.k-grid,.k-header-column-menu,.k-panelbar,.k-slider,.k-splitter,.k-treeview,.k-widget{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-block,.k-calendar,.k-grid-header .k-i-link-horizontal,.k-header-column-menu,.k-pager-wrap,.k-slider,.k-splitbar,.k-treeview{-webkit-touch-callout:none}.k-list-scroller{position:relative;overflow:auto}.k-popup.k-calendar-container,.k-popup.k-list-container{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:2px;border-width:1px;border-style:solid}.k-autocomplete.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-list-container.k-state-border-down,.k-numeric-wrap.k-state-border-down,.k-picker-wrap.k-state-border-down{border-bottom-width:0;padding-bottom:1px}.k-list-container .km-scroll-container{padding-bottom:6px}.k-autocomplete,.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap,.k-textbox{border-width:1px;border-style:solid;padding:0 1.9em 0 0}.k-numeric-wrap.k-expand-padding{padding-right:0}.k-autocomplete,.k-textbox{padding:0}.k-textbox.k-space-left{padding-left:1.9em}.k-textbox.k-space-right{padding-right:1.9em}.k-textbox .k-icon{top:50%;margin:-8px 0 0;position:absolute}.k-space-left .k-icon{left:3px}.k-space-right .k-icon{right:3px}span.k-textbox:after{content:"\a0";display:block;height:.4px;overflow:hidden}.k-autocomplete,.k-dropdown-wrap.k-state-focused,.k-dropdown-wrap.k-state-hover,.k-numeric-wrap.k-state-focused,.k-numeric-wrap.k-state-hover,.k-picker-wrap.k-state-focused,.k-picker-wrap.k-state-hover{-webkit-transition:-webkit-box-shadow .15s ease-out;transition:-webkit-box-shadow .15s ease-out;transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;-webkit-transition:"box-shadow .15s ease-out";transition:"box-shadow .15s ease-out"}.k-combobox .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-textbox>input{width:100%;vertical-align:top}.k-dropdown-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-selectbox .k-input{font-family:inherit;border-width:0;outline:0}.k-dropdown .k-input,.k-selectbox .k-input{background:0 0}.k-dropdown-wrap .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{position:absolute;top:0;right:0;display:inline-block;vertical-align:top;text-decoration:none}.k-combobox .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{border-style:solid;border-width:0 0 0 1px;border-color:inherit}span.k-datetimepicker .k-select,span.k-datetimepicker .k-select+.k-select{right:0}.k-autocomplete .k-input,.k-textbox>input{display:block}.k-dropdown .k-select,.k-selectbox .k-select{overflow:hidden;border:0;text-decoration:none;font:inherit;color:inherit}.k-dropdown .k-input,.k-selectbox .k-input{display:block;overflow:hidden;text-overflow:ellipsis}.k-autocomplete .k-input,.k-dropdown-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-selectbox .k-input,.k-textbox>input{height:2.214em;line-height:2.214em;padding:.177em 0;text-indent:.8em;border:0;margin:0}.k-combobox .k-dropdown-wrap:before,.k-numeric-wrap:before,.k-picker-wrap:before{content:"\a0";display:inline-block;width:0;height:2.214em;padding-bottom:.3em}.k-combobox-clearable .k-input{padding-right:1.9em;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;height:2.568em}.k-webkit .k-combobox .k-dropdown-wrap:before,.k-webkit .k-numeric-wrap:before,.k-webkit .k-picker-wrap:before{padding-bottom:.38em}.km.root .k-combobox .k-dropdown-wrap:before,.km.root .k-numeric-wrap:before,.km.root .k-picker-wrap:before{content:none}.k-combobox .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input{display:inline}.k-dropdown-wrap .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{min-height:2.214em;line-height:2.564em;vertical-align:middle;-moz-box-sizing:border-box;text-align:center;width:1.9em;height:100%}.k-numeric-wrap .k-select{padding:0}body .k-datetimepicker .k-select{border-radius:0}.k-combobox .k-select,.k-dropdown,.k-selectbox .k-icon{cursor:pointer}.k-popup{border-style:solid;border-width:1px}.k-list-optionlabel,.k-popup .k-item{cursor:default}.k-popup .k-calendar{border:0}.k-list{height:auto}.k-nodata{min-height:138px;width:100%;display:table;text-transform:uppercase;font-size:.85em;font-weight:lighter}.k-nodata>div{display:table-cell;text-align:center;vertical-align:middle;padding:11px}.k-fieldselector .k-list .k-item,.k-item.k-drag-clue,.k-list-optionlabel,.k-listbox .k-item,.k-popup .k-list .k-item,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{padding:1px 5px 1px 5px;line-height:1.8em;min-height:1.8em}.k-listbox .k-item,.k-popup .k-list .k-item{border-width:1px;border-style:solid;border-color:transparent;padding:0 4px}.k-popup .k-list .k-item>.k-group{top:-1px}.k-group-header+div>.k-list>.k-item.k-first:before{content:" ";display:block;border-top-width:1px;border-top-style:solid;position:absolute;top:-1px;left:0;right:0}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{padding-right:22px}.k-overflow-container .k-item{padding:1px}.k-overflow-container .k-button.k-state-disabled,.k-overflow-container .k-button.k-state-disabled:hover,.k-overflow-container>.k-state-disabled .k-button{border:0;background:0 0}.k-fieldselector .k-list .k-item,.k-list-optionlabel.k-state-focused,.k-list-optionlabel.k-state-selected,.k-listbox .k-item,.k-overflow-container .k-state-focused,.k-overflow-container .k-state-hover,.k-overflow-container .k-state-selected,.k-popup .k-list .k-state-focused,.k-popup .k-list .k-state-hover,.k-popup .k-list .k-state-selected{padding:0 4px;border-width:1px;border-style:solid}.k-list-filter{position:relative;margin-bottom:2px}.k-list-filter>.k-textbox{padding-right:20px;width:100%}.k-list-filter>.k-icon{position:absolute;right:6px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.km-root .k-list-filter>.k-textbox{padding-left:0;padding-right:0;border-left-width:0;border-right-width:0}.k-multiselect-wrap{position:relative;border-width:0;border-style:solid;border-radius:4px;border-color:#c5c5c5;background-color:#fff;min-height:2.04em;padding-right:22px}.k-multiselect-wrap .k-input{background-color:transparent;height:1.31em;line-height:1.31em;padding:.18em 0;text-indent:.8em;border:0;margin:1px 0 0;float:left}.k-multiselect-wrap .k-input::-ms-clear{display:none}.k-multiselect-wrap li{margin:1px 0 1px 1px;padding:.1em 1.6em .1em .4em;line-height:2.064em;float:left;position:relative}.k-autocomplete .k-i-loading,.k-multiselect .k-i-loading{position:absolute;right:3px;bottom:4px}.k-multiselect-wrap .k-select{position:absolute;top:0;bottom:0;right:0;padding:.03em .2em}.k-datetimepicker .k-picker-wrap{padding-right:3.8em}.k-datetimepicker .k-select{width:3.8em}.k-datetimepicker .k-select .k-link-date{margin-left:-.285em}.k-datetimepicker .k-select .k-link-time{margin-right:-.285em;margin-left:.428em}.k-datetimepicker .k-picker-wrap .k-icon{margin:0 2px}.k-picker-wrap .k-icon{cursor:pointer}.k-button,.k-datepicker,.k-datetimepicker,.k-textbox,.k-timepicker{display:inline-block;vertical-align:middle}.k-picker-wrap .k-input{margin:0}.k-time-popup .k-item{padding:1px 3px}.k-input{padding:.25em 0}.k-input,.k-textbox>input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-textbox{outline:0}input.k-textbox,textarea.k-textbox{padding:2px .3em}input.k-textbox{height:2.694em;text-indent:.8em;line-height:1.6em}.k-ie input.k-textbox{text-indent:.4em}.k-ff input.k-textbox{height:2.17em}textarea.k-textbox{height:auto}span.k-numerictextbox{background-color:transparent}.k-numerictextbox .k-input{margin:0}.k-numerictextbox .k-link{display:block;height:1em;line-height:1em;vertical-align:middle;border-width:0;padding:0;overflow:hidden}.k-numerictextbox .k-icon{display:block;margin:auto;height:100%}.k-numerictextbox .k-i-arrow-60-up{top:2px}.k-numerictextbox .k-i-arrow-60-down{bottom:2px}.k-numeric-wrap .k-input::-webkit-inner-spin-button{-webkit-appearance:none}.k-colorpicker .k-picker-wrap{line-height:2em}.k-colorpicker .k-selected-color{vertical-align:top;display:inline-block;height:2em;width:2em}.k-colorpicker .k-selected-color .k-i-line{font-size:2em;color:#ff525e;display:inline-block;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:FlipH}.k-colorpicker .k-selected-color .k-i-line:before{content:"\e510"}.k-colorpicker .k-tool-icon{position:relative;top:-2px;display:inline-block;padding:3px 3px 2px;margin-right:3px;margin-left:2px;margin-bottom:3px;background-repeat:no-repeat;vertical-align:middle;width:16px;height:16px;-ms-high-contrast-adjust:none}.k-colorpicker .k-tool-icon .k-selected-color{display:block;height:3px;width:16px;position:absolute;left:3px;bottom:-3px;border-radius:0!important}.k-colorpicker .k-select{cursor:pointer}.k-colorpicker .k-picker-wrap .k-icon{overflow:visible}.k-disabled-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;opacity:.5;filter:alpha(opacity=50)}.k-colorpalette{position:relative;line-height:0;border-width:0;display:inline-block}.k-colorpalette .k-palette{border-collapse:collapse;position:relative;width:100%;height:100%}.k-colorpalette .k-item{width:14px;height:14px;overflow:hidden;-ms-high-contrast-adjust:none}.k-colorpalette .k-item.k-state-selected,.k-colorpalette .k-item.k-state-selected:hover{z-index:100;background:0 0;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.45);box-shadow:0 1px 3px 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.45);position:relative}.k-colorpalette .k-item:hover{z-index:101;position:relative;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.3);box-shadow:0 1px 3px 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.3)}.k-flatcolorpicker{position:relative;display:inline-block;width:265px;padding-bottom:5px}div.k-flatcolorpicker{background-color:transparent;background-image:none}.k-flatcolorpicker .k-selected-color{background-image:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/textures/transtexture.png);background-position:50% 50%;text-align:right}.k-flatcolorpicker .k-selected-color input.k-color-value{font-family:Consolas,"Ubuntu Mono","Lucida Console","Courier New",monospace;padding:.75em .1em .65em .65em;border:0;margin:0;width:82%}.k-flatcolorpicker .k-selected-color .k-color-input{background-color:#fff;display:inline-block;width:84%;text-align:left}.k-flatcolorpicker .k-selected-color .k-clear-color{padding:.4em;line-height:0}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before{color:#000;opacity:.8}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active,.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover{opacity:1}.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active{color:inherit}.k-flatcolorpicker .k-clear-color-container .k-clear-color:active{color:#000;opacity:1}.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color,.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color{background-image:none}.k-flatcolorpicker .k-clear-color-container{text-align:left}.k-flatcolorpicker .k-hsv-rectangle{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pinch-zoom double-tap-zoom}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle{cursor:pointer;position:absolute;z-index:10;left:50%;top:50%;width:8px;height:8px;border:1px solid #eee;margin-left:-5px;margin-top:-5px;border-radius:6px;-webkit-box-shadow:0 1px 2px #444;box-shadow:0 1px 2px #444;background:0 0}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus,.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover{background:0 0;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000}.k-flatcolorpicker .k-hsv-rectangle.k-dragging,.k-flatcolorpicker .k-hsv-rectangle.k-dragging *{cursor:none}.k-flatcolorpicker .k-slider-horizontal{height:20px;width:90%;margin:0 5%}.k-flatcolorpicker .k-slider-horizontal .k-slider-track{-webkit-box-shadow:0 1px 0 #fff,0 -1px 0 #999;box-shadow:0 1px 0 #fff,0 -1px 0 #999}.k-flatcolorpicker .k-hue-slider,.k-flatcolorpicker .k-transparency-slider{display:block}.k-flatcolorpicker .k-hue-slider .k-slider-selection,.k-flatcolorpicker .k-transparency-slider .k-slider-selection{background:0 0}.k-flatcolorpicker .k-hue-slider .k-draghandle,.k-flatcolorpicker .k-transparency-slider .k-draghandle{background:0 0;border:3px solid #eee;margin-top:1px;height:8px;width:8px;-webkit-box-shadow:0 1px 4px #444;box-shadow:0 1px 4px #444}.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus,.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover{background:0 0;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000;border-width:2px;padding:1px}.k-flatcolorpicker .k-hue-slider .k-slider-track{background:-webkit-gradient(linear,left top,right top,from(red),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),to(#ff0004));background:-webkit-linear-gradient(left,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:linear-gradient(to right,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%)}.k-flatcolorpicker .k-transparency-slider .k-slider-track{background-image:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/textures/transparency.png);-webkit-background-size:100% auto;background-size:100% auto;background-position:100% 50%;background-repeat:no-repeat}.k-flatcolorpicker .k-controls{margin-top:10px;margin-bottom:5px;text-align:center;font-size:90%}.k-flatcolorpicker .k-controls .k-button{width:6em}.k-flatcolorpicker .k-hsv-gradient{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000)),-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);height:180px;margin-bottom:5px}.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie9 .k-flatcolorpicker .k-hsv-gradient{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/textures/hue.png) repeat 0 50%}.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track{background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/textures/transparency.png) repeat 0 50%}.k-ie8 .k-flatcolorpicker .k-hsv-gradient{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0)}.k-rtl .k-multiselect-wrap{padding-right:0;padding-left:22px}.k-maskedtextbox{position:relative;display:inline-block;background-color:transparent;border-width:0}.k-maskedtextbox ::-ms-clear{display:none;width:0;height:0}.k-maskedtextbox .k-i-warning{display:none;position:absolute;width:1.9em;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-maskedtextbox.k-state-invalid .k-i-warning{display:inline-block}.k-dateinput{position:relative;display:inline-block;border-width:0}.k-dateinput.k-widget{background-color:transparent}.k-dateinput ::-ms-clear{display:none;width:0;height:0}.k-dateinput .k-i-warning{display:none;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);overflow:visible}.k-dateinput.k-state-invalid .k-i-warning{display:inline-block}.k-datepicker .k-picker-wrap .k-i-warning{display:none;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);overflow:visible}.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning{display:inline-block}.k-listbox{-webkit-box-sizing:border-box;box-sizing:border-box;height:200px}.k-listbox.k-widget{background-color:transparent}.k-listbox .k-list-scroller{height:100%;overflow:auto;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}.k-listbox .k-list-scroller li{cursor:default;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.k-listbox .k-listbox-toolbar{-webkit-box-sizing:border-box;box-sizing:border-box}.k-listbox.k-listbox-toolbar-top{padding:15px 0 1.42857143em}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar{margin-top:-15px;margin-bottom:5px}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li+li{margin-left:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar{float:left;margin-right:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li+li{margin-top:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar{float:right;margin-left:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child){margin-bottom:5px}.k-listbox.k-listbox-toolbar-bottom{padding:15px 0 1.45em}.k-listbox.k-listbox-toolbar-bottom .k-list-scroller{margin-top:-15px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar{margin-top:5px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li+li{margin-left:5px}.k-listbox .k-ghost{opacity:.5}table.k-editor{width:100%;height:250px;table-layout:fixed;border-style:solid;border-width:1px;border-collapse:separate;border-spacing:4px;font-size:100%;vertical-align:top;position:relative}.k-editor-inline{border-width:2px;padding:.3em .5em;word-wrap:break-word;overflow:auto;position:relative}.k-editortoolbar-dragHandle{cursor:move;padding-left:0;padding-right:3px;-webkit-box-shadow:none!important;box-shadow:none!important}.k-editor-widget>.k-window-content{overflow:hidden}.k-editor .k-editor-toolbar-wrap{border:0;padding:0}.k-editor-toolbar{margin:0;padding:.1em 0;list-style-type:none;line-height:1.3em;cursor:default;word-wrap:break-word}.k-editor-toolbar li{display:inline-block;vertical-align:middle}.k-edge .k-editor-toolbar,.k-ff .k-editor-toolbar,.k-ie9 .k-editor-toolbar,.k-webkit .k-editor-toolbar{padding:0}.k-edge .k-editor-toolbar li,.k-ff .k-editor-toolbar li,.k-ie10 .k-editor-toolbar li,.k-ie9 .k-editor-toolbar li,.k-safari .k-editor-toolbar li,.k-webkit .k-editor-toolbar li{display:inline-block;padding:.1em 0}.k-editor-toolbar .k-editor-widget,.k-editor-toolbar>li{margin-right:6px}.k-group-start.k-group-end .k-editor-widget{margin-right:0}.k-editor-toolbar .k-editor-dropdown{position:relative}.k-select-overlay{-webkit-appearance:none;opacity:0;z-index:11000;top:0;left:0;position:absolute;height:26px;width:100%;margin:-4px 0 0}.k-editor-toolbar .k-separator{position:relative;top:1px;border-style:solid;border-width:0 1px 0 0;margin:0 .3em 0 .1em;padding:0 0 0 1px;font-size:1.3em}.k-editor-toolbar .k-break{display:block;height:1px;font-size:0;line-height:0}.k-editor-toolbar .k-colorpicker,.k-editor-toolbar .k-combobox,.k-editor-toolbar .k-dropdown,.k-editor-toolbar .k-selectbox{vertical-align:middle}.k-button-group{white-space:nowrap}.k-button-group .k-tool{display:inline-block;vertical-align:middle;margin:1px 0;width:36px;height:36px;line-height:36px}.k-button-group .k-tool-icon{width:24px;height:24px;vertical-align:middle;-ms-high-contrast-adjust:none}.k-editor-toolbar .k-tool-icon.k-icon{top:auto;font-size:16px}.k-fontName{width:110px}.k-fontSize{width:124px}.k-formatBlock{width:147px}.k-editortoolbar-dragHandle{float:left;margin:1px 0 0}.k-editor-toolbar .k-button-group{padding:1px}.k-editor .k-editor-toolbar .k-row-break{display:block;height:0;font-size:0;line-height:0}.k-editor-toolbar .k-i-login{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-button-group .k-tool{border-style:solid;border-width:1px;margin-right:-1px}.k-button-group .k-tool.k-state-hover,.k-button-group .k-tool:focus{position:relative;z-index:1}.k-rtl .k-button-group .k-tool{border-style:solid;border-width:1px}.k-button-group .k-tool.k-group-end{border-right-width:1px}.k-rtl .k-button-group .k-tool.k-group-end{border-left-width:1px}.k-button-group .k-state-disabled{display:none}.k-button-group .k-state-active,.k-button-group .k-state-hover{vertical-align:middle}.k-button-group .k-state-disabled{filter:alpha(opacity=30);opacity:.3}.k-editor .k-editable-area{width:100%;height:100%;border-style:solid;border-width:1px;outline:0}.k-editor .k-content{display:block;width:100%;height:100%;border:0;margin:0;padding:0;background:#fff}.k-editor .k-tool{outline:0}.k-editor iframe.k-content{display:inline;vertical-align:top}.k-editor .k-raw-content{border:0;margin:0;padding:0}.k-editor .k-raw-content,.k-editor-dialog .k-editor-textarea{font-size:inherit;font-family:consolas,"courier new",monospace}.k-editor-dialog{padding:1em;width:400px}.k-editor-dialog .k-edit-label{width:25%}.k-editor-dialog .k-edit-field{width:66%}.k-editor-dialog .k-edit-field .k-textbox{width:96%}.k-viewhtml-dialog{width:auto}.k-filebrowser-dialog{width:auto;min-width:350px}.k-filebrowser-dialog .k-filebrowser{margin:0 1em 0}.k-filebrowser-dialog .k-edit-label{width:18%}.k-filebrowser-dialog .k-edit-field{width:75%}.k-filebrowser-dialog .k-edit-field .k-textbox{width:70%}#k-editor-image-height,#k-editor-image-width{width:5em}.k-editor-dialog .k-button{display:inline-block}.k-editor-dialog .k-editor-textarea{width:600px;height:350px;padding:.2em .2em .2em .4em;border-width:1px;border-style:solid;overflow:auto}.k-button-wrapper .k-link:hover{text-decoration:underline}.k-ct-popup{width:180.4px;padding:.65em .5em .5em}.k-ct-popup .k-status{margin:.3em 0}.k-ct-cell{border-width:1px;border-style:solid;width:18px;height:18px;margin:1px;vertical-align:top;display:inline-block;overflow:hidden;-ms-high-contrast-adjust:none}.k-editor .k-resize-handle{position:absolute;padding:5px;right:0;bottom:0}.k-editor .k-overlay{position:absolute;background-color:#fff;opacity:0}.k-toolbar-resizable{min-height:2.4375em;position:relative}.k-overflow-tools{position:absolute;right:0;top:0}.k-editor-overflow-popup .k-tool{width:auto;height:auto;display:block;text-align:left;text-decoration:initial;border:0;padding-right:.5em;margin:0;padding:0 6px}.k-editor-overflow-popup .k-tool.k-state-disabled{display:none}.k-editor-toolbar .k-tool-text{display:none}.k-editor-inline .k-table-resize-handle-wrapper{position:absolute;width:5px;height:5px;background-color:#fff;border:1px solid #000;z-index:100}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle{width:100%;height:100%}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east{cursor:e-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north{cursor:n-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast{cursor:ne-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest{cursor:nw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south{cursor:s-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast{cursor:se-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest{cursor:sw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west{cursor:w-resize}.k-editor-inline .k-column-resize-handle-wrapper{position:absolute;height:10px;width:10px;cursor:col-resize;z-index:2}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle{width:100%;height:100%}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker{width:2px;height:100%;margin:0 auto;background-color:#00b0ff;display:none;opacity:.8}.k-table.k-table-resizing{opacity:.6}.k-editor-inline .k-row-resize-handle-wrapper{position:absolute;z-index:2;cursor:row-resize;width:10px;height:10px}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle{display:table;width:100%;height:100%}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper{display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker{display:none;margin:0;padding:0;width:100%;height:2px;background-color:#00b0ff;opacity:.8}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button{margin-right:.5em}.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content{overflow:hidden;min-width:325px;width:24em;padding:1em 0}.k-editor-dialog .k-edit-form-container{width:auto}.k-editor-dialog .k-tabstrip{margin:-1.333em 0 0}.k-editor-dialog .k-root-tabs{margin:-1em -1em -1.5em;padding:.5em 1em 0;border-width:0}.k-editor-dialog ul.k-tabstrip-items{padding:.5em 1em 0;border-width:0 0 1px;border-style:solid}.k-editor-dialog ul.k-tabstrip-items .k-loading{border-top-width:0}.k-editor-dialog .k-tabstrip:focus{-webkit-box-shadow:none;box-shadow:none}.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content{overflow:hidden;min-height:440px;height:35em;margin:0;padding:1em .5em 0;border-width:0}.k-editor-dialog .k-edit-field .k-numerictextbox{width:10.6em;margin:0 .35714285em 0 0}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox+.k-dropdown{width:4em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown,.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox{width:15em}.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdown{width:5.35714285em}.k-editor-dialog textarea.k-textbox{height:14.28571428em}.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align{width:4em}.k-popup.k-list-container.k-align{padding:0;text-align:center}.k-align-group{vertical-align:text-top}.k-popup.k-align .k-list .k-item{display:inline-block;width:2.57142857em;height:2.57142857em;margin:0;padding:0;border:0;border-radius:0}.k-popup.k-align .k-list .k-icon{vertical-align:bottom;vertical-align:-webkit-baseline-middle}.k-popup.k-align .k-list .k-item:last-child{width:auto;display:block;border-width:1px 0 0;border-style:solid}.k-popup.k-align .k-list .k-item:before{width:2.57142857em;height:2.57142857em;line-height:2.57142857em}.k-animation-container .k-editor-toolbar{text-align:center;line-height:1.3em}.k-animation-container .k-editor-toolbar .k-tool{display:inline-block;height:24px;padding:0 .5em;text-decoration:none;font-size:.85em;color:inherit}.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert{width:24px;height:24px}.k-animation-container .k-editor-toolbar .k-tool-text{display:inline;vertical-align:sub;padding:0 0 0 .5em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons{padding:1em .8em;margin:.5em 0 0}.k-notification-wrap{padding:.6em .5em;cursor:default;position:relative;white-space:nowrap}.k-notification-button .k-notification-wrap{padding-right:20px}.k-notification-wrap>.k-i-information,.k-notification-wrap>.k-i-warning{vertical-align:text-bottom;margin-right:4px}.k-notification-wrap>.k-i-close{position:absolute;top:7px;right:4px;display:none}.k-notification-button .k-notification-wrap>.k-i-close{display:block}.k-progressbar{display:inline-block;position:relative;vertical-align:middle}.k-progressbar{border-radius:4px}.k-progressbar-horizontal{width:27em;height:1.9em}.k-progressbar-vertical{width:1.9em;height:27em}.k-progressbar>.k-state-selected{position:absolute;border-style:solid;border-width:1px;overflow:hidden}.k-progressbar-horizontal>.k-state-selected,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected{left:-1px;right:auto;top:-1px;height:100%;border-radius:4px 0 0 4px}.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected,.k-rtl .k-progressbar-horizontal>.k-state-selected{left:auto;right:-1px;border-radius:0 4px 4px 0}.k-progressbar-vertical>.k-state-selected{left:-1px;bottom:-1px;width:100%;border-radius:0 0 4px 4px}.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected{bottom:auto;top:-1px;border-radius:4px 4px 0 0}.k-progressbar>.k-state-selected.k-complete,.k-rtl .k-progressbar>.k-state-selected.k-complete{border-radius:4px}.k-progressbar>.k-reset{list-style:none;margin:0;padding:0;position:absolute;left:-1px;top:-1px;width:100%;height:100%;border-radius:4px;white-space:nowrap}.k-progressbar-horizontal .k-item{display:inline-block;height:100%;border-style:solid;margin-left:-1px}.k-progressbar-horizontal .k-item.k-first{margin-left:0}.k-progressbar-horizontal .k-item.k-last{border-right-width:0}.k-progressbar-horizontal .k-item,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal.k-progressbar-reverse .k-item,.k-rtl .k-progressbar-horizontal .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal .k-first,.k-rtl .k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last{border-top-left-radius:4px;border-bottom-left-radius:4px;border-left-width:1px}.k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-progressbar-horizontal.k-progressbar-reverse .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-right-width:1px}.k-progressbar-horizontal .k-last.k-state-selected{border-right-width:1px}.k-progressbar-vertical .k-item{width:100%;border-style:solid;border-width:1px 1px 0 1px;margin-top:-1px}.k-progressbar-vertical .k-item.k-first{margin-top:0}.k-progressbar-vertical li.k-item.k-last{border-bottom-width:0}.k-progressbar-vertical .k-first{border-top-left-radius:4px;border-top-right-radius:4px}.k-progressbar-vertical .k-last{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom-width:1px}.k-progressbar-vertical.k-progressbar-reverse .k-item{border-width:0 1px 1px 1px}.k-progressbar-vertical.k-progressbar-reverse .k-first{border-top-width:1px}.k-progress-status-wrap{position:absolute;top:-1px;border:1px solid transparent;line-height:2em;width:100%;height:100%}.k-progress-status-wrap,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap{left:-1px;right:auto;text-align:right}.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,.k-rtl .k-progressbar-horizontal .k-progress-status-wrap{left:auto;right:-1px;text-align:left}.k-progressbar-vertical .k-progress-status-wrap{top:auto;bottom:-1px}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap{bottom:auto;top:-1px}.k-progress-status{display:inline-block;padding:0 .5em;min-width:10px;white-space:nowrap}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{position:absolute;bottom:0;left:0}.k-progressbar-vertical .k-progress-status{-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{-webkit-transform:rotate(90deg) translateX(-100%);-ms-transform:rotate(90deg) translateX(-100%);transform:rotate(90deg) translateX(-100%);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.k-ie8 .k-progressbar-vertical .k-progress-status{-webkit-writing-mode:bt-lr;-ms-writing-mode:bt-lr;writing-mode:bt-lr;padding:.5em 0}div.k-slider{position:relative;border-width:0;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-slider-vertical{width:26px;height:200px}.k-slider-horizontal{display:inline-block;width:200px;height:26px}.k-slider-wrap{width:100%;height:100%}.k-grid .k-slider .k-button,.k-slider .k-button{position:absolute;top:0;width:24px;min-width:0;height:24px;margin:0;padding:0;outline:0}.k-slider .k-button .k-icon{margin-top:3px;vertical-align:top}.k-state-disabled .k-slider-wrap{filter:alpha(opacity=60);opacity:.6}.k-state-disabled .k-slider-wrap .k-slider-items{color:#333}.k-slider .k-button-decrease{left:0}.k-grid .k-slider-vertical .k-button-decrease,.k-slider-vertical .k-button-decrease{top:auto;bottom:0}.k-slider .k-button-increase{right:0}.k-slider .k-icon,.k-slider .k-tick,.k-slider-track{cursor:pointer}.k-slider-selection,.k-slider-track{position:absolute;margin:0;padding:0}.k-slider-horizontal .k-slider-selection,.k-slider-horizontal .k-slider-track{top:50%;left:0;height:8px;margin-top:-4px;background-repeat:repeat-x}.k-slider-horizontal .k-slider-buttons .k-slider-track{left:34px}.k-slider-vertical .k-slider-selection,.k-slider-vertical .k-slider-track{left:50%;bottom:0;width:8px;margin-left:-4px;background-repeat:repeat-y}.k-slider-vertical .k-slider-buttons .k-slider-track{bottom:34px}.k-draghandle{position:absolute;background-repeat:no-repeat;background-color:transparent;text-indent:-3333px;overflow:hidden;text-decoration:none;text-align:center;outline:0}.k-slider-horizontal .k-draghandle{top:-4px;width:13px;height:14px}.k-slider-vertical .k-draghandle{left:-4px;width:14px;height:13px}.k-slider-buttons .k-slider-items{margin-left:34px}.k-slider-horizontal .k-slider-items{height:100%}.k-slider-vertical .k-slider-items{padding-top:1px}.k-slider-vertical .k-slider-buttons .k-slider-items{padding-top:0}.k-slider-vertical .k-slider-buttons .k-slider-items{margin:0;padding-top:35px}.k-slider .k-tick{position:relative;margin:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-slider-horizontal .k-tick{float:left;height:100%;text-align:center}.k-slider-horizontal .k-tick{background-position:center -92px}.k-slider-horizontal .k-slider-topleft .k-tick{background-position:center -122px}.k-slider-horizontal .k-slider-bottomright .k-tick{background-position:center -152px}.k-slider-horizontal .k-tick-large{background-position:center -2px}.k-slider-horizontal .k-slider-topleft .k-tick-large{background-position:center -32px}.k-slider-horizontal .k-slider-bottomright .k-tick-large{background-position:center -62px}.k-slider-vertical .k-tick{background-position:-92px center}.k-slider-vertical .k-slider-topleft .k-tick{background-position:-122px center}.k-slider-vertical .k-slider-bottomright .k-tick{background-position:-152px center}.k-slider-vertical .k-tick-large{background-position:-2px center}.k-slider-vertical .k-slider-topleft .k-tick-large{background-position:-32px center}.k-slider-vertical .k-slider-bottomright .k-tick-large{background-position:-62px center}.k-slider-horizontal .k-first{background-position:0 -92px}.k-slider-horizontal .k-tick-large.k-first{background-position:0 -2px}.k-slider-horizontal .k-slider-topleft .k-first{background-position:0 -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first{background-position:0 -32px}.k-slider-horizontal .k-slider-bottomright .k-first{background-position:0 -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first{background-position:0 -62px}.k-slider-horizontal .k-last{background-position:100% -92px}.k-slider-horizontal .k-tick-large.k-last{background-position:100% -2px}.k-slider-horizontal .k-slider-topleft .k-last{background-position:100% -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last{background-position:100% -32px}.k-slider-horizontal .k-slider-bottomright .k-last{background-position:100% -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last{background-position:100% -62px}.k-slider-vertical .k-first{background-position:-92px 100%}.k-slider-vertical .k-tick-large.k-first{background-position:-2px 100%}.k-slider-vertical .k-slider-topleft .k-first{background-position:-122px 100%}.k-slider-vertical .k-slider-topleft .k-tick-large.k-first{background-position:-32px 100%}.k-slider-vertical .k-slider-bottomright .k-first{background-position:-152px 100%}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first{background-position:-62px 100%}.k-slider-vertical .k-last{background-position:-92px 0}.k-slider-vertical .k-tick-large.k-last{background-position:-2px 0}.k-slider-vertical .k-slider-topleft .k-last{background-position:-122px 0}.k-slider-vertical .k-slider-topleft .k-tick-large.k-last{background-position:-32px 0}.k-slider-vertical .k-slider-bottomright .k-last{background-position:-152px 0}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last{background-position:-62px 0}.k-slider-vertical .k-tick{text-align:right}.k-slider-vertical .k-slider-topleft .k-tick{text-align:left}.k-slider .k-label{position:absolute;white-space:nowrap;font-size:.92em}.k-slider-horizontal .k-label{left:0;width:100%;line-height:1}.k-slider-horizontal .k-first .k-label{left:-50%}.k-slider-horizontal .k-last .k-label{left:auto;right:-50%}.k-slider-horizontal .k-label{bottom:-1.2em}.k-slider-horizontal .k-slider-topleft .k-label{top:-1.2em}.k-slider-vertical .k-label{left:120%;display:block;text-align:left}.k-slider-vertical .k-last .k-label{top:-.5em}.k-slider-vertical .k-first .k-label{bottom:-.5em}.k-slider-vertical .k-slider-topleft .k-label{left:auto;right:120%}.k-slider-tooltip{top:-4444px}.k-scheduler-footer,.k-scheduler-toolbar{border-style:solid}.k-scheduler-footer,.k-scheduler-toolbar{line-height:28px;padding:6px}.k-scheduler-toolbar{position:relative;border-width:0 0 1px}.k-edit-field.k-scheduler-toolbar{border-width:0;padding-top:0;padding-left:0;padding-right:0}.k-scheduler-header{text-align:center}.k-scheduler-footer{border-width:1px 0 0}.k-scheduler-toolbar>ul{float:right}.k-scheduler-toolbar>ul:first-child{float:left}.k-scheduler-toolbar>.k-scheduler-tools{float:left;margin-bottom:.5em}.k-scheduler-tools+.k-scheduler-navigation{float:left;clear:left}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-scheduler .k-scheduler-toolbar .k-nav-current,.k-scheduler .k-scheduler-toolbar .k-scheduler-tools>li{border-width:0}.k-scheduler-toolbar>ul.k-scheduler-views>li:first-child+li,.k-scheduler-toolbar>ul>li:first-child{border-left-width:1px}.k-scheduler div.k-scheduler-footer ul li{margin-right:.6em;border-width:1px}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar .k-nav-prev .k-link{padding-left:.6em;padding-right:.6em}.k-scheduler-toolbar .k-nav-current .k-link{padding:0}.k-scheduler-toolbar .k-nav-current{margin:0 1.1em}.k-scheduler .k-nav-current>.k-state-active,.k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current{background:0 0}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation{width:100%;text-align:center}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation>li{background:0 0;border:0}.k-scheduler-phone .k-toolbar .k-nav-next{float:right}.k-scheduler-phone .k-toolbar .k-nav-prev{float:left}.k-scheduler-footer .k-icon,.k-scheduler-toolbar .k-i-calendar{margin:-2px 6px 0 0}.k-scheduler-header,.k-scheduler-header-wrap{overflow:hidden}.k-scheduler-header-wrap{position:relative;border-style:solid;border-width:0}.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap{border-right-width:1px}.k-scheduler-content,.k-scheduler-times{position:relative}.k-scheduler-times{overflow:hidden;border-style:solid;border-width:0}.k-scheduler-content{overflow:auto}.k-scheduler-layout,.k-scheduler-table{border-spacing:0;width:100%;margin:0;border-collapse:separate}.k-scheduler-layout>tbody>tr>td{padding:0;vertical-align:top}.k-safari .k-scheduler-layout>tbody>tr>td+td{width:100%}.k-scheduler-table{table-layout:fixed;max-width:none}.k-scheduler-times .k-scheduler-table{table-layout:auto}.k-scheduler-monthview .k-scheduler-content .k-scheduler-table{height:100%}.k-scheduler-table td,.k-scheduler-table th{height:1.5em;padding:.334em .5em;font-size:100%}.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-table th{-webkit-box-sizing:content-box;box-sizing:content-box}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-hidden>div{width:0!important;overflow:hidden!important}.k-scheduler-monthview .k-hidden{padding-left:0!important;padding-right:0!important;border-right-width:0!important}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times{margin-right:1px}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times .k-hidden{height:auto}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-scheduler-table td{height:80px;text-align:right}.k-scheduler-phone .k-scheduler-monthview .k-hidden,.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td{height:40px}.k-scheduler-table td,.k-slot-cell{vertical-align:top}.k-scheduler-layout tr+tr .k-scheduler-times th:last-child{vertical-align:top}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td{text-align:center;vertical-align:middle}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span{font-size:1.5em}.k-scheduler-header th{overflow:hidden;text-overflow:ellipsis}.k-scheduler-header th,.k-scheduler-table td{border-style:solid;border-width:0 0 1px 1px}.k-scheduler-header th:first-child,.k-scheduler-table td:first-child{border-left-width:0}.k-scheduler-agendaview .k-scheduler-table td:first-child{border-left-width:1px}.k-scheduler-agendaview .k-scheduler-table td.k-first{border-left-width:0}.k-scheduler-layout tr+tr .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child>th,.k-scheduler-table>tbody>tr>.k-last{border-bottom-width:0}.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table>tbody>tr>td.k-last,.k-scrollbar-h .k-scheduler-content .k-scheduler-table>tbody>tr:last-child>td,.k-scrollbar-h tr+tr .k-scheduler-times{border-bottom-width:1px}.k-scheduler-times th{text-align:right;padding-right:.6em;border-style:solid;border-width:0 1px 1px 0;border-color:transparent;white-space:nowrap}.k-scheduler-layout tr+tr .k-scheduler-times th{border-bottom-color:transparent}.k-scheduler-layout tr+tr .k-scheduler-times th.k-scheduler-times-all-day,.k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell{border-bottom-color:inherit}.k-scheduler .k-middle-row td{border-bottom-style:dotted}.k-scheduler-now-arrow,.k-scheduler-now-line{position:absolute}.k-scheduler-now-arrow{width:0;height:0;border:solid 5px transparent;left:0}.k-scheduler-now-line{left:5px;right:0;height:1px}.k-task{position:relative}div.k-more-events{text-align:center;font-size:18px;line-height:1.2;padding:0}.k-more-events>span{display:block;margin-top:-.6em}.k-event,.k-more-events{position:absolute;border-style:solid;border-width:1px;text-align:left;overflow:hidden}.k-event{cursor:default;min-height:1.3em}.k-event-drag-hint{filter:alpha(opacity=60);opacity:.6;cursor:-webkit-grabbing;cursor:-moz-grabbing}.k-scheduler-header .k-event{white-space:nowrap}.k-event-template{padding:.3em 1.4em .3em .6em}.k-event-time{display:none;padding-bottom:0;font-size:.9em}.k-event-drag-hint .k-event-time{display:block}.k-event-actions,.k-event>.k-link,.k-task>.k-link{position:absolute;top:3px;right:4px;white-space:nowrap}.k-event-actions{z-index:1}.k-scheduler-agendaview .k-task>.k-link{top:0;right:0}.k-event-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-event-actions:first-child{margin-top:3px}.k-event-actions:first-child>.k-link{display:inline-block}.k-event-delete{display:none}.k-event:hover .k-event-delete,tr:hover>td>.k-task .k-event-delete{display:inline-block}.k-event .k-event-bottom-actions,.k-event .k-event-top-actions{position:absolute;top:0;left:0;width:100%;text-align:center}.k-event .k-event-bottom-actions{top:auto;bottom:0}.k-event .k-resize-handle,.k-scheduler-mobile .k-event:hover .k-resize-handle{position:absolute;visibility:hidden;z-index:2}.k-event-active .k-resize-handle,.k-event:hover .k-resize-handle,.k-scheduler-mobile .k-event-active:hover .k-resize-handle{visibility:visible}.k-event .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-scheduler-mobile .k-event .k-resize-handle:after{-webkit-filter:none;filter:none;opacity:1}.k-event>.k-resize-n{top:0;left:0;right:0;height:.4em}.k-event>.k-resize-s{bottom:0;left:0;right:0;height:.4em}.k-event>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-n:after,.k-event>.k-resize-s:after{top:1px;left:50%;margin-left:-1em;width:2em;height:1px}.k-event>.k-resize-s:after{top:auto;bottom:1px}.k-event>.k-resize-e:after,.k-event>.k-resize-w:after{left:1px;top:50%;margin-top:-.7em;height:1.4em;width:1px}.k-event>.k-resize-e:after{left:auto;right:1px}.k-scheduler-mobile .k-event>.k-resize-n,.k-scheduler-mobile .k-event>.k-resize-s{height:.6em}.k-scheduler-mobile .k-event>.k-resize-e,.k-scheduler-mobile .k-event>.k-resize-w{width:.6em}.k-scheduler-mobile .k-event>.k-resize-n:after,.k-scheduler-mobile .k-event>.k-resize-s:after{top:0;margin-left:-3em;width:4em;height:.6em}.k-scheduler-mobile .k-event>.k-resize-s:after{bottom:0}.k-scheduler-mobile .k-event>.k-resize-e:after,.k-scheduler-mobile .k-event>.k-resize-w:after{left:0;margin-top:-.7em;height:1.4em;width:.6em}.k-scheduler-mobile .k-event>.k-resize-e:after{right:0}.k-scheduler-mobile .k-event>.k-resize-n:after{border-radius:0 0 4px 4px}.k-scheduler-mobile .k-event>.k-resize-s:after{border-radius:4px 4px 0 0}.k-scheduler-mobile .k-event>.k-resize-w:after{border-radius:0 4px 4px 0}.k-scheduler-mobile .k-event>.k-resize-e:after{border-radius:4px 0 0 4px}.k-scheduler-phone .k-scheduler-monthview .k-events-container{position:absolute;text-align:center;height:6px;line-height:6px}.k-scheduler-phone .k-scheduler-monthview .k-event{position:static;display:inline-block;width:4px;height:4px;min-height:0;margin:1px}.k-scheduler-marquee{border-style:solid;border-width:0}.k-scheduler-marquee.k-first:before,.k-scheduler-marquee.k-last:after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:3px}div.k-scheduler-marquee:before{top:0;left:0;border-right-color:transparent;border-bottom-color:transparent}div.k-scheduler-marquee:after{bottom:0;right:0;border-top-color:transparent;border-left-color:transparent}.k-scheduler-marquee .k-label-top{position:absolute;top:.3em;left:.8em;font-size:.8em}.k-scheduler-marquee .k-label-bottom{position:absolute;bottom:.3em;right:.81em;font-size:.8em}.k-scheduler-quickedit .k-textbox{width:200px}.k-tooltip-bottom{text-align:left}.k-tooltip-bottom .k-button{float:left;margin-right:.3em}.k-tooltip-bottom .k-quickedit-details{float:right;margin-right:0}.k-scheduler-agendaview .k-scheduler-table td,.k-scheduler-agendaview .k-scheduler-table th{text-align:left}.k-scheduler-groupcolumn,.k-scheduler-times .k-slot-cell{width:6em}.k-scheduler-datecolumn{width:12em}.k-scheduler-timecolumn{width:11em}.k-scheduler-timecolumn>div{position:relative;vertical-align:top}.k-webkit .k-scheduler-timecolumn>div>.k-icon{vertical-align:top}.k-scheduler-timecolumn>div>.k-i-arrow-60-right{position:absolute;right:-4px}.k-scheduler-timecolumn .k-i-arrow-60-left{margin-left:-4px}.k-scheduler-mark{display:inline-block;width:1em;height:1em;vertical-align:middle;margin-right:.5em}.k-scheduler-agendaday{float:left;margin:0 .2em 0 0;font-size:3em;font-weight:400}.k-scheduler-agendaweek{display:block;margin:.4em 0 0;font-size:1.1em;font-style:normal}.k-scheduler-agendadate{font-size:.8em}.k-scheduler-timecolumn{white-space:nowrap}.k-scheduler-edit-form .k-edit-form-container,.k-scheduler-timezones .k-edit-form-container{width:520px}.k-scheduler-edit-form .k-edit-label{width:17%}.k-scheduler-edit-form .k-edit-field{width:77%}.k-scheduler-edit-form .k-textbox[name=title],.k-scheduler-edit-form textarea.k-textbox{width:100%}.k-scheduler-edit-form textarea.k-textbox{min-height:4em;resize:vertical}.k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker{margin-right:1em}.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons{clear:right;margin-right:2%;margin-left:2%;padding:0 0 .6em}.k-edit-box{float:left}.k-edit-box+.k-edit-box{float:right}.k-scheduler-edit-form label+input{margin-left:1em}.k-edit-field>ul.k-reset>li{margin:.2em 0 .4em;line-height:2.4}.k-edit-field>ul.k-reset.k-toolbar>li{margin:0}.k-edit-field>ul.k-reset .k-widget{margin-left:.8em}.k-edit-field span.k-recur-interval,.k-edit-field>ul.k-reset .k-numerictextbox{width:5em}.k-edit-field>ul.k-reset .k-datepicker,.k-edit-field>ul.k-reset .k-dropdown,div[name=recurrenceRule]>.k-dropdown{width:9em}.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete{float:left}.k-popup-message{margin:0;padding:1em 0 2em;text-align:center}.k-scheduler-timezones .k-dropdown:first-child{width:100%}.k-scheduler-timezones .k-dropdown+.k-dropdown{margin:.5em 0 .7em}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:none}.k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:none}.k-scheduler-refresh{float:right;padding:0 .5em}@media only screen and (max-width:1024px){.k-edge .k-scheduler-toolbar>ul.k-scheduler-views,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views{position:absolute;right:6px;top:6px;z-index:10000}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views{right:auto;left:6px}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view){display:none}.k-edge .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-ff .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-ie11 .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-safari .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-webkit .k-scheduler-toolbar li.k-nav-current .k-lg-date-format{display:none}.k-edge .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:inline}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:block;border-width:1px}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{text-align:left;padding-left:1em}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{padding-left:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:1.333em;height:1.333em}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){.k-edge .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ff .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ie11 .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-safari .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-webkit .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:none}.k-edge .k-scheduler-timecolumn,.k-ff .k-scheduler-timecolumn,.k-ie11 .k-scheduler-timecolumn,.k-safari .k-scheduler-timecolumn,.k-webkit .k-scheduler-timecolumn{width:5em}.k-edge .k-scheduler-datecolumn,.k-ff .k-scheduler-datecolumn,.k-ie11 .k-scheduler-datecolumn,.k-safari .k-scheduler-datecolumn,.k-webkit .k-scheduler-datecolumn{width:6em;overflow:hidden}.k-edge .k-scheduler-datecolumn>div,.k-edge .k-scheduler-timecolumn>div,.k-ff .k-scheduler-datecolumn>div,.k-ff .k-scheduler-timecolumn>div,.k-ie11 .k-scheduler-datecolumn>div,.k-ie11 .k-scheduler-timecolumn>div,.k-safari .k-scheduler-datecolumn>div,.k-safari .k-scheduler-timecolumn>div,.k-webkit .k-scheduler-datecolumn>div,.k-webkit .k-scheduler-timecolumn>div{white-space:normal}}.k-scheduler-pdf-export{overflow:hidden}.k-pdf-export-shadow .k-scheduler,.k-scheduler-pdf-export .k-scheduler-content,.k-scheduler-pdf-export .k-scheduler-times{height:auto!important;overflow:visible!important}.k-scheduler-pdf-export .k-scheduler-header{padding:0!important}.k-scheduler-pdf-export .k-scheduler-header-wrap{border-width:0!important}.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table,.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table{width:100%!important}.k-tooltip{position:absolute;z-index:12000;border-style:solid;border-width:0;padding:5px 5px 5px 6px;background-repeat:repeat-x;min-width:20px;text-align:center}.k-tooltip-button{text-align:right;height:0}.k-tooltip-content{height:100%}.k-tooltip-closable .k-tooltip-content{padding-right:20px}span.k-tooltip{position:static;display:inline-block;border-width:1px;padding:2px 5px 1px 6px}.k-invalid-msg{display:none}.k-callout{position:absolute;width:0;height:0;border-style:solid;border-width:6px;border-color:transparent;pointer-events:none}.k-callout-n{top:-12px;left:50%;pointer-events:none}.k-callout-w{top:50%;left:-12px;pointer-events:none}.k-callout-s{left:50%;bottom:-12px;pointer-events:none}.k-callout-e{top:50%;right:-12px;pointer-events:none}.k-slider-tooltip .k-callout-n,.k-slider-tooltip .k-callout-s{margin-left:-6px}.k-slider-tooltip .k-callout-e,.k-slider-tooltip .k-callout-w{margin-top:-6px}.k-tooltip-validation .k-i-warning{vertical-align:text-top;margin-right:3px}.k-tooltip-validation{z-index:9999}.k-toolbar{position:relative;display:block;vertical-align:middle;line-height:2.9em}.k-overflow-container .k-button .k-icon,.k-overflow-container .k-button .k-sprite,.k-toolbar .k-button .k-icon,.k-toolbar .k-button .k-sprite{vertical-align:middle;margin-top:-7px;margin-bottom:-5px}.k-toolbar .k-input{line-height:inherit;height:inherit;padding-top:2px;padding-bottom:2px}.k-toolbar .k-input:before{content:"\a0";display:inline-block;width:0}.k-ie .k-toolbar .k-input{height:1.65em}.k-toolbar .k-combobox .k-dropdown-wrap:before,.k-toolbar .k-numeric-wrap:before,.k-toolbar .k-picker-wrap:before{display:none}.k-overflow-container .k-sprite{margin-left:-4px}.k-toolbar-resizable{overflow:hidden;white-space:nowrap}.k-toolbar>.k-align-left{float:none}.k-toolbar>.k-align-right{float:right}.k-toolbar .k-button,.k-toolbar>*{display:inline-block;vertical-align:middle;line-height:1.72em}.k-toolbar .k-separator{border-width:0 0 0 1px;border-style:solid;width:1px;line-height:inherit}.k-toolbar .k-button-group{list-style-type:none}.k-toolbar .k-button-group>li{display:inline-block}.k-toolbar .k-button-group .k-button{margin:0 0 0 -1px;border-radius:0}.k-toolbar .k-button,.k-toolbar .k-button-group,.k-toolbar .k-separator,.k-toolbar .k-split-button,.k-toolbar .k-textbox,.k-toolbar .k-widget,.k-toolbar label{margin:0 .2em;line-height:1.72em;vertical-align:middle}.k-toolbar .k-split-button{padding-left:0}.k-toolbar .k-button-group .k-group-start,.k-toolbar .k-split-button .k-button{margin:0}.k-toolbar .k-split-button .k-split-button-arrow{margin:0 0 0 -1px}.k-toolbar .k-overflow-anchor{border-width:0 0 0 1px;border-style:solid;height:3em;width:3em;line-height:inherit;padding:0 .5em;margin:0;position:relative;float:right;border-radius:0}.k-overflow-container .k-item{float:none;border:0}.k-overflow-container .k-separator{border-width:0 0 1px;border-style:solid;height:1px;line-height:0;font-size:0;padding:0}.k-overflow-container .k-overflow-button,.k-split-container .k-button{text-align:left;display:block;background:0 0;border-color:transparent;white-space:nowrap}.k-split-container{margin-top:-1px}.k-overflow-container .k-button-group{padding:0}.k-overflow-container .k-button-group>li{display:block}.k-overflow-container .k-overflow-group{border-width:1px 0;border-style:solid;border-radius:0;padding:2px 0;margin:1px 0}.k-overflow-container .k-overflow-hidden{display:none}.k-overflow-container .k-overflow-group+.k-overflow-group,.k-overflow-container .k-separator+.k-overflow-group,.k-overflow-container .k-toolbar-first-visible{border-top:0;margin-top:0;padding-top:1px}.k-overflow-container .k-overflow-group+.k-separator{display:none}.k-overflow-container .k-toolbar-last-visible{border-bottom:0;margin-bottom:0;padding-bottom:1px}.k-splitter{position:relative;height:300px}.k-pane>.k-splitter{border-width:0;overflow:hidden}.k-splitter .k-pane{overflow:hidden}.k-splitter .k-scrollable{overflow:auto}.k-splitter .k-pane-loading{position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}.k-ghost-splitbar,.k-splitbar{position:absolute;border-style:solid;font-size:0;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-splitter .k-ghost-splitbar-horizontal,.k-splitter .k-splitbar-horizontal{top:0;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-ghost-splitbar-vertical,.k-splitbar-vertical{left:0;height:5px;border-width:1px 0;background-repeat:repeat-x}.k-splitbar-draggable-horizontal{cursor:w-resize}.k-splitbar-draggable-vertical{cursor:n-resize}.k-splitbar .k-resize-handle{display:none}.k-restricted-size-horizontal,.k-restricted-size-vertical{background-color:red}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;margin-top:-10px}.k-splitbar-horizontal .k-i-arrow-60-right{margin-left:-2px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right{margin-top:13px}.k-splitbar-horizontal .k-i-arrow-60-left{margin-left:-3px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left{margin-top:-28px}.k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px}.k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up{margin-left:-17px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down{margin-left:23px}.k-i-arrow-60-down,.k-i-arrow-60-left,.k-i-arrow-60-right,.k-i-arrow-60-up{cursor:pointer}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;width:7px;height:20px;margin-top:-10px}.k-splitbar-static-horizontal{width:1px}.k-splitbar-static-vertical{height:1px}.k-splitbar-vertical .k-icon{position:absolute;left:50%}.k-splitbar-draggable-horizontal .k-resize-handle,.k-splitbar-draggable-vertical .k-resize-handle{display:inline-block;border-radius:1px}.k-splitbar-draggable-horizontal .k-resize-handle{width:3px;height:16px;margin-left:1px}.k-splitbar-draggable-vertical .k-resize-handle{width:16px;height:3px;margin-top:1px}.k-splitbar .k-i-arrow-60-down,.k-splitbar .k-i-arrow-60-left,.k-splitbar .k-i-arrow-60-right,.k-splitbar .k-i-arrow-60-up{font-size:10px}.k-splitter-resizing{overflow:hidden}.k-rtl .k-splitbar-horizontal .k-resize-handle{margin-right:1px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right{margin-top:13px;margin-right:-3px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left{margin-top:-28px;margin-right:-2px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px;margin-left:-17px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px;margin-left:23px}html .k-upload{position:relative}.k-dropzone em,.k-upload-button{vertical-align:middle}.k-dropzone,.k-file{position:relative}.k-dropzone{border-style:solid;border-width:0;padding:.8em;background-color:transparent}.k-dropzone em{display:none;margin-left:.6em}.k-dropzone-active em{display:inline-block}.k-dropzone-active .k-upload-status{display:none}.k-upload-button{position:relative;overflow:hidden;direction:ltr}.k-upload .k-upload-button{min-width:7.167em;margin-right:1.6em}.k-ie8 .k-upload-button,.k-ie9 .k-upload-button,.k-upload-sync .k-upload-button{margin:.8em}.k-upload-button input{position:absolute;bottom:0;right:0;z-index:1;font:170px monospace!important;filter:alpha(opacity=0);opacity:0;margin:0;padding:0;cursor:pointer}.k-upload-files{line-height:2.66;border-style:solid;border-width:1px 0 0;padding-bottom:5px}.k-upload-files .k-button{padding:0}.k-upload-status .k-i-warning{display:none}.k-upload-status-total .k-icon{display:inline-block;margin-right:4px;vertical-align:text-bottom}.k-dropzone .k-upload-status-total{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-ie .k-dropzone .k-upload-status-total{-webkit-transform:none;-ms-transform:none;transform:none}.k-upload .k-clear-selected,.k-upload .k-upload-selected{display:inline-block;width:50%;margin:0;line-height:1em;padding:1.214em 0;border:0}.k-upload .k-upload-selected{border-left-width:1px;border-left-style:solid;margin-left:-1px}.k-upload .k-clear-selected{border-radius:0 0 0 4px}.k-upload .k-upload-selected{border-radius:0 0 4px 0}.k-upload-files~.k-clear-selected,.k-upload-files~.k-upload-selected{margin-top:-5px}.k-upload .k-fail{background-position:-161px -111px}.k-i-srefresh,.k-si-refresh{background-position:-160px -128px}.k-button:active .k-i-srefresh,.k-button:active .k-si-refresh,.k-button:not(.k-state-disabled):hover .k-i-srefresh,.k-button:not(.k-state-disabled):hover .k-si-refresh,.k-link:not(.k-state-disabled):hover>.k-i-srefresh,.k-link:not(.k-state-disabled):hover>.k-si-refresh,.k-state-hover>*>.k-i-srefresh,.k-state-hover>*>.k-si-refresh,.k-state-hover>.k-i-srefresh,.k-state-hover>.k-si-refresh,.k-textbox:hover .k-i-srefresh,.k-textbox:hover .k-si-refresh{background-position:-160px -128px}.k-i-stick,.k-si-tick,.k-success{background-position:-160px -96px}.k-button:active .k-i-stick,.k-button:active .k-si-tick,.k-button:active .k-success,.k-button:not(.k-state-disabled):hover .k-i-stick,.k-button:not(.k-state-disabled):hover .k-si-tick,.k-button:not(.k-state-disabled):hover .k-success,.k-link:not(.k-state-disabled):hover>.k-i-stick,.k-link:not(.k-state-disabled):hover>.k-si-tick,.k-link:not(.k-state-disabled):hover>.k-success,.k-state-hover>*>.k-i-stick,.k-state-hover>*>.k-si-tick,.k-state-hover>*>.k-success,.k-state-hover>.k-i-stick,.k-state-hover>.k-si-tick,.k-state-hover>.k-success,.k-textbox:hover .k-i-stick,.k-textbox:hover .k-si-tick,.k-textbox:hover .k-success{background-position:-160px -96px}.k-i-scancel,.k-si-cancel{background-position:-160px -112px}.k-button:active .k-i-scancel,.k-button:active .k-si-cancel,.k-button:not(.k-state-disabled):hover .k-i-scancel,.k-button:not(.k-state-disabled):hover .k-si-cancel,.k-link:not(.k-state-disabled):hover>.k-i-scancel,.k-link:not(.k-state-disabled):hover>.k-si-cancel,.k-state-hover>*>.k-i-scancel,.k-state-hover>*>.k-si-cancel,.k-state-hover>.k-i-scancel,.k-state-hover>.k-si-cancel,.k-textbox:hover .k-i-scancel,.k-textbox:hover .k-si-cancel{background-position:-160px -112px}.k-file{border-style:solid;border-width:0 0 1px;padding:.65em .17em .65em 1em}.k-file .k-upload-action{background:0 0;border-width:0;-webkit-box-shadow:none;box-shadow:none;margin-right:3px}.k-file .k-icon{display:inline-block;position:relative}.k-file-extension-wrapper,.k-file-invalid-extension-wrapper,.k-file-name-size-wrapper,.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{display:inline-block}.k-file-extension-wrapper,.k-file-invalid-extension-wrapper,.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{position:relative;width:24px;height:34px;border-width:2px;border-style:solid;vertical-align:top;font-size:.57em;text-transform:uppercase}.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{font-size:1.2em}.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{margin-top:4px}.k-file-state{visibility:hidden}.k-file-name-size-wrapper{vertical-align:middle;margin-left:1em}.k-file-extension-wrapper:before,.k-file-invalid-extension-wrapper:before,.k-multiple-files-extension-wrapper:after,.k-multiple-files-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:after,.k-multiple-files-invalid-extension-wrapper:before{position:absolute;content:"";display:inline-block;border-style:solid}.k-file-extension-wrapper:before,.k-file-invalid-extension-wrapper:before,.k-multiple-files-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:before{top:-1px;right:-1px;width:0;height:0;border-width:6px;margin-top:-1px;margin-right:-1px}.k-multiple-files-extension-wrapper:after,.k-multiple-files-invalid-extension-wrapper:after{top:-6px;left:-6px;width:15px;height:35px;border-width:2px 0 0 2px}.k-file-extension,.k-file-invalid-icon{position:absolute;bottom:0;line-height:normal}.k-file-extension{margin-left:.4em;margin-bottom:.3em;overflow:hidden;text-overflow:ellipsis;max-width:100%}.k-file-invalid-icon{margin-left:5px}.k-file-information,.k-file-name,.k-file-size,.k-file-validation-message{display:block}.k-file-name{position:relative;min-width:10em;max-width:16.667em;vertical-align:middle;line-height:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-file-information,.k-file-size,.k-file-validation-message{font-size:.78em;line-height:1.5em}.k-file-information,.k-file-validation-message{line-height:1.5em}.k-file-size{line-height:1.2em}.k-upload-files .k-upload-status{line-height:1;position:absolute;right:10px;top:1em;opacity:.65}.k-button.k-upload-action.k-state-active:hover,.k-button.k-upload-action:active:hover,.k-button.k-upload-action:hover,.k-upload-action{color:inherit;background:0 0;border:0}.k-upload-action{opacity:.6}.k-upload-action:hover{opacity:1}.k-upload-action .k-icon{vertical-align:top}.k-file .k-upload-status .k-button,.k-file .k-upload-status>.k-icon{vertical-align:middle;border-radius:50%}.k-dropzone .k-upload-status{position:static;margin-left:10px}.k-upload-pct{margin-right:.75em}.k-ie8 .k-upload-status-total{line-height:29px}.k-ie8 .k-upload-status-total,.k-ie9 .k-upload-status-total{top:1.5em}.k-ie8 .k-upload-status-total>.k-icon,.k-ie9 .k-upload-status-total>.k-icon{margin-top:-3px}.k-upload-action{line-height:normal}.k-progress{position:absolute;bottom:0;left:0;height:2px}.k-file-invalid>.k-progress{width:100%}.k-upload-selected{min-width:7.167em;margin:.25em 0 0;-webkit-box-sizing:content-box;box-sizing:content-box}.k-upload-cancel,.k-upload-selected{margin-bottom:.8em}.k-upload-selected{margin-left:.8em;margin-right:.2em}.k-rtl .k-file-extension-wrapper{margin-left:14px}.k-mediaplayer{position:relative}.k-mediaplayer>iframe,.k-mediaplayer>video{vertical-align:top}.k-mediaplayer .k-mediaplayer-titlebar,.k-mediaplayer .k-mediaplayer-toolbar-wrap{z-index:2}.k-mediaplayer .k-mediaplayer-overlay{z-index:1;width:100%;height:100%;position:absolute}.k-mediaplayer-titlebar{position:absolute;top:0;left:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(80%,rgba(0,0,0,.05)),color-stop(80%,rgba(0,0,0,0)));background:-webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.05) 80%,rgba(0,0,0,0));background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.05) 80%,rgba(0,0,0,0));color:#fff;padding:12px 12px 30px}.k-mediaplayer-toolbar-wrap{position:absolute;bottom:0;left:0;right:0}.k-mediaplayer-toolbar{padding:0;border-width:0}.k-mediaplayer-toolbar .k-button.k-bare{padding-left:9px;padding-right:9px}.k-mediaplayer-toolbar div.k-mediaplayer-volume{margin:2px 6px 0}.k-mediaplayer-toolbar .k-toolbar-spacer{display:none}.k-mediaplayer-toolbar .k-mediaplayer-quality{width:auto;padding:0;background:none transparent}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap{border:0 none;-webkit-box-shadow:none;box-shadow:none;padding:0;background:none transparent;color:inherit}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input{display:none}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select{position:relative;width:auto;min-height:0;line-height:inherit}.k-mediaplayer-toolbar .k-align-right{line-height:inherit}.k-mediaplayer-toolbar .k-align-right>*{display:inline-block}.k-mediaplayer-currenttime{display:inline-block;margin-top:2px}.k-quality-list{width:80px!important;margin-left:-32px!important}.k-mediaplayer-fullscreen{z-index:10000;position:fixed;top:0;left:0;width:100%!important;height:100%!important}.k-mediaplayer-seekbar{margin:0;width:100%;position:absolute;top:-17px;left:0;right:0}.k-mediaplayer-seekbar .k-slider-track{width:100%!important}.k-mediaplayer-seekbar .k-slider-selection,.k-mediaplayer-seekbar .k-slider-track{border-radius:0}.k-mediaplayer-seekbar .k-draghandle{opacity:0;-webkit-transition:.2s opacity;transition:.2s opacity}.k-mediaplayer-seekbar .k-draghandle.k-state-selected,.k-mediaplayer-seekbar:hover .k-draghandle{opacity:1}.k-mediaplayer .k-mediaplayer-seekbar{position:absolute;z-index:2}.k-toolbar-wrap .k-dropzone em,.k-toolbar-wrap .k-upload-files{display:none}.k-toolbar-wrap .k-dropzone{border:0;padding:0}.k-toolbar-wrap .k-dropzone-active{text-align:center}.k-toolbar-wrap .k-dropzone-active em{display:inline;margin:0;font-size:5em;font-style:normal}.k-toolbar-wrap .k-dropzone-active .k-upload-button{display:none}.k-filebrowser-dropzone{z-index:10010;filter:alpha(opacity=40);opacity:.4;position:fixed}.k-search-wrap{position:relative;float:right;width:20%;padding:0}.k-search-wrap label{position:absolute;top:0;left:4px;line-height:20px;font-style:italic}.k-search-wrap input.k-input{padding-left:0;padding-right:0}.k-search-wrap .k-search{position:absolute;top:4px;right:2px;margin:0}.k-breadcrumbs{position:relative;float:left;width:79%}.k-breadcrumbs-wrap{position:absolute;top:3px;left:0;z-index:1;padding-left:5px;line-height:18px}.k-breadcrumbs>.k-input{width:100%;font-size:inherit;font-family:inherit;border:0}.k-breadcrumbs .k-link,.k-breadcrumbs-wrap .k-icon{margin-top:0;text-decoration:none;vertical-align:middle;position:relative}.k-breadcrumbs .k-link:hover{text-decoration:underline}.k-filebrowser .k-tile .k-file,.k-filebrowser .k-tile .k-folder,.k-filebrowser .k-tile .k-i-file,.k-filebrowser .k-tile .k-i-folder{font-size:5em}.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left{text-decoration:none;cursor:default}.k-filebrowser .k-filebrowser-toolbar{border-style:solid;border-width:1px;margin:8px 0 0;padding:.25em;line-height:23px;white-space:nowrap}.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled{display:none}.k-filebrowser .k-toolbar-wrap{float:left}.k-filebrowser .k-tiles-arrange{float:right}.k-filebrowser .k-tiles-arrange .k-dropdown{width:75px}.k-filebrowser .k-upload{float:left;z-index:10010;border-width:0;background-color:transparent}.k-filebrowser .k-upload .k-upload-status{display:none}.k-filebrowser .k-upload .k-upload-button{width:auto;margin-left:0;vertical-align:top}.k-filebrowser .k-upload .k-icon{vertical-align:bottom}.k-tiles{clear:both;height:390px;border-style:solid;border-width:1px;border-top-width:0;margin:0 0 1.4em;padding:9px;overflow:auto;line-height:1.2}.k-tile{float:left;width:223px;height:88px;overflow:hidden;border-style:solid;border-width:1px;margin:1px;padding:0 0 4px;background-position:0 100px;background-repeat:repeat-x;cursor:pointer}.k-tiles li.k-state-hover,.k-tiles li.k-state-selected{background-position:0 center}.k-filebrowser .k-thumb{float:left;display:inline;width:80px;height:80px;margin:4px 10px 0 4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-filebrowser .k-file,.k-filebrowser .k-i-file{width:80px;height:80px}.k-filebrowser .k-image{margin:2px 0 0 2px}.k-filebrowser .k-folder,.k-filebrowser .k-i-folder{width:80px;height:80px;background-position:0 -200px;background-repeat:no-repeat}.k-filebrowser .k-loading{margin:35px 0 0 33px}.k-tile input,.k-tile strong{margin:10px 0 4px;font-weight:400}.k-tile strong{float:left;width:120px;overflow:hidden;text-overflow:ellipsis}.k-tile input{width:100px}.k-tile input,.k-tile strong{display:block}.k-tile .k-filesize{display:inline-block}.k-filebrowser .k-form-text-row{text-align:right}.k-filebrowser .k-form-text-row label{width:14%}.k-filebrowser .k-form-text-row input{width:80%}.k-tile-empty{margin:160px 0 0}.k-tile-empty .k-dialog-upload{font-weight:700;font-size:120%}.k-tile-empty strong{display:block;margin:0 0 .2em;font-size:3em;font-weight:400}.k-tile-empty,.k-tile-empty .k-button-wrapper{text-align:center}.k-chart,.k-gauge,.k-sparkline,.k-stockchart{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-chart,.k-stockchart{height:400px}.k-stockchart,div.k-chart,div.k-gauge,span.k-sparkline{background-color:transparent}.k-gauge{text-align:left;position:relative}.k-baseline-marker{zoom:1;*display:inline}.k-chart-tooltip{border-radius:4px;padding:6px;white-space:nowrap;z-index:12000;line-height:normal;background-repeat:repeat-x;background-position:0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);color:#fff}.k-chart-tooltip-inverse{color:#000}.k-chart-tooltip table{border-spacing:0;border-collapse:collapse}.k-chart-tooltip th{width:auto;text-align:center;padding:1px}.k-chart-tooltip td{width:auto;text-align:left;padding:.1em .2em}.k-chart-shared-tooltip-marker{display:block;width:15px;height:3px}.k-selector{position:absolute;-webkit-transform:translateZ(0)}.k-selection{position:absolute;border-width:1px;border-style:solid;border-color:#d2d2d2;border-bottom:0;height:100%}.k-selection-bg{position:absolute;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,.01);filter:alpha(opacity=1)}.k-handle{background:#d2d2d2;width:7px;height:26px;cursor:e-resize;z-index:1;border-radius:6px;position:absolute}.k-handle div{width:100%;height:100%;background-color:transparent}.k-left-handle{left:-4px}.k-right-handle{right:-4px}.k-left-handle div{margin:-20px 0 0 -15px;padding:40px 30px 0 0}.k-left-handle.k-handle-active div{margin-left:-40px;padding-right:55px}.k-right-handle div{margin:-20px 0 0 -15px;padding:40px 0 0 30px}.k-right-handle.k-handle-active div{padding-left:55px}.k-mask{position:absolute;height:100%;background-color:#fff;filter:alpha(opacity=80);opacity:.8}.k-border{background:#d2d2d2;width:1px;height:100%;position:absolute}.k-navigator-hint div{position:absolute}.k-navigator-hint .k-scroll{position:absolute;height:4px;border-radius:4px;background:#d2d2d2}.k-navigator-hint .k-tooltip{margin-top:20px;min-width:160px;opacity:1;text-align:center;border:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5);background:#fff}.k-sparkline,.k-sparkline span{display:inline-block;vertical-align:top}.k-sparkline span{height:100%;width:100%}.k-diagram,.k-map{height:600px}.k-diagram .km-scroll-wrapper,.k-map .km-scroll-wrapper{padding-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-diagram .km-scroll-container,.k-diagram .km-scroll-wrapper,.k-map .km-scroll-container,.k-map .km-scroll-wrapper{position:absolute;width:100%;height:100%}.k-diagram .k-layer,.k-map .k-layer{position:absolute;left:0;top:0}.k-diagram .km-touch-scrollbar,.k-map .km-touch-scrollbar{display:none}.k-map .k-marker{position:absolute;width:28px;height:40px;margin:-40px 0 0 -14px;cursor:pointer}.k-map .k-marker-pin{background-position:0 40px}.k-map .k-marker-pin-target{background-position:0 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.k-map .k-marker{width:56px;height:80px;margin:-80px 0 0 -28px}.k-map .k-marker-pin{background-position:0 80px}}.k-map .k-pos-top{top:0}.k-map .k-pos-bottom{bottom:0}.k-map .k-pos-left{left:0}.k-map .k-pos-right{right:0}.k-map-controls{position:absolute}.k-map-controls.k-pos-left .k-widget:first-child{margin-right:0}.k-map-controls.k-pos-right .k-widget:first-child{margin-left:0}.k-navigator{width:50px;height:50px;margin:20px;border-radius:80px;position:relative;display:inline-block;vertical-align:middle}.k-pdf-export .k-navigator{display:none}.k-navigator>button{border-color:transparent;background:0 0}div.k-navigator>.k-button{margin:0;padding:0;line-height:10px;border-radius:16px;position:absolute;font-size:1px;line-height:1px}div.k-navigator .k-navigator-n,div.k-navigator .k-navigator-up{top:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-e,div.k-navigator .k-navigator-right{right:2px;top:50%;margin-top:-9px}div.k-navigator .k-navigator-down,div.k-navigator .k-navigator-s{bottom:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-left,div.k-navigator .k-navigator-w{left:2px;top:50%;margin-top:-9px}.k-map .k-attribution{background-color:rgba(255,255,255,.8);font-size:10px;padding:2px 4px;z-index:1000}.k-zoom-control{margin:14px;vertical-align:middle}.k-pdf-export .k-zoom-control{display:none}.k-button-wrap{border-radius:4px;display:inline-block}.k-button-wrap .k-button{position:relative;padding:4px;line-height:16px}.k-button-wrap .k-button .k-icon{vertical-align:top}.k-buttons-horizontal :first-child{border-radius:4px 0 0 4px}.k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:-1px}.k-buttons-horizontal .k-zoom-out{border-radius:0 4px 4px 0;margin-left:-1px}.k-button-wrap .k-button:hover{z-index:1}.k-buttons-vertical .k-button{display:block}.k-buttons-vertical :first-child{border-radius:4px 4px 0 0}.k-buttons-vertical .k-zoom-out{border-radius:0 0 4px 4px;margin-top:-1px}.k-zoom-text{margin:0;width:4.3em;vertical-align:top}.k-rtl .k-buttons-horizontal :first-child{border-radius:0 4px 4px 0}.k-rtl .k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:0;margin-right:-1px}.k-rtl .k-buttons-horizontal .k-zoom-out{border-radius:4px 0 0 4px;margin-left:0;margin-right:-1px}.k-diagram{height:600px}.k-diagram .km-scroll-wrapper{width:100%;height:100%;position:relative}.k-diagram .km-scroll-wrapper{width:100%;height:100%;position:relative}.k-canvas-container{width:100%;height:100%}.k-diagram img{-webkit-box-sizing:content-box;box-sizing:content-box}.k-treemap{overflow:hidden;height:400px}.k-treemap-tile{-webkit-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:1px;position:absolute;margin:-1px 0 0 -1px;overflow:hidden}.k-treemap-tile.k-leaf{padding:.6em}.k-treemap-wrap.k-last>.k-treemap-tile{padding:.3em}.k-treemap-tile.k-state-hover,.k-treemap-tile.k-state-hover:hover{z-index:2;background-image:none}.k-treemap>.k-treemap-tile{position:relative;height:100%}.k-treemap-title{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;line-height:2.42em;height:2.42em;padding:0 .6em;white-space:nowrap}.k-treemap-wrap .k-treemap-title{border-width:0 0 1px;border-style:solid}.k-treemap-wrap{position:absolute;top:0;left:0;bottom:0;right:0}.k-treemap-title+.k-treemap-wrap{top:2.42em}.k-treemap-title-vertical{-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;position:absolute;top:0;bottom:0;width:2.42em;line-height:2.42em;overflow:hidden;padding:.6em 0;white-space:nowrap}.k-treemap-title-vertical>div{position:absolute;top:0;right:1.23em;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.k-treemap-title-vertical+.k-treemap-wrap{left:2.42em}.km-pane,.km-pane-wrapper,.km-root{width:100%;height:100%;-ms-touch-action:none;-ms-content-zooming:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.km-pane-wrapper{position:absolute;width:100%;height:100%}.km-pane,.km-shim{font-family:sans-serif}.km-pane{overflow-x:hidden}.km-view{top:0;left:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;vertical-align:top}.k-ff .km-pane,.k-ff .km-view{overflow:hidden}.k-ff18 .km-pane,.k-ff18 .km-view,.k-ff19 .km-pane,.k-ff19 .km-view,.k-ff20 .km-pane,.k-ff20 .km-view,.k-ff21 .km-pane,.k-ff21 .km-view{position:relative}.k-ff .km-view{display:-moz-inline-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.km-content{min-height:1px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;flex-align:stretch;display:block;width:auto;overflow:hidden;position:relative}.km-actionsheet>li{list-style-type:none;padding:inherit 1em;line-height:2em}.km-actionsheet{padding:0;margin:0}.km-shim{left:0;bottom:0;position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:10001}.km-actionsheet-wrapper,.km-shim .k-animation-container{width:100%;-webkit-box-shadow:none;box-shadow:none;border:0}.km-shim .k-animation-container{width:auto}.km-pane-wrapper .k-grid-column-menu>.km-header,.km-pane-wrapper .k-grid-edit-form>.km-header,.km-pane-wrapper .k-grid-filter-menu>.km-header,.km-pane-wrapper .k-scheduler-edit-form>.km-header{border-style:solid;border-width:1px;padding:.3em .6em;text-align:center;width:auto;line-height:2em}.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-footer,.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-toolbar{line-height:2em}.km-pane-wrapper .k-grid-edit-form .k-multiselect,.km-pane-wrapper .k-scheduler-edit-form .k-multiselect{width:15em}.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap{display:block}.km-pane-wrapper .k-grid-column-menu .k-done,.km-pane-wrapper .k-grid-edit-form .k-grid-update,.km-pane-wrapper .k-grid-filter-menu .k-submit,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update{float:right}.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,.km-pane-wrapper .k-grid-filter-menu .k-i-cancel,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel{float:left}.km-pane-wrapper .k-grid-edit-row .k-textbox{-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,:not(.km-pane)>.km-shim .km-actionsheet .k-button{display:block;text-align:center}:not(.km-pane)>.km-shim .km-actionsheet .k-button{font-size:1.4em;margin:.3em 1em}:not(.km-pane)>.km-shim .km-actionsheet-title{text-align:center;line-height:3em;margin-bottom:-.3em}:not(.km-pane)>.km-shim>.k-animation-container{margin:0!important;padding:0!important;left:0!important}.km-pane-wrapper>div.km-pane{-webkit-box-shadow:none;box-shadow:none;font-weight:400}.km-pane-wrapper .k-grid-column-menu .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-edit-form .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-filter-menu .km-content>.km-scroll-container,.km-pane-wrapper .k-popup-edit-form .km-content>.km-scroll-container{position:absolute;width:100%;min-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-edit-field{width:74%}.km-pane-wrapper .k-grid-edit-form .k-edit-form-container,.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form{width:auto}.km-pane-wrapper .k-filter-menu .k-button{width:100%;margin:0}.k-grid-mobile{border-width:0}.k-grid-mobile .k-resize-handle-inner{position:absolute;top:50%;margin-top:-10px;left:-7px;width:17px;height:17px;border-style:solid;border-width:2px;border-radius:10px}.k-grid-mobile .k-resize-handle-inner:before{content:"";position:absolute;top:50%;margin-top:-3px;left:1px;width:6px;height:6px;background-position:-5px -53px}.k-grid-mobile .k-resize-handle-inner:after{content:"";position:absolute;top:50%;margin-top:-3px;right:1px;width:6px;height:6px;background-position:-5px -21px}.km-pane-wrapper .km-pane *{-webkit-background-clip:border-box;background-clip:border-box}.km-pane-wrapper .k-mobile-list ul,.km-pane-wrapper .km-pane .k-mobile-list{padding:0;margin:0;list-style-type:none;border-radius:0;background:0 0}.km-pane-wrapper .km-switch{top:50%;right:.8rem;position:absolute;margin-top:-1.1rem}.km-pane-wrapper .k-mobile-list .k-state-disabled{opacity:1}.km-pane-wrapper .k-mobile-list .k-state-disabled>*{opacity:.7}.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-item>.k-label,.km-pane-wrapper .k-mobile-list .k-item>.k-link{display:block;position:relative;list-style-type:none;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.5em 0 .5em 1em;font-size:1em}.km-pane-wrapper .k-edit-form-container,.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container{padding-top:1em;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-label{position:absolute;margin:0;float:none;clear:none;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label label{display:block;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.1em 0;margin:0}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-item{font-size:1em;line-height:1.6em;overflow:hidden}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label{width:100%;float:none;clear:none;min-height:2.7em}.km-pane-wrapper .k-grid-delete .k-icon,.km-pane-wrapper .k-grid-edit .k-icon,.km-pane-wrapper .k-grid-toolbar .k-icon,.km-pane-wrapper .km-header .k-icon{display:none}.km-pane-wrapper .k-mobile-list .k-edit-field{padding:.5em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar{padding:.3em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li{line-height:2em}.km-pane-wrapper .k-mobile-list .k-item>*{line-height:normal}.km-pane-wrapper .k-mobile-list .k-button-container,.km-pane-wrapper .k-mobile-list .k-edit-buttons{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.5em 1em;margin:0}.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child,.km-pane-wrapper .k-mobile-list .k-filter-help-text>li>.k-link,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper .k-mobile-list>ul>li>.k-link{display:block;padding:.2em 1em;font-size:.95em;position:-webkit-sticky;margin:0;font-weight:400;line-height:2em;background:0 0;border-top:1em solid transparent}.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3){position:relative}.km-pane-wrapper .k-mobile-list .k-item:first-child{border-top:0}.km-pane-wrapper .k-mobile-list .k-item:last-child{border-bottom:0}.km-pane-wrapper .k-mobile-list .k-item>.k-label,.km-pane-wrapper .k-mobile-list .k-item>.k-link{line-height:inherit;text-decoration:none;margin:-.5em 0 -.5em -1em}.k-check[type=checkbox],.k-check[type=radio],.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio],.km-pane-wrapper .k-mobile-list .k-label .k-check,.km-pane-wrapper .k-mobile-list .k-link .k-check{border:0;font-size:inherit;width:13px;height:13px;margin:.26em 1em .26em 0}.k-ie .k-mobile-list .k-edit-field [type=checkbox],.k-ie .k-mobile-list .k-edit-field [type=radio],.k-ie .km-pane-wrapper .k-icon,.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check{font-size:inherit;text-indent:-9999px;width:1.01em;height:1em}.km-pane-wrapper .k-column-menu .k-label .k-check{height:16px;width:16px}.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .km-pane .k-mobile-list input:not([type=checkbox]):not([type=radio]),.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea{text-indent:0;font-size:1em;line-height:1.6em;vertical-align:middle;height:auto;padding:0;border:0;margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.km-pane-wrapper .k-mobile-list .k-widget{border:0;border-radius:0}.k-ie .km-pane-wrapper .k-mobile-list .k-widget{height:initial}.km-pane-wrapper .k-mobile-list .k-widget .k-input,.km-pane-wrapper .k-mobile-list .k-widget .k-state-default{border:0;background:0 0}.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper :not(.k-state-default):not(.k-pager-input)>input:not([type=checkbox]):not([type=radio]){width:80%;padding:.6em 0;margin:-.5em 0}.km-pane-wrapper .k-mobile-list .k-edit-field>*,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .km-pane .k-mobile-list input,.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;float:right;z-index:1;position:relative}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right{padding:10px;border-radius:0}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right>input{float:none;width:100%;padding:1px 0;margin:0;border-radius:3px;text-indent:30px;border-width:1px;border-style:solid}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-icon{position:absolute;left:20px;z-index:1}.km-pane-wrapper .k-scheduler-views{width:18em}.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar{background:0 0;border:0;-webkit-box-shadow:none;box-shadow:none;padding:.5em 1em}.km-pane-wrapper #recurrence .k-scheduler-navigation{width:100%}.km-pane-wrapper .k-mobile-list .k-scheduler-navigation,.km-pane-wrapper .k-scheduler-views{display:table;table-layout:fixed}.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li,.km-pane-wrapper .k-scheduler-views li{display:table-cell;text-align:center}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check{margin:0;padding-left:1em;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child{margin-top:-.5em}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:last-child{margin-bottom:-.5em}.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{text-indent:1em}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:20%;float:left}.km-pane-wrapper .k-mobile-list .k-dropdown-wrap,.km-pane-wrapper .k-mobile-list .k-numeric-wrap,.km-pane-wrapper .k-mobile-list .k-picker-wrap{position:static;-webkit-box-shadow:none;box-shadow:none}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select{position:absolute;top:0;right:0;line-height:normal}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before{content:"\a0";display:inline-block;width:0;height:100%;vertical-align:middle}.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link{height:50%}.km-pane-wrapper .k-edit-form-container .k-button,.km-pane-wrapper .k-grid .k-button{margin:0}.km-pane-wrapper .k-edit-form-container .k-button+.k-button,.km-pane-wrapper .k-grid .k-button+.k-button{margin:0 0 0 .18em}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected,.km-pane-wrapper .k-pager-wrap>.k-link{width:2.4em;height:2.4em;line-height:2.1em;border-radius:2em;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected{width:auto;line-height:2.2em;padding:0 .86em;min-width:.7em}.km-pane-wrapper .k-pager-wrap{line-height:2.4em}@media all and (max-width:1024px){.km-pane-wrapper .k-pager-nav+.k-pager-nav~.k-pager-nav{position:absolute;right:.3em;top:.3em}.km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav{right:3em}.km-pane-wrapper .k-pager-info,.km-pane-wrapper .k-pager-refresh{display:none}}@media all and (max-width:699px),(-ms-high-contrast:active) and (-ms-high-contrast:none) and (max-width:800px){.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper :not(.k-state-default):not(.k-pager-input)>input:not([type=checkbox]):not([type=radio]){width:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-timezone-button{margin-left:1em}.km-pane-wrapper .k-nav-today a{padding-left:.6em;padding-right:.6em}.km-pane-wrapper li.k-nav-current{margin-left:0;margin-right:0}.km-pane-wrapper .k-pager-wrap{position:relative}.km-pane-wrapper .k-pager-numbers{width:auto;display:block;overflow:hidden;margin-right:5.5em;float:none;text-overflow:ellipsis;height:2.4em;text-align:center}.km-pane-wrapper .k-pager-numbers li{float:none;display:inline-block}.km-pane-wrapper .k-pager-nav{float:left}}.km-pane-wrapper .k-mobile-list .k-edit-field>*>select:not([multiple]),.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check,.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{width:100%}.km-scroll-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-margin-collapse:separate;-webkit-transform:translatez(0)}.k-widget .km-scroll-wrapper{position:relative;padding-bottom:0}.km-touch-scrollbar{position:absolute;visibility:hidden;z-index:200000;height:.3em;width:.3em;background-color:rgba(0,0,0,.7);opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition:"opacity 0.3s linear";transition:"opacity 0.3s linear"}.km-vertical-scrollbar{height:100%;right:2px;top:2px}.km-horizontal-scrollbar{width:100%;left:2px;bottom:2px}@media only screen and (max-width:1024px){.k-scheduler-toolbar>ul.k-scheduler-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views{right:auto;left:6px}.k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view){display:none}.k-scheduler-toolbar li.k-nav-current .k-lg-date-format{display:none}.k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:inline}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:block;border-width:1px}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{text-align:left;padding-left:1em}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em;-webkit-box-sizing:border-box;box-sizing:border-box}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{padding-left:0}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:1.333em;height:1.333em}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{text-align:left}}.k-fx-end .k-fx-current,.k-fx-end .k-fx-next{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx{position:relative}.k-fx .k-fx-current{z-index:0}.k-fx .k-fx-next{z-index:1}.k-fx-hidden,.k-fx-hidden *{visibility:hidden!important}.k-fx-reverse .k-fx-current{z-index:1}.k-fx-reverse .k-fx-next{z-index:0}.k-fx-zoom.k-fx-start .k-fx-next{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.k-fx-zoom.k-fx-end .k-fx-next{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.k-fx-fade.k-fx-start .k-fx-next{will-change:opacity;opacity:0}.k-fx-fade.k-fx-end .k-fx-next{opacity:1}.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current{will-change:opacity;opacity:1}.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current{opacity:0}.k-fx-slide.k-fx-end .k-fx-current .km-content,.k-fx-slide.k-fx-end .k-fx-current .km-footer,.k-fx-slide.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-content,.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx-slide.k-fx-start .k-fx-next .km-content{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-start .k-fx-next .km-footer,.k-fx-slide.k-fx-start .k-fx-next .km-header{will-change:opacity;opacity:0}.k-fx-slide.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header{will-change:opacity;opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header{opacity:0}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next,.k-fx.k-fx-overlay.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next{-webkit-transform:translatey(100%);-ms-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next{-webkit-transform:translatey(-100%);-ms-transform:translatey(-100%);transform:translatey(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:none;-ms-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:none;-ms-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current{-webkit-transform:translatey(100%);-ms-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current{-webkit-transform:translatey(-100%);-ms-transform:translatey(-100%);transform:translatey(-100%)}.k-virtual-wrap{position:relative}.k-virtual-wrap .k-list.k-virtual-list{height:auto}.k-virtual-content{overflow-y:scroll;-webkit-overflow-scrolling:touch;position:relative}.k-virtual-list>.k-virtual-content{position:absolute;top:0;width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-option-label{width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-wrap>.k-virtual-header{text-align:right}.k-popup .k-item.k-first{position:relative}.k-virtual-content>.k-virtual-list>.k-virtual-item{position:absolute;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;white-space:nowrap}.k-popup .k-list .k-item>.k-group,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-transform:uppercase;font-size:.857em}.k-popup .k-list .k-item>.k-group{position:absolute;top:0;right:0;padding:0 .5em;line-height:1.8}.k-popup .k-state-hover>.k-group{right:-1px}.k-group-header+.k-list>.k-item.k-first,.k-static-header+.k-list>.k-item.k-first,.k-virtual-item.k-first{border-top-style:solid;border-top-width:1px;padding-top:0}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-align:right}@font-face{font-family:WebComponentsIcons;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/glyphs/WebComponentsIcons.eot?gedxeo);src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format('embedded-opentype'),url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format('truetype'),url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/glyphs/WebComponentsIcons.woff?gedxeo) format('woff'),url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format('svg');font-weight:400;font-style:normal}.k-i-arrow-45-up-right:before{content:"\e000"}.k-i-collapse-ne:before{content:"\e000"}.k-i-resize-ne:before{content:"\e000"}.k-i-arrow-45-down-right:before{content:"\e001"}.k-i-collapse-se:before{content:"\e001"}.k-i-collapse:before{content:"\e001"}.k-i-resize-se:before{content:"\e001"}.k-i-arrow-45-down-left:before{content:"\e002"}.k-i-collapse-sw:before{content:"\e002"}.k-i-resize-sw:before{content:"\e002"}.k-i-arrow-45-up-left:before{content:"\e003"}.k-i-collapse-nw:before{content:"\e003"}.k-i-resize-new:before{content:"\e003"}.k-i-arrow-60-up:before{content:"\e004"}.k-i-arrow-n:before{content:"\e004"}.k-i-arrow-60-right:before{content:"\e005"}.k-i-arrow-e:before{content:"\e005"}.k-i-expand:before{content:"\e005"}.k-i-arrow-60-down:before{content:"\e006"}.k-i-arrow-s:before{content:"\e006"}.k-i-arrow-60-left:before{content:"\e007"}.k-i-arrow-w:before{content:"\e007"}.k-i-arrow-end-up:before{content:"\e008"}.k-i-seek-n:before{content:"\e008"}.k-i-arrow-end-right:before{content:"\e009"}.k-i-seek-e:before{content:"\e009"}.k-i-arrow-end-down:before{content:"\e00a"}.k-i-seek-s:before{content:"\e00a"}.k-i-arrow-end-left:before{content:"\e00b"}.k-i-seek-w:before{content:"\e00b"}.k-i-arrow-double-60-up:before{content:"\e00c"}.k-i-arrow-seek-up:before{content:"\e00c"}.k-i-arrow-double-60-right:before{content:"\e00d"}.k-i-arrow-seek-right:before{content:"\e00d"}.k-i-arrow-double-60-down:before{content:"\e00e"}.k-i-arrow-seek-down:before{content:"\e00e"}.k-i-arrow-double-60-left:before{content:"\e00f"}.k-i-arrow-seek-left:before{content:"\e00f"}.k-i-arrows-kpi:before{content:"\e010"}.k-i-kpi:before{content:"\e010"}.k-i-arrows-no-change:before{content:"\e011"}.k-i-arrow-overflow-down:before{content:"\e012"}.k-i-arrow-chevron-up:before{content:"\e013"}.k-i-arrow-chevron-right:before{content:"\e014"}.k-i-arrow-chevron-down:before{content:"\e015"}.k-i-arrow-chevron-left:before{content:"\e016"}.k-i-arrow-up:before{content:"\e017"}.k-i-arrow-right:before{content:"\e018"}.k-i-arrow-down:before{content:"\e019"}.k-i-arrow-left:before{content:"\e01a"}.k-i-arrow-drill:before{content:"\e01b"}.k-i-arrow-parent:before{content:"\e01c"}.k-i-arrow-root:before{content:"\e01d"}.k-i-arrows-resizing:before{content:"\e01e"}.k-i-arrows-dimensions:before{content:"\e01f"}.k-i-arrows-swap:before{content:"\e020"}.k-i-drag-and-drop:before{content:"\e021"}.k-i-categorize:before{content:"\e022"}.k-i-grid:before{content:"\e023"}.k-i-grid-layout:before{content:"\e024"}.k-i-group:before{content:"\e025"}.k-i-ungroup:before{content:"\e026"}.k-i-handler-drag:before{content:"\e027"}.k-i-layout:before{content:"\e028"}.k-i-layout-1-by-4:before{content:"\e029"}.k-i-layout-2-by-2:before{content:"\e02a"}.k-i-layout-side-by-side:before{content:"\e02b"}.k-i-layout-stacked:before{content:"\e02c"}.k-i-columns:before{content:"\e02d"}.k-i-rows:before{content:"\e02e"}.k-i-reorder:before{content:"\e02f"}.k-i-menu:before{content:"\e030"}.k-i-more-vertical:before{content:"\e031"}.k-i-more-horizontal:before{content:"\e032"}.k-i-undo:before{content:"\e100"}.k-i-redo:before{content:"\e101"}.k-i-reset:before{content:"\e102"}.k-i-reload:before{content:"\e103"}.k-i-refresh:before{content:"\e103"}.k-i-non-recurrence:before{content:"\e104"}.k-i-reset-sm:before{content:"\e105"}.k-i-reload-sm:before{content:"\e106"}.k-i-refresh-sm:before{content:"\e106"}.k-i-clock:before{content:"\e107"}.k-i-calendar:before{content:"\e108"}.k-i-save:before{content:"\e109"}.k-i-floppy:before{content:"\e109"}.k-i-print:before{content:"\e10a"}.k-i-printer:before{content:"\e10a"}.k-i-edit:before{content:"\e10b"}.k-i-pencil:before{content:"\e10b"}.k-i-delete:before{content:"\e10c"}.k-i-trash:before{content:"\e10c"}.k-i-attachment:before{content:"\e10d"}.k-i-clip:before{content:"\e10d"}.k-i-attachment-45:before{content:"\e10e"}.k-i-clip-45:before{content:"\e10e"}.k-i-link-horizontal:before{content:"\e10f"}.k-i-hyperlink:before{content:"\e10f"}.k-i-unlink-horizontal:before{content:"\e110"}.k-i-hyperlink-remove:before{content:"\e110"}.k-i-link-vertical:before{content:"\e111"}.k-i-unlink-vertical:before{content:"\e112"}.k-i-lock:before{content:"\e113"}.k-i-unlock:before{content:"\e114"}.k-i-cancel:before{content:"\e115"}.k-i-cancel-outline:before{content:"\e116"}.k-i-cancel-circle:before{content:"\e117"}.k-i-check:before{content:"\e118"}.k-i-checkmark:before{content:"\e118"}.k-i-success:before{content:"\e118"}.k-i-check-outline:before{content:"\e119"}.k-i-checkmark-outline:before{content:"\e119"}.k-i-check-circle:before{content:"\e11a"}.k-i-checkmark-circle:before{content:"\e11a"}.k-i-close:before{content:"\e11b"}.k-i-x:before{content:"\e11b"}.k-i-close-outline:before{content:"\e11c"}.k-i-x-outline:before{content:"\e11c"}.k-i-close-circle:before{content:"\e11d"}.k-i-x-circle:before{content:"\e11d"}.k-i-plus:before{content:"\e11e"}.k-i-add:before{content:"\e11e"}.k-i-plus-outline:before{content:"\e11f"}.k-i-plus-circle:before{content:"\e120"}.k-i-minus:before{content:"\e121"}.k-i-minus-outline:before{content:"\e122"}.k-i-minus-circle:before{content:"\e123"}.k-i-sort-asc:before{content:"\e124"}.k-i-sort-desc:before{content:"\e125"}.k-i-unsort:before{content:"\e126"}.k-i-sort-clear:before{content:"\e126"}.k-i-sort-asc-sm:before{content:"\e127"}.k-i-sort-desc-sm:before{content:"\e128"}.k-i-filter:before{content:"\e129"}.k-i-filter-clear:before{content:"\e12a"}.k-i-filter-sm:before{content:"\e12b"}.k-i-filter-sort-asc-sm:before{content:"\e12c"}.k-i-filter-sort-desc-sm:before{content:"\e12d"}.k-i-filter-add-expression:before{content:"\e12e"}.k-i-filter-add-group:before{content:"\e12f"}.k-i-login:before{content:"\e130"}.k-i-logout:before{content:"\e131"}.k-i-download:before{content:"\e132"}.k-i-upload:before{content:"\e133"}.k-i-hyperlink-open:before{content:"\e134"}.k-i-hyperlink-open-sm:before{content:"\e135"}.k-i-launch:before{content:"\e136"}.k-i-window:before{content:"\e137"}.k-i-window-maximize:before{content:"\e137"}.k-i-windows:before{content:"\e138"}.k-i-window-restore:before{content:"\e138"}.k-i-tiles:before{content:"\e138"}.k-i-window-minimize:before{content:"\e139"}.k-i-gear:before{content:"\e13a"}.k-i-cog:before{content:"\e13a"}.k-i-custom:before{content:"\e13a"}.k-i-gears:before{content:"\e13b"}.k-i-cogs:before{content:"\e13b"}.k-i-wrench:before{content:"\e13c"}.k-i-settings:before{content:"\e13c"}.k-i-preview:before{content:"\e13d"}.k-i-eye:before{content:"\e13d"}.k-i-zoom:before{content:"\e13e"}.k-i-search:before{content:"\e13e"}.k-i-zoom-in:before{content:"\e13f"}.k-i-zoom-out:before{content:"\e140"}.k-i-pan:before{content:"\e141"}.k-i-move:before{content:"\e141"}.k-i-calculator:before{content:"\e142"}.k-i-cart:before{content:"\e143"}.k-i-shopping-cart:before{content:"\e143"}.k-i-connector:before{content:"\e144"}.k-i-plus-sm:before{content:"\e145"}.k-i-minus-sm:before{content:"\e146"}.k-i-play:before{content:"\e200"}.k-i-pause:before{content:"\e201"}.k-i-stop:before{content:"\e202"}.k-i-rewind:before{content:"\e203"}.k-i-forward:before{content:"\e204"}.k-i-volume-down:before{content:"\e205"}.k-i-volume-up:before{content:"\e206"}.k-i-volume-off:before{content:"\e207"}.k-i-hd:before{content:"\e208"}.k-i-subtitles:before{content:"\e209"}.k-i-playlist:before{content:"\e20a"}.k-i-play-sm:before{content:"\e20c"}.k-i-pause-sm:before{content:"\e20d"}.k-i-stop-sm:before{content:"\e20e"}.k-i-audio:before{content:"\e20b"}.k-i-heart-outline:before{content:"\e300"}.k-i-fav-outline:before{content:"\e300"}.k-i-favorite-outline:before{content:"\e300"}.k-i-heart:before{content:"\e301"}.k-i-fav:before{content:"\e301"}.k-i-favorite:before{content:"\e301"}.k-i-star-outline:before{content:"\e302"}.k-i-bookmark-outline:before{content:"\e302"}.k-i-star:before{content:"\e303"}.k-i-bookmark:before{content:"\e303"}.k-i-checkbox:before{content:"\e304"}.k-i-shape-rect:before{content:"\e304"}.k-i-checkbox-checked:before{content:"\e305"}.k-i-tri-state-indeterminate:before{content:"\e306"}.k-i-tri-state-null:before{content:"\e307"}.k-i-circle:before{content:"\e308"}.k-i-radiobutton:before{content:"\e309"}.k-i-shape-circle:before{content:"\e309"}.k-i-radiobutton-checked:before{content:"\e30a"}.k-i-notification:before{content:"\e400"}.k-i-bell:before{content:"\e400"}.k-i-information:before{content:"\e401"}.k-i-info:before{content:"\e401"}.k-i-question:before{content:"\e402"}.k-i-help:before{content:"\e402"}.k-i-warning:before{content:"\e403"}.k-i-exception:before{content:"\e403"}.k-i-error:before{content:"\e403"}.k-i-photo-camera:before{content:"\e500"}.k-i-image:before{content:"\e501"}.k-i-photo:before{content:"\e501"}.k-i-image-export:before{content:"\e502"}.k-i-photo-export:before{content:"\e502"}.k-i-zoom-actual-size:before{content:"\e503"}.k-i-zoom-best-fit:before{content:"\e504"}.k-i-image-resize:before{content:"\e505"}.k-i-crop:before{content:"\e506"}.k-i-mirror:before{content:"\e507"}.k-i-flip-horizontal:before{content:"\e508"}.k-i-flip-vertical:before{content:"\e509"}.k-i-rotate:before{content:"\e50a"}.k-i-rotate-right:before{content:"\e50b"}.k-i-rotate-left:before{content:"\e50c"}.k-i-brush:before{content:"\e50d"}.k-i-palette:before{content:"\e50e"}.k-i-paint:before{content:"\e50f"}.k-i-droplet:before{content:"\e50f"}.k-i-background:before{content:"\e50f"}.k-i-line:before{content:"\e510"}.k-i-shape-line:before{content:"\e510"}.k-i-brightness-contrast:before{content:"\e511"}.k-i-saturation:before{content:"\e512"}.k-i-invert-colors:before{content:"\e513"}.k-i-transperancy:before{content:"\e514"}.k-i-opacity:before{content:"\e514"}.k-i-greyscale:before{content:"\e515"}.k-i-blur:before{content:"\e516"}.k-i-sharpen:before{content:"\e517"}.k-i-shape:before{content:"\e518"}.k-i-round-corners:before{content:"\e519"}.k-i-front-element:before{content:"\e51a"}.k-i-back-element:before{content:"\e51b"}.k-i-forward-element:before{content:"\e51c"}.k-i-backward-element:before{content:"\e51d"}.k-i-align-left-element:before{content:"\e51e"}.k-i-align-center-element:before{content:"\e51f"}.k-i-align-right-element:before{content:"\e520"}.k-i-align-top-element:before{content:"\e521"}.k-i-align-middle-element:before{content:"\e522"}.k-i-align-bottom-element:before{content:"\e523"}.k-i-thumbnails-up:before{content:"\e524"}.k-i-thumbnails-right:before{content:"\e525"}.k-i-thumbnails-down:before{content:"\e526"}.k-i-thumbnails-left:before{content:"\e527"}.k-i-full-screen:before{content:"\e528"}.k-i-fullscreen:before{content:"\e528"}.k-i-full-screen-exit:before{content:"\e529"}.k-i-fullscreen-exit:before{content:"\e529"}.k-i-reset-color:before{content:"\e52a"}.k-i-paint-remove:before{content:"\e52a"}.k-i-background-remove:before{content:"\e52a"}.k-i-page-properties:before{content:"\e600"}.k-i-bold:before{content:"\e601"}.k-i-italic:before{content:"\e602"}.k-i-underline:before{content:"\e603"}.k-i-font-family:before{content:"\e604"}.k-i-foreground-color:before{content:"\e605"}.k-i-convert-lowercase:before{content:"\e606"}.k-i-convert-uppercase:before{content:"\e607"}.k-i-strikethrough:before{content:"\e608"}.k-i-sub-script:before{content:"\e609"}.k-i-sup-script:before{content:"\e60a"}.k-i-div:before{content:"\e60b"}.k-i-all:before{content:"\e60c"}.k-i-h1:before{content:"\e60d"}.k-i-h2:before{content:"\e60e"}.k-i-h3:before{content:"\e60f"}.k-i-h4:before{content:"\e610"}.k-i-h5:before{content:"\e611"}.k-i-h6:before{content:"\e612"}.k-i-list-ordered:before{content:"\e613"}.k-i-list-numbered:before{content:"\e613"}.k-i-list-unordered:before{content:"\e614"}.k-i-list-bulleted:before{content:"\e614"}.k-i-indent-increase:before{content:"\e615"}.k-i-indent:before{content:"\e615"}.k-i-indent-decrease:before{content:"\e616"}.k-i-outdent:before{content:"\e616"}.k-i-insert-up:before{content:"\e617"}.k-i-insert-top:before{content:"\e617"}.k-i-insert-middle:before{content:"\e618"}.k-i-insert-down:before{content:"\e619"}.k-i-insert-bottom:before{content:"\e619"}.k-i-align-top:before{content:"\e61a"}.k-i-align-middle:before{content:"\e61b"}.k-i-align-bottom:before{content:"\e61c"}.k-i-align-left:before{content:"\e61d"}.k-i-align-center:before{content:"\e61e"}.k-i-align-right:before{content:"\e61f"}.k-i-align-justify:before{content:"\e620"}.k-i-align-remove:before{content:"\e621"}.k-i-text-wrap:before{content:"\e622"}.k-i-rule-horizontal:before{content:"\e623"}.k-i-table-align-top-left:before{content:"\e624"}.k-i-table-align-top-center:before{content:"\e625"}.k-i-table-align-top-right:before{content:"\e626"}.k-i-table-align-middle-left:before{content:"\e627"}.k-i-table-align-middle-center:before{content:"\e628"}.k-i-table-align-middle-right:before{content:"\e629"}.k-i-table-align-bottom-left:before{content:"\e62a"}.k-i-table-align-bottom-center:before{content:"\e62b"}.k-i-table-align-bottom-right:before{content:"\e62c"}.k-i-table-align-remove:before{content:"\e62d"}.k-i-borders-all:before{content:"\e62e"}.k-i-all-borders:before{content:"\e62e"}.k-i-borders-outside:before{content:"\e62f"}.k-i-outside-borders:before{content:"\e62f"}.k-i-borders-inside:before{content:"\e630"}.k-i-inside-borders:before{content:"\e630"}.k-i-borders-inside-horizontal:before{content:"\e631"}.k-i-inside-horizontal-borders:before{content:"\e631"}.k-i-borders-inside-vertical:before{content:"\e632"}.k-i-inside-vertical-borders:before{content:"\e632"}.k-i-border-top:before{content:"\e633"}.k-i-top-border:before{content:"\e633"}.k-i-border-bottom:before{content:"\e634"}.k-i-bottom-border:before{content:"\e634"}.k-i-border-left:before{content:"\e635"}.k-i-left-border:before{content:"\e635"}.k-i-border-right:before{content:"\e636"}.k-i-right-border:before{content:"\e636"}.k-i-border-no:before{content:"\e637"}.k-i-no-border:before{content:"\e637"}.k-i-borders-show-hide:before{content:"\e638"}.k-i-form:before{content:"\e639"}.k-i-border:before{content:"\e639"}.k-i-form-element:before{content:"\e63a"}.k-i-code-snippet:before{content:"\e63b"}.k-i-select-all:before{content:"\e63c"}.k-i-button:before{content:"\e63d"}.k-i-select-box:before{content:"\e63e"}.k-i-calendar-date:before{content:"\e63f"}.k-i-group-box:before{content:"\e640"}.k-i-textarea:before{content:"\e641"}.k-i-textbox:before{content:"\e642"}.k-i-textbox-hidden:before{content:"\e643"}.k-i-password:before{content:"\e644"}.k-i-paragraph-add:before{content:"\e645"}.k-i-edit-tools:before{content:"\e646"}.k-i-template-manager:before{content:"\e647"}.k-i-change-manually:before{content:"\e648"}.k-i-track-changes:before{content:"\e649"}.k-i-track-changes-enable:before{content:"\e64a"}.k-i-track-changes-accept:before{content:"\e64b"}.k-i-track-changes-accept-all:before{content:"\e64c"}.k-i-track-changes-reject:before{content:"\e64d"}.k-i-track-changes-reject-all:before{content:"\e64e"}.k-i-document-manager:before{content:"\e64f"}.k-i-custom-icon:before{content:"\e650"}.k-i-dictionary-add:before{content:"\e651"}.k-i-image-light-dialog:before{content:"\e652"}.k-i-image-insert:before{content:"\e652"}.k-i-image-edit:before{content:"\e653"}.k-i-image-map-editor:before{content:"\e654"}.k-i-comment:before{content:"\e655"}.k-i-comment-remove:before{content:"\e656"}.k-i-comments-remove-all:before{content:"\e657"}.k-i-silverlight:before{content:"\e658"}.k-i-media-manager:before{content:"\e659"}.k-i-video-external:before{content:"\e65a"}.k-i-flash-manager:before{content:"\e65b"}.k-i-find-and-replace:before{content:"\e65c"}.k-i-find:before{content:"\e65c"}.k-i-copy:before{content:"\e65d"}.k-i-files:before{content:"\e65d"}.k-i-cut:before{content:"\e65e"}.k-i-paste:before{content:"\e65f"}.k-i-paste-as-html:before{content:"\e660"}.k-i-paste-from-word:before{content:"\e661"}.k-i-paste-from-word-strip-file:before{content:"\e662"}.k-i-paste-html:before{content:"\e663"}.k-i-paste-markdown:before{content:"\e664"}.k-i-paste-plain-text:before{content:"\e665"}.k-i-apply-format:before{content:"\e666"}.k-i-clear-css:before{content:"\e667"}.k-i-copy-format:before{content:"\e668"}.k-i-strip-all-formating:before{content:"\e669"}.k-i-strip-css-format:before{content:"\e66a"}.k-i-strip-font-elements:before{content:"\e66b"}.k-i-strip-span-elements:before{content:"\e66c"}.k-i-strip-word-formatting:before{content:"\e66d"}.k-i-format-code-block:before{content:"\e66e"}.k-i-style-builder:before{content:"\e66f"}.k-i-module-manager:before{content:"\e670"}.k-i-hyperlink-light-dialog:before{content:"\e671"}.k-i-hyperlink-insert:before{content:"\e671"}.k-i-hyperlink-globe:before{content:"\e672"}.k-i-hyperlink-globe-remove:before{content:"\e673"}.k-i-hyperlink-email:before{content:"\e674"}.k-i-anchor:before{content:"\e675"}.k-i-table-light-dialog:before{content:"\e676"}.k-i-table-insert:before{content:"\e676"}.k-i-table:before{content:"\e677"}.k-i-table-properties:before{content:"\e678"}.k-i-table-wizard:before{content:"\e678"}.k-i-table-cell:before{content:"\e679"}.k-i-table-cell-properties:before{content:"\e67a"}.k-i-table-column-insert-left:before{content:"\e67b"}.k-i-table-column-insert-right:before{content:"\e67c"}.k-i-table-row-insert-above:before{content:"\e67d"}.k-i-table-row-insert-below:before{content:"\e67e"}.k-i-table-column-delete:before{content:"\e67f"}.k-i-table-row-delete:before{content:"\e680"}.k-i-table-cell-delete:before{content:"\e681"}.k-i-table-delete:before{content:"\e682"}.k-i-cells-merge:before{content:"\e683"}.k-i-cells-merge-horizontally:before{content:"\e684"}.k-i-cells-merge-vertically:before{content:"\e685"}.k-i-cell-split-horizontally:before{content:"\e686"}.k-i-cell-split-vertically:before{content:"\e687"}.k-i-table-unmerge:before{content:"\e688"}.k-i-pane-freeze:before{content:"\e689"}.k-i-row-freeze:before{content:"\e68a"}.k-i-column-freeze:before{content:"\e68b"}.k-i-toolbar-float:before{content:"\e68c"}.k-i-spell-checker:before{content:"\e68d"}.k-i-validation-xhtml:before{content:"\e68e"}.k-i-validation-data:before{content:"\e68f"}.k-i-toggle-full-screen-mode:before{content:"\e690"}.k-i-formula-fx:before{content:"\e691"}.k-i-sum:before{content:"\e692"}.k-i-symbol:before{content:"\e693"}.k-i-dollar:before{content:"\e694"}.k-i-currency:before{content:"\e694"}.k-i-percent:before{content:"\e695"}.k-i-custom-format:before{content:"\e696"}.k-i-decimal-increase:before{content:"\e697"}.k-i-decimal-decrease:before{content:"\e698"}.k-i-font-size:before{content:"\e699"}.k-i-image-absolute-position:before{content:"\e69a"}.k-i-globe-outline:before{content:"\e700"}.k-i-globe:before{content:"\e701"}.k-i-marker-pin:before{content:"\e702"}.k-i-marker-pin-target:before{content:"\e703"}.k-i-pin:before{content:"\e704"}.k-i-unpin:before{content:"\e705"}.k-i-share:before{content:"\e800"}.k-i-user:before{content:"\e801"}.k-i-inbox:before{content:"\e802"}.k-i-blogger:before{content:"\e803"}.k-i-blogger-box:before{content:"\e804"}.k-i-delicious:before{content:"\e805"}.k-i-delicious-box:before{content:"\e806"}.k-i-digg:before{content:"\e807"}.k-i-digg-box:before{content:"\e808"}.k-i-email:before{content:"\e809"}.k-i-envelop:before{content:"\e809"}.k-i-letter:before{content:"\e809"}.k-i-email-box:before{content:"\e80a"}.k-i-envelop-box:before{content:"\e80a"}.k-i-letter-box:before{content:"\e80a"}.k-i-facebook:before{content:"\e80b"}.k-i-facebook-box:before{content:"\e80c"}.k-i-google:before{content:"\e80d"}.k-i-google-box:before{content:"\e80e"}.k-i-google-plus:before{content:"\e80f"}.k-i-google-plus-box:before{content:"\e810"}.k-i-linkedin:before{content:"\e811"}.k-i-linkedin-box:before{content:"\e812"}.k-i-myspace:before{content:"\e813"}.k-i-myspace-box:before{content:"\e814"}.k-i-pinterest:before{content:"\e815"}.k-i-pinterest-box:before{content:"\e816"}.k-i-reddit:before{content:"\e817"}.k-i-reddit-box:before{content:"\e818"}.k-i-stumble-upon:before{content:"\e819"}.k-i-stumble-upon-box:before{content:"\e81a"}.k-i-tell-a-friend:before{content:"\e81b"}.k-i-tell-a-friend-box:before{content:"\e81c"}.k-i-tumblr:before{content:"\e81d"}.k-i-tumblr-box:before{content:"\e81e"}.k-i-twitter:before{content:"\e81f"}.k-i-twitter-box:before{content:"\e820"}.k-i-yammer:before{content:"\e821"}.k-i-yammer-box:before{content:"\e822"}.k-i-behance:before{content:"\e823"}.k-i-behance-box:before{content:"\e824"}.k-i-dribbble:before{content:"\e825"}.k-i-dribbble-box:before{content:"\e826"}.k-i-rss:before{content:"\e827"}.k-i-rss-box:before{content:"\e828"}.k-i-vimeo:before{content:"\e829"}.k-i-vimeo-box:before{content:"\e82a"}.k-i-youtube:before{content:"\e82b"}.k-i-youtube-box:before{content:"\e82c"}.k-i-folder:before{content:"\e900"}.k-i-folder-open:before{content:"\e901"}.k-i-folder-add:before{content:"\e902"}.k-i-folder-up:before{content:"\e903"}.k-i-folder-more:before{content:"\e904"}.k-i-fields-more:before{content:"\e904"}.k-i-aggregate-fields:before{content:"\e905"}.k-i-file:before{content:"\e906"}.k-i-file-vertical:before{content:"\e906"}.k-i-file-add:before{content:"\e907"}.k-i-file-txt:before{content:"\e908"}.k-i-txt:before{content:"\e908"}.k-i-file-csv:before{content:"\e909"}.k-i-csv:before{content:"\e909"}.k-i-file-excel:before{content:"\e90a"}.k-i-file-xls:before{content:"\e90a"}.k-i-excel:before{content:"\e90a"}.k-i-xls:before{content:"\e90a"}.k-i-file-word:before{content:"\e90b"}.k-i-file-doc:before{content:"\e90b"}.k-i-word:before{content:"\e90b"}.k-i-doc:before{content:"\e90b"}.k-i-file-mdb:before{content:"\e90c"}.k-i-mdb:before{content:"\e90c"}.k-i-file-ppt:before{content:"\e90d"}.k-i-ppt:before{content:"\e90d"}.k-i-file-pdf:before{content:"\e90e"}.k-i-pdf:before{content:"\e90e"}.k-i-file-psd:before{content:"\e90f"}.k-i-psd:before{content:"\e90f"}.k-i-file-flash:before{content:"\e910"}.k-i-flash:before{content:"\e910"}.k-i-file-config:before{content:"\e911"}.k-i-config:before{content:"\e911"}.k-i-file-ascx:before{content:"\e912"}.k-i-ascx:before{content:"\e912"}.k-i-file-bac:before{content:"\e913"}.k-i-bac:before{content:"\e913"}.k-i-file-zip:before{content:"\e914"}.k-i-zip:before{content:"\e914"}.k-i-film:before{content:"\e915"}.k-i-css3:before{content:"\e916"}.k-i-html5:before{content:"\e917"}.k-i-html:before{content:"\e918"}.k-i-source-code:before{content:"\e918"}.k-i-view-source:before{content:"\e918"}.k-i-css:before{content:"\e919"}.k-i-js:before{content:"\e91a"}.k-i-exe:before{content:"\e91b"}.k-i-csproj:before{content:"\e91c"}.k-i-vbproj:before{content:"\e91d"}.k-i-cs:before{content:"\e91e"}.k-i-vb:before{content:"\e91f"}.k-i-sln:before{content:"\e920"}.k-i-cloud:before{content:"\e921"}.k-i-file-horizontal:before{content:"\e922"}.k-spreadsheet{width:800px;height:600px;position:relative;border-width:1px;border-style:solid;cursor:default}.k-spreadsheet .k-spreadsheet-pane{padding-right:1px;position:absolute;border-width:1px;border-style:solid;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-pane.k-top{border-top-width:0}.k-spreadsheet .k-spreadsheet-pane.k-left{border-left-width:0}.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell{position:absolute;white-space:pre;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:1px 3px;-webkit-background-clip:padding-box;background-clip:padding-box}.k-spreadsheet .k-spreadsheet-haxis,.k-spreadsheet .k-spreadsheet-vaxis{position:absolute;border-style:solid}.k-spreadsheet .k-spreadsheet-vaxis{top:0;border-width:0 0 0 1px}.k-spreadsheet .k-spreadsheet-haxis{left:0;border-width:1px 0 0}.k-spreadsheet .k-filter-range,.k-spreadsheet .k-spreadsheet-selection{border-width:1px;border-style:solid;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-active-cell{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-action-bar{border-width:0 0 1px;border-style:solid;position:relative;font-size:12px;font-family:Arial,Verdana,sans-serif;display:table;width:100%}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar,.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{display:table-cell}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{position:relative;vertical-align:top;border-width:0 1px 0 0;border-style:solid}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox{width:9.5em;border-radius:0;border-color:transparent}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap{border-radius:0;border-color:transparent;background:0 0;-webkit-box-shadow:none;box-shadow:none;border-width:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input{border-radius:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select{border-radius:0;margin:-1px -1px -1px 0;padding:1px 1px 1px 0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar{width:100%;padding-left:31px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e691";display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-width:0 1px 0 0;border-style:solid;width:24px;margin-left:-24px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input{overflow:hidden;height:2.568em;max-height:2.568em;line-height:2.214em;text-indent:.8em;border:0;margin:0}.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down{padding-bottom:0}.k-spreadsheet .k-spreadsheet-formula-input{outline:0;border-width:0;height:26px;line-height:20px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:pre;padding:3px .5em}.k-spreadsheet .k-spreadsheet-cell-editor{position:absolute;display:none;padding:0 3px;line-height:20px;z-index:2000;overflow:hidden}.k-spreadsheet>.k-spreadsheet-view{position:relative;font-size:12px;font-family:Arial,Verdana,sans-serif}.k-spreadsheet .k-tabstrip-wrapper{position:relative;line-height:1.7em}.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items{padding:0 0 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar{display:inline-block;position:absolute;z-index:1;top:0;left:0;padding:0 0 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button{padding:.3em;line-height:1.4em}.k-spreadsheet .k-filter-wrapper,.k-spreadsheet .k-merged-cells-wrapper,.k-spreadsheet .k-selection-wrapper,.k-spreadsheet .k-spreadsheet-row-header{position:relative}.k-spreadsheet .k-spreadsheet-column-header{position:absolute}.k-spreadsheet .k-filter-wrapper{pointer-events:none}.k-spreadsheet .k-spreadsheet-sheets-bar{border-width:1px 0 0}.k-spreadsheet .k-vertical-align-center{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-spreadsheet .k-vertical-align-bottom{position:relative;top:100%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.k-spreadsheet .k-dirty{position:absolute;top:0;right:0;margin:-2px 0 0 -7px;border-width:4px;border-color:red red transparent transparent}.k-spreadsheet .k-single-selection::after{content:" ";height:6px;width:6px;position:absolute;display:block;bottom:0;right:0;border-radius:50%;margin-bottom:-5px;margin-right:-5px;border-width:1px;border-style:solid;z-index:100;cursor:crosshair}.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after{display:none}.k-spreadsheet .k-auto-fill,.k-spreadsheet .k-auto-fill-punch{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-auto-fill{border-width:1px;border-style:solid;cursor:crosshair}.k-spreadsheet .k-auto-fill-wrapper{position:relative}.k-spreadsheet .k-spreadsheet-vborder{position:absolute;border-left-style:solid;border-left-width:1px}.k-spreadsheet .k-spreadsheet-hborder{position:absolute;border-top-style:solid;border-top-width:1px}.k-spreadsheet-names-popup .k-item{position:relative}.k-spreadsheet-names-popup .k-icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.7;cursor:pointer}.k-spreadsheet-names-popup .k-icon:hover{opacity:1}.k-horizontal-resize{cursor:col-resize}.k-vertical-resize{cursor:row-resize}.k-merged-cells-wrapper,.k-selection-wrapper,.k-spreadsheet-active-cell,.k-spreadsheet-data{cursor:cell}.k-horizontal-resize .k-merged-cells-wrapper,.k-horizontal-resize .k-selection-wrapper,.k-horizontal-resize .k-spreadsheet-active-cell,.k-horizontal-resize .k-spreadsheet-data{cursor:col-resize}.k-vertical-resize .k-merged-cells-wrapper,.k-vertical-resize .k-selection-wrapper,.k-vertical-resize .k-spreadsheet-active-cell,.k-vertical-resize .k-spreadsheet-data{cursor:row-resize}.k-spreadsheet .k-colorpicker .k-tool-icon{overflow:visible}.k-button.k-custom-color,.k-button.k-reset-color{display:block;width:100%;border-radius:0;border:none;text-align:left;line-height:2em}.k-spreadsheet-colorpicker .k-colorpalette{border:1px solid #dbdbdb;border-left:none;border-right:none;padding:.4em}.k-spreadsheet-filter{position:absolute;cursor:pointer;pointer-events:all}.k-spreadsheet-sample{float:right}.k-spreadsheet-clipboard,.k-spreadsheet-clipboard-paste{position:fixed;opacity:0;top:0;left:0;overflow:hidden;padding:0;margin:0;border:0;width:1px;height:1px;-webkit-box-sizing:border-box;box-sizing:border-box}textarea.k-spreadsheet-clipboard{position:fixed}.k-spreadsheet-top-corner{position:absolute;top:0;left:0;z-index:10000;border-width:0 1px 1px 0;border-style:solid}.k-spreadsheet-top-corner:after{content:"";display:block;width:0;height:0;overflow:hidden;position:absolute;bottom:0;right:0;border-width:6px;border-style:solid}.k-spreadsheet-scroller{width:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;position:absolute;z-index:1}.k-spreadsheet-fixed-container{position:absolute;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-spreadsheet-view-size{position:relative}.k-spreadsheet-column-header,.k-spreadsheet-row-header{text-align:center}.k-spreadsheet-column-header .k-spreadsheet-cell,.k-spreadsheet-row-header .k-spreadsheet-cell{border-style:solid;border-width:0 1px 1px 0}div.k-spreadsheet-window{padding:1.167em .75em .75em}.k-spreadsheet-window .k-edit-form-container{width:100%}.k-spreadsheet-window .k-root-tabs{border-width:0;margin:-1em -1em 0;padding:.5em 1em 0}.k-spreadsheet-window .k-root-tabs .k-loading{display:none}.k-spreadsheet-window .k-list-wrapper{padding:.15em 0;border-width:1px;border-style:solid;height:190px}.k-spreadsheet-window .k-list .k-item{border-radius:0;padding:.5em .6em .4em .6em;cursor:pointer;line-height:1.1em}.k-spreadsheet-window .k-format-filter{width:100%}.k-spreadsheet-window .k-format-filter+.k-group-header+.k-list-wrapper{margin-top:1em}.k-spreadsheet-window .k-action-buttons{padding:1em}.k-spreadsheet-window .k-edit-label{width:27%;margin:0 0 0 .75em}.k-spreadsheet-window .k-edit-field{width:67%;margin:0 .917em 0 0}.k-spreadsheet-window .k-edit-field>.k-radio-label{margin-right:1.25em;vertical-align:baseline}.k-spreadsheet-window .k-edit-field>.k-radio-label:after,.k-spreadsheet-window .k-edit-field>.k-radio-label:before{margin-top:-1px}.k-spreadsheet-window .k-edit-field,.k-spreadsheet-window .k-edit-label{padding:0;line-height:3em}.k-spreadsheet-window .k-edit-field .k-dropdown,.k-spreadsheet-window .k-edit-field .k-textbox{width:100%}.k-spreadsheet-window .export-config{border-width:1px 0 0;border-style:solid;padding:1em;margin:0 -1em}.k-spreadsheet-window .export-config .k-edit-field{width:40%;float:left;margin-left:30px}.k-spreadsheet-window .k-edit-field>input[type=radio]{display:inline;opacity:0;width:0;margin:0}.k-spreadsheet-window .k-edit-field>.k-orientation-label{position:relative;display:inline-block;text-align:center;width:28px;height:28px;line-height:28px;border-width:1px;border-style:solid}.k-spreadsheet-window .k-edit-field>.k-orientation-label:before{font-family:KendoUIGlyphs;font-size:16px}.k-spreadsheet-window .k-orientation-portrait-label:before{content:"\e639"}.k-spreadsheet-window .k-orientation-landscape-label:before{content:"\e901"}.k-spreadsheet-window .k-page-orientation{position:absolute;right:2em;top:25%;width:64px;height:92px;border-width:1px;border-style:solid}.k-spreadsheet-window .k-page-orientation:before{position:absolute;top:0;right:0;content:"";display:inline-block;width:0;height:0;border-width:3px;border-style:solid;margin-top:-1px;margin-right:-1px}.k-spreadsheet-window .k-page-landscape{top:29%;width:92px;height:64px}.k-spreadsheet-window .k-margins-horizontal{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:62px;border-width:1px 0;border-style:solid}.k-spreadsheet-window .k-margins-vertical{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:34px;height:100%;border-width:0 1px;border-style:solid}.k-spreadsheet-window .k-page-landscape .k-margins-horizontal{height:34px}.k-spreadsheet-window .k-page-landscape .k-margins-vertical{width:62px}.k-spreadsheet-window .export-config:after,.k-spreadsheet-window>div:after{content:" ";display:block;clear:both;height:0}.k-spreadsheet-format-cells .k-spreadsheet-preview{font-weight:700;text-align:center;font-size:1.16em;line-height:3.64em;margin:0 -.863em .72em;border-style:solid;border-width:1px 0}.k-spreadsheet-border-palette{width:153px}.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button{-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.k-spreadsheet-border-palette .k-colorpalette{vertical-align:bottom}.k-spreadsheet-popup .k-separator{width:1px;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-popup .k-colorpalette{vertical-align:top}.k-spreadsheet-popup .k-button.k-button-icon{padding:.6em;border-width:0;border-radius:0}.k-spreadsheet-popup .k-button.k-button-icontext{display:block;text-align:left;text-transform:initial;padding:.6em 1.2em .6em 1em;border-width:0;border-radius:0}.k-spreadsheet-filter-menu{width:280px}.k-spreadsheet-filter-menu>.k-menu{border-width:0}.k-spreadsheet-filter-menu>.k-menu .k-link{padding-left:26px}.k-spreadsheet-filter-menu>.k-menu .k-icon.k-icon{margin-left:-26px;width:26px}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper{height:200px;overflow-y:scroll;overflow-x:auto;border-width:1px;border-style:solid}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview{overflow:visible;padding:6px 7px}.k-spreadsheet-filter-menu .k-details{border-top-width:1px;border-top-style:solid;padding:4px 0}.k-spreadsheet-filter-menu .k-details-summary{cursor:pointer;line-height:26px}.k-spreadsheet-filter-menu .k-details-summary .k-icon{margin:0 5px}.k-spreadsheet-filter-menu .k-details-content{padding:0 8px 0 26px}.k-spreadsheet-filter-menu .k-details-content>.k-textbox,.k-spreadsheet-filter-menu .k-details-content>.k-widget{width:100%;margin-bottom:3px}.k-spreadsheet-filter-menu .k-details-content .k-space-right{background-image:none}.k-spreadsheet-filter-menu .k-details-content .k-filter-and{width:75px;margin:8px 0}.k-spreadsheet-filter-menu .k-action-buttons{border-top-width:0;margin:8px;padding:0;position:static}.k-resize-handle,.k-resize-hint{position:absolute}.k-resize-hint-handle{width:100%;height:20px}.k-resize-hint-marker{width:2px;height:100%;margin:0 auto}.k-resize-hint-vertical .k-resize-hint-handle{height:100%;width:20px;float:left}.k-resize-hint-vertical .k-resize-hint-marker{height:2px;width:100%}.k-button.k-spreadsheet-sheets-bar-add,.k-spreadsheet-quick-access-toolbar .k-button{border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-tabstrip{border-left-width:0;border-right-width:0;border-top-width:0}.k-spreadsheet-tabstrip>.k-content{border-left-width:0;border-right-width:0;border-bottom-width:0;margin:0;padding:0}.k-spreadsheet-tabstrip .k-loading{display:none}.k-spreadsheet-toolbar.k-toolbar{border-top-width:0;border-left-width:0;border-right-width:0}.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor+*{margin-left:0}.k-spreadsheet-toolbar.k-toolbar>.k-button-group{border-width:0}.k-spreadsheet-toolbar .k-button,.k-spreadsheet-toolbar>.k-button-group,.k-spreadsheet-toolbar>.k-widget,.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active){margin:0;border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-toolbar>.k-widget[data-property=fontSize]{width:75px}.k-spreadsheet-toolbar>.k-widget[data-property=format]{width:100px}.k-spreadsheet-toolbar>.k-widget[data-property=fontFamily]{width:130px}.k-spreadsheet-toolbar>.k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select{border-color:transparent}.k-spreadsheet-toolbar .k-separator{margin:0 3px;width:0;overflow:hidden;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-formula-input>.k-syntax-bool.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-func.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-num.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-ref.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-str.k-syntax-at-point{text-decoration:underline}.k-spreadsheet-formula-input>.k-series-a,.k-spreadsheet-formula-input>.k-series-b,.k-spreadsheet-formula-input>.k-series-c,.k-spreadsheet-formula-input>.k-series-d{background-color:transparent}.k-spreadsheet-selection-highlight{border-width:1px;border-style:solid;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet-formula-list{min-width:100px}.k-spreadsheet-formula-list .k-item{padding:0 .3em;-webkit-box-shadow:none;box-shadow:none}.k-spreadsheet-sheets-bar{position:relative}.k-button.k-spreadsheet-sheets-bar-add{position:absolute;bottom:.2em;left:.4em;z-index:1}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove{padding:0;margin:.5em .5em .5em -.5em}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon{padding:2px;line-height:normal}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon{margin:0}.k-spreadsheet-sheets-items-hint{margin-top:.1em;background:0 0!important;border-width:0!important}.k-spreadsheet-editor-button{position:absolute;width:20px;z-index:10;margin-left:2px;padding:0!important}.k-spreadsheet-editor-button span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hint-wrapper{margin-top:1em}.hint-wrapper:before{content:"";display:block;width:100%;height:1px;margin-left:-.917em;padding-right:.917em;padding-left:.917em}.k-edit-form-container>div:after{display:block;content:"";clear:both}.k-spreadsheet-filter-menu .k-i-arrow-45-down-right{cursor:pointer}.k-spreadsheet-import-errors .k--header-message{font-weight:700;padding-bottom:5px;border-bottom:1px solid #888;margin-bottom:5px}.k-spreadsheet-import-errors .k--errors{max-height:350px;overflow:auto}.k-spreadsheet-import-errors .k--errors table{border-collapse:collapse;font-size:90%}.k-spreadsheet-import-errors .k--errors table td,.k-spreadsheet-import-errors .k--errors table th{padding:2px 4px;border-bottom:1px solid #bbb}.k-spreadsheet-import-errors .k--errors table th{text-align:left;border-bottom:1px solid #000}.k-dialog{min-width:90px;min-height:3em;max-width:100%;max-height:100%}.k-window.k-dialog{position:fixed;padding-top:0}.k-dialog .k-dialog-titlebar{position:static;margin:0;padding:.6em .8em 1em .8em;width:auto}.k-dialog .k-dialog-titlebar .k-dialog-title{margin:0;padding:0;width:auto;max-width:98%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2em;line-height:1.2em}.k-dialog .k-content{margin:0;padding:1.8em 1em 1.8em 1em}.k-dialog.k-dialog-titleless .k-content{padding:2.4em}.k-dialog .k-dialog-buttongroup{margin:0;padding:0}.k-dialog a.k-dialog-action.k-dialog-close{position:absolute;top:.35em;right:0;cursor:pointer;z-index:10000}.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close{right:.5em;top:1em}.k-dialog.k-alert .k-dialog-titlebar,.k-dialog.k-confirm .k-dialog-titlebar,.k-dialog.k-prompt .k-dialog-titlebar{background:0 0;border-bottom:none}.k-dialog.k-alert .k-content,.k-dialog.k-confirm .k-content{padding:2.4em}.k-dialog.k-prompt .k-content{padding:1.2em 1.2em .6em 1.2em}.k-dialog .k-prompt-container{width:auto;padding:.6em 1.2em 1.8em 1.2em}.k-dialog .k-prompt-container .k-textbox{width:100%}.k-dialog .k-button{-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:"DejaVu Sans";src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSans.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:700;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSans-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSans-Oblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:700;font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSans-BoldOblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSerif.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:700;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSerif-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSerif-Italic.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:700;font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSansMono.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:700;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSansMono-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSansMono-Oblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:700;font-style:italic;src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf?v=1.1) format("truetype")}.kendo-pdf-hide-pseudo-elements:after,.kendo-pdf-hide-pseudo-elements:before{display:none!important}.k-pdf-export sub,.k-pdf-export sup{display:inline-block}.k-button,.k-toolbar .k-button{line-height:1.143em;padding:9px 14px}.k-widget.k-tabstrip{background-image:none;border-style:none;-webkit-box-shadow:none;box-shadow:none}.k-tabstrip .k-tabstrip-items{padding:0}.k-panelbar .k-tabstrip>div.k-content,.k-tabstrip>div.k-content{margin:0}.k-panel>.k-item>.k-link,.k-panelbar>.k-item>.k-link{line-height:3.5em}.k-panelbar .k-image{margin-top:12px}.k-panelbar .k-link>.k-sprite{margin-top:16px}.k-tabstrip>.k-tabstrip-items>.k-item{text-transform:uppercase;border-width:0;border-style:solid;padding:0}.k-tabstrip-left>.k-tabstrip-items .k-loading,.k-tabstrip-right>.k-tabstrip-items .k-loading{display:none}.k-tabstrip-top>.k-tabstrip-items .k-state-active,.k-tabstrip-top>.k-tabstrip-items .k-tab-on-top{margin-bottom:-1px}.k-tabstrip-top>.k-tabstrip-items>.k-item{border-bottom-width:2px}.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top{margin-right:-2px}.k-tabstrip-left>.k-tabstrip-items>.k-item{border-right-width:2px}.k-tabstrip-right>.k-tabstrip-items>.k-item{border-left-width:2px}.k-tabstrip-bottom>.k-tabstrip-items>.k-item{border-top-width:2px}.k-tabstrip .k-tabstrip-items .k-link{padding:1.071em}.k-slider-track{border-width:1px;border-style:solid}.k-grouping-dropclue{margin-top:10px}.k-filter-row th,.k-grid-header th.k-header{padding:.786em .6em}.k-grid-header th.k-header{padding-left:1.286em}.k-filtercell>span{padding-right:5.714em}.k-filtercell>span>.k-button{padding-left:.714em;padding-right:.714em;line-height:1.286em;margin:0}.k-filter-row .k-dropdown-operator{width:2.714em;right:2.857em}.k-filter-menu{padding:.5em .5em 0}.k-filter-menu .k-button{margin:0;width:50%;border-radius:0}.k-filter-menu .k-primary{float:right}.k-filter-menu>div>div:last-child{margin:.5em -.5em 0;border-top-width:1px;border-top-style:solid}.k-filter-menu .k-primary{border-left-width:1px;border-left-style:solid}.k-grouping-header .k-group-indicator{padding:.5em .15em .429em .4em}.k-grid .k-grouping-row td{padding:.6em .6em .643em}.k-grouping-header .k-button,.k-grouping-header a{vertical-align:baseline}.k-grid td{padding:.929em 1.286em}.k-grid-header th.k-header>.k-link{padding:0;margin:0;min-height:16px;line-height:inherit}.k-grouping-header{line-height:2.6}.k-grid-content tr:last-child>td{border-bottom-width:0}.k-grid tr td,.k-pivot-layout .k-grid tr td{border-bottom-width:1px;border-style:solid}.k-grouping-row+tr td{border-top-width:0}.k-grid-content table tr:first-child td,.k-grid-content-locked table tr:first-child td{border-top:0}.k-grid-content tr td{border-left-width:0}.k-pager-numbers .k-state-selected{line-height:2.429em;cursor:pointer}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{border-width:2px 0 0;padding-top:.7em}.k-pager-wrap{line-height:1.286em;padding:.429em 0 .429em .25em}.k-pager-numbers .k-link,.k-pager-wrap>.k-link{height:2.429em;line-height:2.429em}.k-pager-sizes,.k-pager-wrap .k-link{padding:0;min-width:2.429em}.k-pager-wrap .k-pager-numbers .k-state-selected{margin-top:-.45em;padding-top:.45em;min-width:2.429em}.k-pager-wrap input.k-textbox{height:2.571em}.k-pager-info{padding:.714em 1.333em .643em 1.333em}.k-pager-wrap .k-pager-refresh{margin-right:1.214em}.k-pager-wrap .k-dropdown{width:5.2em}.k-combobox>.k-dropdown-wrap>.k-i-close{right:3.3em}.k-combobox-clearable .k-input{padding-right:2.5em}.k-multiselect>.k-multiselect-wrap>.k-i-close{top:7px}.k-autocomplete .k-i-loading,.k-multiselect .k-i-loading{bottom:10px}.k-multiselect>.k-multiselect-wrap>.k-i-close{top:10px}.k-autocomplete>.k-i-close,.k-multiselect>.k-multiselect-wrap>.k-i-close{margin-right:10px}.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap{padding:0 2.571em 0 0}.k-dropdown-wrap .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{width:2.571em}.k-datetimepicker{width:19.5em}.k-datetimepicker .k-select{width:5em}.k-datetimepicker .k-picker-wrap{padding-right:5em}.k-datetimepicker .k-picker-wrap .k-icon{margin:0 6px}.k-calendar .k-header{margin:0 -5px}.k-calendar td{padding:0}.k-calendar .k-content .k-link{min-height:2.571em;line-height:2.571em;padding:0;text-align:center}.k-calendar .k-century .k-link{text-align:left;padding:0 .7em;line-height:1.3em}.k-calendar th{border-bottom-width:0;padding:.714em .45em .714em 0}.k-calendar .k-footer{border-top-width:1px;border-top-style:solid;margin:0 -5px}.k-popup.k-list-container{padding:.286em 0}.k-popup.k-calendar-containe{padding:0}.k-fieldselector .k-list .k-item,.k-popup .k-list .k-item,.k-popup>.k-group-header{min-height:2.143em;line-height:2.143em}.k-fieldselector .k-pivot-configurator-settings li.k-item{padding-right:3.8em}.k-popup .k-list .k-item{padding:1px 11px}.k-button,.k-calendar .k-footer,.k-calendar .k-header .k-link{text-transform:uppercase}.k-widget.k-calendar .k-nav-fast{width:65%;height:2.571em;line-height:2.571em;margin:.429em -.08333em .429em 0}.k-calendar .k-header .k-icon{vertical-align:middle}.k-widget.k-calendar .k-nav-next,.k-widget.k-calendar .k-nav-prev{position:absolute;top:.429em;line-height:2.571em;height:2.571em}.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev{height:2.571em;width:2.571em}.k-widget.k-calendar .k-nav-prev{left:.429em}.k-widget.k-calendar .k-nav-next{right:.429em}.k-calendar .k-footer .k-nav-today,.k-calendar .k-footer>.k-state-disabled{padding:1.143em 0 1.071em}.k-popup.k-calendar-container{padding:0;border:0}.k-multiselect-wrap .k-input{height:2.214em}.k-multiselect-wrap li{border-radius:1.071em;margin:3px 0 3px 3px;padding:0 1.6em 0 .857em;line-height:1.86em}.k-multiselect-wrap li span{margin-right:.4em}.k-multiselect-wrap .k-select{padding-top:0}.k-numeric-wrap .k-select{vertical-align:baseline}.k-numerictextbox .k-link{display:block;height:1.284em}.k-numerictextbox .k-link .k-i-arrow-60-up{vertical-align:bottom}.k-numerictextbox .k-link .k-i-arrow-60-down{vertical-align:top}.k-menu .k-item,.k-menu.k-header,.k-widget.k-menu-horizontal>.k-item{border-width:0}.k-popup.k-context-menu{border-width:1px;border-style:solid}.k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link{padding:.5em 4.929em .5em 1.714em}.k-menu .k-item>.k-link>.k-i-arrow-60-right{right:2.143rem}.k-menu .k-animation-container .k-menu-group{padding:1.143em 0}.k-column-menu .k-menu .k-animation-container .k-menu-group{padding:0}.k-column-menu .k-menu-vertical .k-separator{height:0}table.k-editor{border-spacing:0}.k-editor .k-editable-area{border-width:1px 0 0}.k-editor .k-editor-toolbar-wrap{padding-left:10px}.k-toolbar{line-height:3.42em}.k-toolbar>div>label{line-height:3.42em}.k-toolbar .k-overflow-anchor>.k-icon{margin-top:-6px;margin-bottom:-6px}.k-toolbar .k-dropdown{margin-top:-1px}.k-toolbar .k-split-button .k-button{padding-top:10px;padding-bottom:10px}.k-toolbar .k-button-group{line-height:3.286em}.k-toolbar .k-button-group .k-button{line-height:inherit;padding:0 .857em}.k-toolbar .k-input{height:2.214em;line-height:2.214em;padding:.177em 0;text-indent:.8em;border:0;margin:0}.k-toolbar .k-overflow-anchor{border-width:0;line-height:3.286em;width:3.42em;height:3.42em;padding:0}.k-overflow-container .k-overflow-button,.k-split-container .k-button{font-size:1.2em}.k-button-group .k-tool{margin:6px 0}.k-toolbar .k-split-button-arrow{padding-left:.4em;padding-right:.4em}.k-editor-toolbar li.k-overflow-tools,.k-editor-toolbar li.k-tool-group{padding:0}.k-editor-toolbar .k-button-group .k-tool{width:48px;height:48px;line-height:48px;margin:0}.k-editor-toolbar .k-button-group .k-tool.k-group-end,.k-editor-toolbar .k-tool{border-width:0}.k-editor-toolbar .k-state-selected{font-weight:700}.k-filebrowser .k-filebrowser-toolbar{line-height:3.5em}.k-filebrowser .k-filebrowser-toolbar .k-upload{margin-top:3px}.k-filebrowser .k-filebrowser-toolbar .k-button-icon{margin-top:-3px}.k-filebrowser .k-upload .k-upload-button{vertical-align:bottom}.k-filebrowser .k-search-wrap .k-search{top:25%;right:4px}.k-filebrowser .k-search-wrap{padding:2px .3em}.k-filebrowser .k-tiles-arrange .k-dropdown{width:80px}.k-draghandle{border-width:2px}span.k-tooltip{padding:9px 17px}.k-block>.k-header,.k-window-titlebar{padding:.5em 0 .571em}.k-window-titlebar .k-window-actions{right:.929em;padding-top:.45em}div.k-window{border-width:0}.k-window-title{right:1.143em;left:1.143em}div.k-window-content{padding:1.333em}div.editorToolbarWindow.k-window-content{padding:0}.editorToolbarWindow .k-editortoolbar-dragHandle{line-height:30px}.k-file{padding:.643em .17em .643em 1em}.k-scheduler-table td,.k-scheduler-table th{height:1.643em}.k-gantt-treelist .k-grid-header tr{height:5.714em}.k-gantt-timeline .k-grid-header tr{height:2.857em}.k-gantt .k-task-summary-complete:after,.k-gantt .k-task-summary-complete:before,.k-gantt .k-task-summary:after,.k-gantt .k-task-summary:before{border-width:0}.k-gantt .k-task{border-width:0}.k-gantt .k-task-actions{line-height:2.429em}.k-gantt .k-task-single{margin-top:-.429em}.k-gantt .k-task-template{padding:.643em 1.4em .643em .6em}.k-gantt .k-task-milestone{width:17px;height:17px}.k-gantt .k-task-draghandle{margin-left:24px;border-width:8px;border-radius:0 50% 50% 50%;border-style:solid;bottom:-11px}.k-gantt .k-gantt-timeline th{text-align:left}.k-gantt .k-grid-content tr,.k-gantt-rows tr,.k-gantt-tasks tr{height:3.5em}.k-notification-wrap{padding:1.786em}.k-notification-wrap>.k-i-close{top:21px}.k-slider-track{border-width:0}.k-slider .k-button .k-icon{margin-top:5px}.k-slider-horizontal .k-slider-selection,.k-slider-horizontal .k-slider-track{height:2px;margin-top:-1px}.k-slider-vertical .k-slider-selection,.k-slider-vertical .k-slider-track{width:2px;margin-left:-1px}.k-flatcolorpicker .k-hue-slider .k-draghandle,.k-flatcolorpicker .k-transparency-slider .k-draghandle,.k-slider-horizontal .k-draghandle,.k-slider-vertical .k-draghandle{width:6px;height:6px}.k-flatcolorpicker .k-hue-slider .k-draghandle{margin-top:-1px}.k-colorpicker .k-picker-wrap{line-height:2.214em}.k-colorpicker .k-selected-color{height:2.57142857em;width:2.57142857em}.k-colorpicker .k-selected-color .k-i-line{line-height:2.57142857em;font-size:2.57142857em}.k-draghandle.k-state-selected,.k-draghandle.k-state-selected:link,.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected,.k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected{width:10px;height:10px}.k-draghandle.k-state-focused.k-state-selected{margin-left:-2px}.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected,.k-slider-horizontal .k-draghandle.k-state-selected{top:-6px}.k-slider-vertical .k-draghandle.k-state-selected{left:-4px}.k-panelbar-collapse,.k-panelbar-expand{right:16px}.k-header.k-grid-toolbar{border-color:#3343a4}.k-grid-toolbar,.k-grouping-header{padding:.429em}.k-grouping-header{padding-left:1.286em}.k-grid .k-icon{opacity:.45}.k-grid td.k-group-cell,.k-grid th.k-group-cell{text-overflow:clip}form.k-filter-menu .k-textbox{margin-bottom:7px}.k-gantt-toolbar,.k-scheduler-footer .k-scheduler-fullday,.k-scheduler-toolbar .k-nav-today,.k-scheduler-toolbar .k-scheduler-views{text-transform:uppercase}.k-scheduler-footer .k-icon.k-i-clock{display:none}.k-gantt-toolbar>ul>li,.k-scheduler-toolbar>ul>li{border-width:0 0 2px 0}.k-gantt-toggle,.k-gantt-toolbar li .k-link,.k-scheduler-toolbar li .k-link{vertical-align:middle;line-height:46px}.k-gantt-toggle{padding:0}.k-gantt-actions{vertical-align:middle;line-height:48px}.k-gantt-actions>.k-button{vertical-align:middle}.k-gantt-toolbar,.k-scheduler-footer,.k-scheduler-toolbar{line-height:44px;vertical-align:middle}.k-scheduler-footer{padding:0}.k-popup-edit-form .k-primary{float:right}.k-popup-edit-form:after{content:" ";display:block;clear:both}.k-gantt-toolbar,.k-scheduler-toolbar{padding:0 1.286em}.k-scheduler-navigation{margin-left:-.786em}.k-drag-clue{font-size:1em;padding:.65em 1em}.k-splitbar-horizontal-hover .k-resize-handle{background-position:-165px -6px}.k-splitbar-vertical-hover .k-resize-handle{background-position:-38px -309px}.k-splitbar-horizontal.k-state-focused .k-resize-handle{background-position:-181px -6px}.k-splitbar-vertical.k-state-focused .k-resize-handle{background-position:-70px -309px}.k-grid-header .k-grid-filter,.k-grid-header .k-header-column-menu{padding:.714em;margin:-.786em -.6em -.786em 0}.k-checkbox-label,.k-radio-label{line-height:18px}.k-checkbox:indeterminate+.k-checkbox-label:before{border-width:2px}.k-checkbox+.k-checkbox-label:before{z-index:1}.k-checkbox:indeterminate+.k-checkbox-label:after{width:10px;height:10px;border-width:0;margin-left:0;top:5px;left:5px;-webkit-transform:none;-ms-transform:none;transform:none;z-index:2}.k-radio:checked+.k-radio-label:after{top:4px;left:4px}.k-rtl .k-widget .k-dropdown-wrap,.k-rtl .k-widget .k-numeric-wrap,.k-rtl .k-widget .k-picker-wrap{padding-left:2.5em}.k-rtl .k-widget.k-autocomplete>.k-i-close,.k-rtl .k-widget.k-multiselect>.k-multiselect-wrap>.k-i-close{left:0;right:initial;margin-left:10px;margin-right:0}.k-rtl .k-widget.k-combobox>.k-dropdown-wrap>.k-i-close{left:3.3em;right:initial}.k-rtl .k-widget.k-datetimepicker .k-picker-wrap{padding-left:5em}.k-rtl .k-widget.k-datetimepicker .k-picker-wrap .k-icon{margin:0 6px}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected,.km-pane-wrapper .k-pager-wrap>.k-link{border-radius:0}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-wrap>.k-link,.km-pane-wrapper .k-pager-wrap>.k-pager-info{padding:.571em .86em}.km-pane-wrapper .k-pager-numbers .k-state-selected{padding:.971em .86em .571em}.km-pane-wrapper .k-pager-numbers .k-link{min-width:2.429em}.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar{border-bottom-width:1px;border-bottom-style:solid;padding-bottom:0}.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar .k-scheduler-navigation{margin-bottom:-.6em}.km-pane-wrapper .k-scheduler-views{width:auto}.k-spreadsheet .k-spreadsheet-action-bar{font-size:14px}.k-spreadsheet-window .k-edit-field,.k-spreadsheet-window .k-edit-label{padding:0;line-height:4em}.k-spreadsheet-window .k-edit-label>label{vertical-align:middle}.k-spreadsheet-window .k-edit-field .k-radio-label{padding-left:1.75em}.k-spreadsheet-window .k-edit-field>.k-radio-label:after,.k-spreadsheet-window .k-edit-field>.k-radio-label:before{margin-top:-2px}.k-spreadsheet-window .hint-wrapper:before{margin-left:-1em;padding-right:1em;padding-left:1em}div.k-spreadsheet-window{padding:1em}.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content{min-width:325px;width:25.8em}.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content{min-height:510px;height:42em}.k-edit-form-container .editor-label,.k-edit-label{padding:.8em 0 1em}.k-editor-dialog .k-root-tabs{padding:0 1em}.k-editor-dialog ul.k-tabstrip-items{padding:0;border:0}.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align{min-width:59px}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown,.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox{width:15.74em}.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align,.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox+.k-dropdown{width:4.7em}.k-animation-container .k-popup.k-align .k-list .k-icon{line-height:1.4em}.k-animation-container .k-popup.k-align .k-list .k-i-align-remove{line-height:1.6em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons{padding:.6em 1.3em}.k-grid .k-edit-cell input.k-checkbox,.k-grid .k-edit-cell input[type=checkbox]{margin-left:-webkit-calc(1em + 4px);margin-left:calc(1em + 4px)}.k-grid .k-edit-cell input.k-checkbox+label.k-checkbox-label,.k-grid .k-edit-cell input[type=checkbox]+label.k-checkbox-label{margin-left:1em}
@font-face{font-family:esf-custom-icons;src:url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot);src:url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.eot?#iefix) format("embedded-opentype"),url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.woff) format("woff"),url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.ttf) format("truetype"),url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/frontend/assets/fonts/esf-custom-icons.svg#esf-custom-icons) format("svg");font-weight:400;font-style:normal}[data-icon-esf]:before{font-family:esf-custom-icons!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" icon-esf"]:before,[class^=icon-esf]:before{font-family:esf-custom-icons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-esf-thumbs-up:before{content:"\73"}.icon-esf-plus:before{content:"\62"}.icon-esf-heart:before{content:"\63"}.icon-esf-comments:before{content:"\64"}.icon-esf-comment:before{content:"\65"}.icon-esf-smile-o:before{content:"\66"}.icon-esf-clone:before{content:"\67"}.icon-esf-video-camera:before{content:"\68"}.icon-esf-share:before{content:"\69"}.icon-esf-instagram:before{content:"\6a"}.icon-esf-facebook:before{content:"\e001"}.icon-esf-twitter:before{content:"\e002"}.icon-esf-linkedin:before{content:"\e003"}.icon-esf-thumbs-o-up:before{content:"\e004"}.icon-esf-comment-o:before{content:"\e005"}.icon-esf-picture-o:before{content:"\e006"}.icon-esf-tag:before{content:"\e000"}.icon-esf-user:before{content:"\e007"}.icon-esf-angle-left:before{content:"\e008"}.icon-esf-angle-right:before{content:"\e009"}.icon-esf-calendar:before{content:"\e00a"}.icon-esf-check:before{content:"\e00b"}.esfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.esfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.esfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.esfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.esfp-align-top .esfp-container:before {
display: none;
}
.esfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.esfp-inline-holder .esfp-content, .esfp-ajax-holder .esfp-content {
width: 100%;
cursor: auto;
}
.esfp-ajax-cur {
cursor: progress;
}
.esfp-zoom-out-cur, .esfp-zoom-out-cur .esfp-image-holder .esfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.esfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.esfp-auto-cursor .esfp-content {
cursor: auto;
}
.esfp-close, .esfp-arrow, .esfp-preloader, .esfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.esfp-loading.esfp-figure {
display: none;
}
.esfp-hide {
display: none !important;
}
.esfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.esfp-preloader a {
color: #CCC;
}
.esfp-preloader a:hover {
color: #FFF;
}
.esfp-s-ready .esfp-preloader {
display: none;
}
.esfp-s-error .esfp-content {
display: none;
}
button.esfp-close, button.esfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.esfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.esfp-close:hover, .esfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.esfp-close:active {
top: 1px;
}
.esfp-close-btn-in .esfp-close {
color: #333;
}
.esfp-image-holder .esfp-close, .esfp-iframe-holder .esfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.esfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.esfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.esfp-arrow:active {
margin-top: -54px;
}
.esfp-arrow:hover, .esfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.esfp-arrow:before, .esfp-arrow:after, .esfp-arrow .esfp-b, .esfp-arrow .esfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.esfp-arrow:after, .esfp-arrow .esfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.esfp-arrow:before, .esfp-arrow .esfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.esfp-arrow-left {
left: 0;
}
.esfp-arrow-left:after, .esfp-arrow-left .esfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.esfp-arrow-left:before, .esfp-arrow-left .esfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.esfp-arrow-right {
right: 0;
}
.esfp-arrow-right:after, .esfp-arrow-right .esfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.esfp-arrow-right:before, .esfp-arrow-right .esfp-b {
border-left: 27px solid #3F3F3F;
}
.esfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.esfp-iframe-holder .esfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.esfp-iframe-holder .esfp-close {
top: -40px;
}
.esfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.esfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.esfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .esfp-figure {
line-height: 0;
}
.esfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.esfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.esfp-figure figure {
margin: 0;
}
.esfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.esfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.esfp-image-holder .esfp-content {
max-width: 100%;
}
.esfp-gallery .esfp-image-holder .esfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .esfp-img-mobile .esfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.esfp-img-mobile img.esfp-img {
padding: 0;
}
.esfp-img-mobile .esfp-figure:after {
top: 0;
bottom: 0;
}
.esfp-img-mobile .esfp-figure small {
display: inline;
margin-left: 5px;
}
.esfp-img-mobile .esfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.esfp-img-mobile .esfp-bottom-bar:empty {
padding: 0;
}
.esfp-img-mobile .esfp-counter {
right: 5px;
top: 3px;
}
.esfp-img-mobile .esfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.esfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.esfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.esfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.esfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.esfp-ie7 .esfp-img {
padding: 0;
}
.esfp-ie7 .esfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.esfp-ie7 .esfp-container {
padding: 0;
}
.esfp-ie7 .esfp-content {
padding-top: 44px;
}
.esfp-ie7 .esfp-close {
top: 0;
right: 0;
padding-top: 0;
}.efbl-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.efbl-container{max-width:540px}}@media(min-width: 768px){.efbl-container{max-width:720px}}@media(min-width: 992px){.efbl-container{max-width:960px}}@media(min-width: 1200px){.efbl-container{max-width:1140px}}.efbl-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.efbl-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.efbl-no-gutters{margin-right:0;margin-left:0}.efbl-no-gutters>.efbl-col,.efbl-no-gutters>[class*=efbl-col-]{padding-right:0;padding-left:0}.efbl-col-xl,.efbl-col-xl-auto,.efbl-col-xl-12,.efbl-col-xl-11,.efbl-col-xl-10,.efbl-col-xl-9,.efbl-col-xl-8,.efbl-col-xl-7,.efbl-col-xl-6,.efbl-col-xl-5,.efbl-col-xl-4,.efbl-col-xl-3,.efbl-col-xl-2,.efbl-col-xl-1,.efbl-col-lg,.efbl-col-lg-auto,.efbl-col-lg-12,.efbl-col-lg-11,.efbl-col-lg-10,.efbl-col-lg-9,.efbl-col-lg-8,.efbl-col-lg-7,.efbl-col-lg-6,.efbl-col-lg-5,.efbl-col-lg-4,.efbl-col-lg-3,.efbl-col-lg-2,.efbl-col-lg-1,.efbl-col-md,.efbl-col-md-auto,.efbl-col-md-12,.efbl-col-md-11,.efbl-col-md-10,.efbl-col-md-9,.efbl-col-md-8,.efbl-col-md-7,.efbl-col-md-6,.efbl-col-md-5,.efbl-col-md-4,.efbl-col-md-3,.efbl-col-md-2,.efbl-col-md-1,.efbl-col-sm,.efbl-col-sm-auto,.efbl-col-sm-12,.efbl-col-sm-11,.efbl-col-sm-10,.efbl-col-sm-9,.efbl-col-sm-8,.efbl-col-sm-7,.efbl-col-sm-6,.efbl-col-sm-5,.efbl-col-sm-4,.efbl-col-sm-3,.efbl-col-sm-2,.efbl-col-sm-1,.efbl-col,.efbl-col-auto,.efbl-col-12,.efbl-col-11,.efbl-col-10,.efbl-col-9,.efbl-col-8,.efbl-col-7,.efbl-col-6,.efbl-col-5,.efbl-col-4,.efbl-col-3,.efbl-col-2,.efbl-col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.efbl-col{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-3{flex:0 0 25%;max-width:25%}.efbl-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-6{flex:0 0 50%;max-width:50%}.efbl-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-9{flex:0 0 75%;max-width:75%}.efbl-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-12{flex:0 0 100%;max-width:100%}.efbl-order-first{order:-1}.efbl-order-last{order:13}.efbl-order-0{order:0}.efbl-order-1{order:1}.efbl-order-2{order:2}.efbl-order-3{order:3}.efbl-order-4{order:4}.efbl-order-5{order:5}.efbl-order-6{order:6}.efbl-order-7{order:7}.efbl-order-8{order:8}.efbl-order-9{order:9}.efbl-order-10{order:10}.efbl-order-11{order:11}.efbl-order-12{order:12}.efbl-offset-1{margin-left:8.3333333333%}.efbl-offset-2{margin-left:16.6666666667%}.efbl-offset-3{margin-left:25%}.efbl-offset-4{margin-left:33.3333333333%}.efbl-offset-5{margin-left:41.6666666667%}.efbl-offset-6{margin-left:50%}.efbl-offset-7{margin-left:58.3333333333%}.efbl-offset-8{margin-left:66.6666666667%}.efbl-offset-9{margin-left:75%}.efbl-offset-10{margin-left:83.3333333333%}.efbl-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.efbl-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-sm-3{flex:0 0 25%;max-width:25%}.efbl-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-sm-6{flex:0 0 50%;max-width:50%}.efbl-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-sm-9{flex:0 0 75%;max-width:75%}.efbl-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-sm-12{flex:0 0 100%;max-width:100%}.efbl-order-sm-first{order:-1}.efbl-order-sm-last{order:13}.efbl-order-sm-0{order:0}.efbl-order-sm-1{order:1}.efbl-order-sm-2{order:2}.efbl-order-sm-3{order:3}.efbl-order-sm-4{order:4}.efbl-order-sm-5{order:5}.efbl-order-sm-6{order:6}.efbl-order-sm-7{order:7}.efbl-order-sm-8{order:8}.efbl-order-sm-9{order:9}.efbl-order-sm-10{order:10}.efbl-order-sm-11{order:11}.efbl-order-sm-12{order:12}.efbl-offset-sm-0{margin-left:0}.efbl-offset-sm-1{margin-left:8.3333333333%}.efbl-offset-sm-2{margin-left:16.6666666667%}.efbl-offset-sm-3{margin-left:25%}.efbl-offset-sm-4{margin-left:33.3333333333%}.efbl-offset-sm-5{margin-left:41.6666666667%}.efbl-offset-sm-6{margin-left:50%}.efbl-offset-sm-7{margin-left:58.3333333333%}.efbl-offset-sm-8{margin-left:66.6666666667%}.efbl-offset-sm-9{margin-left:75%}.efbl-offset-sm-10{margin-left:83.3333333333%}.efbl-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.efbl-col-md{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-md-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-md-3{flex:0 0 25%;max-width:25%}.efbl-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-md-6{flex:0 0 50%;max-width:50%}.efbl-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-md-9{flex:0 0 75%;max-width:75%}.efbl-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-md-12{flex:0 0 100%;max-width:100%}.efbl-order-md-first{order:-1}.efbl-order-md-last{order:13}.efbl-order-md-0{order:0}.efbl-order-md-1{order:1}.efbl-order-md-2{order:2}.efbl-order-md-3{order:3}.efbl-order-md-4{order:4}.efbl-order-md-5{order:5}.efbl-order-md-6{order:6}.efbl-order-md-7{order:7}.efbl-order-md-8{order:8}.efbl-order-md-9{order:9}.efbl-order-md-10{order:10}.efbl-order-md-11{order:11}.efbl-order-md-12{order:12}.efbl-offset-md-0{margin-left:0}.efbl-offset-md-1{margin-left:8.3333333333%}.efbl-offset-md-2{margin-left:16.6666666667%}.efbl-offset-md-3{margin-left:25%}.efbl-offset-md-4{margin-left:33.3333333333%}.efbl-offset-md-5{margin-left:41.6666666667%}.efbl-offset-md-6{margin-left:50%}.efbl-offset-md-7{margin-left:58.3333333333%}.efbl-offset-md-8{margin-left:66.6666666667%}.efbl-offset-md-9{margin-left:75%}.efbl-offset-md-10{margin-left:83.3333333333%}.efbl-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.efbl-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-lg-3{flex:0 0 25%;max-width:25%}.efbl-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-lg-6{flex:0 0 50%;max-width:50%}.efbl-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-lg-9{flex:0 0 75%;max-width:75%}.efbl-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-lg-12{flex:0 0 100%;max-width:100%}.efbl-order-lg-first{order:-1}.efbl-order-lg-last{order:13}.efbl-order-lg-0{order:0}.efbl-order-lg-1{order:1}.efbl-order-lg-2{order:2}.efbl-order-lg-3{order:3}.efbl-order-lg-4{order:4}.efbl-order-lg-5{order:5}.efbl-order-lg-6{order:6}.efbl-order-lg-7{order:7}.efbl-order-lg-8{order:8}.efbl-order-lg-9{order:9}.efbl-order-lg-10{order:10}.efbl-order-lg-11{order:11}.efbl-order-lg-12{order:12}.efbl-offset-lg-0{margin-left:0}.efbl-offset-lg-1{margin-left:8.3333333333%}.efbl-offset-lg-2{margin-left:16.6666666667%}.efbl-offset-lg-3{margin-left:25%}.efbl-offset-lg-4{margin-left:33.3333333333%}.efbl-offset-lg-5{margin-left:41.6666666667%}.efbl-offset-lg-6{margin-left:50%}.efbl-offset-lg-7{margin-left:58.3333333333%}.efbl-offset-lg-8{margin-left:66.6666666667%}.efbl-offset-lg-9{margin-left:75%}.efbl-offset-lg-10{margin-left:83.3333333333%}.efbl-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.efbl-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.efbl-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.efbl-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.efbl-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.efbl-col-xl-3{flex:0 0 25%;max-width:25%}.efbl-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.efbl-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.efbl-col-xl-6{flex:0 0 50%;max-width:50%}.efbl-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.efbl-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.efbl-col-xl-9{flex:0 0 75%;max-width:75%}.efbl-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.efbl-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.efbl-col-xl-12{flex:0 0 100%;max-width:100%}.efbl-order-xl-first{order:-1}.efbl-order-xl-last{order:13}.efbl-order-xl-0{order:0}.efbl-order-xl-1{order:1}.efbl-order-xl-2{order:2}.efbl-order-xl-3{order:3}.efbl-order-xl-4{order:4}.efbl-order-xl-5{order:5}.efbl-order-xl-6{order:6}.efbl-order-xl-7{order:7}.efbl-order-xl-8{order:8}.efbl-order-xl-9{order:9}.efbl-order-xl-10{order:10}.efbl-order-xl-11{order:11}.efbl-order-xl-12{order:12}.efbl-offset-xl-0{margin-left:0}.efbl-offset-xl-1{margin-left:8.3333333333%}.efbl-offset-xl-2{margin-left:16.6666666667%}.efbl-offset-xl-3{margin-left:25%}.efbl-offset-xl-4{margin-left:33.3333333333%}.efbl-offset-xl-5{margin-left:41.6666666667%}.efbl-offset-xl-6{margin-left:50%}.efbl-offset-xl-7{margin-left:58.3333333333%}.efbl-offset-xl-8{margin-left:66.6666666667%}.efbl-offset-xl-9{margin-left:75%}.efbl-offset-xl-10{margin-left:83.3333333333%}.efbl-offset-xl-11{margin-left:91.6666666667%}}.efbl-align-baseline{vertical-align:baseline !important}.efbl-align-top{vertical-align:top !important}.efbl-align-middle{vertical-align:middle !important}.efbl-align-bottom{vertical-align:bottom !important}.efbl-align-text-bottom{vertical-align:text-bottom !important}.efbl-align-text-top{vertical-align:text-top !important}.efbl-clearfix::after{display:block;clear:both;content:""}.efbl-d-none{display:none !important}.efbl-d-inline{display:inline !important}.efbl-d-inline-block{display:inline-block !important}.efbl-d-block{display:block !important}.efbl-d-table{display:table !important}.efbl-d-table-row{display:table-row !important}.efbl-d-table-cell{display:table-cell !important}.efbl-d-flex,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta,.efbl_header .efbl_header_inner_wrap{display:flex !important}.efbl-d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.efbl-d-sm-none{display:none !important}.efbl-d-sm-inline{display:inline !important}.efbl-d-sm-inline-block{display:inline-block !important}.efbl-d-sm-block{display:block !important}.efbl-d-sm-table{display:table !important}.efbl-d-sm-table-row{display:table-row !important}.efbl-d-sm-table-cell{display:table-cell !important}.efbl-d-sm-flex{display:flex !important}.efbl-d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.efbl-d-md-none{display:none !important}.efbl-d-md-inline{display:inline !important}.efbl-d-md-inline-block{display:inline-block !important}.efbl-d-md-block{display:block !important}.efbl-d-md-table{display:table !important}.efbl-d-md-table-row{display:table-row !important}.efbl-d-md-table-cell{display:table-cell !important}.efbl-d-md-flex{display:flex !important}.efbl-d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.efbl-d-lg-none{display:none !important}.efbl-d-lg-inline{display:inline !important}.efbl-d-lg-inline-block{display:inline-block !important}.efbl-d-lg-block{display:block !important}.efbl-d-lg-table{display:table !important}.efbl-d-lg-table-row{display:table-row !important}.efbl-d-lg-table-cell{display:table-cell !important}.efbl-d-lg-flex{display:flex !important}.efbl-d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.efbl-d-xl-none{display:none !important}.efbl-d-xl-inline{display:inline !important}.efbl-d-xl-inline-block{display:inline-block !important}.efbl-d-xl-block{display:block !important}.efbl-d-xl-table{display:table !important}.efbl-d-xl-table-row{display:table-row !important}.efbl-d-xl-table-cell{display:table-cell !important}.efbl-d-xl-flex{display:flex !important}.efbl-d-xl-inline-flex{display:inline-flex !important}}.efbl-flex-row{flex-direction:row !important}.efbl-flex-column,.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-d-flex,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-caption,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_popup_like,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>li,.efbl_feeds_carousel .efbl-grid-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl_feeds_carousel .efbl-grid-wrapper .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-grid-wrapper .efbl-post-footer>button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_header_meta,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_cat,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_followers,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-verified-status,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i{flex-direction:column !important}.efbl-flex-row-reverse{flex-direction:row-reverse !important}.efbl-flex-column-reverse{flex-direction:column-reverse !important}.efbl-flex-wrap,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{flex-wrap:wrap !important}.efbl-flex-nowrap{flex-wrap:nowrap !important}.efbl-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-start{justify-content:flex-start !important}.efbl-justify-content-end{justify-content:flex-end !important}.efbl-justify-content-center,.efbl_feeds_carousel .owl-nav{justify-content:center !important}.efbl-justify-content-between{justify-content:space-between !important}.efbl-justify-content-around{justify-content:space-around !important}.efbl-align-items-start{align-items:flex-start !important}.efbl-align-items-end{align-items:flex-end !important}.efbl-align-items-center,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li,.efbl_feeds_carousel .owl-nav button,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{align-items:center !important}.efbl-align-items-baseline{align-items:baseline !important}.efbl-align-items-stretch{align-items:stretch !important}.efbl-align-content-start{align-content:flex-start !important}.efbl-align-content-end{align-content:flex-end !important}.efbl-align-content-center{align-content:center !important}.efbl-align-content-between{align-content:space-between !important}.efbl-align-content-around{align-content:space-around !important}.efbl-align-content-stretch{align-content:stretch !important}.efbl-align-self-auto{align-self:auto !important}.efbl-align-self-start{align-self:flex-start !important}.efbl-align-self-end{align-self:flex-end !important}.efbl-align-self-center{align-self:center !important}.efbl-align-self-baseline{align-self:baseline !important}.efbl-align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.efbl-flex-sm-row{flex-direction:row !important}.efbl-flex-sm-column{flex-direction:column !important}.efbl-flex-sm-row-reverse{flex-direction:row-reverse !important}.efbl-flex-sm-column-reverse{flex-direction:column-reverse !important}.efbl-flex-sm-wrap{flex-wrap:wrap !important}.efbl-flex-sm-nowrap{flex-wrap:nowrap !important}.efbl-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-sm-start{justify-content:flex-start !important}.efbl-justify-content-sm-end{justify-content:flex-end !important}.efbl-justify-content-sm-center{justify-content:center !important}.efbl-justify-content-sm-between{justify-content:space-between !important}.efbl-justify-content-sm-around{justify-content:space-around !important}.efbl-align-items-sm-start{align-items:flex-start !important}.efbl-align-items-sm-end{align-items:flex-end !important}.efbl-align-items-sm-center{align-items:center !important}.efbl-align-items-sm-baseline{align-items:baseline !important}.efbl-align-items-sm-stretch{align-items:stretch !important}.efbl-align-content-sm-start{align-content:flex-start !important}.efbl-align-content-sm-end{align-content:flex-end !important}.efbl-align-content-sm-center{align-content:center !important}.efbl-align-content-sm-between{align-content:space-between !important}.efbl-align-content-sm-around{align-content:space-around !important}.efbl-align-content-sm-stretch{align-content:stretch !important}.efbl-align-self-sm-auto{align-self:auto !important}.efbl-align-self-sm-start{align-self:flex-start !important}.efbl-align-self-sm-end{align-self:flex-end !important}.efbl-align-self-sm-center{align-self:center !important}.efbl-align-self-sm-baseline{align-self:baseline !important}.efbl-align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.efbl-flex-md-row{flex-direction:row !important}.efbl-flex-md-column{flex-direction:column !important}.efbl-flex-md-row-reverse{flex-direction:row-reverse !important}.efbl-flex-md-column-reverse{flex-direction:column-reverse !important}.efbl-flex-md-wrap{flex-wrap:wrap !important}.efbl-flex-md-nowrap{flex-wrap:nowrap !important}.efbl-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-md-start{justify-content:flex-start !important}.efbl-justify-content-md-end{justify-content:flex-end !important}.efbl-justify-content-md-center{justify-content:center !important}.efbl-justify-content-md-between{justify-content:space-between !important}.efbl-justify-content-md-around{justify-content:space-around !important}.efbl-align-items-md-start{align-items:flex-start !important}.efbl-align-items-md-end{align-items:flex-end !important}.efbl-align-items-md-center{align-items:center !important}.efbl-align-items-md-baseline{align-items:baseline !important}.efbl-align-items-md-stretch{align-items:stretch !important}.efbl-align-content-md-start{align-content:flex-start !important}.efbl-align-content-md-end{align-content:flex-end !important}.efbl-align-content-md-center{align-content:center !important}.efbl-align-content-md-between{align-content:space-between !important}.efbl-align-content-md-around{align-content:space-around !important}.efbl-align-content-md-stretch{align-content:stretch !important}.efbl-align-self-md-auto{align-self:auto !important}.efbl-align-self-md-start{align-self:flex-start !important}.efbl-align-self-md-end{align-self:flex-end !important}.efbl-align-self-md-center{align-self:center !important}.efbl-align-self-md-baseline{align-self:baseline !important}.efbl-align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.efbl-flex-lg-row{flex-direction:row !important}.efbl-flex-lg-column{flex-direction:column !important}.efbl-flex-lg-row-reverse{flex-direction:row-reverse !important}.efbl-flex-lg-column-reverse{flex-direction:column-reverse !important}.efbl-flex-lg-wrap{flex-wrap:wrap !important}.efbl-flex-lg-nowrap{flex-wrap:nowrap !important}.efbl-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-lg-start{justify-content:flex-start !important}.efbl-justify-content-lg-end{justify-content:flex-end !important}.efbl-justify-content-lg-center{justify-content:center !important}.efbl-justify-content-lg-between{justify-content:space-between !important}.efbl-justify-content-lg-around{justify-content:space-around !important}.efbl-align-items-lg-start{align-items:flex-start !important}.efbl-align-items-lg-end{align-items:flex-end !important}.efbl-align-items-lg-center{align-items:center !important}.efbl-align-items-lg-baseline{align-items:baseline !important}.efbl-align-items-lg-stretch{align-items:stretch !important}.efbl-align-content-lg-start{align-content:flex-start !important}.efbl-align-content-lg-end{align-content:flex-end !important}.efbl-align-content-lg-center{align-content:center !important}.efbl-align-content-lg-between{align-content:space-between !important}.efbl-align-content-lg-around{align-content:space-around !important}.efbl-align-content-lg-stretch{align-content:stretch !important}.efbl-align-self-lg-auto{align-self:auto !important}.efbl-align-self-lg-start{align-self:flex-start !important}.efbl-align-self-lg-end{align-self:flex-end !important}.efbl-align-self-lg-center{align-self:center !important}.efbl-align-self-lg-baseline{align-self:baseline !important}.efbl-align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.efbl-flex-xl-row{flex-direction:row !important}.efbl-flex-xl-column{flex-direction:column !important}.efbl-flex-xl-row-reverse{flex-direction:row-reverse !important}.efbl-flex-xl-column-reverse{flex-direction:column-reverse !important}.efbl-flex-xl-wrap{flex-wrap:wrap !important}.efbl-flex-xl-nowrap{flex-wrap:nowrap !important}.efbl-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.efbl-justify-content-xl-start{justify-content:flex-start !important}.efbl-justify-content-xl-end{justify-content:flex-end !important}.efbl-justify-content-xl-center{justify-content:center !important}.efbl-justify-content-xl-between{justify-content:space-between !important}.efbl-justify-content-xl-around{justify-content:space-around !important}.efbl-align-items-xl-start{align-items:flex-start !important}.efbl-align-items-xl-end{align-items:flex-end !important}.efbl-align-items-xl-center{align-items:center !important}.efbl-align-items-xl-baseline{align-items:baseline !important}.efbl-align-items-xl-stretch{align-items:stretch !important}.efbl-align-content-xl-start{align-content:flex-start !important}.efbl-align-content-xl-end{align-content:flex-end !important}.efbl-align-content-xl-center{align-content:center !important}.efbl-align-content-xl-between{align-content:space-between !important}.efbl-align-content-xl-around{align-content:space-around !important}.efbl-align-content-xl-stretch{align-content:stretch !important}.efbl-align-self-xl-auto{align-self:auto !important}.efbl-align-self-xl-start{align-self:flex-start !important}.efbl-align-self-xl-end{align-self:flex-end !important}.efbl-align-self-xl-center{align-self:center !important}.efbl-align-self-xl-baseline{align-self:baseline !important}.efbl-align-self-xl-stretch{align-self:stretch !important}}.efbl-float-left{float:left !important}.efbl-float-right{float:right !important}.efbl-float-none{float:none !important}@media(min-width: 576px){.efbl-float-sm-left{float:left !important}.efbl-float-sm-right{float:right !important}.efbl-float-sm-none{float:none !important}}@media(min-width: 768px){.efbl-float-md-left{float:left !important}.efbl-float-md-right{float:right !important}.efbl-float-md-none{float:none !important}}@media(min-width: 992px){.efbl-float-lg-left{float:left !important}.efbl-float-lg-right{float:right !important}.efbl-float-lg-none{float:none !important}}@media(min-width: 1200px){.efbl-float-xl-left{float:left !important}.efbl-float-xl-right{float:right !important}.efbl-float-xl-none{float:none !important}}.efbl-position-static{position:static !important}.efbl-position-relative{position:relative !important}.efbl-position-absolute{position:absolute !important}.efbl-position-fixed{position:fixed !important}.efbl-position-sticky{position:sticky !important}.efbl-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.efbl-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.efbl-sticky-top{position:sticky;top:0;z-index:1020}}.efbl-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.efbl-sr-only-focusable:active,.efbl-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.efbl-w-25{width:25% !important}.efbl-w-50{width:50% !important}.efbl-w-75{width:75% !important}.efbl-w-100{width:100% !important}.efbl-h-25{height:25% !important}.efbl-h-50{height:50% !important}.efbl-h-75{height:75% !important}.efbl-h-100{height:100% !important}.efbl-mw-100{max-width:100% !important}.efbl-mh-100{max-height:100% !important}.efbl-m-0{margin:0 !important}.efbl-mt-0,.efbl-my-0{margin-top:0 !important}.efbl-mr-0,.efbl-mx-0{margin-right:0 !important}.efbl-mb-0,.efbl-my-0{margin-bottom:0 !important}.efbl-ml-0,.efbl-mx-0{margin-left:0 !important}.efbl-m-1{margin:.25rem !important}.efbl-mt-1,.efbl-my-1{margin-top:.25rem !important}.efbl-mr-1,.efbl-mx-1{margin-right:.25rem !important}.efbl-mb-1,.efbl-my-1{margin-bottom:.25rem !important}.efbl-ml-1,.efbl-mx-1{margin-left:.25rem !important}.efbl-m-2{margin:.5rem !important}.efbl-mt-2,.efbl-my-2{margin-top:.5rem !important}.efbl-mr-2,.efbl-mx-2{margin-right:.5rem !important}.efbl-mb-2,.efbl-my-2{margin-bottom:.5rem !important}.efbl-ml-2,.efbl-mx-2{margin-left:.5rem !important}.efbl-m-3{margin:1rem !important}.efbl-mt-3,.efbl-my-3{margin-top:1rem !important}.efbl-mr-3,.efbl-mx-3{margin-right:1rem !important}.efbl-mb-3,.efbl-my-3{margin-bottom:1rem !important}.efbl-ml-3,.efbl-mx-3{margin-left:1rem !important}.efbl-m-4{margin:1.5rem !important}.efbl-mt-4,.efbl-my-4{margin-top:1.5rem !important}.efbl-mr-4,.efbl-mx-4{margin-right:1.5rem !important}.efbl-mb-4,.efbl-my-4{margin-bottom:1.5rem !important}.efbl-ml-4,.efbl-mx-4{margin-left:1.5rem !important}.efbl-m-5{margin:3rem !important}.efbl-mt-5,.efbl-my-5{margin-top:3rem !important}.efbl-mr-5,.efbl-mx-5{margin-right:3rem !important}.efbl-mb-5,.efbl-my-5{margin-bottom:3rem !important}.efbl-ml-5,.efbl-mx-5{margin-left:3rem !important}.efbl-p-0{padding:0 !important}.efbl-pt-0,.efbl-py-0{padding-top:0 !important}.efbl-pr-0,.efbl-px-0{padding-right:0 !important}.efbl-pb-0,.efbl-py-0{padding-bottom:0 !important}.efbl-pl-0,.efbl-px-0{padding-left:0 !important}.efbl-p-1{padding:.25rem !important}.efbl-pt-1,.efbl-py-1{padding-top:.25rem !important}.efbl-pr-1,.efbl-px-1{padding-right:.25rem !important}.efbl-pb-1,.efbl-py-1{padding-bottom:.25rem !important}.efbl-pl-1,.efbl-px-1{padding-left:.25rem !important}.efbl-p-2{padding:.5rem !important}.efbl-pt-2,.efbl-py-2{padding-top:.5rem !important}.efbl-pr-2,.efbl-px-2{padding-right:.5rem !important}.efbl-pb-2,.efbl-py-2{padding-bottom:.5rem !important}.efbl-pl-2,.efbl-px-2{padding-left:.5rem !important}.efbl-p-3{padding:1rem !important}.efbl-pt-3,.efbl-py-3{padding-top:1rem !important}.efbl-pr-3,.efbl-px-3{padding-right:1rem !important}.efbl-pb-3,.efbl-py-3{padding-bottom:1rem !important}.efbl-pl-3,.efbl-px-3{padding-left:1rem !important}.efbl-p-4{padding:1.5rem !important}.efbl-pt-4,.efbl-py-4{padding-top:1.5rem !important}.efbl-pr-4,.efbl-px-4{padding-right:1.5rem !important}.efbl-pb-4,.efbl-py-4{padding-bottom:1.5rem !important}.efbl-pl-4,.efbl-px-4{padding-left:1.5rem !important}.efbl-p-5{padding:3rem !important}.efbl-pt-5,.efbl-py-5{padding-top:3rem !important}.efbl-pr-5,.efbl-px-5{padding-right:3rem !important}.efbl-pb-5,.efbl-py-5{padding-bottom:3rem !important}.efbl-pl-5,.efbl-px-5{padding-left:3rem !important}.efbl-m-auto{margin:auto !important}.efbl-mt-auto,.efbl-my-auto{margin-top:auto !important}.efbl-mr-auto,.efbl-mx-auto{margin-right:auto !important}.efbl-mb-auto,.efbl-my-auto{margin-bottom:auto !important}.efbl-ml-auto,.efbl-mx-auto{margin-left:auto !important}@media(min-width: 576px){.efbl-m-sm-0{margin:0 !important}.efbl-mt-sm-0,.efbl-my-sm-0{margin-top:0 !important}.efbl-mr-sm-0,.efbl-mx-sm-0{margin-right:0 !important}.efbl-mb-sm-0,.efbl-my-sm-0{margin-bottom:0 !important}.efbl-ml-sm-0,.efbl-mx-sm-0{margin-left:0 !important}.efbl-m-sm-1{margin:.25rem !important}.efbl-mt-sm-1,.efbl-my-sm-1{margin-top:.25rem !important}.efbl-mr-sm-1,.efbl-mx-sm-1{margin-right:.25rem !important}.efbl-mb-sm-1,.efbl-my-sm-1{margin-bottom:.25rem !important}.efbl-ml-sm-1,.efbl-mx-sm-1{margin-left:.25rem !important}.efbl-m-sm-2{margin:.5rem !important}.efbl-mt-sm-2,.efbl-my-sm-2{margin-top:.5rem !important}.efbl-mr-sm-2,.efbl-mx-sm-2{margin-right:.5rem !important}.efbl-mb-sm-2,.efbl-my-sm-2{margin-bottom:.5rem !important}.efbl-ml-sm-2,.efbl-mx-sm-2{margin-left:.5rem !important}.efbl-m-sm-3{margin:1rem !important}.efbl-mt-sm-3,.efbl-my-sm-3{margin-top:1rem !important}.efbl-mr-sm-3,.efbl-mx-sm-3{margin-right:1rem !important}.efbl-mb-sm-3,.efbl-my-sm-3{margin-bottom:1rem !important}.efbl-ml-sm-3,.efbl-mx-sm-3{margin-left:1rem !important}.efbl-m-sm-4{margin:1.5rem !important}.efbl-mt-sm-4,.efbl-my-sm-4{margin-top:1.5rem !important}.efbl-mr-sm-4,.efbl-mx-sm-4{margin-right:1.5rem !important}.efbl-mb-sm-4,.efbl-my-sm-4{margin-bottom:1.5rem !important}.efbl-ml-sm-4,.efbl-mx-sm-4{margin-left:1.5rem !important}.efbl-m-sm-5{margin:3rem !important}.efbl-mt-sm-5,.efbl-my-sm-5{margin-top:3rem !important}.efbl-mr-sm-5,.efbl-mx-sm-5{margin-right:3rem !important}.efbl-mb-sm-5,.efbl-my-sm-5{margin-bottom:3rem !important}.efbl-ml-sm-5,.efbl-mx-sm-5{margin-left:3rem !important}.efbl-p-sm-0{padding:0 !important}.efbl-pt-sm-0,.efbl-py-sm-0{padding-top:0 !important}.efbl-pr-sm-0,.efbl-px-sm-0{padding-right:0 !important}.efbl-pb-sm-0,.efbl-py-sm-0{padding-bottom:0 !important}.efbl-pl-sm-0,.efbl-px-sm-0{padding-left:0 !important}.efbl-p-sm-1{padding:.25rem !important}.efbl-pt-sm-1,.efbl-py-sm-1{padding-top:.25rem !important}.efbl-pr-sm-1,.efbl-px-sm-1{padding-right:.25rem !important}.efbl-pb-sm-1,.efbl-py-sm-1{padding-bottom:.25rem !important}.efbl-pl-sm-1,.efbl-px-sm-1{padding-left:.25rem !important}.efbl-p-sm-2{padding:.5rem !important}.efbl-pt-sm-2,.efbl-py-sm-2{padding-top:.5rem !important}.efbl-pr-sm-2,.efbl-px-sm-2{padding-right:.5rem !important}.efbl-pb-sm-2,.efbl-py-sm-2{padding-bottom:.5rem !important}.efbl-pl-sm-2,.efbl-px-sm-2{padding-left:.5rem !important}.efbl-p-sm-3{padding:1rem !important}.efbl-pt-sm-3,.efbl-py-sm-3{padding-top:1rem !important}.efbl-pr-sm-3,.efbl-px-sm-3{padding-right:1rem !important}.efbl-pb-sm-3,.efbl-py-sm-3{padding-bottom:1rem !important}.efbl-pl-sm-3,.efbl-px-sm-3{padding-left:1rem !important}.efbl-p-sm-4{padding:1.5rem !important}.efbl-pt-sm-4,.efbl-py-sm-4{padding-top:1.5rem !important}.efbl-pr-sm-4,.efbl-px-sm-4{padding-right:1.5rem !important}.efbl-pb-sm-4,.efbl-py-sm-4{padding-bottom:1.5rem !important}.efbl-pl-sm-4,.efbl-px-sm-4{padding-left:1.5rem !important}.efbl-p-sm-5{padding:3rem !important}.efbl-pt-sm-5,.efbl-py-sm-5{padding-top:3rem !important}.efbl-pr-sm-5,.efbl-px-sm-5{padding-right:3rem !important}.efbl-pb-sm-5,.efbl-py-sm-5{padding-bottom:3rem !important}.efbl-pl-sm-5,.efbl-px-sm-5{padding-left:3rem !important}.efbl-m-sm-auto{margin:auto !important}.efbl-mt-sm-auto,.efbl-my-sm-auto{margin-top:auto !important}.efbl-mr-sm-auto,.efbl-mx-sm-auto{margin-right:auto !important}.efbl-mb-sm-auto,.efbl-my-sm-auto{margin-bottom:auto !important}.efbl-ml-sm-auto,.efbl-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.efbl-m-md-0{margin:0 !important}.efbl-mt-md-0,.efbl-my-md-0{margin-top:0 !important}.efbl-mr-md-0,.efbl-mx-md-0{margin-right:0 !important}.efbl-mb-md-0,.efbl-my-md-0{margin-bottom:0 !important}.efbl-ml-md-0,.efbl-mx-md-0{margin-left:0 !important}.efbl-m-md-1{margin:.25rem !important}.efbl-mt-md-1,.efbl-my-md-1{margin-top:.25rem !important}.efbl-mr-md-1,.efbl-mx-md-1{margin-right:.25rem !important}.efbl-mb-md-1,.efbl-my-md-1{margin-bottom:.25rem !important}.efbl-ml-md-1,.efbl-mx-md-1{margin-left:.25rem !important}.efbl-m-md-2{margin:.5rem !important}.efbl-mt-md-2,.efbl-my-md-2{margin-top:.5rem !important}.efbl-mr-md-2,.efbl-mx-md-2{margin-right:.5rem !important}.efbl-mb-md-2,.efbl-my-md-2{margin-bottom:.5rem !important}.efbl-ml-md-2,.efbl-mx-md-2{margin-left:.5rem !important}.efbl-m-md-3{margin:1rem !important}.efbl-mt-md-3,.efbl-my-md-3{margin-top:1rem !important}.efbl-mr-md-3,.efbl-mx-md-3{margin-right:1rem !important}.efbl-mb-md-3,.efbl-my-md-3{margin-bottom:1rem !important}.efbl-ml-md-3,.efbl-mx-md-3{margin-left:1rem !important}.efbl-m-md-4{margin:1.5rem !important}.efbl-mt-md-4,.efbl-my-md-4{margin-top:1.5rem !important}.efbl-mr-md-4,.efbl-mx-md-4{margin-right:1.5rem !important}.efbl-mb-md-4,.efbl-my-md-4{margin-bottom:1.5rem !important}.efbl-ml-md-4,.efbl-mx-md-4{margin-left:1.5rem !important}.efbl-m-md-5{margin:3rem !important}.efbl-mt-md-5,.efbl-my-md-5{margin-top:3rem !important}.efbl-mr-md-5,.efbl-mx-md-5{margin-right:3rem !important}.efbl-mb-md-5,.efbl-my-md-5{margin-bottom:3rem !important}.efbl-ml-md-5,.efbl-mx-md-5{margin-left:3rem !important}.efbl-p-md-0{padding:0 !important}.efbl-pt-md-0,.efbl-py-md-0{padding-top:0 !important}.efbl-pr-md-0,.efbl-px-md-0{padding-right:0 !important}.efbl-pb-md-0,.efbl-py-md-0{padding-bottom:0 !important}.efbl-pl-md-0,.efbl-px-md-0{padding-left:0 !important}.efbl-p-md-1{padding:.25rem !important}.efbl-pt-md-1,.efbl-py-md-1{padding-top:.25rem !important}.efbl-pr-md-1,.efbl-px-md-1{padding-right:.25rem !important}.efbl-pb-md-1,.efbl-py-md-1{padding-bottom:.25rem !important}.efbl-pl-md-1,.efbl-px-md-1{padding-left:.25rem !important}.efbl-p-md-2{padding:.5rem !important}.efbl-pt-md-2,.efbl-py-md-2{padding-top:.5rem !important}.efbl-pr-md-2,.efbl-px-md-2{padding-right:.5rem !important}.efbl-pb-md-2,.efbl-py-md-2{padding-bottom:.5rem !important}.efbl-pl-md-2,.efbl-px-md-2{padding-left:.5rem !important}.efbl-p-md-3{padding:1rem !important}.efbl-pt-md-3,.efbl-py-md-3{padding-top:1rem !important}.efbl-pr-md-3,.efbl-px-md-3{padding-right:1rem !important}.efbl-pb-md-3,.efbl-py-md-3{padding-bottom:1rem !important}.efbl-pl-md-3,.efbl-px-md-3{padding-left:1rem !important}.efbl-p-md-4{padding:1.5rem !important}.efbl-pt-md-4,.efbl-py-md-4{padding-top:1.5rem !important}.efbl-pr-md-4,.efbl-px-md-4{padding-right:1.5rem !important}.efbl-pb-md-4,.efbl-py-md-4{padding-bottom:1.5rem !important}.efbl-pl-md-4,.efbl-px-md-4{padding-left:1.5rem !important}.efbl-p-md-5{padding:3rem !important}.efbl-pt-md-5,.efbl-py-md-5{padding-top:3rem !important}.efbl-pr-md-5,.efbl-px-md-5{padding-right:3rem !important}.efbl-pb-md-5,.efbl-py-md-5{padding-bottom:3rem !important}.efbl-pl-md-5,.efbl-px-md-5{padding-left:3rem !important}.efbl-m-md-auto{margin:auto !important}.efbl-mt-md-auto,.efbl-my-md-auto{margin-top:auto !important}.efbl-mr-md-auto,.efbl-mx-md-auto{margin-right:auto !important}.efbl-mb-md-auto,.efbl-my-md-auto{margin-bottom:auto !important}.efbl-ml-md-auto,.efbl-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.efbl-m-lg-0{margin:0 !important}.efbl-mt-lg-0,.efbl-my-lg-0{margin-top:0 !important}.efbl-mr-lg-0,.efbl-mx-lg-0{margin-right:0 !important}.efbl-mb-lg-0,.efbl-my-lg-0{margin-bottom:0 !important}.efbl-ml-lg-0,.efbl-mx-lg-0{margin-left:0 !important}.efbl-m-lg-1{margin:.25rem !important}.efbl-mt-lg-1,.efbl-my-lg-1{margin-top:.25rem !important}.efbl-mr-lg-1,.efbl-mx-lg-1{margin-right:.25rem !important}.efbl-mb-lg-1,.efbl-my-lg-1{margin-bottom:.25rem !important}.efbl-ml-lg-1,.efbl-mx-lg-1{margin-left:.25rem !important}.efbl-m-lg-2{margin:.5rem !important}.efbl-mt-lg-2,.efbl-my-lg-2{margin-top:.5rem !important}.efbl-mr-lg-2,.efbl-mx-lg-2{margin-right:.5rem !important}.efbl-mb-lg-2,.efbl-my-lg-2{margin-bottom:.5rem !important}.efbl-ml-lg-2,.efbl-mx-lg-2{margin-left:.5rem !important}.efbl-m-lg-3{margin:1rem !important}.efbl-mt-lg-3,.efbl-my-lg-3{margin-top:1rem !important}.efbl-mr-lg-3,.efbl-mx-lg-3{margin-right:1rem !important}.efbl-mb-lg-3,.efbl-my-lg-3{margin-bottom:1rem !important}.efbl-ml-lg-3,.efbl-mx-lg-3{margin-left:1rem !important}.efbl-m-lg-4{margin:1.5rem !important}.efbl-mt-lg-4,.efbl-my-lg-4{margin-top:1.5rem !important}.efbl-mr-lg-4,.efbl-mx-lg-4{margin-right:1.5rem !important}.efbl-mb-lg-4,.efbl-my-lg-4{margin-bottom:1.5rem !important}.efbl-ml-lg-4,.efbl-mx-lg-4{margin-left:1.5rem !important}.efbl-m-lg-5{margin:3rem !important}.efbl-mt-lg-5,.efbl-my-lg-5{margin-top:3rem !important}.efbl-mr-lg-5,.efbl-mx-lg-5{margin-right:3rem !important}.efbl-mb-lg-5,.efbl-my-lg-5{margin-bottom:3rem !important}.efbl-ml-lg-5,.efbl-mx-lg-5{margin-left:3rem !important}.efbl-p-lg-0{padding:0 !important}.efbl-pt-lg-0,.efbl-py-lg-0{padding-top:0 !important}.efbl-pr-lg-0,.efbl-px-lg-0{padding-right:0 !important}.efbl-pb-lg-0,.efbl-py-lg-0{padding-bottom:0 !important}.efbl-pl-lg-0,.efbl-px-lg-0{padding-left:0 !important}.efbl-p-lg-1{padding:.25rem !important}.efbl-pt-lg-1,.efbl-py-lg-1{padding-top:.25rem !important}.efbl-pr-lg-1,.efbl-px-lg-1{padding-right:.25rem !important}.efbl-pb-lg-1,.efbl-py-lg-1{padding-bottom:.25rem !important}.efbl-pl-lg-1,.efbl-px-lg-1{padding-left:.25rem !important}.efbl-p-lg-2{padding:.5rem !important}.efbl-pt-lg-2,.efbl-py-lg-2{padding-top:.5rem !important}.efbl-pr-lg-2,.efbl-px-lg-2{padding-right:.5rem !important}.efbl-pb-lg-2,.efbl-py-lg-2{padding-bottom:.5rem !important}.efbl-pl-lg-2,.efbl-px-lg-2{padding-left:.5rem !important}.efbl-p-lg-3{padding:1rem !important}.efbl-pt-lg-3,.efbl-py-lg-3{padding-top:1rem !important}.efbl-pr-lg-3,.efbl-px-lg-3{padding-right:1rem !important}.efbl-pb-lg-3,.efbl-py-lg-3{padding-bottom:1rem !important}.efbl-pl-lg-3,.efbl-px-lg-3{padding-left:1rem !important}.efbl-p-lg-4{padding:1.5rem !important}.efbl-pt-lg-4,.efbl-py-lg-4{padding-top:1.5rem !important}.efbl-pr-lg-4,.efbl-px-lg-4{padding-right:1.5rem !important}.efbl-pb-lg-4,.efbl-py-lg-4{padding-bottom:1.5rem !important}.efbl-pl-lg-4,.efbl-px-lg-4{padding-left:1.5rem !important}.efbl-p-lg-5{padding:3rem !important}.efbl-pt-lg-5,.efbl-py-lg-5{padding-top:3rem !important}.efbl-pr-lg-5,.efbl-px-lg-5{padding-right:3rem !important}.efbl-pb-lg-5,.efbl-py-lg-5{padding-bottom:3rem !important}.efbl-pl-lg-5,.efbl-px-lg-5{padding-left:3rem !important}.efbl-m-lg-auto{margin:auto !important}.efbl-mt-lg-auto,.efbl-my-lg-auto{margin-top:auto !important}.efbl-mr-lg-auto,.efbl-mx-lg-auto{margin-right:auto !important}.efbl-mb-lg-auto,.efbl-my-lg-auto{margin-bottom:auto !important}.efbl-ml-lg-auto,.efbl-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.efbl-m-xl-0{margin:0 !important}.efbl-mt-xl-0,.efbl-my-xl-0{margin-top:0 !important}.efbl-mr-xl-0,.efbl-mx-xl-0{margin-right:0 !important}.efbl-mb-xl-0,.efbl-my-xl-0{margin-bottom:0 !important}.efbl-ml-xl-0,.efbl-mx-xl-0{margin-left:0 !important}.efbl-m-xl-1{margin:.25rem !important}.efbl-mt-xl-1,.efbl-my-xl-1{margin-top:.25rem !important}.efbl-mr-xl-1,.efbl-mx-xl-1{margin-right:.25rem !important}.efbl-mb-xl-1,.efbl-my-xl-1{margin-bottom:.25rem !important}.efbl-ml-xl-1,.efbl-mx-xl-1{margin-left:.25rem !important}.efbl-m-xl-2{margin:.5rem !important}.efbl-mt-xl-2,.efbl-my-xl-2{margin-top:.5rem !important}.efbl-mr-xl-2,.efbl-mx-xl-2{margin-right:.5rem !important}.efbl-mb-xl-2,.efbl-my-xl-2{margin-bottom:.5rem !important}.efbl-ml-xl-2,.efbl-mx-xl-2{margin-left:.5rem !important}.efbl-m-xl-3{margin:1rem !important}.efbl-mt-xl-3,.efbl-my-xl-3{margin-top:1rem !important}.efbl-mr-xl-3,.efbl-mx-xl-3{margin-right:1rem !important}.efbl-mb-xl-3,.efbl-my-xl-3{margin-bottom:1rem !important}.efbl-ml-xl-3,.efbl-mx-xl-3{margin-left:1rem !important}.efbl-m-xl-4{margin:1.5rem !important}.efbl-mt-xl-4,.efbl-my-xl-4{margin-top:1.5rem !important}.efbl-mr-xl-4,.efbl-mx-xl-4{margin-right:1.5rem !important}.efbl-mb-xl-4,.efbl-my-xl-4{margin-bottom:1.5rem !important}.efbl-ml-xl-4,.efbl-mx-xl-4{margin-left:1.5rem !important}.efbl-m-xl-5{margin:3rem !important}.efbl-mt-xl-5,.efbl-my-xl-5{margin-top:3rem !important}.efbl-mr-xl-5,.efbl-mx-xl-5{margin-right:3rem !important}.efbl-mb-xl-5,.efbl-my-xl-5{margin-bottom:3rem !important}.efbl-ml-xl-5,.efbl-mx-xl-5{margin-left:3rem !important}.efbl-p-xl-0{padding:0 !important}.efbl-pt-xl-0,.efbl-py-xl-0{padding-top:0 !important}.efbl-pr-xl-0,.efbl-px-xl-0{padding-right:0 !important}.efbl-pb-xl-0,.efbl-py-xl-0{padding-bottom:0 !important}.efbl-pl-xl-0,.efbl-px-xl-0{padding-left:0 !important}.efbl-p-xl-1{padding:.25rem !important}.efbl-pt-xl-1,.efbl-py-xl-1{padding-top:.25rem !important}.efbl-pr-xl-1,.efbl-px-xl-1{padding-right:.25rem !important}.efbl-pb-xl-1,.efbl-py-xl-1{padding-bottom:.25rem !important}.efbl-pl-xl-1,.efbl-px-xl-1{padding-left:.25rem !important}.efbl-p-xl-2{padding:.5rem !important}.efbl-pt-xl-2,.efbl-py-xl-2{padding-top:.5rem !important}.efbl-pr-xl-2,.efbl-px-xl-2{padding-right:.5rem !important}.efbl-pb-xl-2,.efbl-py-xl-2{padding-bottom:.5rem !important}.efbl-pl-xl-2,.efbl-px-xl-2{padding-left:.5rem !important}.efbl-p-xl-3{padding:1rem !important}.efbl-pt-xl-3,.efbl-py-xl-3{padding-top:1rem !important}.efbl-pr-xl-3,.efbl-px-xl-3{padding-right:1rem !important}.efbl-pb-xl-3,.efbl-py-xl-3{padding-bottom:1rem !important}.efbl-pl-xl-3,.efbl-px-xl-3{padding-left:1rem !important}.efbl-p-xl-4{padding:1.5rem !important}.efbl-pt-xl-4,.efbl-py-xl-4{padding-top:1.5rem !important}.efbl-pr-xl-4,.efbl-px-xl-4{padding-right:1.5rem !important}.efbl-pb-xl-4,.efbl-py-xl-4{padding-bottom:1.5rem !important}.efbl-pl-xl-4,.efbl-px-xl-4{padding-left:1.5rem !important}.efbl-p-xl-5{padding:3rem !important}.efbl-pt-xl-5,.efbl-py-xl-5{padding-top:3rem !important}.efbl-pr-xl-5,.efbl-px-xl-5{padding-right:3rem !important}.efbl-pb-xl-5,.efbl-py-xl-5{padding-bottom:3rem !important}.efbl-pl-xl-5,.efbl-px-xl-5{padding-left:3rem !important}.efbl-m-xl-auto{margin:auto !important}.efbl-mt-xl-auto,.efbl-my-xl-auto{margin-top:auto !important}.efbl-mr-xl-auto,.efbl-mx-xl-auto{margin-right:auto !important}.efbl-mb-xl-auto,.efbl-my-xl-auto{margin-bottom:auto !important}.efbl-ml-xl-auto,.efbl-mx-xl-auto{margin-left:auto !important}}.efbl-text-justify{text-align:justify !important}.efbl-text-nowrap{white-space:nowrap !important}.efbl-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.efbl-text-left{text-align:left !important}.efbl-text-right{text-align:right !important}.efbl-text-center{text-align:center !important}@media(min-width: 576px){.efbl-text-sm-left{text-align:left !important}.efbl-text-sm-right{text-align:right !important}.efbl-text-sm-center{text-align:center !important}}@media(min-width: 768px){.efbl-text-md-left{text-align:left !important}.efbl-text-md-right{text-align:right !important}.efbl-text-md-center{text-align:center !important}}@media(min-width: 992px){.efbl-text-lg-left{text-align:left !important}.efbl-text-lg-right{text-align:right !important}.efbl-text-lg-center{text-align:center !important}}@media(min-width: 1200px){.efbl-text-xl-left{text-align:left !important}.efbl-text-xl-right{text-align:right !important}.efbl-text-xl-center{text-align:center !important}}.efbl-text-lowercase{text-transform:lowercase !important}.efbl-text-uppercase{text-transform:uppercase !important}.efbl-text-capitalize{text-transform:capitalize !important}.efbl-visible{visibility:visible !important}.efbl-invisible{visibility:hidden !important}.efbl_feed_wraper{width:100%;margin:0 auto;padding:0;text-align:left}.efbl_feed_wraper.is-other-page .efbl-post-footer .efbl-reacted-item{cursor:auto !important}.fancybox-slide .efbl-popup{padding:0 !important}.efbl_header{padding:10px 0;margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_img{min-width:60px;max-width:60px;padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_img img{width:100%}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{margin-bottom:10px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{padding-right:15px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title h4{margin:0;font-size:inherit}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{padding-right:10px;font-size:14px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i{margin-right:5px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status{margin-left:-10px;margin-top:-2px}.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .icon-esf-check:before{background:#2e77f2;border-radius:50%;padding:3px;font-size:10px;color:#fff}@media(max-width: 991px){.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title{width:100%;max-width:100%;min-width:100%;padding-right:0;margin-bottom:5px}}.efbl_load_more_holder{text-align:center}.efbl_load_more_btn{padding:8px 15px;text-decoration:none !important;border-radius:5px;font-size:14px;margin:20px auto}.efbl_load_more_btn:focus{outline:none !important;background:none !important}#efblcf_holder .efbl_popup_left_container{background:#fff}.efbl-halfwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px;position:initial}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important;margin-bottom:0 !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;font-weight:normal;font-family:initial;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;border:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-halfwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-halfwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-halfwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-halfwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-halfwidth-skin .efbl-feed-content .description,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-halfwidth-skin .efbl-feed-content .description>*,.efbl-halfwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-halfwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-thumbnail-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border-right:#dee2e6 solid 1px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px;padding:0}.efbl-thumbnail-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-thumbnail-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-thumbnail-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-thumbnail-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-thumbnail-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-thumbnail-skin .efbl-feed-content .description,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-thumbnail-skin .efbl-feed-content .description>*,.efbl-thumbnail-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{border:none;margin-bottom:20px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-thumbnail-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-fullwidth-skin{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col{margin-bottom:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a{display:block;position:relative;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{outline:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a:hover .efbl-overlay{opacity:1}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:20px;margin:0px}.efbl-fullwidth-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-fullwidth-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-fullwidth-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-fullwidth-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-fullwidth-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-fullwidth-skin .efbl-feed-content .description,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-fullwidth-skin .efbl-feed-content .description>*,.efbl-fullwidth-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-d-flex,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-caption,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_popup_like,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>li,.efbl-fullwidth-skin .efbl-thumbnail-wrapper body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_likes_holder_icons,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>button,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_inner_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_header_meta,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_cat,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl_followers,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-verified-status,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl-masonry-skin .brick{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-masonry-skin .brick .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-masonry-skin .brick .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl-masonry-skin .brick .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:20px;cursor:pointer}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i{margin-bottom:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-image img,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-image img,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-image img{width:100%}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title h2,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title h2,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl-masonry-skin .efbl-feed-content>.efbl-d-flex .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .efbl-feed-content>span .efbl-profile-title span,.efbl-masonry-skin .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .efbl-feed-content>.efbl-caption .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-feed-content>.efbl_popup_like .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-feed-content>li .efbl-profile-title span,.efbl-masonry-skin body .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-feed-content>.efbl_likes_holder_icons .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .owl-nav .efbl-feed-content>button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .efbl-feed-content>button .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .efbl-feed-content>.owl-nav .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl-masonry-skin .efbl-feed-content>.efbl_header_inner_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .efbl-feed-content>.efbl_header_meta .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_cat .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl_followers .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .efbl-feed-content>.efbl-verified-status .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-masonry-skin .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-masonry-skin .efbl-feed-content .description,.efbl-masonry-skin .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl-masonry-skin .efbl-feed-content .description>*,.efbl-masonry-skin .efbl-feed-content .efbl_link_text>*{font-size:14px}@media(max-width: 575px){.efbl-masonry-skin .brick .efbl-post-footer>.efbl-d-flex,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-post-footer>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-post-footer>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-masonry-skin .brick .efbl-post-footer>span,.efbl-masonry-skin .brick .efbl-post-detail .efbl-d-columns-wrapper .efbl-post-footer>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-caption,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-post-footer>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_popup_like,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-post-footer>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-post-footer>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-post-footer>li,.efbl-masonry-skin .brick body .fancybox-container .efbl-likes-popup-holder .efbl-post-footer>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-post-footer>.efbl_likes_holder_icons,.efbl-masonry-skin .brick .efbl_feeds_carousel .owl-nav .efbl-post-footer>button,.efbl_feeds_carousel .owl-nav .efbl-masonry-skin .brick .efbl-post-footer>button,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer>.owl-nav,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl_header .efbl-post-footer>.efbl_header_inner_wrap,.efbl_header .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_inner_wrap,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-post-footer>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-masonry-skin .brick .efbl-post-footer>.efbl_header_meta,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_cat,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl_followers,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-post-footer>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-masonry-skin .brick .efbl-post-footer>.efbl-verified-status,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-post-footer>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-masonry-skin .brick .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-masonry-skin .brick .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-masonry-skin .brick .efbl-post-footer>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-masonry-skin .brick .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-post-footer>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-post-footer>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-post-footer>i,.efbl-masonry-skin .brick .efbl-post-footer>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-post-footer>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-post-footer>i{flex-direction:column}.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share{bottom:37px}}.efbl_feeds_carousel .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:15px;margin-bottom:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup{margin-bottom:15px;display:block;position:relative;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-shared-content-holder>a{margin-bottom:15px;display:block}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer{margin-top:15px;padding-top:15px;border-top:#dee2e6 solid 1px;width:100%}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted{margin-bottom:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item{color:#343a40;font-size:14px;margin-right:10px;cursor:pointer}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap{color:#343a40;font-size:14px;cursor:pointer;text-decoration:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i{margin-right:3px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-view-on-fb:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper{position:relative;padding-left:10px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{font-size:12px;text-decoration:none;background:#dee2e6;color:#343a40;padding:8px 15px;border-radius:3px;height:auto;outline:none !important}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{background:#343a40;color:#fff}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share{display:none;position:absolute;right:0;bottom:46px;background:#343a40;color:#dee2e6;border-radius:3px;white-space:nowrap;padding-left:5px;padding-right:5px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button{padding:0;outline:none !important;border:none;background:transparent;text-decoration:none !important;float:left}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a{text-decoration:none !important;font-size:14px;padding:10px 5px;color:#ccc;line-height:1.25}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a:hover{color:#fff;text-decoration:none !important}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button,.efbl_feeds_carousel .efbl-feed-header>.owl-nav,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-header>i,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i{margin-bottom:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-image img,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-image img,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-image img,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-image img,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-image img,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-image img,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-image img{width:100%}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title h2,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title h2,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title h2,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title h2{font-size:16px;margin:0px}.efbl_feeds_carousel .efbl-feed-header>.efbl-d-flex .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-header>i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-header>span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_feeds_carousel .efbl-feed-header>span .efbl-profile-title span,.efbl_feeds_carousel .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl_feeds_carousel .efbl-feed-header>.efbl-caption .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_feeds_carousel .efbl-feed-header>.efbl_popup_like .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-header>a .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-header>li .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_feeds_carousel .efbl-feed-header>li .efbl-profile-title span,.efbl_feeds_carousel body .fancybox-container .efbl-likes-popup-holder .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,body .fancybox-container .efbl-likes-popup-holder .efbl_feeds_carousel .efbl-feed-header>.efbl_likes_holder_icons .efbl-profile-title span,.efbl_feeds_carousel .owl-nav .efbl-feed-header>button .efbl-profile-title span,.efbl_feeds_carousel .efbl-feed-header>.owl-nav .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_header .efbl_feeds_carousel .efbl-feed-header>.efbl_header_inner_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_feeds_carousel .efbl-feed-header>.efbl_header_meta .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_cat .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl_followers .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_feeds_carousel .efbl-feed-header>.efbl-verified-status .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-header>i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl_feeds_carousel .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_feeds_carousel .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .efbl_feeds_carousel .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl_feeds_carousel .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_feeds_carousel .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-header>.efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-header>.efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-header>.esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-header>a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-header>i .efbl-profile-title span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl_feeds_carousel .efbl-feed-content .description,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text{font-size:14px;color:#343a40}.efbl_feeds_carousel .efbl-feed-content .description>*,.efbl_feeds_carousel .efbl-feed-content .efbl_link_text>*{font-size:14px}.efbl_feeds_carousel .owl-nav button{background:#d6d6d6 !important;height:40px;text-align:center;justify-content:center;width:40px;border-radius:3px}.efbl_feeds_carousel .owl-nav button:hover{color:#fff;background:#222 !important}.efbl_feeds_carousel .owl-nav button span{font-size:26px;padding-bottom:4px}.efbl-grid-skin .efbl-grid-wrapper{background:#fff;border:#dee2e6 solid 1px;padding:3px;margin-bottom:30px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup{display:block;position:relative;width:100%;padding-bottom:100%;background-position:center;background-size:cover;cursor:pointer}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup img{outline:#dee2e6 solid 1px;width:100%}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay{position:absolute;opacity:0;background:rgba(0,0,0,.459);left:0;right:0;top:0;bottom:0;color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .efbl-plus{position:absolute;left:50%;top:50%;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-overlay .icon-esf-clone{position:absolute;right:15px;top:15px;font-size:20px}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder{color:#fff;padding:0 10px;text-align:center;margin-top:50%;transform:translate(0px, -50%)}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup .efbl-content-holder p{color:#fff}.efbl-grid-skin .efbl-grid-wrapper .efbl_feed_fancy_popup:hover .efbl-overlay{opacity:1}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper{border:#37a0e6 solid 5px;padding:0}.efbl-grid-skin .efbl-moderate-selected .efbl-grid-wrapper .efbl-overlay{opacity:1}.efbl-media-carousel{position:relative;padding-bottom:100px;height:100%;display:inline-flex}.efbl-media-preview-section{display:inline-flex;height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important}.efbl-media-item{height:100%;width:auto;background-size:contain !important;background-position:center !important;background-repeat:no-repeat !important;display:inline-flex}.efbl-media-item img{width:100%;height:auto;display:inline-block}.previewPortrait .efbl-media-item img{height:100% !important;width:auto !important;display:inline-block}.efbl-media-thumbnail-section{overflow-y:hidden;overflow-x:auto;position:absolute;left:0;bottom:0;height:100px;width:100%}.efbl-media-thumbnail-section-inner{display:inline-flex;align-items:center;justify-content:center;height:100px;min-width:100%}.efbl-media-thumbnail{height:100%;width:130px;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.fancybox-button svg{color:#fff}body .fancybox-container .efbl-likes-popup-holder{width:100%;max-width:500px;padding:0 !important;border-radius:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons{margin:0;padding:8.5px 10px;border-bottom:#dee2e6 solid 1px;list-style-type:none}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons #efbl_all_likes{padding-left:0px;margin-left:0px;border-left:0px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin:0;padding:0}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{cursor:pointer;text-decoration:none;font-size:16px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li{margin-top:0px;margin-left:10px;padding-left:10px;border-left:#dee2e6 solid 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li img{width:25px;height:25px;margin-right:5px}body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a{font-size:16px;margin-top:0px;cursor:pointer;text-decoration:none}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder{padding:10px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like{width:100%;position:relative;padding-top:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_liker_img{widows:35px;height:35px;border-radius:50%}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_liker_name{font-size:16px;padding-left:20px}body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_reaction_bottom{position:absolute;left:25px;top:25px;width:20px;height:20px;border-radius:50%}.efbl-likes-popup-holder>h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}.efbl-likes-popup-holder .efbl_all_comments_holder{padding:10px}.efbl-likes-popup-holder .efbl_single_comment_holder{margin-bottom:10px;padding-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption>a,.efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap>a,.efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i>a,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper>a,.efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i>a,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav>a,.efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav>a,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button>a,.efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a>a,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like>a,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like>a{text-decoration:none;width:50px;max-width:50px;font-size:20px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_comment_attach_popup{margin-top:10px}.efbl-likes-popup-holder .efbl-write-comment{width:100%}.efbl-likes-popup-holder .efbl-write-comment a{text-decoration:none;font-size:16px}.efbl-post-detail *{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.efbl-post-detail.previewPortrait{height:90%}.efbl-post-detail .efbl-d-columns-wrapper{display:flex;height:100%;margin-left:0 !important;margin-right:0 !important;position:relative;padding-right:400px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header{margin-bottom:15px;padding-top:15px;padding-right:40px;padding-left:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image{width:40px;min-width:40px;max-width:40px;overflow:hidden;box-shadow:0px 0px 0px 1px #dee2e6;height:40px;border-radius:50%;margin-right:10px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header h2{font-size:20px;margin:0px;padding:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-post-header span{font-size:12px;display:block;color:#6c757d;font-style:italic}.efbl-post-detail .efbl-d-columns-wrapper .efbl-image{background:#000;padding-right:0px;padding-left:0px;display:inline-flex}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption{height:100%;font-size:14px;width:100%;max-width:400px;position:absolute;right:0;top:0}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption::after{position:absolute;left:0;right:0;bottom:0;height:15px;content:"";background:#fff}.efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-detail-overflow{height:100%;overflow-y:auto;padding:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box{margin-top:15px;margin-bottom:15px;padding:10px;border-radius:5px;border:#dee2e6 solid 1px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span{color:#343a40;font-size:14px;margin-right:10px;cursor:pointer}.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i{margin-right:3px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list{margin-top:20px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap{margin-bottom:20px;padding-bottom:20px;border-bottom:#dee2e6 dashed 1px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text{display:flex}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl-comment-text a{text-decoration:none !important;min-width:30px;display:inline-block}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta{margin-top:15px;font-size:12px;padding-left:30px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap .efbl_comment_meta span{margin-right:10px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap img{width:40px;height:40px;border-radius:50%;margin-right:15px}.efbl-post-detail .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap p{margin-bottom:0px}.efbl-masonry{transition:all .5s ease-in-out;column-gap:10px;column-fill:initial;padding:15px 0}.efbl-masonry .brick{margin-bottom:10px;display:inline-block;vertical-align:top}.efbl-masonry .brick img{transition:all .5s ease-in-out;backface-visibility:hidden}.efbl-masonry .brick:hover img{opacity:.75}.efbl-coulmn-count-1{column-count:1}.efbl-coulmn-count-2{column-count:2}.efbl-coulmn-count-3{column-count:3}.efbl-coulmn-count-4{column-count:4}.efbl-ease05{-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}.efbl-ease03,html body .efbl-popup .efbl-scrollbtn::after,html body .efbl-popup .efbl-scrollbtn{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.efbl-total-album-images-style .efbl_albums_count,html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count,html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count{font-size:17px;line-height:27px;vertical-align:top;display:inline-block}.efbl-total-album-images-style .efbl_albums_icon>.icon,html body .efbl_feed_wraper .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon>.icon,html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon>.icon{font-size:17px}.efbl_event_meta-style,html body .efbl-popup .efbl-caption .efbl-detail-overflow .efbl_event_meta,.efbl-halfwidth-skin .efbl_event_meta{border-left:1px solid #ccc;padding:10px;padding-bottom:5px}.efbl_layout_title-style,html body .efbl_feed_wraper .efbl-feed-content .efbl_event_title,html body .efbl_feed_wraper .efbl-feed-content .efbl_albums_title,html body .efbl_feed_wraper .efbl-feed-content .efbl_videos_title,html body .efbl-popup .efbl-caption .efbl_event_title,html body .efbl-popup .efbl-caption .efbl_albums_title,html body .efbl-popup .efbl-caption .efbl_videos_title{margin-top:0px;margin-bottom:20px}.efbl-profile-story-text-style,html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text,html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text{display:inline-block;font-weight:normal;font-style:normal;letter-spacing:0}.efbl-verified-status{display:inline-block}.efbl-verified-status .icon-esf-check:before{background:#2e77f2;border-radius:50%;padding:3px;font-size:10px;color:#fff}.efbl-empty-author-name-style,html body .efbl_feed_wraper .efbl_feeds_holder .efbl-profile-title .efbl-empty-author-name,html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-empty-author-name{height:10px;max-height:10px}.efbl_link_text_box,html body .efbl_feed_wraper .shared_story .efbl_link_text,html body .efbl-popup .efbl_link_text{border:1px solid #ccc;background:#f9f9f9;padding:10px;padding-bottom:5px;margin-left:0px}.efbl_feed_wraper .icon-esf-video-camera{position:absolute;font-size:20px;margin-left:-10px;margin-top:-10px}.efbl_feed_popup_container .fancybox-content{padding:0}.fancybox-container .fancybox-inner .efbl-likes-popup-holder{max-height:90vh;max-width:500px !important;overflow-y:auto;position:absolute;left:0;right:0;margin:0 auto !important;top:50%;transform:translateY(-50%)}.fancybox-container .fancybox-inner .efbl-likes-popup-holder .icon-esf-comment{margin-right:10px}.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a .efbl-overlay .icon-esf-clone.icon-esf-video-camera{text-align:right}.efbl-halfwidth-skin .efbl_event_time>b{display:block;line-height:0px;font-size:0}.efbl_load_more_btns_wrap .efbl_load_more_holder{display:inline-block}.efbl_load_more_btns_wrap .efbl_feed_btns_holder{text-align:center}.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text{background:#343a40;color:#fff;font-size:15px;margin:0 auto;text-decoration:none;display:inline-block;line-height:40px;padding:0 20px;border-radius:3px}.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_load_more_text:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_view_all_btn:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_loading_text:hover,.efbl_load_more_btns_wrap .efbl_feed_btns_holder .efbl_no_load_more_text:hover{background:#464a4e}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_no_load_more_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.no-more .efbl_loading_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_no_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn.loading .efbl_loading_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_no_load_more_text{display:none}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_load_more_text{display:inline-block}.efbl_load_more_btns_wrap .efbl_load_more_btn:not(.loading):not(.no-more) .efbl_loading_text{display:none}.efbl-fullwidth-skin .efbl-feed-content{width:100%;padding:0 20px}html body .efbl-masonry-skin .brick{width:100%;box-sizing:border-box}html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted{justify-content:space-between}html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item{margin-right:0}html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title h2,.efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title h2,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title h2,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title h2,.efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title h2,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title h2,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title h2,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title h2,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title h2{line-height:1;margin-bottom:5px}html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-d-flex .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl-profile-title span,.efbl_header html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_inner_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header_meta .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_cat .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_followers .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-verified-status .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-profile-title span,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-reacted-item .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_all_comments_wrap .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-masonry-skin .brick .efbl-feed-content .esf-share-wrapper .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-profile-title span,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav .efbl-profile-title span,.efbl_feeds_carousel html body .efbl-masonry-skin .brick .efbl-feed-content .owl-nav .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl_feeds_carousel .owl-nav button .efbl-profile-title span,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .brick .efbl-feed-content button .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_likes_holder_icons .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .brick .efbl-feed-content li .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .brick .efbl-feed-content a .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-profile-title span,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .brick .efbl-feed-content .efbl_popup_like .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-caption .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .brick .efbl-feed-content span .efbl-profile-title span,html body .efbl-masonry-skin .brick .efbl-feed-content .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-profile-title span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .brick .efbl-feed-content i .efbl-profile-title span{line-height:1}html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup{text-align:center;box-shadow:none;-webkit-box-shadow:none}html body .efbl-masonry-skin .brick .efbl_feed_fancy_popup>img{width:auto;margin:0 auto;max-width:100%}html body .efbl-masonry-skin .brick.efbl-ajax-hide{display:none}html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-d-flex,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl-feed-content>.efbl_header_inner_wrap,.efbl_header html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_header_inner_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-feed-content>.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_header_meta,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_cat,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_followers,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-feed-content>.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-verified-status,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-feed-content>i,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.efbl-reacted-item,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .brick .efbl-post-footer .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,html body .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-feed-content>.efbl-reacted-item,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-feed-content>.efbl_all_comments_wrap,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .efbl-feed-content>.esf-share-wrapper,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-feed-content>i,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .efbl-feed-content>.owl-nav,.efbl_feeds_carousel html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.owl-nav,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl_feeds_carousel .owl-nav .efbl-feed-content>button,.efbl_feeds_carousel .owl-nav html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>button,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl-feed-content>.efbl_likes_holder_icons,html body .fancybox-container .efbl-likes-popup-holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_likes_holder_icons,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-feed-content>li,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>li,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-feed-content>a,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>a,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-feed-content>.efbl_popup_like,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl_popup_like,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-feed-content>.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>.efbl-caption,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-feed-content>span,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>span,html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-feed-content>i,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span html body .efbl-masonry-skin .efbl-coulmn-count-4 .efbl-grid-wrapper .efbl-feed-content>i{flex-direction:column}@media screen and (max-width: 991px){html body .efbl-masonry-skin>.efbl-masonry .efbl-story-wrapper{margin-bottom:20px}}@media screen and (max-width: 991px){html body .efbl-masonry-skin>.efbl-masonry{column-count:1}}html body .efbl-popup>.fancybox-close-small{display:none}html body .efbl-popup .efbl-caption .efbl-profile-title .efbl-profile-title-wrap h2 .efbl-profile-story-text{margin-left:5px}html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_popup_likes_main,.efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_popup_likes_main,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_popup_likes_main,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl_popup_likes_main,.efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl_popup_likes_main,.efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl_popup_likes_main,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl_popup_likes_main,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl_popup_likes_main{margin-right:3px}html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-d-flex .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl-total-reactions-count,.efbl_header html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_inner_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header_meta .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_cat .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_followers .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-verified-status .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl-total-reactions-count,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reacted-item .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_all_comments_wrap .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer html body .efbl-popup .efbl-caption .efbl-reactions-box .esf-share-wrapper .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button html body .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl-total-reactions-count,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a html body .efbl-popup .efbl-caption .efbl-reactions-box i .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav .efbl-total-reactions-count,.efbl_feeds_carousel html body .efbl-popup .efbl-caption .efbl-reactions-box .owl-nav .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl_feeds_carousel .owl-nav button .efbl-total-reactions-count,.efbl_feeds_carousel .owl-nav html body .efbl-popup .efbl-caption .efbl-reactions-box button .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_likes_holder_icons .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl-popup .efbl-caption .efbl-reactions-box li .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl-popup .efbl-caption .efbl-reactions-box a .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_popup_like .efbl-total-reactions-count,html body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-popup .efbl-caption .efbl-reactions-box .efbl_popup_like .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-caption .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span .efbl-total-reactions-count,html body .efbl-popup .efbl-caption .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count,.efbl-post-detail .efbl-d-columns-wrapper html body .efbl-popup .efbl-caption .efbl-reactions-box .efbl-reactions span i .efbl-total-reactions-count{margin-right:15px}html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_icon .icon{line-height:1.5;position:relative;top:4px}html body .efbl-popup .efbl_albums_data_holder .efbl-total-album-images .efbl_albums_count{font-size:15px}html body .efbl-popup .efbl-image{width:100%}html body .efbl-popup .efbl-image .efbl-media-item img{max-height:calc(100vh - 180px);width:auto}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-item{padding-right:0;width:100%;text-align:center}}html body .efbl-popup .efbl-image>img{max-height:calc(100vh - 80px);width:auto}html body .efbl-popup .efbl-image .efbl-media-carousel{padding-bottom:80px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel{padding-bottom:54px;width:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-preview-section{width:100%}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section{overflow-x:hidden;height:80px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section{height:60px}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner{height:80px;left:0;position:relative}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner{height:60px}}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail:first-child{border-left:3px solid #000}html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail{cursor:pointer;border-top:3px solid #000;border-right:3px solid #000;border-bottom:3px solid #000;width:100px}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image .efbl-media-carousel .efbl-media-thumbnail-section .efbl-media-thumbnail-section-inner .efbl-media-thumbnail{width:60px;height:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-d-columns-wrapper .efbl-caption{position:relative;max-width:auto;width:100%}}@media screen and (max-width: 991px){html body .efbl-popup .efbl-d-columns-wrapper{flex-direction:column;padding-right:0}}html body .efbl-popup .efbl-scrollbtn{position:absolute;bottom:27px;cursor:pointer;display:inline-block;background:#343a40;padding:2px 2px 1px 4px;z-index:10}html body .efbl-popup .efbl-scrollbtn::after{content:"";display:inline-block;border-top:7px solid transparent;border-bottom:7px solid transparent}html body .efbl-popup .efbl-scrollbtn:hover::after{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}@media screen and (max-width: 991px){html body .efbl-popup .efbl-scrollbtn{bottom:18px}}html body .efbl-popup .efbl-lsbtn{left:0;padding-right:5px}html body .efbl-popup .efbl-lsbtn::after{border-right:13px solid #fff}html body .efbl-popup .efbl-rsbtn{right:0}html body .efbl-popup .efbl-rsbtn::after{border-left:13px solid #fff}@media screen and (max-width: 991px){html body .efbl-popup .efbl-image>img,html body .efbl-popup .efbl-image .efbl-media-item img{width:100%;height:auto;max-height:initial}html body .efbl-popup .efbl-image .efbl-media-item,html body .efbl-post-detail .efbl-d-columns-wrapper .efbl-image{display:block}html body .efbl-popup .efbl-d-columns-wrapper{flex-wrap:nowrap}}.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-d-flex .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_comment_icon,.efbl_header .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_inner_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header_meta .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_cat .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_followers .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-verified-status .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i .efbl_comment_icon,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-reacted-item .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_all_comments_wrap .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl_all_comments_wrap .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-likes-popup-holder .efbl_single_comment_holder .esf-share-wrapper .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button .efbl-likes-popup-holder .efbl_single_comment_holder a .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i .efbl_comment_icon,.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav .efbl_comment_icon,.efbl_feeds_carousel .efbl-likes-popup-holder .efbl_single_comment_holder .owl-nav .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl_feeds_carousel .owl-nav button .efbl_comment_icon,.efbl_feeds_carousel .owl-nav .efbl-likes-popup-holder .efbl_single_comment_holder button .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .efbl_single_comment_holder li .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_likes_holder_icons li a .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .efbl_single_comment_holder a .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_single_comment_holder .efbl_reactions_holder .efbl_popup_like .efbl_comment_icon,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl_single_comment_holder .efbl_popup_like .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-caption .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-likes-popup-holder .efbl_single_comment_holder .efbl-caption .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-likes-popup-holder .efbl_single_comment_holder span .efbl_comment_icon,.efbl-likes-popup-holder .efbl_single_comment_holder .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i .efbl_comment_icon,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .efbl-likes-popup-holder .efbl_single_comment_holder i .efbl_comment_icon{max-width:30px}.efbl_popup_all_comments{max-width:700px;padding:10px}.efbl_popup_all_comments h4{margin-top:10px;font-size:23px}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_icon{margin-right:10px;display:inline-block}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_msg{display:inline-block;width:calc(100% - 35px);vertical-align:top;font-size:15px}.efbl_popup_all_comments .efbl_reply_msg .efbl_comment_meta{padding-left:31px;font-size:12px;color:#6c757d;margin-top:10px}html body .efbl_feed_wraper .efbl_header{width:100%;background:#fff;padding:15px 10px;background:#fff}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content{display:flex;flex-wrap:wrap}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta{margin-bottom:0}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat,html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers{font-family:initial}html body .efbl_feed_wraper .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio{font-size:17px}html body .efbl_feed_wraper .efbl-story-wrapper .efbl-thumbnail-wrapper a img{background:#000}html body .efbl_feed_wraper .efbl_custom_likebox{margin-top:40px}html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box{text-align:center}html body .efbl_feed_wraper .efbl_custom_likebox .efbl-like-box .fb_iframe_widget{margin:0 auto}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row{margin-right:-5px;margin-left:-5px}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row>div{padding:0 5px;width:100%;max-width:100%}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row>div .efbl-grid-wrapper{margin-bottom:10px}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));grid-auto-rows:1fr}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer::before{content:"";width:0;padding-bottom:100%;grid-row:1/1;grid-column:1/1}html body .efbl_feed_wraper .efbl-grid-skin .efbl-row.e-outer>*:first-child{grid-row:1/1;grid-column:1/1}html body .efbl_feed_wraper .efbl_error_msg{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:10px;border:1px solid transparent;border-radius:5px}html body .efbl_feed_wraper .efbl_error_msg ol{padding-left:15px;margin-top:5px}html body .efbl_feed_wraper .efbl_error_msg ol li{font-size:15px}html body .efbl_feed_popup_container .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-button--arrow_right,html body .efbl_feed_popup_container .fancybox-button{background-color:#343a40}html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left>div,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right>div,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button>div{padding:4px}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button{height:90px;width:60px}}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_left,html body .efbl_feed_popup_container .fancybox-navigation .fancybox-button--arrow_right{position:fixed;top:auto;bottom:0}}@media screen and (max-width: 991px){html body .efbl_feed_popup_container .fancybox-toolbar .fancybox-button{padding:4px;height:30px}}html body .efbl_replies_modal{border-radius:5px;max-width:500px;padding:0}html body .efbl_replies_modal .efbl_popup_all_comments{padding:0}html body .efbl_replies_modal .efbl_popup_all_comments h4{font-size:18px;margin:0;padding:13px 10px;border-bottom:#dee2e6 solid 1px;line-height:1}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder{padding:10px;display:flex;flex-wrap:wrap;margin-bottom:10px;border-bottom:#dee2e6 dashed 1px;font-size:14px}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_icon{text-decoration:none;max-width:30px;width:100%;margin-right:0}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_msg{font-size:14px;width:calc(100% - 35px)}html body .efbl_replies_modal .efbl_popup_all_comments .efbl_popup_comment_holder .efbl_comment_meta{font-size:12px;color:#6c757d;margin-top:5px;padding-left:33.6px}.efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper,.efbl-masonry-skin .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper{padding-left:0}html body .efbl_feed_wraper .efbl_feeds_carousel{padding:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav{display:flex !important;justify-content:space-between !important}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button{margin:0;position:absolute;top:38%;box-shadow:none !important;border-radius:20px;opacity:.8;text-decoration:none;outline:none;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button:hover{opacity:1;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav button i{line-height:15px;font-size:24px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev{left:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-prev i{margin-left:-2px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next{right:10px}html body .efbl_feed_wraper .efbl_feeds_carousel .owl-nav .owl-next i{margin-right:-2px}html body .efbl_feed_wraper .efbl-feed-content .efbl-see-more-btn{font-style:italic;font-size:14px;font-weight:700;text-transform:capitalize;color:#343a40;text-decoration:underline}.efbl-post-footer .efbl-view-share{flex-wrap:wrap;align-items:flex-start !important}.efbl-post-footer .efbl-view-share .efbl-view-on-fb{margin-bottom:5px;margin-right:10px}.efbl-post-footer .efbl-view-share .esf-share-wrapper{padding-left:0}.efbl_event_time,.efbl_place,.efbl_place_city,.efbl_event_meta>a{margin-bottom:10px;font-size:15px}.efbl-bounceX{animation:bounce 2s infinite}@keyframes efbl-bounceX{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.white-popup{position:relative;background:#000;width:auto;max-width:720px;color:#fff;margin:20px auto}.white-popup.efbl_popup_empty{background:#ed6d62;padding:19px;padding-bottom:9px}.white-popup.efbl_popup_empty a{color:#20a3da}.white-popup.efbl_popup_empty p{margin-bottom:10px}.esfp-close{top:-18px !important;right:-18px !important;background:url(//www.neighborhoodtrainer.com/wp-content/plugins/easy-facebook-likebox/facebook/frontend/assets/images/popup_close.png) !important;width:36px !important;height:37px !important;font-size:0px !important;background:transparent}.esfp-close:hover,.esfp-close:active,.esfp-close:focus{background:transparent}#efblcf_holder video,#efblcf_holder iframe{width:100%;height:auto}#efblcf_holder video{height:100%}#efblcf_holder .efbl_popup_image,#efblcf_holder .efbl_popup_if_video,#efblcf_holder .efbl_popup_video,#efblcf_holder .efbl_popupp_footer{display:none}#efblcf_holder .efbl_popupp_footer{padding:10px;background:#fff}#efblcf_holder .efbl_popup_footer_logo:hover{opacity:1 !important;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.efbl-feed-popup-holder{background:none}#efblcf_holder .efbl_popupp_footer p{line-height:1.3em;color:#000}#efblcf_holder{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.efbl_links_container{display:none;position:absolute;background:#0073aa;padding:7px 0px 0px 0px;top:30px}.efbl_read_full_story{float:left;margin-right:10px}.efbl_links_container.efbl_slideIn{display:block;float:left}.efbl_fb_story .efbl_comments_wraper{float:left;width:100%;margin-top:5px;padding:10px;background:#eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.efbl_fb_story .efbl_comments_wraper.efbl_cwraper_slide{display:block}.efbl_fb_story .efbl_comments_wraper .efbl_comments{margin-bottom:10px;float:left;width:100%}.efbl_fb_story .efbl_comments_footer{float:left;margin-top:5px;border-top:1px solid #fff;width:100%;padding-top:5px}.efbl_comments_header{float:left;margin-bottom:5px;border-bottom:1px solid #fff;width:100%;padding-bottom:5px}.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image{float:left;width:32px;margin-right:10px;margin-top:7px}.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image a img{border:0px}.efbl_fb_story .efbl_comments_wraper .efbl_comment_text{width:88%;float:left}.efbl_fb_story .efbl_comments_wraper p{margin:0px;padding:0px}.my-esfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.my-esfp-zoom-in.esfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-esfp-zoom-in.esfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0}.my-esfp-zoom-in.esfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-esfp-zoom-in.esfp-ready.esfp-bg{opacity:.8}.my-esfp-zoom-in.esfp-removing.esfp-bg{opacity:0}.esfp-fade.esfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.esfp-fade.esfp-bg.esfp-ready{opacity:.8}.esfp-fade.esfp-bg.esfp-removing{opacity:0}.esfp-fade.esfp-wrap .esfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.esfp-fade.esfp-wrap.esfp-ready .esfp-content{opacity:1}.esfp-fade.esfp-wrap.esfp-removing .esfp-content{opacity:0}#efblcf_holder .efbl_popup_left_container{position:relative}#efblcf_holder .efbl_popup_left_container a{outline:none;position:absolute;z-index:1000;top:0;bottom:35px;height:auto;width:25%;opacity:0;cursor:pointer;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}#efblcf_holder .efbl_popup_left_container a:hover{opacity:1;-webkit-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}#efblcf_holder .efbl_popup_left_container a i{font-size:60px;position:absolute;top:38%;color:#fff}#efblcf_holder .efbl_popup_left_container a.efbl-popup-next i{right:25px}#efblcf_holder .efbl_popup_left_container a.efbl-popup-prev i{left:25px}#efblcf_holder a.efbl-popup-next{right:0}.efbl_popup_image{width:auto;display:block;margin:0px auto}.efbl_feeds_holder .efbl-load-opacity{display:none}@media only screen and (max-width: 768px){#efblcf.thumbnail .efbl_story_photo,#efblcf.thumbnail .efbl_post_content,#efblcf.halfwidth .efbl_story_photo,#efblcf.halfwidth .efbl_post_content{width:100%;margin-bottom:10px}#efbl_popup{width:auto !important;height:auto !important;display:table}.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_text{width:100%}.efbl_fb_story .efbl_shared_story{text-align:center}.efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_image{float:none}.efbl_links_container{bottom:-30px}}.widget.widget_easy_facebook_feed{overflow:hidden}.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap,.efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta,.efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav,.efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between,.efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons,body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption,.efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between{flex-direction:column}.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-d-flex.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share,.efbl_header .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_inner_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl-justify-content-between.efbl_header_meta .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_header_meta .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_cat .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_cat .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl_followers .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_followers .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-justify-content-between.efbl-verified-status .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-verified-status .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status i.efbl-justify-content-between .efbl-view-share,.efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl-verified-status .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-halfwidth-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-thumbnail-skin .efbl-thumbnail-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl-masonry-skin .brick .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-justify-content-between.efbl-reacted-item .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-reacted .efbl-reacted-item .efbl-justify-content-between.efbl_all_comments_wrap .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.esf-share-wrapper .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl_feeds_carousel .efbl-grid-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .efbl-grid-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .esf-share-wrapper .esf-social-share button a i.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .efbl-justify-content-between.owl-nav .efbl-view-share,.efbl_feeds_carousel .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.owl-nav .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl_feeds_carousel .owl-nav button.efbl-justify-content-between .efbl-view-share,.efbl_feeds_carousel .owl-nav .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer button.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_likes_holder_icons .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li.efbl-justify-content-between .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer li.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li a.efbl-justify-content-between .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_likes_holder_icons li .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer a.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .efbl-justify-content-between.efbl_popup_like .efbl-view-share,body .fancybox-container .efbl-likes-popup-holder .efbl_reactions_holder .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl_popup_like .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-justify-content-between.efbl-caption .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-justify-content-between.efbl-caption .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span.efbl-justify-content-between .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer span.efbl-justify-content-between .efbl-view-share,.widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer .efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span i.efbl-justify-content-between .efbl-view-share,.efbl-post-detail .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span .widget.widget_easy_facebook_feed .efbl_feeds_holder.efbl_feeds_fullwidth .efbl-fullwidth-skin .efbl-post-footer i.efbl-justify-content-between .efbl-view-share{margin-top:10px !important;flex-direction:row}.efbl_feed_popup_container.fancybox-container,.fancybox-container{z-index:99999999}.efbl_feed_wraper.efbl_skin_15920 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_holder.efbl_feeds_carousel {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot span {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot.active span {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_load_more_holder a.efbl_load_more_btn span {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_header {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 0;
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat, .efbl_feed_wraper.efbl_skin_15920 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15920 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-feed-content .description, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-feed-content .description a, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-feed-content .efbl_link_text, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-overlay {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-overlay .efbl_multimedia, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover, .efbl_feed_wraper.efbl_skin_15920 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-caption::after {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-caption .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 a, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-post-header {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-post-header h2 {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-post-header span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl_link_text {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-reactions-box {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_popup_likes_main {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-popup-comments-icon-wrapper {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-commnets, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-comments-list {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-action-btn {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15920 .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_holder.efbl_feeds_carousel {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot span {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot.active span {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_load_more_holder a.efbl_load_more_btn span {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_header {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 0;
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat, .efbl_feed_wraper.efbl_skin_15921 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15921 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-feed-content .description, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-feed-content .description a, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-feed-content .efbl_link_text, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-overlay {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-overlay .efbl_multimedia, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover, .efbl_feed_wraper.efbl_skin_15921 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-caption::after {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-caption .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 a, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-post-header {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-post-header h2 {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-post-header span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl_link_text {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-reactions-box {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_popup_likes_main {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-popup-comments-icon-wrapper {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-commnets, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-comments-list {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-action-btn {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15921 .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-grid-skin .efbl-row.e-outer {
grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_holder.efbl_feeds_carousel {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_holder.efbl_feeds_carousel .owl-nav {
display: flex;
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots {
display: block;
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot span {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_holder.efbl_feeds_carousel .owl-dots .owl-dot.active span {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_load_more_holder a.efbl_load_more_btn span {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_load_more_holder a.efbl_load_more_btn:hover span {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_header {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_header_title {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_header .efbl_header_inner_wrap .efbl_header_img img {
border-radius: 0;
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_cat, .efbl_feed_wraper.efbl_skin_15922 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_header_meta .efbl_followers {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl_header .efbl_header_inner_wrap .efbl_header_content .efbl_bio {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper {
box-shadow: none;
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15922 .efbl_feeds_carousel .efbl-story-wrapper .efbl-grid-wrapper {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-feed-content > .efbl-d-flex .efbl-profile-title span, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-feed-content .description, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-feed-content .description a, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-feed-content .efbl_link_text, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-feed-content .efbl_link_text .efbl_title_link a {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .efbl-reacted-item .efbl_all_comments_wrap {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-overlay {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-overlay .efbl_multimedia, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-overlay .icon-esf-video-camera {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
}
.efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .efbl-view-on-fb:hover, .efbl_feed_wraper.efbl_skin_15922 .efbl-story-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-caption::after {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-caption .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 a, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-post-header {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-post-header .efbl-profile-image {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-post-header h2 {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-post-header span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-feed-description, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl_link_text {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-reactions-box {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions span {
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl_popup_likes_main {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-reactions-box .efbl-reactions .efbl-popup-comments-icon-wrapper {
display: flex;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-commnets, .efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-comments-list {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-action-btn {
display: block;
}
.efbl_feed_popup_container .efbl-post-detail.efbl-popup-skin-15922 .efbl-d-columns-wrapper .efbl-comments-list .efbl-comment-wrap {
}.flexslider-hg.flexslider a:active,
.flexslider-hg.flexslider a:focus { outline: none; }
.flexslider-hg.flexslider,
.flexslider-hg.flexslider ul.slides,
.flexslider-hg.flexslider ul.slides li,
.flexslider-hg.flexslider .flex-control-nav,
.flexslider-hg.flexslider .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flexslider-hg.flexslider ul.slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider-hg.flexslider ul.slides img {width: 100%; display: block;}
.flexslider-hg.flexslider .flex-pauseplay span {text-transform: capitalize;} .flexslider-hg.flexslider ul.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .flexslider-hg.flexslider ul.slides { display: block; } 
* html .flexslider-hg.flexslider ul.slides { height: 1%; } .no-js .flexslider-hg.flexslider ul.slides > li:first-child { display: block; } .flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { zoom: 1; }
.flexslider .carousel li {margin-right: 5px}
.flexslider .slide img { border-radius: 0; box-shadow: none; } .flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; background-repeat: no-repeat; background-position: 0 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} .flex-control-nav { position: absolute; left: 0; right: 0; bottom: -40px; text-align: center;}
.flex-control-nav li { padding: 0; margin: 0 3px !important; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px;  box-shadow: inset 0 0 3px rgba(0,0,0,0.3); padding: 0; margin: 0 !important; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 5px;}
.flex-direction-nav .flex-next {opacity: 1; right: 5px;}
} .flexslider .slides li { position: relative; }
.flexslider-hg-corners-square .flex-direction-nav a { background-image: url(//www.neighborhoodtrainer.com/wp-content/plugins/flexslider-hg/images/bg_direction_nav_squared.png); }
.flexslider-hg-corners-rounded .flex-direction-nav a { background-image: url(//www.neighborhoodtrainer.com/wp-content/plugins/flexslider-hg/images/bg_direction_nav_rounded.png); }
.slide-data { color: #fff; position: absolute; bottom: 15px; left: 15px; right: 15px; padding: 7px 10px; background: rgba(0,0,0,0.5); }
.slide-data .flexslider-hg-title, .slide-data p { margin: 0; padding: 0; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.6); }
.slide-data .flexslider-hg-title a { text-decoration: none; color: #fff; } .flexslider-hg-corners-rounded { -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.flexslider-hg-corners-rounded .flex-control-paging li a { -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flexslider-hg-corners-rounded .slide-data { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .flexslider.flexslider-hg-style-slim .slide-data { bottom: 25px; }
.flexslider.flexslider-hg-style-slim .flex-control-nav { bottom: -3px; text-align: left; left: 13px; } .flexslider.flexslider-hg-style-bottomheavy .slide-data { right: 30%; }
.flexslider.flexslider-hg-style-bottomheavy .flex-control-nav { bottom: 5px; text-align: center; left: auto; right: 10px; } .flexslider.flexslider-hg-style-crossed .slide-data {  }
.flexslider.flexslider-hg-style-crossed .flex-control-nav { bottom: auto; top: 10px; text-align: center; left: auto; right: 10px; }@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800");
.owl-carousel .animated {-webkit-animation-duration: 1000ms;animation-duration: 1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeOut {0% {  opacity: 1;}
100% {  opacity: 0;}
}
@keyframes fadeOut {0% {  opacity: 1;}
100% {  opacity: 0;}
} .owl-height {-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;} .owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent; position: relative;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-item img {display: block;width: 100%;-webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}
.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;} .no-js .owl-carousel {display: block;} .owl-carousel .owl-item .owl-lazy {opacity: 0;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}
.owl-carousel .owl-item img {transform-style: preserve-3d;} .owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/css/owl.video.play.png) no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;-webkit-transition: scale 100ms ease;-moz-transition: scale 100ms ease;-ms-transition: scale 100ms ease;-o-transition: scale 100ms ease;transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover {-webkit-transition: scale(1.3, 1.3);-moz-transition: scale(1.3, 1.3);-ms-transition: scale(1.3, 1.3);-o-transition: scale(1.3, 1.3);transition: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;}
@font-face {
font-family:Bitter;
font-style:normal;
font-weight:400;
src:local(Bitter-Regular), url(https://fonts.gstatic.com/s/bitter/v7/s9gJB935qk_YG8d-lnTdvA.woff) format("woff")
}
@font-face {
font-family:Bitter;
font-style:normal;
font-weight:700;
src:local(Bitter-Bold), url(https://fonts.gstatic.com/s/bitter/v7/JGVZEP92dXgoQBG1CnQcfD8E0i7KZn-EPnyo3HZu7kw.woff) F66501format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:normal;
font-weight:300;
src:local('Source Sans Pro Light'), local(SourceSansPro-Light), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGIPZSf8Ud0kNoe3bGnF7K24.woff) format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:normal;
font-weight:400;
src:local('Source Sans Pro'), local(SourceSansPro-Regular), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBBHWFfxJXS04xYOz0jw624.woff) format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:normal;
font-weight:700;
src:local('Source Sans Pro Bold'), local(SourceSansPro-Bold), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGAE-U1AYRUXXE0Dth8uKIE0.woff) format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:italic;
font-weight:300;
src:local('Source Sans Pro Light Italic'), local(SourceSansPro-LightIt), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6HOOzCfWADO619gxuli7ZzU.woff) format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:italic;
font-weight:400;
src:local('Source Sans Pro Italic'), local(SourceSansPro-It), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM1xDqsnd7zNt-b9r25av6rY.woff) format("woff")
}
@font-face {
font-family:'Source Sans Pro';
font-style:italic;
font-weight:700;
src:local('Source Sans Pro Bold Italic'), local(SourceSansPro-BoldIt), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6L7TcrrtjxQtUk4wnkGIFYE.woff) format("woff")
}
*{box-sizing:border-box;}
img{ width:auto; max-width:100%; vertical-align:bottom;}
#member_ratings_paginate {
float:left;
margin-left:-3px;
padding-top:15px;
position:absolute
}
#member_ratings_next:hover, #member_ratings_previous:hover {
background:#005489;
border-bottom:4px solid #003e66
}
li.gallery {
min-height: 679px;
max-height: 679px;
overflow: auto;
}
#member_ratings_next, #member_ratings_previous {
background:#f46600;
border-bottom:4px solid #c25206;
border-radius:3px;
color:#fff!important;
padding:2px 7px;
text-transform:uppercase
}
a {
outline:0;
color:#21759b;
text-decoration:none;
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
-transition:all .3s linear
}
img {
outline:0;
border:none
}
a:hover {
color:#0f3647;
outline:0
}
@font-face {
font-family:Swis721CnBTRoman;
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0009m_-webfont.eot);
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0009m_-webfont.eot) format("embedded-opentype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0009m_-webfont.woff) format("woff"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0009m_-webfont.ttf) format("truetype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0009m_-webfont.svg#Swis721CnBTRoman) format("svg")
}
@font-face {
font-family:ArialBlack;
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/ariblk_0.eot);
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/ariblk_0.eot) format("embedded-opentype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/ariblk_0.woff) format("woff"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/ariblk_0.ttf) format("truetype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/ariblk_0.svg#ArialBlack) format("svg")
}
@font-face {
font-family:Swis721LtBTLight;
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0001m_.eot);
src:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0001m_.eot) format("embedded-opentype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0001m_.woff) format("woff"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0001m_.ttf) format("truetype"), url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/fonts/tt0001m_.svg#Swis721LtBTLight) format("svg")
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden
}
::-webkit-input-placeholder {
color:#000
}
::-moz-placeholder {
color:#000
}
:-ms-input-placeholder {
color:#000
}
input:-moz-placeholder {
color:#000
}
body {
background:#eeeef0;
margin:0 auto;
padding:0;
font-family: 'Open Sans', sans-serif;
}
.site {
margin:0 auto;
background:0 0;
padding:0
}
.clear {
clear:both
}
.site {
width:100%
}
.site-header h1.site-title {
float:left;
line-height:0;
margin: 13px 0;
}
.site-header {
box-shadow:0 0 10px #cfcfcf;
position:relative
}
input, input[type=checkbox] {
outline:0
}
.site-header {
padding:0
}
.wrapper {
width:100%;
max-width:1190px;
margin:auto;
padding:0 10px;
}
.hdr_top { background: #005488;
}
.lgn_link {
float: right;
margin: 0;
width: 30%;
text-align: right;
}
.lgn_link ul, .top_rt_link ul {
margin:0;
padding:0;
list-style:none;
display:inline-block; }
.lgn_link ul li {
display:inline-block; padding:10px 11px;
vertical-align:middle;
position:relative;
}
.lgn_link ul li:after, .top_rt_link ul li:after{ 
content:'';
position:absolute;
top:50%;
right:0px;
height:20px;
width:1px;
background:#8d8e98;
margin-top:-10px;
}
.top_rt_link ul li::after{right:-2px;}
.lgn_link ul li:last-child:after, .top_rt_link ul li:last-child:after, .top_rt_link ul li:nth-child(2):after{ display:none;}
.lgn_link ul li a {
display: block;
color: #e4e4e4;
font-size: 14px;
text-transform: capitalize;
}
.top_rt_link ul li:last-child:after{ height:10px; margin-top:-5px;}
.lgn_link ul li a:hover{ color:#fff;}
.lgn_link ul li a i {
display:inline-block;
vertical-align:middle;
width:25px;
height:25px;
opacity:0.5;
}
.lgn_link ul li a:hover i{ opacity:1;}
.lgn_link ul li a i.icon_1 {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sprite.png) no-repeat;
background-position:-59px -12px
}
.lgn_link ul li a i.icon_2 {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sprite.png) no-repeat;
background-position:-20px -12px
}
.lgn_link ul li a i.icon_blog{
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/blog-w-icon.png) no-repeat center;
}
.lgn_link ul li a i.icon_con {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mail-w-icon.png) no-repeat center;
}
.lgn_link ul li a i.icon_login {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/login-w-icon.png) no-repeat center;
}
.top_rt_link {
float:right;
width:70%;
}
.top_rt_link ul li {
display: inline-block;
height: auto; padding: 10px 12px;
vertical-align: middle;
position: relative;
}
.top_rt_link ul li a {
display: inline-block;
line-height: 0px;
color: #e4e4e4;
font-size: 13px;
text-transform: capitalize;
}
.top_rt_link ul li a:hover{ color:#fff;}
.hdr_btm {
background:#fff
}
.main-navigation {
float:right;
margin:0 auto;
}
.menu-header div.nav-menu>ul, .menu-header ul.nav-menu {
border:0;
list-style:none
}
.menu-header ul li a:hover {
color:#f56600
}
.menu-header ul li {
display:inline-block
}
.menu-header ul li a { color:#333;
font-size:15px
}
.menu-header li {
margin:0 10px
}
.footer_top {
background:#1b1b1c;
padding:60px 0;
border-bottom: 1px solid #27272b;
}
.footer_menu {
float:left;
margin:0;
width:50%;
}
.footer_menu h1 {
margin:0px 0 24px;
padding:0;
font-weight: 600;
color: #a4a7ac;
font-size: 24px;
text-transform: capitalize;
line-height: 30px;
}
.menu-footer_menu-container {
margin:0;
padding:0
}
.menu-footer_menu-container ul {
display: block;
padding-left: 0;
margin: 0 auto;
}
.menu-footer_menu-container ul li {
margin:0;
padding:0;
width: 45%;
display: inline-block;
}
.menu-footer_menu-container ul li a {
margin:0 0 10px 0;
padding:0;
color:#fff;
font-size:16px;
position:relative;
padding-left: 10px;
display: block;
}
.menu-footer_menu-container ul li a:before{content:''; position:absolute; top:10px; left:0; height:4px; width:4px; background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/bullet-icon.png) no-repeat top left; transition: all 0.4s linear; -moz-transition: all 0.4s linear; -ms-transition: all 0.4s linear; -webkit-transition: all 0.4s linear;}
.menu-footer_menu-container ul li a:hover {color:#f56600; }
.menu-footer_menu-container ul li a:hover:before{ background-position:left bottom; transition: all 0.4s linear; -moz-transition: all 0.4s linear; -ms-transition: all 0.4s linear; -webkit-transition: all 0.4s linear;}
.menu-footer_menu-container ul li:last-child {
border:0
}
.menu-footer_menu-container ul li:last-child a, .menu-footer_menu-container ul li:nth-last-child(2) a{ margin-bottom:0;}
.mailing_list {
width:50%;
float:left;
margin:0;
padding-right: 122px;
box-sizing: border-box;
}
.ftop_rghtBx {
float: right;
width: 50%;
}
.mailing_box {
display: block;
}
.show {
width:100%;
display:block;
padding:0;
border-radius:4px;
}
.mailing_box h1 {
margin:0;
padding:0;
font-weight:600;
color:#a4a7ac;
font-size:24px;
text-transform:capitalize;
margin-bottom: 24px;
line-height: 30px;
}
.mailing_form input[type=text], .newsletter-email {
background:#ebebeb;
border-radius:4px;
padding:10px;
width:94%;
color:#005488;
font-size:17px;
border:none;
}
.newsletter .newsletter-email {
height: 44px;
padding: 0 94px 0 5px;
box-sizing: border-box;
width: 100%;
color: #7c7c7c;
box-shadow: none;
font-size: 12px;
}
.newsletter .newsletter-email:focus{ outline:0;}
.mailing_form {
margin:10px 0 10px;
}
.mailing_form input[type=text], .show {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.continue_btn {
text-align:right
}
.newsletter {
position: relative;
}
.continue_btn input[type=button], .mailing_form .newsletter-submit {
background:#008be1;
border-radius:4px;
padding:10px;
margin:5px 0 0;
border:0;
cursor:pointer;
color:#fff;
font-size:16px;
text-transform:uppercase
}
.newsletter .newsletter-submit {
position: absolute;
top: 50%;
margin: -17px auto 0;
right: 7px;
height: 34px;
line-height: 30px;
padding: 0 9px;
font-size: 12px;
font-weight: 600;
background: #f46600;
}
.newsletter .newsletter-submit:hover{background:#000; color: #fff}
.mailing_list p {
text-align:left;
color:#fff;
font-size:12px;
margin:0;
padding:0
}
.copy {
text-align: center;
color: #868687;
font-size: 14px;
padding: 0;
}
.Follow_us h1 {
margin:0px 0 24px;
padding:0;
font-weight: 600;
color: #a4a7ac;
font-size: 24px;
line-height: 30px;
}
.Follow_us {
float:right;
}
.Follow_link {
margin:0;
}
.Follow_link ul {
margin:0;
padding:0;
list-style:none
}
.Follow_link ul li {
display:inline-block;
vertical-align:middle;
}
.Follow_link ul li a {
width:30px;
height:30px;
display:block;
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/social-sprite-icon.png) no-repeat top left;
padding: 0;
}
.Follow_link ul li.fb a {
background-position:top left;
}
.Follow_link ul li.tw a {
background-position:-30px 0px;
}
.Follow_link ul li.in a {
background-position:-60px 0px;
}
.Follow_link ul li.pn a {
background-position:-90px 0px;
}
.Follow_link ul li.gpls a {
background-position:-120px 0px;
}
.Follow_link ul li.insta a {
background-position:-150px 0px;
}
.Follow_link ul li.fb a:hover {
background-position:bottom left;
}
.Follow_link ul li.tw a:hover {
background-position:-30px bottom;
}
.Follow_link ul li.in a:hover {
background-position:-60px bottom;
}
.Follow_link ul li.pn a:hover  {
background-position:-90px bottom;
}
.Follow_link ul li.gpls a:hover {
background-position:-120px bottom;
}
.Follow_link ul li.insta a:hover {
background-position:-150px bottom;
}
.Follow_link ul li:last-child {
margin:0;
}
.footer_btm {
background:#008be1
}
.footer_btm ul li {
vertical-align:middle;
padding:13px 142px 13px 0
}
.footer_btm ul li:last-child {
padding-right:0
}
.footer_btm ul li a {
color:#fff;
font-size:17px;
font-family:Swis721CnBTRoman;
text-transform:uppercase
}
.hme_txt {
background: #3388d8;
border-top: 0;
width: 92%;
max-width: 1170px;
margin: -48px auto 0;
z-index: 99999;
position: relative;
}
.hme_txt h1 {
color: #fff;
font-size: 21px;
text-align: center;
margin: 0;
padding: 20px 0px;
line-height: 32px;
margin: 0 auto;
font-weight: 600;
max-width: 1030px;
}
.trnerList{ display:block; padding-bottom:40px;}
.hme_list_lt {float:right;max-width:870px;margin:0;width: 74.4%;}
.hme_list_lt .site_ads {width: 80%;margin: 60px auto 0 !important;padding: 0 !important;}
.hme_list_lt .site_ads a img{ width:100% !important; vertical-align: bottom;}
.hme_list_rt {float:left;max-width:274px;margin:0;padding:0;width: 23.4%;}
h1.hd {margin:0 0 10px;padding:0;color:#2b2828;font-size:28px; font-weight:400;	text-transform:capitalize; font-family:'Source Sans Pro';}
h1.hd span {color:#f68121;font-size:28px;text-transform: capitalize;font-weight: 700;}
h1.hd i {
width: 40px;
height: 43px;
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sprite.png) -217px -12px no-repeat;
display:inline-block;
vertical-align:middle;
padding:0 10px 0 0;
margin-right: 10px;
}
.Showcase_block h1.hd i{ background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/show-case-icon.png) no-repeat;}
.featured_trainers_blk h1.hd i{ background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/featured-traner-icon.png) no-repeat;}
.Showcase_block {
text-align: center;
display: block;
padding: 40px 0;
}
.Showcase_btm {
margin:0;
padding:0;
display: block;
width: 100%;
}
.Showcase_btm ul {
margin:0;
padding:0;
list-style:none
}
.Showcase_btm ul li {
display:inline-block;
margin-right:1.7%;
vertical-align:top;
max-width:274px;
width: 23.4%;
background:#fff;
min-height:310px;
border: 1px solid #dddd;
box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 0 20px 20px;
overflow: hidden;
box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);
}
.Showcase_btm ul li span.Sh_ca_img a {
display:flex
}
.Showcase_btm ul li span.Sh_ca_img a img {
width:100%
}
.Showcase_btm ul li h2 {
margin:0;
padding:20px 0px 10px;
color:#000;
font-size:17px;
font-weight:700;
text-align:left;
text-transform:capitalize;
}
.Showcase_btm ul li h2 a {
color:#000
}
.Showcase_btm ul li:hover h2 a {
color: #f56600;
}
.Showcase_btm ul li p {
margin:0;
padding:0;
color:#000;
font-size:14px;
font-weight:400;
text-align:left;
min-height:116px;
}
.Showcase_btm ul li p span{font-size: 13px;text-transform: capitalize; color: #757575; background:#eaeaea; display: inline-block; padding:3px 8px; margin: 0 5px 5px 0; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.view_more {
text-align:left;
display:block;
margin:16px 0 0;
}
.trainer_but a, .view_more a {
background:#fff;
padding:0px 26px;
color:#3f3f3f;
font-size:13px;
text-transform:uppercase;
display:inline-block;
height: 32px;
line-height: 32px;
font-weight: 600;
border: 1px solid #dedede;
box-shadow: 0 0 0px rgba(0,0,0,0.1);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.view_more a:hover {
background: #f56600;
color: #fff;
border: 1px solid #f56600;
box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.trainer_but a {
background: #f46600;
padding: 0px 25px;
color: #fff;
font-size: 15px;
text-transform: uppercase;
display: inline-block;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: none;
}
.trainer_but {
text-align:center
}
.trainer_but a:hover {
background:#3388d8;
border-bottom:4px #0f5393 solid
}
.Showcase_btm ul li:last-child {
margin-right:0
}
.Showcase_btm ul li div.add_shw_case, .Showcase_btm ul li span.add_shw_case {
margin:5px;
padding:0
}
.Showcase_btm ul li div.add_shw_case h3, .Showcase_btm ul li span.add_shw_case h3 {
color:#3388d8;
min-height:62px;
font-size:24px;
font-family:Oswald, sans-serif;
text-align:center;
display:block;
font-weight:400;
margin:0 0 9px;
padding:0;
line-height:31px
}
.Showcase_btm ul li div.add_shw_case a, .Showcase_btm ul li span.add_shw_case a {
text-align:center;
font-size:24px;
font-family:Oswald, sans-serif;
display:block;
color:#f46600
}
.Showcase_btm ul li div.add_shw_case a:hover, .Showcase_btm ul li span.add_shw_case a:hover {
color:#3388d8
}
.featured_trainers_blk {
margin:0;
}
.featured_content {
margin:0;
padding:0
}
.featured_content ul {
margin:0;
padding:0;
list-style:none
}
.featured_content ul li {
display:inline-block;
position:relative;
background:#fff;
margin:0 14px 0 0;
vertical-align:top;
max-width:203px;
border:1px solid #dadada;
margin-bottom: 14px;
overflow: hidden;
width: 23.8%;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow:0 0 10px rgba(228, 228, 228, 0.8);
}
.featured_content ul li:nth-child(4n){ margin-right:0;}
.featured_content ul li span.featured_img {
display:block;
height:220px;
overflow:hidden;
text-align:center;
margin: 8px 8px 0;
box-sizing: border-box;
border-bottom: 4px solid #f68121;
}
.featured_content ul li span.featured_img a {
display:block;
width:100%;
text-align:center
}
.featured_content ul li span.featured_img a img {
width: auto !important;
max-width: 100%;
}
.featured_content ul li h2 {
margin:0;
padding:26px 12px;
color:#3f3f3f;
font-size:15px;
font-weight:700;
text-align:center;
}
.featured_content ul li h2 a {
color:#000
}
.featured_content ul li:hover {
background:#f68121
}
.featured_content ul li:hover h2 a {
color:#fff
}
.featured_content ul li span.featured_hd {
display: none;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/hover_bg.png);
position: absolute;
z-index: 9999;
top: 0;
left: 0;
height: 75%;
width: 100%;
padding: 10px 20px;
box-sizing: border-box;
overflow-Y:auto;
}
.featured_content ul li span.featured_hd a {
color: #fff;
display: table;
font-size: 14px;
line-height: 24px;
padding: 0;
text-align: left;
width: 100%;
font-weight: 400 !important;
height: 100%;
}
.featured_content ul li span.featured_hd a  strong{ display:table-cell; vertical-align:middle;font-weight: 400 !important;}
.featured_content ul li:hover span.featured_hd {
display:block
}
.featured_content ul li span.pro_link {
width:24px;
display:none;
height:24px;
position:absolute;
bottom:7px;
right:7px;
z-index:99999
}
.featured_content ul li span.pro_link a {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/profile_icon.png);
display:block;
width:24px;
height:24px
}
.featured_content ul li:hover span.pro_link {
display:none;
}
.hme_list_rt h1 {
margin:0;
font-style:normal;
color:#fff;
font-size:17px;
background: #414141;
padding: 16px 20px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
line-height: 20px;
text-transform: uppercase;
}
.hme_list_rt h1 span {
color: #fff;
font-size: 17px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.for_trainers {
margin:0 auto 20px;
background: #fff;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
overflow: hidden;
border: 1px solid #dfdfdf;
box-shadow: 0 0 10px rgba(239, 239, 239, 0.2);
}
.for_trainers_list {
margin:0 auto;
padding:0;
border-top: 0;
box-sizing: border-box;
}
.for_trainers_list ul {
margin:0;
list-style:none;
padding:0
}
.for_trainers_list ul li {
display:block;
border-bottom:1px solid #dfdfdf;
margin:0;
padding:0 0 0 16px;
}
.for_trainers_list ul li a {
color:#101010;
display:block;
font-size:12px;
padding:14px 12px 14px 16px;
text-decoration:none;
font-weight: 600;
line-height: 16px;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/left-arrow-dir.png) no-repeat left top 16px;
}
.for_trainers_list ul li a:hover {
color:#f56600
}
.for_trainers_list ul li:last-child {
border:0
}
.blog_talkradio {
margin: 0 auto 20px;
border: 1px solid #dfdfdf;
box-shadow: 0 0 10px rgba(239, 239, 239, 0.2);
}
.blog_talkradio a {
display: block;
background: #fff;
text-align: center;
padding: 14px 0;
}
.site_add {
margin:15px 0 0
}
#videosidebar-2 iframe {
width: 100%;
}
.testimonial_block {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/testimonial_bg.jpg) no-repeat;
padding:25px 0;
height:434px;
margin:0 0 20px
}
.testimonial_block h1 {
font-family:ArialBlack;
color:#fff;
text-align:center;
font-size:36px
}
.testimonial_block p {
color:#fff;
min-height:124px;
text-align:center;
font-size:16px;
line-height:27px;
margin:15px 0
}
.testimonial_slider, .testimonial_wrapper {
width:100%!important
}
.testimonial_wrapper{ box-sizing: border-box;}
.testimonial_by_wrap {
display:none!important
}
.testimonial_slideri span {
color: #000 !important;
font-size: 14px;
text-align: left !important;
font-style: normal;
line-height: 22px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
display: inline-block;
}
.testimonial_wrapper {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/Testimonials_arrow.png) center bottom no-repeat
}
.testimonial_slider, .testimonial_slider__default .testimonial_quote, .testimonial_slider__default .testimonial_slideri {
background:none!important;
min-height:138px
}
.testimonial_slider__default .testimonial_quote, .testimonial_slider__default .testimonial_slideri {
margin:auto;
text-align:left; font-size:15px !important;
color:#fff!important;
padding:0
}
.site_ads {
text-align:center;
width:984px;
margin:0 auto!important;
min-height:69px;
color:#FFF;
font-size:20px;
border-radius:4px;
padding-top:0;
font-weight:700;
padding-bottom:40px;
}
.site_ads a {
color:#fff
}
.testmonial_out {
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/testimonial_bg.jpg) center top no-repeat;
display: block;
background-size: cover;
text-align: center;
padding: 40px 0;
border-top: 2px solid #fff;
}
#testimonial_ssliderr_wid-2, .blog_Bx, .latestNews {
width: 30.6%;
background: #fff;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 1px 4px 10px rgba(182, 182, 182, 0.2);
margin-right:4.1%;
float: left;
}
.latestNews{ margin-right:0;}
.testmonial_outer h1 {
color:#fff;
margin:0 0 10px
}
.testmonial_outer p {
color:#ccc;
margin:0 0 75px;
line-height:30px;
font-size:16px
}
.testmonial_outer .sldr_title, .postNme{ margin:0 auto !important; padding:16px 20px !important; font-size:17px !Important; line-height: 20px; font-family: 'Open Sans', sans-serif !important; text-transform:uppercase; font-weight:700; text-align:left; background:#414141; color:#fff; }
.testimonial_slider__default .testimonial_by_wrap{ display:none;}
.testimonial_slider__default .testimonial_quote{ width:100% !important; padding:20px !important;}
.postNme .readMore {
float: right;
}
.postNme .readMore a {
font-size: 12px;
color: #f39123;
font-weight: 400;
}
.postNme .readMore a:hover{ color:#fff;}
.postList {
display: block;
margin: 20px 10px 20px 20px;
text-align: left;
height: 250px;
}
.postList ul {
list-style: none;
padding: 0;
margin: 0;
overflow-Y:auto;
height: 100%;
}
.postList ul li {
position: relative;
padding-left: 72px;
min-height: 56px;
margin-bottom: 22px;
}
.postList ul li:last-child{ margin-bottom:0;}
.postList ul li i {
position: absolute;
left: 0;
}
.postList ul li i img {
vertical-align: bottom;
}
.postList ul li p {
margin-bottom: 2px;
}
.postList ul li p a {
color: #19191e;
font-size: 14px;
line-height: 20px;
display: block;
font-weight: 700;
}
.postTime {
font-size: 13px;
color: #19191e;
}
.clearall {
margin:0;
padding:0;
clear:both
}
.footer_btm ul .submenu.last_submenu {
margin-top:13px!important
}
.search_tr {
border-bottom:1px solid #c1c1c1;
padding-bottom:2px!important
}
.med {
color:#F56600;
text-transform:uppercase;
font-family:Swis721CnBTRoman;
font-size:14px;
padding:0 25px 0 10px;
font-weight:400
}
.trainer_tex {
border:1px solid #c1c1c1;
padding:6px
}
.search_trainer {
margin-top:30px
}
.top_zip {
margin-bottom:25px;
font-size:15px
}
.lookingfor {
display:inline-block;
width:280px;
padding:10px 0;
font-size:14px
}
.trainer_top {
background:#fff;
padding:0 10px;
margin:10px 0 0
}
.iwant {
display:inline-block;
width:24%;
padding:10px 0;
font-size:14px;
color:#666
}
.trainer_select {
display:inline-block;
width:210px
}
.trainer_select1 {
display:inline-block;
width:250px
}
.trainer_select2 {
display:inline-block;
width:350px
}
.trainer_sub {
margin:40px 0 0;
text-align:center;
width:903px
}
.trainer_result_top { width:15%;
display:inline-block;
margin:0 9px 0 0
}
.result_img {
background:#fff;
padding:4px 4px 0;
box-shadow:0 1px 2px 1px #666
}
.result_img a {
display:block
}
.result_title { text-align:center;
display:block;
padding-top:7px
}
.result_title a {
color:#000
}
.first_r {
max-width: 250px;
overflow: hidden;
display: table-cell;
padding-right: 30px;
width: 30%;
vertical-align: top;
text-align: center;
}
.first_r a {
width: 100%;
border: 1px solid #dadada;
display: block;
}
.second_r {
display: table-cell;
max-width: 585px;
width: 70%;
}
.second_rl h3 {
color:#f68121;
text-transform:none;
font-family: 'Open Sans', sans-serif;
font-size:23px;
line-height:30px;
padding:0 0 10px;
font-weight:700;
margin:0;
}
.second_rl h3 a {
color:#f68121
}
.second_rl h3 a strong{font-weight:700;}
.second_rl {
display: table-cell;
max-width: 420px;
width: 72%;
vertical-align: middle;
padding-right: 10px;
}
.second_rr {
display: table-cell;
max-width: 160px;
width: 29%;
vertical-align: top;
text-align: right;
}
.second_rr .az_r{ text-align:right;}
.second_rrimg {
width:175px;
padding-top:5px
}
.video_outtt {
width: 100%;
border: 2px solid #e8e8e8;
float: right;
padding: 8px;
margin-top: 10px;
text-align: center;
position: relative;
}
.video_outtt img{
width: 100%;
margin: 0;
padding: 0;
height: auto;
max-height: 108px;
max-width: 100% !important;
}
.main_result {
background: #FFF;
padding: 20px;
display: table;
border: 1px solid #dfdfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-wekit-border-radius: 5px;
box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);
margin-bottom: 20px;
width:100%;
}
.mathc {
background:#595959;
color:#FFF;
padding:5px 0;
text-align:center;
width:200px;
margin:0 0 20px
}
.profile{ font-size:13px; color:#757575;}
.result_area {
font-size: 15px;
color: #757575;
line-height: 21px;
padding: 12px 0 16px;
}
.result_area strong {
color: #101010;
font-weight: 600;
}
.more_detial {
background: none;
border: 1px solid #dadada;
color: #3f3f3f;
display: inline-block;
font-size: 13px;
padding: 0px 17px;
float: left;
text-transform: uppercase;
font-weight: 400;
height: 32px;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
border-radius: 3px;
-webkit-border-radius: 3px;
-wmoz-border-radius: 3px;
box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.more_detial strong{font-family: 'Open Sans', sans-serif; font-weight: 600;}
.more_detial:hover {
background: #F68121;
border: 1px solid #F68121;
}
.compare {
display:inline-block
}
.compare checkbox {
outline:0
}
.fea_div_grey_bg {
padding-bottom:20px
}
.t_registration {
background:#004B79;
border:red;
float:left;
padding:8px 0;
text-align:center;
width:266px;
border-radius:3px;
margin-right:50px
}
.t_registration a {
color:#fff;
font-size:18px
}
.call_out {
background:#fff;
padding:10px 140px;
position:relative;
margin:30px 0
}
.call_outl {
float:left;
font-size:21px;
color:#01548a;
font-family:arialblack
}
.call_outr {
float:right;
font-size:21px;
color:#01548a;
font-family:arialblack
}
.call_mid {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/phone-icon.png) no-repeat;
float:left;
height:97px;
left:350px;
position:absolute;
top:-24px;
width:97px
}
.tab_out {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/tag.png) no-repeat;
height:108px;
left:-19px;
position:absolute;
top:-21px;
width:105px
}
.tab_out1 {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/Showcase.png) no-repeat;
height:114px;
left:-24px;
position:absolute;
top:-23px;
width:117px
}
.home_slider {
position:relative
}
.flexslider .slides img {
display:block;
height:290px;
width:100%
}
.flexslider {
border:none;
border-radius:0
}
.home_slider .addthis_toolbox {
display:none
}
.slier_data_out {
width:1170px;
margin:auto;
position:relative
}
.search_content {
padding: 10px 26px;
left: 0;
margin: 0 auto;
display: inline-block;
width: 100%;
box-sizing: border-box;
}
.search_content .frm_out {
display: block;
float: none;
width: 100%;
text-align: left;
}
.search_content .frm_out .input_box_zip_out {
position: relative;
}
.search_content .frm_out .input_box_zip_out .input_box_zip, .search_content .frm_out .input_box_zip_out .input_box_zip input {
width: 100%;
box-sizing: border-box;
height: 64px;
line-height: 64px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
margin: 0 auto;
}
.search_content .frm_out .input_box_zip_out .input_box_zip input { padding-right:95px;}
.search_content .frm_out .input_box_zip_out .input_button {
position: absolute;
right: 11px;
top: 50%;
margin-top: -22px;
height: 44px;
width: 74px;
}
.search_content .frm_out .input_box_zip_out .input_button input {
height: 100%;
width: 100%;
border-radius: 4px;
}
.search_content .frm_out .input_box_zip_out .input_button input:hover{filter: gray; -webkit-filter: grayscale(100%); }
.adv_search_txt {
float: none !important;
padding: 3px 0 0 10px !important;
text-align: center;
font-size:21px;
}
.adv_search_txt a {
display: inline-block !important;
margin: 8px 10px 0;
}
.input_box_zip_out {
margin:0
}
.input_box_zip, .input_button {
float:left
}
.enter_zip {
background:#f1f1f1;
padding:9px 18px;
font-size:18px;
border-radius:3px 0 0 3px;
border:none;
outline:0;
margin:1px 0 0
} .search_c {
width: 90%;
position: absolute;
max-width: 700px;
top: 59%;
left: 0;
right: 0;
margin: auto;
margin-top: -84px;
background: rgba(0,0,0,0.5);
border: 1px solid #4c4c4c;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
z-index:99;
} .adv_search_txt {
float:left;
padding:3px 0 0 10px
}
.adv_search_txt a {
color:#fff
}
.frm_out {
float:left
}
.compare_out {
margin: 0;
background: #FFF;
padding: 0px;
display: table;
border: 1px solid #dfdfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-wekit-border-radius: 5px;
box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);
margin-bottom: 20px;
width: 100%;
overflow: hidden;
}
.compare_out_top {
margin:0
}
.compare_out_top1 {
float:left;
width:25%;
border-right:1px solid #dadada;
position:relative
}
.compare_out_top1 ul {
margin:0;
padding:0;
list-style:none
}
.compare_out_top1 ul li {
margin:0;
padding:5px;
background:#fff;
border-bottom:1px solid #C1C1C1;
min-height:110px
}
.compare_out_top1 ul li h2 {
margin:0;
text-align:center;
font-family:Swis721CnBTRoman;
font-size:18px;
color:#21759b;
padding:2px 0 0;
background:0 0
}
.compare_out_top1 ul li p {
margin:0;
font-family:Swis721CnBTRoman;
font-size:13px;
color:#333;
padding:2px 0
}
.compare_out_top1 ul li span {
margin:0;
font-family:Swis721CnBTRoman;
font-size:15px;
color:#000;
padding:2px 0
}
.border_no {
border-right:none!important
}
.compare_out_top1 ul li img {
width:100%;
min-height:172px
}
.compare_out_top1 ul li:odd {
background:#fff
}
.compare_out_top1 ul li:nth-child(2n+2) {
background:#ffe5e6
}
.compare_out_top1 ul li:last-child {
border-bottom:none
}
.compare_mid {
margin:0;
border-top:1px solid #C1C1C1;
background:#fff
}
.compare_out h2 {
margin:0;
font-family:Swis721CnBTRoman;
font-size:18px;
color:#21759b;
padding:10px 0 10px 10px;
background:#dadada
}
.compare_mid .compare_out_top1 ul li {
background:0 0;
color:#333;
font-family:Swis721CnBTRoman;
font-size:15px;
margin:0;
padding:5px 5px 5px 12px
}
.compare_mid .compare_out_top1 ul li.li_bg {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/li_bg.png) 3px 9px no-repeat;
border-bottom:medium none;
min-height:90px
}
.compare_bottom {
margin:0;
border-top:1px solid #C1C1C1;
background:#fff
}
.compare_bottom .compare_out_top1 ul li {
background:0 0;
color:#333;
font-family:Swis721CnBTRoman;
font-size:15px;
margin:0;
padding:18px 5px 5px 12px;
min-height:30px
}
.compare_out_top1 ul li.li_bacg {
background: #fff;
min-height: 50px;
padding:0 0 0px;
}
.top_headerimg {
width:100%;
margin:auto
}
.top_headerimg img {
width:100%
}
.choice_plan {
margin: 0;
padding-bottom: 30px;
display: block;
width: 100%;
text-align: left;
}
.choice_plan:last-child{ padding-bottom:0;}
.choice_out{ padding:0; margin:0; display:block; box-shadow:none;}
.content_outer .choice_out p {
color:#333;
margin:0;
line-height:21px
}
.content_outer .choice_out ul {
margin: 0;
list-style: none;
padding: 0;
}
.content_outer .choice_out ul li {
font-size: 20px;
padding: 0;
margin: 10px 16px;
line-height: 24px;
color: #414141;
font-weight: 600;
}
.content_outer .choice_out ul li span {
display: block;
padding: 6px 0 14px;
margin-bottom: 16px;
border-bottom: 1px solid #dadada;
}
.content_outer .choice_out ul li i {
color: #008be1;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
font-style: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.content_plan {
margin:0;
padding:3px 0
}
.content_plan1 {
float:left;
color:#333
}
.content_plan2 {
float:right;
color:#333
}
.blue_reg {
color:#3f3f3f;
padding:0;
margin-top:0;
margin-bottom: 20px;
font-size: 24px;
text-transform: capitalize;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
padding-bottom: 10px;
border-bottom: 4px solid #e6e6e6;
}
.form_field_textp {
padding: 0 0 15px !important;
max-width: 565px;
width: 100%;
font-family: 'Source Sans Pro';
margin-bottom:5px;
}
.form_field_textp .required{ color:#d80808;}
.left {
width:150px;
font-size:13px;
padding:0 25px 0 10px;
text-transform:uppercase;
display:inline-block;
font-family: 'Source Sans Pro';
}
.right {
border:1px solid #C1C1C1;
padding:6px
}
.form_field_text_wid, .form_field_text_wo_bg {
color:#F56600;
font-size:20px;
padding:0px;
text-transform:uppercase; font-weight: 600;
}
.form_field_text_wo_bg{font-size: 14px; font-weight: 400;margin-bottom: 15px;}
.form_field_text_wo_bg input{ margin: 0; display: inline-block; vertical-align: middle;}
.form_field_text_wo_bg a{ margin-left:10px; display: inline-block; vertical-align: middle;color:#757575; font-size: 15px;}
.form_field_text_wo_bg.fSub{ padding-top:10px; margin:0;}
.trainer_type_edit {
color:#F56600;
font-family:Swis721CnBTRoman;
font-size:14px;
font-weight:700;
padding:15px 0 10px 10px;
text-transform:uppercase
}
.form_field_sht, .form_field_wid_bg {
background:#fff;
padding:10px 0 16px;
}
.personal_r {
display:inline-block;
width:32%;
padding:0px 0 10px;
}
.leftp {
font-family:Swis721CnBTRoman;
font-size:14px;
padding:0 25px 0 10px;
text-transform:uppercase;
display:inline-block
}
.content_outer .entry-title span.first_text {
color:#2C709A
}
.content_outer .entry-title span.second_text {
color:#F56600
}
.content_outer .entry-title span.third_text {
color: #3f3f3f;
font-weight: 400;
}
.updated {
background:#fff;
padding-left:10px
}
#main_tree {
margin:10px;
}
.form_field_sht #main_tree {margin:0px;}
#main_tree ul {
margin:0;
list-style:none;
padding:0
}
#main_tree ul li {margin:0;	list-style:none;margin-bottom:6px;}
#main_tree ul ul{margin-top:6px}
#main_tree ul ul li{margin-bottom:5px}
#main_tree .cat_open {
background-image:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/minus.gif);
background-repeat:no-repeat;
background-position:left
}
#main_tree a.cat_open {
text-decoration:none
}
#main_tree ul.menu ul, #main_tree.item-list ul ul {
margin-left:18px
}
#main_tree .cat_close {
background-image:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/plus.gif);
background-repeat:no-repeat;
background-position:left
}
#main_tree ul li a {
color:#7c7c7c;
font-weight: 700;
padding-left: 20px;
}
#main_tree ul ul li a{font-weight:600;}
#main_tree ul ul ul li a{font-weight:400;}
.content_outer .updated p {
color:#F56600
}
.loginpp {
width:335px;
display:inline-block
}
.view_morel {
background:#F46600!important;
border-bottom:4px solid #C25206!important;
border-radius:3px!important;
color:#FFF!important;
display:inline-block!important;
font-size:14px!important;
padding:6px 10px!important;
text-transform:uppercase!important;
margin:15px 0 10px 10px;
border:none
}
.mm_show {
height:172px;
overflow:hidden; background: #ffffff;
text-align: center;
}
.button_left {
background:#F56600;
color:#FFF;
display:block;
float:left;
margin:0 7px 0 0;
font-size:12px;
border-radius:3px;
text-transform:uppercase;
padding:0;
}
.button_left a {
color:#fff;
padding:7px 10px;
display:block;
font-weight: bold;
}
.button_left:hover {
background:#005489;
}
.view_m {
margin:0;
padding:5px 0
}
.ve_out {
color:#333;
background:#fff;
padding:0 10px;
font-size:15px
}
.member_l {
display:inline-block;
width:40%;
margin-right:30px
}
.member_ll {
display:inline-block;
width:40%
}
.up_outer {
display:inline-block;
width:49%;
padding-top:10px
}
.edi_img1, .form_field_edit, .form_field_text_edit {
display:inline-block
}
.edi_img {
margin:0;
padding:15px 0 0
}
.edi_img2, .payment_r {
display:inline-block
}
.payment_l {
color:#F56600;
display:inline-block;
font-family:Swis721CnBTRoman;
font-size:14px;
font-weight:700;
padding:0 25px 0 10px;
text-transform:uppercase;
width:250px
}
.form_field_textp{
padding:15px 0 0
}
.more_detial:hover {
color:#fff
}
.az_out {
margin:0
}
.az_l {
float:left
}
.az_r {
font-size: 15px;
color: #757575;
line-height: 23px;
}
.az_r strong {
color: #101010;
font-weight: 600;
}
.search_az {
margin:0;
position:absolute;
right:0;
top:0;
font-size: 16px;
color: #3f3f3f;
font-family:'Source Sans Pro';
}
.search_s {
background:#FFF;
outline:0
}
.az_nav {
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));
background:-webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
background:-o-linear-gradient(top, #fff 0, #f3f3f3 100%);
background:-ms-linear-gradient(top, #fff 0, #f3f3f3 100%);
background:linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
border-radius:32px;
margin:auto;
border-bottom:1px #bebec0 solid;
text-align:center;
width:462px;
padding:8px 0;
color:#01548A
}
.az_nav a {
padding:8px 6px;
border-left:1px solid #e3e3e3;
color:#7e7e7e;
font-family:ArialBlack;
font-size:13px
}
.az_nav .current {
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NzRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQ5NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top, #0674ba 0, #014977 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0674ba), color-stop(100%, #014977));
background:-webkit-linear-gradient(top, #0674ba 0, #014977 100%);
background:-o-linear-gradient(top, #0674ba 0, #014977 100%);
background:-ms-linear-gradient(top, #0674ba 0, #014977 100%);
background:linear-gradient(to bottom, #0674ba 0, #014977 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0674ba', endColorstr='#014977', GradientType=0);
color:#FFF;
padding:8px
}
.az_nav span {
padding:8px 3px
}
.profile_out {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/bg22.jpg)
}
.profile_top {
margin:0
}
.profile_first {
margin:15px 15px 0 0;
float:left;
width:200px
}
.profile_first_imnew {
background:#fff;
padding:5px
}
.profile_first_im {
height:192px;
overflow:hidden
}
.profile_first_im img { }
.profile_inner {
padding-top:10px;
padding-bottom:10px
}
.profile_second {
float:left;
margin-top:15px
}
.profile_second_hh {
margin:0;
width:100%;
}
.profile_title {
color:#000;
display:inline-block;
font-family:ArialBlack;
font-size:20px;
padding-right:20px
}
.profile_second_hh p {
margin:0;
font-size:15px;
color:#000
}
.profile_second_hhcontent {
margin:5px 0 0;
}
.profile_second_hhcontent:first-child{ margin:0;}
.profile_second_hhcontent:after{content:''; display:block; line-height:0; clear:both;}
.profile_second_hhc {
margin:0;
font-size:15px;
color:#000;
display:inline-block;
max-width:220px;
position: relative;
font-weight: 700;
width: 40%;
vertical-align: top;
}
.profile_second_hhc:after{content:':'; position:absolute; top:0px; right:10px;font-weight: 600; }
.profile_second_hhc1 {
margin:0;
font-size:15px;
color:#535353;
display:inline-block;
font-family: 'Open Sans', sans-serif;
line-height: 22px;
width: 50%;
vertical-align: top;
display:inline-block;
}
.profile_third {
float:right
}
.profile_bottom {
background:#fff;
box-shadow:0 0 0 2px #B1B1B1
}
.profile_innerbotttom {
padding:16px 0 10px
}
.profile_bottom_hhcontent {
margin:0;
}
.profile_con {
margin: 0 0 20px;
font-size: 18px;
color: #f68121;
text-transform: capitalize;
font-weight: 600;
width: auto;
display: inline-block;
}
.prfleShName a{ font-size:17px; color:#0b0c0e; font-weight:600; text-transform:capitalize; padding:10px 30px 10px 20px; display: block; border-bottom: 1px solid #e1e1e1; position:relative;}
.profile_discription p{ margin:0; padding-bottom:10px;}
.profile_discription p:last-child{ padding-bottom:0px;}
.profile_discription a {color:#F56600}
.testimonial_title_list a {
font-weight: 400;
display: block;
margin: 0;
width: 100%;
font-size: 17px;
color: #0b0c0e;
font-family: 'Open Sans', sans-serif;
padding: 10px 30px 10px 20px;
background: #fff;
}
.testimonial_title_list a:after{content:'+'; position:absolute; top:10px; right:20px; font-size:18px; color:#0b0c0e; font-weight: 600;}
.testimonial_title_list a.active:after{content:'-';}
.testimonial_title_list a.active{ color:#21759b;}
.testimonials_list{ background:none; box-shadow:none; border-bottom:1px solid #e1e1e1;}
.profile_testmonial {
background:#F46600;
width:auto;
border-bottom:4px solid #C25206;
border-radius:3px;
color:#FFF;
float:left;
font-size:14px;
padding:8px 25px;
margin:auto;
text-align:center
}
#member_ratings{ width:100%;}
.profile_testmonial a {
color:#0f3647
}
.profile_testmonial:hover {
background:#FFB03D !important
}
.profile_testmonial_write_review a {
background:#f68121;
border-radius:3px;
color:#FFF;
font-size:15px;
padding:8px 15px !important;
text-transform:capitalize;
margin:auto;
text-align:center;
display: inline-block;
font-weight: 600;
}
.profile_testmonial_write_review a {
color:#fff
}
.profile_testmonial_contact_button {
width:149px;
background:#FFE51E;
border-bottom:4px solid #FFB03D
}
.profile_testmonial-contact-button a {
color:#fff
}
.profile_contac {
margin-top:10px;
width:200px;
text-align:center;
background:#015488;
border-bottom:4px solid #003E65;
border-radius:3px;
color :#FFF;
display:inline-block;
font-size:16px;
padding:8px 0;
text-transform:capitalize
}
.profile_contac a {
color:#fff
}
.profile_back {
float:left;
width:210px
}
.login_outer {
background:#fff;
padding:60px 0
}
.lo_out {
max-width: 880px;
width: 100%;
margin: 0 auto;
display: table;
border: 1px solid #d8d8d8;
background: #f9f9f9;
box-shadow: 0 0 20px #e0e0e0;
}
.logoIcon {
display: table-cell;
width: 46%;
vertical-align: middle;
border-right: 1px solid #d8d8d8;
background: #f2efe8;
}
.lo_out .frmBx {
display: table-cell;
width: 54%;
vertical-align: top;
background: #fff;
}
.lo_out_left {
background:#ffff;
width:100%;
}
.lo_out .frmBx .lo_out_left{ padding:0px;}
.login_righ {
float:left
}
.lo_out .frmBx .lo_out_left .form_field_textl {
position: relative;
}
.lo_out .frmBx .lo_out_left .form_field_textl i {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 40px;
border-right: 1px solid #d8d8d8;
text-align: center;
line-height: 30px;
}
.login_heading {
color: #333;
font-size: 22px;
text-transform: uppercase;
text-align: center;
padding: 12px 10px;
border-bottom: 1px solid #d8d8d8;
margin-bottom: 30px;
}
.lo_out .frmBx form {
padding: 0 40px;
}
.trainer_log {
border: 1px solid #C1C1C1 !important;
border-radius: 0;
width: 100%;
background: #fff !important;
color: #999;
height: 40px;
line-height: 40px;
padding: 0 10px 0 50px !important;
}
.form_field_textl {
margin:0 0 10px;
text-align:center
}
.logpass {
width: auto;
float: left;
font-size: 15px;
padding: 0 !important;
}
.logpass a {
color: #21759b;
font-size: 15px;
text-decoration: underline;
line-height: 30px;
}
.logpass1 {
width: auto;
float: right;
font-size: 14px;
color: #fff;
margin-top: 0;
padding: 0 !important;
}
.form_field_texlb {
width:300px;
margin:auto
}
.lo_out .frmBx .lo_out_left .form_field_texlb {
width: 100%;
padding-top: 10px;
}
.log_b {
margin:0!important;
border:3px solid #fff!important;
background:#AA4B07!important;
font-size:14px!important;
color:#fff!important;
border-radius:16px!important
} .lo_out .form_field_texlb .log_b {
background: #AA4B07 !important;
height: 30px;
line-height: 28px;
font-size: 17px !important;
padding: 0 20px;
display: inline-block;
border: none !important;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
.reg_one {
width: 32%;
margin:5px 0 5px 5px;
display:inline-block
}
.reg_one a { }
.login_inner {
max-width: 950px;
margin: auto;
width: 100%;
}
.reg_out {
display: block;
margin: 0 auto 20px;
text-align: center;
padding: 0;
max-width: 880px;
}
.reg_out .reg_one:hover{opacity:0.9;}
.profile_first .profile_first_im img {
width:100%
}
.main_result .first_r a img {
width:auto !important;
max-width:220px;	
min-height:200px;
max-height:200px;
margin:0 auto;
}
.benefit_inner {
width:97%;
border:1px solid #F6F6F6;
background:#fff;
padding:15px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.still_content {
text-align:right
}
.still_content a {
color:#F56600
}
.benefit_one {
width:100%;
padding:7px 0
}
.benefit_secon {
width:70%;
display:inline-block
}
.benefit_four, .benefit_third {
width:14%;
display:inline-block;
text-align:right
}
.welcome_user {
margin-top: 100px;
background: #fff;
padding: 28px;
border: 1px solid #dfdfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-wekit-border-radius: 5px;
box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);
margin-bottom: 20px;
color: #7c7c7c;
}
.welcome_first {
float: none;
width: 100%;
text-align: center;
padding: 16px 0;
}
.welcome_first h2 {
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 23px;
color: #0b0c0e;
font-weight: 700;
text-transform: capitalize;
margin: 0;
}
.welcome_second {
height: 200px;
width: 200px;
border: 6px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
box-shadow: 0px 5px 7px rgba(185, 185, 185, 0.6);
margin: -100px auto 12px;
overflow: hidden;
text-align: center;
}
.welcome_second img {
height: 100%;
}
.testimonial_quote_list {
color:#757575;
font-size:15px;
line-height:25px;
float:left;
padding: 16px 20px 0;
background: #f9f9f9;
width:100%;
}
.testimonial_title_list a {
font-size:17px;
color:#0b0c0e;
text-transform: capitalize;
}
.testimonial_sender_list {
font-size:15px;
color:#2C709A;
float:right;
margin-bottom: 0px;
background: #f9f9f9;
width: 100%;
text-align: right;
padding: 6px 20px 15px;
}
.page-id-11872 .comments-area {
display:none
}
.bmi_button {
background:#F46600!important;
border-bottom:4px solid #C25206!important;
border-radius:3px;
color:#FFF!important;
margin-left:10px;
font-size:16px!important;
text-transform:uppercase;
border-top:medium none;
border-left:medium none;
border-right:medium none
}
.testimonial_slider__default .testimonial_nav {
height: auto;
position: relative !important;
text-align: center !important;
padding: 10px 0;
}
.bmi_button:hover {
background:#3388d8!important;
border-bottom:4px #0f5393 solid!important
}
.first_r_out {
position: relative;
display: table-cell;
vertical-align: top;
}
.video_out {
display:inline-block;
padding:4px 4px 0;
background:#fff
}
.loss_out {
padding-top:50px;
color:#666
}
.bill_select {
width:192px
}
.make_out {
color:#F56600;
text-decoration:underline
}
.wellness_topic_title {
font-weight:700
}
.tools_1 {
display:inline-block;
width:100px;
color:#2A2727;
font-size:15px
}
.tools_2 {
display:inline-block;
color:#2A2727;
font-size:15px
}
.tools_out {
margin-top:20px
}
.tools_2 a {
color:#F56600;
text-decoration:underline
}
.tools_2 a.strong {
text-decoration:none
}
.tools_2 strong span {
margin:0
}
.days_out {
min-height:129px!important
}
.compare_close {
background: #F56600;
color: #FFF;
font-weight: 700;
margin: 0;
padding: 4px 10px;
position: absolute;
right: 6px;
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
top: 6px;
}
.term_title {
font-weight:700
}
.com_are_out {
margin-bottom:20px
}
.terms li {
font-weight:700
}
.terms .terms_warranty li {
font-weight:400
}
.find_out a, .find_out a:hover {
color:#fff
}
.cap_mass {
color:#F56600;
font-size:16px;
margin-bottom:10px;
text-transform:uppercase
}
.more {
color:green
}
.box {
background:#F56600;
border-bottom:4px solid #C25206;
border-radius:3px;
cursor:pointer;
display:inline-block;
margin:5px;
padding:6px;
text-align:center;
width:128px;
color:#fff
}
.box:hover {
background:#3388D8;
border-bottom:4px solid #0F5393;
color:#fff
}
.box a {
display:inline-block;
width:20px;
height:20px;
color:#fff;
text-decoration:none
}
.hidden {
display:none
}
.compare_button {
background:#f46600;
border-bottom:4px solid #c05005;
border-radius:3px;
color:#fff;
display:inline-block;
padding:6px 0;
text-align:center;
width:140px
}
.compare_button:hover {
background:#3388D8;
border-bottom:4px solid #0F5393;
color:#fff
}
.compare_bottom .compare_out_top1 ul li img {
height:auto;
width:auto;
min-height:0
}
.my_envronment {
min-height:171px!important
}
.bypostauthor cite span, .menu-toggle, article.post-password-required input[type=submit], input[type=button], input[type=reset], input[type=submit] {
padding:.428571429rem .714285714rem;
font-size:11px;
font-size:.785714286rem;
line-height:1.428571429;
font-weight:400;
color:#7c7c7c;
background-color:#e6e6e6;
background-repeat:repeat-x;
background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image:linear-gradient(top, #f4f4f4, #e6e6e6);
border-radius:3px;
box-shadow:0 1px 2px rgba(64, 64, 64, .1)
}
.menu-toggle, button, input[type=button], input[type=reset], input[type=submit] {
cursor:pointer
}
button[disabled], input[disabled] {
cursor:default
}
.menu-toggle:hover, article.post-password-required input[type=submit]:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
color:#5e5e5e;
background-color:#ebebeb;
background-repeat:repeat-x;
background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);
background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);
background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);
background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);
background-image:linear-gradient(top, #f9f9f9, #ebebeb)
}
.menu-toggle.toggled-on, .menu-toggle:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
color:#757575;
background-color:#e1e1e1;
background-repeat:repeat-x;
background-image:-moz-linear-gradient(top, #ebebeb, #e1e1e1);
background-image:-ms-linear-gradient(top, #ebebeb, #e1e1e1);
background-image:-webkit-linear-gradient(top, #ebebeb, #e1e1e1);
background-image:-o-linear-gradient(top, #ebebeb, #e1e1e1);
background-image:linear-gradient(top, #ebebeb, #e1e1e1);
box-shadow:inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
border-color:transparent
}
.bypostauthor cite span {
color:#fff;
background-color:#21759b;
background-image:none;
border:1px solid #1f6f93;
border-radius:2px;
box-shadow:none;
padding:0
}
.comment-content img, .entry-content img, .widget img {
max-width:100%
}
img[class*=align], img[class*=attachment-], img[class*=wp-image-] {
height:auto
}
img.header-image, img.size-full, img.size-large, img.wp-post-image {
max-width:100%;
height:auto
}
embed, iframe, object, video {
max-width:100%
}
.entry-content .twitter-tweet-rendered {
max-width:100%!important
}
.menu-header ul li.navtrainer {
display:none;
cursor:pointer
}
.main-navigation {
margin-top:24px;
text-align:center
}
.main-navigation li {
font-size:12px;
font-size:.857142857rem;
line-height:1.42857143
}
.main-navigation a {
color:#5e5e5e
}
.main-navigation a:hover {
color:#21759b
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
display:inline-block
}
.main-navigation div.nav-menu>ul, .main-navigation ul.nav-menu {
border-bottom:1px solid #ededed;
border-top:1px solid #ededed;
display:inline-block!important;
text-align:left;
width:100%
}
.main-navigation ul {
margin:0;
text-indent:0
}
.main-navigation li, .main-navigation li a {
display:inline-block;
text-decoration:none
}
.main-navigation li a {
border-bottom:0;
color:#6a6a6a;
line-height:3.692307692;
text-transform:uppercase;
white-space:nowrap
}
.main-navigation li a:hover {
color:#000
}
.main-navigation li {
margin:0 6px 0 0;
position:relative
}
.main-navigation li:last-child {
margin:0
}
.main-navigation li ul {
display:none;
margin:0;
padding:0;
position:absolute;
top:100%;
z-index:9999
}
.main-navigation li:hover ul{ display:inline-block;}
.main-navigation li ul ul {
top:0;
left:100%
}
.main-navigation ul li:hover>ul {
border-left:0;
display:block
}
.main-navigation li ul li a {
background:#ccc;
border-bottom:1px solid #fff;
display:block;
font-size:11px;
font-size:.785714286rem;
width:180px;
width:12.85714286rem;
white-space:normal
}
.main-navigation li ul li a:hover {
background:#e3e3e3
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a {
color:#636363
}
.main-navigation a.assistive-text, .menu-toggle {
display:none
}
.main-navigation li ul li {
margin:0;
padding:0
}
.main-navigation li ul li a {
margin:0;
padding:6px 0 6px 13px;
text-align:left;
line-height:18px
}
.main-navigation li ul li a:hover {
color:#F56600
}
.bottmmenu ul li>.submenu {
display:none;
margin:0;
padding:0;
width:160px
}
.footer_btm ul .submenu {
background:#008BE1;
display:none;
z-index:99999
}
.footer_btm ul {
list-style:none;
margin:0;
padding:0
}
.submenu {
margin-left:0!important;
margin-top:13px!important;
position:absolute!important;
width:auto
}
.footer_btm ul li .submenu li {
border-bottom:1px solid #FFF;
float:none;
padding:5px 0 5px 10px;
width:200px
}
.footer_btm ul li .submenu li a {
color:#fff;
font-size:12px;
text-transform:capitalize
}
.footer_btm ul li {
display:block;
float:left
}
.footer_btm ul li:hover .submenu {
display:block
}
.fb_tweet_links {
margin-top:2px
}
.glink {
float:left;
width:65px
}
.fb_link {
float:left;
width:78px
}
.tweet_link {
float:left
}
.content_outer {
margin:0;
padding:0;
position:relative
}
.content_outer h1 {
margin:0 0 5px;
font-family:Swis721CnBTRoman;
color:#2C709A
}
.content_outer p {
color:#2A2727;
font-size:14px;
line-height:21px
}
.content_outer p a {
color:#F56600;
text-decoration:underline
}
.content_outer h2 {
color: #f68121;
font-size: 19px;
line-height: 21px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
.content_outer h2 strong{ font-family: 'Open Sans', sans-serif; font-size: 19px; line-height:21px; font-weight: 600;}
.content_outer h2:hover {color:#F56600}
.post_outer {margin-bottom:50px}
.blog_post .post_outer{ margin:0;}
.blog_post .post_outer .entry-content .addthis_toolbox{ display:none;}
.newst {
float:left
}
.rss_out {
float:left;
padding-left:20px;
padding-top:16px
}
.test_star1 {
display:inline-block;
font-size:15px;
vertical-align:middle;
width:250px
}
.test_star2 {
-moz-box-sizing:border-box;
border:1px solid #A3A3A3;
border-radius:4px;
padding:10px;
width:68%
}
.input_testimonial_submit {
margin:0
}
.receipt_out {
display:inline-block;
margin:0 23px 0 0;
width:22%;
padding:0
}
.receipt_oup {
margin-bottom:20px
}
.receipt_out1 {
width:49%;
text-align:left;
display:inline-block
}
.receipt_out2 {
width:49%;
text-align:right;
display:inline-block
}
.out_recpt {
background:#fff;
color:#666;
padding:10px
}
.recept_11 {
background:#fff;
padding:10px
}
.recept_12 {
background:#fff;
padding:10px;
margin-bottom:15px
}
.flex-direction-nav li {
margin:0
}
.ProdId span {
display:none
}
.attachment img, img.size-auto, img.size-full, img.size-large, img.size-medium {
max-width:100%;
height:auto
}
.alignleft, img.alignleft {
display:inline;
float:left;
margin-right:24px;
margin-top:4px;
width:auto
}
.alignright, img.alignright {
display:inline;
float:right;
margin-left:24px;
margin-top:4px;
width:auto
}
.aligncenter, img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
width:auto
}
img.aligncenter, img.alignleft, img.alignright {
margin-bottom:12px
}
.wp-caption {
background:#f1f1f1;
line-height:18px;
margin-bottom:20px;
max-width:632px!important;
padding:4px;
text-align:center
}
.wp-caption img {
margin:5px 5px 0
}
.wp-caption p.wp-caption-text {
color:#888;
font-size:12px;
margin:5px
}
.wp-smiley {
margin:0
}
.gallery {
margin:0 auto 18px
}
.gallery .gallery-item {
float:left;
margin-top:0;
text-align:center;
width:33%
}
.gallery-columns-2 .gallery-item {
width:50%
}
.gallery-columns-4 .gallery-item {
width:25%
}
.gallery-columns-2 .attachment-medium {
max-width:92%;
height:auto
}
.gallery-columns-4 .attachment-thumbnail {
max-width:84%;
height:auto
}
.gallery .gallery-caption {
color:#888;
font-size:12px;
margin:0 0 12px
}
.gallery dl {
margin:0
}
.gallery img {
border:0px solid #f1f1f1
}
.gallery br+br {
display:none
}
#content .attachment img {
display:block;
margin:0 auto
}
.navigation, .nav-links{
color:#888;
font-size:12px;
line-height:18px;
overflow:hidden;
display: table;
width:100%;
}
.navigation a:link, .navigation a:visited {
color:#888;
text-decoration:none
}
.navigation a:active, .navigation a:hover {
color:#ff4b33
}
.nav-previous {
display:table-cell;
width:50%;
vertical-align: top;
}
.nav-next {
display:table-cell;
text-align:right;
width:50%;
vertical-align: top;
}
#nav-above {
margin:0 0 18px;
display:none
}
.paged #nav-above, .single #nav-above {
display:block
}
#nav-below {
margin:18px 0 0
}
#comments {
clear:both
}
#comments .navigation {
padding:0 0 18px
}
h3#comments-title, h3#reply-title {
color:#000;
font-size:20px;
font-weight:700;
margin-bottom:0
}
h3#comments-title {
padding:24px 0
}
.commentlist {
list-style:none;
margin:0
}
.commentlist li.comment {
border-bottom:1px solid #e7e7e7;
line-height:24px;
margin:0 0 24px;
padding:0 0 0 56px;
position:relative
}
.commentlist li:last-child {
border-bottom:none;
margin-bottom:0
}
#comments .comment-body ol, #comments .comment-body ul {
margin-bottom:18px
}
#comments .comment-body p:last-child {
margin-bottom:6px
}
#comments .comment-body blockquote p:last-child {
margin-bottom:24px
}
.commentlist ol {
list-style:decimal
}
.commentlist .avatar {
position:absolute;
top:4px;
left:0
}
.comment-author cite {
color:#000;
font-style:normal;
font-weight:700
}
.comment-author .says {
font-style:italic
}
.comment-meta {
font-size:12px;
margin:0 0 18px
}
.comment-meta a:link, .comment-meta a:visited {
color:#888;
text-decoration:none
}
.comment-meta a:active, .comment-meta a:hover {
color:#ff4b33
}
.reply {
font-size:12px;
padding:0 0 24px
}
.reply a, a.comment-edit-link {
color:#888
}
.reply a:hover, a.comment-edit-link:hover {
color:#ff4b33
}
.commentlist .children {
list-style:none;
margin:0
}
.commentlist .children li {
border:none;
margin:0
}
.nocomments, .nopassword {
display:none
}
#comments .pingback {
border-bottom:1px solid #e7e7e7;
margin-bottom:18px;
padding-bottom:18px
}
.commentlist li.comment+li.pingback {
margin-top:-6px
}
#comments .pingback p {
color:#888;
display:block;
font-size:12px;
line-height:18px;
margin:0
}
#comments .pingback .url {
font-size:13px;
font-style:italic
}
input[type=submit] {
color:#333
}
#respond { overflow:hidden;
position:relative
}
#respond p {
margin:0
}
#respond .comment-notes {
margin-bottom:1em
}
.form-allowed-tags {
line-height:1em
}
.children #respond {
margin:0 48px 0 0
}
h3#reply-title {
margin:0 auto 10px;
}
#comments-list #respond {
margin:0 0 18px
}
#comments-list ul #respond {
margin:0
}
#cancel-comment-reply-link {
font-size:12px;
font-weight:400;
line-height:18px
}
#respond .required {
color:#ff4b33;
font-weight:700
}
#respond label {
color: #757575;
padding: 0 0 8px;
font-size: 16px;
width: 100%;
display: block;
font-weight: 600;
}
#respond input {
margin:0;
width:100%;
outline:0;
border:1px solid #c1c1c1;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
height:32px;
line-height:30px;
font-size:14px;
color:#757575;
padding:0 10px;
}
#respond textarea {
background: #F9F9F9;
border: 1px solid #c1c1c1;
padding: 10px;
width: 100%;
line-height: 22px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
height:180px;
}
#respond .form-allowed-tags {
color:#888;
font-size:12px;
line-height:18px;
display:none
}
#respond .form-allowed-tags code {
font-size:11px
}
#respond .form-submit {
margin:12px 0 0;
padding:0;
}
#respond .form-submit input {
background: #f68121;
font-size: 18px;
line-height: 32px;
height: 34px;
font-family: 'Source Sans Pro';
padding: 0 20px;
display: inline-block;
width: auto !important;
border: none;
color: #fff;
text-transform: uppercase;
font-weight: 600;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
margin:0;
}
#respond .form-submit input:hover{
background: #0d68a3;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
}
.widget-area ul {
list-style:none;
margin-left:0
}
.widget-area ul ul {
list-style:square;
margin-left:1.3em
}
.widget-area select {
max-width:100%
}
.widget_search #s {
width:60%
}
.widget_search label {
display:none
}
.widget-container {
margin:0 0 18px;
list-style:none
}
.widget-title {
display:none;
color:#222;
font-weight:700;
list-style:none
}
.widget-area a:link, .widget-area a:visited {
text-decoration:none
}
.widget-area a:active, .widget-area a:hover {
text-decoration:underline
}
.widget-area .entry-meta {
font-size:11px
}
#wp_tag_cloud div {
line-height:1.6em
}
#wp-calendar {
width:100%
}
#wp-calendar caption {
color:#222;
font-size:14px;
font-weight:700;
padding-bottom:4px;
text-align:left
}
#wp-calendar thead {
font-size:11px
}
#wp-calendar tbody {
color:#aaa
}
#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
padding:3px 0 2px;
text-align:center
}
#wp-calendar tbody .pad {
background:0 0
}
#wp-calendar tfoot #next {
text-align:right
}
.widget_rss a.rsswidget {
color:#000
}
.widget_rss a.rsswidget:hover {
color:#ff4b33
}
.widget_rss .widget-title img {
width:11px;
height:11px
}
#main .widget-area ul {
margin-left:0;
padding:0 20px 0 0
}
#main .widget-area ul ul {
border:none;
margin-left:1.3em;
padding:0
}
h3.nav-toggle {
display:none;
height:32px
}
.lgn_link a:hover, .top_rt_link ul li a:hover {
color:#fff;
}
.in_pg .hme_list_rt {
margin:20px 0 0
}
.content_outer h1 {
border-bottom:1px solid #a3a3a3;
font-size:24px
}
.wpcf7-form .form_field_text {
display:block;
vertical-align:middle;
display:block;
font-size:17px;
color:#7c7c7c;
margin-bottom:5px;
max-width: 565px;
width:100%;
font-family: 'Source Sans Pro';
}
.wpcf7-form .form_field_text .required{ color:#d80808;}
.form_field_textarea, .wpcf7-form .form_field {
display:inline-block;
vertical-align:middle;
width: 100%;
margin: 0 0 15px;
max-width: 565px;
}
.form_field_textarea textarea, .wpcf7-form .form_field input {
width:100%;
border: 1px solid #dbdcde;
height: 43px;
line-height: 43px;
padding: 0 10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
.wpcf7 {
padding:0 20px !important;
}
.form_field_textarea textarea {
height:120px
}
.form_field_text_area {
vertical-align:top;
display: block;
font-size: 17px;
color: #7c7c7c;
margin-bottom: 5px;
}
.blog_talkradio a img {
width:100%;
vertical-align: bottom;
}
.hme_list_rt .blog_talkradio a img {
width: auto;
vertical-align: bottom;
max-width: 100%;
height: auto;
}
.form_field.submitBx {margin: 15px auto 5px;}
.form_field input[type=submit]{
background:#f68121; font-size:18px; line-height:32px; height:34px; font-family:'Source Sans Pro';  padding:0 40px; 
display: inline-block;
width: auto !important;
border: none;
color: #fff;
text-transform: uppercase;
font-weight: 600;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
}
.form_field input[type=submit]:hover{ background:#0d68a3; transition: all 0.4s linear; 	-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.content_outer .choice_out ul li strong {
font-weight: 700;
color: #fff;
font-size: 18px;
text-transform: uppercase;
line-height: 24px;
}
.content_outer .choice_out ul li:first-child {
display: table-cell;
height: 65px;
text-align: center;
vertical-align: middle;
width: 286px;
padding: 0;
background: #414141;
margin: 0;
font-family:'Source Sans Pro';
}
.content_outer .choice_out ul li:last-child {
margin: 20px 16px;
}
.content_outer .choice_out p, .content_plan1, .content_plan2 {
font-size:15px;
color:#757575;
}
.content_outer p a:hover {
color:#005488
}
.plan_img {
color: #3f3f3f;
font-size: 24px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 2px solid #e6e6e6;
line-height: 24px;
text-align:left;
}
.plan_img span {
color:#005488;
font-size:26px
}
.trainers-area-box {
width:903px;
float:left;
padding-bottom:20px
}
.contact_de {
font-size:18px
}
.contact_de p {
font-size:16px
}
.th_c {
font-family:'Racing Sans One', cursive;
color:#005488;
font-size:22px;
font-weight:400
}
.contact_de p b {
color:#f46600;
font-family:ArialBlack;
font-size:16px
}
.top_zip select {
border:1px solid #c1c1c1;
padding:6px
}
.lookingfor {
color:#323232
}
.srch_btm {
display:block;
margin:0 auto;
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a {
font-weight:700!important;
color:#F26700!important
}
.search_s {
border: 1px solid #d6d6d6;
padding:0px 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 54px;
height:33px;
background: #fff url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/s-drop-icon.png) no-repeat center right 5px;
cursor: pointer;
margin-left: 10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:#7c7c7c;
text-transform:uppercase;
font-size:17px;
font-family:'Source Sans Pro';
}
.second_rr .result_area {
padding:0;
text-align: right;
display: inline-block;
text-align:right;	
}
.left12 {
width:132px!important
}
.profile_contac a {
display:block
}
.profile_contac:hover {
background:#f46600;
border-bottom:4px solid #c05005
}
.personal_r {
font-size:15px;
text-transform: capitalize;
color: #7c7c7c;
line-height: 20px;
padding-left: 30px;
position: relative;
vertical-align: top;
}
.personal_r input{  margin: 0 !important;padding: 0;border: none;position: absolute;left: 0;top: 4px;}
.w_bg_d {
background:#fff;
display: inline-block;
width: 100%;
}
.trainer_type_edit_n {
padding:0
}
.form_field_text_wid b {
color:#000
}
.u_m_p .left {
font-weight:400;
color:#7c7c7c;
font-size:17px;
}
.u_m_p .left span{color:#d80808; font-size: 17px;}
.pa_1 {
padding:0 0 20px;
}
.u_m_p .form_field_edit {
width:58%
}
.u_m_p .form_field_edit .right {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:100%
}
.u_m_p .left {
width:100%;
padding: 0;
margin-bottom: 10px;
}
.edi_img1, .edi_img2, .form_field_edit, .form_field_text_edit {
vertical-align:middle
}
.u_m_p .edi_img .left {
width:100%;
}
.u_m_p .personal_r {
width:24.5%;
}
.n_stf_reg_f label.left {
font-weight: 400;
color: #7c7c7c;
font-size: 17px;
width: 100% !important;
padding: 0;
font-family: 'Source Sans Pro';
margin-bottom: 10px;
}
.n_stf_reg_f .form_field_textp {
padding: 0 0 15px;
max-width: 565px;
width: 100%;
font-family: 'Source Sans Pro';
}
.n_stf_reg_f .form_field_textp .right {
width: 100% !important;
border: 1px solid #dbdcde;
height: 43px;
line-height: 43px;
padding: 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
.form_field_textp .right input{ width:100%;}
.form_field_text_wid strong {
font-weight:600;
}
.form_field_text_wid b {
font-size:17px;
font-weight: 600;
}
.u_m_p .form_field_textp {
float:left;
padding-top:0;
width:46%;
max-width: inherit;
}
.u_m_p .form_field_textp:nth-child(2n){ float:right;}
.u_m_p .form_field_textp .right {
width: 100%;
border: 1px solid #dbdcde;
height: 43px;
line-height: 43px;
padding: 0 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
.u_m_p .form_field_textp #state.right {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #fff url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/s-drop-icon.png) no-repeat center right 10px;
}
.pd_4 {
padding:10px 0 0px !important;
}
.sitemap_left {
width:47%;
float:left
}
.sitemap_right {
width:47%;
float:right
}
.sitemap_box {
margin:0;
padding:0
}
.sitemap_box .p_i a {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sitemap_icon.png) left center no-repeat;
display:block;
padding:6px 0 5px 24px;
color:#f56600
}
.sitemap_box .p_i a:hover {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sitemap_icon_hover.png) left center no-repeat;
color:#015488
}
.content_outer h1 {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/h_d_icon.png) left center no-repeat;
padding:14px 0 10px 68px;
text-transform:uppercase
}
.sitemap_box {
margin-left:40px
}
.faq_pg h3 {
color:#F56800;
float:left;
margin:0 auto 12px;
font-size:17px;
width:100%
}
.faq_pg p {
font-size:15px;
line-height:25px;
color:#757575;
}
.faq_pg p:last-child{ padding-bottom:0;}
.still_content a {
font-size:15px
}
.footer_btm ul li {
background:0 0
}
.still_content a:hover {
color:#005488;
text-decoration:underline
}
.i_p_t {
background:#fff;
box-shadow:0 0 2px #999;
padding:10px;
margin:0 0 14px
}
.i_p_t .i_p_t {
box-shadow:0 0 0 #fff
}
.i_p_t strong {
font-size:14px
}
.i_p_t {
font-size:13px
}
.testimonial_quote_list i.qit {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/test_m_icon.png) left top no-repeat;
display:inline-block;
vertical-align:top;
width:20px;
height:20px;
margin-right:6px;
background-size: 20px auto;
}
.testimonial_quote_list i.qib {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/test_m_icon_a.png) right bottom no-repeat;
display:inline-block;
vertical-align:top;
width: 20px;
height: 20px;
margin-left: 6px;
background-size: 20px auto;
}
.testimonials_list {
margin:0;
display:inline-block;
width:98%
}
.testimonial_title_list a {
font-weight:400;
display:block;
margin:0 0 5px;
width:100%;
position: relative;
}
#member_ratings_wrapper .testimonial_title_list a {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/accordion-arrow.png) left center no-repeat!important;
padding-left:15px
}
#member_ratings_wrapper .testimonial_title_list a.active {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/accordion-active.png) left center no-repeat!important;
padding-left:15px
}
.ne .left {
width:140px
}
.ne {
padding:15px
}
.ne .form_field_textp {
display:inline-block;
padding-top:10px;
width:74%
}
.ne .bmi_button {
float:right;
margin:0 83px 0 0
}
.zip_int_img {
width:61px;
height:42px
}
.adv_search_txt a {
display:block
}
.adv_search_txt a:hover {
color:#F56600;
text-decoration:underline
}
.lgn_link ul li a i.icon_3 {
background-position:-135px -12px
}
.button_box {
margin:10px 0 0
}
.compa_viewimg {
height:172px;
margin:0;
overflow:hidden
}
.ProdId p {
visibility:hidden
}
fieldset {
border:0
}
.com_cmp {
display: inline-block;
margin-bottom: 0;
line-height: 32px;
}
.ProdId {
display: inline-block;
}
.view_more_11 {
background:#3388D8;
border-bottom:4px solid #0F5393;
border-radius:4px;
margin:auto;
padding:8px;
width:575px;
text-align:center
}
.view_more_11 a {
color:#fff;
font-size:18px
}
.compare_out ul li h2 {
color: #21759B;
margin: 0;
padding:10px 0;
text-align: center;
font-size: 18px;
}
.tes_im142 {
min-height:0!important;
width:auto!important
}
.tes_im1422 {
min-height:25px!important;
padding:10px 5px 5px 10px !important
}
.compare_out ul li.li_bacg2 h2, .compare_out ul li.li_bacg3 h2, .compare_out ul li.li_bacg4 h2 {
visibility:hidden
}
.li_bacg1, .li_bacg2, .li_bacg3, .li_bacg4 {
background:#dadada!important;
min-height:25px!important
}
.flayer_out {
display:inline-block;
width: 190px;
height: 130px;
border: 1px solid #dadada;
padding: 10px;
position: relative;
text-align: center;
}
.video_out14 {
background:#fff;
}
.video_out145 {
background:#fff;
padding:4px 4px 0;
margin-top:4px
}
.fro_logoimg {
width:auto;
max-width: 100%;
display: block;
vertical-align: baseline;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
max-width: 120px;
max-height: 120px;
margin: 0 auto;
}
.flayer_img, .fro_logoimgg, .fro_logoimg {
max-height: 165px;
text-align: center;
}
.ba_outer {
background:#fff;
padding:10px;
margin-bottom:10px
}
.ba_outerl {
float:left
}
.ba_outerl h2 {
font-size:20px;
text-align:center;
color:#F56600;
padding-bottom:20px;
text-transform:uppercase
}
.ba_outerr {
float:right
}
.ba_outerr h2 {
font-size:20px;
text-align:center;
color:#F56600;
padding-bottom:20px;
text-transform:uppercase
}
.footer_extracontent {
color: #868687;
font-size: 15px;
margin: 15px 0 0;
line-height: 22px;
text-align: center;
}
.tog_photo {
background:#F46600;
border-bottom:4px solid #C25206;
border-radius:3px;
color:#FFF;
cursor:pointer;
font-size:15px;
margin:0 0 25px;
padding:8px 25px;
text-align:center;
text-transform:uppercase;
width:191px
}
.tog_photo a {
color:#fff
}
.tog_photo:hover {
background:#005489;
border-bottom:4px solid #003E66
}
.tog_photo1 {
background:#F46600;
border-bottom:4px solid #C25206;
border-radius:3px;
color:#FFF;
cursor:pointer;
font-size:15px;
margin:0 0 25px;
text-align:center;
text-transform:uppercase;
width:250px
}
.tog_photo1 a {
color:#fff;
padding:8px 25px;
width:191px;
display:block
}
.tog_photo1:hover {
background:#005489;
border-bottom:4px solid #003E66
}
.testimonials div {
border-bottom:1px solid #A3A3A3;
margin:0;
color:#2A2727;
display:block;
font-family:Swis721LtBTLight;
font-size:13px;
padding:10.9px 0 10px;
text-decoration:none
}
.testimonials div a {
color:#F56600
}
.add_tetimonial {
color:#2A2727;
display:block;
font-family:Swis721LtBTLight;
font-size:13px;
padding:10.9px 0 10px;
text-decoration:none
}
.Showcase_btm a img {
}
.review-btn {
margin:20px auto 0;
width:auto;
display: block;
text-align: right;
padding: 0 20px;
}
.review-btn .profile_testmonial {
padding:6px 0;
float:none
} @font-face {
font-family:'Nosifer';
font-style:normal;
font-weight:400;
src:local(Nosifer), local(Nosifer-Regular), url(https://fonts.gstatic.com/s/nosifer/v5/fwXLs672oucg0HdjY9ErAg.woff) format("woff")
}
@font-face {
font-family:'Racing Sans One';
font-style:normal;
font-weight:400;
src:local('Racing Sans One'), local(RacingSansOne-Regular), url(https://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyK3fkYX5z1QtDUdIWoaaD_k.woff) format("woff")
}
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {margin:10px 0}
.addthis_button_tweet {min-width:83px;float:left}
.atwidget iframe {max-width:none}
.widget_wp_sidebarlogin, #sidebar-login {overflow:hidden}
.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {float:left}
.widget_wp_sidebarlogin ul {list-style:none outside!important}
.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {padding:3px;border:1px solid #ddd;-moz-border-radius:4px;-webkit-border-radius:4px;	margin-right:8px;	margin-top:5px}
.widget_wp_sidebarlogin hr {display:block;clear:both;border:0;	border-top:1px solid #999;	height:1px}
.staff_ref_form {margin: 0 auto;display: block;max-width: 765px;}
#mem-reg.staff_ref_form{max-width: inherit}
div.simplr-message ul.staff_reg_form_err {border:1px solid #F56600;	margin:10px 0}
div.simplr-message ul.staff_reg_form_err li {color:#F56600;	font-family:Arial;	font-size:11px;	list-style:disc inside;	background:#FFF;	line-height:15px;	padding:2px 0 2px 20px}
div.simplr-message span {color:green!important;	vertical-align:middle}
div.form_field label.error {
color:red;
padding-left:10px
}
.saq-external-link-ico {
padding-right:16px;
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/ext.gif) no-repeat right
}
.saq-external-link-message {
position:absolute;
top:0;
z-index:999999;
font-size:20px;
font-weight:700;
background-color:#3D3D3D;
color:#36F;
display:none;
text-align:center;
width:100%;
padding:11px
}
#lines {
height: 20px;
width: 25px;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/menu-icon.png) no-repeat left top;
display: inline-block;
vertical-align: middle;
}
.userprofile_top {
padding: 0 10px;
margin: 10px 0 0;
width:100%;
}
.fieldfor {
display: inline-block;
width: 215px;
padding: 10px 0;
font-size: 14px;
}
.lmenu {
float:none;
line-height: 22px;
vertical-align: top;
display: none;
}
.cptch_error {
color: #F00;
}
.suc_msg {
color: green!important;
, font-weight: bold;
}
.linkedin_link {
float:left;
margin-left:3px;
}
.pinit_link {
float:left;
margin-left:3px;
}
.showdate {
color:#2C709A;
} .fb_tweet_links {margin-top:0px;display: inline-block;vertical-align: middle;}
.site-header .glink, .site-header .fb_link, .site-header .tweet_link{ float:none; display:inline-block; vertical-align:top;}
.glink #___plusone_0,.glink #___plus_0, .fb_link iframe{ vertical-align:bottom !important;}  
.top_rt_link{ }
.cityList {
display: inline-block;
vertical-align: middle;
margin-right: 30px;
}
.cityList .scltCity {
width: 160px;
height: 32px;
color:#000000;
display: inline-block;
padding: 0 20px;
line-height: 32px;
text-transform: capitalize;
box-sizing: border-box;
background: #fff url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow.png)no-repeat center right 20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-ms-border-radius: 20px;
} .site-header .hdr_top {position: relative;}
.cityList .urCity {
position: absolute;
top: 100%;
left: 0;
background:#fff;
right: 0;
z-index: 999;
display: none;
max-width:1170px;
border:2px solid #000;
margin:0 auto;
}
.cityList .urCity ul{ min-height:310px; display:block; width:100%; max-width:220px; background:#151627; height:100%; position: relative; padding:30px 0;
box-sizing: border-box;}
.cityList .urCity ul ul{width:100%; max-width:220px; background:#1b1c31 !important;}
.cityList .urCity ul ul ul{ width:730px; background:#fff !important;left: 100%;max-width: 726px !important; padding: 30px 20px;}
.cityList .urCity ul ul ul li{ width:48%; float:left;}
.cityList .urCity ul ul ul li:nth-child(even){ float:right;	}
.cityList .urCity li {
height: auto;
display: block !important;
padding:0px;
box-sizing: border-box;
position: static;
border-bottom:1px solid transparent;
}
.cityList .urCity li:last-child{ display:block !important; border-bottom:0;}
.cityList .urCity li::after {
display: none;
}
.cityList .urCity li a{
padding: 8px 30px;
box-sizing: border-box;
display:block;
line-height:normal;
color:#fff;
font-size:15px;
font-weight: 600;
box-sizing:border-box;
}
.cityList .urCity ul ul ul li a{ color: #1b1c31; padding:8px 20px;}
.cityList .urCity li a:hover{ color:#fff !important; background:#000;}
.cityList .urCity li ul {
position: absolute;
left: 100%;
top: 0;
margin-top: 0px !important;
display:none;
}
.openChild {
height:36px;
width: 30px;
background: #333 url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow-white.png) no-repeat center center;
float: right;
transform: translateY(-100%);
text-align: center;
line-height: 36px;
font-weight: 600;
font-size: 21px;
cursor:pointer;
}
.cityList .urCity li:hover > ul {display:block;} .site-header h1.site-title img {
width: 292px;
height: auto;
}
#site-navigation {
margin: 0 auto;
}
#site-navigation #menu-header-menu{ padding-left:0;}
.serchBx {
float: right;
position: relative;
padding: 28px 0 28px 20px;
box-sizing:border-box;
}
.serchBx .fieldset{ position:relative;}
.serchBx .input {
height: 32px;
width: 217px;
line-height: 32px;
border: 1px solid #c6c8ca;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
padding:0 38px 0 10px;
box-sizing: border-box;
}
.serchBx .serachIcon {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 38px;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/search-icon.png) no-repeat center;
border: none;
cursor:pointer;
}
.serchBx .serachIcon:hover, .serchBx .input:focus + .serachIcon {background:#1b1c31 url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/search-w-icon.png) no-repeat center;}
.menu-header ul li a { color: #333;
font-size: 14px;
line-height: 32px;
padding: 28px 0;
font-weight:700;
}
.home_slider .slide{height: 300px;background-position:top left;background-size:cover;}
.flexslider .slides img{ display:none;}
.flexslider .slides .slide-data{ display:none;}
.home_slider .flex-direction-nav {position: absolute;top: 50%;left: 0;right: 0;  margin:auto;}
.flex-direction-nav a{ bottom:auto;}
.home_slider .flex-direction-nav .flex-prev{ left:50px; }
.home_slider .flex-direction-nav .flex-next{ right:50px; }
.footer_bottom {display: inline-block;width: 100%;background: #000; padding: 42px 0;}
.testimonial_slider__default .testimonial_nav a{ background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/testimonal-nav.png) no-repeat top left  !important;}
.latestNews {
background: #fff;
padding: 14px;
box-sizing: border-box;
}
.latestNews .newsBx {
border: 8px solid #dedede;
}
.latestNews .newsBx .newsHeading {
width: 100%;
padding: 4px 8px;
text-align: left;
display: inline-block;
vertical-align: top;
}
.latestNews .newsBx .newsHeading img {
vertical-align: top;
width: 80%;
max-width: 186px;
}
.newsList {
background: #efefef;
display: block;
vertical-align: top;
padding: 12px;
box-sizing: border-box;
text-align: left;
overflow:hidden;
}
.newsList ul {
margin: 0;
padding: 0;
list-style: none;
overflow-y: auto;
height: 220px;
}
.newsList ul  li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 2px dashed #dddddd;
}
.newsList ul  li:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:10px;}
.newsList .postChanel {
position: relative;
display: block;
margin-bottom: 10px;
padding-left: 34px;
}
.newsList .postChanel h5 {
margin: 0 auto;
text-transform: uppercase;
color: #cd0000;
}
.newsList .postChanel .postBy {
font-size: 10px;
color: #9da4a1;
}
.newsList .postChanel i {
position: absolute;
left: 0;
top: 4px;
}
.newsList .postChanel i img {
vertical-align: top;
}
.newsList .postCon {
display: block;
width: 100%;
margin-bottom: 5px;
}
.newsList .postCon p {
font-size: 11px;
line-height: 16px;
margin:0 auto;
}
.testmonial_outer p a {
color: #c00;
}
.newsList .userInterFace {
display: block;
width: 100%;
}
.newsList .userInterFace ul{ height:auto; overflow:hidden;}
.newsList .userInterFace ul li {
display: inline-block;
border-bottom: none;
margin: 0 10px 0 0;
padding: 0;
}
.newsList .userInterFace ul li a {
font-size: 13px;
line-height: 18px;
font-weight: 600;
color: #cd0000;
}
.featuredArea {padding: 40px 0;display: block; background:#f5f5f5;}
.fechArea{ display:block; width:100%; margin:0 auto; position:relative;}
.fechArea .item{ position:relative; margin:10px 0px; border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #e4e4e4; overflow:hidden; }
.relatedCity {display: none;position: absolute;width: 100%;top: 0;right: 0;left: 0;text-align: center;bottom: 0;background: rgba(0, 0, 0, 0.4); }
.relatedCity h2 { margin: 0 auto !important; position: absolute; top: 50%; color: #fff; text-transform: capitalize; font-size: 38px; left: 0; right: 0; margin-top: -25px !important; font-family:'Source Sans Pro'; font-weight: 700;}
.uupComCity{position:absolute;top:0;right:0;bottom:0px;left:0;background: rgba(243, 244, 245, 0.95);text-align: center;}
.uupComCity h3{ position:absolute; top:50%; left:0; right:0; margin-top:-34px; margin-bottom:0; font-size:28px; line-height:34px; color:#c7c6c7; text-transform:uppercase; text-align:center; font-family:'Source Sans Pro';}
.uupComCity h3 span{ display:block; font-size:24px;}
.fechArea .item img {width: auto;height: 100%;max-width: 100%; vertical-align: bottom;transform-style: unset;}
.featuredArea .owl-item.active.center{border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; }
.featuredArea .owl-item.active.center .item{ box-shadow:0 0 10px rgba(0,0,0, 0.3);border: none;}
.featuredArea .owl-item.active.center .item .relatedCity { display: block;}
.featuredArea .owl-item.active.center .item  .uupComCity { display: none;}
.featuredArea .owl-nav .owl-prev {position: absolute;top: 0;bottom: 0;color: transparent;	background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(244,244,244,1) 60%, rgba(243,243,243,0.3) 100%); background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%,rgba(244,244,244,1) 60%,rgba(243,243,243,0.3) 100%); background: linear-gradient(to right, rgba(245,245,245,1) 0%,rgba(244,244,244,1) 60%,rgba(243,243,243,0.3) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#4df3f3f3',GradientType=1 ); width:70px;}
.featuredArea .owl-nav .owl-prev:before{ content:''; position:absolute; top:0; left:0; bottom:0; right:0; background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/fech-area-arrow.png)no-repeat center center; opacity:0.5;}
.featuredArea .owl-nav .owl-prev:hover:before{opacity:1;}
.featuredArea .owl-nav .owl-next {	position: absolute;	right: 0;	top: 0;	bottom: 0;	color: transparent;
background: -moz-linear-gradient(left, rgba(243,243,243,0.3) 0%, rgba(244,244,244,1) 40%, rgba(245,245,245,1) 100%); background: -webkit-linear-gradient(left, rgba(243,243,243,0.3) 0%,rgba(244,244,244,1) 40%,rgba(245,245,245,1) 100%); background: linear-gradient(to right, rgba(243,243,243,0.3) 0%,rgba(244,244,244,1) 40%,rgba(245,245,245,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df3f3f3', endColorstr='#f5f5f5',GradientType=1 ); width:70px;}
.featuredArea .owl-nav .owl-next:before{ content:''; position:absolute; top:0; left:0; bottom:0; right:0; background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/fech-area-arrow-right.png)no-repeat center center;opacity:0.5;}
.featuredArea .owl-nav .owl-next:hover:before{opacity:1;} #main, body {background: #f5f5f5;}
.innerMid {padding: 40px 0;}
.innerMid .entry-content > ul, .blog_post, .trinerDetail{ list-style:none; margin:0; padding:0;}
.innerMid .entry-content > ul > li, .blog_post li, .comments-area, .trinerDetail li, .updatePro{background: #fff;padding:28px;border: 1px solid #dfdfdf;border-radius: 5px;-moz-border-radius: 5px;-wekit-border-radius: 5px; box-shadow: 0 0 10px rgba(228, 228, 228, 0.8); margin-bottom:20px; color: #7c7c7c;}
.innerMid .entry-content > ul > li:last-child, .blog_post li:last-child, .trinerDetail li:last-child{ margin-bottom:0;}
.innerMid .entry-content > ul > li > .wpcf7{ padding:0;}
.content_outer h1{ font-size:28px; text-transform:capitalize; font-weight:400; color:#3f3f3f;  border:none; padding:0 0 0 50px; display:inline-block; font-family:'Source Sans Pro'; background-size: 40px auto; margin-bottom:12px;}
.content_outer h1 span{ font-weight:700; color:#f68121; font-family:'Source Sans Pro';}
.content_outer .entry-title span.first_text{color:#3f3f3f; font-weight:400;}
.authorImg {float: right;position: relative;margin-left: 34px;margin-bottom: 34px; z-index:0;}
.authorImg img{ vertical-align:bottom; height:auto;}
.authorImg:before, .authorImg:after{ content:''; position:absolute; height:48px; width:48px; z-index:1;}
.authorImg:before{ top:20px; right:20px; border-top:1px solid #8a8a8a; border-right:1px solid #8a8a8a; border-bottom:1px solid transparent; border-left:1px solid transparent;}
.authorImg:after{ bottom:20px; left:20px; border-left:1px solid #8a8a8a; border-bottom:1px solid #8a8a8a; border-top:1px solid transparent; border-right:1px solid transparent;}
.content_outer p {color: #757575;font-size: 15px;line-height: 24px; margin: 0 auto; padding-bottom:15px;}
.content_outer p:last-child{ padding-bottom:0;}
.center{ text-align:center;}
.center a{ display:block; margin-bottom:5px;}
.center img{ margin:0 auto; float: none;}
.noteBx {display: table;margin-bottom: 24px;font-weight: 600; font-family: 'Source Sans Pro';font-size: 17px;line-height: 24px; color:#101010;}
.noteBx .nhd {font-size: 20px;text-transform: capitalize;font-weight:600;color: #0d68a3;display: table-cell;width: 58px;}
.mInquries{ padding-bottom:0px;}
.mInquries .mTxt {display: block;text-align: left;text-transform: uppercase;font-size: 17px;font-weight: 600;color: #414141;padding-bottom: 19px;border-bottom: 1px solid #dbdcde;
margin-bottom: 20px;}
.mInquries .thTxt {color: #0d68a3;font-size: 22px;font-weight: 700;text-transform: uppercase;margin-bottom: 20px;}
.mInfo {display: table;}
.mInfo .infoCon {display: table-cell;width:33%; padding-right:110px;  font-size:17px; color:#414141; text-transform:capitalize; font-weight:700;}
.mInfo .infoCon a{color:#414141; padding:0; background:none;}
.mInfo .infoCon b{ font-weight:700;}
.mInfo .infoCon a:hover{color:#0d68a3;}
.mInfo .infoCon i {height: 34px;width: 34px;border: 1px solid #dbdcde;display: inline-block;text-align: center;border-radius: 50%;-moz-border-radius: 50%;	-webkit-border-radius: 50%;-ms-border-radius: 50%;vertical-align: middle;line-height: 34px; margin-right:10px;}
.mInfo .infoCon i img {padding: 5px 0; -webkit-filter: grayscale(100%);   filter: grayscale(100%);}
.mInfo .infoCon:hover i img{ -webkit-filter: grayscale(0);   filter: grayscale(0);} .pagination{ position:relative; display:block; text-align: center; padding-top: 20px;}
.pagination .az_nav{ background:#fff; border:1px solid #d5d5d5; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;  padding: 0;width: auto;display: inline-block;}
.pagination .az_nav span{ color:transparent; font-size:15px; text-transform:capitalize; position:relative; font-weight:600; font-family: 'Open Sans', sans-serif;padding: 0 10px;line-height: 40px;height: 40px;display: inline-block;}
.pagination .az_nav span:after, .pagination .az_nav a:last-child:after{content:'Prev';color:#9f9f9f; background:#fff; position: relative;left: -5px;}
.pagination .az_nav span.current{ background:none; color:#f68121; border-left:1px solid #d5d5d5;padding: 0 8px;line-height: 40px;height: 40px;display: inline-block;}
.pagination .az_nav span.current:after{ display:none;}
.pagination .az_nav a{font-family: 'Open Sans', sans-serif; font-weight:600; font-size:15px;color:#9f9f9f; border-left:1px solid #d5d5d5;padding: 0 12px;line-height: 40px;height: 40px;display: inline-block; }
.pagination .az_nav a:hover{color:#f68121;}
.pagination .az_nav a:last-child{ position:relative;color: transparent;}
.pagination .az_nav a:last-child:after{ content:'Next';}
.choice_out ul li.discount {min-height: 80px;margin: 20px auto 24px;}
.choice_out ul li.discount span{ padding:0; margin:0 auto; border:none; height:78px; width:78px; border:1px solid #146899; background:#008be1;  display:table;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;}
.choice_out ul li.discount span p{ margin:0; padding:0; color:#fff; font-size:16px; text-transform:uppercase; font-family:'Source Sans Pro'; font-weight:400;display: table-cell;vertical-align: middle;text-align: center;}
.choice_out ul li.discount span p strong{ font-size:25px; font-weight:700;display: block;}
.premiumList{ display:block; border:1px solid #dedede; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:20px 22px;}
.premiumList h4{ font-size:15px; line-height:21px; text-transform:uppercase; color:#008be1; margin:0 auto 18px;}
.premiumList .content_plan {font-size: 14px;color: #757575;line-height: 18px;margin-bottom:6px;display: inline-block;width: 100%;padding: 0 0 0 20px;	background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/left-arrow-dir.png) no-repeat left top 3px;	background-size: 8px auto;}
.premiumList .content_plan .content_plan1, .premiumList .content_plan .content_plan2{ font-size:14px;color: #757575;line-height: 18px;}	 
.premiumList .content_plan .content_plan1{ width:70%;}
.premiumList .content_plan .content_plan2{ width:30%; text-align:right;}
.headingRss{ margin:0; padding:0 0 0 20px; float:none; display:inline-block;}
.headingRss img{ vertical-align:bottom;}
.blog_post{ margin:0 auto 20px;}
.blog_post .entry-title{ color: #F56800; margin: 0 auto 12px; font-size: 17px;}
.blog_post p:last-child{ padding-bottom:0;}
.nav-previous a, .nav-next a{border: 1px solid #dfdfdf;border-radius: 5px;-moz-border-radius: 5px;-wekit-border-radius: 5px;box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);background: #fff;padding: 10px 16px; line-height: 17px; font-size:14px; text-transform:capitalize; text-decoration:none;  display: inline-block;color: #757575;}
.entry-content .addthis_toolbox{ background:#fff; padding:10px 20px 0px; border: 1px solid #dfdfdf; border-radius: 5px; -moz-border-radius: 5px; -wekit-border-radius: 5px; box-shadow: 0 0 10px rgba(228, 228, 228, 0.8); }
.showdate h3 {margin-bottom: 10px;font-size: 16px;}
.type-post p, .type-post{ font-size:14px; line-height:18px;}
.plan1 {background: #fff;float: left;margin: 0 0px 15px 0;text-align: center;width: 33.33%;box-shadow: 0 0 10px rgba(138, 138, 138, 0.3);position: relative;}
.plan1:first-child ul li.discount span{ background:#414141; border:1px solid #323232;}
.plan1:last-child ul li.discount span{background:#f68121; border:1px solid #ba5707;}
.plan1:nth-child(2){ margin-top:-40px;z-index: 1;}
.plan1:nth-child(2) ul li:first-child{ background:#008be1; height:90px;	}
.plan1:nth-child(2) ul li:nth-child(2){margin-top: 25px;}
.plan1:last-child ul li:first-child{ background:#f68121; }
.planList {display: block;padding: 45px 0 30px;}
.planList.bilPlanList .choice_plan{  padding-bottom:0;}
.planList.bilPlanList .choice_plan form{ float:left; width:33.33%;}
.planList.bilPlanList .choice_plan form .plan1{ width:100%;  margin: 0 0px 15px 0;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1{ margin-top:-40px;z-index: 1;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:first-child{ height:90px;}
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child {display: table;width: 100%;height: 65px; text-align:center;}
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child strong{display:block; }
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child span{ display:table-cell; vertical-align:middle; padding:4px 0; border:none; margin-bottom:0; }
.planList.bilPlanList .choice_plan form .plan1 ul li:nth-child(2){margin: 10px 16px;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:nth-child(2){margin-top: 25px;}
.planList.bilPlanList .choice_plan form:first-child .plan1 ul li:first-child{ background: #414141;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:first-child{ background: #008be1;}
.planList.bilPlanList .choice_plan form:last-child .plan1 ul li:first-child{background: #f68121;}
.planList.bilPlanList .choice_plan form .plan1 ul li:last-child img {   max-width: 150px;   margin: 0 auto;} .inrbnr{height: 280px; background-size: cover !important;background-repeat: no-repeat !important;background-position: center center !important;} .trinerDetail {margin-top: -100px;z-index: 999;position: relative;}
.trinerDetail.personalInfo{ margin-top:0;}
.trinerDetail.personalInfo li .profileBottm .view_m{ padding:25px 0 15px; border-bottom: 1px solid #dfdfdf;}
.trinerDetail.personalInfo li .profileBottm .view_m:last-child{ border-bottom:0; padding-bottom:0;}
.trinerDetail.personalInfo .member_l {display: inline-block;width: 26%;margin-right: 30px;font-weight: 600;color: #000;vertical-align: top; position:relative;}
.trinerDetail.personalInfo .member_l:after{ content:':'; position:absolute; top:0px; right:-10px; color:#000;}
.trinerDetail.personalInfo .member_ll{width:68%;} .userIcon {	position: relative;	display: block;	width: 100%;text-align: center;} 
.userIcon .profile_first{ margin:0; padding:0; width:100%; float:none;  position: relative;}
.userIcon .profile_first_imnew{ padding:0; background: none; float: left;}
.userIcon .profile_discription {text-align: left;}
.userIcon .profile_first_im {height:200px; width:200px; border:6px solid #fff; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; box-shadow: 0px 5px 7px rgba(185, 185, 185, 0.6); margin: -115px auto 12px;	 }
.userIcon .profile_title{padding:0; font-family: 'Open Sans', sans-serif; font-size:23px; color:#0b0c0e; font-weight:700; text-transform:capitalize;
margin-top: 95px;}
.userIcon .ratingBx{ display:block; padding: 6px 0; line-height: 0;} 
.userIcon .ratingBx img {margin: 0 2px;vertical-align: bottom;display: inline-block;}
.workAs {display: block;margin: 10px auto;}
.userIcon .profile_testmonial_contact_button{ position:absolute; top:0; right:0;}
.userIcon .profile_testmonial{
position: absolute;
top: -7px;
right: auto;
background: none;
border: none;
width: auto;
float: none;
padding: 0;
left: 125px;
}
.userIcon .profile_testmonial a{
background: #ffec00;
display: inline-block;
height: 39px;
line-height: 40px;
color: #000000;
text-transform: capitalize;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
padding: 0 30px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 0;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
}
.userIcon .profile_testmonial a:hover{background: #ffb03d; transition: all 0.4s linear;-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.user_info_bx {
display: table;
width: 100%;
}
.user_info_bx .profile_second {
float: none;
margin: 0;
width: 100%;
display: table-cell;
vertical-align: top;
}
.user_info_bx  .profile_third {
float: none;
display: table-cell;
width: 10%;
vertical-align: top;
display: none;
}
.profile_second_hh .fb_tweet_links{ margin-top:24px;}
.profile_second_hh .fb_tweet_links .glink, .profile_second_hh .fb_tweet_links .fb_link, .profile_second_hh .fb_tweet_links .tweet_link, .profile_second_hh .fb_tweet_links .pinit_link{ magin-right:6px; display: inline-block; float: none; vertical-align: middle;}
.adsnaList {display: block;border-bottom: 1px solid #dfdfdf;padding: 30px 0;}
.profile_con + .adsnaList{ padding-top:0;}
.adsnaList:last-child{ padding-bottom:0; border-bottom:none;}
.adsnaList .relSubHd, .trinerDetail li .relSubHd, .trinerDetail li.workOutQulity span .profile_con{ margin-top:0; margin-bottom:14px; color:#0b0c0e; font-size:16px; text-transform:capitalize; font-weight:600;}
.adsnaList p{ color:#535353; font-size:14px; line-height:22px; margin:0; padding-bottom:15px;}
.adsnaList p:last-child{ padding-bottom:0;}
.scLink {padding: 0;list-style: none;}
.scLink li {margin: 0 3px 0 0;padding: 0 !important;display:inline;border: none;	box-shadow: none;	border-radius: none;}
.scLink li a{ display:inline-block;}
.scLink li a:hover{opacity:0.9;}
.galleryList { padding: 0; margin: 0; list-style: none;}
.galleryList li { display: inline-block; padding:0 !important; margin: 0 8px 10px 0; border: none; box-shadow: none;  line-height: 0; max-width: 118px; width:17%;}
.gallery .galleryList img { border: none;}
.trinerDetail li.stylRemv {margin: 0;padding: 0;box-shadow: none;border: none;background: none;}	
.workCul, .expCer, .payComp {background: #fff;padding: 28px;border-bottom: 1px solid #dfdfdf;border-radius: 5px;-moz-border-radius: 5px;-wekit-border-radius: 5px;	box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);	margin-bottom: 20px;}
.trinerDetail li.workOutQulity span{ display:block; width:100%;}
.trinerDetail li.workOutQulity span .profile_bottom_hhcontent .profile_con{ margin-bottom:10px;}
.trinerDetail li.workOutQulity span .profile_bottom_hhcontent{border-bottom: 1px solid #dfdfdf; padding:25px 0;}
.trinerDetail li.workOutQulity span .profile_bottom_hhcontent:first-child{ padding-top:0;}
.trinerDetail li.workOutQulity span .profile_bottom_hhcontent:last-child{ border-bottom:0; padding-bottom:0;}
.trinerDetail li.workOutQulity span .profile_e0, .trinerDetail li.workOutQulity span .profile_e1 {display: inline-block;padding-top: 0;vertical-align: top;}
.trinerDetail li.workOutQulity span .profile_e0{ width:30%; border-bottom:0;}
.trinerDetail li.workOutQulity span .profile_e1{ width:70%;border-bottom:0;}
.trinerDetail li.workOutQulity span .profile_e2{border-top: 1px solid #e1e1e1;}
.trinerDetail li.workOutQulity span .profile_e1 .profile_discription .userprofile_top .fieldfor, .trinerDetail li.workOutQulity span .profile_e0 .profile_discription .userprofile_top .fieldfor{ width:100%;}
.trinerDetail li.workOutQulity span .profile_discription {margin: 0;}
.trinerDetail li.workOutQulity span .profile_discription .userprofile_top { margin: 0; padding: 0;}
.trinerDetail li.workOutQulity span .profile_discription .userprofile_top .fieldfor { padding: 0;  margin-bottom: 6px; width: 31%; margin-right:2%; font-size:15px; color:#535353;}
.trinerDetail li.workOutQulity span .profile_discription .userprofile_top .fieldfor:nth-child(3n){ margin-right:0;}
.trinerDetail li.workOutQulity span .profile_discription .userprofile_top .fieldfor:last-child{ margin-bottom:0;}
.trinerDetail li.workOutQulity .expCer span .profile_bottom_hhcontent{ display:table; padding: 25px 0 15px; width: 100%;}
.trinerDetail li.workOutQulity .expCer span .profile_con{ width:35%; float:none; display:table-cell; vertical-align:top; padding-right:50px; font-size:15px;}
.trinerDetail li.workOutQulity .expCer span .profile_discription{ width:65%; float:none; display:table-cell; vertical-align:top;}
.trinerDetail li.workOutQulity .expCer span .profile_discription .userprofile_top .fieldfor {width: auto;float: none;display: inline-block;	background:#e8e8e8;	color: #656565;	padding: 4px 10px;	margin: 0 10px 10px 0;	border-radius: 4px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	text-transform: capitalize;	font-size: 15px;} .subHd {color: #f68121;padding-bottom: 10px;display: block;}
.changeSrchTrn{ display:block; margin:0 auto; max-width:656px; width:100%;}
.changeSrchTrn .top_zip{margin-bottom:24px; display:inline-block; width:100%; }
.changeSrchTrn .med {color: #222222;display: block;width: 100%;	margin-bottom: 10px;font-size: 18px;padding: 0;font-weight: 400;font-family: 'Open Sans', sans-serif;	text-transform: unset;}
.changeSrchTrn .trainer_tex, .changeSrchTrn .trainer_top {border: 1px solid #d4d4d4;padding: 0 10px;height: 46px;line-height: 44px;width: 100%;border-radius: 4px;-moz-border-radius: 4px;	-webkit-border-radius: 4px;	font-size: 15px;color: #656565; box-sizing: border-box; margin-top: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.changeSrchTrn .trainer_tex, .changeSrchTrn .k-multiselect.trainer_top{ height:auto; min-height:46px;}
.changeSrchTrn .trainer_top{ background:#fff url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/s-drop-icon.png) no-repeat center right 10px;}
.changeSrchTrn .k-multiselect-wrap .k-input {height: 100%;padding: 0;font-size: 15px;text-transform: capitalize;color: #222222; height: auto; position: absolute; top: 10px; text-indent:0;}
.changeSrchTrn .k-reset{ height: 100%; width: 100%; display: block;}
.changeSrchTrn .k-multiselect-wrap li{ background:#008ae2; color:#fff; text-transform:capitalize; font-size:14px; padding:5px 20px 5px 8px; border:none; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; margin:7px 10px 7px 0; line-height: normal;}
.changeSrchTrn .k-i-close::before {  content: "X"; font-family: 'Open Sans', sans-serif; cursor:pointer; font-size: 14px;}
.k-icon.k-i-close {height: 20px;margin-top: 4px;margin-right:0px;}
.k-multiselect-wrap{ height:100%; background:none;}
.k-state-hover .k-multiselect-wrap{ background:#fff;}
.k-popup.k-list-container{ background:#fff;border: 1px solid #d4d4d4;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;	font-size: 15px;color: #656565;}
.k-item{ border-bottom:1px solid #d4d4d4d;}
.changeSrchTrn .top_zip .lft {width: 48%;float: left;}
.changeSrchTrn .top_zip .ryt {width: 48%;float: right;}
.changeSrchTrn .top_zip .lft .med,.changeSrchTrn .top_zip .ryt .med{ font-size:15px;}
.changeSrchTrn .top_zip .trainer_select, .changeSrchTrn .top_zip .trainer_select1, .changeSrchTrn .top_zip .trainer_select2{ width:32%; display:inline-block; margin-right:1.5%;}
.changeSrchTrn .top_zip .trainer_select2{ margin-right:0; float:right;}
.trainer_tex::-webkit-input-placeholder {color: #333; font-size:16px; text-transform:capitalize; opacity:1; }
.trainer_tex::-moz-placeholder {color: #333; font-size:16px; text-transform:capitalize; opacity:1;}
.trainer_tex:-ms-input-placeholder {color: #333; font-size:16px; text-transform:capitalize; opacity:1;}
.trainer_tex:-moz-placeholder {color: #333; font-size:16px; text-transform:capitalize; opacity:1;}
.trainer_sub {margin: 19px auto 0;text-align: left;width: 100%;max-width: 656px;}
.trainer_sub .submit {background: #f68121 !important;display: inline-block;color: #fff;text-transform: uppercase;font-weight: 700;	font-size: 17px;padding:0px 18px;	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;  transition: all 0.4s linear; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear; height:34px; line-height:34px;}
.trainer_sub .submit:hover{ background:#3388d8; transition: all 0.4s linear; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear;} .single-tools #nav-above, .single-trainers #nav-above, .single-post #nav-above{display: none;}
.single-tools .entry-content, .single-trainers .entry-content, .single-post .entry-content, .userTestimonail {background: #fff;padding: 28px;border: 1px solid #dfdfdf;border-radius: 5px;
-moz-border-radius: 5px;-wekit-border-radius: 5px;box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);margin-bottom: 20px;color: #7c7c7c;}
.userTestimonail{ overflow:auto;}
.userTestimonail > table{ min-width:600px;}
.userTestimonail .table_brd{ border:1px solid #dadada;}
.birthDate {display: block;}
.birthDate .right {width: 30% !important;margin: 0 2% 0 0 !important;}	
.field_left {float:left;}
.form_field{padding:5px;}
.field_right {float:left;margin-left:10px;}
.clear {clear:both;}
.gallcon-left #dynamic_form,
.gallcon-right #dynamic_form {width:100%;}
.gallcon-left #dynamic_form input[type=text],
.gallcon-right #dynamic_form input[type=text] {width:300px;}
.gallcon-left #dynamic_form .field_row,
.gallcon-right #dynamic_form .field_row {border:1px solid #999;margin-bottom:10px;padding:10px; }
#dynamic_form label {padding:0 6px;}
.editGallery .gallcon-left, .editGallery .gallcon-right {border: 1px solid #dfdfdf; padding:0;border-radius: 5px;-moz-border-radius: 5px;-wekit-border-radius: 5px;}
.editGallery #dynamic_form .field_row {border: 1px solid #dfdfdf !important;background: #f3f3f3;}
.editGallery #dynamic_form .field_row .field_left {width: 100%;}
.editGallery #dynamic_form .field_row .form_field {	padding: 0;	margin-bottom: 16px;}
.editGallery #dynamic_form .field_row .form_field label{ display:block; padding:0 0 10px; font-size:14px; color:#333; font-weight:600;}
.editGallery #dynamic_form .field_row .form_field .uplaod .upload {height: 34px;line-height: 34px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
.editGallery #dynamic_form .field_row .field_left .right {width: 100%;border: 1px solid #dadada;height: 35px;}
.editGallery #dynamic_form .field_row .field_right.image_wrap{float: left; margin-left: 0;margin-right: 15px;padding: 5px; }
.editGallery #dynamic_form .field_row .field_right{ float:right;  margin-right:0;}
.editGallery .button {background: #f56600;color: #fff;font-size: 16px;font-weight: 700;font-family: 'Open Sans', sans-serif;border: 1px solid transparent;	padding: 4px 10px; transition: all 0.4s linear; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear;}
.editGallery .button:hover, .editGallery .button:focus{ box-shadow:none; background: #005489; color:#fff; transition: all 0.4s linear; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear;}
.editGallery #add_field_row, .editGallery #add_url_row {border-top: 1px solid #e0e0e0;padding: 10px;margin-top:6px;}
.editGallery #field_wrap{ padding:8px;}
.fileType {margin-top: 10px;display: block;} .uplaod {
position: relative;
display: block;
width: 100%;
}
.uplaod .file-name {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.uplaod .upldIcon {
position: absolute;
top: 0;
left: 0;
width: 38px;
height: 100%;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/uploading-archive.png) no-repeat center center / 18px;
border-right: 1px solid #dadada;
z-index: 1;
}
.uplaod .upload {
width: 100% !important;
padding: 0 10px 0 40px;
z-index: 0;
position: relative;
border: 1px solid #dbdcde;
height: 43px;
line-height: 43px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
#login_error {
text-align: center;
padding: 0 0 15px;
max-width: 880px;
margin: 0 auto;
width: 100%;
} @media only screen and (min-width: 1124px) and (max-width: 1180px) {
.lgn_link ul li, .top_rt_link ul li {
padding:5px 8px
}
.profile_second_hh {
margin:0;
width:100%;
}
.site-header h1.site-title {
width:306px
}
.site-header h1.site-title img {
width:100%
}
.menu-header ul li a {
font-size:16px
}
.main-navigation ul {
padding:0
}
.main-navigation li {
margin:0 15px 0 0
}
.main-navigation {
margin-top:8px
}
.main-navigation li ul li a {
width:156px;
font-size:12px
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:18px;
line-height:21px
}
.slide-data span {
font-size:20px
}
.search_c {
width:100%
}
.hme_txt h1 {
font-size:22px;
line-height:36px
}
.hme_list_lt {
width:846px
}
.Showcase_btm ul li {
margin:4px 3px;
min-height:313px;
width:203px
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote {
width:750px!important
}
.site_ads img {
width:100%
}
.mailing_list {
margin:0 0 0 81px;
width:443px
}
.footer_btm ul li {
width:31%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:13px 78px 13px 0
}
.Showcase_btm ul li p {
font-size:13px
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
min-height:35px;
font-size:18px
}
.Showcase_btm ul li span.add_shw_case a, .Showcase_btm ul li div.add_shw_case a {
font-size:16px
}
.featured_content ul li {
width:212px
}
.featured_content ul li span.featured_hd {
width:100%
}
.Showcase_btm ul li a img {
width:100%
}
.featured_content ul li span.featured_hd a {
font-size:13px
}
.featured_content ul li span.featured_hd a strong {
font-weight:400
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote { }
.wpcf7 {
padding:30px!important
}
.wpcf7-form .form_field, .form_field_textarea {
width:500px;
margin:0 0 10px
}
.wpcf7-form .form_field_text, .form_field_text_area {
width:180px
}
.wpcf7-form .form_field input[type="submit"] {
width:30%
}
.search_az {
font-size:13px;
top:14px
}
.second_r {
width:579px;
position:relative
}
.second_rl h3 {
font-size:19px
}
.second_rl {
width:376px
}
.second_rl h3.az_l {
float:none;
padding:0
}
.az_r {
float:none
}
.trainers-area-box {
width:100%
}
.t_registration {
margin-right:22px
}
.call_out {
padding:10px 80px
}
.u_m_p .form_field_textp #zip {
margin:0!important
}
.u_m_p .form_field_textp select#state {
width:90%
}
.og_r_f .pa_1 {
padding:0 0 15px 15px
}
.og_r_f .personal_r {
vertical-align:top
}
.receipt_out {
width:21%
}
.compare_out_top1 {
width:49.5%
}
.compare_out_top1 ul li {
min-height:70px
}
.my_envronment {
min-height:95px!important
}
.days_out {
min-height:95px!important
}
.compare_mid .compare_out_top1 ul li.li_bg {
min-height:50px
}
} @media only screen and (min-width: 992px) and (max-width: 1024px) {
.zopim {left:10px!important}
.flexslider:hover .flex-next {opacity:1;}
.button_left {margin-bottom:10px}
.testimonial_slider, .testimonial_wrapper {width:100%!important}
}
@media only screen and (min-width: 1024px) and (max-width: 1123px) {
.up_outer {
width:100%
}
.w_bg_d {
padding:10px
}
.az_nav span {
padding:8px 4px
}
.profile_testmonial {
margin:0 0 0 8px;
padding:8px 7px
}
.tes_im1422 {
border-bottom:1px solid #C1C1C1!important
}
.menu-header ul li.navtrainer {
display:inline-block
}
.menu-header ul li.mantrainer {
display:none
}
.sub-menu {
display:block
}
.main-navigation li ul {
z-index:99999
}
.lgn_link ul li, .top_rt_link ul li {
padding:5px 8px
}
.site-header h1.site-title {
width:306px
}
.site-header h1.site-title img {
width:100%
}
.menu-header ul li a {
font-size:16px
}
.main-navigation ul {
padding:0
}
.main-navigation li {
margin:0 7px 0 0
}
.main-navigation {
margin-top:8px
}
.main-navigation li ul li a {
width:156px;
font-size:12px
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:18px;
line-height:21px
}
.slide-data span {
font-size:20px
}
.search_c {
width:100%
}
.hme_txt h1 {font-size: 18px;line-height: 26px;padding: 10px 20px;}
.Showcase_btm ul li {min-height:313px; padding: 0 15px 20px;}
.site_ads img {
width:100%
}
.mailing_list {
padding-right: 80px;
}
.footer_btm ul li {
width:31%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:13px 78px 13px 0
}
.Showcase_btm ul li p {
font-size:13px
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
min-height:35px;
font-size:18px
}
.Showcase_btm ul li span.add_shw_case a, .Showcase_btm ul li div.add_shw_case a {font-size:16px}
.featured_content ul li span.featured_hd {width:100%}
.featured_content ul li{ width:23.5%;}
.Showcase_btm ul li a img {width:100%}
.featured_content ul li span.featured_hd a {font-size:13px}
.featured_content ul li span.featured_hd a strong {font-weight:400}
.plan1 {width:32%}
.plan_img {font-size:28px}
.content_outer .choice_out ul li strong {font-size:17px}
.wpcf7 {padding:1px!important}
.wpcf7-form .form_field, .form_field_textarea {width:500px;margin:0 0 10px}
.wpcf7-form .form_field_text, .form_field_text_area {width:180px}
.wpcf7-form .form_field input[type="submit"] {width:30%}
.lookingfor {width:221px}
.med {
padding:0
}
.trainer_select {
width:48%
}
.trainer_select1 {
width:48%
}
.trainer_select2 {
width:100%; }
.trainer_select2 #language { } .second_rl h3 {
font-size:19px
} .second_rl h3.az_l {
float:none; }
.az_r {
float:none
}
.trainers-area-box {
width:100%
}
.t_registration {
display:block;
float:none;
margin:5px auto!important
}
.call_out {
padding:6px 10px
}
.call_outr, .call_outl {
font-size:18px
}
.call_mid {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mobile-phone-icon.png) no-repeat;
width:60px;
height:60px;
left:300px;
top:-11px
}
.n_stf_reg_f .form_field_textp .right {
width:49%
}
.u_m_p .form_field_textp #zip {
margin:0!important
}
.u_m_p .form_field_textp select#state {
width:90%
}
.og_r_f .pa_1 {
padding:0 0 15px 15px
}
.og_r_f .personal_r {
vertical-align:top
}
.compare_out_top1 {
width:49.5%
}
.compare_out ul li.li_bacg3 h2 {
visibility:visible
}
.compare_out ul li.li_bacg2 h2 {
visibility:visible
}
.compare_out ul li.li_bacg4 h2 {
visibility:visible
}
.profile_second_hh {
margin:0;
width:350px
}
.flayer_img {
width:190px
}
.fro_logoimg {
width:190px
} .top_rt_link{ width:75%;}
.lgn_link{ width:25%;}
.cityList{margin-right: 10px;}
.cityList .scltCity{width: 130px;height: 28px;padding: 0 15px;line-height: 28px; background: #fff url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow.png)no-repeat center right 10px;}
.site-header h1.site-title {width: 200px; margin:12px 0;}
.menu-header ul li a {font-size: 12px; padding:16px 0;}
.serchBx {padding: 18px 0 18px 16px;}
.serchBx .input { height: 30px;  width: 170px; line-height: 30px;}
.home_slider .slide{ height:400px;}
.Showcase_block{ padding:40px 0; }
h1.hd{ font-size: 22px;}
h1.hd span{ font-size: 20px; margin-bottom:10px;}
h1.hd i {width: 56px;height: 50px;background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sprite.png) no-repeat;background-size: 500px auto;	background-position: -166px -12px;}
.for_trainers_list ul li{ padding-left:10px;}
.for_trainers_list ul li a{ padding:10px 7px 10px 15px;}
.featured_content ul li span.featured_img{ height:200px;}
.featured_content ul li span.featured_img a img {height: 200px !important;}
.featured_content ul li span.featured_hd{ height:81%;}
.featured_content ul li h2{ padding:15px 12px;}
.testimonial_slideri span{ font-size:13px;}
.trnerList{ padding-bottom:30px;}
} @media only screen and (min-width: 992px) and (max-width: 1023px) {
.inrbnr{height: 200px; }
.zopim {
left:10px!important
}
.lgn_link ul li, .top_rt_link ul li {
padding:5px 8px
}
.ne .bmi_button {
float:none
}
.site-header h1.site-title {
width:306px
}
.site-header h1.site-title img {
width:100%
}
.menu-header ul li a {
font-size:16px
}
.main-navigation ul {
padding:0
}
.main-navigation li {
margin:0 7px 0 0
}
.main-navigation {
margin-top:8px
}
.main-navigation li ul li a {
width:156px;
font-size:12px
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:18px;
line-height:21px
}
.slide-data span {
font-size:20px
}
.search_c {
width:100%
}
.hme_txt h1 {
font-size:22px;
line-height:36px
}
.hme_list_lt {
width:717px
}
.Showcase_btm ul li {
margin:4px 3px;
min-height:313px;
width:171px
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote { }
.site_ads img {
width:100%
}
.mailing_list {
margin:0 0 0 81px;
width:443px
}
.footer_btm ul li {
width:31%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:13px 78px 13px 0
}
.Showcase_btm ul li p {
font-size:13px
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
min-height:35px;
font-size:18px
}
.Showcase_btm ul li span.add_shw_case a, .Showcase_btm ul li div.add_shw_case a {
font-size:16px
}
.featured_content ul li {
width:180px
}
.featured_content ul li span.featured_hd {
width:100%
}
.Showcase_btm ul li a img {
width:100%
}
.featured_content ul li span.featured_hd a {
font-size:13px
}
.featured_content ul li span.featured_hd a strong {
font-weight:400
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote { }
.plan1 {
width:32%
}
.plan_img {
font-size:28px
}
.content_outer .choice_out ul li strong {
font-size:17px
}
.wpcf7 {
padding:1px!important
}
.wpcf7-form .form_field, .form_field_textarea {
width:500px;
margin:0 0 10px
}
.wpcf7-form .form_field_text, .form_field_text_area {
width:180px
}
.wpcf7-form .form_field input[type="submit"] {
width:30%
}
*Search Trainers Page Css Start*/ .lookingfor {
width:221px
}
.med {
padding:0
}
#zip {
margin:0 0 0 10px !important
}
.trainer_select2 {
width:246px
}
.trainer_select {
width:186px
}
.trainer_select1 {
width:221px
}
.lookingfor {
width:221px
}
.med {
padding:0
}
#zip {
margin:0 0 0 10px !important
}
.trainer_select {
width:48%
}
.trainer_select1 {
width:48%
}
.trainer_select2 {
width:100%;
margin:10px 0 0
}
.trainer_select2 #language {
width:326px
}
.search_az {
font-size:13px;
top:14px
}
.second_r {
width:453px;
position:relative
}
.second_rl h3 {
font-size:19px
}
.second_rl {
float:none;
width:100%
}
.second_rr {
width:auto;
position:absolute;
top:23px;
right:0
}
.second_rl h3.az_l {
float:none;
padding:0
}
.az_r {
float:none
}
.trainers-area-box {
width:100%
}
.t_registration {
display:block;
float:none;
margin:5px auto!important
}
.in_trnr_cnt h2 {
font-size:15px
}
.call_out {
padding:6px 10px
}
.call_outr, .call_outl {
font-size:18px
}
.call_mid {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mobile-phone-icon.png) no-repeat;
width:60px;
height:60px;
left:300px;
top:-11px
}
.n_stf_reg_f .form_field_textp {
width:100%
}
.u_m_p .form_field_textp .right {
width:86%
}
.u_m_p .form_field_textp .left {
padding-left:0
}
.u_m_p .form_field_textp #zip {
margin:0!important
}
.u_m_p .form_field_textp select#state {
width:90%
}
.og_r_f .pa_1 {
padding:0 0 15px 15px
}
.og_r_f .personal_r {
vertical-align:top
}
.receipt_out {
width:20%
}
.compare_out_top1 {
width:49.5%
}
.flexslider:hover .flex-next {
opacity:1;
right:0!important
}
.flex-direction-nav .flex-prev {
left:0
}
.flex-direction-nav .flex-next {
right:0
}
.tes_im1422 {
border-bottom:1px solid #C1C1C1!important
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.inrbnr{height: 180px; }
.zopim {
left:10px!important
}
body {
font-size:13px
}
.lgn_link ul li, .top_rt_link ul li {
padding:5px 6px
}
.top_rt_link ul li a {
font-size:11px
}
.lgn_link ul li, .top_rt_link ul li {
padding:5px
}
.compare_out ul li.li_bacg3 h2 {
visibility:visible
}
.compare_out ul li.li_bacg2 h2 {
visibility:visible
}
.compare_out ul li.li_bacg4 h2 {
visibility:visible
}
.tes_im1422 {
border-bottom:1px solid #C1C1C1!important
}
.az_nav a {
font-size:12px;
padding:8px 4px
}
.az_nav span {
padding:8px 4px
}
.Showcase_btm ul li img {
width:100%
}
.profile_testmonial {
margin:0 0 0 8px;
padding:8px 7px
}
.tools_1 {
display:block
}
.compare_button {
min-height:20px
}
.plan1 ul li .but_img {
width:100%
}
.button_left {
margin-bottom:10px
}
.top_rt_link ul {
background:none
}
.second_rr .video_outtt {
display:block
}
.ne .bmi_button {
float:none
}
.site-header h1.site-title img {
width:100%
}
.menu-header ul li a {
font-size:13px
}
.main-navigation ul {
padding:0
}
.main-navigation li {
margin:0 3px 0 0
}
.main-navigation {
margin-top:2px
}
.main-navigation li ul li a {
width:156px;
font-size:12px
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:18px;
line-height:21px
}
.slide-data span {
font-size:20px
}
.search_c {
width:100%
}
.site_ads img {
width:100%
} 
.footer_btm ul li {
width:31%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:13px 78px 13px 0
}
.Showcase_btm ul li p {
font-size:13px
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
min-height:35px;
font-size:18px
}
.Showcase_btm ul li span.add_shw_case a, .Showcase_btm ul li div.add_shw_case a {
font-size:16px
}
.featured_content ul li span.featured_hd {
width:100%
}
.login_inner, .lo_out {
width:100%;
}
.reg_out { text-align:center
}
.login_inner .reg_out .reg_one {
margin:0!important
}
.login_outer {
padding:30px 0
}
.login_righ, .lo_out_left {
float:left;
width:100%
}
.login_righ img {
width:auto;
max-width: 100%;
}
.login_heading {
font-size:23px;
padding:15px 0
} .plan1 {
width:31.5%
}
.plan_img {
font-size:28px
}
.content_outer .choice_out ul li strong {
font-size:17px
}
.content_outer .choice_out ul li:last-child img {
width:88%
}
.content_outer .choice_out ul li {
height:55px
}
.content_outer .choice_out ul li:last-child {
padding-bottom:0;
height:45px
}
.wpcf7 {
padding:1px!important
}
.wpcf7-form .form_field, .form_field_textarea {
width:100%;
margin:5px 0 10px
}
.wpcf7-form .form_field_text {
width:100%
}
.wpcf7-form .form_field input[type="submit"] {
width:30%
}
.lookingfor {
width:221px
}
.med {
padding:0
}
.trainer_select {
width:48%
}
.trainer_select1 {
width:48%
}
.trainer_select2 {
width:100%; }
.trainer_select2 #language { }
.search_az {
font-size:13px;
top:14px
}
.second_r {
width:321px;
position:relative
}
.second_rl h3 {
font-size:19px
}
.second_rl {
float:none;
width:100%
}
.second_rr {
width:100%
}
.second_rl h3.az_l {
float:none;
padding:0
}
.az_r {
float:none
}
.trainers-area-box {
width:100%
}
.t_registration {
display:block;
float:none;
margin:5px auto!important
}
.in_trnr_cnt h2 {
font-size:15px
}
.call_out {
padding:10px
}
.call_outr, .call_outl {
float:none;
width:100%;
font-size:18px;
text-align:center
}
.call_mid {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mobile-phone-icon.png) no-repeat;
width:60px;
height:60px;
left:214px;
top:36px
}
.call_outl {
height:91px
}
.profile_third {
display:block;
float:none
}
.profile_back {
width:auto
}
.profile_second_hh p, .profile_second_hhc1, .profile_second_hhc {
font-size:14px
}
.profile_second_hhc1 {
font-size:13px
}
.profile_discription {
font-size:13px
}
.profile_con {
font-size:14px
}
.button_left {
font-size:12px;
margin-bottom:6px
} .welcome_user {
padding-top:4px
}
.n_stf_reg_f .form_field_textp {
width:100%
}
.w_bg_d {
padding:10px
}
.u_m_p .up_outer {
width:100%
}
.u_m_p .personal_r {
width:48%
}
.fea_div_grey_bg table {
width:100%!important
}
.u_m_p .form_field_textp .right {
width:86%
}
.u_m_p .form_field_textp .left {
padding-left:0
}
.u_m_p .form_field_textp #zip {
margin:0!important
}
.u_m_p .form_field_textp select#state {
width:92%
}
.sitemap_box h2 {
font-size:18px
}
.receipt_out {
display:block
}
.compare_out_top1 {
width:49.5%
}
.menu-header ul li.navtrainer {
display:inline-block;
font-size:13px
}
.menu-header ul li.mantrainer {
display:none
}
.main-navigation li ul {
z-index:99999
}
.flexslider:hover .flex-next {
opacity:1;
}
.flex-direction-nav .flex-prev {
left:0
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
body {
-webkit-text-size-adjust:none
}
.zopim {
left:10px!important
}
.lgn_link {
float:none;
width:100%;
text-align:center
}
.top_rt_link {
float:none;
width:100%;
text-align:center
}
.top_rt_link ul li { }
.lgn_link ul li {
padding-left:0;
padding-right:0; }
.top_rt_link ul li {
height:auto
}
.top_rt_link ul li:nth-child(3), .top_rt_link ul li:last-child { -moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
background:none
}
.top_rt_link ul { }
.site-header h1.site-title {
float:none;
text-align:center;
width:100%;
margin:0;
padding:10px 0
}
.site-header h1.site-title img {
width:100%
}
#site-navigation {
display:none
}
h3.nav-toggle {
display:block;
margin:0 0 10px;
background:#F66501;
height:32px
}
h3.nav-toggle a {
display:block;
color:#fff;
font-size:16px;
padding:6px;
font-family:'Oswald', sans-serif;
font-weight:400
}
.main-navigation {
margin-top:0;
float:none
}
.menu-header ul {
padding:0 0 0 10px
}
.menu-header ul li {
margin:0;
display:block;
position:relative;
text-align:left
}
.menu-header ul li a {
line-height:26px;
display:block;
padding:0
}
.main-navigation li ul {
display:block;
position:relative
}
.main-navigation li ul li a, .main-navigation li ul li a:hover {
background:none;
border:0
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:10px!important;
line-height:12px;
width:75%
}
.slide-data span {
font-size:14px
}
.hme_txt h1 {
line-height:21px;
font-size:16px
}
.hme_list_lt {
float:none;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.hme_list_rt {
float:none;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
h1.hd span, h1.hd {
font-size:19px
}
.Showcase_btm ul li {
margin:0 0 10px;
width:100%
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
font-size:17px;
min-height:41px
}
.featured_content ul li, .featured_content ul li span.featured_hd {
width:100%
}
.blog_talkradio {
background:none repeat scroll 0 0 hsl(0, 0%, 73%)
}
.site_ads img {
width:100%
}
.footer_menu, .mailing_list, .Follow_us {
float:none;
margin:0;
width:100%
}
.mailing_box h1 {
font-size:14px
}
.home_slider {
width:100%;
overflow:hidden
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote { }
.testimonial_slideri span {
line-height:14px;
font-size:13px
}
.footer_btm ul li a {
font-size:14px
}
.testmonial_outer h1 {
font-size:18px;
margin:0 0 5px
}
.terms {
padding:0
}
.terms li {
font-weight:700
}
.login_inner, .lo_out {
width:100%;
}
.reg_out {
padding:0;
text-align:center
}
.login_inner .reg_one {margin-bottom: 10px !important;}
.login_outer {
padding:15px 0
}
.login_righ, .lo_out_left {
float:none;
width:100%
}
.login_righ img {
width:100%
}
.login_heading {
font-size:18px;
padding:10px 0;
} .logpass1 {
width:100%;
margin-bottom: 20px;
}
.plan1 {
width:100%;
float:none
}
.testimonial_slider, .testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote {
background:none repeat scroll 0 0 hsla(0, 0%, 0%, 0)!important;
min-height:210px
}
.top_headerimg img {
height:92px
}
.wpcf7 {
padding:1px!important
}
.wpcf7-form .form_field, .form_field_textarea {
width:100%;
margin:5px 0 10px
}
.wpcf7-form .form_field_text {
width:100%
}
.wpcf7-form .form_field input[type="submit"] {width:30%}
.Showcase_btm ul li img {width:auto;}
.trainer_sub {width:100%}
.iwant {width:100%}
.trainer_select, .trainer_select1, .trainer_select2 {width:100%;display:block;}
.trainer_select label, .trainer_select1 label, .trainer_select2 label {display:inline-block;width:96px
}
.trainer_select select, .trainer_select1 select {display:inline-block;width:169px !important}
.trainer_select2 input {display:inline-block;width:155px}
.med {font-size:13px;display:block;padding:0}
.trainer_select1 {margin:12px 0 0}
.meshim_widget_components_chatWindow_PreChatOfflineForm.cwp_medium {height:270px;width:251px}
#price_from, #price_to {display:block;margin:6px 0!important;width:237px}
.compare_out_top1 {width:100%}
.first_r, .second_rl {width:100%;float:none}
.main_result .first_r a img {width:100%}
.second_r {float:none;position:relative;width:100%;clear:both;margin:10px 0 0}
.az_r {float:none}
.second_rr {width:100%;margin:5px 0 0}
.az_nav {width:100%}
.az_nav a, .az_nav .current {font-size:10px;padding:8px 2px}
.az_nav span {padding:8px 2px}
.search_az {display:block;margin:0 0 6px;position:relative;top:0}
.second_rl h3 {width:100%}
.compare_out ul li.li_bacg2 h2 {visibility:visible}
.compare_out ul li.li_bacg3 h2 {visibility:visible}
.compare_out ul li.li_bacg4 h2 {visibility:visible}
.tes_im1422 {border-bottom:1px solid #C1C1C1!important}
.trainers-area-box {width:100%}
.t_registration {display:block;float:none;margin:5px auto!important}
.in_trnr_cnt h2 {font-size:15px}
.call_out {padding:10px}
.call_outr, .call_outl {float:none;width:100%;font-size:18px;text-align:center}
.call_mid {background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mobile-phone-icon.png) no-repeat;width:60px;height:60px;left:117px;
top:39px}
.call_outl {height:91px}
.profile_first {float:none;margin:auto}
.profile_second {float:none}
.profile_second_hh {width:100%}
.profile_title {display:block}
.profile_second_hhc1 {font-size:12px}
.profile_second_hh p, .profile_second_hhc {font-size:13px}
.profile_third {clear:both;float:none;text-align:center}
.profile_back {float:none;width:100%;margin:auto}
.profile_testmonial {margin:5px 0;padding:8px 0;text-align:center;width:100%}
.profile_discription {font-size:13px}  .page-template-page_profile-php .tog_photo1 {
width:100%;
padding:0
}
.page-template-page_profile-php .tog_photo1 a {
width:88%;
font-size:13px
}
.#member_ratings_paginate {
position:relative!important
}
body {font-size: 13px;}
.content_outer h1 {
font-size:18px
}
.payment_l {
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0 0 5px
}
.payment_r {
width:100%!important;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
#staff_register_form input[type="text"], #staff_register_form input[type="email"], #staff_register_form input[type="password"] {
width:275px ;
}
#staff_register_form #cc_card_type {
width:162px;
}
.testmonial_outer p {
line-height:14px;
margin:0 0 25px;
font-size:13px
}
.content_outer p {
font-size:13px
}
.benefit_one:nth-child(1) {
display:none
}
.benefit_one, .benefit_inner {
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.benefit_secon {
width:100%;
margin:0 0 6px
}
.button_box .button_left {
display:block;
margin:0 0 7px;
float:none;
font-size:13px;
}
.button_box .button_left a {
display:block
}
.welcome_user {
padding-top:0
}
.welcome_first {
width:100%
}
.member_l {
display:block;
margin-right:0;
width:100%
}
.member_ll {
width:100%;
display:block
}
.up_outer {
width:100%
}
.left {
font-size:13px;
width:100%;
padding:0
}
.edi_img2 {
width:100%!important
}
.form_field_sht .personal_r {
font-size:13px;
font-weight:400
}
#staff_register_form input[type="checkbox"] {
margin:0;
vertical-align:middle;
width:15px!important;
display:inline-block
}
.personal_r {
vertical-align:top;
width:100%
}
.blue_reg {
font-size:15px
}
.form_field_text_wo_bg input[type="image"] {
width:auto!important
}
.form_field_text_wo_bg a.linkButton img {
margin:0!important
}
.edi_img2 textarea {
width:100%!important
}
.n_stf_reg_f .form_field_textp {
width:100%
}
.w_bg_d {
padding:10px
}
.u_m_p .edi_img .left {
width:100%
}
.u_m_p .personal_r {
width:100%
}
.fea_div_grey_bg table {
width:100%!important
}
.flexslider .slides img { }
.srch_btm {
margin:0
}
.u_m_p .form_field_textp {
display:block;
padding-top:10px;
width:100%
}
.og_r_f #staff_register_form .form_field_textp input[type="text"], .og_r_f #staff_register_form .form_field_textp input[type="email"], .og_r_f #staff_register_form .form_field_textp input[type="password"] {
}
.sitemap_box h2 {
font-size:16px
}
.sitemap_left {
width:100%;
float:left
}
.sitemap_right {
width:100%;
float:right
}
.main_result {
padding:10px
}
.footer_btm ul li {
background:none
}
.search_c {
width:300px
}
.search_content {
bottom:65px;
padding:5px
}
.enter_zip {
padding:0 8px;
font-size:14px
}
.zip_int_img {
height:32px;
width:44px
}
.adv_search_txt {width:96%;padding:5px;font-size: 11px;}
.adv_search_txt a {
display:inline-block
}
.frm_out {
float:none
}
.input_box_zip {
float:left;
width:74%
}
.ne input#imp_height, .ne input#imp_weight, .ne input#met_height, .ne input#met_weight {
width:264px!important
}
.ne .bmi_button {
float:none
}
.receipt_out {
display:block
}
.bill_select {
width:287px
}
.flexslider:hover .flex-next {
opacity:1;
right:0!important
}
.compare_button {
margin:0 0 0 4px;
min-height:20px;
width:130px
}
.box {
width:116px
}
.ba_outerl, .ba_outerr {
float:none;
width:100%
}
.ba_outerl img, .ba_outerr img {
width:100%
}
.tog_photo {
width:100%;
padding:8px 0;
font-size:13px
}
.tog_photo1 {
width:100%
}
.profile_testmonial_write_review a {
font-size:13px
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.tes_im1422 {
border-bottom:1px solid #C1C1C1!important
}
.ne .bmi_button {
float:none
} .site-header h1.site-title {
float:none;
text-align:center;
width:100%;
margin:0;
padding:10px 0
}
.site-header h1.site-title img {
width:100%
}
#site-navigation {
display:none
}
h3.nav-toggle {
height:32px;
display:block;
margin:0 0 10px;
background:#F66501
}
h3.nav-toggle a {
display:block;
color:#fff;
font-size:16px;
padding:6px;
font-family:'Oswald', sans-serif;
font-weight:400
}
.main-navigation {
margin-top:0;
float:none
}
.menu-header ul {
padding:0 0 0 10px
}
.menu-header ul li {
margin:0;
display:block;
position:relative;
text-align:left
}
.menu-header ul li a {
line-height:26px;
display:block;
padding:0
}
.main-navigation li ul {
display:block;
position:relative
}
.main-navigation li ul li a, .main-navigation li ul li a:hover {
background:none;
border:0
}
.slier_data_out {
width:100%
}
.slide-data {
font-size:18px;
line-height:21px
}
.slide-data span {
font-size:20px
}
.hme_txt h1 {
line-height:21px;
font-size:16px
}
.hme_list_lt {
float:none;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.hme_list_rt {
float:none;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
h1.hd span, h1.hd {
font-size:19px
}
.Showcase_btm ul li {
margin:0 0 10px;
width:49%
}
.Showcase_btm ul li span.add_shw_case h3, .Showcase_btm ul li div.add_shw_case h3 {
font-size:17px;
min-height:41px
}
.featured_content ul li {
width:50%
}
.featured_content ul li span.featured_hd {
width:100%
}
.blog_talkradio {
background:none repeat scroll 0 0 hsl(0, 0%, 73%)
}
.site_ads img {
width:100%
}
.footer_menu, .mailing_list, .Follow_us {
float:none;
margin:0;
width:100%
}
.mailing_box h1 {
font-size:14px
}
.home_slider {
width:100%;
overflow:hidden
}
.testimonial_slider__default .testimonial_slideri, .testimonial_slider__default .testimonial_quote { }
.testimonial_slideri span {
line-height:14px;
font-size:13px
}
.footer_btm ul li a {
font-size:14px
}
.testmonial_outer h1 {
font-size:20px
}
.footer_btm ul li {
width:49%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:13px 134px 13px 0
}
.login_inner, .lo_out {
width:100%;
margin-top: 15px;
}
.reg_out {
text-align:center;
padding-bottom: 0;
}
.login_inner .reg_out .reg_one a img {
width:80%
}
.login_inner .reg_out .reg_one {
margin:0!important;
width: 30%;
}
.login_outer {
padding:15px 0
}
.login_righ, .lo_out_left {
float:none;
width:100%
}
.login_righ img {
width:100%
}
.login_heading {
font-size:18px;
padding:10px 0;
}
.trainer_log {
width:236px
}
.form_field_texlb {
width:255px
}
.logpass1 {
width:100%;
margin-top: 14px;
}
.plan1 {
width:100%;
float:none
}
.content_outer .choice_out ul li:first-child {
width:442px!important
}
.top_headerimg img {
height:92px
}
.wpcf7 {
padding:1px!important
}
.wpcf7-form .form_field, .form_field_textarea {
width:100%;
margin:5px 0 10px
}
.wpcf7-form .form_field_text {
width:100%
}
.wpcf7-form .form_field input[type="submit"] {
width:30%
}
.trainer_sub {
width:100%
}
.iwant {
width:100%
}
.trainer_select, .trainer_select1, .trainer_select2 {
width:100%;
display:block
}
.trainer_select label, .trainer_select1 label, .trainer_select2 label {
display:inline-block;
width:96px
}
.trainer_select select, .trainer_select1 select {
display:inline-block;
width:169px!important
}
.trainer_select2 input {
display:inline-block;
width:155px
}
.med {
font-size:13px;
display:block;
padding:0
}
.trainer_select1 {
margin:12px 0 0
}
#price_from, #price_to {
display:block;
margin:6px 0!important;
width:237px
}
.first_r, .second_rl {
width:100%;
float:none
}
.main_result .first_r a img {
width:100%
}
.second_r {
float:none;
position:relative;
width:100%;
clear:both;
margin:10px 0 0
}
.az_r {
float:none
}
.second_rr {
width:100%;
margin:10px 0 0
}
.search_az {
display:block; position:absolute;
top:0
}
.second_rl h3.az_l {
float:none
}
.trainers-area-box {
width:100%
}
.t_registration {
display:block;
float:none;
margin:5px auto!important
}
.in_trnr_cnt h2 {
font-size:15px
}
.call_out {
padding:10px
}
.call_outr, .call_outl {
float:none;
width:100%;
font-size:18px;
text-align:center
}
.call_mid {
background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/mobile-phone-icon.png) no-repeat;
width:60px;
height:60px;
left:191px;
top:40px
}
.call_outl {
height:91px
}
.profile_first {
float:none;
margin:auto
}
.profile_second {
float:none
}
.profile_second_hh {
width:100%
}
.profile_title {
display:block
}
.profile_second_hhc1 {
font-size:12px
}
.profile_second_hh p, .profile_second_hhc {
font-size:13px
}
.profile_third {
clear:both;
float:none;
text-align:center
}
.profile_back {
float:none;
width:100%;
margin:auto
}
.profile_testmonial {
margin:5px 0;
padding:8px 0;
text-align:center;
width:100%
}
.profile_discription {
font-size:13px
}
.profile_con {
font-size:14px
}
body {
font-size:13px
}
.content_outer h1 {
font-size:18px
}
.payment_l {
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0 0 5px
}
.payment_r {
width:100%!important;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
#staff_register_form input[type="text"], #staff_register_form input[type="email"], #staff_register_form input[type="password"] {
box-sizing: border-box;
}
#staff_register_form #cc_card_type {
width:162px;
width:162px;
}
.bill_select {
width:287px
}
.content_outer p {
font-size:13px
}
.button_box .button_left {
display:block;
float:none;
margin:0 0 7px
}
.button_box .button_left a {
display:block
}
.welcome_user {
padding-top:0
}
.welcome_first {
width:100%
}
.member_l {
display:block;
margin-right:0;
width:100%
}
.member_ll {
width:100%;
display:block
}
.up_outer {
width:100%
}
.left {
padding-left:0;
font-size:13px;
width:100%
}
.edi_img2 {
width:100%!important
}
.form_field_sht .personal_r {
font-size:13px;
font-weight:400
}
#staff_register_form input[type="checkbox"] {
margin:0;
vertical-align:middle;
width:15px!important;
display:inline-block
}
.personal_r {
vertical-align:top;
width:100%
}
.blue_reg {
font-size:15px
}
.form_field_text_wo_bg input[type="image"] {
width:auto!important
}
.form_field_text_wo_bg a.linkButton img {
margin:0!important
}
.edi_img2 textarea {
width:100%!important
}
.n_stf_reg_f .form_field_textp {
width:100%
}
.w_bg_d {
padding:10px
}
.u_m_p .edi_img .left {
width:100%
}
.u_m_p .personal_r {
width:100%
}
.fea_div_grey_bg table {
width:100%!important
}
.u_m_p .form_field_textp {
display:block;
padding-top:10px;
width:100%
}
.og_r_f #staff_register_form .form_field_textp input[type="text"], .og_r_f #staff_register_form .form_field_textp input[type="email"], .og_r_f #staff_register_form .form_field_textp input[type="password"] {
}
.sitemap_box h2 {
font-size:16px
}
.main_result {
padding:10px
}
.footer_btm ul li {
background:none
}
.search_c {
width:300px
}
.search_content {
bottom:126px;
padding:5px
}
.enter_zip {
padding:6px;
font-size:15px
}
.zip_int_img {
height:32px;
width:44px
}
.adv_search_txt {
width:96%;
padding:5px
}
.adv_search_txt a {
display:inline-block
}
.frm_out {
float:none
}
.input_box_zip {
float:left;
width:74%
}
.receipt_out {
display:block
}
.compare_out_top1 {
width:49.5%
}
.flexslider:hover .flex-next {
opacity:1;
right:0!important
}
.compare_button {
min-height:20px
}
.ba_outerl {
float:left;
width:49%
}
.ba_outerr {
float:right;
width:49%
}
.ba_outerl img, .ba_outerr img {
width:100%
}
} .page-template-page_profile .video_out14 {
width: 210px;
margin: 0;
position: absolute;
right: 0;
top: 0;
}
.page-template-page_profile .userIcon .profile_first_im{ margin: 50px 20px 0px 0px;}
.profile_back a {color: #fff; background: #f46600; padding: 10px;font-size: 13px;} @media(max-width:1167px){
.lgn_link ul li, .top_rt_link ul li {padding: 10px 8px;}	
.featuredArea {padding: 40px 0;}
.footer_top{ padding:40px 0;}
.footer_bottom{ padding:30px 0;}
.site_ads, .home .site_ads{ padding-bottom:40px;}
.hme_list_rt h1{ font-size:17px; padding:12px 15px;}
.hme_list_rt h1 span{ font-size:17px; margin-bottom:0;}
.Showcase_block h1.hd i, .featured_trainers_blk h1.hd i{padding-right: 0;	width: 41px; height: 38px;}
.authorImg{ width:260px;}
.authorImg img{height:auto !important;}
h1.hd, h1.hd span {font-size: 24px; }
h1.hd span {margin-bottom:0;}
.hme_list_rt h1.hd, .hme_list_rt h1.hd span { font-size:16px;}
.second_rl{ max-width:inherit; width:65%;}
.second_rr {max-width: inherit;width: 35%;} .noteBx{margin-bottom: 20px; font-size: 16px; line-height: 22px; }
.noteBx .nhd{ font-size:16px; width:50px;}
.mInquries .mTxt{ padding-bottom:16px; margin-bottom:16px; font-size:16px;}
.mInquries .thTxt {	font-size: 18px;margin-bottom: 16px;}
.mInfo .infoCon a, .mInfo .infoCon{ font-size:15px;}
.mInfo .infoCon i{ height:30px; width:30px; line-height:30px;}
.mInfo .infoCon i img{ width: 20px; padding: 5px 0;} .main_result{ padding:16px;}
.first_r{ padding-right:16px;}
h3#reply-title{ font-size:18px}
.profile_second_hh{ width:100%;}
.userIcon .profile_first_im {height: 146px;width:146px; margin: -100px auto 15px;}
.trinerDetail {margin-top: -90px;}
.userIcon .profile_testmonial a{ height: 36px; line-height: 36px; padding: 0 20px;}
.userIcon .profile_title{ font-size:20px;}
.workAs{ font-size:13px;}
.profile_discription, .profile_second_hhc{font-size: 14px;}
.profile_second_hhc1{ font-size:13px;}
.testimonial_quote_list{padding: 14px 12px 0; font-size:14px;}
.testimonial_title_list a{padding: 6px 26px 6px 10px; font-size:15px;}
.testimonial_title_list a:after {right:10px;}
.testimonial_sender_list{ padding: 5px 10px 14px; margin-bottom:0px;}
.testimonial_quote_list i.qit, .testimonial_quote_list i.qib{width: 16px;height: 16px;background-size: 16px auto;}
.profile_testmonial_write_review a{ padding:7px 14px;}
.adsnaList .relSubHd, .trinerDetail li .relSubHd, .trinerDetail li.workOutQulity span .profile_con{ margin-bottom: 10px; font-size: 15px;}
.adsnaList{ padding:20px 0;}
.innerMid .entry-content > ul > li, .blog_post li, .comments-area, .trinerDetail li, .updatePro{ padding:20px; }
.changeSrchTrn .top_zip{ margin-bottom:20px;}
.changeSrchTrn .med{ font-size:17px;}
.changeSrchTrn .top_zip .lft .med, .changeSrchTrn .top_zip .ryt .med{ font-size:14px;}
.changeSrchTrn .trainer_tex, .changeSrchTrn .trainer_top { height: 40px; min-height: auto; line-height:38px;}
.changeSrchTrn .k-multiselect.trainer_top{height: auto;min-height: 40px; }
.changeSrchTrn .k-multiselect-wrap .k-input{ top:8px; text-indent:0;}
.pa_1 {padding: 0 0 20px;} .cityList .urCity ul ul ul {width: 600px;} }
@media(max-width:1023px){
.inrbnr{height: 200px; }
.hdr_top {padding: 6px 0; position:relative;}
.top_rt_link{ position:static;}
.lgn_link ul li{ padding:0 10px 0 0;}
.lgn_link ul li a{ font-size:13px;}
.cityList{ margin-right:10px;}
.cityList .urCity ul{ min-height:inherit;}
.cityList .scltCity {width: 110px;height: 28px;padding: 0 14px;line-height: 28px;background-position: center right 10px;}
.top_rt_link ul li:last-chils{ margin-top:10px !important; padding:0 !important;}
.cityList .urCity {width:100%;margin:0;right: 0; margin: 0 auto; top: 100%; border:1px solid #dadada; border-top:0; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.cityList .urCity li{ width:100%}
.cityList .urCity li a{ font-size:13px; padding:6px 10px;}
.cityList .urCity li .openChild {position: absolute;top: 0;right: 0;background: #EAEAEA url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow.png)no-repeat center center;z-index: 999;height: 30px;width: 30px;cursor: pointer;}
.cityList .urCity li .submenu {position: relative !important;left: auto !important;top: auto !important;background: #f8f8f8;}
.cityList .urCity li:hover .submenu{ display:none;}
.top_rt_link ul li:nth-child(3), .top_rt_link ul li:last-child { display: none;}
.cityList .urCity li .submenu li a{ padding:6px 20px;} .cityList .urCity{ border:none; z-index:999999 !important;}
.cityList .urCity ul{ max-width:100%; width:100%;}
.cityList .urCity li{ position:relative;}
.cityList .urCity ul ul{ padding:6px 0 0 10px;}
.cityList .urCity ul ul , .cityList .urCity ul ul ul{ min-width:100% !important; width:100%;}
.cityList .urCity ul ul ul{ padding:10px;}
.cityList .urCity ul ul ul li{    width: 48%;  float: left; vertical-align: top;}
.cityList .urCity li a { font-size: 14px; padding: 11px 20px;}
.cityList .urCity ul ul ul li a{ padding:10px 16px;}
.cityList .urCity li .openChild{transform: translateY(0); float:none; height:40px;}
.cityList .urCity li li .openChild{height:30px;} .serchBx{ padding:16px 0 !important;}
.search_c{ max-width:540px;}
.serchBx .input {height: 30px; width: 170px; line-height: 30px;}
.home_slider .flex-direction-nav .flex-prev{ left:30px;}
.home_slider .flex-direction-nav .flex-next{ right:30px;}
.menu-header ul li a {font-size: 12px;padding: 10px 0;line-height: 24px;}
h3.nav-toggle {   display: inline-block;  float: right;  margin: 16px 15px !important;  height: 30px;line-height: 30px;}
#site-navigation { display:none;margin: 0 auto;position: absolute;top: 100%;right: 0;left: 0;width: 100%;background: #fff;z-index: 999999;}
.menu-header ul li {display: block;text-align: left;line-height: 20px; border-bottom:1px solid #dadada; position:relative; z-index:0;}
.menu-header ul li:last-child{ border-bottom:0;}
.menu-header ul li a{padding: 8px 20px; line-height: 20px; display:block;}
.menu-header ul li.navtrainer{	display: block;}
.menu-header ul li.mantrainer{ display:none;}
.main-navigation li ul{ display:none; position:relative; top:0; width:100%; padding-left:20px; background: #f2f2f2;}
.main-navigation li ul li, .main-navigation li ul li a{ display:block; width:100%;}
.main-navigation li ul li a{ padding:8px 16px; background:#f2f2f2; border-bottom:none;}
.menu-header ul li .dropBtn{ position:absolute; top:0; right:0; height:35px; width:40px; background:#f3f3f3 url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow.png) no-repeat center center; z-index:1; cursor:pointer;}
.menu-header ul li:hover .sub-menu, .menu-header ul li .sub-menu{ display:none;}
.site-header h1.site-title {   width: 200px;   margin: 10px auto;}
.Showcase_btm ul li{width: 23.6%; padding: 0 15px 10px; margin-right: 1.2%;}
.trainer_but a, .view_more a{ height:30px; }
.top_rt_link ul {display: inline; float:none;}
.home_slider .slide{ height:380px;}
.hme_txt h1 {line-height: 24px;font-size: 16px;padding: 10px 16px;}
.search_content { padding: 18px 20px;}
.search_content .frm_out .input_box_zip_out .input_box_zip, .search_content .frm_out .input_box_zip_out .input_box_zip input{height: 44px;line-height: 44px;}
.search_content .frm_out .input_box_zip_out .input_button{right: 10px; top: 50%;margin-top: -17px;height: 34px;width: 64px;}
.adv_search_txt a{margin: 0px 6px 5px;}
.Showcase_block{ padding:30px 0;}
h1.hd {	font-size: 22px;}
h1.hd i {width: 56px;height: 50px;background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/sprite.png) no-repeat;background-size: 500px auto;	background-position: -166px -12px;}
h1.hd span {font-size: 22px;margin-bottom: 10px;}
.trnerList .hme_list_rt, .hme_list_rt {width: 32.5%;max-width: inherit;}
.hme_list_rt h1{ font-size:17px;}
.hme_list_rt h1 span{ font-size:17px; margin-bottom:0;}
.for_trainers_list ul li{ padding-left:8px;}
.for_trainers_list ul li a{ padding:8px 8px 8px 14px; background-position:left top 10px;}
.trnerList {padding-bottom: 36px;}
.trnerList .hme_list_lt, .hme_list_lt{ width:65%; max-width:inherit;}
.trnerList .featured_content ul li {width: 48%;	max-width: inherit;}
.trnerList .featured_content ul li:nth-child(2n){ margin-right:0;}
.hme_list_lt .site_ads {width: 100%;margin: 20px auto 0 !important; padding-bottom:0;}
.featured_content ul li h2{ padding:12px 10px; font-size:14px;}
.featured_content ul li span.featured_hd{ height:84%;}
.featured_content ul li span.featured_hd a{ font-size:14px; line-height:22px; }
.postList ul li i img{ width:40px;}
.postList ul li {padding-left: 52px;margin-bottom: 12px;}
.testmonial_out{ padding:30px 0;}
.testmonial_outer .sldr_title, .postNme{ padding:10px 14px !important; font-size: 14px !Important;}
#testimonial_ssliderr_wid-2, .blog_Bx, .latestNews{ width:32%; margin-right:2%;}
.postList{margin: 16px 6px 16px 16px;}
.postList ul{padding-right:10px;}
.testimonial_slider__default .testimonial_quote {width: 100% !important;padding:14px 14px !important;}
.testimonial_slideri span{ font-size:14px; line-height:18px;}
.testimonial_slider__default .testimonial_nav{ padding:6px 0;}
.latestNews{ padding:10px 8px; margin-right:0;}
.latestNews .newsBx {border: 6px solid #dedede;}
.site_ads, .home .site_ads{ width:100%; padding-bottom:30px;}
.relatedCity h2{ font-size:28px; margin-top: -15px !important;}
.uupComCity h3 span {font-size: 20px;}
.uupComCity h3{ font-size: 22px; line-height: 28px;}
.featuredArea {padding: 30px 0;}
.featuredArea .owl-nav .owl-prev, .featuredArea .owl-nav .owl-next{ width:40px;}
.featuredArea .owl-nav .owl-prev::before, .featuredArea .owl-nav .owl-next::before{ background-size:10px auto;}
.mailing_list {padding-right: 50px;}
.mailing_box h1{font-size: 20px;margin-bottom: 18px;line-height: 20px;}
.newsletter .newsletter-email{ height: 38px; padding: 0 110px 0 10px; font-size: 14px;} 
.newsletter .newsletter-submit {margin: -15px auto 0;right: 6px;height: 30px;line-height: 30px;padding: 0 10px;	font-size: 14px;}
.mailing_form {margin: 20px 0 0px;}
.newsList{padding: 16px 6px 16px 16px; }
.newsList ul { padding-right:10px;}
.footer_menu h1, .Follow_us h1{margin: 0px 0 18px;font-size: 20px;line-height: 22px;}
.menu-footer_menu-container ul li a{ font-size:14px; margin-bottom:6px;}
.Follow_link ul li a{ height:26px; width:26px; background-size: 156px auto;}
.Follow_link ul li.tw a {background-position: -25px 0px;}
.Follow_link ul li.tw a:hover {background-position: -25px bottom;}
.Follow_link ul li.in a {background-position: -50px 0px;}
.Follow_link ul li.in a:hover {background-position: -50px bottom;}
.Follow_link ul li.pn a {background-position: -78px 0px;}
.Follow_link ul li.pn a:hover {background-position: -78px bottom;}
.Follow_link ul li.gpls a {background-position: -105px 0px;}
.Follow_link ul li.gpls a:hover {background-position: -105px bottom;}
.Follow_link ul li.insta a {background-position: -131px 0px;}
.Follow_link ul li.insta a:hover {background-position: -131px bottom;}
.menu-footer_menu-container ul li:nth-last-child(2) a{ margin-bottom:6px;}
.menu-footer_menu-container ul li:last-child{ display:block; width:100%;}
.footer_bottom {padding: 26px 0;}
.footer_extracontent{ font-size:14px; line-height:22px; margin-top:10px;} .innerMid {padding: 30px 0;}
.content_outer h1, .content_outer h1 span {font-size: 22px; font-size: 22px; padding-top: 5px; padding-bottom: 5px; background-size: 37px auto;}
.content_outer h1{ padding-left:46px;}
.authorImg{ width:200px; margin-left: 20px; margin-bottom: 20px;} .center img{ max-width:120px;}
.content_outer p{ padding-bottom:10px;}
.innerMid .entry-content > ul > li, .blog_post li, .comments-area{ padding:20px;}
.noteBx {font-size: 15px;line-height: 20px;}
.mInquries .mTxt{ font-size:14px;}
.mInquries .thTxt{ font-size:15px;}
.mInfo .infoCon a, .mInfo .infoCon {font-size: 13px; padding-right:0;}
.wpcf7-form .form_field, .form_field_textarea{ margin: 4px 0 12px;}
.wpcf7-form .form_field input, .n_stf_reg_f .form_field_textp .right{ height:34px; line-height:34px;}
.form_field_textarea textarea{ height:80px; }
.form_field_text_area, .wpcf7-form .form_field_text, .n_stf_reg_f label.left{font-size: 15px; margin-bottom: 3px;}
.n_stf_reg_f label.left{ margin-bottom:5px;}
.wpcf7-form .form_field input[type=submit] { padding:0 20px;}
.wpcf7-form .form_field.submitBx {margin: 8px auto 4px;}
.n_stf_reg_f .form_field_textp{ padding-bottom:12px; margin:0;}
.staff_ref_form .submit {width: 108px;	height: 34px;}
.content_outer p{ font-size:14px;}
.faq_pg h3, .blog_post .entry-title{ font-size:16px; margin-bottom:8px;} .first_r{ width:100%; display:table; max-width:inherit; text-align:center; padding:0 0 20px;} 
.second_r{width:100%; display:table; margin:0;}
.main_result .first_r a{ display:inline-block; }
.main_result .first_r a img{ width:auto;}
.second_rl{ vertical-align:top;}
.az_r, .result_area{ font-size:14px;}
.video_outtt { width: 120px; height: 120px; padding: 5px; margin-top: 20px;	}
.video_outtt img{ max-height:100px; max-width:100px !important;}
.second_rl h3{ font-size:19px; margin-bottom:6px;}
.result_area {font-size: 14px;color: #757575;line-height: 20px;padding: 10px 0 14px;}
.search_az {font-size: 14px;top: 0;}
.main_result, .for_trainers, .blog_talkradio{ margin-bottom:16px;}
.pagination{ padding-top:10px;}
.pagination .az_nav span, .pagination .az_nav a{ line-height:34px !important; height:36px !important; }
.choice_out h2{ margin:0 auto 10px;}
.content_outer h2, .content_outer h2 strong{ font-size:17px; line-height:20px; margin:0 auto 10px;}
.content_outer .choice_out p, .content_plan1, .content_plan2{ font-size:14px;}
.plan1 {width: 100%;max-width: 90%;margin: 0 auto 20px;float: none;}
.content_outer .choice_out ul li{padding: 20px 0 0; margin:0 20px; height:auto;} 
.content_outer .choice_out ul li:first-child, .plan1:nth-child(2) ul li:first-child{ display:table; width:100% !important; height:50px;}
.content_outer .choice_out ul li:first-child strong{ display:table-cell; vertical-align:middle;}
.plan1:nth-child(2) {margin-top: 0;z-index: 1;}
.content_outer .choice_out ul li:last-child{ height:auto; padding: 20px; margin: 0;}
.content_outer .choice_out ul li:last-child img{ max-width:150px; margin:0 auto;}
.choice_out ul li.discount{ height:auto;}
.plan1:nth-child(2) ul li:nth-child(2){ margin-top:0px;}
.plan1:last-child{ margin-bottom:0;}
.content_outer .choice_out ul li span{ padding:0 0 10px; margin-bottom:12px;}
.planList{ padding:16px 0 30px;}
.plan_img {font-size: 20px;padding-bottom: 10px;margin-bottom: 10px;}
.blog_post li{ margin-bottom:16px;}
.nav-previous a, .nav-next a{ padding:8px 14px; line-height: 17px; font-size: 13px; text-align: center;}
#respond textarea{ height:120px;}
#respond .form-submit input{font-size: 16px;line-height: 30px;height: 32px}
h3#reply-title{ font-size:16px}
#respond label{ font-size:15px; padding-bottom:5px;}
.userIcon .profile_testmonial{ position: relative;top: auto;right: auto;margin: 0px auto 16px; display: inline-block;}
.userIcon .profile_first_im {height: 130px;	width: 130px;margin: -85px auto 15px;}
.profile_con {font-size: 15px;}
.testimonial_title_list a {padding: 4px 26px 4px 0px;font-size: 14px;}
.testimonial_quote_list {padding: 10px 10px 0;font-size: 13px;line-height: 20px;}
.testimonial_sender_list {padding: 4px 10px 10px;}
.profile_testmonial_write_review{ padding:0 10px;}
.profile_testmonial_write_review a{ font-size: 14px; padding: 7px 14px !important;}
.testimonial_sender_list{ font-size:13px;}
.adsnaList {padding: 14px 0;}
.trinerDetail li.workOutQulity span .profile_discription .userprofile_top .fieldfor{ width:48%; margin-right:0;}
.trinerDetail li.workOutQulity span .profile_bottom_hhcontent{ padding:15px 0;}
.trinerDetail li.workOutQulity span .profile_e0, .trinerDetail li.workOutQulity span .profile_e1{ width:100%; border-bottom: 1px solid #dfdfdf;}
.trinerDetail li.workOutQulity span .profile_e1{ padding-top:15px;}
.trinerDetail li.workOutQulity span .profile_e2{border:none;}
.trinerDetail li.workOutQulity .expCer span .profile_con{ width:100%; padding-right:0; display:table; }
.trinerDetail li.workOutQulity .expCer span .profile_discription{ width:100%; display:table; }
.trinerDetail li.workOutQulity .expCer span .profile_bottom_hhcontent{ padding:15px 0 10px;}
.trinerDetail li.workOutQulity .expCer span .profile_bottom_hhcontent.profile_e3{ padding-top:0;}
.workCul, .expCer, .payComp{ padding:20px;}
.review-btn {margin: 14px auto 0;padding: 0 10px;}
.review-btn .profile_testmonial_write_review a {font-size: 13px;padding: 6px 12px !important;}
.changeSrchTrn .top_zip .trainer_select, .changeSrchTrn .top_zip .trainer_select1{ width:48%; margin-bottom:10px; margin-top: 0;}
.changeSrchTrn .top_zip .trainer_select1{ margin-right:0;}
.changeSrchTrn .top_zip .trainer_select2{ width:100%;}
.subHd{ font-size:14px;}
.trainer_sub .submit{ width:auto; height:30px; line-height:30px; font-size:15px; }
.pa_1 {	padding: 0;}
.form_field_textp{ padding:0 0 16px; margin-bottom:0;}
.u_m_p .left{margin-bottom: 6px; font-size:15px;}
.u_m_p .form_field_textp .right{ width:100%;}
.blue_reg{margin-bottom: 16px; font-size: 20px; padding-bottom: 8px; border-bottom: 2px solid #e6e6e6;}
.form_field_text_wid{ font-size:14px;}
.form_field_text_wo_bg {font-size: 14px;font-weight: 400;margin-bottom: 10px;}
.form_field_text_wid b {font-size: 14px;}
.personal_r{ padding-left:24px;}
#main_tree ul li a, .form_field_text_wo_bg a{ margin-left:5px; font-size:14px;}
.m-full{ width:100%;}
.u_m_p .form_field_textp .right{ width:100%;}
.u_m_p .form_field_textp{ width:48%; padding-top:0;}
.u_m_p .personal_r {width: 50%;float: left;} .profile_second_hhc1{width:48%;}
.first_r_out {display: table-header-group;	vertical-align: top;}
#row_ShowMoreSearch .view_more_11 a {font-size: 20px !important;} .welcome_second {height: 130px; width: 130px;}
.planList.bilPlanList .choice_plan form{ width:100%; display:block; float:none;}
.planList.bilPlanList .choice_plan form .plan1 {width: 100%;max-width: 90%;margin: 0 auto 20px !important;float: none;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1{ margin-top:0;}
.planList.bilPlanList .choice_plan form .plan1 ul li:last-child .but_img{ max-width: 150px; margin: 0 auto !important;}
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child span{ padding:5px 10px;}
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child, .planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:first-child{ height:50px;}
.planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:nth-child(2) {margin-top: 0;}
.uplaod .upload, .u_m_p .form_field_textp .right{ height:38px; line-height:38px;}
.u_m_p .form_field_textp select#state{ width:100%;}
.galleryList-mains > ul > li {
margin: 0 3px 10px !important;
min-height: 45px;
max-height: 45px;
}
.userIcon .profile_testmonial a {
height: 37px;
line-height: 37px;
padding: 0 16px;
}
.userIcon .profile_testmonial {
position: absolute;
top: -9px;
right: auto;
margin: 0px auto 0;
display: inline-block;
padding: 0;
}
}
@media(max-width:979px){
.galleryList-mains > ul > li {
margin: 0 2px 10px !important;
min-height: 30px !important;
max-height: 130px !important;
}
.userIcon .profile_title {
margin-top: 240px;
}
.page-template-page_profile .userIcon .profile_first_im {
margin: 250px 20px 0px 0px;
}
.page-template-page_profile .video_out14 {
right: 0;
top: 45px;
left: 0;
margin: auto;
}
.main-grouping .main-grouping-right {
width: 100% !important;
margin-bottom: 20px;
}
.main-grouping .main-grouping-left {
width: 100% !important;
}
}	
@media(max-width:767px){
li.gallery {
min-height: auto !important;
}
.profile_back a {padding: 7px;font-size: 12px;}
.inrbnr{height: 170px; }
.hdr_top{ width:100%; margin:0 auto; line-height: 0;}	
.hdr_top .wrapper{ display:table; width:100%;}
.hdr_top .top_rt_link, .hdr_top .lgn_link{display:table-footer-group;width:100%;float:none;text-align: right;} 
.hdr_top .top_rt_link{display: block;position: relative;border-bottom: 1px solid #787878;padding-bottom: 5px;margin-bottom: 8px;text-align: center;}
.hdr_top .lgn_link{ padding-top:8px;}
.top_rt_link ul{ display:inline-block; }
.top_rt_link ul li{padding: 0px 6px;}
.top_rt_link ul li a{ line-height:18px; font-size:12px;}
.cityList {margin-right: 0;}
.cityList .urCity li a{ text-align:left;}
.cityList .scltCity {width:95px;height: 26px;padding: 0 10px;line-height: 26px;text-align: left;background-position: center right 10px;background-size: 8px auto;background-position: center right 8px;}
.site-header h1.site-title{ margin:0 auto; float:left;}
.rightCon {float: right;width: auto;vertical-align: top;}
h3.nav-toggle{ background:none; line-height: 18px;}
.top_rt_link ul li:nth-child(3), .top_rt_link ul li:last-child { display: inline-block;}
.search_c {width: auto; max-width:400px;}
.flexslider:hover .flex-next{ right:30px !important;}
.Showcase_btm ul li {width: 48%;padding: 0 15px 10px;margin-right: 2%; margin-bottom:15px;	max-width: inherit;}
.Showcase_btm ul li:nth-child(2n){ margin-right:0;}
.cityList {float: none;position: absolute;bottom:-40px;left: 0;text-align: left;padding:0;margin: 0;right: 0;}
.cityList .scltCity{width:95px;height: 24px;line-height:24px;position: absolute;top: -32px;}
.cityList .urCity li{ width:100%;}	
h1.hd {font-size: 20px;display: block;text-align: center; line-height:34px;}
h1.hd span{font-size: 20px;}
.Showcase_block h1.hd i, .featured_trainers_blk h1.hd i {padding-right: 0;width: 36px;height: 34px;background-size: 36px auto; display: inline-block; vertical-align: top;}
.content_outer h1, .content_outer h1 span {font-size: 20px; padding-bottom: 5px; padding-top: 5px; margin-bottom: 8px;}
.hme_list_rt h1.hd{ font-size:16px; padding:10px 15px; line-height: 22px;}
.trnerList .hme_list_lt {width: 100%;max-width: inherit; margin-bottom:40px;}
.trnerList .hme_list_rt{ width:100%; display:block;}
#videosidebar-2 iframe {width: 100%;height: 250px;}
.newsList{padding: 12px 0 12px 8px; }
.newsList ul { padding-right:10px; height:227px;}
.blog_talkradio a{ padding:6px 0;}
.relatedCity h2 {font-size: 20px;margin-top: -10px !important;}
.uupComCity h3 {font-size: 16px;line-height: 22px; margin-top:-22px;}
.uupComCity h3 span {font-size: 15px;}
.featuredArea .owl-nav .owl-prev::before, .featuredArea .owl-nav .owl-next::before {background-size: 8px auto;}
.featuredArea .owl-nav .owl-prev, .featuredArea .owl-nav .owl-next {width: 30px;}
.footer_top {padding: 40px 0 35px;}
.mailing_list {padding-right: 0;max-width: 95%;margin: 0 auto 25px;}
.ftop_rghtBx {float: none;width: 100%;max-width: 95%;margin: 0 auto; display:table;}
.footer_menu, .Follow_us{ width:50%; display: table-cell; vertical-align: top;}
.Follow_us{ text-align:right;}
.hme_list_rt, .hme_list_lt{ width:100%; max-width:inherit;}
.innerMid .hme_list_lt{ margin-bottom:30px;}
.entry-content .alignleft, img.alignleft{ max-height:100px;}
.entry-content .wp-image-13756{ max-width:200px; }
.content_outer p {	padding-bottom: 10px; line-height: 22px;}
.mInfo .infoCon a, .mInfo .infoCon {font-size: 14px; padding-right:0;}
.mInfo .infoCon i {height: 28px;width: 28px;line-height: 0;}
.mInfo .infoCon i img {width: 18px;padding: 5px 0;}
.main_result {padding: 12px;}
.second_rl h3 {font-size: 16px;margin-bottom: 10px;line-height: 20px;padding-bottom: 0;}
.search_az {font-size: 14px;top: 0;text-align: right;}
.choice_plan{ padding-top:10px; padding-bottom: 20px;}
.plan_img {font-size: 18px;padding-bottom: 10px;margin-bottom: 10px;line-height: 20px;}
.content_outer .choice_out ul li{ font-size:16px; padding-top:16px;}
.content_outer .choice_out ul li:last-child{ padding:16px;}
.premiumList{ padding:16px;}
.premiumList h4 {font-size: 14px;line-height: 20px;margin: 0 auto 15px;}
.premiumList .content_plan{ padding-left:16px; word-wrap: break-word;}
.premiumList .content_plan .content_plan1, .premiumList .content_plan .content_plan2{ font-size:13px;}
.blog_post{ margin-bottom:16px;}
.blog_post li{ margin-bottom:10px;}
.nav-previous a, .nav-next a{ padding:8px 10px;}
#respond textarea{ height:80px;}
.workCul, .expCer, .payComp{ padding:15px;}
.trinerDetail li.workOutQulity .expCer span .profile_con{ font-size:14px;}
.trinerDetail li.workOutQulity .expCer span .profile_discription .userprofile_top .fieldfor{ padding:3px 8px; font-size:13px;}
.changeSrchTrn .top_zip {margin-bottom: 16px;}
.changeSrchTrn .trainer_tex, .changeSrchTrn .trainer_top{ width:100% !important;}
.trainer_sub{ margin-top:10px;}
.changeSrchTrn .k-multiselect-wrap .k-input {top: 9px;}
.u_m_p .form_field_textp .right{ width:100%;}
.content_outer h2, .content_outer h2 span{ font-size:14px}
.blue_reg{ font-size:16px;}
.fileType {margin-top:6px;}
.lo_out .frmBx .lo_out_left {padding: 20px 0px 0;}
.lo_out .frmBx form {padding: 0 10px;}
.trainer_log{ width:100%;}
.logpass1{ width:auto; margin-top:0;} .cityList .urCity li li .openChild {height: 30px;}
}
@media(max-width:639px){
.user_info_bx .profile_third{
display: none;
}
.inrbnr{height: 150px; }
.site-header h1.site-title{ padding:6px 0;}	
.serchBx {padding: 12px 0; float:left;}
h3.nav-toggle{ margin:12px 0 12px 10px; float:right;}
.hdr_top {padding: 6px 0;}
.hdr_top .wrapper{ position:relative;}
.top_rt_link ul{ width:100%;}
.hdr_top .lgn_link {margin-top: 0;text-align: right;display: table-footer-group;padding-top: 0;}
.top_rt_link ul li {padding: 0px 10px;}
.top_rt_link ul li a {line-height: 14px;font-size: 11px;}
.top_rt_link ul li:nth-child(3), .top_rt_link ul li:last-child{ display:none;}
.top_rt_link ul li {padding: 4px 6px;}
.home_slider .slide {height: 300px;}
.flex-direction-nav a{ height:30px; width:30px; background-size:30px auto !important; margin-top:-15px;}
.flex-direction-nav .flex-prev{ left:20px!important;}
.flex-direction-nav .flex-next, .flexslider:hover .flex-next{ right:20px!important;}
.search_c {width: auto;max-width: 350px;}
.search_content {padding: 12px 10px;}
.search_content .frm_out .input_box_zip_out .input_box_zip input {   height: 40px;   line-height: 40px; padding-right:75px;}
.search_content .frm_out .input_box_zip_out .input_button {right: 6px;top: 50%;margin-top: -15px;height: 30px;width: 56px;}
.hme_txt h1 {line-height: 20px;font-size: 14px;padding: 10px 9px;}
h1.hd {margin-bottom: 10px; padding:0; line-height:26px;}
h1.hd span {margin-bottom: 0;}
.Showcase_block h1.hd i, .featured_trainers_blk h1.hd i { padding-right: 0;  width: 30px; height: 26px;  background-size: 30px auto; margin-right:8px;}
.hme_list_rt h1.hd, .hme_list_rt h1.hd span{ font-size:15px; line-height:18px;}
.hme_list_rt h1.hd{padding: 10px 15px;}
.blog_talkradio a{ padding:10px 0;}
.hme_list_rt .blog_talkradio a img{ width:150px;}
.Showcase_block {padding: 30px 0 15px;} #testimonial_ssliderr_wid-2, .blog_Bx, .latestNews {width: 100%;margin-right: 0;margin-bottom: 16px;}
.latestNews {margin-bottom:0px;}
.testimonial_slider .testimonial_wrapper{ height:180px !important;}
.postList{ height:180px;}
.newsList ul {padding-right: 10px;height: 180px;}.
.footer_top {padding: 30px 0;}
.mailing_box h1 {font-size: 18px;margin-bottom: 14px;}
.mailing_form {margin: 16px 0 0px;}
.mailing_list{ margin-bottom:16px;}
.footer_menu h1, .Follow_us h1 {margin: 0px 0 14px;font-size: 18px;	}
.footer_menu{ width:55%;}
.Follow_us{ width:45%;}
.footer_top {padding: 35px 0 30px;}
.menu-footer_menu-container ul li:last-child {display: inline-block;width: 50%;}
.footer_bottom {padding: 20px 0;}
.footer_extracontent {font-size: 13px;line-height: 20px;} .authorImg::before, .authorImg::after{ height:38px; width:38px;}
.authorImg::before { top: 15px; right: 15px;}
.authorImg::after { left: 15px; bottom: 15px;}
.innerMid .entry-content > ul > li , .blog_post li, .comments-area{padding: 15px 10px;}
.innerMid {padding: 20px 0;}
.n_stf_reg_f .form_field_textp {padding-bottom: 10px;}
.content_outer p{ font-size:13px; line-height:20px;}
.faq_pg h3, .blog_post .entry-title {font-size: 15px;margin-bottom: 8px;}
.search_s{ height:30px; width:50px;} .search_az {margin: 0 auto 10px;position: relative;top: 0; text-align:left;}
.search_az:after{ content:""; display:block; line-height:0; clear:both;}
.search_s{ float:right;} .second_rl,.second_rr { display:table; max-width: inherit;width: 100%; }
.second_rl{ display:table-footer-group; margin-top:10px;}
.tnrInfo, .video_outtt{ display:table-cell; vertical-align:top; margin:0 auto; }
.second_rr .az_r, .second_rr .result_area{ text-align:left; font-size:13px;}
.tnrInfo{ text-align:left;}
.video_outtt {width: 100px; height: 100px;}
.video_outtt img {max-height: 80px;max-width: 80px !important;}
.choice_out h2 strong{ font-size:15px;}
.content_outer .choice_out p, .content_plan1, .content_plan2 {font-size: 13px;line-height: 20px;}
.plan_img {font-size: 16px;padding-bottom: 8px;margin-bottom: 8px;line-height: 18px;}
.blog_post{ margin-bottom:14px;}
.blog_post li{ margin-bottom:10px;}
.nav-previous a, .nav-next a{ padding:6px 8px;}
.changeSrchTrn .top_zip .lft{ width:100%; margin-bottom:10px; float: none;}
.changeSrchTrn .top_zip .ryt {width: 100%;float: none;}
.u_m_p .form_field_textp {width: 100%;padding-top: 0; padding-bottom:10px !important;}
.form_field_sht{ width:100%; display:inline-block; padding: 10px 0;}
#staff_register_form input[type="text"], #staff_register_form input[type="email"], #staff_register_form input[type="password"]{ width:100% !important;}
.u_m_p .form_field_textp .right{ height:38px; line-height:38px;}
.form_field_textl {   margin: 0 10px 10px;  text-align: center;} .user_info_bx .profile_second{ display:table-footer-group;}
.trinerDetail li {padding: 20px 16px;}
.content_outer h1, .content_outer h1 span{ font-size:16px;}
.editGallery .gallcon-left, .editGallery .gallcon-right{ width:100%; margin-bottom:16px;}
.editGallery .button{ padding:2px 8px; font-size:14px;}
.logoIcon {display: none;width: 100%;	vertical-align: middle;	border-right: 1px solid #d8d8d8;}
.lo_out .frmBx {   display: table;   width: 100%;}
.lo_out .frmBx .lo_out_left .form_field_texlb {width: 100%;padding: 10px;}
.logpass a {font-size: 12px;text-decoration: underline;line-height: 20px;}
.login_inner .reg_one {margin:0 auto 8px !important;}
.reg_out{ margin:16px auto;}
.reg_one{ width:100%} .cityList .urCity ul ul ul li { width: 100%;float: left; vertical-align: top;} .page-template-page_profile .video_out14 { width: 110px;}
}
@media(max-width:479px){
.userIcon .profile_title {
font-size: 15px;
}
.galleryList-mains > ul > li {
height: 65px;
} .page-template-page_profile .video_out14 { width: 100px;} .hdr_top {padding:8px 0;} .site-header h1.site-title{width:150px; padding:6px 0;} .adv_search_txt a {margin: 0px 6px 0;} .serchBx {padding: 8px 4px 8px 0;}
.serchBx .input {height: 30px;width: 130px;line-height: 30px;padding-right: 24px;}
.serchBx .serachIcon{ width:24px; background-size: 16px auto;}
.serchBx .serachIcon:hover, .serchBx .input:focus + .serachIcon{background-size: 16px auto; box-shadow:none;}
.search_content .frm_out .input_box_zip_out .input_box_zip input{height: 34px; line-height: 34px; padding-right: 65px;}
.search_content .frm_out .input_box_zip_out .input_button{ height: 28px; width: 50px;}
.cityList{bottom:-38px;}
.cityList .scltCity{ top:-30px;}
.lgn_link ul li{ padding-right:6px;}
.lgn_link ul li:last-child{ padding-right:0px;}
.lgn_link ul li::after{right:-1px;}
.lgn_link ul li a i{ height:22px; width:22px;}
h3.nav-toggle{ margin:8px 4px; line-height:30px;}
#lines {height: 20px;width: 25px;background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/menu-icon.png) no-repeat left top; background-size: 25px auto;}
h3.nav-toggle a{ padding:0 6px;}
.home_slider .flex-direction-nav .flex-next, .home_slider .flex-direction-nav .flex-prev{ top:40px;}
.Showcase_btm ul li {   width: 100%;}
.Showcase_block {padding: 30px 0 20px;}
.Showcase_btm ul li p{ min-height:auto;}
.trnerList .featured_content ul li {width: 100%;max-width: inherit;	margin: 0 auto 15px;}
.Showcase_btm ul li h2, .Showcase_btm ul li p, .view_more{ text-align:center;}
.blog_talkradio a{ padding:8px 0;}
.hme_list_rt .blog_talkradio a img { width: 50%;}
.hme_list_rt h1{ padding: 10px 16px; font-size:16px;}
.hme_list_rt h1.hd {font-size: 15px;padding:10px;}
.hme_list_rt h1.hd span{font-size: 15px;}
.postList ul li p a{ font-size:13px; line-height: 16px;}
.featuredArea {padding: 20px 10px 10px; overflow-x:hidden;}
.featuredArea .owl-item.active.center .item{ margin:8px;}
.featuredArea .owl-nav .owl-prev{ left:-10px;}
.featuredArea .owl-nav .owl-next{ right:-10px;}
.featuredArea .owl-nav .owl-prev, .featuredArea .owl-nav .owl-next {width: 14px;}
.site_ads, .home .site_ads {padding-bottom: 20px;}
.footer_menu{ margin-bottom:8px;}
.footer_menu, .Follow_us{ width:100%; display:block; text-align:left;}
.authorImg {width: 100%;margin-left: 0;margin-bottom: 20px;}
.mInfo{ display:block;}
.mInfo .infoCon {display: block;width: 100%; margin-bottom:8px;}
.mInfo .infoCon:last-child{ margin-bottom:0;}
.plan1{ width:100%; max-width:100%;}
.content_outer .choice_out ul li:first-child, .plan1:nth-child(2) ul li:first-child{ height:38px;}
.content_outer .choice_out ul li strong{ font-size:15px;}
.content_outer .choice_out ul li {font-size: 14px;padding-top: 10px; margin:0 10px;}
.content_outer .choice_out ul li span {padding: 0 0 6px;margin-bottom: 8px;}
.choice_out ul li.discount span{ height:70px; width:70px; padding:0;}
.choice_out ul li.discount span p{ font-size:14px; line-height:18px;}
.choice_out ul li.discount span p strong{ font-size:18px;}
.content_outer .choice_out ul li:last-child{ padding:10px;}
.content_outer .choice_out ul li:last-child img{ max-width:140px;}
.premiumList .content_plan .content_plan1{ margin-bottom:4px;}
.premiumList .content_plan .content_plan1, .premiumList .content_plan .content_plan2{ width:100%; text-align:left;}
.newsList .postCon p{ font-size:12px;}
#respond label{ font-size:14px; padding-bottom:5px;}
#respond .form-submit input, .form_field input[type="submit"]{font-size: 15px;line-height: 28px;height: 30px; padding:0 14px;}
.changeSrchTrn .top_zip .trainer_select, .changeSrchTrn .top_zip .trainer_select1 {width: 100%;margin-bottom: 10px;	margin-top: 0; margin-right:0;}
.changeSrchTrn .med {font-size: 15px;}
.changeSrchTrn .top_zip .lft .med, .changeSrchTrn .top_zip .ryt .med {font-size: 13px;}
.changeSrchTrn .k-multiselect-wrap li {font-size: 13px;	padding: 3px 16px 3px 6px;margin: 4px 6px 2px 0;}
.changeSrchTrn .k-multiselect-wrap li:last-child{ margin-bottom:4px;}
.changeSrchTrn .k-i-close::before{ font-size:12px;}
.k-multiselect-wrap .k-select{ margin-right:5px;}
.k-popup.k-list-container{ font-size:13px;}
.k-multiselect-wrap{ min-height:30px; padding-top:3px; padding-bottom:3px;}
#staff_register_form input[type="text"], #staff_register_form input[type="email"], #staff_register_form input[type="password"]{ width:100% !important;}
.u_m_p .personal_r{ width:100%}
.u_m_p .form_field_textp .right {height: 32px;line-height: 32px;}
.form_field_text_wid b , .form_field_text_wo_bg, .form_field_text_wo_bg a{font-size: 13px;} .planList.bilPlanList .choice_plan form .plan1 ul li:first-child, .planList.bilPlanList .choice_plan form:nth-child(2) .plan1 ul li:first-child{ height:40px;}
.planList.bilPlanList .choice_plan form .plan1 ul li:first-child strong{ font-size:15px;}
}
@media(max-width:360px){
.hdr_btm{ padding:8px 0;}
.site-header h1.site-title {display:block; float:none; width: 180px;  padding:0;}
.rightCon {float: none;width: 100%; padding-top:6px; text-align:center;} .serchBx {padding: 0;float: left;display: inline-block;	} .serchBx .input{ width:180px; padding-right:34px;}
.serchBx .serachIcon{width:30px;} h3.nav-toggle {margin: 0px;line-height: 30px;float: right; vertical-align: top;}
h3.nav-toggle a {padding: 0;} .home_slider .slide {height: 250px;}
.search_c {width: auto;max-width: 280px;}
.adv_search_txt{ width:100%; padding: 0 !important;}
.adv_search_txt a {margin: 0 4px;}
.hme_txt h1 {line-height: 18px;font-size: 13px;padding: 8px 10px;}
.Showcase_block {padding: 20px 0 10px;}
.hme_list_lt .site_ads{ margin:10px auto 0 !important}
.trnerList .hme_list_lt{ margin-bottom:24px;}
.testimonial_slider .testimonial_wrapper {height: 230px !important;}
.choice_out ul li.discount span{ height:60px; width:60px; padding:0;}
} .page-content .serchBx {
float: left;
padding: 0;
}
.blog_Bx .postList ul li i{height: 56px; width: 56px;} .gallcon-right{width:49%;float:right;border:1px solid; margin-left:1%;padding:5px;}
.gallcon-left{width:49%;float:left;border:1px solid;margin-right:1%;padding:5px;}
.saveremove, .addmore {  display: inline;  padding: 5px;}
.imgcount {  width: 70%;}
.single-footer-links #nav-above{display:none;} .post-12 .trainers-area-box {  float: left;  padding-bottom: 20px;  width: 100%;}
.post-12 .t_registration {  margin-right: 10px;  width: 32%;}
.search-no-results .page-content ul > li,
.search-results .content_outer ul > li{background: #fff;padding:28px;border: 1px solid #dfdfdf;border-radius: 5px;-moz-border-radius: 5px;-wekit-border-radius: 5px; box-shadow: 0 0 10px rgba(228, 228, 228, 0.8); margin-bottom:20px; color: #7c7c7c;}
.search-no-results .page-content ul,
.search-results .content_outer ul{ list-style: outside none none;    margin: 0;    padding: 0;}
.single-footer-links .entry-content{background: #fff;padding: 28px;border: 1px solid #dfdfdf;border-radius: 5px;-moz-border-radius: 5px;
-wekit-border-radius: 5px;box-shadow: 0 0 10px rgba(228, 228, 228, 0.8);margin-bottom: 20px;color: #7c7c7c;	}  .testimonials_list .testimonial_title_list {  display: block;  height: 45px;}
.testimonial_para .test_star1 { width:auto;min-width: 20%;vertical-align: top;}
.post-143 .right {	border:none;	padding:6px}
.post-63 .ne .left {width:auto;}
.profile_third .flayer_out{border:none;}
.post-3763 .result_img img {  vertical-align: inherit;}
.single-post .type-post header.entry-header {  line-height: initial;}
.single-post .type-post .entry-content p {  font-size: 14px;  line-height: 24px;} .button_left.active {background: #005489 none repeat scroll 0 0;}
.test_star2{border-radius: 0px;}
.entry-content.test > div {  line-height: 24px;}
.post-13866 .entry-content li {  display: inline-block;}
.page-id-402 .entry-content ul {  padding: 0;}
.page-id-402 .second_r { vertical-align: top;}
.page-id-402 .result_area {padding: 5px 0 10px;}   .wpcf7-not-valid {    border: 1px solid #ff0000 !important;}
span.wpcf7-not-valid-tip {display: none;}
.wpcf7-validation-errors {display: none !important;}
#staff_register_form .entry-content li .form_field img {  height: auto;  margin-top: 20px !important;  width:75px;}
#staff_register_form .entry-content li .form_field_text {  color: #f46b0e;  display: inline;  float: left;  font-weight: 600;  margin-right: 10px;width:130px;}
.comment-author.vcard .photo {  display: none;}
.comment-author.vcard {  color: #f66302;  font-size: 18px;}
.comment-meta {  display: inline-block;  vertical-align: top;}
.post-26 .entry-content li table tr td { overflow: hidden;max-width: 800px;}  .postid-1341 .entry-content.test p {  display: inline-block;}
.postid-1198 .entry-content.test .i_p_t {  clear: both;  display: inline-grid;  margin: 1%;  width: 46%;}
.entry-content.test > ul {  list-style: outside none table-footer-group;border:none;}
.footer-links .entry-content.test li {  border: medium none;}
.error404 .page-wrapper.entry-content li {  min-height: 200px;}
.comment-list li { border:1px solid #888888; border-radius: 6px;  padding: 5px;} .content_outer .type-tools .entry-content.test p{clear: both;}
.post-365 .choice_out img {  height: 26px;}  .main_result .first_r > a {  border: medium none;}
.entry-content .addthis_toolbox { border: none; box-shadow: none;}
#staff_register_form{ margin: 15px auto;}
.featured_div {  margin-top: 10px;}
.featured_div .trainer_result_top .result_img {  box-shadow: none;    text-align: center;}
.post-14 .choice_out {  list-style: outside none none;}
.view_more_11 {  background: #3388d8 none repeat scroll 0 0;  border-bottom: medium none;  border-radius: 4px;  margin: auto;  padding: 0;  text-align: center;  width: auto;} #met_sub.bmi_button,
#imp_sub.bmi_button {
border-bottom: 0 none !important;
margin: 0;
padding: 3px 30px;
}
.page-id-75 ol.terms {
font-weight: bold;
padding-left: 0;
}
#testimonial_slider_recent_wrap .testimonial_nav_arrow_wrap {
display: none !important;
}   .profile_back {float: none !important; width: 123px !important;} .post-463 .alignleft.size-full.wp-image-9654, .post-463 .alignleft.size-full.wp-image-9653 {
clear: both;
display: inline;
float: none;
height: 30px;
margin: 0;
width: 30px;
}
.latestNews .newsBx .newsHeading {
border-bottom: 1px solid #DEDEDE;
}
.newsList .cff-page-name.cff-author-date {
color: #000000;
}
span.cff-text {
color: #000000;
} .galOwl .owl-nav .owl-prev:before, .vidGalOwl .owl-nav .owl-prev:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/fech-area-arrow.png)no-repeat center center / 16px;
}
.galOwl .owl-nav .owl-next:before, .vidGalOwl .owl-nav .owl-next:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/fech-area-arrow-right.png)no-repeat center center / 16px;
}
.galOwl .owl-nav .owl-prev, .vidGalOwl .owl-nav .owl-prev {
position: absolute;
top: -35px;
bottom: 0;
color: transparent;
width: 20px;
right: auto;
left: -40px;
}
.galOwl .owl-nav .owl-next, .vidGalOwl .owl-nav .owl-next {
position: absolute;
right: -40px;
top: -30px;
bottom: 0;
color: transparent;
width: 20px;
}
.owl-carousel .owl-item img{max-width:100%}
.first-owl .item{width: 100px;
height:100px;}
.galOwl{float: none; width: 62%; margin: auto !important;}
.vidGalOwl {float: none; width: 34%; margin: auto !important;}
.profile_testmonial_contact_button.fixed{position: fixed; top: 10px; right: 10px;}
#menu-upcoming-city li a{ margin: 0 0 10px 0; padding: 0; color: #fff; font-size: 16px; position: relative; padding-left: 10px; display: block;}
#menu-upcoming-city li{margin: 0; padding: 0;  width: 45%;  display: block;position:relative;}
#menu-upcoming-city li:after{content: "";
position: absolute;
left: -10px;
top: 11px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #fff;
z-index: 100;}
#menu-upcoming-city{margin:0px;}  .footer_btmNewNW .openChild{display: none !important;}
.footer_btmNewNW ul li{width: 14.2%;padding: 13px 0px;}
.video_out .vimeo {display: table; margin: 0 auto;}
.video_out14{border: 6px solid #fff;box-shadow: 0px 0px 7px rgba(185, 185, 185, 0.6);}
.page-template-page_profile .video_out14{}
.page-template-page_profile .video_out14 .fro_logoimgg{}
@media only screen and (max-width: 767px) {
.profile_back {width: 100px !important;}
.userIcon .profile_testmonial{
left: 0;
top: -5px;
}
.userIcon .profile_testmonial a {
height: 30px;
line-height: 30px;
}
.post-12 .t_registration {  margin: 10px auto; width: 100%;}
.testimonial_para .test_star2, 
.testimonial_para .test_star1 { width:100%;min-width: 20%;vertical-align: top;display:block;}
.post-143 .entry-content ul li > ul {  padding: 0;}
.menu-header ul li.mantrainer{display:none;}
.cityList .urCity{z-index: 9999999;}
.top_rt_link ul li:nth-child(3), .top_rt_link ul li:last-child{display:block;}
.post-26 .entry-content li table tr td { overflow: hidden;max-width:300px;}
.postid-1198 .entry-content.test .i_p_t {  clear: both;  display: inline-grid;  margin: 1%;  width: 98%;}
.error404 .page-wrapper.entry-content li {  min-height: 150px;}
.testimonial_slider.testimonial_slider_set.testimonial_slider__default {
margin-left: auto;
margin-right: auto;
}
.premiumList .content_plan .content_plan2 {
color: #000000;
font-weight: 600;
}
.page-template-login_template #staff_register_form .view_m {
margin: 0;
padding: 5px 0;
display: flex;
}
.serchBx .input{border-radius: 30px;}
.serchBx .serachIcon {border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.lgn_link ul li a i.icon_3 {  background: rgba(0, 0, 0, 0) url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/show-case-icon.png) no-repeat scroll 0 0 / 22px auto; }
}
@media only screen and (max-width: 639px) {
.userIcon .profile_testmonial {
top: 30px;
left: 0;
right: 0;
}
.page-template-page_profile .video_out14 {
top: 70px;
}
.userIcon .profile_title {
margin-top: 180px;
}
.page-template-page_profile .userIcon .profile_first_im {
margin: 185px 20px 0px 0px;
}
}
.vimeo.cboxElement > img {  height: auto !important;max-height: 100px;}
.page-template-login_template .member_ll a img,.scLink a img {  height: 30px;}
@media only screen and (max-width: 360px) {
.cityList .scltCity{font-size:13px;}
} .page-id-26 .right.video_out145.edi_img1.left > input:checkbox {  width: 10px;}
.page-id-26 .right.video_out145.edi_img1.left {  border: medium none;  display: inline-flex;}
.page-id-26 .form_field_text.edi_img1.img123 {display:block;  max-width: 46%;}
.page-template-page_profile .video_out {  display: block;  padding: 10px;}
@media only screen and (max-width: 360px) {
.page-id-26 .form_field_text.edi_img1.img123 {display:block;  max-width: 100%;}
} @media only screen and (max-width: 767px){
.search_c .search_content{padding: 0px 6px 0px 6px;}
.home_slider .flex-direction-nav{display: none;}
.cityList .scltCity {padding: 0 5px;}
.slides .slide{
#background-size: 100% 100%;
}
} #row_ShowMoreSearch .view_more_11 {  background-color: #f68121;  padding: 5px;}
#row_ShowMoreSearch .view_more_11 >a{font-size: 23 !important;}
.search-results .blog_post .entry-title >a, 
.category-blog .blog_post .entry-title >a{color: #F56800;}
.search-results .blog_post .entry-title >a:hover,
.category-blog .blog_post .entry-title >a:hover{color: #21759b !important;}
.search-results .nav-links .nav-next >a,
.search-results .nav-links .nav-previous >a,
.category-blog .nav-links .nav-next >a,
.category-blog .nav-links .nav-previous >a{background-color: #F56800;color:#ffffff !important;font-weight: bold;}
.search-results .nav-links .nav-next >a:hover,
.search-results .nav-links .nav-previous >a:hover,
.category-blog .nav-links .nav-next >a:hover,
.category-blog .nav-links .nav-previous >a:hover{background-color: #21759b;color:#ffffff !important;font-weight: bold;} @media only screen and (min-width: 320px) and (max-width: 480px) {
.fea_div_grey_bg .trainer_result_top {  display: block;  text-align: center;  width: 100%;}
.fea_div_grey_bg span.result_title{text-align:center;width: 100%;}
.fea_div_grey_bg span.result_title a {  color: #f68121;  font-size: 16px;  font-weight: bold;  line-height: 20px;  margin-bottom: 10px;}
.second_r .second_rr .result_area {  width: 100%;}
.video_outtt {  border: medium none;  width: 100%;}
.second_rr .video_outtt img {max-height: auto !important;max-width: auto !important;}
.tab_out {	background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/tag.png) no-repeat;margin-top:-21px; top: auto;left: -23px;}
.tab_out1 {	background:none;top: auto;left: -23px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.tab_out {	background:url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/tag.png) no-repeat;margin-top:-21px;top: auto;left: -23px;}
.tab_out1 {	background:none;top:auto;left: -23px;}
} .topmenu #lines{display: none;}
@media only screen and (max-width: 768px){
.topmenu{padding: 10px; position:relative;}
.topmenu #lines{float: right; display: block;}
.topmenu ul{
display: none; width:100%; float:left; margin: 10px 0 0 0; padding:0;
}
.topmenu ul li{width: 100%; float: left; padding: 10px 0px; position:relative;}
.topmenu  .submenu{position:static !important; width: 100%; float: left;}
.footer_btm .topmenu ul li .submenu li{width: 100%; float: left}
.footer_btm .topmenu ul li:hover .submenu{display: none;}
.topmenu ul li .dropBtn {
position: absolute;
top: 0;
right: 0;
height: 25px;
width: 40px;
background: #f3f3f3 url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/down-arrow.png) no-repeat center center;
z-index: 1;
cursor: pointer;
}
}
.main-grouping .main-grouping-left{
width: 69%;
float: left;
}
.main-grouping .main-grouping-right{
width: 29%;
float: right;
}
.galleryList-mains > ul{
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.galleryList-mains > ul > li{
float: left;
background: #fff;
padding: 0px;
border: 1px solid #dfdfdf;
border-radius: 0px;
-moz-border-radius: 0px;
-wekit-border-radius: 0px;
box-shadow: none;
margin-bottom: 20px;
color: #7c7c7c;
width: 45%;
list-style: none;
margin: 0 4px 10px;
min-height: 55px;
max-height: 55px;
box-sizing: border-box;
overflow: hidden;
}
.galleryList-mains > ul > li > img{
border: none !important;
}
.galleryList-mains .view-more-btn{
color: #f68121;
text-align: center;
font-size: 14px;
text-decoration: underline;
display: block;
cursor: pointer;
padding: 20px 0 0 0;
}
.userIcon.adam-shuty{
min-height: 320px;
position: relative;
}
.reviewList-acordian ul{
margin: 0;
padding: 0;
}
.reviewList-acordian ul li {
list-style: none;
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
border: none;
border-bottom: 1px solid #e1e1e1;
padding: 0;
}
.reviewList-acordian ul li a{
color: #0b0c0e;
display: block;
cursor: pointer;
padding: 15px 50px 15px 15px;
position: relative;
}
.reviewList-acordian ul li a::after{
position: absolute;
content: '+';
color: #6d6d6e;
right: 20px;
top: 10px;
font-weight: 600;
font-size: 22px;
}
.reviewList-acordian ul li a.active::after{
content: '-';
font-size: 30px;
top: 3px;
}
.reviewList-acordian ul li a.active{
background-color: #f9f9f9;
}
.reviewList-acordian ul li .tab-content{
padding: 0 15px 15px;
background-color: #f9f9f9;
}
.reviewList-acordian ul li .tab-content p{
padding: 0px;
margin: 0;
font-size: 13px;
line-height: 20px;
}
.profile_back.review-btn{
width: auto !important;
padding: 0;
}
.vedio-img{
position : relative;
}
.vedio-img .vedio-icon {
position: absolute;
z-index: 11;
top: 50%;
left: 50%;
cursor: pointer;
width: 25px;
height: 25px;
transform: translate(-50%, -50%);
}
.vedio-img .vedio-icon > img{
border: none !important;
}
.changeSrchTrn .top_zip.newaddtxt .lft{ width:100%; display: flex;}
.ortxt{    text-align: center;
margin: 0 0 12px 0;
font-weight: 700;}
.mailing_list .footer_menu{width:auto;}
#menu-bronx_footer{padding:0;list-style-type:none}
#menu-bronx_footer li a{    margin: 0 0 10px 0;
padding: 0;
color: #fff;
font-size: 16px;
position: relative;
padding-left: 10px;
display: block;} 
#menu-bronx_footer li a:before{content: '';
position: absolute;
top: 10px;
left: 0;
height: 4px;
width: 4px;
background: url(//www.neighborhoodtrainer.com/wp-content/themes/_twentythirteen/images/bullet-icon.png) no-repeat top left;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;}
#menu-bronx_footer li a:hover{'https://fonts.gstatic.comcolor: #f56600;}
#menu-bronx_footer ul li a:hover:before{background-position: left bottom;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;}