/*component.css*/
div#fd.es .btn {
  text-shadow: none !important;
  font-family: "Yanone Kaffeesatz", arial, tahoma !important;
  text-transform: uppercase;
  box-shadow: none;
}
body div#fd.es .btn:hover {
	color: #eee;
}
div#fd.es .btn-es {
	color: #EEE !important;
    background-color: #2C2C2C !important;
    background-image: -moz-linear-gradient(top,#221E1D,#3c3c3c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#221E1D),to(#3C3C3C));
    background-image: -webkit-linear-gradient(top,#221E1D,#3C3C3C);
    background-image: linear-gradient(to bottom,#221E1D,#3C3C3C);
    background-repeat: repeat-x;
    border-color: #3C3C3C #3C3C3C #151515 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);  
	transition: none 0s ease 0s;
}
div#fd.es .btn-es:hover,
div#fd.es .btn-es:focus,
div#fd.es .btn-es:active,
div#fd.es .btn-es.active,
.open .dropdown-toggle_div#fd.es .btn-es {
    box-shadow: 0 0 6px #AAA;
    -moz-box-shadow: 0 0 6px #AAA;
    -webkit-box-shadow: 0 0 6px #AAA;
}
div#fd.es .btn-es:active,
div#fd.es .btn-es.active,
.open .dropdown-toggle_div#fd.es .btn-es {
  background-image: none;
}
div#fd.es .btn-es.disabled,
div#fd.es .btn-es.disabled:hover,
div#fd.es .btn-es.disabled:focus,
div#fd.es .btn-es.disabled:active,
div#fd.es .btn-es.disabled.active,
div#fd.es .btn-es[disabled],
div#fd.es .btn-es[disabled]:hover,
div#fd.es .btn-es[disabled]:focus,
div#fd.es .btn-es[disabled]:active,
div#fd.es .btn-es[disabled].active,
fieldset[disabled] div#fd.es .btn-es,
fieldset[disabled] div#fd.es .btn-es:hover,
fieldset[disabled] div#fd.es .btn-es:focus,
fieldset[disabled] div#fd.es .btn-es:active,
fieldset[disabled] div#fd.es .btn-es.active {
  background-color: #fff !important;
  border-color: #444 !important;
}
div#fd.es .btn-es .badge {
  color: #fff;
  background-color: #221E1D;
}
div#fd.es .btn-es.active {
  box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
}
div#fd.es .btn-clear .icon-es-x {
  top: 5px;
}
div#fd.es .btn.btn-clean {
  color: #eee !important;
  background-color: #221E1D !important;
  border-color: #333 !important;
}
div#fd.es .btn.btn-clean:hover,
div#fd.es .btn.btn-clean:focus,
div#fd.es .btn.btn-clean:active,
div#fd.es .btn.btn-clean.active,
.open .dropdown-toggle_div#fd.es .btn.btn-clean {
  color: #333 !important;
  background-color: #ebebeb !important;
  border-color: #b8b8b8 !important;
}
div#fd.es .btn.btn-clean:active,
div#fd.es .btn.btn-clean.active,
.open .dropdown-toggle_div#fd.es .btn.btn-clean {
  background-image: none;
}
div#fd.es .btn.btn-clean.disabled,
div#fd.es .btn.btn-clean.disabled:hover,
div#fd.es .btn.btn-clean.disabled:focus,
div#fd.es .btn.btn-clean.disabled:active,
div#fd.es .btn.btn-clean.disabled.active,
div#fd.es .btn.btn-clean[disabled],
div#fd.es .btn.btn-clean[disabled]:hover,
div#fd.es .btn.btn-clean[disabled]:focus,
div#fd.es .btn.btn-clean[disabled]:active,
div#fd.es .btn.btn-clean[disabled].active,
fieldset[disabled] div#fd.es .btn.btn-clean,
fieldset[disabled] div#fd.es .btn.btn-clean:hover,
fieldset[disabled] div#fd.es .btn.btn-clean:focus,
fieldset[disabled] div#fd.es .btn.btn-clean:active,
fieldset[disabled] div#fd.es .btn.btn-clean.active {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
div#fd.es .btn.btn-clean .badge {
  color: #fff;
  background-color: #221E1D;
}
div#fd.es .btn.btn-clean:hover {
  background: none;
}
div#fd.es .btn.btn-notext {
  height: 31px;
  padding: 4px 8px;
}
div#fd.es .btn.btn-notext .icon-es-white,
div#fd.es .btn.btn-notext .icon-es-black {
  margin-left: 0px;
  margin-right: 0px;
}
div#fd.es .btn.btn-notext.btn-mini {
  height: 23px;
}
div#fd.es .btn-radius {
  border-radius: 2px;
}
div#fd.es .btn-group > .btn-radius:first-child {
  border-radius: 2px;
}
div#fd.es .btn.btn-dashed {
  border: 1px dashed #111;
  background: none;
}
div#fd.es .btn.btn-stream-updates {
  font-size: 14px;
  width: 100%;
}
div#fd.es .btn-loading {
  position: relative;
  padding-left: 26px;
  text-indent: -9999px;
  min-width: 26px;
}
div#fd.es .btn-loading:before {
  position: absolute;
  margin-top: 3px;
  left: 6px;
  content: '';
  display: block;
  width: 16px;
  height: 11px;
  background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat;
}
div#fd.es .btn-loading.with-text {
  text-indent: 0;
}
div#fd.es .btn-es-primary.active,
div#fd.es .btn-es-warning.active,
div#fd.es .btn-es-danger.active,
div#fd.es .btn-es-success.active,
div#fd.es .btn-es-info.active,
div#fd.es .btn-es-inverse.active {
  color: rgba(255,255,255,0.75);
}
div#fd.es .btn-es-primary,
div#fd.es .btn-es-primary:focus {
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006DCC!important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#04C));
    background-image: -webkit-linear-gradient(top,#08C,#04C);
    background-image: linear-gradient(to bottom,#08C,#04C);
    background-repeat: repeat-x;
    border-color: #04C #04C #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
}
div#fd.es .btn-es-primary > a,
div#fd.es .btn-es-primary:focus > a {
  color: #fff;
}
div#fd.es .btn-es-success,
div#fd.es .btn-es-success:focus {
  color: #fff !important;
  border: 1px solid #4FA753 !important;
  background-image: -webkit-linear-gradient(top,#52BC57 0%,#4CB150 100%) !important;
  background-image: linear-gradient(to bottom,#52BC57 0%,#4CB150 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52bc57', endColorstr='#ff4cb150', GradientType=0) !important;
  background-position: 0;
}
div#fd.es .btn-es-warning,
div#fd.es .btn-es-warning:focus {
  color: #fff !important;
  border: 1px solid #DE7220 !important;
  background-image: -webkit-linear-gradient(top,#FF8323 0%,#FF7103 100%) !important;
  background-image: linear-gradient(to bottom,#FF8323 0%,#FF7103 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8323', endColorstr='#ffff7103', GradientType=0) !important;
  background-position: 0;
}
div#fd.es .btn-es-danger,
div#fd.es .btn-es-danger:focus {
  color: #fff !important;
  border: 1px solid #C8503B !important;
  background-image: -webkit-linear-gradient(top,#F14F4C 0%,#E83C38 100%) !important;
  background-image: linear-gradient(to bottom,#F14F4C 0%,#E83C38 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff14f4c', endColorstr='#ffe83c38', GradientType=0) !important;
  background-position: 0;
}
div#fd.es .btn-es-info,
div#fd.es .btn-es-info:focus {
  color: #fff !important;
  border: 1px solid #018AD1 !important;
  background-image: -webkit-linear-gradient(top,#28B6F6 0%,#028AD4 100%) !important;
  background-image: linear-gradient(to bottom,#28B6F6 0%,#028AD4 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff28b6f6', endColorstr='#ff028ad4', GradientType=0) !important;
  background-position: 0;
}
div#fd.es .btn-es-inverse,
div#fd.es .btn-es-inverse:focus {
  color: #fff !important;
  border: 1px solid #78909C !important;
  background-image: -webkit-linear-gradient(top,#78909C 0%,#728b98 100%) !important;
  background-image: linear-gradient(to bottom,#78909C 0%,#728b98 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78909c', endColorstr='#ff728b97', GradientType=0) !important;
  background-position: 0;
}
div#fd.es .btn-es:focus,
div#fd.es [class^="btn-es-"]:focus,
div#fd.es [class*=" btn-es-"]:focus {
  color: #fff;
}
div#fd.es .btn-es.btn-large [class^="icon-"],
div#fd.es .btn-es.btn-large [class*=" icon-"],
div#fd.es [class^="btn-es-"].btn-large [class^="icon-"],
div#fd.es [class^="btn-es-"].btn-large [class*=" icon-"],
div#fd.es [class*=" btn-es-"].btn-large [class^="icon-"],
div#fd.es [class*=" btn-es-"].btn-large [class*=" icon-"] {
  margin-top: 2px;
}
div#fd.es .btn-es.btn-small,
div#fd.es [class^="btn-es-"].btn-small,
div#fd.es [class*=" btn-es-"].btn-small {
  font-size: 12px;
}
div#fd.es .btn-es.btn-small [class^="icon-"],
div#fd.es .btn-es.btn-small [class*=" icon-"],
div#fd.es [class^="btn-es-"].btn-small [class^="icon-"],
div#fd.es [class^="btn-es-"].btn-small [class*=" icon-"],
div#fd.es [class*=" btn-es-"].btn-small [class^="icon-"],
div#fd.es [class*=" btn-es-"].btn-small [class*=" icon-"] {
  margin-top: 0;
}
div#fd.es .btn-es.btn-mini,
div#fd.es [class^="btn-es-"].btn-mini,
div#fd.es [class*=" btn-es-"].btn-mini {
  padding: 0 6px;
  font-size: 11px;
  border-radius: 2px;
}
div#fd.es .btn-es.btn-mini [class^="ies-"],
div#fd.es .btn-es.btn-mini [class*=" ies-"],
div#fd.es [class^="btn-es-"].btn-mini [class^="ies-"],
div#fd.es [class^="btn-es-"].btn-mini [class*=" ies-"],
div#fd.es [class*=" btn-es-"].btn-mini [class^="ies-"],
div#fd.es [class*=" btn-es-"].btn-mini [class*=" ies-"] {
  line-height: 11px;
}
div#fd.es .btn-es:focus {
  color: #333333;
}
div#fd.es .btn-action-friends .dropdown-menu {
  width: 180px;
  left: 0;
  top: 25px;
  z-index: 100;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-radius: 0 0 3px 3px;
}
div#fd.es .btn-action-friends .dropdown-menu .divider {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
div#fd.es .btn-es-social {
  border-radius: 10px;
  font-size: 11px;
  position: relative;
  white-space: pre-line;
}
div#fd.es .btn-es-facebook {
  color: #fff !important;
  background-color: #5692ce !important;
  border-color: #2b6cb3 !important;
}
div#fd.es .btn-es-facebook:hover,
div#fd.es .btn-es-facebook:focus,
div#fd.es .btn-es-facebook:active,
div#fd.es .btn-es-facebook.active,
.open .dropdown-toggle_div#fd.es .btn-es-facebook {
  color: #fff !important;
  background-color: #387ec3 !important;
  border-color: #1f4e82 !important;
}
div#fd.es .btn-es-facebook:active,
div#fd.es .btn-es-facebook.active,
.open .dropdown-toggle_div#fd.es .btn-es-facebook {
  background-image: none;
}
div#fd.es .btn-es-facebook.disabled,
div#fd.es .btn-es-facebook.disabled:hover,
div#fd.es .btn-es-facebook.disabled:focus,
div#fd.es .btn-es-facebook.disabled:active,
div#fd.es .btn-es-facebook.disabled.active,
div#fd.es .btn-es-facebook[disabled],
div#fd.es .btn-es-facebook[disabled]:hover,
div#fd.es .btn-es-facebook[disabled]:focus,
div#fd.es .btn-es-facebook[disabled]:active,
div#fd.es .btn-es-facebook[disabled].active,
fieldset[disabled] div#fd.es .btn-es-facebook,
fieldset[disabled] div#fd.es .btn-es-facebook:hover,
fieldset[disabled] div#fd.es .btn-es-facebook:focus,
fieldset[disabled] div#fd.es .btn-es-facebook:active,
fieldset[disabled] div#fd.es .btn-es-facebook.active {
  background-color: #5692ce !important;
  border-color: #2b6cb3 !important;
}
div#fd.es .btn-es-facebook .badge {
  color: #5692ce;
  background-color: #221E1D;
}
div#fd.es .btn-es-twitter {
  color: #fff !important;
  background-color: #61cef4 !important;
  border-color: #05b3f4 !important;
}
div#fd.es .btn-es-twitter:hover,
div#fd.es .btn-es-twitter:focus,
div#fd.es .btn-es-twitter:active,
div#fd.es .btn-es-twitter.active,
.open .dropdown-toggle_div#fd.es .btn-es-twitter {
  color: #fff !important;
  background-color: #3bc2f1 !important;
  border-color: #0487b8 !important;
}
div#fd.es .btn-es-twitter:active,
div#fd.es .btn-es-twitter.active,
.open .dropdown-toggle_div#fd.es .btn-es-twitter {
  background-image: none;
}
div#fd.es .btn-es-twitter.disabled,
div#fd.es .btn-es-twitter.disabled:hover,
div#fd.es .btn-es-twitter.disabled:focus,
div#fd.es .btn-es-twitter.disabled:active,
div#fd.es .btn-es-twitter.disabled.active,
div#fd.es .btn-es-twitter[disabled],
div#fd.es .btn-es-twitter[disabled]:hover,
div#fd.es .btn-es-twitter[disabled]:focus,
div#fd.es .btn-es-twitter[disabled]:active,
div#fd.es .btn-es-twitter[disabled].active,
fieldset[disabled] div#fd.es .btn-es-twitter,
fieldset[disabled] div#fd.es .btn-es-twitter:hover,
fieldset[disabled] div#fd.es .btn-es-twitter:focus,
fieldset[disabled] div#fd.es .btn-es-twitter:active,
fieldset[disabled] div#fd.es .btn-es-twitter.active {
  background-color: #61cef4 !important;
  border-color: #05b3f4 !important;
}
div#fd.es .btn-es-twitter .badge {
  color: #61cef4;
  background-color: #221E1D;
}
div#fd.es .btn-es-linkedin {
  color: #fff !important;
  background-color: #6cb3d3 !important;
  border-color: #4b97c3 !important;
}
div#fd.es .btn-es-linkedin:hover,
div#fd.es .btn-es-linkedin:focus,
div#fd.es .btn-es-linkedin:active,
div#fd.es .btn-es-linkedin.active,
.open .dropdown-toggle_div#fd.es .btn-es-linkedin {
  color: #fff !important;
  background-color: #4da3ca !important;
  border-color: #34769d !important;
}
div#fd.es .btn-es-linkedin:active,
div#fd.es .btn-es-linkedin.active,
.open .dropdown-toggle_div#fd.es .btn-es-linkedin {
  background-image: none;
}
div#fd.es .btn-es-linkedin.disabled,
div#fd.es .btn-es-linkedin.disabled:hover,
div#fd.es .btn-es-linkedin.disabled:focus,
div#fd.es .btn-es-linkedin.disabled:active,
div#fd.es .btn-es-linkedin.disabled.active,
div#fd.es .btn-es-linkedin[disabled],
div#fd.es .btn-es-linkedin[disabled]:hover,
div#fd.es .btn-es-linkedin[disabled]:focus,
div#fd.es .btn-es-linkedin[disabled]:active,
div#fd.es .btn-es-linkedin[disabled].active,
fieldset[disabled] div#fd.es .btn-es-linkedin,
fieldset[disabled] div#fd.es .btn-es-linkedin:hover,
fieldset[disabled] div#fd.es .btn-es-linkedin:focus,
fieldset[disabled] div#fd.es .btn-es-linkedin:active,
fieldset[disabled] div#fd.es .btn-es-linkedin.active {
  background-color: #6cb3d3 !important;
  border-color: #4b97c3 !important;
}
div#fd.es .btn-es-linkedin .badge {
  color: #6cb3d3;
  background-color: #221E1D;
}
div#fd.es .btn:focus {
  outline: none;
  outline-offset: 0;
  background-position: 0;
}
div#fd.es .btn-group-yesno {
  width: auto;
  min-width: 90px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  white-space: nowrap;
}
div#fd.es .btn-group-yesno .btn {
  float: left;
  background: #ddd;
  border: 1px solid #333;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
  font-size: 12px;
}
div#fd.es .btn-group-yesno .btn + .btn {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
div#fd.es .btn-group-yesno .btn.active {
  background: #221E1D;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div#fd.es .btn-group-yesno .btn.btn-yes.active {
  background: #428bca;
  border-color: #3071a9;
}
div#fd.es .btn-group-yesno .btn.btn-no.active {
  background: #d9534f;
  border-color: #c9302c;
}
div#fd.es .es-stepbar {
  z-index: 15px;
}
div#fd.es .es-stepbar .navbar-inner {
  padding: 10px 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
div#fd.es .es-stepbar .fd-nav {
  width: 100%;
  margin: 0 3px 0 0;
}
div#fd.es .es-stepbar .fd-nav > li {
  float: left;
  position: relative;
  z-index: 2;
  border: none;
}
div#fd.es .es-stepbar .fd-nav > li > a {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 !important;
  text-align: center;
  background: #d6d6d6;
  color: #888;
  text-shadow: none;
}
div#fd.es .es-stepbar .fd-nav > li > a .fa {
  display: none;
  line-height: 24px;
}
div#fd.es .es-stepbar .fd-nav > li > a .fa:before {
  font-size: 12px;
}
div#fd.es .es-stepbar .fd-nav > li > a .step-number {
  display: block;
}
div#fd.es .es-stepbar .fd-nav > li > a .step-desp {
  background: #333;
}
div#fd.es .es-stepbar .fd-nav > li > a:hover {
  background: #5c93cc;
  color: #fff;
}
div#fd.es .es-stepbar .fd-nav > li.active a {
  background: #5c93cc;
  color: #fff;
}
div#fd.es .es-stepbar .fd-nav > li.active.past a {
  background: #74b07a;
  color: #fff;
  text-shadow: none;
}
div#fd.es .es-stepbar .fd-nav > li.active.past .step-number {
  display: none;
}
div#fd.es .es-stepbar .fd-nav > li.active.past .fa {
  display: block;
}
div#fd.es .es-stepbar .fd-nav > li.last .fa {
  display: block;
}
div#fd.es .es-stepbar .fd-nav > li.last .step-number {
  display: none;
}
div#fd.es .es-stepbar .fd-nav > li.divider-vertical {
  width: 30px;
  height: 3px;
  background: #444;
  top: 10px;
  margin: 0 2px;
  position: relative;
}
div#fd.es .es-stepbar .fd-nav > li.divider-vertical.active {
  background: #5c93cc;
}
div#fd.es .es-stepbar .fd-nav > li.divider-vertical.active.past {
  background: #74b07a;
}
div#fd.es .es-stepbar .divider-vertical-last {
  width: 100%;
  height: 3px;
  float: right;
  position: relative;
  top: 10px;
  background: #444;
}
div#fd.es .es-stepbar .media-object.pull-left {
  margin-right: 0;
}
div#fd.es .es-stepbar .media-body {
  height: 20px;
}
div#fd.es .form-control:focus {
  border-color: #444;
  outline: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#fd.es legend {
display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 32px;
    border: 0;
    border-bottom: 1px solid #292929;
    color: #FFF9E5;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(255, 144, 0, 0.5);
    font-family: "Yanone Kaffeesatz", arial, tahoma !important;
}
div#fd.es label {
  font-size: 12px;
}
div#fd.es .form-group {
  position: relative;
}
div#fd.es .form-group .controls-error {
  display: none;
}
div#fd.es .form-group .controls-error .help-block {
  margin-bottom: 5px;
}
div#fd.es .form-group .text-note {
  color: #bbb !important;
}
div#fd.es .form-group .label {
  line-height: 18px;
}
div#fd.es [data-field-password-strength] {
  display: none;
}
div#fd.es [data-field-password-strength][class*=" password_strength_"] {
  display: inline;
}
div#fd.es .form-group.has-warning .help-block,
div#fd.es .form-group.has-warning .control-label,
div#fd.es .form-group.has-warning .radio,
div#fd.es .form-group.has-warning .checkbox,
div#fd.es .form-group.has-warning .radio-inline,
div#fd.es .form-group.has-warning .checkbox-inline {
  color: #8a6d3b;
}
div#fd.es .form-group.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
div#fd.es .form-group.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
div#fd.es .form-group.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
div#fd.es .form-group.has-error .help-block,
div#fd.es .form-group.has-error .control-label,
div#fd.es .form-group.has-error .radio,
div#fd.es .form-group.has-error .checkbox,
div#fd.es .form-group.has-error .radio-inline,
div#fd.es .form-group.has-error .checkbox-inline {
  color: #a94442;
}
div#fd.es .form-group.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
div#fd.es .form-group.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
div#fd.es .form-group.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
div#fd.es .form-group.has-error .controls-error {
  display: inline-block;
}
div#fd.es .has-success .help-block,
div#fd.es .has-success .control-label,
div#fd.es .has-success .radio,
div#fd.es .has-success .checkbox,
div#fd.es .has-success .radio-inline,
div#fd.es .has-success .checkbox-inline {
  color: #3c763d;
}
div#fd.es .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
div#fd.es .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
div#fd.es .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
div#fd.es .form-group.is-loading .controls-error {
  display: inline-block;
}
div#fd.es .es-terms-field,
div#fd.es .form-noresize {
  resize: none;
}
div#fd.es .form-actions {
  padding-left: 20px;
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #221E1D;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #333;
}
div#fd.es .form-actions:before,
div#fd.es .form-actions:after {
  content: " ";
  display: table;
}
div#fd.es .form-actions:after {
  clear: both;
}
div#fd.es .input-vertical {
  margin: 0;
}
div#fd.es .input-vertical > li {
  margin-bottom: 5px;
}
div#fd.es .es-forgotpass input[type="text"] {
  margin: 0;
}
div#fd.es .es-terms-field {
  height: 150px;
}
div#fd.es .mollom-group img {
  margin: 0 0 5px;
}
div#fd.es .mollom-group .mollom-wrap {
  border: 1px solid #111;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
}
div#fd.es .data-field-file-item {
  margin: 5px 0;
}
div#fd.es .data-field-file-item .file-wrap {
  display: inline-block;
}
div#fd.es .data-field-file-item .file-name {
  background: #F5F5F5;
  border: 1px dashed #111;
  border-radius: 3px 3px 3px 3px;
  padding: 4px 5px;
  display: inline-block;
}
div#fd.es .data-field-file-item .file-name .close {
  position: relative;
  font-size: 12px;
  top: -1px;
  margin-left: 10px;
}
div#fd.es .data-field-file-item .file-move {
  cursor: move;
  margin-right: 10px;
}
div#fd.es .data-field-file-item-drag {
  background: #F5F5F5;
  border: 1px dashed #111;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}
div#fd.es .alert.field-file-error {
  display: inline-block;
  height: 26px !important;
  line-height: 12px !important;
  margin: 0 0 3px !important;
  min-height: 26px;
  padding: 6px 25px 6px 30px !important;
}
div#fd.es .alert.field-file-error:before {
  top: 4px !important;
}
div#fd.es .alert.field-file-error .close {
  top: -2px !important;
  line-height: 13px;
}
div#fd.es .datepicker-wrap {
  position: relative;
  display: inline-block;
}
div#fd.es .datepicker-wrap:before {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  color: #888;
  margin-top: -6px;
  content: "\f073";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
div#fd.es .datepicker-wrap input {
  padding-right: 24px;
}
div#fd.es .datepicker-wrap + select + .chzn-container {
  margin-top: 10px;
}
div#fd.es .data-field-relationship {
  position: relative;
}
div#fd.es .data-relationship-display {
  position: relative;
  width: 300px;
}
div#fd.es .data-relationship-display[data-relationship-display-pending] {
  border: 1px solid #111;
  border-radius: 3px;
}
div#fd.es .data-relationship-display[data-relationship-display-pending] .data-relationship-display-actions {
  position: relative;
  right: auto;
  margin-top: 8px;
}
div#fd.es .data-relationship-display[data-relationship-display-confirm] .data-relationship-display-info {
  padding-top: 5px;
}
div#fd.es .data-relationship-display .label {
  margin-top: 5px;
}
div#fd.es .data-relationship-display .data-relationship-display-actions {
  position: absolute;
  top: 0px;
  right: 5px;
}
div#fd.es .data-relationship-display .data-relationship-display-actions a {
  color: #bbb;
}
div#fd.es .data-relationship-display .data-relationship-display-actions .btn-delete {
  border: 1px solid #111;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 5px;
  position: relative;
  top: 4px;
  border-radius: 3px;
  text-align: center;
  background: #221E1D;
}
div#fd.es .data-relationship-display .data-relationship-display-actions .btn-approve,
div#fd.es .data-relationship-display .data-relationship-display-actions .btn-reject {
  position: relative;
  font-size: 11px;
  padding: 4px 6px;
}
div#fd.es.w768 .data-relationship-display,
div#fd.es.w768 .data-relationship-form-target .media {
  width: 100%;
}
div#fd.es.w600 .data-relationship-display .data-relationship-display-actions .btn-delete,
div#fd.es.w600 .data-relationship-form-target .btn-delete {
  padding: 4px 8px;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
}
div#fd.es .data-relationship-display-type {
  position: relative;
}
div#fd.es .data-relationship-display-type .btn-delete {
  top: -2px;
  right: 0;
  position: absolute;
  color: #bbb;
}
div#fd.es .data-relationship-display-info {
  padding: 10px;
}
div#fd.es .data-relationship-display-info .media {
  margin-top: 5px;
}
div#fd.es .data-relationship-display-target img {
  width: 40px;
  height: 40px;
}
div#fd.es .data-relationship-form-target {
  position: relative;
  top: 5px;
  margin-bottom: 5px;
}
div#fd.es .data-relationship-form-target .media {
  width: 300px;
  position: relative;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #333;
  border-radius: 3px;
}
div#fd.es .data-relationship-form-target .media-object img {
  width: 40px;
  height: 40px;
}
div#fd.es .data-relationship-form-target .btn-delete {
  color: #bbb;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  border: 1px solid #333;
  display: block;
  width: 17px;
  height: 16px;
  font-size: 14px;
  line-height: 9px;
  padding: 1px 2px;
  border-radius: 3px;
}
div#fd.es [data-element="avatar"] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
div#fd.es .data-field-avatar .avatar-wrap-frame {
  width: 136px;
  height: 136px;
  padding: 4px;
  position: relative;
  border-radius: 3px;
}
div#fd.es .data-field-avatar .avatar-frame {
  background-size: cover;
  width: 128px;
  height: 128px;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}
div#fd.es .data-field-avatar .avatar-frame.avatar-frame-crop {
  background-size: contain;
  width: 100%;
  height: 130px;
}
div#fd.es .data-field-avatar .avatar-viewport {
  position: absolute;
}
div#fd.es .data-field-avatar .avatar-remove {
  position: absolute;
  top: 4px;
  right: 4px;
}
div#fd.es .data-field-avatar .avatar-remove a {
  color: #fff !important;
  background: #B2282A;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: center;
  border-radius: 2px;
}
div#fd.es .data-field-cover .cover-image-wrap {
  background: #eee;
  padding: 4px;
  position: relative;
  min-height: 50px;
  border-radius: 3px;
}
div#fd.es .data-field-cover .cover-image {
  background-size: cover;
  background-repeat: no-repeat;
}
div#fd.es .data-field-cover .cover-image.cover-move {
  cursor: move;
}
div#fd.es .data-field-cover .cover-remove {
  position: absolute;
  top: 4px;
  right: 4px;
}
div#fd.es .data-field-cover .cover-remove a {
  color: #fff !important;
  background: #B2282A;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: center;
  border-radius: 2px;
}
div#fd.es .data-field-textarea textarea {
  min-height: 100px;
}
div#fd.es .fields-config-param-choice {
  display: inline-block;
  vertical-align: middle;
}
div#fd.es .fields-config-param-choices {
  overflow-y: scroll;
  max-height: 330px;
  clear: both;
}
div#fd.es .fields-config-param-choices input[type='text'] {
  width: 33%;
}
div#fd.es .fields-config-param-choices .es-state-default,
div#fd.es .fields-config-param-choices .es-state-featured {
  position: relative;
}
div#fd.es .data-field-birthday-yearprivacy {
  border: 1px #d7d7d7 dashed;
  padding: 0 10px 10px 10px;
}
div#fd.es.w480 [data-field-datetime-day],
div#fd.es.w480 [data-field-datetime-month],
div#fd.es.w480 [data-field-datetime-year] {
  width: 100% !important;
  margin-bottom: 5px;
}
div#fd.es .data-field-datetime-yearprivacy {
  border: 1px #d7d7d7 dashed;
  padding: 0 10px 10px 10px;
}
div#fd.es .data-field-datetime-yearprivacy .es-title {
  font-size: 12px;
  margin: 5px 0;
}
div#fd.es .data-field-multitextbox-item + .data-field-multitextbox-item {
  margin-top: 10px;
}
div#fd.es .data-field-multitextbox-item .media-object {
  float: left;
}
div#fd.es .data-field-multitextbox-item .item-move {
  cursor: move;
  margin-right: 10px;
  position: relative;
  top: 0;
}
div#fd.es .data-field-multitextbox-item .btn-del {
  text-shadow: none;
  color: #777;
}
div#fd.es .data-field-multidropdown-item + .data-field-multidropdown-item {
  margin-top: 10px;
}
div#fd.es .data-field-multidropdown-item .media-object {
  float: left;
}
div#fd.es .data-field-multidropdown-item .item-move {
  cursor: move;
  margin-right: 10px;
  position: relative;
  top: 0;
}
div#fd.es .data-field-multidropdown-item select {
  width: 70%;
  display: inline;
}
div#fd.es .data-field-multidropdown-item .btn-del {
  margin-left: 10px;
  text-shadow: none;
  color: #777;
}
div#fd.es .data-field-address input.form-control.has-error,
div#fd.es .data-field-address select.form-control.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
div#fd.es .editor-wrap .btn {
  border: 1px solid #111;
}
div#fd.es .btn-file {
  position: relative;
  overflow: hidden;
}
div#fd.es .input-group input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
div#fd.es .mod-es-cta .es-splash-image {
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div#fd.es .mod-es-cta .es-cta-info {
  position: absolute;
  width: 55%;
  padding: 20px;
  z-index: 2;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
div#fd.es .mod-es-cta .es-cta-info h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin: 15px 0;
}
div#fd.es .mod-es-cta .es-cta-actions {
  position: absolute;
  left: 60%;
  text-align: center;
  z-index: 2;
}
div#fd.es .mod-es-cta .es-cta-form,
div#fd.es .mod-es-cta .es-cta-login {
  border: 1px solid #D6EEFC;
  background: #221E1D;
  padding: 15px;
  border-radius: 5px;
}
div#fd.es .mod-es-cta .btn-es-facebook {
  margin-bottom: 20px;
}
div#fd.es .mod-es-cta .es-cta-form + .es-cta-login {
  margin-top: 10px;
}
div#fd.es .es-field-datetime-group {
  text-align: center;
  display: table-cell;
}
div#fd.es .es-field-datetime-group select {
  width: 90%;
}
div#fd.es .es-field-datetime-form {
  box-shadow: none;
  padding: 0;
  display: table;
  width: 100%;
  padding: 6px 10px;
  position: relative;
}
div#fd.es .es-field-datetime-form.with-border {
  border: 1px solid #111;
}
div#fd.es .es-field-datetime-form.with-calendar {
  padding-right: 34px;
}
div#fd.es .es-field-datetime-form.has-datetime .es-field-datetime-remove-button {
  display: block;
}
div#fd.es .es-field-datetime-form .es-field-datetime-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
div#fd.es .es-field-datetime-form .es-field-datetime-buttons > * {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  float: right;
  color: #666;
  position: relative;
}
div#fd.es .es-field-datetime-form .es-field-datetime-buttons > *:hover {
  color: #5580BE;
}
div#fd.es .es-field-datetime-form .es-field-datetime-remove-button {
  display: none;
}
div#fd.es .es-field-datetime-form .es-field-datetime-remove-button i {
  font-size: 8px;
  position: relative;
  top: -1px;
}
div#fd.es .es-field-datetime-form .es-field-datetime-textbox {
  display: block;
  padding: 0 0 0 20px;
  width: 100%;
}
div#fd.es .es-field-datetime-form .es-field-datetime-textbox i {
  position: absolute;
  line-height: 32px;
  width: 32px;
  text-align: center;
  top: 0;
  left: 0;
}
div#fd.es .es-field-datetime-form .es-field-datetime-textbox input {
  width: 100%;
  padding: 0;
  height: 22px !important;
  line-height: 22px !important;
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0 !important;
}
div#fd.es .es-field-startend-wrap {
  border: 1px solid #E9E9E9;
  padding: 5px;
}
div#fd.es .es-field-startend-wrap .es-field-startend-legend {
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px 5px;
}
div#fd.es .es-field-box {
  border: 1px solid #444;
  padding: 5px;
  border-radius: 4px;
}
div#fd.es .es-field-box .es-field-box-header {
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px 5px;
}
div#fd.es [data-picker-toggle],
div#fd.es [data-recurring-end-toggle] {
  cursor: pointer;
}
div#fd.es .es-recurring-select,
div#fd.es .es-recurring-daily-list {
  width: 50%;
}
div#fd.es.w320 .es-recurring-select,
div#fd.es.w320 .es-recurring-daily-list {
  width: 100%;
}
div#fd.es .es-recurring-daily-list {
  border: 1px solid #111;
  padding: 0 10px 10px;
}
div#fd.es .es-form-loading {
  background-image: url('../../../../../media/com_easysocial/images/loading.gif') !important;
  background-repeat: no-repeat !important;
}
div#fd.es input.es-form-loading {
  background-position: right 10px center !important;
}
div#fd.es textarea.es-form-loading {
  background-position: right 10px top 10px !important;
}
div#fd.es .es-recur-action-text {
  position: relative;
  left: 60%;
  width: 40%;
}
div#fd.es.w480 .es-recur-action-text {
  left: 5%;
  width: 100%;
}
div#fd.es.w480 .btn-edit-save + .btn-edit-save {
  margin-bottom: 10px;
}
@media (max-width: 369px) {
  div#fd.es [data-field-recaptcha] {
    transform: scale(0.86);
    transform-origin: 0;
    -webkit-transform: scale(0.86);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
div#fd.es .sentence.has-data .words > span.with-data {
  display: inline-block;
}
div#fd.es .sentence.has-data .words > span.without-data {
  display: none !important;
}
div#fd.es .words {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
div#fd.es .words +.words {
  border-left: 1px solid #ccc;
  padding-left: 4px;
}
div#fd.es .words +.words .has-data {
  border-left: none;
}
div#fd.es .words > span:hover {
  color: #428bca;
  text-decoration: underline;
}
div#fd.es .words > span.with-data {
  display: none;
}
div#fd.es .words > span.without-data {
  display: inline-block;
  color: #428bca;
}
div#fd.es .words.open > span {
  color: #428bca;
  text-decoration: underline;
}
div#fd.es .words.has-data > span.with-data {
  display: inline-block;
}
div#fd.es .words.has-data > span.without-data {
  display: none !important;
}
div#fd.es .dropup,
div#fd.es .dropdown_ {
  position: relative;
}
div#fd.es .dropdown-toggle_ {
  *margin-bottom: -3px;
}
div#fd.es .dropdown-toggle_:active,
div#fd.es .open .dropdown-toggle_ {
  outline: 0;
}
div#fd.es .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #221E1D;
  border: 1px solid #333;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div#fd.es .dropdown-menu * {
  font-family: 'Droid Sans', Sans-Serif;
  text-transform:none;
  font-size: 11px !important;
}
div#fd.es .dropdown-menu li {
  float: none;
  border: none;
}
div#fd.es .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
div#fd.es .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #444;
}
div#fd.es .dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #ccc;
  white-space: nowrap;
}
div#fd.es .dropdown-menu li > h5 {
  color: #666;
}
div#fd.es .dropdown-menu .modal-footer {
  padding: 10px 15px 11px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #111;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
div#fd.es .dropdown-menu .modal-footer:before,
div#fd.es .dropdown-menu .modal-footer:after {
  content: " ";
  display: table;
}
div#fd.es .dropdown-menu .modal-footer:after {
  clear: both;
}
div#fd.es .dropdown-menu .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
div#fd.es .dropdown-menu .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
div#fd.es .dropdown-menu .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
div#fd.es .dropdown-menu > li > a:hover,
div#fd.es .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #eee;
  background-color: #444;
}
div#fd.es .dropdown-menu .active > a,
div#fd.es .dropdown-menu .active > a:hover {
	color: #eee;
    text-decoration: none;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#3a3a3a 0%,#2d2d2d 100%);
    background-image: linear-gradient(to bottom,#3a3a3a 0%,#2d2d2d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3a3a', endColorstr='#ff2d2d2d', GradientType=0); 
}
div#fd.es .dropdown-menu .disabled > a,
div#fd.es .dropdown-menu .disabled > a:hover {
  color: #999999;
}
div#fd.es .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
div#fd.es .open {
  *z-index: 1000;
}
div#fd.es .open > .dropdown-menu {
  display: block;
}
div#fd.es .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
div#fd.es .dropup .caret,
div#fd.es .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
div#fd.es .dropup .dropdown-menu,
div#fd.es .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
div#fd.es .dropdown-submenu {
  position: relative;
}
div#fd.es .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
div#fd.es .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
div#fd.es .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
div#fd.es .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
div#fd.es .dropdown-submenu:hover > a:after {
  border-left-color: #333333;
}
div#fd.es .dropdown-submenu.pull-left {
  float: none;
}
div#fd.es .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
div#fd.es .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
div#fd.es .typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 3px;
}
div#fd.es .dropdown-arrow-topleft {
  margin-top: 10px;
}
div#fd.es .dropdown-arrow-topleft:after,
div#fd.es .dropdown-arrow-topleft:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .dropdown-arrow-topleft:after {
  bottom: 100%;
  left: 21px;
  right: auto1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #221E1D;
}
div#fd.es .dropdown-arrow-topleft:before {
  bottom: 100%;
  left: 20px;
  right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: rgba(0,0,0,0.2);
}
div#fd.es .dropdown-arrow-topright {
  margin-top: 10px;
}
div#fd.es .dropdown-arrow-topright:after,
div#fd.es .dropdown-arrow-topright:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .dropdown-arrow-topright:after {
  bottom: 100%;
  left: auto1;
  right: 21px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #221E1D;
}
div#fd.es .dropdown-arrow-topright:before {
  bottom: 100%;
  left: auto;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: #221E1D;
}
div#fd.es .dropdown-arrow-topcenter {
  margin-top: 10px;
}
div#fd.es .dropdown-arrow-topcenter:after,
div#fd.es .dropdown-arrow-topcenter:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .dropdown-arrow-topcenter:after {
  bottom: 100%;
  left: 51%;
  right: auto1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #221E1D;
}
div#fd.es .dropdown-arrow-topcenter:before {
  bottom: 100%;
  left: 50%;
  right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: rgba(0,0,0,0.2);
}
div#fd.es .dropdown-arrow-topcenter:before {
  margin-left: -9px;
}
div#fd.es .dropdown-arrow-topcenter:after {
  margin-left: -8px;
  left: 50%;
}
div#fd.es .dropdown-menu .divider {
  background: #333;
}
div#fd.es .dropdown-menu-modal {
  width: 450px;
  padding: 0;
}
div#fd.es .dropdown-menu-modal [class*=" modal-"],
div#fd.es .dropdown-menu-modal [class^="modal-"] {
  border: 0;
}
div#fd.es .tab-content {
  overflow: visible;
}
div#fd.es .nav-tabs > li a {
  font-size: 12px;
}
div#fd.es .tab-box {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 20px;
  font-size: 12px;
}
div#fd.es .tab-box label {
  font-size: 12px;
}
div#fd.es .tab-box .nav-tabs {
  padding-top: 0px;
  margin: 0px;
}
div#fd.es .tab-box .nav-tabs > li {
  margin: 5px 0 -1px 5px;
}
div#fd.es .tab-box .nav-tabs > li a {
  padding-left: 8px;
  padding-right: 8px;
}
div#fd.es .tab-box .tab-content {
  padding: 10px 18px 20px;
  border: none;
}
div#fd.es .tab-box .tabs-left {
  overflow: hidden;
}
div#fd.es .tab-box .tabs-left .nav-tabs {
  height: 2500px;
  margin-bottom: -9999px;
  border-right: 1px solid #cccccc;
}
div#fd.es .tab-box .tabs-left .nav-tabs > li {
  margin-top: 15px;
}
div#fd.es .tab-box .tabs-left .nav-tabs > li a {
  border-color: #cccccc transparent #cccccc #cccccc;
}
div#fd.es .tab-box .tabs-left .nav-tabs > li a:hover {
  border-color: #cccccc #dedede #cccccc #cccccc;
}
div#fd.es .tab-box .tabs-left .nav-tabs > li.active a:hover {
  border-color: #d7d7d7 #fff #d7d7d7 #d7d7d7;
}
div#fd.es .tab-box .tabs-left .tab-content {
  min-height: 380px;
}
div#fd.es .tab-box.tab-box-alt {
  background: #f5f5f5;
}
div#fd.es .tab-box.tab-box-alt .tab-content {
  margin: 0px auto 1px;
  padding-top: 20px;
  background: white;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs {
  padding: 0;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li {
  margin: -1px 0 -1px -3px;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li:first-child a:before {
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: '';
  background: #ddd;
  width: 1px;
  height: 1px;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li a {
  padding: 8px 8px 3px;
  border: 1px solid #DDD;
  border-top: 3px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  border-radius: 0;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li a [class^="icon-jar"],
div#fd.es .tab-box.tab-box-alt .nav-tabs > li a [class*=" icon-jar"] {
  margin-top: 12px;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li a:hover {
  border-radius: 4px 4px 0 0;
  border: 1px solid #DDD;
  border-top: 3px solid #ddd;
  background: white;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li:first-child {
  margin-left: -1px;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li.active a {
  border-top: 3px solid #7cc110;
  border-radius: 4px 4px 0 0;
}
div#fd.es .tab-box.tab-box-alt .nav-tabs > li.active a:hover {
  border-bottom: 1px solid transparent;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs {
  display: table-cell;
  border: none;
  border-right: 1px solid #ddd;
  vertical-align: top;
  padding-top: 10px;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs > li,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs > li {
  float: none;
  margin: 0 -3px 0 0;
  border-top: 1px solid #ddd;
  min-width: 180px;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs > li:last-child,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs > li:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs > li a,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs > li a {
  border: none;
  border-right: 1px solid #ddd;
  padding: 10px 0 10px 20px;
  text-align: left;
  border-radius: 0;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs > li.active a,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs > li.active a {
  border: none;
  border-left: 3px solid #7CC110;
}
div#fd.es .tab-box.tab-box-sidenav > .nav-tabs > li.error a,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .nav-tabs > li.error a {
  border-left: 3px solid #BE1F23;
  background: #ffe5e6;
}
div#fd.es .tab-box.tab-box-sidenav > .tab-content,
div#fd.es .tab-box.tab-box-sidenav > .tabbable > .tab-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-top: 10px;
  position: relative;
}
div#fd.es .tab-box.tab-box-dark {
  overflow: hidden;
  background: #343c3f;
  border-radius: 1px;
}
div#fd.es .tab-box.tab-box-dark .tab-header {
  background: #f5f5f5;
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
}
div#fd.es .tab-box.tab-box-dark .tab-header:before,
div#fd.es .tab-box.tab-box-dark .tab-header:after {
  content: " ";
  display: table;
}
div#fd.es .tab-box.tab-box-dark .tab-header:after {
  clear: both;
}
div#fd.es .tab-box.tab-box-dark .tab-header select {
  width: auto;
}
div#fd.es .tab-box.tab-box-dark .tab-header .btn {
  font-size: 12px;
  height: 28px;
}
div#fd.es .tab-box.tab-box-dark .tab-header .btn i {
  font-size: 11px;
  line-height: 18px;
  margin-right: 3px;
}
div#fd.es .tab-box.tab-box-dark .tab-header .tab-pane {
  display: none;
}
div#fd.es .tab-box.tab-box-dark .tab-content {
  background: white;
}
div#fd.es .tab-box.tab-box-dark .tab-content.vertical-line:before {
  left: 25%;
}
div#fd.es .tab-box.tab-box-dark .nav-tabs {
  border-bottom: 1px solid #f5f5f5;
}
div#fd.es .tab-box.tab-box-dark .nav-tabs > li {
  margin: 8px 0 0px 6px;
}
div#fd.es .tab-box.tab-box-dark .nav-tabs > li a {
  background-image: -webkit-linear-gradient(top,#575b5e 0%,#3d444a 100%);
  background-image: linear-gradient(to bottom,#575b5e 0%,#3d444a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575b5e', endColorstr='#ff3d444a', GradientType=0);
  color: white;
  padding: 5px 14px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3);
  box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3);
}
div#fd.es .tab-box.tab-box-dark .nav-tabs > li a:hover {
  border: 1px solid transparent;
}
div#fd.es .tab-box.tab-box-dark .nav-tabs > li.active a {
  padding: 5px 14px;
  color: #333;
  background: #f5f5f5;
}
div#fd.es .tab-pills > li a {
  outline: none;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
  border-radius: 10px;
  padding: 3px 8px;
}
div#fd.es .tab-pills > li a.active {
  outline: none;
  border: 1px solid #ddd;
}
div#fd.es .tab-pills > li + li {
  border-left: 1px dotted #ddd;
  padding-left: 4px;
}
div#fd.es .login-box-title {
    text-align: center;
    line-height: 34px;
    font-size: 22px!important;
    margin-top: 0!important;
    font-family: "Yanone Kaffeesatz", arial, tahoma !important;
    font-weight: 100!important;
    color: #FFF9E5;
}
div#fd.es .es-login-box {
    border-radius: 3px;
    padding: 10px;
    position: relative;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;
}
div#fd.es .es-login-box .modal-body {
  max-height: 440px !important;
}
div#fd.es .es-login-box:before {
  content: '';
  width: 2px;
  position: absolute;
  background-color: rgba(0,0,0,0.04);
  left: 50%;
  top: 0px;
  bottom: 0;
}
div#fd.es .es-login-box.es-login-box-dialog {
  border: 0;
  padding-top: 0;
}
div#fd.es .es-login-box legend {
  text-align: center;
}
div#fd.es .es-login-box hr {
  border-bottom: none;
}
div#fd.es .es-login-box .es-signin-social p {
  margin-top: 20px;
}
div#fd.es .es-login-box .es-signin-social .line {
  position: relative;
}
div#fd.es .es-login-box .es-signin-social .line:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 1px;
}
div#fd.es .es-login-box .es-signin-social .line strong {
  padding: 0 6px;
  position: relative;
  z-index: 2;
}
div#fd.es .es-login-box .es-signin-social .text-error,
div#fd.es .es-login-box .es-signin-social .text-error a {
  color: #B94A48;
}
div#fd.es .es-login-box .btn-register {
  display: block;
  width: 100%;
}
div#fd.es .es-login-box .register-field + .btn-register {
  display: inline-block;
  width: auto;
}
div#fd.es .es-login-box .login-column {
    padding: 10px;
}
div#fd.es .es-login-box .register-column.simple-register {
  background: url('/images/bg/register_bg.png') no-repeat bottom right;
  padding: 10px;
}
body div#fd.es .es-login-box .register-column.simple-register .register-button {
    margin-top: 133px;
}
div#fd.es .es-login-box .register-wrap.is-empty {
  padding-top: 90px;
}
div#fd.es .w768.es-login-box .col-md-6 {
  width: 50%;
  float: left;
}
div#fd.es .w768.es-login-box .form-control {
  display: inline-block;
}
div#fd.es .w600.es-login-box .col-md-6 {
  width: 100%;
  margin-left: 0;
}
div#fd.es .w600.es-login-box .modal-es-register {
  padding-top: 10px;
  padding-bottom: 10px;
}
div#fd.es .w600.es-login-box:before {
  display: none;
}
div#fd.es .w600.es-login-box .register-wrap.is-empty {
  padding-top: 10px;
}
div#fd.es .w480.es-login-box .form-control {
  display: block;
  width: 100% !important;
}
div#fd.es .w480.es-login-box .form-control + .form-control {
  margin-top: 15px;
}
div#fd.es .es-item-grid {
  width: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  clear: none;
  float: none;
  list-style: none;
  list-style-image: none;
  overflow: visible;
}
div#fd.es .es-item-grid:before,
div#fd.es .es-item-grid:after {
  display: none;
}
div#fd.es .es-item-grid:before,
div#fd.es .es-item-grid:after {
  content: " ";
  display: table;
}
div#fd.es .es-item-grid:after {
  clear: both;
}
div#fd.es .es-item-grid > li {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  clear: none;
  float: none;
  list-style: none;
  list-style-image: none;
  overflow: visible;
  margin-bottom: 10px;
}
div#fd.es .es-item-grid > li:before,
div#fd.es .es-item-grid > li:after {
  content: " ";
  display: table;
}
div#fd.es .es-item-grid > li:after {
  clear: both;
}
div#fd.es .es-item-grid > li:before,
div#fd.es .es-item-grid > li:after {
  display: none;
}
div#fd.es .es-item-list {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  clear: none;
  float: none;
  list-style: none;
  list-style-image: none;
  overflow: visible;
  display: block;
  list-style: none outside none;
}
div#fd.es .es-item-list:before,
div#fd.es .es-item-list:after {
  display: none;
}
div#fd.es .es-item-list > li {
  position: relative;
}
div#fd.es .es-item-grid {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  line-height: normal;
}
div#fd.es .es-item-grid > li {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  clear: none;
  float: none;
  list-style: none;
  list-style-image: none;
  overflow: visible;
  float: left;
  position: relative;
  margin-right: 1%;
}
div#fd.es .es-item-grid > li:before,
div#fd.es .es-item-grid > li:after {
  display: none;
}
div#fd.es .es-item-grid.es-item-grid_1col > li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
div#fd.es .es-item-grid.es-item-grid_1col > li:before,
div#fd.es .es-item-grid.es-item-grid_1col > li:after {
  content: " ";
  display: table;
}
div#fd.es .es-item-grid.es-item-grid_1col > li:after {
  clear: both;
}
div#fd.es .es-item {
  border: 1px solid #111;
  border-radius: 3px;
  padding: 10px;
  background: #221E1D;
  background: rgba(0, 0, 0, 0.3); 
}
div#fd.es .es-item:before,
div#fd.es .es-item:after {
  content: " ";
  display: table;
}
div#fd.es .es-item:after {
  clear: both;
}
div#fd.es .es-item .es-item-title {
  font-weight: bold;
  white-space: normal;
}
div#fd.es .es-item .es-item-body {
  margin-left: 50px;
}
div#fd.es .es-item .es-item-body:before,
div#fd.es .es-item .es-item-body:after {
  content: " ";
  display: table;
}
div#fd.es .es-item .es-item-body:after {
  clear: both;
}
div#fd.es .es-item.es-item-borderless {
  border: none;
}
div#fd.es .es-avatar-list {
  margin: 0;
  padding: 0;
}
div#fd.es .es-avatar-list:before,
div#fd.es .es-avatar-list:after {
  content: " ";
  display: table;
}
div#fd.es .es-avatar-list:after {
  clear: both;
}
div#fd.es .es-avatar-list > li {
  margin-top: 10px;
  display: inline-block;
}
div#fd.es .es-avatar-list > li .es-avatar img {
  background: none;
}
div#fd.es .es-avatar-list > li.active .es-avatar {
  border: 2px solid #5b93ce;
}
div#fd.es .es-avatar-list > li.active .es-avatar img {
  border: 2px solid #333;
}
div#fd.es .es-avatar-adduser > li {
  width: 48%;
  border: 1px solid #111;
  vertical-align: top;
  padding: 5px 0;
}
div#fd.es .es-avatar-adduser > li:nth-child(even) {
  margin-left: 1%;
}
div#fd.es .es-cover-list:before,
div#fd.es .es-cover-list:after {
  content: " ";
  display: table;
}
div#fd.es .es-cover-list:after {
  clear: both;
}
div#fd.es .es-cover-list > li {
  margin-top: 10px;
  display: inline-block;
}
div#fd.es .es-cover-list > li .es-cover {
  border: 2px solid #d7d7d7;
}
div#fd.es .es-cover-list > li .es-cover img {
  border: 2px solid white;
}
div#fd.es .es-cover-list > li.active .es-cover {
  border: 2px solid #5b93ce;
}
div#fd.es .es-cover-list > li.active .es-cover img {
  border: 2px solid white;
}
div#fd.es .list-media {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#fd.es .list-media .media {
  margin: 0;
}
div#fd.es .list-media >li +li {
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-top: 10px;
}
div#fd.es .list-media .media-object {
  margin: 0 15px 0 0;
  position: relative;
}
div#fd.es .list-media .media-object img {
  width: 64px;
  height: auto;
}
div#fd.es .list-media .media-name {
  font-weight: bold;
  font-size: 14px;
}
div#fd.es .list-media .media-name .label {
  vertical-align: text-top;
  font-size: 10px;
  line-height: 18px;
  padding: 2px 4px;
}
div#fd.es .list-media .media-meta {
  font-size: 11px;
}
div#fd.es .list-media .media-meta >span +span {
  margin: 0 0 0 15px;
}
div#fd.es .list-media .media-featured-label {
  line-height: 16px;
  display: inline-block;
}
div#fd.es .list-media-footer {
  background: #F8F9FB;
  padding: 10px 15px;
}
div#fd.es .list-media-footer .es-rsvp-text {
  padding: 5px;
}
div#fd.es .list-media-footer nav .btn + .btn {
  margin-left: 10px;
}
div#fd.es .es-list-vertical-divider >:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dotted #444;
}
div#fd.es .es-list-vertical-divider > span,
div#fd.es .es-list-vertical-divider > div {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
div#fd.es .es-list-vertical-divider .fa-film {
  position: relative;
  top: -1px;
}
div#fd.es .es-privacy {
  position: relative;
}
div#fd.es .es-privacy.solid .es-privacy-toggle,
div#fd.es .es-privacy:hover .es-privacy-toggle {
  color: #858585 !important !important;
  background-color: #fff !important !important;
  border-color: #d7d7d7 !important !important;
}
div#fd.es .es-privacy.solid .es-privacy-toggle:hover,
div#fd.es .es-privacy.solid .es-privacy-toggle:focus,
div#fd.es .es-privacy.solid .es-privacy-toggle:active,
div#fd.es .es-privacy.solid .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es .es-privacy.solid .es-privacy-toggle,
div#fd.es .es-privacy:hover .es-privacy-toggle:hover,
div#fd.es .es-privacy:hover .es-privacy-toggle:focus,
div#fd.es .es-privacy:hover .es-privacy-toggle:active,
div#fd.es .es-privacy:hover .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es .es-privacy:hover .es-privacy-toggle {
  color: #858585 !important;
  background-color: #ebebeb !important;
  border-color: #b8b8b8 !important;
}
div#fd.es .es-privacy.solid .es-privacy-toggle:active,
div#fd.es .es-privacy.solid .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es .es-privacy.solid .es-privacy-toggle,
div#fd.es .es-privacy:hover .es-privacy-toggle:active,
div#fd.es .es-privacy:hover .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es .es-privacy:hover .es-privacy-toggle {
  background-image: none;
}
div#fd.es .es-privacy.solid .es-privacy-toggle.disabled,
div#fd.es .es-privacy.solid .es-privacy-toggle.disabled:hover,
div#fd.es .es-privacy.solid .es-privacy-toggle.disabled:focus,
div#fd.es .es-privacy.solid .es-privacy-toggle.disabled:active,
div#fd.es .es-privacy.solid .es-privacy-toggle.disabled.active,
div#fd.es .es-privacy.solid .es-privacy-toggle[disabled],
div#fd.es .es-privacy.solid .es-privacy-toggle[disabled]:hover,
div#fd.es .es-privacy.solid .es-privacy-toggle[disabled]:focus,
div#fd.es .es-privacy.solid .es-privacy-toggle[disabled]:active,
div#fd.es .es-privacy.solid .es-privacy-toggle[disabled].active,
fieldset[disabled] div#fd.es .es-privacy.solid .es-privacy-toggle,
fieldset[disabled] div#fd.es .es-privacy.solid .es-privacy-toggle:hover,
fieldset[disabled] div#fd.es .es-privacy.solid .es-privacy-toggle:focus,
fieldset[disabled] div#fd.es .es-privacy.solid .es-privacy-toggle:active,
fieldset[disabled] div#fd.es .es-privacy.solid .es-privacy-toggle.active,
div#fd.es .es-privacy:hover .es-privacy-toggle.disabled,
div#fd.es .es-privacy:hover .es-privacy-toggle.disabled:hover,
div#fd.es .es-privacy:hover .es-privacy-toggle.disabled:focus,
div#fd.es .es-privacy:hover .es-privacy-toggle.disabled:active,
div#fd.es .es-privacy:hover .es-privacy-toggle.disabled.active,
div#fd.es .es-privacy:hover .es-privacy-toggle[disabled],
div#fd.es .es-privacy:hover .es-privacy-toggle[disabled]:hover,
div#fd.es .es-privacy:hover .es-privacy-toggle[disabled]:focus,
div#fd.es .es-privacy:hover .es-privacy-toggle[disabled]:active,
div#fd.es .es-privacy:hover .es-privacy-toggle[disabled].active,
fieldset[disabled] div#fd.es .es-privacy:hover .es-privacy-toggle,
fieldset[disabled] div#fd.es .es-privacy:hover .es-privacy-toggle:hover,
fieldset[disabled] div#fd.es .es-privacy:hover .es-privacy-toggle:focus,
fieldset[disabled] div#fd.es .es-privacy:hover .es-privacy-toggle:active,
fieldset[disabled] div#fd.es .es-privacy:hover .es-privacy-toggle.active {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
div#fd.es .es-privacy.solid .es-privacy-toggle .badge,
div#fd.es .es-privacy:hover .es-privacy-toggle .badge {
  color: #fff;
  background-color: #221E1D;
}
div#fd.es .es-privacy.solid .es-privacy-toggle .caret,
div#fd.es .es-privacy:hover .es-privacy-toggle .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es .es-privacy .es-privacy-toggle-label {
  color: #858585;
  height: 24px;
  padding: 0 4px 0;
  background: none;
  line-height: 24px;
}
div#fd.es .es-privacy .es-privacy-toggle-label [class^="ies-"],
div#fd.es .es-privacy .es-privacy-toggle-label [class*=" ies-"] {
  font-size: 13px;
  position: relative;
  top: 3px;
}
div#fd.es .es-privacy .es-privacy-toggle {
  color: #858585 !important;
  border: 1px solid rgba(0,0,0,0) !important;
  height: 24px;
  padding: 0 3px 0;
  background: none !important;
  border: 1px solid transparent;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#fd.es .es-privacy .es-privacy-toggle [class^="ies-"],
div#fd.es .es-privacy .es-privacy-toggle [class*=" ies-"] {
  font-size: 13px;
}
div#fd.es .es-privacy .es-privacy-toggle .caret {
  position: relative;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  border-top: 4px solid #221E1D;
}
div#fd.es .es-privacy .es-privacy-menu {
  display: none;
  margin-top: 8px;
  padding: 3px 0;
  left: auto;
  right: 0;
  position: absolute;
  border: 1px solid #221E1D;
}
div#fd.es .es-privacy .es-privacy-menu:after,
div#fd.es .es-privacy .es-privacy-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .es-privacy .es-privacy-menu:after {
  bottom: 100%;
  left: auto1;
  right: 11px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #221E1D;
}
div#fd.es .es-privacy .es-privacy-menu:before {
  bottom: 100%;
  left: auto;
  right: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: #221E1D;
}
div#fd.es .es-privacy .es-privacy-menu li.active a {
  color: #eee;
}
div#fd.es .es-privacy .es-privacy-menu a {
  color: #858585;
  font-size: 11px;
}
div#fd.es .es-privacy .es-privacy-menu a:hover {
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
}
div#fd.es .es-privacy .es-privacy-menu [class^="ies-"],
div#fd.es .es-privacy .es-privacy-menu [class*=" ies-"] {
  font-size: 12px;
}
div#fd.es .es-privacy .es-privacy-menu .divider {
  border-bottom: 1px solid #333;
}
div#fd.es .es-privacy .es-privacy-custom-form {
  padding: 10px;
  width: 300px;
}
div#fd.es .es-privacy .es-privacy-custom-form .btn {
  float: right;
  margin-left: 5px;
}
div#fd.es .es-privacy.active .es-privacy-toggle .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es .es-privacy.active .es-privacy-menu {
  display: block;
}
div#fd.es .es-privacy.active .es-privacy-custom-form {
  display: none;
}
div#fd.es .es-privacy.active .es-privacy-custom-form > div {
  white-space: normal;
}
div#fd.es .es-privacy.active.custom-privacy .es-privacy-menu {
  display: none;
}
div#fd.es .es-privacy.active.custom-privacy .es-privacy-custom-form {
  display: block;
}
div#fd.es.es-profile .es-privacy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
div#fd.es .es-stream .es-privacy {
  display: inline;
  position: relative;
  top: -2px;
  left: -4px;
}
div#fd.es .data-field-datetime-yearprivacy .es-privacy {
  position: relative;
  top: 2px !important;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle {
  color: #858585 !important !important;
  background-color: #fff !important !important;
  border-color: #d7d7d7 !important !important;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle:hover,
div#fd.es.w480 .es-privacy .es-privacy-toggle:focus,
div#fd.es.w480 .es-privacy .es-privacy-toggle:active,
div#fd.es.w480 .es-privacy .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es.w480 .es-privacy .es-privacy-toggle {
  color: #858585 !important;
  background-color: #ebebeb !important;
  border-color: #b8b8b8 !important;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle:active,
div#fd.es.w480 .es-privacy .es-privacy-toggle.active,
.open .dropdown-toggle_div#fd.es.w480 .es-privacy .es-privacy-toggle {
  background-image: none;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle.disabled,
div#fd.es.w480 .es-privacy .es-privacy-toggle.disabled:hover,
div#fd.es.w480 .es-privacy .es-privacy-toggle.disabled:focus,
div#fd.es.w480 .es-privacy .es-privacy-toggle.disabled:active,
div#fd.es.w480 .es-privacy .es-privacy-toggle.disabled.active,
div#fd.es.w480 .es-privacy .es-privacy-toggle[disabled],
div#fd.es.w480 .es-privacy .es-privacy-toggle[disabled]:hover,
div#fd.es.w480 .es-privacy .es-privacy-toggle[disabled]:focus,
div#fd.es.w480 .es-privacy .es-privacy-toggle[disabled]:active,
div#fd.es.w480 .es-privacy .es-privacy-toggle[disabled].active,
fieldset[disabled] div#fd.es.w480 .es-privacy .es-privacy-toggle,
fieldset[disabled] div#fd.es.w480 .es-privacy .es-privacy-toggle:hover,
fieldset[disabled] div#fd.es.w480 .es-privacy .es-privacy-toggle:focus,
fieldset[disabled] div#fd.es.w480 .es-privacy .es-privacy-toggle:active,
fieldset[disabled] div#fd.es.w480 .es-privacy .es-privacy-toggle.active {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle .badge {
  color: #fff;
  background-color: #221E1D;
}
div#fd.es.w480 .es-privacy .es-privacy-toggle .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es .loader {
  background-image: url("../../../../../media/com_easysocial/images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 20px;
}
div#fd.es .loading-indicator {
  display: none;
  background: url("../../../../../media/com_easysocial/images/loading.gif") center no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
div#fd.es .loading .loading-indicator {
  display: block;
}
div#fd.es .es-reports .es-report {
  display: block;
  clear: both;
}
div#fd.es .es-reports .es-report:before,
div#fd.es .es-reports .es-report:after {
  content: " ";
  display: table;
}
div#fd.es .es-reports .es-report:after {
  clear: both;
}
div#fd.es .es-reports .es-report + .es-report {
  margin-top: 30px;
}
div#fd.es .es-reports .es-report .es-report-msg {
  clear: both;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 16px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,#fdfae7 0%,#faf3d6 100%);
  background-image: linear-gradient(to bottom,#fdfae7 0%,#faf3d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfae7', endColorstr='#fffaf3d6', GradientType=0);
}
div#fd.es .es-reports .es-report .es-report-msg:after,
div#fd.es .es-reports .es-report .es-report-msg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .es-reports .es-report .es-report-msg:after {
  top: 100%;
  left: 19px;
  right: auto1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #faf3d6;
}
div#fd.es .es-reports .es-report .es-report-msg:before {
  top: 100%;
  left: 18px;
  right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
  border-top-color: rgba(0,0,0,0.2);
}
div#fd.es .es-reports .es-report.is-read .es-report-msg {
  background-image: -webkit-linear-gradient(top,#f8f8f8 0%,#f8f8f8 100%);
  background-image: linear-gradient(to bottom,#f8f8f8 0%,#f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff8f8f8', GradientType=0);
}
div#fd.es .es-reports .es-report.is-read .es-report-msg:after,
div#fd.es .es-reports .es-report.is-read .es-report-msg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .es-reports .es-report.is-read .es-report-msg:after {
  top: 100%;
  left: 19px;
  right: auto1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f8f8f8;
}
div#fd.es .es-reports .es-report.is-read .es-report-msg:before {
  top: 100%;
  left: 18px;
  right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
  border-top-color: rgba(0,0,0,0.2);
}
div#fd.es .es-reports .es-report .es-report-reporter {
  font-size: 11px;
}
div#fd.es .es-reports .es-report .es-report-reporter .es-report-username {
  font-weight: bold;
}
div#fd.es .es-reports .es-report .es-report-reporter .es-report-link [class^="ies-"],
div#fd.es .es-reports .es-report .es-report-reporter .es-report-link [class*=" ies-"] {
  width: 12px;
  color: #555;
}
div#fd.es .es-reports .es-report .es-report-reporter .es-report-link [class^="ies-"]:before,
div#fd.es .es-reports .es-report .es-report-reporter .es-report-link [class*=" ies-"]:before {
  font-size: 10px;
}
div#fd.es .es-reports .es-report .es-report-reporter .es-report-link span {
  display: none;
}
div#fd.es .es-reports .es-report .es-report-action .btn {
  line-height: 20px;
}
div#fd.es .es-reports .es-report .es-report-action [class^="ies-"],
div#fd.es .es-reports .es-report .es-report-action [class*=" ies-"] {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
div#fd.es .es-reports .es-report .es-report-action [class^="ies-"]:before,
div#fd.es .es-reports .es-report .es-report-action [class*=" ies-"]:before {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  top: 4px;
  left: 0px;
}
div#fd.es .es-reports .es-report .es-report-action .ies-cancel-2:before {
  font-size: 9px;
  line-height: 9px;
}
div#fd.es .es-reports .es-report:hover .es-report-reporter .es-report-link span {
  display: inline-block;
}
div#fd.es .mentions {
  position: relative;
}
div#fd.es .mentions div {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: transparent;
  opacity: 0;
  -moz-padding-end: 1px;
  -moz-padding-start: 1px;
}
div#fd.es .mentions div > span {
  background: #c2e2ff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px #005C87 inset;
  box-shadow: 0 0 1px #005C87 inset;
}
div#fd.es .mentions textarea {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: none;
  outline: none;
  overflow: hidden;
}
div#fd.es .mentions-inspector {
  background: #fafafa;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
div#fd.es .mentions-inspector:before,
div#fd.es .mentions-inspector:after {
  content: " ";
  display: table;
}
div#fd.es .mentions-inspector:after {
  clear: both;
}
div#fd.es .mentions-inspector fieldset {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
div#fd.es .mentions-inspector label {
  display: inline-block;
  float: left;
  width: 30%;
  font-size: 10px;
  margin: 0;
  line-height: 26px;
  text-align: right;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#fd.es .mentions-inspector input {
  width: 70%;
  margin: 0;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#fd.es .mentions-inspector b {
  text-align: right;
}
div#fd.es .mentions-inspector hr {
  margin: 0;
  opacity: 0;
}
div#fd.es .mentions-inspector hr:before,
div#fd.es .mentions-inspector hr:after {
  content: " ";
  display: table;
}
div#fd.es .mentions-inspector hr:after {
  clear: both;
}
div#fd.es .mentions-textfield .mentions > div {
  color: transparent;
}
div#fd.es .mentions-textfield .mentions > div span {
  background: #c2e2ff;
}
div#fd.es .mentions-autocomplete {
  position: absolute !important;
  z-index: 99999 !important;
  margin-top: 8px;
  overflow: hidden;
}
div#fd.es .mentions-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es .mentions-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es .mentions-autocomplete.loading .mentions-autocomplete-loading {
  display: block;
}
div#fd.es .mentions-autocomplete.loading .mentions-menu {
  display: none;
}
div#fd.es .mentions-autocomplete.empty .mentions-autocomplete-empty {
  display: block;
}
div#fd.es .mentions-autocomplete.empty .mentions-menu {
  display: none;
}
div#fd.es .mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
  display: none;
}
div#fd.es .mentions-autocomplete.search .mentions-autocomplete-search {
  display: block;
}
div#fd.es .mentions-autocomplete.search .mentions-menu {
  display: none;
}
div#fd.es .mentions-autocomplete.search.loading .mentions-autocomplete-search {
  display: none;
}
div#fd.es .mentions-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es .mentions-autocomplete.has-animation .mentions-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es .mentions-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es .mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es .mentions-autocomplete-loading,
div#fd.es .mentions-autocomplete-empty,
div#fd.es .mentions-autocomplete-search {
  display: none;
  text-align: center;
  padding: 6px;
}
div#fd.es .mentions-autocomplete-loading-indicator {
  display: block;
  padding: 8px 0px;
  height: 16px;
  background: url("../../../../../media/foundry/4.0/styles/images/loading.gif") center center no-repeat;
}
div#fd.es .mentions-autocomplete-inner {
  border: 1px solid #111;
  border-radius: 3px;
  max-height: 160px;
  overflow-y: auto;
  color: #333;
  background: #221E1D;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  margin-bottom: 5px;
}
div#fd.es .mentions-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
div#fd.es .mentions-menu .mentions-menuItem {
  cursor: pointer;
  padding: 6px;
  text-align: left;
  font-size: 13px;
}
div#fd.es .mentions-menu .mentions-menuItem + .mentions-menuItem {
  border-top: 1px solid #dcdcdc;
}
div#fd.es .mentions-menu .mentions-menuItem.active {
  background: #E7EDF3;
}
div#fd.es .mentions-menu .mentions-menuItem.hidden {
  display: none;
}
div#fd.es.mentions-autocomplete {
  position: absolute !important;
  z-index: 99999 !important;
  margin-top: 8px;
  overflow: hidden;
}
div#fd.es.mentions-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es.mentions-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es.mentions-autocomplete.loading .mentions-autocomplete-loading {
  display: block;
}
div#fd.es.mentions-autocomplete.loading .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.empty .mentions-autocomplete-empty {
  display: block;
}
div#fd.es.mentions-autocomplete.empty .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
  display: none;
}
div#fd.es.mentions-autocomplete.search .mentions-autocomplete-search {
  display: block;
}
div#fd.es.mentions-autocomplete.search .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.search.loading .mentions-autocomplete-search {
  display: none;
}
div#fd.es.mentions-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es.mentions-autocomplete.has-animation .mentions-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es.mentions-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es.mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es.mentions-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es.mentions-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es.mentions-autocomplete.loading .mentions-autocomplete-loading {
  display: block;
}
div#fd.es.mentions-autocomplete.loading .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.empty .mentions-autocomplete-empty {
  display: block;
}
div#fd.es.mentions-autocomplete.empty .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.empty.loading .mentions-autocomplete-empty {
  display: none;
}
div#fd.es.mentions-autocomplete.search .mentions-autocomplete-search {
  display: block;
}
div#fd.es.mentions-autocomplete.search .mentions-menu {
  display: none;
}
div#fd.es.mentions-autocomplete.search.loading .mentions-autocomplete-search {
  display: none;
}
div#fd.es.mentions-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es.mentions-autocomplete.has-animation .mentions-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es.mentions-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es.mentions-autocomplete.is-sticky .mentions-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es.mentions-autocomplete .mentions-menu .mentions-menuItem > img {
  background: #fafafa;
  float: left;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: block;
}
div#fd.es.mentions-autocomplete .mentions-menu-avatar {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
div#fd.es .dialog-content .widget,
div#fd.es .dialog-content .widget-box {
  border: none;
}
div#fd.es .widget {
  background: #221E1D;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin: 0px auto 20px;
  position: relative;
}
div#fd.es .widget.widget-alert {
  background: #F0F3F8;
}
div#fd.es .widget.widget-alert hr {
  border: 1px solid #C5CFD6;
}
div#fd.es .widget .accordion-body {
  overflow: hidden;
}
div#fd.es .widget .wbody {
  font-size: 12px;
  padding: 0;
}
div#fd.es .widget .wbody:before,
div#fd.es .widget .wbody:after {
  content: " ";
  display: table;
}
div#fd.es .widget .wbody:after {
  clear: both;
}
div#fd.es .widget .wbody.wbody-padding {
  padding: 14px 16px;
}
div#fd.es .widget h6 {
  margin: 0;
}
div#fd.es.es-explorer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
div#fd.es.es-explorer-popup.active {
  display: block !important;
}
div#fd.es.es-explorer-popup > .fd-loading {
  position: absolute;
  top: 50%;
  width: 100%;
}
div#fd.es.es-explorer-popup .fd-explorer {
  height: 100%;
}
div#fd.es.es-explorer-popup .fd-explorer .insert-button,
div#fd.es.es-explorer-popup .fd-explorer .close-button {
  display: block;
}
div#fd.es.es-explorer-popup .fd-explorer-content {
  height: 100%;
}
div#fd.es div.fd-loading {
  background: none;
  min-width: none;
  min-height: none;
  display: block;
  padding: 0;
  text-align: center;
  text-indent: -8px;
}
div#fd.es div.fd-loading span {
  background: url("../../../../../media/foundry/4.0/styles/images/loading.gif") left center no-repeat;
  min-height: 16px;
  min-width: 16px;
  margin-left: -16px;
  vertical-align: bottom;
  display: inline-block;
  padding: 0 0 0 16px;
  text-indent: 8px;
}
div#fd.es .es-popup-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eee;
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.5);
  box-shadow: 0 3px 12px rgba(0,0,0,0.5);
}
div#fd.es .fd-explorer {
  width: 100%;
  border: 1px solid #333;
  position: relative;
}
div#fd.es .fd-explorer:before,
div#fd.es .fd-explorer:after {
  content: " ";
  display: table;
}
div#fd.es .fd-explorer:after {
  clear: both;
}
div#fd.es .fd-explorer .alert {
  margin-bottom: 0px;
  border-radius: 0px;
}
div#fd.es .fd-explorer.is-loading .fd-explorer-browser-action i.es-loading-indicator.fd-small {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block !important;
  background-position: center right !important;
  background-color: #EFEFEF !important;
  padding: 0 !important;
  top: 0;
}
div#fd.es .fd-explorer-content {
  position: relative;
  height: 400px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
div#fd.es .fd-explorer-header {
  width: 100%;
  padding: 10px;
  background: #111;
  border-bottom: 1px solid #333;
}
div#fd.es .fd-explorer-header:before,
div#fd.es .fd-explorer-header:after {
  content: " ";
  display: table;
}
div#fd.es .fd-explorer-header:after {
  clear: both;
}
div#fd.es .fd-explorer-header button.btn {
  text-shadow: none;
}
div#fd.es .fd-explorer-header button.btn.btn-es {
  color: #eee !important;
}
div#fd.es .fd-explorer-header button.btn.btn-es [class^="ies-"] {
  color: #B4B8C0 !important;
}
div#fd.es .fd-explorer-header .upload-limit {
  margin-left: 3px;
  font-size: 11px;
}
div#fd.es .fd-explorer-sidebar-action {
  width: 140px;
}
div#fd.es .fd-explorer-browser-action {
  position: relative;
  margin-left: 140px;
}
div#fd.es .fd-explorer-browser-action .btn + .btn {
  margin-left: 10px;
}
div#fd.es .fd-explorer-browser-action i.es-loading-indicator.fd-small {
  display: none !important;
}
div#fd.es .fd-explorer-titlebar {
  position: relative;
  border-bottom: 1px solid #111;
}
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-side,
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-content {
  font-size: 11px;
  display: table-cell;
}
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-side:before,
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-side:after,
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-content:before,
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-content:after {
  content: " ";
  display: table;
}
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-side:after,
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-content:after {
  clear: both;
}
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-side {
  color: #888;
  background: #111;
  padding: 5px;
  border-right: 1px solid #292929;
  width: 150px;
  text-align: center;
}
div#fd.es .fd-explorer-titlebar .fd-explorer-titlebar-content {
  padding: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 155px;
}
div#fd.es .fd-explorer-titlebar .checkbox-inline input[type="checkbox"] {
  margin-top: 0;
}
div#fd.es .fd-explorer-sidebar {
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  background: #222;
  z-index: 2;
  position: relative;
  border-right: 1px solid #292929;
  display: table-cell;
  vertical-align: top;
}
div#fd.es .fd-explorer-browser {
  padding-left: 150px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #333;
  z-index: 1;
  margin-left: 0;
  left: 0;
  display: table-cell;
  vertical-align: top;
}
div#fd.es .fd-explorer-browser i.es-loading-indicator.fd-small {
  top: 50%;
  left: 50%;
  position: absolute;
  display: none !important;
}
div#fd.es .fd-explorer-viewport {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
div#fd.es .fd-explorer-file-group {
  display: none;
}
div#fd.es .fd-explorer-file-group.is-active {
  display: block;
}
div#fd.es .fd-explorer-file {
  padding: 5px 6px;
  cursor: pointer;
  position: relative;
  min-height: 52px;
}
div#fd.es .fd-explorer-file .btn-file-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: none;
}
div#fd.es .fd-explorer-file .file-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es .fd-explorer-file .file-meta {
  color: #888;
  font-size: 11px;
}
div#fd.es .fd-explorer-file.is-checked {
  background: rgba(56,117,215,0.2);
}
div#fd.es .fd-explorer-file.is-selected {
  background: #3875D7;
}
div#fd.es .fd-explorer-file.is-selected .file-title,
div#fd.es .fd-explorer-file.is-selected .file-meta,
div#fd.es .fd-explorer-file.is-selected [class^="ies-"] {
  color: #fff;
}
div#fd.es .fd-explorer-file + .fd-explorer-file {
  border-top: 1px solid #333;
}
div#fd.es .fd-explorer-file:hover .btn-file-remove {
  display: block;
}
div#fd.es .fd-explorer-folder {
  cursor: pointer;
  padding: 6px;
  position: relative;
}
div#fd.es .fd-explorer-folder.is-active {
  background: #3F4552;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div#fd.es .fd-explorer-folder.is-active .fd-folder-remove-button {
  color: #fff;
}
div#fd.es .fd-explorer-folder .fd-folder-remove-button {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #3F4552;
}
div#fd.es .fd-explorer-folder .fd-folder-remove-button i {
  font-size: 10px;
}
div#fd.es .fd-explorer-folder:hover .fd-folder-remove-button {
  display: block;
}
div#fd.es .fd-explorer-folder[data-id="0"]:hover .fd-folder-remove-button {
  display: none;
}
div#fd.es [data-alertlog] {
  margin: 0;
}
div#fd.es .fd-explorer-funky {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0;
}
div#fd.es .funkybar {
  margin: 10px 0px;
}
div#fd.es .service-state > span {
  display: none;
}
div#fd.es .service-state.state-idle .idle {
  display: block;
}
div#fd.es .service-state.state-busy .working {
  display: block;
}
div#fd.es .service-state.state-busy .working i.es-loading-indicator.fd-small {
  display: inline-block !important;
  padding: 7px 29px 0 0 !important;
}
div#fd.es .togglefunky {
  display: none;
}
div#fd.es .fd-explorer .insert-button {
  display: none;
}
div#fd.es .fd-explorer .close-button {
  display: none;
}
div#fd.es .empty {
  display: none;
}
div#fd.es .is-empty > .empty {
  display: block !important;
}
div#fd.es .is-empty td.empty {
  display: table-cell !important;
}
div#fd.es .empty-hero {
  display: none;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  padding: 40px 80px;
  border: 1px dashed #444;
  background: #221E1D;
  color: #666;
  text-align: center;
  width: 100%;
}
div#fd.es .empty-hero >i {
  color: #666;
  margin-bottom: 20px;
  display: block;
  font-size: 48px;
}
div#fd.es .es-avatar-wrap {
  position: relative;
}
div#fd.es .es-avatar {
  display: block;
  line-height: 16px;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  -webkit-border-radius: 2px;
  padding: 0;
  margin: 0px;
  height: 40px;
  width: 40px;
}
div#fd.es .es-avatar img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  image-rendering: optimizeQuality;
  border-radius: 2px;
}
div#fd.es .es-avatar.es-avatar-lg {
  height: 180px;
  width: 180px;
}
div#fd.es .es-avatar.es-avatar-md {
  height: 64px;
  width: 64px;
}
div#fd.es .es-avatar.es-avatar-sm {
  height: 32px;
  width: 32px;
}
div#fd.es .es-avatar.es-avatar-xs {
  height: 24px;
  width: 24px;
}
div#fd.es .es-avatar.es-avatar-rounded {
  border-radius: 50%;
}
div#fd.es .es-avatar.es-avatar-rounded img {
  border-radius: 50%;
}
div#fd.es .es-avatar.es-avatar-list-unstyled {
  border: 0;
  margin: 0;
}
div#fd.es .es-avatar.es-avatar-list-unstyled img {
  width: 100%;
  height: 100%;
}
div#fd.es .es-avatar.es-inset {
  border: 0;
  margin: 0;
}
div#fd.es .es-avatar.es-inset img {
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
}
div#fd.es [class^="es-avatar-border"],
div#fd.es [class*=" es-avatar-border"] { 
  background-color: #333;
}
div#fd.es [class^="es-avatar-border"]:hover,
div#fd.es [class*=" es-avatar-border"]:hover {
  background-color: #bebebe;
}
div#fd.es .es-avatar.es-avatar-border-sm {
  padding: 1px;
}
div#fd.es .es-avatar.es-avatar-border-md {
  padding: 2px;
}
div#fd.es .es-avatar.es-avatar-border-lg {
  padding: 4px;
}
div#fd.es .es-photo {
  position: relative;
  float: left;
  width: 100%;
}
div#fd.es .es-photo.ar-1x1 > a {
  padding-top: 100%;
}
div#fd.es .es-photo.ar-4x3 > a {
  padding-top: 75%;
}
div#fd.es .es-photo.ar-16x9 > a {
  padding-top: 56.25%;
}
div#fd.es .es-photo.ar-9x16 > a {
  padding-top: 177.77777777778%;
}
div#fd.es .es-photo > a {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
div#fd.es .es-photo > a.fit-height b {
  width: 200%;
  height: 100%;
  text-align: left;
}
div#fd.es .es-photo > a.fit-height img {
  position: absolute;
  top: 0;
  opacity: 1;
  height: 100%;
}
div#fd.es .es-photo > a.fit-width b {
  width: 100%;
  height: 400%;
  text-align: left;
}
div#fd.es .es-photo > a.fit-width img {
  position: absolute;
  opacity: 1;
  width: 100%;
}
div#fd.es .es-photo > a.fit-both img {
  opacity: 1;
  margin: -10%;
}
div#fd.es .es-photo > a.fit-small img {
  opacity: 1;
}
div#fd.es .es-photo > a.fit-small em {
  display: none;
}
div#fd.es .es-photo u {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#fd.es .es-photo b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  z-index: 1;
  text-align: center;
}
div#fd.es .es-photo b:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
div#fd.es .es-photo img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
div#fd.es .es-photo em {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div#fd.es .es-photo em.layout-contain {
  background-size: contain;
  background-position: center center;
}
div#fd.es .es-photo.css-resizing > a.fit-height b,
div#fd.es .es-photo.css-resizing > a.fit-width b,
div#fd.es .es-photo.css-resizing > a.fit-both b {
  display: none;
}
div#fd.es .es-photo.css-resizing > a.fit-height em,
div#fd.es .es-photo.css-resizing > a.fit-width em,
div#fd.es .es-photo.css-resizing > a.fit-both em {
  opacity: 1;
}
div#fd.es .es-photos {
  position: relative;
}
div#fd.es .es-photos:before,
div#fd.es .es-photos:after {
  content: " ";
  display: table;
}
div#fd.es .es-photos:after {
  clear: both;
}
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo {
  width: 100%;
  clear: left;
}
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both {
  padding: 0;
  margin: 0;
}
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small u,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width u,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height u,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both u {
  position: relative;
}
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small b,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width b,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height b,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both b {
  text-align: left;
  position: relative;
  width: auto;
  height: auto;
}
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-small img,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-width img,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-height img,
div#fd.es .es-photos.pattern-tile.photos-1 .es-photo a.fit-both img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
   max-height: 420px; 
}
div#fd.es .es-photos.pattern-tile.photos-2 .es-photo {
  width: 50%;
}
div#fd.es .es-photos.pattern-tile.photos-2 .es-photo:nth-child(2) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-3 .es-photo {
  width: 50%;
}
div#fd.es .es-photos.pattern-tile.photos-3 .es-photo:first-child {
  clear: left;
  width: 100%;
  margin-bottom: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(2) {
  clear: left;
}
div#fd.es .es-photos.pattern-tile.photos-3 .es-photo:nth-child(3) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-4 .es-photo {
  width: 33.333333333333%;
}
div#fd.es .es-photos.pattern-tile.photos-4 .es-photo:first-child {
  clear: left;
  width: 100%;
  margin-bottom: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(2) {
  clear: left;
}
div#fd.es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(3) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-4 .es-photo:nth-child(4) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo {
  width: 33.333333333333%;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(1) {
  clear: left;
  width: 50%;
  margin-bottom: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(2) {
  width: 50%;
  margin-bottom: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(2) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(3) {
  clear: left;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(4) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-tile.photos-5 .es-photo:nth-child(5) u {
  margin-left: 2px;
}
div#fd.es .es-photos.pattern-flow .es-photo {
  width: auto;
  height: 96px;
  margin: 1px;
}
div#fd.es .es-photos.pattern-flow .es-photo > a {
  display: inline-block;
  padding-top: 0;
  width: auto;
  height: auto;
}
div#fd.es .es-photos.pattern-flow .es-photo > a.fit-small b {
  min-width: 96px;
}
div#fd.es .es-photos.pattern-flow .es-photo u {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
div#fd.es .es-photos.pattern-flow .es-photo b {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  min-height: 96px;
}
div#fd.es .es-photos.pattern-flow .es-photo b:before {
  height: 96px;
}
div#fd.es .es-photos.pattern-flow .es-photo img {
  height: 96px;
}
div#fd.es .es-cover.es-photo {
  float: none;
}
div#fd.es .es-cover.es-photo em {
  opacity: 1;
}
div#fd.es .es-cover.es-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#fd.es .es-cover-container {
  padding-top: 33.333333333333%;
}
div#fd.es .es-cover-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#fd.es .es-user-badges {
  margin: 0;
  list-style: none;
}
div#fd.es .es-user-badges > li {
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px;
  width: 120px;
  height: 130px;
  border: 1px solid #F5F5F5;
  vertical-align: top;
  text-align: center;
  position: relative;
}
div#fd.es .es-user-badges > li .btn-delete {
  color: #fff;
  background: #CC4456;
  border: 1px solid #BE1F23;
  border-radius: 3px 3px 3px 3px;
  display: block;
  font-size: 14px;
  width: 16px;
  height: 16px;
  line-height: 9px;
  padding: 1px 2px;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 4px;
}
div#fd.es .es-user-badges > li .small {
  line-height: 13px;
  margin-top: 5px;
}
div#fd.es .btn-assign-badges [class^="ies-"]:before {
  font-size: 7px;
}
div#fd.es.es-dialog {
  font-size: 12px;
  line-height: 16px;
  color: #eee;
  font-size-adjust: none;
  border: none;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,1);
  box-shadow: 0 5px 10px -5px rgba(0,0,0,1);
  border-radius: 6px;
  z-index: 10010;
  bottom: auto;
  right: auto;
  display: block;
}
div#fd.es.es-dialog.modal {
  border: 0 !important;
}
div#fd.es.es-dialog .dialog-wrap {
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  background: #221E1D;
  border-radius: 6px;
}
div#fd.es.es-dialog .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
div#fd.es.es-dialog .modal-backdrop.fade {
  opacity: 0;
}
div#fd.es.es-dialog .modal-backdrop,
div#fd.es.es-dialog .modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
div#fd.es.es-dialog .modal-header {
  height: 50px;
  padding: 15px;
  border: 1px solid #333;
  border-bottom: none;
  min-height: 34px;
  border-radius: 6px 6px 0 0;
  background-color: #2c2c2c;
}
div#fd.es.es-dialog .modal-header .close {
  margin: 0;
  vertical-align: middle;
  float: right;
  font-weight: bold;
  line-height: 20px;
  opacity: 1;
  text-shadow: 0 1px 0 #fff;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  margin-top: 0 !important;
  font-size: 10px !important;
  height: 16px !important;
  color: #bbb;
}
div#fd.es.es-dialog .modal-header .dialog-title {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left;
  color: #eee;
  background: none;
  display: block;
  font-weight: bold;
}
div#fd.es.es-dialog .modal-body {
  padding: 15px;
  border: 1px solid #333;
  text-align: left;
  position: relative;
  background: #221E1D;
}
div#fd.es.es-dialog .modal-body label,
div#fd.es.es-dialog .modal-body label > span,
div#fd.es.es-dialog .modal-body div,
div#fd.es.es-dialog .modal-body p {
  font-size: 11px;
}
div#fd.es.es-dialog .modal-body .footnote {
  margin-top: 50px;
}
div#fd.es.es-dialog .modal-body textarea,
div#fd.es.es-dialog .modal-body input {
  font-size: 11px;
  background: #111;
  color: #eee;
}
div#fd.es.es-dialog .modal-body.type-iframe {
  padding: 0;
  overflow: hidden !important;
}
div#fd.es.es-dialog .modal-body .modal-disclaimer {
  margin-top: 65px;
}
div#fd.es.es-dialog .modal-form {
  margin-bottom: 0;
}
div#fd.es.es-dialog .modal-footer {
  padding: 10px 15px 11px;
  margin-bottom: 0;
  text-align: right;
  background-color: #2c2c2c;
  border: 1px solid #333;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
div#fd.es.es-dialog .modal-footer:before,
div#fd.es.es-dialog .modal-footer:after {
  content: " ";
  display: table;
}
div#fd.es.es-dialog .modal-footer:after {
  clear: both;
}
div#fd.es.es-dialog .modal-footer .btn {
  float: none;
}
div#fd.es.es-dialog .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
div#fd.es.es-dialog .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
div#fd.es.es-dialog .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
div#fd.es.es-dialog.modal-login {
  width: 780px !important;
  max-width: 780px !important;
}
div#fd.es.es-dialog.modal-login .modal-body {
  max-height: 440px !important;
  padding: 0 10px;
}
div#fd.es.es-dialog.modal-login .es-login-box {
  border: none;
}
div#fd.es.es-dialog legend {
  margin-bottom: 12px;
}
div#fd.es.es-dialog hr {
  margin: 10px 0;
}
div#fd.es.es-dialog .modal-padding {
  padding: 0 20px;
}
div#fd.es.es-dialog .dialog-loader {
  position: absolute;
}
div#fd.es.es-dialog .loader-img {
  background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
div#fd.es.es-dialog .es-comment {
  list-style: none;
}
div#fd.es.es-dialog .es-comment-actions {
  display: none;
}
div#fd.es.es-dialog .es-controls-row {
  padding: 16px 16px;
  position: relative;
}
div#fd.es.es-dialog .es-controls-row:before,
div#fd.es.es-dialog .es-controls-row:after {
  content: " ";
  display: table;
}
div#fd.es.es-dialog .es-controls-row:after {
  clear: both;
}
div#fd.es.es-dialog .es-controls-row strong {
  word-wrap: break-word;
}
div#fd.es.es-dialog .es-controls-row.line {
  border-bottom: 1px solid #ddd;
}
div#fd.es.es-dialog .es-controls-row [class*="span"] {
  position: relative;
}
div#fd.es.es-dialog .es-controls-row [class*="span"] > label {
  float: left;
  display: block;
  padding-top: 1px;
  line-height: 20px;
}
div#fd.es.es-dialog .es-controls-row .form-row-label label {
  float: none;
  text-align: left;
}
div#fd.es.es-dialog .es-controls-row .form-row-label label::after {
  content: " :";
}
div#fd.es.es-dialog .es-controls-row .fd-small {
  position: relative;
  top: 5px;
  color: #666;
}
div#fd.es.es-dialog .es-controls-row .icon-es-help {
  position: absolute;
  right: 0;
  top: 2px;
}
div#fd.es.es-dialog .es-controls-row input[type="text"].input-full,
div#fd.es.es-dialog .es-controls-row select.input-full,
div#fd.es.es-dialog .es-controls-row textarea.input-full {
  width: 96%;
}
div#fd.es.es-dialog .es-controls-row input[type="text"].input-medium,
div#fd.es.es-dialog .es-controls-row select.input-medium,
div#fd.es.es-dialog .es-controls-row textarea.input-medium {
  width: 50%;
}
div#fd.es.es-dialog .es-controls-row input[type="text"].input-large,
div#fd.es.es-dialog .es-controls-row select.input-large,
div#fd.es.es-dialog .es-controls-row textarea.input-large {
  width: 65%;
}
div#fd.es.es-dialog .es-controls-row input[type="text"].input-xlarge,
div#fd.es.es-dialog .es-controls-row select.input-xlarge,
div#fd.es.es-dialog .es-controls-row textarea.input-xlarge {
  width: 75%;
}
div#fd.es.es-dialog .es-controls-row input[type="text"].input-xxlarge,
div#fd.es.es-dialog .es-controls-row select.input-xxlarge,
div#fd.es.es-dialog .es-controls-row textarea.input-xxlarge {
  width: 85%;
}
div#fd.es.es-dialog .es-controls-row .full-width,
div#fd.es.es-dialog .es-controls-row .markItUpEditor {
  width: 100%;
}
div#fd.es.es-dialog .es-controls-row .calendar {
  float: left;
  margin-right: 4px;
}
div#fd.es.es-dialog .es-controls-row .user-badges li {
  margin-bottom: 10px;
}
div#fd.es.es-dialog .es-controls-row input.span5 {
  width: 100%;
}
div#fd.es.es-dialog .es-avatar-list > li .es-avatar img {
  width: 38px;
  height: 38px;
  border: none;
}
div#fd.es.es-dialog .dialog-footer {
  position: relative;
  background: #2c2c2c !important;
  margin-top: 0;
}
div#fd.es.es-dialog .dialog-footer .dialog-loading {
  display: none;
  position: absolute;
  top: 10px;
  left: 15px;
  height: 26px;
  line-height: 26px;
  padding-left: 28px;
  background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat left center;
}
div#fd.es.es-dialog.loading .dialog-loading {
  display: block;
}
div#fd.es.es-dialog + .fd-popover {
  z-index: 10002 !important;
}
@media (max-width: 780px) {
  div#fd.es.es-dialog .es-login-box .col-md-6 {
    width: 100%;
    margin-left: 0;
  }
  div#fd.es.es-dialog .es-login-box .modal-es-register {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div#fd.es.es-dialog .es-login-box:before {
    display: none;
  }
  div#fd.es.es-dialog .es-login-box .register-wrap.is-empty {
    padding-top: 10px;
  }
  div#fd.es.es-dialog .es-login-box .form-control {
    display: block;
    width: 100% !important;
  }
  div#fd.es.es-dialog .es-login-box .form-control + .form-control {
    margin-top: 15px;
  }
}
div#fd.es .es-progress-wrap {
  position: relative;
  background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f2f2f2 100%);
  background-image: linear-gradient(to bottom,#fbfbfb 0%,#f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#fff2f2f2', GradientType=0);
  border-radius: 22px;
  border: 1px solid #333;
  padding: 10px 15px;
  margin-bottom: 16px;
}
div#fd.es .es-progress-wrap .progress {
  width: 93%;
  background-image: -webkit-linear-gradient(top,#d7d7d7 0%,#d7d7d7 100%);
  background-image: linear-gradient(to bottom,#d7d7d7 0%,#d7d7d7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d7d7', endColorstr='#ffd7d7d7', GradientType=0);
  height: 12px;
  margin-bottom: 0;
  border-radius: 10px;
}
div#fd.es .es-progress-wrap .progress .bar {
  border-radius: 0 8px 8px 0;
}
div#fd.es .es-progress-wrap .progress-result {
  position: absolute;
  top: 8px;
  right: 1.5%;
  font-size: 12px;
}
div#fd.es .es-progress-wrap.progress-narrow .progress {
  width: 88%;
}
div#fd.es .es-progress-wrap.progress-narrow .progress-result {
  right: 5px;
}
div#fd.es .es-progress-wrap .progress-danger.progress-striped .bar,
div#fd.es .es-progress-wrap .progress-striped .bar-danger {
  background-image: -webkit-linear-gradient(45deg,#d54636 25%,transparent 25%,transparent 50%,#d54636 50%,#d54636 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,#d54636 25%,transparent 25%,transparent 50%,#d54636 50%,#d54636 75%,transparent 75%,transparent);
}
div#fd.es .es-progress-wrap .progress-success.progress-striped .bar,
div#fd.es .es-progress-wrap .progress-striped .bar-success {
  background-image: -webkit-linear-gradient(45deg,#c7dc7f 25%,transparent 25%,transparent 50%,#c7dc7f 50%,#c7dc7f 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,#c7dc7f 25%,transparent 25%,transparent 50%,#c7dc7f 50%,#c7dc7f 75%,transparent 75%,transparent);
}
div#fd.es .es-progress-wrap .progress-info.progress-striped .bar,
div#fd.es .es-progress-wrap .progress-striped .bar-info {
  background-image: -webkit-linear-gradient(45deg,#5bc0de 25%,transparent 25%,transparent 50%,#5bc0de 50%,#5bc0de 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,#5bc0de 25%,transparent 25%,transparent 50%,#5bc0de 50%,#5bc0de 75%,transparent 75%,transparent);
}
div#fd.es .es-progress-wrap .progress-warning.progress-striped .bar,
div#fd.es .es-progress-wrap .progress-striped .bar-warning {
  background-image: -webkit-linear-gradient(45deg,#fbb450 25%,transparent 25%,transparent 50%,#fbb450 50%,#fbb450 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,#fbb450 25%,transparent 25%,transparent 50%,#fbb450 50%,#fbb450 75%,transparent 75%,transparent);
}
div#fd.es .es-flyout {
  position: relative;
}
div#fd.es .es-flyout .es-flyout-content {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
div#fd.es .es-flyout:hover .es-flyout-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es .es-flyout.show-all .es-flyout-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es .es-flyout .es-flyout-button > i {
  margin-right: 4px;
}
div#fd.es .es-flyout .es-flyout-button:hover {
  text-decoration: underline;
}
div#fd.es .es-flyout .es-flyout-button:hover > i {
  text-decoration: none;
}
div#fd.es .chzn-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div#fd.es .chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div#fd.es .chzn-container .chzn-drop {
  background: #221E1D;
  border: 1px solid #444;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1);
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
  z-index: 1010;
}
div#fd.es .chzn-container-single .chzn-single {
  background-color: #221E1D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #444;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #666;
  text-decoration: none;
}
div#fd.es .chzn-container-single .chzn-default {
  color: #999;
}
div#fd.es .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div#fd.es .chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') right top no-repeat;
}
div#fd.es .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
div#fd.es .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
div#fd.es .chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
div#fd.es .chzn-container-single .chzn-single div b {
  background: url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#fd.es .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
div#fd.es .chzn-container-single .chzn-search input {
  background: #2f2f2f url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') no-repeat 100% -22px;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #221E1D;
  font-family: sans-serif;
  font-size: 1em;
}
div#fd.es .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div#fd.es .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
div#fd.es .chzn-container-multi .chzn-choices {
  background-color: #221E1D;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
div#fd.es .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
div#fd.es .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
div#fd.es .chzn-container-multi .chzn-choices .search-field input {
  color: #444;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div#fd.es .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  -webkit-box-shadow: 0 0 1px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 1px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 1px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  color: #444;
  border: 1px solid #aaa;
  padding-right: 5px;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') right top no-repeat;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
div#fd.es .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
div#fd.es .chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
div#fd.es .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
div#fd.es .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
div#fd.es .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
div#fd.es .chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  color: #fff;
}
div#fd.es .chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
div#fd.es .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
div#fd.es .chzn-container .chzn-results .no-results {
  background: #221E1D;
  display: list-item;
}
div#fd.es .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
div#fd.es .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
div#fd.es .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
div#fd.es .chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
div#fd.es .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
div#fd.es .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
div#fd.es .chzn-container .chzn-results-scroll-down span {
  background: url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') no-repeat -4px -3px;
}
div#fd.es .chzn-container .chzn-results-scroll-up span {
  background: url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') no-repeat -22px -3px;
}
div#fd.es .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border: 1px solid #5897fb;
}
div#fd.es .chzn-container-active .chzn-single-with-drop {
  border: 1px solid #444;
  -webkit-box-shadow: 0 1px 0 #221E1D inset;
  -moz-box-shadow: 0 1px 0 #221E1D inset;
  box-shadow: 0 1px 0 #221E1D inset;
  background-color: #221E1D;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div#fd.es .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
div#fd.es .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
div#fd.es .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border: 1px solid #5897fb;
}
div#fd.es .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
div#fd.es .chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
div#fd.es .chzn-disabled .chzn-single {
  cursor: default;
}
div#fd.es .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
div#fd.es .chzn-rtl {
  text-align: right;
}
div#fd.es .chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
div#fd.es .chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
div#fd.es .chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
div#fd.es .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
div#fd.es .chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
div#fd.es .chzn-rtl .chzn-choices li {
  float: right;
}
div#fd.es .chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
div#fd.es .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top;
}
div#fd.es .chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
div#fd.es .chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
div#fd.es .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
div#fd.es .chzn-rtl .chzn-search input {
  background: #fff url('../../../../../media/foundry/4.0/styles/chosen/chosen-sprite.png') no-repeat -38px -22px;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
div#fd.es .form-uploader .upload-submit {
  clear: both;
  padding: 18px 10px;
  border: 1px dashed #444;
  margin-top: 20px;
  border-radius: 3px;
}
div#fd.es .form-uploader .upload-submit:before,
div#fd.es .form-uploader .upload-submit:after {
  content: " ";
  display: table;
}
div#fd.es .form-uploader .upload-submit:after {
  clear: both;
}
div#fd.es .form-uploader .queue-item {
  clear: both;
  padding: 10px;
  border: 1px solid #444;
  position: relative;
  border-radius: 3px;
  background-color: #6D6B5D;
}
div#fd.es .form-uploader .queue-item + .queue-item {
  margin-top: 10px;
}
div#fd.es .form-uploader .queue-item .media {
  padding-right: 40px;
}
div#fd.es .form-uploader .queue-item .media .media-object {
  margin-right: 20px;
}
div#fd.es .form-uploader .queue-item .queue-item-thumb {
  width: 32px;
  height: 32px;
  background: #d7d7d7;
}
div#fd.es .form-uploader .queue-item .queue-item-info {
  position: relative;
  margin-bottom: 4px;
}
div#fd.es .form-uploader .queue-item .queue-item-info > span {
  display: inline-block;
  position: relative;
}
div#fd.es .form-uploader .queue-item .queue-item-size {
  color: #aa;
}
div#fd.es .form-uploader .queue-item .queue-item-size,
div#fd.es .form-uploader .queue-item .queue-item-status {
  padding-left: 6px;
  margin-left: 6px;
}
div#fd.es .form-uploader .queue-item .queue-item-size:before,
div#fd.es .form-uploader .queue-item .queue-item-status:before {
  display: block;
  content: '';
  background: #999999;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 0;
}
div#fd.es .form-uploader .queue-item .progress {
  height: 8px;
  margin: 0;
}
div#fd.es .form-uploader .queue-item.is-done .queue-item-info {
  top: 5px;
}
div#fd.es .form-uploader .queue-item.is-done .queue-item-status {
  color: #a4c757;
}
div#fd.es .form-uploader .queue-item.is-done .progress {
  display: none;
}
div#fd.es .form-uploader .queue-item.is-error .queue-item-status {
  color: #B94A48;
}
div#fd.es .form-uploader .attach-remove {
  position: absolute;
  top: 14px;
  right: 10px;
  padding: 0 4px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #111;
  line-height: 14px;
}
div#fd.es .es-sharing .es-sharing-list > li {
  width: 30px;
  padding-right: 3px;
}
div#fd.es .es-sharing .es-sharing-list > li:nth-child(2n+1) {
  clear: none;
}
div#fd.es .es-sharing .es-sharing-list > li > a {
  padding: 4px 3px;
  display: block;
  font-size: 11px;
  border-radius: 2px;
}
div#fd.es .es-sharing .es-sharing-list > li .es-sharing-title {
  display: none;
}
div#fd.es .dropdown-menu-sharing:after,
div#fd.es .dropdown-menu-sharing:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
}
div#fd.es .dropdown-menu-sharing:after {
  bottom: 100%;
  left: 15px;
  right: auto1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #221E1D;
}
div#fd.es .dropdown-menu-sharing:before {
  bottom: 100%;
  left: 14px;
  right: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0,0,0,0.2);
}
div#fd.es [data-selection] {
  position: relative;
  cursor: crosshair;
}
div#fd.es [data-selection-box] {
  position: absolute;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  cursor: move;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div#fd.es.popbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10020;
  width: auto;
  background: #221E1D;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
  text-align: left !important;
  line-height: 18px;
}
div#fd.es.popbox.loading {
  background-image: url("../../../../../media/foundry/4.0/styles/images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
div#fd.es.popbox .arrow,
div#fd.es.popbox .arrow:after {
  position: absolute;
  display: inline-block;
  border-color: transparent;
  border-style: solid;
}
div#fd.es.popbox .arrow:after {
  content: "";
  z-index: -1;
}
div#fd.es.popbox.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 11px 11px 0;
  border-top-color: #221E1D;
}
div#fd.es.popbox.top .arrow:after {
  border-width: 12px 12px 0;
  border-top-color: #111;
  bottom: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.top-left .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 11px 11px 0;
  border-top-color: #221E1D;
}
div#fd.es.popbox.top-left .arrow:after {
  border-width: 12px 12px 0;
  border-top-color: rgba(255, 255, 255, 0.33);
  bottom: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.top-left .arrow {
  left: 0px;
  right: auto;
  margin-left: 11px;
  margin-right: auto;
}
div#fd.es.popbox.top-right .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 11px 11px 0;
  border-top-color: #221E1D;
}
div#fd.es.popbox.top-right .arrow:after {
  border-width: 12px 12px 0;
  border-top-color: #111;
  bottom: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.top-right .arrow {
  left: auto;
  right: 0px;
  margin-left: auto;
  margin-right: 11px;
}
div#fd.es.popbox.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 0 11px 11px;
  border-bottom-color: #221E1D;
}
div#fd.es.popbox.bottom .arrow:after {
  border-width: 0 12px 12px;
  border-bottom-color: #111;
  top: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.bottom-left .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 0 11px 11px;
  border-bottom-color: #221E1D;
}
div#fd.es.popbox.bottom-left .arrow:after {
  border-width: 0 12px 12px;
  border-bottom-color: #111;
  top: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.bottom-left .arrow {
  left: 0px;
  right: auto;
  margin-left: 11px;
  margin-right: auto;
}
div#fd.es.popbox.bottom-right .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 0 11px 11px;
  border-bottom-color: #221E1D;
}
div#fd.es.popbox.bottom-right .arrow:after {
  border-width: 0 12px 12px;
  border-bottom-color: #111;
  top: -1px;
  left: -12px;
  margin: 0;
}
div#fd.es.popbox.bottom-right .arrow {
  left: auto;
  right: 0px;
  margin-left: auto;
  margin-right: 11px;
}
div#fd.es.popbox.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-width: 11px 0 11px 11px;
  border-left-color: #221E1D;
}
div#fd.es.popbox.left .arrow:after {
  border-width: 12px 0 12px 12px;
  border-left-color: #111;
  bottom: -12px;
  right: -1px;
}
div#fd.es.popbox.left-top .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-width: 11px 0 11px 11px;
  border-left-color: #221E1D;
}
div#fd.es.popbox.left-top .arrow:after {
  border-width: 12px 0 12px 12px;
  border-left-color: #111;
  bottom: -12px;
  right: -1px;
}
div#fd.es.popbox.left-top .arrow {
  top: 0px;
  margin-top: 11px;
  margin-bottom: auto;
}
div#fd.es.popbox.left-bottom .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-width: 11px 0 11px 11px;
  border-left-color: #221E1D;
}
div#fd.es.popbox.left-bottom .arrow:after {
  border-width: 12px 0 12px 12px;
  border-left-color: #111;
  bottom: -12px;
  right: -1px;
}
div#fd.es.popbox.left-bottom .arrow {
  top: auto;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: 11px;
}
div#fd.es.popbox.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-width: 11px 11px 11px 0;
  border-right-color: #221E1D;
}
div#fd.es.popbox.right .arrow:after {
  border-width: 12px 12px 12px 0;
  border-right-color: #111;
  bottom: -12px;
  left: -1px;
}
div#fd.es.popbox.right-top .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-width: 11px 11px 11px 0;
  border-right-color: #221E1D;
}
div#fd.es.popbox.right-top .arrow:after {
  border-width: 12px 12px 12px 0;
  border-right-color: #111;
  bottom: -12px;
  left: -1px;
}
div#fd.es.popbox.right-top .arrow {
  top: 0px;
  margin-top: 11px;
  margin-bottom: auto;
}
div#fd.es.popbox.right-bottom .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-width: 11px 11px 11px 0;
  border-right-color: #221E1D;
}
div#fd.es.popbox.right-bottom .arrow:after {
  border-width: 12px 12px 12px 0;
  border-right-color: #111;
  bottom: -12px;
  left: -1px;
}
div#fd.es.popbox.right-bottom .arrow {
  top: auto;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: 11px;
}
div#fd.es.popbox .popbox-header {
  border-bottom: 1px solid #333;
  padding: 5px 15px;
  font-size: 11px;
}
div#fd.es.popbox .popbox-header:before,
div#fd.es.popbox .popbox-header:after {
  content: " ";
  display: table;
}
div#fd.es.popbox .popbox-header:after {
  clear: both;
}
div#fd.es.popbox .popbox-header .es-title {
  font-weight: bold;
  float: left;
}
div#fd.es.popbox .popbox-header .es-action {
  float: right;
}
div#fd.es.popbox .popbox-body {
  padding: 5px 10px;
}
div#fd.es.popbox .popbox-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#fd.es.popbox li > a {
  color: #eee !important;
  font-size: 11px;
  line-height: 18px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  white-space: nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
div#fd.es.popbox li > a:hover,
div#fd.es.popbox li > a:focus {
  text-decoration: none;
  color: #eee !important;
  background: #444;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
div#fd.es.popbox .active > a,
div#fd.es.popbox .active > a:hover {
  text-decoration: none;
  outline: 0;
}
div#fd.es .ui-datepicker,
div#fd.es .ui-datepicker-inline {
  font-size: 12px !important;
  background: #fff !important;
  color: #636363 !important;
  width: 203px;
  display: none;
  border: 1px solid transparent;
  padding: 0;
}
div#fd.es .ui-datepicker tr,
div#fd.es .ui-datepicker td,
div#fd.es .ui-datepicker-inline tr,
div#fd.es .ui-datepicker-inline td {
  border-right: 1px solid transparent;
}
div#fd.es .ui-datepicker .ui-timepicker-select,
div#fd.es .ui-datepicker-inline .ui-timepicker-select {
  width: auto;
}
div#fd.es .ui-datepicker .datepicker,
div#fd.es .ui-datepicker-inline .datepicker {
  width: 78px !important;
}
div#fd.es .ui-datepicker .datesRange li,
div#fd.es .ui-datepicker-inline .datesRange li {
  float: left;
}
div#fd.es .ui-datepicker .datesRange li.separator,
div#fd.es .ui-datepicker-inline .datesRange li.separator {
  margin: 0 10px;
  color: #ddd;
}
div#fd.es .ui-datepicker .datesRange li input[type=text],
div#fd.es .ui-datepicker-inline .datesRange li input[type=text] {
  width: 78px !important;
}
div#fd.es .ui-datepicker .ui-datepicker-append,
div#fd.es .ui-datepicker-inline .ui-datepicker-append {
  margin-left: 14px;
  font-size: 11px;
  line-height: 26px;
}
div#fd.es .ui-datepicker .ui-datepicker-inline,
div#fd.es .ui-datepicker-inline .ui-datepicker-inline {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 35px;
}
div#fd.es .ui-datepicker .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-header {
  position: relative;
  padding: 8px 0 7px 0 !important;
  border: 1px solid #aaa !important;
  font-weight: bold !important;
  font-size: 11px !important;
  width: 100%;
  color: #636363 !important;
  text-shadow: 0 1px white !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 0 #fff !important;
  -webkit-box-shadow: 0 1px 0 #fff !important;
  -moz-box-shadow: 0 1px 0 #fff !important;
  background: #f8f8f8 !important;
  background: -moz-linear-gradient(top,#f8f8f8 0%,#ececec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,#f8f8f8 0%,#ececec 100%);
  background: -o-linear-gradient(top,#f8f8f8 0%,#ececec 100%);
  background: -ms-linear-gradient(top,#f8f8f8 0%,#ececec 100%);
  background: linear-gradient(top,#f8f8f8 0%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@esDatePickerHeaderBackground',endColorstr='@esDatePickerHeaderBackgroundHighlight',GradientType=0);
}
div#fd.es .ui-datepicker .ui-datepicker-prev,
div#fd.es .ui-datepicker .ui-datepicker-next,
div#fd.es .ui-datepicker-inline .ui-datepicker-prev,
div#fd.es .ui-datepicker-inline .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 0;
}
div#fd.es .ui-datepicker .ui-datepicker-prev-hover,
div#fd.es .ui-datepicker .ui-datepicker-next-hover,
div#fd.es .ui-datepicker-inline .ui-datepicker-prev-hover,
div#fd.es .ui-datepicker-inline .ui-datepicker-next-hover {
  background: none;
}
div#fd.es .ui-datepicker .ui-datepicker-prev,
div#fd.es .ui-datepicker-inline .ui-datepicker-prev {
  left: 2px;
}
div#fd.es .ui-datepicker .ui-datepicker-next,
div#fd.es .ui-datepicker-inline .ui-datepicker-next {
  right: 20px;
}
div#fd.es .ui-datepicker .ui-datepicker-prev span,
div#fd.es .ui-datepicker .ui-datepicker-next span,
div#fd.es .ui-datepicker-inline .ui-datepicker-prev span,
div#fd.es .ui-datepicker-inline .ui-datepicker-next span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 9px;
  background-image: url(../../../../../media/com_easysocial/images/ui/date-arrows.png);
  background-repeat: no-repeat;
}
div#fd.es .ui-datepicker .ui-datepicker-prev span,
div#fd.es .ui-datepicker-inline .ui-datepicker-prev span {
  background-position: 0 0;
}
div#fd.es .ui-datepicker .ui-datepicker-next span,
div#fd.es .ui-datepicker-inline .ui-datepicker-next span {
  background-position: -16px 0;
}
div#fd.es .ui-datepicker .ui-datepicker-title,
div#fd.es .ui-datepicker-inline .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 28px;
  height: 28px;
  text-align: center;
}
div#fd.es .ui-datepicker .ui-datepicker-title select,
div#fd.es .ui-datepicker-inline .ui-datepicker-title select {
  font-size: 11px;
  font-weight: normal;
  margin: 1px 0;
  background: #221E1D;
  border: 1px solid #333;
  display: inline-block;
  height: 28px;
  padding: 4px;
}
div#fd.es .ui-datepicker select.ui-datepicker-month-year,
div#fd.es .ui-datepicker-inline select.ui-datepicker-month-year {
  width: 100%;
}
div#fd.es .ui-datepicker select.ui-datepicker-month,
div#fd.es .ui-datepicker select.ui-datepicker-year,
div#fd.es .ui-datepicker-inline select.ui-datepicker-month,
div#fd.es .ui-datepicker-inline select.ui-datepicker-year {
  width: 42%;
}
div#fd.es .ui-datepicker table,
div#fd.es .ui-datepicker-inline table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0;
}
div#fd.es .ui-datepicker th,
div#fd.es .ui-datepicker-inline th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  background: #221E1D;
}
div#fd.es .ui-datepicker td,
div#fd.es .ui-datepicker-inline td {
  padding: 0px;
  line-height: 14px;
  border: 1px solid #aaa;
  padding: 0;
}
div#fd.es .ui-datepicker td span,
div#fd.es .ui-datepicker td a,
div#fd.es .ui-datepicker-inline td span,
div#fd.es .ui-datepicker-inline td a {
  display: block;
  padding: 4px 0 0;
  text-align: center;
  text-decoration: none;
}
div#fd.es .ui-datepicker .ui-datepicker-buttonpane,
div#fd.es .ui-datepicker-inline .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
div#fd.es .ui-datepicker .ui-datepicker-buttonpane button,
div#fd.es .ui-datepicker-inline .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
  font-size: 11px;
  line-height: 16px;
  height: 22px;
  font-weight: normal;
  border: 1px solid #111;
  *border: 0;
  border-bottom-color: #bebebe;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
div#fd.es .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
div#fd.es .ui-datepicker-inline .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
div#fd.es .ui-datepicker.ui-datepicker-multi,
div#fd.es .ui-datepicker-inline.ui-datepicker-multi {
  width: auto;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-group,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-group {
  float: left;
  border-left: 1px solid #cdcdcd;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-group:first-child,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-group:first-child {
  border-left: none;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-group table,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
div#fd.es .ui-datepicker .ui-datepicker-multi-2 .ui-datepicker-group,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
div#fd.es .ui-datepicker .ui-datepicker-multi-3 .ui-datepicker-group,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
div#fd.es .ui-datepicker .ui-datepicker-multi-4 .ui-datepicker-group,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
div#fd.es .ui-datepicker .ui-datepicker-multi .ui-datepicker-buttonpane,
div#fd.es .ui-datepicker-inline .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
div#fd.es .ui-datepicker .ui-datepicker-row-break,
div#fd.es .ui-datepicker-inline .ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl {
  direction: rtl;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-prev,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-next,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-prev:hover,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-next:hover,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-group,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
div#fd.es .ui-datepicker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
div#fd.es .ui-datepicker .ui-datepicker-header,
div#fd.es .ui-datepicker-inline .ui-datepicker-header {
  width: 201px;
}
div#fd.es .ui-datepicker th,
div#fd.es .ui-datepicker-inline th {
  font-weight: bold;
  color: gray;
  font-size: 12px;
}
div#fd.es .ui-datepicker tr,
div#fd.es .ui-datepicker-inline tr {
  border: 1px solid #aaa;
}
div#fd.es .ui-datepicker .ui-datepicker-today a:hover,
div#fd.es .ui-datepicker-inline .ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
div#fd.es .ui-datepicker .ui-datepicker-today a,
div#fd.es .ui-datepicker-inline .ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 1px;
  margin-bottom: 0px;
}
div#fd.es .ui-datepicker td a,
div#fd.es .ui-datepicker-inline td a {
  margin-bottom: 0px;
  border: 0px;
}
div#fd.es .ui-datepicker td:hover,
div#fd.es .ui-datepicker-inline td:hover {
  color: white;
}
div#fd.es .ui-datepicker td .ui-state-default,
div#fd.es .ui-datepicker-inline td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 6px;
  color: #505050;
  text-align: center;
  filter: none;
  height: auto;
}
div#fd.es .ui-datepicker td .ui-state-highlight,
div#fd.es .ui-datepicker-inline td .ui-state-highlight {
  background: #aaa;
}
div#fd.es .ui-datepicker td .ui-state-active,
div#fd.es .ui-datepicker-inline td .ui-state-active {
  background: #89bae2;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: white;
  border: 0px !important;
  border-radius: 0px;
}
div#fd.es .ui-datepicker td .ui-state-default:hover,
div#fd.es .ui-datepicker-inline td .ui-state-default:hover {
  background: #89bae2;
  color: white;
  border-radius: 0px;
}
div#fd.es .ui-timepicker-div {
  border: 1px solid #aaa;
  border-top: none;
  padding: 5px 5px 40px;
  color: #636363 !important;
}
div#fd.es .ui-timepicker-div dl dt,
div#fd.es .ui-timepicker-div dl dd {
  color: #636363 !important;
}
div#fd.es .ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
div#fd.es .ui-timepicker-div dl {
  margin: 0;
  padding: 0;
}
div#fd.es .ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
  line-height: 15px;
  text-align: left;
}
div#fd.es .ui-timepicker-div dl dd {
  margin: 0 10px 6px 65px;
  line-height: 15px;
}
div#fd.es .ui-timepicker-div td {
  font-size: 90%;
}
div#fd.es .ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
div#fd.es .ui-timepicker-rtl {
  direction: rtl;
}
div#fd.es .ui-timepicker-rtl dl {
  text-align: right;
}
div#fd.es .ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
div#fd.es .ui-datepicker-buttonpane {
  border: none;
  position: absolute;
  width: 95%;
  bottom: 8px;
  left: 3px;
}
div#fd.es .ui-datepicker-buttonpane:before,
div#fd.es .ui-datepicker-buttonpane:after {
  content: " ";
  display: table;
}
div#fd.es .ui-datepicker-buttonpane:after {
  clear: both;
}
div#fd.es .ui-datepicker-buttonpane.ui-widget-content {
  background: #fff !important;
  color: #636363 !important;
}
div#fd.es [class^="icon-es-"],
div#fd.es [class*=" icon-es-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  *margin-right: .3em;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-image: url("../../../../../media/com_easysocial/images/icons/icons-sprites.png") !important;
}
div#fd.es .es-nav [class^="icon-es-"],
div#fd.es .es-nav [class*=" icon-es-"] {
  margin-right: 2px;
}
div#fd.es .icon-es-12 {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
div#fd.es .icon-es-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
div#fd.es .icon-es-user {
  background-position: 0px 0px;
}
div#fd.es .icon-es-photos {
  background-position: -16px 0px;
}
div#fd.es .icon-es-note {
  background-position: -32px 0px;
}
div#fd.es .icon-es-drinks {
  background-position: -48px 0px;
}
div#fd.es .icon-es-safetybox {
  background-position: -64px 0px;
}
div#fd.es .icon-es-note2 {
  background-position: -80px 0px;
}
div#fd.es .icon-es-mail {
  background-position: -96px 0px;
}
div#fd.es .icon-es-friends {
  background-position: -112px 0px;
}
div#fd.es .icon-es-ball {
  background-position: -128px 0px;
}
div#fd.es .icon-es-album {
  background-position: -144px 0px;
}
div#fd.es .icon-es-love {
  background-position: -160px 0px;
}
div#fd.es .icon-es-games {
  background-position: -176px 0px;
}
div#fd.es .icon-es-videos {
  background-position: -192px 0px;
}
div#fd.es .icon-es-links {
  background-position: -208px 0px;
}
div#fd.es .icon-es-location {
  background-position: -224px 0px;
}
div#fd.es .icon-es-plus {
  background-position: -240px 0px;
}
div#fd.es .icon-es-minus {
  background-position: -256px 0px;
}
div#fd.es .icon-es-dropdown {
  background-position: -272px 0px;
  width: 6px;
  height: 4px;
}
div#fd.es .icon-es-clock {
  background-position: -288px 0px;
}
div#fd.es .icon-es-dialog {
  background-position: -304px 0px;
}
div#fd.es .icon-es-heart {
  background-position: -320px 0px;
}
div#fd.es .icon-es-user2 {
  background-position: -336px 0px;
}
div#fd.es .icon-es-pic {
  background-position: -352px 0px;
}
div#fd.es .icon-es-video {
  background-position: -368px 0px;
}
div#fd.es .icon-es-add {
  background-position: -384px 0px;
}
div#fd.es .icon-es-remove {
  background-position: -400px 0px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
div#fd.es .icon-es-comment-action {
  background-position: -288px -16px;
}
div#fd.es .icon-es-shared {
  background-position: -304px -16px;
}
div#fd.es .icon-es-points {
  background-position: -320px -16px;
}
div#fd.es .icon-es-create {
  background-position: -32px -16px;
}
div#fd.es .icon-es-pm {
  background-position: -48px -16px;
}
div#fd.es .icon-es-feed {
  background-position: -80px -16px;
}
div#fd.es .icon-es-clipboard {
  background-position: -96px -16px;
}
div#fd.es .icon-es-store {
  background-position: -112px -16px;
}
div#fd.es .icon-es-friends {
  background-position: -128px -16px;
}
div#fd.es .icon-es-usersuggest {
  background-position: -144px -16px;
}
div#fd.es .icon-es-mapdetect {
  background-position: -160px -16px;
}
div#fd.es .icon-es-chatgroup {
  background-position: -176px -16px;
}
div#fd.es .icon-es-basicinfo {
  background-position: -192px -16px;
}
div#fd.es .icon-es-book {
  background-position: -208px -16px;
}
div#fd.es .icon-es-building {
  background-position: -224px -16px;
}
div#fd.es .icon-es-useredit {
  background-position: -240px -16px;
}
div#fd.es .icon-es-delete {
  background-position: -256px -16px;
}
div#fd.es .icon-es-help {
  background-position: -272px -16px;
}
div#fd.es .icon-es-true {
  background-position: -336px -16px;
}
div#fd.es .icon-es-false {
  background-position: -352px -16px;
}
div#fd.es .icon-es-php {
  background-position: -368px -16px;
}
div#fd.es .icon-es-sql {
  background-position: -384px -16px;
}
div#fd.es .icon-es-pdf {
  background-position: -400px -16px;
}
div#fd.es .icon-es-text {
  background-position: -416px -16px;
}
div#fd.es .icon-es-unknown {
  background-position: -336px -32px;
}
div#fd.es .icon-es-mailbox {
  background-position: 0px -48px;
}
div#fd.es .icon-es-sentmail {
  background-position: -16px -48px;
}
div#fd.es .icon-es-upload {
  background-position: -32px -48px;
}
div#fd.es .icon-es-window-apps {
  background-position: -48px -48px;
}
div#fd.es .icon-es-window-fields {
  background-position: -64px -48px;
}
div#fd.es .icon-es-genius {
  background-position: 0px -64px;
}
div#fd.es .icon-es-wlan {
  background-position: -16px -64px;
}
div#fd.es .icon-es-aircon-mail {
  background-position: -32px -64px;
}
div#fd.es .icon-es-aircon-user {
  background-position: -48px -64px;
}
div#fd.es .icon-es-aircon-checkmark {
  background-position: -64px -64px;
}
div#fd.es .icon-es-aircon-document {
  background-position: -80px -64px;
}
div#fd.es .icon-es-aircon-following {
  background-position: -96px -64px;
}
div#fd.es .icon-es-aircon-adduser {
  background-position: -112px -64px;
}
div#fd.es .icon-es-aircon-locked {
  background-position: -128px -64px;
}
div#fd.es .icon-es-aircon-checkmark3 {
  background-position: -144px -64px;
}
div#fd.es .icon-es-aircon-follow {
  background-position: -160px -64px;
}
div#fd.es .icon-es-settings {
  background-position: 0px -32px;
}
div#fd.es .icon-es-account {
  background-position: -16px -32px;
}
div#fd.es .icon-es-app {
  background-position: -32px -32px;
}
div#fd.es .icon-es-tick {
  background-position: -48px -32px;
}
div#fd.es .icon-es-map {
  background-position: -64px -32px;
}
div#fd.es .icon-es-attachment {
  background-position: -80px -32px;
}
div#fd.es .icon-es-marker {
  background-position: -96px -32px;
}
div#fd.es .icon-es-cloud {
  background-position: -112px -32px;
}
div#fd.es .icon-es-mailbundle {
  background-position: -128px -32px;
}
div#fd.es .icon-es-zip {
  background-position: -144px -32px;
}
div#fd.es .icon-es-box {
  background-position: -160px -32px;
}
div#fd.es .icon-es-package {
  background-position: -176px -32px;
}
div#fd.es .icon-es-newspaper {
  background-position: -192px -32px;
}
div#fd.es .icon-es-cake {
  background-position: -208px -32px;
}
div#fd.es .icon-es-calendar {
  background-position: -224px -32px;
}
div#fd.es .icon-es-lifebuoy {
  background-position: -240px -32px;
}
div#fd.es .icon-es-save {
  background-position: -256px -32px;
}
div#fd.es .icon-es-facebook-16 {
  background-position: -272px -32px;
}
div#fd.es .icon-es-twitter-16 {
  background-position: -288px -32px;
}
div#fd.es .icon-es-linkedin-16 {
  background-position: -304px -32px;
}
div#fd.es .icon-es-joomla-16 {
  background-position: -320px -32px;
}
div#fd.es .icon-es-star {
  background-position: -352px -32px;
}
div#fd.es [class^="icon-es-empty-"],
div#fd.es [class*=" icon-es-empty-"] {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
div#fd.es .icon-es-empty-feed {
  background-position: 0px -112px;
}
div#fd.es .icon-es-empty-friends {
  background-position: -48px -112px;
}
div#fd.es .icon-es-empty-suggest {
  background-position: -96px -112px;
}
div#fd.es .icon-es-empty-pending {
  background-position: -144px -112px;
}
div#fd.es .icon-es-empty-request {
  background-position: -192px -112px;
}
div#fd.es .icon-es-empty-follow,
div#fd.es .icon-es-empty-group,
div#fd.es .icon-es-empty-event {
  background-position: -240px -112px;
}
div#fd.es .icon-es-empty-photo {
  background-position: -288px -112px;
}
div#fd.es .icon-es-empty-activity {
  background-position: -336px -112px;
}
div#fd.es .icon-es-empty-apps {
  background-position: -384px -112px;
}
div#fd.es .icon-es-empty-profile {
  background-position: -432px -112px;
}
div#fd.es .icon-es-empty-achievements {
  background-position: 0px -160px;
}
div#fd.es .icon-es-empty-search {
  background-position: -48px -160px;
}
div#fd.es .icon-es-replied {
  background-position: -448px -48px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
div#fd.es .icon-es-drag {
  background-position: -464px -48px;
  width: 8px;
  height: 22px;
}
div#fd.es .icon-es-x {
  background-position: -464px 0px;
  width: 6px;
  height: 6px;
  line-height: 6px;
  position: relative;
}
div#fd.es .icon-es-tri-up {
  background-position: -432px 0px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
div#fd.es .icon-es-tri-down {
  background-position: -448px 0px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
div#fd.es .icon-es-default_avatar {
  background-position: -432px -16px;
  width: 42px;
  height: 24px;
}
div#fd.es .icon-es-form-success {
  background-position: 0px -16px;
}
div#fd.es .icon-es-form-error {
  background-position: -16px -16px;
}
div#fd.es .icon-es-form-warning {
  background-position: -64px -16px;
}
div#fd.es .icon-es-email {
  background-position: 0px -80px;
}
div#fd.es .icon-es-facebook {
  background-position: -32px -80px;
}
div#fd.es .icon-es-twitter {
  background-position: -64px -80px;
}
div#fd.es .icon-es-google {
  background-position: -96px -80px;
}
div#fd.es .icon-es-live {
  background-position: -128px -80px;
}
div#fd.es .icon-es-linkedin {
  background-position: -160px -80px;
}
div#fd.es .icon-es-myspace {
  background-position: -192px -80px;
}
div#fd.es .icon-es-vk {
  background-position: -224px -80px;
}
div#fd.es .icon-es-stumbleupon {
  background-position: -256px -80px;
}
div#fd.es .icon-es-digg {
  background-position: -288px -80px;
}
div#fd.es .icon-es-tumblr {
  background-position: -320px -80px;
}
div#fd.es .icon-es-evernote {
  background-position: -352px -80px;
}
div#fd.es .icon-es-reddit {
  background-position: -384px -80px;
}
div#fd.es .icon-es-delicious {
  background-position: -416px -80px;
}
div#fd.es .icon-loader {
  display: inline-block;
  background-image: url("../../../../../media/com_easysocial/images/loading.gif") !important;
  width: 16px;
  height: 11px;
  line-height: 11px;
}
div#fd.es .icon-es-video-play {
  display: inline-block;
  background-image: url("../../../../../media/com_easysocial/images/icons/icon-es-video-play.png") !important;
  width: 35px;
  height: 26px;
  line-height: 26px;
}
div#fd.es [class^="icon-jar-"],
div#fd.es [class*=" icon-jar-"],
div#fd.es .icon-jar {
  display: inline-block;
  width: 32px;
  height: 32px;
  *margin-right: .3em;
  line-height: 32px;
  margin-top: -3px;
  vertical-align: text-top;
}
div#fd.es .jar-arcade_stick {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arcade_stick.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_down_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_down_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_down_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_down_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_left {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_left.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_left_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_left_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_left_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_left_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_right {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_right.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_right_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_right_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_right_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_right_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_up_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_up_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-arrow_up_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/arrow_up_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-atm {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/atm.png) no-repeat 0 0 !important;
}
div#fd.es .jar-atm_cash {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/atm_cash.png) no-repeat 0 0 !important;
}
div#fd.es .jar-bag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/bag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag_arrow {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag_arrow.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag_tag_arrow {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag_tag_arrow.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bag_user_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bag_user_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bags {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bags.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_bags_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_bags_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-brown_recycle_bag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/brown_recycle_bag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-calendar {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/calendar.png) no-repeat 0 0 !important;
}
div#fd.es .jar-calendar_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/calendar_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-calendar_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/calendar_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-calendar_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/calendar_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cash_register {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cash_register.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cash_register_arrow {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cash_register_arrow.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cash_register_open {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cash_register_open.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cd_case {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cd_case.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cd_case_cover {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cd_case_cover.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cd_case_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cd_case_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-chalkboard {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/chalkboard.png) no-repeat 0 0 !important;
}
div#fd.es .jar-chalkboard_chalk {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/chalkboard_chalk.png) no-repeat 0 0 !important;
}
div#fd.es .jar-chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-chart_alt {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/chart_alt.png) no-repeat 0 0 !important;
}
div#fd.es .jar-chat {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/chat.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clipboard {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clipboard.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clipboard_list {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clipboard_list.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clipboard_list_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clipboard_list_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clipboard_tick {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clipboard_tick.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clock {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clock.png) no-repeat 0 0 !important;
}
div#fd.es .jar-clock1 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/clock1.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cloud {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cloud.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cloud_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cloud_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cloud_sun {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cloud_sun.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cloud_thunder {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cloud_thunder.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cloud_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cloud_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-comment {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/comment.png) no-repeat 0 0 !important;
}
div#fd.es .jar-comment_blue_gloss {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/comment_blue_gloss.png) no-repeat 0 0 !important;
}
div#fd.es .jar-comment_gloss {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/comment_gloss.png) no-repeat 0 0 !important;
}
div#fd.es .jar-comment_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/comment_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-console_blank {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/console_blank.png) no-repeat 0 0 !important;
}
div#fd.es .jar-console_command {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/console_command.png) no-repeat 0 0 !important;
}
div#fd.es .jar-console_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/console_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-console_grid_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/console_grid_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-console_grid_chart_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/console_grid_chart_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-copy {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/copy.png) no-repeat 0 0 !important;
}
div#fd.es .jar-credit_card {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/credit_card.png) no-repeat 0 0 !important;
}
div#fd.es .jar-credit_card_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/credit_card_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-credit_card_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/credit_card_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-credit_cards {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/credit_cards.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cross {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cross.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cross1 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cross1.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cross_red {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cross_red.png) no-repeat 0 0 !important;
}
div#fd.es .jar-cross_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/cross_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-dashboard {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/dashboard.png) no-repeat 0 0 !important;
}
div#fd.es .jar-diamond {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/diamond.png) no-repeat 0 0 !important;
}
div#fd.es .jar-directions {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/directions.png) no-repeat 0 0 !important;
}
div#fd.es .jar-directions_left {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/directions_left.png) no-repeat 0 0 !important;
}
div#fd.es .jar-directions_right {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/directions_right.png) no-repeat 0 0 !important;
}
div#fd.es .jar-discount_coupon {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/discount_coupon.png) no-repeat 0 0 !important;
}
div#fd.es .jar-discount_coupon_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/discount_coupon_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-download {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/download.png) no-repeat 0 0 !important;
}
div#fd.es .jar-earth {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/earth.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_envelope {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_envelope.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_envelope_stack {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_envelope_stack.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_download {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_download.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_page_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_page_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_page_text {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_page_text.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_paper32 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_paper32.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_upload {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_upload.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_open_user {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_open_user.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_small_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_small_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-email_stack {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/email_stack.png) no-repeat 0 0 !important;
}
div#fd.es .jar-empty {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/empty.png) no-repeat 0 0 !important;
}
div#fd.es .jar-favourite {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/favourite.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_blue_page {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_blue_page.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_blue_pages {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_blue_pages.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_blue_photo {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_blue_photo.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_page {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_page.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_page_zip {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_page_zip.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_page_zip_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_page_zip_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_pages {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_pages.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-folder_photo {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/folder_photo.png) no-repeat 0 0 !important;
}
div#fd.es .jar-full {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/full.png) no-repeat 0 0 !important;
}
div#fd.es .jar-gift {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/gift.png) no-repeat 0 0 !important;
}
div#fd.es .jar-hazard {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/hazard.png) no-repeat 0 0 !important;
}
div#fd.es .jar-hd {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/hd.png) no-repeat 0 0 !important;
}
div#fd.es .jar-help {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/help.png) no-repeat 0 0 !important;
}
div#fd.es .jar-help1 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/help1.png) no-repeat 0 0 !important;
}
div#fd.es .jar-help_support {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/help_support.png) no-repeat 0 0 !important;
}
div#fd.es .jar-help_support_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/help_support_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-home {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/home.png) no-repeat 0 0 !important;
}
div#fd.es .jar-home_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/home_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-home_bushes_chimney {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/home_bushes_chimney.png) no-repeat 0 0 !important;
}
div#fd.es .jar-home_chimney {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/home_chimney.png) no-repeat 0 0 !important;
}
div#fd.es .jar-id_card {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/id_card.png) no-repeat 0 0 !important;
}
div#fd.es .jar-id_card_alt {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/id_card_alt.png) no-repeat 0 0 !important;
}
div#fd.es .jar-id_card_clear {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/id_card_clear.png) no-repeat 0 0 !important;
}
div#fd.es .jar-imac {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/imac.png) no-repeat 0 0 !important;
}
div#fd.es .jar-imac_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/imac_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-imac_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/imac_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_paper_download {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_paper_download.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_paper_go {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_paper_go.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_alt {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_alt.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_face {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_face.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_full {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_full.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_full_alt {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_full_alt.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_full_arrow {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_full_arrow.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_polaroid_full_face {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_polaroid_full_face.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-image_woodenframe {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/image_woodenframe.png) no-repeat 0 0 !important;
}
div#fd.es .jar-info {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/info.png) no-repeat 0 0 !important;
}
div#fd.es .jar-info_fix {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/info_fix.png) no-repeat 0 0 !important;
}
div#fd.es .jar-lightbulb {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/lightbulb.png) no-repeat 0 0 !important;
}
div#fd.es .jar-lightbulb_cfl {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/lightbulb_cfl.png) no-repeat 0 0 !important;
}
div#fd.es .jar-lightbulb_cfl_on {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/lightbulb_cfl_on.png) no-repeat 0 0 !important;
}
div#fd.es .jar-lightbulb_on {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/lightbulb_on.png) no-repeat 0 0 !important;
}
div#fd.es .jar-link {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/link.png) no-repeat 0 0 !important;
}
div#fd.es .jar-location_marker {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/location_marker.png) no-repeat 0 0 !important;
}
div#fd.es .jar-location_pin {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/location_pin.png) no-repeat 0 0 !important;
}
div#fd.es .jar-macbook {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/macbook.png) no-repeat 0 0 !important;
}
div#fd.es .jar-macbook_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/macbook_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-macbook_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/macbook_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-macbook_wifi {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/macbook_wifi.png) no-repeat 0 0 !important;
}
div#fd.es .jar-mail_envelope {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/mail_envelope.png) no-repeat 0 0 !important;
}
div#fd.es .jar-mail_envelope_open {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/mail_envelope_open.png) no-repeat 0 0 !important;
}
div#fd.es .jar-map {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/map.png) no-repeat 0 0 !important;
}
div#fd.es .jar-map1 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/map1.png) no-repeat 0 0 !important;
}
div#fd.es .jar-map_directions {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/map_directions.png) no-repeat 0 0 !important;
}
div#fd.es .jar-map_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/map_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-map_pin {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/map_pin.png) no-repeat 0 0 !important;
}
div#fd.es .jar-minus {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/minus.png) no-repeat 0 0 !important;
}
div#fd.es .jar-minus_red {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/minus_red.png) no-repeat 0 0 !important;
}
div#fd.es .jar-minus_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/minus_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-movieshd {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/movieshd.png) no-repeat 0 0 !important;
}
div#fd.es .jar-notepad {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/notepad.png) no-repeat 0 0 !important;
}
div#fd.es .jar-notepad_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/notepad_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-notes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/notes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-office {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/office.png) no-repeat 0 0 !important;
}
div#fd.es .jar-office_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/office_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-office_close_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/office_close_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-office_closed {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/office_closed.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blue_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blue_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blue_grid_chart {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blue_grid_chart.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blue_grid_chart_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blue_grid_chart_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blue_grid_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blue_grid_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blue_grid_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blue_grid_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_blueprint {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_blueprint.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_empty {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_empty.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_green_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_green_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_grid_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_grid_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_image {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_image.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_image_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_image_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_image_face {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_image_face.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_image_green {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_image_green.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_image_orange {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_image_orange.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_left {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_left.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_lined {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_lined.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_orange_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_orange_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_paper_stack {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_paper_stack.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_paper_stack_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_paper_stack_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_paper_stack_recycle {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_paper_stack_recycle.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_red_grid {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_red_grid.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_right {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_right.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_text {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_text.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_zip {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_zip.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_zip_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_zip_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_zip_stack {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_zip_stack.png) no-repeat 0 0 !important;
}
div#fd.es .jar-page_zip_up {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/page_zip_up.png) no-repeat 0 0 !important;
}
div#fd.es .jar-paper_fold {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/paper_fold.png) no-repeat 0 0 !important;
}
div#fd.es .jar-paper_fold_paper {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/paper_fold_paper.png) no-repeat 0 0 !important;
}
div#fd.es .jar-paper_tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/paper_tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencil_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencil_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencil_blue_eraser {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencil_blue_eraser.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencil_ruler_blue_eraser {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencil_ruler_blue_eraser.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencil_ruler_yellow_eraser {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencil_ruler_yellow_eraser.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencil_yellow_eraser {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencil_yellow_eraser.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencils {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencils.png) no-repeat 0 0 !important;
}
div#fd.es .jar-pencils_colours {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/pencils_colours.png) no-repeat 0 0 !important;
}
div#fd.es .jar-photos {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/photos.png) no-repeat 0 0 !important;
}
div#fd.es .jar-plus {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/plus.png) no-repeat 0 0 !important;
}
div#fd.es .jar-plus_red {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/plus_red.png) no-repeat 0 0 !important;
}
div#fd.es .jar-plus_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/plus_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-post_it_note {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/post_it_note.png) no-repeat 0 0 !important;
}
div#fd.es .jar-post_it_note_empty {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/post_it_note_empty.png) no-repeat 0 0 !important;
}
div#fd.es .jar-post_it_note_empty_write {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/post_it_note_empty_write.png) no-repeat 0 0 !important;
}
div#fd.es .jar-post_it_note_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/post_it_note_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-post_it_note_small_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/post_it_note_small_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-preferences {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/preferences.png) no-repeat 0 0 !important;
}
div#fd.es .jar-public {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/public.png) no-repeat 0 0 !important;
}
div#fd.es .jar-puzzle_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/puzzle_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-puzzle_gray {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/puzzle_gray.png) no-repeat 0 0 !important;
}
div#fd.es .jar-puzzle_green {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/puzzle_green.png) no-repeat 0 0 !important;
}
div#fd.es .jar-recycle {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/recycle.png) no-repeat 0 0 !important;
}
div#fd.es .jar-rss {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/rss.png) no-repeat 0 0 !important;
}
div#fd.es .jar-settings {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/settings.png) no-repeat 0 0 !important;
}
div#fd.es .jar-settings_2 {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/settings_2.png) no-repeat 0 0 !important;
}
div#fd.es .jar-shopping_basket {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/shopping_basket.png) no-repeat 0 0 !important;
}
div#fd.es .jar-shopping_basket_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/shopping_basket_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-shopping_basket_full {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/shopping_basket_full.png) no-repeat 0 0 !important;
}
div#fd.es .jar-shopping_basket_full_packages {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/shopping_basket_full_packages.png) no-repeat 0 0 !important;
}
div#fd.es .jar-shopping_basket_gray {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/shopping_basket_gray.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_digg {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_digg.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_dribbble {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_dribbble.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_email {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_email.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_email_rss {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_email_rss.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_email_small_pencil {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_email_small_pencil.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_facebook {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_facebook.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_flickr {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_flickr.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_forrst {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_forrst.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_gplus {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_gplus.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_like_facebook {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_like_facebook.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_linkedin {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_linkedin.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_retweet {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_retweet.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_rss {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_rss.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_spotify {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_spotify.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_tumblr {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_tumblr.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_twitter {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_twitter.png) no-repeat 0 0 !important;
}
div#fd.es .jar-social_wordpress {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/social_wordpress.png) no-repeat 0 0 !important;
}
div#fd.es .jar-star {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/star.png) no-repeat 0 0 !important;
}
div#fd.es .jar-star_half {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/star_half.png) no-repeat 0 0 !important;
}
div#fd.es .jar-star_off {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/star_off.png) no-repeat 0 0 !important;
}
div#fd.es .jar-stats {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/stats.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_blue_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_blue_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_blue_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_blue_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_pink {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_pink.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_pink_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_pink_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_red {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_red.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_closed_red_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_closed_red_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_pink {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_pink.png) no-repeat 0 0 !important;
}
div#fd.es .jar-store_pink_bushes {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/store_pink_bushes.png) no-repeat 0 0 !important;
}
div#fd.es .jar-switch {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/switch.png) no-repeat 0 0 !important;
}
div#fd.es .jar-switch_screws {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/switch_screws.png) no-repeat 0 0 !important;
}
div#fd.es .jar-switch_settings {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/switch_settings.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tag {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tag.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tag_yellow {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tag_yellow.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tick {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tick.png) no-repeat 0 0 !important;
}
div#fd.es .jar-ticket {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/ticket.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tickets {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tickets.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tool_box {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tool_box.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tool_box_open {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tool_box_open.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tool_hammer {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tool_hammer.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tv_widescreen {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tv_widescreen.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tv_widescreen_down {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tv_widescreen_down.png) no-repeat 0 0 !important;
}
div#fd.es .jar-tv_widescreen_off {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/tv_widescreen_off.png) no-repeat 0 0 !important;
}
div#fd.es .jar-upload {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/upload.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_blue {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_blue.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_client {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_client.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_gold {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_gold.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_gold_shine {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_gold_shine.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_silver {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_silver.png) no-repeat 0 0 !important;
}
div#fd.es .jar-user_woodenframe {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/user_woodenframe.png) no-repeat 0 0 !important;
}
div#fd.es .jar-users {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/users.png) no-repeat 0 0 !important;
}
div#fd.es .jar-vector {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/vector.png) no-repeat 0 0 !important;
}
div#fd.es .jar-wallet {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/wallet.png) no-repeat 0 0 !important;
}
div#fd.es .jar-wallet_brown {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/wallet_brown.png) no-repeat 0 0 !important;
}
div#fd.es .jar-warning {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/warning.png) no-repeat 0 0 !important;
}
div#fd.es .jar-warning_cleanup {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/warning_cleanup.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_blog {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_blog.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_blog_header {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_blog_header.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_blog_main_column {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_blog_main_column.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_blog_sidebar {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_blog_sidebar.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_browser {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_browser.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_standard {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_standard.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_standard_header {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_standard_header.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_standard_left_sidebar {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_standard_left_sidebar.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_standard_main {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_standard_main.png) no-repeat 0 0 !important;
}
div#fd.es .jar-web_standard_right_sidebar {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/web_standard_right_sidebar.png) no-repeat 0 0 !important;
}
div#fd.es .jar-window_sidebar {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/window_sidebar.png) no-repeat 0 0 !important;
}
div#fd.es .jar-working {
  background: url(../../../../../media/com_easysocial/images/icons/icons-jar/working.png) no-repeat 0 0 !important;
}
div#fd.es .es-emoticon,
div#fd.es .es-emoticon img {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../../../../media/com_easysocial/images/icons/icons-emo.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5),not all,not all,(min-resolution: 144dpi) {
  div#fd.es .es-emoticon {
    background-image: url("../../../../../media/com_easysocial/images/icons/icons-emo@2x.png") !important;
    background-size: 200px 120px;
  }
}
div#fd.es .es-emoticon-happy {
  background-position: 0px 0px;
}
div#fd.es .es-emoticon-great {
  background-position: -20px 0px;
}
div#fd.es .es-emoticon-sad {
  background-position: -160px 0px;
}
div#fd.es .es-emoticon-bored {
  background-position: 0px -20px;
}
div#fd.es .es-emoticon-irritated {
  background-position: -60px -20px;
}
div#fd.es .es-emoticon-sweat {
  background-position: -20px -40px;
}
div#fd.es .es-emoticon-pretty {
  background-position: -60px -40px;
}
div#fd.es .es-emoticon-shocked {
  background-position: -120px -40px;
}
div#fd.es .es-emoticon-annoyed {
  background-position: -140px -40px;
}
div#fd.es .es-emoticon-angry {
  background-position: -180px -40px;
}
div#fd.es .es-emoticon-sick {
  background-position: -60px -60px;
}
div#fd.es .es-emoticon-special {
  background-position: -100px -60px;
}
div#fd.es .es-emoticon-tired {
  background-position: -120px -60px;
}
div#fd.es .es-emoticon-speechless {
  background-position: -120px -80px;
}
div#fd.es .es-emoticon-blessed {
  background-position: -20px -100px;
}
div#fd.es .es-emoticon-loved {
  background-position: -100px -100px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../media/foundry/4.0/styles/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../../media/foundry/4.0/styles/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
  url('../../../../../media/foundry/4.0/styles/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
  url('../../../../../media/foundry/4.0/styles/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
  url('../../../../../media/foundry/4.0/styles/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
div#fd.es .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
div#fd.es .fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
div#fd.es .fa-2x {
  font-size: 2em;
}
div#fd.es .fa-3x {
  font-size: 3em;
}
div#fd.es .fa-4x {
  font-size: 4em;
}
div#fd.es .fa-5x {
  font-size: 5em;
}
div#fd.es .fa-fw {
  width: 1.2857142857143em;
  text-align: center;
}
div#fd.es .fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
div#fd.es .fa-ul > li {
  position: relative;
}
div#fd.es .fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
div#fd.es .fa-li.fa-lg {
  left: -1.8571428571429em;
}
div#fd.es .fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
div#fd.es .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
div#fd.es .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
div#fd.es .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div#fd.es .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
div#fd.es .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
div#fd.es .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
div#fd.es .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
div#fd.es :root .fa-rotate-90,
div#fd.es :root .fa-rotate-180,
div#fd.es :root .fa-rotate-270,
div#fd.es :root .fa-flip-horizontal,
div#fd.es :root .fa-flip-vertical {
  filter: none;
}
div#fd.es .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
div#fd.es .fa-stack-1x,
div#fd.es .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
div#fd.es .fa-stack-1x {
  line-height: inherit;
}
div#fd.es .fa-stack-2x {
  font-size: 2em;
}
div#fd.es .fa-inverse {
  color: #fff;
}
div#fd.es .fa-glass:before {
  content: "\f000";
}
div#fd.es .fa-music:before {
  content: "\f001";
}
div#fd.es .fa-search:before {
  content: "\f002";
}
div#fd.es .fa-envelope-o:before {
  content: "\f003";
}
div#fd.es .fa-heart:before {
  content: "\f004";
}
div#fd.es .fa-star:before {
  content: "\f005";
}
div#fd.es .fa-star-o:before {
  content: "\f006";
}
div#fd.es .fa-user:before {
  content: "\f007";
}
div#fd.es .fa-film:before {
  content: "\f008";
}
div#fd.es .fa-th-large:before {
  content: "\f009";
}
div#fd.es .fa-th:before {
  content: "\f00a";
}
div#fd.es .fa-th-list:before {
  content: "\f00b";
}
div#fd.es .fa-check:before {
  content: "\f00c";
}
div#fd.es .fa-remove:before,
div#fd.es .fa-close:before,
div#fd.es .fa-times:before {
  content: "\f00d";
}
div#fd.es .fa-search-plus:before {
  content: "\f00e";
}
div#fd.es .fa-search-minus:before {
  content: "\f010";
}
div#fd.es .fa-power-off:before {
  content: "\f011";
}
div#fd.es .fa-signal:before {
  content: "\f012";
}
div#fd.es .fa-gear:before,
div#fd.es .fa-cog:before {
  content: "\f013";
}
div#fd.es .fa-trash-o:before {
  content: "\f014";
}
div#fd.es .fa-home:before {
  content: "\f015";
}
div#fd.es .fa-file-o:before {
  content: "\f016";
}
div#fd.es .fa-clock-o:before {
  content: "\f017";
}
div#fd.es .fa-road:before {
  content: "\f018";
}
div#fd.es .fa-download:before {
  content: "\f019";
}
div#fd.es .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
div#fd.es .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
div#fd.es .fa-inbox:before {
  content: "\f01c";
}
div#fd.es .fa-play-circle-o:before {
  content: "\f01d";
}
div#fd.es .fa-rotate-right:before,
div#fd.es .fa-repeat:before {
  content: "\f01e";
}
div#fd.es .fa-refresh:before {
  content: "\f021";
}
div#fd.es .fa-list-alt:before {
  content: "\f022";
}
div#fd.es .fa-lock:before {
  content: "\f023";
}
div#fd.es .fa-flag:before {
  content: "\f024";
}
div#fd.es .fa-headphones:before {
  content: "\f025";
}
div#fd.es .fa-volume-off:before {
  content: "\f026";
}
div#fd.es .fa-volume-down:before {
  content: "\f027";
}
div#fd.es .fa-volume-up:before {
  content: "\f028";
}
div#fd.es .fa-qrcode:before {
  content: "\f029";
}
div#fd.es .fa-barcode:before {
  content: "\f02a";
}
div#fd.es .fa-tag:before {
  content: "\f02b";
}
div#fd.es .fa-tags:before {
  content: "\f02c";
}
div#fd.es .fa-book:before {
  content: "\f02d";
}
div#fd.es .fa-bookmark:before {
  content: "\f02e";
}
div#fd.es .fa-print:before {
  content: "\f02f";
}
div#fd.es .fa-camera:before {
  content: "\f030";
}
div#fd.es .fa-font:before {
  content: "\f031";
}
div#fd.es .fa-bold:before {
  content: "\f032";
}
div#fd.es .fa-italic:before {
  content: "\f033";
}
div#fd.es .fa-text-height:before {
  content: "\f034";
}
div#fd.es .fa-text-width:before {
  content: "\f035";
}
div#fd.es .fa-align-left:before {
  content: "\f036";
}
div#fd.es .fa-align-center:before {
  content: "\f037";
}
div#fd.es .fa-align-right:before {
  content: "\f038";
}
div#fd.es .fa-align-justify:before {
  content: "\f039";
}
div#fd.es .fa-list:before {
  content: "\f03a";
}
div#fd.es .fa-dedent:before,
div#fd.es .fa-outdent:before {
  content: "\f03b";
}
div#fd.es .fa-indent:before {
  content: "\f03c";
}
div#fd.es .fa-video-camera:before {
  content: "\f03d";
}
div#fd.es .fa-photo:before,
div#fd.es .fa-image:before,
div#fd.es .fa-picture-o:before {
  content: "\f03e";
}
div#fd.es .fa-pencil:before {
  content: "\f040";
}
div#fd.es .fa-map-marker:before {
  content: "\f041";
}
div#fd.es .fa-adjust:before {
  content: "\f042";
}
div#fd.es .fa-tint:before {
  content: "\f043";
}
div#fd.es .fa-edit:before,
div#fd.es .fa-pencil-square-o:before {
  content: "\f044";
}
div#fd.es .fa-share-square-o:before {
  content: "\f045";
}
div#fd.es .fa-check-square-o:before {
  content: "\f046";
}
div#fd.es .fa-arrows:before {
  content: "\f047";
}
div#fd.es .fa-step-backward:before {
  content: "\f048";
}
div#fd.es .fa-fast-backward:before {
  content: "\f049";
}
div#fd.es .fa-backward:before {
  content: "\f04a";
}
div#fd.es .fa-play:before {
  content: "\f04b";
}
div#fd.es .fa-pause:before {
  content: "\f04c";
}
div#fd.es .fa-stop:before {
  content: "\f04d";
}
div#fd.es .fa-forward:before {
  content: "\f04e";
}
div#fd.es .fa-fast-forward:before {
  content: "\f050";
}
div#fd.es .fa-step-forward:before {
  content: "\f051";
}
div#fd.es .fa-eject:before {
  content: "\f052";
}
div#fd.es .fa-chevron-left:before {
  content: "\f053";
}
div#fd.es .fa-chevron-right:before {
  content: "\f054";
}
div#fd.es .fa-plus-circle:before {
  content: "\f055";
}
div#fd.es .fa-minus-circle:before {
  content: "\f056";
}
div#fd.es .fa-times-circle:before {
  content: "\f057";
}
div#fd.es .fa-check-circle:before {
  content: "\f058";
}
div#fd.es .fa-question-circle:before {
  content: "\f059";
}
div#fd.es .fa-info-circle:before {
  content: "\f05a";
}
div#fd.es .fa-crosshairs:before {
  content: "\f05b";
}
div#fd.es .fa-times-circle-o:before {
  content: "\f05c";
}
div#fd.es .fa-check-circle-o:before {
  content: "\f05d";
}
div#fd.es .fa-ban:before {
  content: "\f05e";
}
div#fd.es .fa-arrow-left:before {
  content: "\f060";
}
div#fd.es .fa-arrow-right:before {
  content: "\f061";
}
div#fd.es .fa-arrow-up:before {
  content: "\f062";
}
div#fd.es .fa-arrow-down:before {
  content: "\f063";
}
div#fd.es .fa-mail-forward:before,
div#fd.es .fa-share:before {
  content: "\f064";
}
div#fd.es .fa-share-2:before {
  content: "\f064";
}
div#fd.es .fa-expand:before {
  content: "\f065";
}
div#fd.es .fa-compress:before {
  content: "\f066";
}
div#fd.es .fa-plus:before {
  content: "\f067";
}
div#fd.es .fa-minus:before {
  content: "\f068";
}
div#fd.es .fa-asterisk:before {
  content: "\f069";
}
div#fd.es .fa-exclamation-circle:before {
  content: "\f06a";
}
div#fd.es .fa-gift:before {
  content: "\f06b";
}
div#fd.es .fa-leaf:before {
  content: "\f06c";
}
div#fd.es .fa-fire:before {
  content: "\f06d";
}
div#fd.es .fa-eye:before {
  content: "\f06e";
}
div#fd.es .fa-eye-slash:before {
  content: "\f070";
}
div#fd.es .fa-warning:before,
div#fd.es .fa-exclamation-triangle:before {
  content: "\f071";
}
div#fd.es .fa-plane:before {
  content: "\f072";
}
div#fd.es .fa-calendar:before {
  content: "\f073";
}
div#fd.es .fa-random:before {
  content: "\f074";
}
div#fd.es .fa-comment:before {
  content: "\f075";
}
div#fd.es .fa-magnet:before {
  content: "\f076";
}
div#fd.es .fa-chevron-up:before {
  content: "\f077";
}
div#fd.es .fa-chevron-down:before {
  content: "\f078";
}
div#fd.es .fa-retweet:before {
  content: "\f079";
}
div#fd.es .fa-shopping-cart:before {
  content: "\f07a";
}
div#fd.es .fa-folder:before {
  content: "\f07b";
}
div#fd.es .fa-folder-open:before {
  content: "\f07c";
}
div#fd.es .fa-arrows-v:before {
  content: "\f07d";
}
div#fd.es .fa-arrows-h:before {
  content: "\f07e";
}
div#fd.es .fa-bar-chart-o:before,
div#fd.es .fa-bar-chart:before {
  content: "\f080";
}
div#fd.es .fa-twitter-square:before {
  content: "\f081";
}
div#fd.es .fa-facebook-square:before {
  content: "\f082";
}
div#fd.es .fa-camera-retro:before {
  content: "\f083";
}
div#fd.es .fa-key:before {
  content: "\f084";
}
div#fd.es .fa-gears:before,
div#fd.es .fa-cogs:before {
  content: "\f085";
}
div#fd.es .fa-comments:before {
  content: "\f086";
}
div#fd.es .fa-thumbs-o-up:before {
  content: "\f087";
}
div#fd.es .fa-thumbs-o-down:before {
  content: "\f088";
}
div#fd.es .fa-star-half:before {
  content: "\f089";
}
div#fd.es .fa-heart-o:before {
  content: "\f08a";
}
div#fd.es .fa-sign-out:before {
  content: "\f08b";
}
div#fd.es .fa-linkedin-square:before {
  content: "\f08c";
}
div#fd.es .fa-thumb-tack:before {
  content: "\f08d";
}
div#fd.es .fa-external-link:before {
  content: "\f08e";
}
div#fd.es .fa-sign-in:before {
  content: "\f090";
}
div#fd.es .fa-trophy:before {
  content: "\f091";
}
div#fd.es .fa-github-square:before {
  content: "\f092";
}
div#fd.es .fa-upload:before {
  content: "\f093";
}
div#fd.es .fa-lemon-o:before {
  content: "\f094";
}
div#fd.es .fa-phone:before {
  content: "\f095";
}
div#fd.es .fa-square-o:before {
  content: "\f096";
}
div#fd.es .fa-bookmark-o:before {
  content: "\f097";
}
div#fd.es .fa-phone-square:before {
  content: "\f098";
}
div#fd.es .fa-twitter:before {
  content: "\f099";
}
div#fd.es .fa-facebook-f:before,
div#fd.es .fa-facebook:before {
  content: "\f09a";
}
div#fd.es .fa-github:before {
  content: "\f09b";
}
div#fd.es .fa-unlock:before {
  content: "\f09c";
}
div#fd.es .fa-credit-card:before {
  content: "\f09d";
}
div#fd.es .fa-rss:before {
  content: "\f09e";
}
div#fd.es .fa-hdd-o:before {
  content: "\f0a0";
}
div#fd.es .fa-bullhorn:before {
  content: "\f0a1";
}
div#fd.es .fa-bell:before {
  content: "\f0f3";
}
div#fd.es .fa-certificate:before {
  content: "\f0a3";
}
div#fd.es .fa-hand-o-right:before {
  content: "\f0a4";
}
div#fd.es .fa-hand-o-left:before {
  content: "\f0a5";
}
div#fd.es .fa-hand-o-up:before {
  content: "\f0a6";
}
div#fd.es .fa-hand-o-down:before {
  content: "\f0a7";
}
div#fd.es .fa-arrow-circle-left:before {
  content: "\f0a8";
}
div#fd.es .fa-arrow-circle-right:before {
  content: "\f0a9";
}
div#fd.es .fa-arrow-circle-up:before {
  content: "\f0aa";
}
div#fd.es .fa-arrow-circle-down:before {
  content: "\f0ab";
}
div#fd.es .fa-globe:before {
  content: "\f0ac";
}
div#fd.es .fa-wrench:before {
  content: "\f0ad";
}
div#fd.es .fa-tasks:before {
  content: "\f0ae";
}
div#fd.es .fa-filter:before {
  content: "\f0b0";
}
div#fd.es .fa-briefcase:before {
  content: "\f0b1";
}
div#fd.es .fa-arrows-alt:before {
  content: "\f0b2";
}
div#fd.es .fa-group:before,
div#fd.es .fa-users:before {
  content: "\f0c0";
}
div#fd.es .fa-chain:before,
div#fd.es .fa-link:before {
  content: "\f0c1";
}
div#fd.es .fa-cloud:before {
  content: "\f0c2";
}
div#fd.es .fa-flask:before {
  content: "\f0c3";
}
div#fd.es .fa-cut:before,
div#fd.es .fa-scissors:before {
  content: "\f0c4";
}
div#fd.es .fa-copy:before,
div#fd.es .fa-files-o:before {
  content: "\f0c5";
}
div#fd.es .fa-paperclip:before {
  content: "\f0c6";
}
div#fd.es .fa-save:before,
div#fd.es .fa-floppy-o:before {
  content: "\f0c7";
}
div#fd.es .fa-square:before {
  content: "\f0c8";
}
div#fd.es .fa-navicon:before,
div#fd.es .fa-reorder:before,
div#fd.es .fa-bars:before {
  content: "\f0c9";
}
div#fd.es .fa-list-ul:before {
  content: "\f0ca";
}
div#fd.es .fa-list-ol:before {
  content: "\f0cb";
}
div#fd.es .fa-strikethrough:before {
  content: "\f0cc";
}
div#fd.es .fa-underline:before {
  content: "\f0cd";
}
div#fd.es .fa-table:before {
  content: "\f0ce";
}
div#fd.es .fa-magic:before {
  content: "\f0d0";
}
div#fd.es .fa-truck:before {
  content: "\f0d1";
}
div#fd.es .fa-pinterest:before {
  content: "\f0d2";
}
div#fd.es .fa-pinterest-square:before {
  content: "\f0d3";
}
div#fd.es .fa-google-plus-square:before {
  content: "\f0d4";
}
div#fd.es .fa-google-plus:before {
  content: "\f0d5";
}
div#fd.es .fa-money:before {
  content: "\f0d6";
}
div#fd.es .fa-caret-down:before {
  content: "\f0d7";
}
div#fd.es .fa-caret-up:before {
  content: "\f0d8";
}
div#fd.es .fa-caret-left:before {
  content: "\f0d9";
}
div#fd.es .fa-caret-right:before {
  content: "\f0da";
}
div#fd.es .fa-columns:before {
  content: "\f0db";
}
div#fd.es .fa-unsorted:before,
div#fd.es .fa-sort:before {
  content: "\f0dc";
}
div#fd.es .fa-sort-down:before,
div#fd.es .fa-sort-desc:before {
  content: "\f0dd";
}
div#fd.es .fa-sort-up:before,
div#fd.es .fa-sort-asc:before {
  content: "\f0de";
}
div#fd.es .fa-envelope:before {
  content: "\f0e0";
}
div#fd.es .fa-linkedin:before {
  content: "\f0e1";
}
div#fd.es .fa-rotate-left:before,
div#fd.es .fa-undo:before {
  content: "\f0e2";
}
div#fd.es .fa-legal:before,
div#fd.es .fa-gavel:before {
  content: "\f0e3";
}
div#fd.es .fa-dashboard:before,
div#fd.es .fa-tachometer:before {
  content: "\f0e4";
}
div#fd.es .fa-comment-o:before {
  content: "\f0e5";
}
div#fd.es .fa-comments-o:before {
  content: "\f0e6";
}
div#fd.es .fa-flash:before,
div#fd.es .fa-bolt:before {
  content: "\f0e7";
}
div#fd.es .fa-sitemap:before {
  content: "\f0e8";
}
div#fd.es .fa-umbrella:before {
  content: "\f0e9";
}
div#fd.es .fa-paste:before,
div#fd.es .fa-clipboard:before {
  content: "\f0ea";
}
div#fd.es .fa-lightbulb-o:before {
  content: "\f0eb";
}
div#fd.es .fa-exchange:before {
  content: "\f0ec";
}
div#fd.es .fa-cloud-download:before {
  content: "\f0ed";
}
div#fd.es .fa-cloud-upload:before {
  content: "\f0ee";
}
div#fd.es .fa-user-md:before {
  content: "\f0f0";
}
div#fd.es .fa-stethoscope:before {
  content: "\f0f1";
}
div#fd.es .fa-suitcase:before {
  content: "\f0f2";
}
div#fd.es .fa-bell-o:before {
  content: "\f0a2";
}
div#fd.es .fa-coffee:before {
  content: "\f0f4";
}
div#fd.es .fa-cutlery:before {
  content: "\f0f5";
}
div#fd.es .fa-file-text-o:before {
  content: "\f0f6";
}
div#fd.es .fa-building-o:before {
  content: "\f0f7";
}
div#fd.es .fa-hospital-o:before {
  content: "\f0f8";
}
div#fd.es .fa-ambulance:before {
  content: "\f0f9";
}
div#fd.es .fa-medkit:before {
  content: "\f0fa";
}
div#fd.es .fa-fighter-jet:before {
  content: "\f0fb";
}
div#fd.es .fa-beer:before {
  content: "\f0fc";
}
div#fd.es .fa-h-square:before {
  content: "\f0fd";
}
div#fd.es .fa-plus-square:before {
  content: "\f0fe";
}
div#fd.es .fa-angle-double-left:before {
  content: "\f100";
}
div#fd.es .fa-angle-double-right:before {
  content: "\f101";
}
div#fd.es .fa-angle-double-up:before {
  content: "\f102";
}
div#fd.es .fa-angle-double-down:before {
  content: "\f103";
}
div#fd.es .fa-angle-left:before {
  content: "\f104";
}
div#fd.es .fa-angle-right:before {
  content: "\f105";
}
div#fd.es .fa-angle-up:before {
  content: "\f106";
}
div#fd.es .fa-angle-down:before {
  content: "\f107";
}
div#fd.es .fa-desktop:before {
  content: "\f108";
}
div#fd.es .fa-laptop:before {
  content: "\f109";
}
div#fd.es .fa-tablet:before {
  content: "\f10a";
}
div#fd.es .fa-mobile-phone:before,
div#fd.es .fa-mobile:before {
  content: "\f10b";
}
div#fd.es .fa-circle-o:before {
  content: "\f10c";
}
div#fd.es .fa-quote-left:before {
  content: "\f10d";
}
div#fd.es .fa-quote-right:before {
  content: "\f10e";
}
div#fd.es .fa-spinner:before {
  content: "\f110";
}
div#fd.es .fa-circle:before {
  content: "\f111";
}
div#fd.es .fa-mail-reply:before,
div#fd.es .fa-reply:before {
  content: "\f112";
}
div#fd.es .fa-github-alt:before {
  content: "\f113";
}
div#fd.es .fa-folder-o:before {
  content: "\f114";
}
div#fd.es .fa-folder-open-o:before {
  content: "\f115";
}
div#fd.es .fa-smile-o:before {
  content: "\f118";
}
div#fd.es .fa-frown-o:before {
  content: "\f119";
}
div#fd.es .fa-meh-o:before {
  content: "\f11a";
}
div#fd.es .fa-gamepad:before {
  content: "\f11b";
}
div#fd.es .fa-keyboard-o:before {
  content: "\f11c";
}
div#fd.es .fa-flag-o:before {
  content: "\f11d";
}
div#fd.es .fa-flag-checkered:before {
  content: "\f11e";
}
div#fd.es .fa-terminal:before {
  content: "\f120";
}
div#fd.es .fa-code:before {
  content: "\f121";
}
div#fd.es .fa-mail-reply-all:before,
div#fd.es .fa-reply-all:before {
  content: "\f122";
}
div#fd.es .fa-star-half-empty:before,
div#fd.es .fa-star-half-full:before,
div#fd.es .fa-star-half-o:before {
  content: "\f123";
}
div#fd.es .fa-location-arrow:before {
  content: "\f124";
}
div#fd.es .fa-crop:before {
  content: "\f125";
}
div#fd.es .fa-code-fork:before {
  content: "\f126";
}
div#fd.es .fa-unlink:before,
div#fd.es .fa-chain-broken:before {
  content: "\f127";
}
div#fd.es .fa-question:before {
  content: "\f128";
}
div#fd.es .fa-info:before {
  content: "\f129";
}
div#fd.es .fa-exclamation:before {
  content: "\f12a";
}
div#fd.es .fa-superscript:before {
  content: "\f12b";
}
div#fd.es .fa-subscript:before {
  content: "\f12c";
}
div#fd.es .fa-eraser:before {
  content: "\f12d";
}
div#fd.es .fa-puzzle-piece:before {
  content: "\f12e";
}
div#fd.es .fa-microphone:before {
  content: "\f130";
}
div#fd.es .fa-microphone-slash:before {
  content: "\f131";
}
div#fd.es .fa-shield:before {
  content: "\f132";
}
div#fd.es .fa-calendar-o:before {
  content: "\f133";
}
div#fd.es .fa-fire-extinguisher:before {
  content: "\f134";
}
div#fd.es .fa-rocket:before {
  content: "\f135";
}
div#fd.es .fa-maxcdn:before {
  content: "\f136";
}
div#fd.es .fa-chevron-circle-left:before {
  content: "\f137";
}
div#fd.es .fa-chevron-circle-right:before {
  content: "\f138";
}
div#fd.es .fa-chevron-circle-up:before {
  content: "\f139";
}
div#fd.es .fa-chevron-circle-down:before {
  content: "\f13a";
}
div#fd.es .fa-html5:before {
  content: "\f13b";
}
div#fd.es .fa-css3:before {
  content: "\f13c";
}
div#fd.es .fa-anchor:before {
  content: "\f13d";
}
div#fd.es .fa-unlock-alt:before {
  content: "\f13e";
}
div#fd.es .fa-bullseye:before {
  content: "\f140";
}
div#fd.es .fa-ellipsis-h:before {
  content: "\f141";
}
div#fd.es .fa-ellipsis-v:before {
  content: "\f142";
}
div#fd.es .fa-rss-square:before {
  content: "\f143";
}
div#fd.es .fa-play-circle:before {
  content: "\f144";
}
div#fd.es .fa-ticket:before {
  content: "\f145";
}
div#fd.es .fa-minus-square:before {
  content: "\f146";
}
div#fd.es .fa-minus-square-o:before {
  content: "\f147";
}
div#fd.es .fa-level-up:before {
  content: "\f148";
}
div#fd.es .fa-level-down:before {
  content: "\f149";
}
div#fd.es .fa-check-square:before {
  content: "\f14a";
}
div#fd.es .fa-pencil-square:before {
  content: "\f14b";
}
div#fd.es .fa-external-link-square:before {
  content: "\f14c";
}
div#fd.es .fa-share-square:before {
  content: "\f14d";
}
div#fd.es .fa-compass:before {
  content: "\f14e";
}
div#fd.es .fa-toggle-down:before,
div#fd.es .fa-caret-square-o-down:before {
  content: "\f150";
}
div#fd.es .fa-toggle-up:before,
div#fd.es .fa-caret-square-o-up:before {
  content: "\f151";
}
div#fd.es .fa-toggle-right:before,
div#fd.es .fa-caret-square-o-right:before {
  content: "\f152";
}
div#fd.es .fa-euro:before,
div#fd.es .fa-eur:before {
  content: "\f153";
}
div#fd.es .fa-gbp:before {
  content: "\f154";
}
div#fd.es .fa-dollar:before,
div#fd.es .fa-usd:before {
  content: "\f155";
}
div#fd.es .fa-rupee:before,
div#fd.es .fa-inr:before {
  content: "\f156";
}
div#fd.es .fa-cny:before,
div#fd.es .fa-rmb:before,
div#fd.es .fa-yen:before,
div#fd.es .fa-jpy:before {
  content: "\f157";
}
div#fd.es .fa-ruble:before,
div#fd.es .fa-rouble:before,
div#fd.es .fa-rub:before {
  content: "\f158";
}
div#fd.es .fa-won:before,
div#fd.es .fa-krw:before {
  content: "\f159";
}
div#fd.es .fa-bitcoin:before,
div#fd.es .fa-btc:before {
  content: "\f15a";
}
div#fd.es .fa-file:before {
  content: "\f15b";
}
div#fd.es .fa-file-text:before {
  content: "\f15c";
}
div#fd.es .fa-sort-alpha-asc:before {
  content: "\f15d";
}
div#fd.es .fa-sort-alpha-desc:before {
  content: "\f15e";
}
div#fd.es .fa-sort-amount-asc:before {
  content: "\f160";
}
div#fd.es .fa-sort-amount-desc:before {
  content: "\f161";
}
div#fd.es .fa-sort-numeric-asc:before {
  content: "\f162";
}
div#fd.es .fa-sort-numeric-desc:before {
  content: "\f163";
}
div#fd.es .fa-thumbs-up:before {
  content: "\f164";
}
div#fd.es .fa-thumbs-down:before {
  content: "\f165";
}
div#fd.es .fa-youtube-square:before {
  content: "\f166";
}
div#fd.es .fa-youtube:before {
  content: "\f167";
}
div#fd.es .fa-xing:before {
  content: "\f168";
}
div#fd.es .fa-xing-square:before {
  content: "\f169";
}
div#fd.es .fa-youtube-play:before {
  content: "\f16a";
}
div#fd.es .fa-dropbox:before {
  content: "\f16b";
}
div#fd.es .fa-stack-overflow:before {
  content: "\f16c";
}
div#fd.es .fa-instagram:before {
  content: "\f16d";
}
div#fd.es .fa-flickr:before {
  content: "\f16e";
}
div#fd.es .fa-adn:before {
  content: "\f170";
}
div#fd.es .fa-bitbucket:before {
  content: "\f171";
}
div#fd.es .fa-bitbucket-square:before {
  content: "\f172";
}
div#fd.es .fa-tumblr:before {
  content: "\f173";
}
div#fd.es .fa-tumblr-square:before {
  content: "\f174";
}
div#fd.es .fa-long-arrow-down:before {
  content: "\f175";
}
div#fd.es .fa-long-arrow-up:before {
  content: "\f176";
}
div#fd.es .fa-long-arrow-left:before {
  content: "\f177";
}
div#fd.es .fa-long-arrow-right:before {
  content: "\f178";
}
div#fd.es .fa-apple:before {
  content: "\f179";
}
div#fd.es .fa-windows:before {
  content: "\f17a";
}
div#fd.es .fa-android:before {
  content: "\f17b";
}
div#fd.es .fa-linux:before {
  content: "\f17c";
}
div#fd.es .fa-dribbble:before {
  content: "\f17d";
}
div#fd.es .fa-skype:before {
  content: "\f17e";
}
div#fd.es .fa-foursquare:before {
  content: "\f180";
}
div#fd.es .fa-trello:before {
  content: "\f181";
}
div#fd.es .fa-female:before {
  content: "\f182";
}
div#fd.es .fa-male:before {
  content: "\f183";
}
div#fd.es .fa-gittip:before,
div#fd.es .fa-gratipay:before {
  content: "\f184";
}
div#fd.es .fa-sun-o:before {
  content: "\f185";
}
div#fd.es .fa-moon-o:before {
  content: "\f186";
}
div#fd.es .fa-archive:before {
  content: "\f187";
}
div#fd.es .fa-bug:before {
  content: "\f188";
}
div#fd.es .fa-vk:before {
  content: "\f189";
}
div#fd.es .fa-weibo:before {
  content: "\f18a";
}
div#fd.es .fa-renren:before {
  content: "\f18b";
}
div#fd.es .fa-pagelines:before {
  content: "\f18c";
}
div#fd.es .fa-stack-exchange:before {
  content: "\f18d";
}
div#fd.es .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
div#fd.es .fa-arrow-circle-o-left:before {
  content: "\f190";
}
div#fd.es .fa-toggle-left:before,
div#fd.es .fa-caret-square-o-left:before {
  content: "\f191";
}
div#fd.es .fa-dot-circle-o:before {
  content: "\f192";
}
div#fd.es .fa-wheelchair:before {
  content: "\f193";
}
div#fd.es .fa-vimeo-square:before {
  content: "\f194";
}
div#fd.es .fa-turkish-lira:before,
div#fd.es .fa-try:before {
  content: "\f195";
}
div#fd.es .fa-plus-square-o:before {
  content: "\f196";
}
div#fd.es .fa-space-shuttle:before {
  content: "\f197";
}
div#fd.es .fa-slack:before {
  content: "\f198";
}
div#fd.es .fa-envelope-square:before {
  content: "\f199";
}
div#fd.es .fa-wordpress:before {
  content: "\f19a";
}
div#fd.es .fa-openid:before {
  content: "\f19b";
}
div#fd.es .fa-institution:before,
div#fd.es .fa-bank:before,
div#fd.es .fa-university:before {
  content: "\f19c";
}
div#fd.es .fa-mortar-board:before,
div#fd.es .fa-graduation-cap:before {
  content: "\f19d";
}
div#fd.es .fa-yahoo:before {
  content: "\f19e";
}
div#fd.es .fa-google:before {
  content: "\f1a0";
}
div#fd.es .fa-reddit:before {
  content: "\f1a1";
}
div#fd.es .fa-reddit-square:before {
  content: "\f1a2";
}
div#fd.es .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
div#fd.es .fa-stumbleupon:before {
  content: "\f1a4";
}
div#fd.es .fa-delicious:before {
  content: "\f1a5";
}
div#fd.es .fa-digg:before {
  content: "\f1a6";
}
div#fd.es .fa-pied-piper:before {
  content: "\f1a7";
}
div#fd.es .fa-pied-piper-alt:before {
  content: "\f1a8";
}
div#fd.es .fa-drupal:before {
  content: "\f1a9";
}
div#fd.es .fa-joomla:before {
  content: "\f1aa";
}
div#fd.es .fa-language:before {
  content: "\f1ab";
}
div#fd.es .fa-fax:before {
  content: "\f1ac";
}
div#fd.es .fa-building:before {
  content: "\f1ad";
}
div#fd.es .fa-child:before {
  content: "\f1ae";
}
div#fd.es .fa-paw:before {
  content: "\f1b0";
}
div#fd.es .fa-spoon:before {
  content: "\f1b1";
}
div#fd.es .fa-cube:before {
  content: "\f1b2";
}
div#fd.es .fa-cubes:before {
  content: "\f1b3";
}
div#fd.es .fa-behance:before {
  content: "\f1b4";
}
div#fd.es .fa-behance-square:before {
  content: "\f1b5";
}
div#fd.es .fa-steam:before {
  content: "\f1b6";
}
div#fd.es .fa-steam-square:before {
  content: "\f1b7";
}
div#fd.es .fa-recycle:before {
  content: "\f1b8";
}
div#fd.es .fa-automobile:before,
div#fd.es .fa-car:before {
  content: "\f1b9";
}
div#fd.es .fa-cab:before,
div#fd.es .fa-taxi:before {
  content: "\f1ba";
}
div#fd.es .fa-tree:before {
  content: "\f1bb";
}
div#fd.es .fa-spotify:before {
  content: "\f1bc";
}
div#fd.es .fa-deviantart:before {
  content: "\f1bd";
}
div#fd.es .fa-soundcloud:before {
  content: "\f1be";
}
div#fd.es .fa-database:before {
  content: "\f1c0";
}
div#fd.es .fa-file-pdf-o:before {
  content: "\f1c1";
}
div#fd.es .fa-file-word-o:before {
  content: "\f1c2";
}
div#fd.es .fa-file-excel-o:before {
  content: "\f1c3";
}
div#fd.es .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
div#fd.es .fa-file-photo-o:before,
div#fd.es .fa-file-picture-o:before,
div#fd.es .fa-file-image-o:before {
  content: "\f1c5";
}
div#fd.es .fa-file-zip-o:before,
div#fd.es .fa-file-archive-o:before {
  content: "\f1c6";
}
div#fd.es .fa-file-sound-o:before,
div#fd.es .fa-file-audio-o:before {
  content: "\f1c7";
}
div#fd.es .fa-file-movie-o:before,
div#fd.es .fa-file-video-o:before {
  content: "\f1c8";
}
div#fd.es .fa-file-code-o:before {
  content: "\f1c9";
}
div#fd.es .fa-vine:before {
  content: "\f1ca";
}
div#fd.es .fa-codepen:before {
  content: "\f1cb";
}
div#fd.es .fa-jsfiddle:before {
  content: "\f1cc";
}
div#fd.es .fa-life-bouy:before,
div#fd.es .fa-life-buoy:before,
div#fd.es .fa-life-saver:before,
div#fd.es .fa-support:before,
div#fd.es .fa-life-ring:before {
  content: "\f1cd";
}
div#fd.es .fa-circle-o-notch:before {
  content: "\f1ce";
}
div#fd.es .fa-ra:before,
div#fd.es .fa-rebel:before {
  content: "\f1d0";
}
div#fd.es .fa-ge:before,
div#fd.es .fa-empire:before {
  content: "\f1d1";
}
div#fd.es .fa-git-square:before {
  content: "\f1d2";
}
div#fd.es .fa-git:before {
  content: "\f1d3";
}
div#fd.es .fa-hacker-news:before {
  content: "\f1d4";
}
div#fd.es .fa-tencent-weibo:before {
  content: "\f1d5";
}
div#fd.es .fa-qq:before {
  content: "\f1d6";
}
div#fd.es .fa-wechat:before,
div#fd.es .fa-weixin:before {
  content: "\f1d7";
}
div#fd.es .fa-send:before,
div#fd.es .fa-paper-plane:before {
  content: "\f1d8";
}
div#fd.es .fa-send-o:before,
div#fd.es .fa-paper-plane-o:before {
  content: "\f1d9";
}
div#fd.es .fa-history:before {
  content: "\f1da";
}
div#fd.es .fa-genderless:before,
div#fd.es .fa-circle-thin:before {
  content: "\f1db";
}
div#fd.es .fa-header:before {
  content: "\f1dc";
}
div#fd.es .fa-paragraph:before {
  content: "\f1dd";
}
div#fd.es .fa-sliders:before {
  content: "\f1de";
}
div#fd.es .fa-share-alt:before {
  content: "\f1e0";
}
div#fd.es .fa-share-alt-square:before {
  content: "\f1e1";
}
div#fd.es .fa-bomb:before {
  content: "\f1e2";
}
div#fd.es .fa-soccer-ball-o:before,
div#fd.es .fa-futbol-o:before {
  content: "\f1e3";
}
div#fd.es .fa-tty:before {
  content: "\f1e4";
}
div#fd.es .fa-binoculars:before {
  content: "\f1e5";
}
div#fd.es .fa-plug:before {
  content: "\f1e6";
}
div#fd.es .fa-slideshare:before {
  content: "\f1e7";
}
div#fd.es .fa-twitch:before {
  content: "\f1e8";
}
div#fd.es .fa-yelp:before {
  content: "\f1e9";
}
div#fd.es .fa-newspaper-o:before {
  content: "\f1ea";
}
div#fd.es .fa-wifi:before {
  content: "\f1eb";
}
div#fd.es .fa-calculator:before {
  content: "\f1ec";
}
div#fd.es .fa-paypal:before {
  content: "\f1ed";
}
div#fd.es .fa-google-wallet:before {
  content: "\f1ee";
}
div#fd.es .fa-cc-visa:before {
  content: "\f1f0";
}
div#fd.es .fa-cc-mastercard:before {
  content: "\f1f1";
}
div#fd.es .fa-cc-discover:before {
  content: "\f1f2";
}
div#fd.es .fa-cc-amex:before {
  content: "\f1f3";
}
div#fd.es .fa-cc-paypal:before {
  content: "\f1f4";
}
div#fd.es .fa-cc-stripe:before {
  content: "\f1f5";
}
div#fd.es .fa-bell-slash:before {
  content: "\f1f6";
}
div#fd.es .fa-bell-slash-o:before {
  content: "\f1f7";
}
div#fd.es .fa-trash:before {
  content: "\f1f8";
}
div#fd.es .fa-copyright:before {
  content: "\f1f9";
}
div#fd.es .fa-at:before {
  content: "\f1fa";
}
div#fd.es .fa-eyedropper:before {
  content: "\f1fb";
}
div#fd.es .fa-paint-brush:before {
  content: "\f1fc";
}
div#fd.es .fa-birthday-cake:before {
  content: "\f1fd";
}
div#fd.es .fa-area-chart:before {
  content: "\f1fe";
}
div#fd.es .fa-pie-chart:before {
  content: "\f200";
}
div#fd.es .fa-line-chart:before {
  content: "\f201";
}
div#fd.es .fa-lastfm:before {
  content: "\f202";
}
div#fd.es .fa-lastfm-square:before {
  content: "\f203";
}
div#fd.es .fa-toggle-off:before {
  content: "\f204";
}
div#fd.es .fa-toggle-on:before {
  content: "\f205";
}
div#fd.es .fa-bicycle:before {
  content: "\f206";
}
div#fd.es .fa-bus:before {
  content: "\f207";
}
div#fd.es .fa-ioxhost:before {
  content: "\f208";
}
div#fd.es .fa-angellist:before {
  content: "\f209";
}
div#fd.es .fa-cc:before {
  content: "\f20a";
}
div#fd.es .fa-shekel:before,
div#fd.es .fa-sheqel:before,
div#fd.es .fa-ils:before {
  content: "\f20b";
}
div#fd.es .fa-meanpath:before {
  content: "\f20c";
}
div#fd.es .fa-buysellads:before {
  content: "\f20d";
}
div#fd.es .fa-connectdevelop:before {
  content: "\f20e";
}
div#fd.es .fa-dashcube:before {
  content: "\f210";
}
div#fd.es .fa-forumbee:before {
  content: "\f211";
}
div#fd.es .fa-leanpub:before {
  content: "\f212";
}
div#fd.es .fa-sellsy:before {
  content: "\f213";
}
div#fd.es .fa-shirtsinbulk:before {
  content: "\f214";
}
div#fd.es .fa-simplybuilt:before {
  content: "\f215";
}
div#fd.es .fa-skyatlas:before {
  content: "\f216";
}
div#fd.es .fa-cart-plus:before {
  content: "\f217";
}
div#fd.es .fa-cart-arrow-down:before {
  content: "\f218";
}
div#fd.es .fa-diamond:before {
  content: "\f219";
}
div#fd.es .fa-ship:before {
  content: "\f21a";
}
div#fd.es .fa-user-secret:before {
  content: "\f21b";
}
div#fd.es .fa-motorcycle:before {
  content: "\f21c";
}
div#fd.es .fa-street-view:before {
  content: "\f21d";
}
div#fd.es .fa-heartbeat:before {
  content: "\f21e";
}
div#fd.es .fa-venus:before {
  content: "\f221";
}
div#fd.es .fa-mars:before {
  content: "\f222";
}
div#fd.es .fa-mercury:before {
  content: "\f223";
}
div#fd.es .fa-transgender:before {
  content: "\f224";
}
div#fd.es .fa-transgender-alt:before {
  content: "\f225";
}
div#fd.es .fa-venus-double:before {
  content: "\f226";
}
div#fd.es .fa-mars-double:before {
  content: "\f227";
}
div#fd.es .fa-venus-mars:before {
  content: "\f228";
}
div#fd.es .fa-mars-stroke:before {
  content: "\f229";
}
div#fd.es .fa-mars-stroke-v:before {
  content: "\f22a";
}
div#fd.es .fa-mars-stroke-h:before {
  content: "\f22b";
}
div#fd.es .fa-neuter:before {
  content: "\f22c";
}
div#fd.es .fa-facebook-official:before {
  content: "\f230";
}
div#fd.es .fa-pinterest-p:before {
  content: "\f231";
}
div#fd.es .fa-whatsapp:before {
  content: "\f232";
}
div#fd.es .fa-server:before {
  content: "\f233";
}
div#fd.es .fa-user-plus:before {
  content: "\f234";
}
div#fd.es .fa-user-times:before {
  content: "\f235";
}
div#fd.es .fa-hotel:before,
div#fd.es .fa-bed:before {
  content: "\f236";
}
div#fd.es .fa-viacoin:before {
  content: "\f237";
}
div#fd.es .fa-train:before {
  content: "\f238";
}
div#fd.es .fa-subway:before {
  content: "\f239";
}
div#fd.es .fa-medium:before {
  content: "\f23a";
}
div#fd.es .fa-attachment:before {
  content: "\f0c6";
}
div#fd.es .textboxlist {
  border: 1px solid #444;
  background-color:#221E1D;
  min-height: 30px;
  padding: 5px 10px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  cursor: text;
  position: relative;
}
div#fd.es .textboxlist:before,
div#fd.es .textboxlist:after {
  content: " ";
  display: table;
}
div#fd.es .textboxlist:after {
  clear: both;
}
div#fd.es .textboxlist.disabled {
  background-color: #eee;
}
div#fd.es .textboxlist-textField {
  height: 18px !important;
  line-height: 1.5 !important;
  max-width: 100%;
  float: left;
  border: none !important;
  padding: 0 !important;
  margin: 0 2px 0 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  background: transparent !important;
}
div#fd.es .textboxlist-itemGroup {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#fd.es .textboxlist-itemGroup:before,
div#fd.es .textboxlist-itemGroup:after {
  content: " ";
  display: table;
}
div#fd.es .textboxlist-itemGroup:after {
  clear: both;
}
div#fd.es .textboxlist-itemGroup li {
  float: left;
  list-style: none;
}
div#fd.es .textboxlist-item {
  float: left;
  background: #111;
  border-radius: 2px;
  color: #729BCD;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  height: 18px;
  line-height: 18px;
  margin: 0 4px 2px 0;
  overflow: hidden;
}
div#fd.es .textboxlist-item.list {
  background: #e9fee7;
  border: 1px solid #98D895;
  color: #4EA64A;
}
div#fd.es .textboxlist-item .textboxlist-itemContent img {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
}
div#fd.es .textboxlist-item .textboxlist-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
div#fd.es .textboxlist-item span,
div#fd.es .textboxlist-item div {
  display: table-cell;
  vertical-align: middle;
}
div#fd.es .textboxlist-item span {
  padding: 0 4px 0 0;
}
div#fd.es .textboxlist-item div {
  padding: 0 4px;
}
div#fd.es .textboxlist-itemRemoveButton {
  opacity: 0.6;
  cursor: pointer;
  text-align: center;
}
div#fd.es .textboxlist-itemRemoveButton:hover {
  opacity: 1;
}
div#fd.es .textboxlist-itemRemoveButton > i {
  font-size: 14px;
  line-height: inherit;
  color: inherit;
}
div#fd.es .textboxlist-itemRemoveButton > i:before {
  content: "\f057";
}
div#fd.es .textboxlist-autocomplete {
  position: absolute;
  z-index: 99999;
  margin-top: 8px;
  overflow: hidden;
}
div#fd.es .textboxlist-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es .textboxlist-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es .textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
  display: block;
}
div#fd.es .textboxlist-autocomplete.loading .textboxlist-menu {
  display: none;
}
div#fd.es .textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
  display: block;
}
div#fd.es .textboxlist-autocomplete.empty .textboxlist-menu {
  display: none;
}
div#fd.es .textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
  display: none;
}
div#fd.es .textboxlist-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es .textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es .textboxlist-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es .textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es .textboxlist-autocomplete-loading,
div#fd.es .textboxlist-autocomplete-empty {
  display: none;
}
div#fd.es .textboxlist-autocomplete-loading-indicator {
  display: block;
  padding: 8px 0px;
  height: 16px;
  background: url("../../../../../media/foundry/4.0/styles/images/loading.gif") center center no-repeat;
}
div#fd.es .textboxlist-autocomplete-empty-text {
  padding: 8px 0px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  display: block;
  color: #888;
}
div#fd.es .textboxlist-autocomplete-inner {
  border: 1px solid #221E1D;
  border-radius: 3px;
  color: #eee;
  background: #221E1D;
  max-height: 160px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  margin-bottom: 5px;
}
div#fd.es .textboxlist-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem {
  cursor: pointer;
  padding: 6px;
  text-align: left;
  font-size: 12px;
  margin: 0;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem + .textboxlist-menuItem {
  border-top: 1px solid #221E1D;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem.active {
  background: #444;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem.hidden {
  display: none;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem.list {
  font-weight: bold;
}
div#fd.es .textboxlist-menu .textboxlist-menuItem.list + .user {
  border-top: 1px dashed #bbb;
}
div#fd.es.textboxlist-autocomplete {
  position: absolute;
  z-index: 99999;
  margin-top: 8px;
  overflow: hidden;
}
div#fd.es.textboxlist-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es.textboxlist-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es.textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
  display: block;
}
div#fd.es.textboxlist-autocomplete.loading .textboxlist-menu {
  display: none;
}
div#fd.es.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
  display: block;
}
div#fd.es.textboxlist-autocomplete.empty .textboxlist-menu {
  display: none;
}
div#fd.es.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
  display: none;
}
div#fd.es.textboxlist-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es.textboxlist-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es.textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es.textboxlist-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 2;
  display: none;
}
div#fd.es.textboxlist-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es.textboxlist-autocomplete.loading .textboxlist-autocomplete-loading {
  display: block;
}
div#fd.es.textboxlist-autocomplete.loading .textboxlist-menu {
  display: none;
}
div#fd.es.textboxlist-autocomplete.empty .textboxlist-autocomplete-empty {
  display: block;
}
div#fd.es.textboxlist-autocomplete.empty .textboxlist-menu {
  display: none;
}
div#fd.es.textboxlist-autocomplete.empty.loading .textboxlist-autocomplete-empty {
  display: none;
}
div#fd.es.textboxlist-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es.textboxlist-autocomplete.has-animation .textboxlist-autocomplete-inner {
  top: -160px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
div#fd.es.textboxlist-autocomplete.has-animation.active {
  top: 0;
}
div#fd.es.textboxlist-autocomplete.is-sticky .textboxlist-autocomplete-inner {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es #photo-list:before,
div#fd.es #photo-list:after {
  content: " ";
  display: table;
}
div#fd.es #photo-list:after {
  clear: both;
}
div#fd.es #photo-list .photo-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  min-width: 96px;
  min-height: 96px;
  cursor: pointer;
}
div#fd.es #photo-list .photo-item i {
  width: 100%;
  height: 100%;
  min-width: 96px;
  min-height: 96px;
  display: block;
  background-repeat: none;
  background-size: cover;
  background-position: 50% 25%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
div#fd.es .close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#fd.es.tooltip.tooltip-es {
  background: none;
  border: none;
  float: none;
  margin: 0;
  width: auto;
  position: absolute;
  z-index: 20002;
  display: block;
}
div#fd.es.tooltip.tooltip-es.topleft .tooltip-arrow {
  bottom: 0;
  left: 15%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
div#fd.es.tooltip.tooltip-es.topright .tooltip-arrow {
  bottom: 0;
  right: 10%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
div#fd.es.tooltip.tooltip-es.bottomleft .tooltip-arrow {
  top: 0;
  left: 15%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
div#fd.es.tooltip.tooltip-es.bottomright .tooltip-arrow {
  top: 0;
  right: 10%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
div#fd.es.tooltip.tooltip-es.top {
  margin: -3px 0 0;
  height: auto;
}
div#fd.es .dropdown-menu-large {
  width: 300px;
  min-width: 300px;
}
div#fd.es .dropdown-menu-medium {
  width: 250px;
  min-width: 250px;
}
div#fd.es [class^="es-state-"],
div#fd.es [class*=" es-state-"] {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 16px;
  line-height: 15px;
  border-radius: 3px;
}
div#fd.es [class^="es-state-"]:before,
div#fd.es [class*=" es-state-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: white;
  font-size: 11px;
}
div#fd.es .es-state-publish,
div#fd.es .es-state-going {
  background: #7CC110;
}
div#fd.es .es-state-publish:before,
div#fd.es .es-state-going:before {
  content: "\f00c";
}
div#fd.es .es-state-unpublish,
div#fd.es .es-state-notgoing {
  background: #B94A48;
}
div#fd.es .es-state-unpublish:before,
div#fd.es .es-state-notgoing:before {
  content: "\f00d";
}
div#fd.es .es-state-trash {
  background: #B94A48;
}
div#fd.es .es-state-trash:before {
  content: "\f1f8";
}
div#fd.es .es-state-locked {
  background: #aaa;
}
div#fd.es .es-state-locked:before {
  content: "\f023";
}
div#fd.es .es-state-unactivated {
  background: #D88B1E;
}
div#fd.es .es-state-unactivated:before {
  content: "\f084";
}
div#fd.es .es-state-pending {
  background: #D88B1E;
}
div#fd.es .es-state-pending:before {
  content: "\f017";
}
div#fd.es .es-state-maybe {
  background: #5BC0DE;
}
div#fd.es .es-state-maybe:before {
  content: "\f02e";
}
div#fd.es .es-state-invited {
  background: #D88B1E;
}
div#fd.es .es-state-invited:before {
  content: "\f058";
}
div#fd.es .es-state-default {
  background: #aaa;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
div#fd.es .es-state-default:before {
  content: "\f005";
  font-size: 10px;
}
div#fd.es .es-state-featured {
  background: #F5A922;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
div#fd.es .es-state-featured:before {
  content: "\f005";
  font-size: 10px;
}
div#fd.es .es-state-plus {
  background: #7CC110;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
div#fd.es .es-state-plus:before {
  content: "\f067";
  font-size: 8px;
  line-height: 16px;
}
div#fd.es .es-state-minus {
  background: #be1f23;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
div#fd.es .es-state-minus:before {
  content: "\f068";
  font-size: 8px;
  line-height: 16px;
}
div#fd.es .pagination-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  clear: both;
}
div#fd.es .popover-profile-loader {
  display: block !important;
  width: 420px !important;
  max-width: 420px !important;
  min-width: 420px !important;
  height: 200px !important;
  background-color: white !important;
  border-radius: 1px !important;
  padding: 0 !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2) !important;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2) !important;
}
div#fd.es .popover-profile-loader.top .arrow {
  border-top-color: #fff !important;
  left: 40px !important;
}
div#fd.es .popover-profile-loader i.es-loading-indicator {
  position: relative;
  top: 70px;
}
div#fd.es i.es-loading-indicator.fd-small {
  text-indent: -9999px !important;
  display: block !important;
  padding: 25px !important;
  background: url("../../../../../media/com_easysocial/images/loading.gif") center no-repeat !important;
}
div#fd.es i.es-loading-indicator.large {
  text-indent: -9999px !important;
  display: block !important;
  padding: 25px !important;
  background: url("../../../../../media/com_easysocial/images/loading-large.gif") center no-repeat !important;
}
@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 0) {
  div#fd.es select:focus,
  div#fd.es textarea:focus,
  div#fd.es input:focus {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  div#fd.es.es-dialog {
    width: 300px !important;
  }
  div#fd.es.es-dialog .dialog-body {
    width: 300px !important;
  }
}
@media (max-width: 680px) {
  div#fd.es.es.popbox-notifications {
    left: 52% !important;
    margin-left: -50% !important;
    width: 96% !important;
  }
  div#fd.es.es.popbox-notifications .arrow {
    display: none !important;
  }
}
div#fd.es.fd-popover.es-field-error {
  background-color: #de614f !important;
  border-color: #dc4248 !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(255,255,255,0.1) !important;
}
div#fd.es.fd-popover.es-field-error.top .arrow {
  border-top-color: #dc4248;
}
div#fd.es.fd-popover.es-field-error.top .arrow:after {
  border-top-color: #de614f;
}
div#fd.es.fd-popover.es-field-error.right .arrow {
  border-right-color: #dc4248;
}
div#fd.es.fd-popover.es-field-error.right .arrow:after {
  border-right-color: #de614f;
}
div#fd.es.fd-popover.es-field-error.bottom .arrow {
  border-bottom-color: #dc4248;
}
div#fd.es.fd-popover.es-field-error.bottom .arrow:after {
  border-bottom-color: #de614f;
}
div#fd.es.fd-popover.es-field-error.left .arrow {
  border-left-color: #dc4248;
}
div#fd.es.fd-popover.es-field-error.left .arrow:after {
  border-left-color: #de614f;
}
@media (max-width: 680px) {
  div#fd.es.fd-popover.es-field-error {
    display: none !important;
  }
}
div#fd.es .form-location .location-coordinates {
  margin-top: 20px;
  display: none;
  background: #221E1D;
  border: 1px solid #111;
  color: #666;
  padding: 12px;
}
div#fd.es .form-location .location-coordinates > h5 {
  margin-top: 0;
  height: 30px;
  line-height: 30px;
}
div#fd.es .form-location .location-coordinates hr.separator {
  margin-top: 3px;
}
div#fd.es .form-location .location-coordinates .removeLocation {
  font-size: 11px;
  font-weight: normal;
}
div#fd.es .form-location .location-coordinates .coordinate-actions {
  display: none;
  margin-top: 20px;
}
div#fd.es .form-location .location-coordinates .coordinate-actions a {
  font-size: 11px;
}
div#fd.es .form-location .location-coordinates .editCoordinates {
  font-size: 11px;
}
div#fd.es .form-location .location-coordinates input {
  text-align: center;
  width: 80px;
}
div#fd.es .form-location .location-coordinates.editMode input {
  display: inline-block;
}
div#fd.es .form-location .location-coordinates.editMode .coordinates-info {
  display: none;
}
div#fd.es .form-location .location-coordinates.editMode .coordinate-actions {
  display: block;
}
div#fd.es .form-location .location-coordinates input {
  display: none;
}
div#fd.es .form-location .location-map {
  margin: 10px 2px 0 0;
  display: none;
}
div#fd.es .form-location .location-map .map {
  border: 1px solid #111;
  background: #221E1D;
}
div#fd.es .form-location .location-address {
  width: 100%;
}
div#fd.es .form-location .location-address input {
  width: 70%;
}
div#fd.es .form-location .location-address a.btn {
  font-size: 11px;
}
div#fd.es .es-locations {
  position: relative;
}
div#fd.es .es-locations .fd-loading {
  display: none;
  background-position: center center;
  padding: 0;
}
div#fd.es .es-locations.is-detectable .es-location-detect-button {
  display: inline-block;
}
div#fd.es .es-locations.is-busy .fd-loading {
  display: block;
  padding: 0;
}
div#fd.es .es-locations.is-busy > .ies-location-2 {
  display: none;
}
div#fd.es .es-locations.is-busy .es-location-remove-button {
  display: none;
}
div#fd.es .es-locations.has-location .es-location-remove-button {
  display: block;
}
div#fd.es .es-locations.has-location .es-location-detect-button {
  display: none !important;
}
div#fd.es .es-locations.has-location .es-location-map-image {
  opacity: 1;
}
div#fd.es .es-locations.has-suggested .es-location-suggestions {
  display: block;
}
div#fd.es .es-location-form {
  box-shadow: none;
  border: 0;
  padding: 0;
  padding: 6px 0;
  padding-left: 10px;
  padding-right: 34px;
  position: relative;
}
div#fd.es .es-location-form.has-border {
  border: 1px solid #444 !important;
  background-color:#221E1D;
}
div#fd.es .es-location-map {
  background-image: url('../../../../../media/com_easysocial/images/map-bg.png');
  background-position: center center;
  background-repeat: repeat;
  height: auto;
  padding-top: 25%;
  position: relative;
  text-align: center;
}
div#fd.es .es-location-map > *,
div#fd.es .es-location-map > * > * {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
div#fd.es .es-location-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
div#fd.es .es-location-buttons > * {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  float: right;
  color: #666;
  position: relative;
}
div#fd.es .es-location-buttons > *:hover {
  color: #5580BE;
}
div#fd.es .es-location-map-image {
  z-index: 1;
  opacity: 0;
}
div#fd.es .es-location-map-actions {
  position: relative !important;
  text-align: center;
  z-index: 2;
}
div#fd.es .es-location-detect-button {
  display: none;
  position: relative;
  top: 50%;
  margin-top: -20px;
  float: none;
}
div#fd.es .es-location-remove-button {
  display: none;
}
div#fd.es .es-location-remove-button i {
  font-size: 8px;
  position: relative;
  top: -1px;
}
div#fd.es .es-location-autocomplete {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  margin-top: 6px;
}
div#fd.es .es-location-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 9;
  display: none;
}
div#fd.es .es-location-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
div#fd.es .es-location-autocomplete.active {
  display: block;
}
div#fd.es .es-location-autocomplete.active .es-location-suggestions {
  display: block;
  top: 0px;
}
div#fd.es .es-location-autocomplete.active .es-location-autocomplete-shadow {
  opacity: 1;
}
div#fd.es .es-location-autocomplete.has-shadow > b {
  display: block;
}
div#fd.es .es-location-autocomplete.is-sticky .es-location-suggestions {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
div#fd.es .es-location-suggestions {
  display: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.15);
  background: #221E1D;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 160px;
  position: relative;
  z-index: 8;
  font-size: 11px;
}
div#fd.es .es-location-suggestion {
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}
div#fd.es .es-location-suggestion + .es-location-suggestion {
  border-top: 1px solid #cccccc;
}
div#fd.es .es-location-suggestion.active {
  background: #E7EDF3;
}
div#fd.es .es-location-textbox {
  display: block;
  padding: 0;
  width: 100%;
}
div#fd.es .es-location-textbox input {
  width: 100%;
  padding: 0;
  height: 22px !important;
  line-height: 22px !important;
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0 !important;
}
div#fd.es .profile-data-table .es-locations {
  margin-right: 50px;
}
div#fd.es .es-locations[data-location-base] {
  position: relative;
}
div#fd.es .es-locations[data-location-base]:hover .es-location-help {
  display: block;
}
div#fd.es .es-location-help {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 2px 4px;
  z-index: 5;
}
div#fd.es.popbox-location {
  width: 400px;
  height: 200px;
  padding: 3px;
}
div#fd.es.popbox-location .arrow {
  display: none;
}
div#fd.es.popbox-location * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#fd.es.popbox-location img {
  height: 200px;
  max-width: 100%;
}
div#fd.es .markItUp {
  width: 100%;
  margin: 0;
  border: 0px solid transparent;
}
div#fd.es .markItUp .markItUpContainer {
  background: #221E1D;
  padding: 3px 10px 5px 10px;
  border-radius: 4px;
  border: 1px solid #333;
  min-height: 180px;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader {
  display: inline-block;
  width: 100%;
  padding: 2px 4px 6px;
  border-bottom: 0;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-bold a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/bold.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-italic a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/italic.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-underline a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/underline.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-code a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/code.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-files a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/folder.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-url a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/link.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-picture a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/picture.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-video a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/video.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-bullet a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/list-bullet.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-numeric a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/list-numeric.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-list a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/list-item.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-quote a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/quotes.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-clean a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/clean.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-happy a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-happy.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-smile a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-smile.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-surprised a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-surprised.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-tongue a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-tongue.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-unhappy a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-unhappy.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader .markitup-wink a {
  background-image: url('../../../../../media/foundry/4.0/styles/markitup/images/emoticon-wink.png');
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader ul {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader ul >li {
  display: inline-block;
  margin-right: 4px;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader ul >li >a {
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  margin: 0;
  padding: 3px;
  text-indent: -10000px;
  width: 24px;
  background-position: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader ul >li >a:hover {
  border: 1px solid #444;
  background-color: #221E1D;
}
div#fd.es .markItUp .markItUpContainer .markItUpHeader ul .markItUpSeparator {
  position: relative;
  top: 8px;
  background-color: #444;
  color: #444;
  width: 1px;
  height: 16px;
  overflow: hidden;
}
div#fd.es .markItUp .markItUpContainer .markItUpExpanding .markItUpEditor {
  padding: 5px;
  background: #221E1D;
  border: 1px solid #333;
  border-radius: 6px;
  font-size: 12px;
  width: 100%;
  min-height: 120px;
}
body:after {
  content: url('../../../../../media/com_easysocial/images/lightbox/close.png') url('../../../../../media/com_easysocial/images/lightbox/loading.gif') url('../../../../../media/com_easysocial/images/lightbox/prev.png') url('../../../../../media/com_easysocial/images/lightbox/next.png');
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #111;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../../../../media/com_easysocial/images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../../../../media/com_easysocial/images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../../../../media/com_easysocial/images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../../../../media/com_easysocial/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 350px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url('../../../../../media/com_easysocial/images/gritter/ie-spacer.gif');
}
.gritter-top {
  background: #000;
  opacity: 0.9;
  border-radius: 6px 6px 0 0;
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  background: #000;
  opacity: 0.9;
  border-radius: 0 0 6px 6px;
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  background: #000;
  opacity: 0.9;
  color: #eee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  position: absolute;
  top: 5px;
  right: 0;
  background: url(../../../../../media/com_easysocial/images/gritter/gritter.png) no-repeat left top !important;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
}
.gritter-title a {
  color: #fff;
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
  opacity: 1;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 270px;
  float: right;
}
div#fd.bootstrap-datetimepicker-widget {
  border: 1px solid #333;
  box-shadow: 0 6px 12px rgba(0,0,0,0.176);
  display: none;
  float: left;
  font-size: 14px;
  list-style: none outside none;
  min-width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
  background-color: #221E1D;
}
div#fd.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
div#fd.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #221E1D;
  position: absolute;
  top: -7px;
  left: 7px;
}
div#fd.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #221E1D;
  position: absolute;
  top: -6px;
  left: 8px;
}
div#fd.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #221E1D;
  position: absolute;
  bottom: -7px;
  left: 6px;
}
div#fd.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #221E1D;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
div#fd.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
div#fd.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
div#fd.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
div#fd.bootstrap-datetimepicker-widget >ul {
  list-style-type: none;
  margin: 0;
}
div#fd.bootstrap-datetimepicker-widget .timepicker-hour,
div#fd.bootstrap-datetimepicker-widget .timepicker-minute,
div#fd.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
div#fd.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
div#fd.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
div#fd.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
div#fd.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
div#fd.bootstrap-datetimepicker-widget td,
div#fd.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #221E1D;
  color: #eee;
}
div#fd.bootstrap-datetimepicker-widget td.day:hover,
div#fd.bootstrap-datetimepicker-widget td.hour:hover,
div#fd.bootstrap-datetimepicker-widget td.minute:hover,
div#fd.bootstrap-datetimepicker-widget td.second:hover {
  background: #444;
  cursor: pointer;
}
div#fd.bootstrap-datetimepicker-widget td.old,
div#fd.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
div#fd.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
div#fd.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
div#fd.bootstrap-datetimepicker-widget td.active,
div#fd.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #4444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div#fd.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #221E1D;
}
div#fd.bootstrap-datetimepicker-widget td.disabled,
div#fd.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
div#fd.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
div#fd.bootstrap-datetimepicker-widget td span:hover {
  background: #444;
}
div#fd.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
div#fd.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
div#fd.bootstrap-datetimepicker-widget td span.disabled,
div#fd.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
div#fd.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
  text-align: center;
  vertical-align: middle;
}
div#fd.bootstrap-datetimepicker-widget th.next,
div#fd.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
div#fd.bootstrap-datetimepicker-widget th.disabled,
div#fd.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
div#fd.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
div#fd.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #111;
}
div#fd.bootstrap-datetimepicker-widget .input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
div#fd.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
div#fd.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
div#fd.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media (max-width: 480px) {
  div#fd.bootstrap-datetimepicker-widget {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: 15px !important;
    bottom: 15px !important;
    width: 92% !important;
  }
}
div#fd .vjs-default-skin {
  color: #cccccc;
}
@font-face {
  font-family: 'VideoJS';
  src: url('../../../../../media/foundry/4.0/styles/videojs/vjs.eot');
  src: url('../../../../../media/foundry/4.0/styles/videojs/vjs.eot?#iefix') format('embedded-opentype'), url('../../../../../media/foundry/4.0/styles/videojs/vjs.woff') format('woff'), url('../../../../../media/foundry/4.0/styles/videojs/vjs.ttf') format('truetype'), url('../../../../../media/foundry/4.0/styles/videojs/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
div#fd .vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333333;
  background-color: rgba(51,51,51,0.9);
}
div#fd .vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
div#fd .vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
div#fd .vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div#fd .vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #07141e;
  background-color: rgba(7,20,30,0.7);
}
div#fd .vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
div#fd .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
div#fd .vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
div#fd .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
div#fd .vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
div#fd .vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
div#fd .vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
div#fd .vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
div#fd .vjs-default-skin .vjs-control:focus:before,
div#fd .vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
div#fd .vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div#fd .vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
div#fd .vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
div#fd .vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
div#fd .vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
div#fd .vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
div#fd .vjs-default-skin .vjs-mute-control,
div#fd .vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
div#fd .vjs-default-skin .vjs-mute-control:before,
div#fd .vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
div#fd .vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
div#fd .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
div#fd .vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
div#fd .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
div#fd .vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
div#fd .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
div#fd .vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
div#fd .vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
div#fd .vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
div#fd .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  left: 4.5em;
}
div#fd .vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
div#fd .vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
div#fd .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
div#fd .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
div#fd .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7,40,50,0.5);
}
div#fd .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
div#fd .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
div#fd .vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
div#fd .vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
div#fd .vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
div#fd .vjs-default-skin .vjs-progress-holder .vjs-play-progress,
div#fd .vjs-default-skin .vjs-progress-holder .vjs-load-progress,
div#fd .vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
div#fd .vjs-default-skin .vjs-play-progress {
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
div#fd .vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255,255,255,0.2);
}
div#fd .vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255,255,255,0.1);
}
div#fd .vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
div#fd .vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}
div#fd .vjs-default-skin.vjs-live .vjs-time-controls,
div#fd .vjs-default-skin.vjs-live .vjs-time-divider,
div#fd .vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
div#fd .vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
div#fd .vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
div#fd .vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}
div#fd .vjs-default-skin .vjs-current-time {
  float: left;
}
div#fd .vjs-default-skin .vjs-duration {
  float: left;
}
div#fd .vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
div#fd .vjs-time-divider {
  float: left;
  line-height: 3em;
}
div#fd .vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
div#fd .vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
div#fd .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
div#fd .vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #07141e;
  background-color: rgba(7,20,30,0.7);
  border: 0.1em solid #3b4249;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
  box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
div#fd .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em;
}
div#fd .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
div#fd .vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
div#fd .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
div#fd .vjs-default-skin:hover .vjs-big-play-button,
div#fd .vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #505050;
  background-color: rgba(50,50,50,0.75);
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
div#fd .vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
div#fd .vjs-error .vjs-big-play-button {
  display: none;
}
div#fd .vjs-error-display {
  display: none;
}
div#fd .vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div#fd .vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
div#fd .vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0,0,0,0.5);
}
div#fd .vjs-error-display a,
div#fd .vjs-error-display a:visited {
  color: #F4A460;
}
div#fd .vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
div#fd .vjs-waiting .vjs-loading-spinner,
div#fd .vjs-seeking .vjs-loading-spinner {
  display: block;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
div#fd .vjs-error .vjs-loading-spinner {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
div#fd .vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
div#fd .vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
div#fd .vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  border-top-color: rgba(7,40,50,0.5);
}
div#fd .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7,20,30,0.7);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
}
div#fd .vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
div#fd .vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
div#fd .vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
div#fd .vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
div#fd .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
div#fd .vjs-default-skin .vjs-menu-button ul li:focus,
div#fd .vjs-default-skin .vjs-menu-button ul li:hover,
div#fd .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
div#fd .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.75);
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
div#fd .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
div#fd .vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
div#fd .vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
div#fd .vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
div#fd .vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
div#fd .vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
div#fd .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
div#fd .video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div#fd .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#fd .video-js:-moz-full-screen {
  position: absolute;
}
div#fd body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
div#fd .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
div#fd .video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
div#fd .video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
div#fd .vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div#fd .vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
div#fd .video-js.vjs-has-started .vjs-poster {
  display: none;
}
div#fd .video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
div#fd .video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
div#fd .video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
div#fd .video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
div#fd .vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
div#fd .vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
div#fd .vjs-caption-settings .vjs-tracksettings-colors,
div#fd .vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
div#fd .vjs-caption-settings .vjs-tracksettings-colors:after,
div#fd .vjs-caption-settings .vjs-tracksettings-font:after,
div#fd .vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
div#fd .vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
div#fd .vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
div#fd .vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
div#fd .vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
div#fd .vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
div#fd .vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
div#fd .vjs-caption-settings label > input {
  margin-right: 10px;
}
div#fd .vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
div#fd .vjs-hidden {
  display: none !important;
}
div#fd .vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
div#fd .vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
div#fd .vjs-no-js a,
div#fd .vjs-no-js a:visited {
  color: #F4A460;
}

/*elements.css*/
div#fd.es .es-cover-title {
  margin: 5px 0;
  word-break: break-all;
}
div#fd.es .es-title-font {
  font-family: inherit;
}
div#fd.es .es-user-info {
  font-size: 12px;
}
div#fd.es .es-user-name {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es .es-count-no {
  line-height: 16px;
  font-size: 9px;
  background: #111;
  border: 1px solid #333;
  border-radius: 2px 2px 2px 2px;
  color: #eee;
  padding: 2px 4px;
}
div#fd.es .es-muted {
  color: #888;
}
div#fd.es .fa-rss-square {
  color: #E37126;
}
div#fd.es .btn-rss {
  line-height: 30px;
}
div#fd.es .es-divider-top {
  border-top: 1px solid #111;
}
div#fd.es .es-divider-bottom {
  border-bottom: 1px solid #111;
}
div#fd.es .app-icon-small {
  width: 16px;
  height: 16px;
}
div#fd.es .view-heading {
  margin: 35px 0 0;
  padding-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid #333;
}
div#fd.es .label-notification {
  background: #F0700C;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 10px;
  padding: 4px 6px 2px 6px;
  line-height: 12px;
  display: none;
}
div#fd.es .has-notice .label-notification {
  display: block;
}
div#fd.es i.loading-indicator.small {
  text-indent: -9999px;
  display: block;
  padding: 25px;
  background: url("../../../../../media/com_easysocial/images/loading.gif") center no-repeat;
}
div#fd.es i.loading-indicator.large {
  text-indent: -9999px;
  display: block;
  padding: 25px;
  background: url("../../../../../media/com_easysocial/images/loading-large.gif") center no-repeat;
}
div#fd.es .es-loader {
  background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat center;
  min-height: 30px;
}
div#fd.es .es-loader * {
  display: none;
}
div#fd.es .search-highlight {
  background: #ff9;
  color: #333;
  padding: 1px 3px;
}
div#fd.es i {
  width: auto;
  height: auto;
}
div#fd.es .stream-meta:before,
div#fd.es .stream-meta:after,
div#fd.es .stream-content:before,
div#fd.es .stream-content:after,
div#fd.es .widget-box:before,
div#fd.es .widget-box:after,
div#fd.es .widget-body:before,
div#fd.es .widget-body:after,
div#fd.es .blog-description:before,
div#fd.es .blog-description:after,
div#fd.es .article-item-meta:before,
div#fd.es .article-item-meta:after,
div#fd.es .article-item-actions:before,
div#fd.es .article-item-actions:after,
div#fd.es .es-modules-wrap:before,
div#fd.es .es-modules-wrap:after {
  content: " ";
  display: table;
}
div#fd.es .stream-meta:after,
div#fd.es .stream-content:after,
div#fd.es .widget-box:after,
div#fd.es .widget-body:after,
div#fd.es .blog-description:after,
div#fd.es .article-item-meta:after,
div#fd.es .article-item-actions:after,
div#fd.es .es-modules-wrap:after {
  clear: both;
}
div#fd.es .step-content {
  display: none;
}
div#fd.es .step-content.active {
  display: block;
}
div#fd.es .profile-data-table tbody > tr > td {
  border-top: none;
}
div#fd.es .fd-reset-list,
div#fd.es .fd-reset-list > li {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  clear: none;
  float: none;
  list-style: none;
  list-style-image: none;
  overflow: visible;
}
div#fd.es .fd-reset-list:before,
div#fd.es .fd-reset-list:after,
div#fd.es .fd-reset-list > li:before,
div#fd.es .fd-reset-list > li:after {
  display: none;
}
div#fd.es .btn-sm,
div#fd.es .btn-xs {
  font-size: 14px;
}
div#fd.es .btn-group > .btn-dropdown:first-child,
div#fd.es .btn-dropdown {
  height: 16px;
  padding: 2px 3px;
  width: 16px;
  border-radius: 2px;
  outline: none;
  color: #d7d7d7 !important !important;
  background-color: #fff !important !important;
  border-color: #d7d7d7 !important !important;
}
div#fd.es .btn-group > .btn-dropdown:first-child:hover,
div#fd.es .btn-group > .btn-dropdown:first-child:focus,
div#fd.es .btn-group > .btn-dropdown:first-child:active,
div#fd.es .btn-group > .btn-dropdown:first-child.active,
.open .dropdown-toggle_div#fd.es .btn-group > .btn-dropdown:first-child,
div#fd.es .btn-dropdown:hover,
div#fd.es .btn-dropdown:focus,
div#fd.es .btn-dropdown:active,
div#fd.es .btn-dropdown.active,
.open .dropdown-toggle_div#fd.es .btn-dropdown {
  color: #d7d7d7 !important;
  background-color: #ebebeb !important;
  border-color: #b8b8b8 !important;
}
div#fd.es .btn-group > .btn-dropdown:first-child:active,
div#fd.es .btn-group > .btn-dropdown:first-child.active,
.open .dropdown-toggle_div#fd.es .btn-group > .btn-dropdown:first-child,
div#fd.es .btn-dropdown:active,
div#fd.es .btn-dropdown.active,
.open .dropdown-toggle_div#fd.es .btn-dropdown {
  background-image: none;
}
div#fd.es .btn-group > .btn-dropdown:first-child.disabled,
div#fd.es .btn-group > .btn-dropdown:first-child.disabled:hover,
div#fd.es .btn-group > .btn-dropdown:first-child.disabled:focus,
div#fd.es .btn-group > .btn-dropdown:first-child.disabled:active,
div#fd.es .btn-group > .btn-dropdown:first-child.disabled.active,
div#fd.es .btn-group > .btn-dropdown:first-child[disabled],
div#fd.es .btn-group > .btn-dropdown:first-child[disabled]:hover,
div#fd.es .btn-group > .btn-dropdown:first-child[disabled]:focus,
div#fd.es .btn-group > .btn-dropdown:first-child[disabled]:active,
div#fd.es .btn-group > .btn-dropdown:first-child[disabled].active,
fieldset[disabled] div#fd.es .btn-group > .btn-dropdown:first-child,
fieldset[disabled] div#fd.es .btn-group > .btn-dropdown:first-child:hover,
fieldset[disabled] div#fd.es .btn-group > .btn-dropdown:first-child:focus,
fieldset[disabled] div#fd.es .btn-group > .btn-dropdown:first-child:active,
fieldset[disabled] div#fd.es .btn-group > .btn-dropdown:first-child.active,
div#fd.es .btn-dropdown.disabled,
div#fd.es .btn-dropdown.disabled:hover,
div#fd.es .btn-dropdown.disabled:focus,
div#fd.es .btn-dropdown.disabled:active,
div#fd.es .btn-dropdown.disabled.active,
div#fd.es .btn-dropdown[disabled],
div#fd.es .btn-dropdown[disabled]:hover,
div#fd.es .btn-dropdown[disabled]:focus,
div#fd.es .btn-dropdown[disabled]:active,
div#fd.es .btn-dropdown[disabled].active,
fieldset[disabled] div#fd.es .btn-dropdown,
fieldset[disabled] div#fd.es .btn-dropdown:hover,
fieldset[disabled] div#fd.es .btn-dropdown:focus,
fieldset[disabled] div#fd.es .btn-dropdown:active,
fieldset[disabled] div#fd.es .btn-dropdown.active {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
div#fd.es .btn-group > .btn-dropdown:first-child .badge,
div#fd.es .btn-dropdown .badge {
  color: #fff;
  background-color: #221E1D;
}
div#fd.es .btn-group > .btn-dropdown:first-child > i,
div#fd.es .btn-dropdown > i {
  position: relative;
  top: 2px;
  margin-top: 0;
}
div#fd.es .btn-group > .dropdown-menu {
  font-size: 12px;
}

/*layout.css*/
div#fd.es {
  font-family: 'Droid Sans', Sans-Serif;
  font-size: 12px;
  line-height: 18px;
  font-size-adjust: none;
}
div#fd.es.es-main {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #221E1D;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;  
}
div#fd.es .es-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  z-index: 1;
}
div#fd.es .es-container .es-sidebar,
div#fd.es .es-container .es-content {
  padding-top: 0;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
div#fd.es .es-container .es-sidebar {
  width: 220px;
  padding-top: 3px;
  position: relative;
  border-right: none;
  display: table-cell;
  vertical-align: top;
  background: #221E1D;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0; 
}
div#fd.es .es-container .es-sidebar .btn-close-sidebar {
  display: none;
}
div#fd.es .es-container .es-sidebar + .es-content {
  padding-left: 10px;
}
div#fd.es .es-container .es-content {
  height: 100%;
}
div#fd.es .es-container .es-content > .loading-indicator {
  height: 100px;
  position: relative;
}
div#fd.es .es-container.es-container-alt .es-sidebar {
  float: right;
  width: 320px;
}
div#fd.es .es-container.es-container-alt .es-content {
  margin-left: 0;
}
div#fd.es .es-container[data-achievements] .achievements-list,
div#fd.es .es-container[data-conversations] .conversation-list,
div#fd.es .es-container[data-friends] [data-friends-items],
div#fd.es .es-container[data-profile-about] .profile-data-box,
div#fd.es .es-notification-list {
  min-height: 450px;
}
div#fd.es .btn-sidebar-toggle {
  margin: 10px 0;
  display: none;
  width: 100%;
  height: 30px;
  padding: 6px;
  line-height: 16px;
  clear: both;
  position: relative;
}
div#fd.es .es-dashboard .es-content > .loading-indicator,
div#fd.es .es-profile .es-content > .loading-indicator {
  display: none;
}
div#fd.es .es-dashboard.loading .es-content > .loading-indicator,
div#fd.es .es-profile.loading .es-content > .loading-indicator {
  display: block;
}
div#fd.es.w480 .btn-sidebar-toggle {
  display: block;
  float: none !important;
}
div#fd.es.w480 .es-container {
  display: block;
}
div#fd.es.w480 .es-container .es-sidebar {
  float: none !important;
  width: 100%;
  display: none;
  background: #221E1D;
  border: 1px solid #111;
  border-radius: 3px;
  margin: 0 0 10px;
}
div#fd.es.w480 .es-container .es-sidebar .btn-close-sidebar {
  display: inline-block;
  border: 1px solid #111;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  padding: 4px 9px;
  color: #333;
  height: 26px;
  line-height: 14px;
}
div#fd.es.w480 .es-container .es-sidebar.sidebar-open {
  display: block;
  overflow: hidden;
}
div#fd.es.w480 .es-container .es-content {
  clear: both;
  display: block;
  margin-left: 0;
  padding: 0 0 15px;
}
div#fd.es.w480 .es-container .es-content:before,
div#fd.es.w480 .es-container .es-content:after {
  content: " ";
  display: table;
}
div#fd.es.w480 .es-container .es-content:after {
  clear: both;
}
div#fd.es .es-photo-camera,
div#fd.es .es-photo-camera-preview {
  background: #b3b3b3;
  border-radius: 2px;
  padding: 62px 0;
  text-align: center;
}
div#fd.es .es-photo-camera *,
div#fd.es .es-photo-camera-preview * {
  display: inline-block;
  vertical-align: top;
}
div#fd.es .btn-group-sort .btn {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
div#fd.es.layout-edit .es-sidebar {
  width: 190px;
}
div#fd.es.layout-edit .edit-form {
  margin: 0 20px;
  min-height: 450px;
}
div#fd.es.layout-edit .edit-form .yesno-list > li div.pull-left {
  max-width: 320px;
}
div#fd.es.layout-edit .control-label {
  font-size: 12px;
}
div#fd.es.layout-edit .step-content {
  display: none;
}
div#fd.es.layout-edit .step-content.active {
  display: block;
}
div#fd.es.layout-edit .avatar-preview {
  display: block;
  width: 128px;
  height: 128px;
  position: relative;
  background: #f5f5f5;
  border-radius: 3px;
}
div#fd.es.layout-edit .avatar-preview img {
  position: absolute;
}
div#fd.es.layout-edit .avatar-preview .loading-indicator {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 20%;
}
div#fd.es.layout-edit .es-avatar-list > li .es-avatar {
  border: 4px solid white;
  border-radius: 8px;
}
div#fd.es.layout-edit .es-avatar-list > li img {
  border: none;
  width: 58px;
  height: 58px;
}
div#fd.es.layout-edit .es-avatar-list > li:hover .es-avatar {
  border: 4px solid #ccc;
}
div#fd.es.layout-edit .es-avatar-list > li.active .es-avatar {
  border: 4px solid #5B93CE;
}
div#fd.es.layout-edit .form-actions {
  margin-left: 1px;
}

/*blocks.css*/
div#fd.es .es-action .fd-nav > li {
  margin: 0 5px 5px;
}
div#fd.es .es-action .fd-nav > li > .btn { 
  font-size: 12px;
  padding: 5px 12px; 
  width: 180px;
  text-align: left;
  position: relative;
}
div#fd.es .es-action .fd-nav > li > .btn .label-notification {
  position: absolute;
  right: 3px;
  top: 5px;
  font-size: 12px;
  font-weight: normal;
}
div#fd.es .es-friend-list > li {
  border-bottom: 1px solid #111;
  padding: 6px 0px;
}
div#fd.es .es-filter .fd-nav > li {
  margin-bottom: 6px;
  position: relative;
}
div#fd.es .es-filter .fd-nav > li > a {
  display: block;
  font-weight: bold;
  border: 1px solid #111;
  border-radius: 3px;
  padding: 5px 6px;
  position: relative;
  font-size: 12px;
}
div#fd.es .es-filter .fd-nav > li .close {
  position: absolute;
  right: 6px;
  top: 5px;
}
div#fd.es .es-filter .fd-nav > li.active > a {
  background: #f5f5f5;
  color: #555;
}
div#fd.es .es-filter .btn-dashed {
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
}
div#fd.es .es-filter .btn-dashed i {
  vertical-align: bottom;
}
div#fd.es .es-sidebar .es-filter {
  padding: 0 10px;
}
div#fd.es .es-pagination-footer {
  text-align: center;
  font-size: 12px;
}
div#fd.es .es-pagination-footer .pagination {
  float: none;
}
div#fd.es .es-pagination-footer .pagination > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
div#fd.es .es-calendar-date {
  text-align: center;
  width: 64px;
  height: 64px;
  background: url('../../../../../media/com_easysocial/images/calendar-date-bg.png') no-repeat;
  padding: 18px 5px 0;
  overflow: hidden;
  color: #666;
  line-height: 18px;
}
div#fd.es .es-calendar-date-mth {
  font-size: 12px;
}
div#fd.es .es-calendar-date-day {
  font-size: 18px;
  font-weight: bold;
}
div#fd.es .es-btn-group-date > .btn:first-child,
div#fd.es .es-btn-group-date > .btn:last-child {
  width: 9%;
}
div#fd.es .es-btn-group-date .btn:not(:first-child):not(:last-child):not(.dropdown-toggle_) {
  border-left: none;
  border-right: none;
  cursor: default;
  width: 80%;
}
div#fd.es .es-btn-group-date .btn:not(:first-child):not(:last-child):not(.dropdown-toggle_):hover {
  background: none;
  border-color: #d7d7d7;
}
div#fd.es .es-stream-login-box {
  padding: 24px;
  background: none repeat scroll 0% 0% #221E1D;
  border: 1px dashed #444;
  font-size: 12px;
}
div#fd.es .es-detecting-location {
  padding: 24px;
  background: none repeat scroll 0% 0% #221E1D;
  border: 1px dashed #444;
  text-align: center;
}
div#fd.es .es-detecting-location > i {
  font-size: 30px;
  vertical-align: middle;
}
div#fd.es .es-avatar-remove-tag {
  position: absolute;
  top: -6px;
  right: -3px;
}
div#fd.es .es-avatar-remove-tag > a {
  color: #fff;
  background: #DB513B;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  line-height: 8px;
}
div#fd.es .es-avatar-remove-tag > a i {
  font-size: 9px;
}
div#fd.es .es-section-divider {
  border-top: 3px double #d7d7d7;
  margin: 0 0 20px;
}
div#fd.es .input-group > .input-group-addon {
  font-size: inherit;
}
div#fd.es .input-group.guest-limit {
  width: auto;
}
div#fd.es .input-group.guest-limit > .form-control {
  width: 60px !important;
}
div#fd.es .input-group.guest-limit > .input-group-addon {
  width: auto !important;
}
div#fd.es .es-online-status {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: -3px;
  right: -3px;
  font-size: 0;
}
div#fd.es .es-online-status .es-status-on,
div#fd.es .es-online-status .es-status-off {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #444;
  border-radius: 50%;
}
div#fd.es .es-online-status .es-status-on {
  background-color: #91c73c;
}
div#fd.es .es-online-status .es-status-off {
  background-color: #f38282;
}
div#fd.es .es-online-status.es-online-status-small .es-status-on,
div#fd.es .es-online-status.es-online-status-small .es-status-off {
  width: 14px;
  height: 14px;
  border: 2px solid #333;
}
div#fd.es .es-online-status.es-online-status-mini .es-status-on,
div#fd.es .es-online-status.es-online-status-mini .es-status-off {
  width: 8px;
  height: 8px;
  border: 1px solid #111;
}
div#fd.es .es-remind {
  text-align: center;
}
div#fd.es .es-remind .es-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
div#fd.es .es-remind .es-desp {
  margin-bottom: 30px;
}
div#fd.es .es-remind-form-wrap {
  padding: 20px;
  display: inline-block;
  text-align: center;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 3px;
}
div#fd.es .es-remind-form-wrap form {
  margin: 0;
}
div#fd.es .es-remind-form-wrap .input-group .input-group-addon {
  min-width: 170px;
  padding-right: 10px;
}
div#fd.es .es-remind-form-wrap hr {
  margin: 10px 0;
}
div#fd.es .es-remind-form-wrap .btn-submit {
  display: block;
  width: 100%;
  padding: 8px 10px;
}
div#fd.es .es-repost-form .es-form {
  padding: 4px;
  min-height: 100px;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 12px;
}
div#fd.es .es-repost-form .es-form .mentions-textfield {
  top: 0 !important;
  left: 0 !important;
}
div#fd.es .es-repost-form .es-form .mentions {
  font-size: 12px;
  min-height: 100px;
}
div#fd.es .es-repost-form .es-form .mentions textarea {
  font-size: 12px;
}
div#fd.es .es-repost-preview {
  padding: 8px;
  border: 1px dashed #444;
}
div#fd.es .es-repost-preview .es-repost-title {
  font-size: 14px;
}
div#fd.es .es-repost-preview .es-repost-content {
  margin-top: 15px;
}
div#fd.es .es-widget:before,
div#fd.es .es-widget:after,
div#fd.es .es-widget-head:before,
div#fd.es .es-widget-head:after,
div#fd.es .es-widget-body:before,
div#fd.es .es-widget-body:after,
div#fd.es .es-widget-foot:before,
div#fd.es .es-widget-foot:after {
  content: " ";
  display: table;
}
div#fd.es .es-widget:after,
div#fd.es .es-widget-head:after,
div#fd.es .es-widget-body:after,
div#fd.es .es-widget-foot:after {
  clear: both;
}
div#fd.es .es-widget + .es-widget {
  margin-top: 20px;
}
div#fd.es .es-widget.es-widget-borderless {
  border: none;
}
div#fd.es .es-widget.es-widget-borderless .es-widget-head + .es-widget-head {
  margin-top: 12px;
}
div#fd.es .es-widget.es-widget-border {
  border: 1px solid #111;
}
div#fd.es .es-widget .fd-nav > li {
  position: relative;
  margin-bottom: 1px;
}
div#fd.es .es-widget .fd-nav > li > a {
  padding: 4px 0 4px 4px;
  word-wrap: break-word;
}
div#fd.es .es-widget .fd-nav > li > a:hover {
  cursor: pointer;
}
div#fd.es .es-widget .fd-nav > li > a:focus {
  outline: none;
}
div#fd.es .es-widget .fd-nav > li.active {
  font-weight: bold;
  background: #111;
}
div#fd.es .es-widget .fd-nav > li.active > a {
  background: #111;
  line-height: 16px;
}
div#fd.es .es-widget .fd-nav > li.active:before,
div#fd.es .es-widget .fd-nav > li.active:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  display: inline-block;
}
div#fd.es .es-widget .fd-nav > li.error {
  background: #ffb2bc;
}
div#fd.es .es-widget .fd-nav > li.error > a {
  background: #ffb2bc;
  color: #fff;
  border-left: 2px solid #E27A93;
}
div#fd.es .es-widget .fd-nav > li.loading > a:before {
  position: absolute;
  top: 8px;
  right: 6px;
  content: '';
  display: block;
  width: 16px;
  height: 11px;
  background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat;
}
div#fd.es .es-widget .fd-nav > li.loading .es-count-no {
  display: none;
}
div#fd.es .es-widget .fd-nav.fd-nav-media li + li {
  margin-top: 10px;
}
div#fd.es .es-widget .fd-nav.fd-nav-thumbs > li > a {
  border-bottom: 1px solid #111;
}
div#fd.es .es-widget .fd-nav.fd-nav-thumbs > li.loading > a:before {
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -8px;
}
div#fd.es .es-widget .fd-nav.fd-nav-thumbs .es-avatar {
  margin-top: 3px;
}
div#fd.es .es-widget .fd-nav .divider {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
div#fd.es .es-widget .fd-nav .fd-nav-meta {
  color: #666;
}
div#fd.es .es-widget .widget-main-link {
  font-weight: bold;
}
div#fd.es .es-widget .widget-list,
div#fd.es .es-widget .widget-list-grid {
  margin-left: 0;
  padding: 0;
}
div#fd.es .es-widget .widget-list:before,
div#fd.es .es-widget .widget-list:after,
div#fd.es .es-widget .widget-list-grid:before,
div#fd.es .es-widget .widget-list-grid:after {
  content: " ";
  display: table;
}
div#fd.es .es-widget .widget-list:after,
div#fd.es .es-widget .widget-list-grid:after {
  clear: both;
}
div#fd.es .es-widget .widget-list > li,
div#fd.es .es-widget .widget-list-grid > li {
  list-style: none;
  background: none;
  padding: 0;
}
div#fd.es .es-widget .widget-list .es-avatar,
div#fd.es .es-widget .widget-list-grid .es-avatar {
  margin: 0;
}
div#fd.es .es-widget .widget-list-grid > li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
div#fd.es .es-widget .widget-list > li {
  position: relative;
}
div#fd.es .es-widget .widget-list .es-count-no {
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 0 4px;
  font-weight: normal;
}
div#fd.es .es-widget .widget-list .filter-item-default {
  color: #6AA8DC;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
div#fd.es .es-widget .widget-list.widget-list-with-count > li {
  padding-right: 30px;
}
div#fd.es .es-widget .widget-list.friends-suggestion-list > li {
  display: inline-block;
  width: 100%;
}
div#fd.es .es-widget .widget-list.friends-suggestion-list > li + li {
  border-top: 1px solid #333;
  margin-top: 5px;
  padding-top: 5px;
}
div#fd.es .es-widget .total-no {
  color: #999999;
}
div#fd.es .es-widget .es-friends-suggestion-item .total-no {
  font-size: 12px;
}
div#fd.es .es-widget .widget-title {
  display: inline-block;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  font-family: inherit;
}
div#fd.es .es-widget .fd-nav .widget-filter {
  position: relative;
}
div#fd.es .es-widget .fd-nav .widget-filter.custom-filter .custom-filter-edit {
  display: none;
}
div#fd.es .es-widget .fd-nav .widget-filter.custom-filter:hover .custom-filter-edit {
  display: inline-block;
}
div#fd.es .es-widget .fd-nav .widget-filter.has-fonticon .filter-title {
  margin-left: 24px;
}
div#fd.es .es-widget .fd-nav .widget-filter-group {
  font-size: 11px;
  font-weight: 700;
  color: #666;
  margin-top: 10px;
  margin-bottom: 5px;
}
div#fd.es .es-widget .fd-nav .data-dashboardfeeds-filter-edit {
  position: absolute;
  top: 0;
  right: 5px;
}
div#fd.es .es-widget .fd-nav .data-dashboardfeeds-item {
  display: inline-block;
  width: 90%;
}
div#fd.es .es-widget .es-widget-tab > li > a {
  padding: 0;
  font-weight: normal;
}
div#fd.es .es-widget .es-widget-tab > li.active {
  background: none;
}
div#fd.es .es-widget .es-widget-tab > li.active > a {
  background: none;
  font-weight: bold;
}
div#fd.es .es-widget .es-widget-tab > li + li {
  padding: 0 0 0 8px;
  margin: 0 0 0 4px;
  border-left: 1px solid #111;
}
div#fd.es .es-widget .filter-more {
  color: inherit;
  font-size: 90%;
  opacity: .5;
  filter: alpha(opacity=50);
}
div#fd.es .es-widget .filter-more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
div#fd.es .es-widget-head {
	color: #666;
	position: relative;
	padding: 8px;
	padding-right: 6px;
	border-bottom: 1px solid #292929;
	font-weight: 100;
	margin-bottom: 6px;
	font-family: "Yanone Kaffeesatz", arial, tahoma !important;
	color: #FFF9E5;
	font-size: 22px;
}
div#fd.es .es-widget-head .widget-label {
  background: none;
  color: #666;
  font-weight: normal;
  margin-left: 3px;
  font-size: 14px;
}
div#fd.es .es-widget-body {
  position: relative;
  padding: 6px;
  padding-right: 0;
}
div#fd.es .es-widget-foot {
  position: relative;
  padding: 8px;
  border-bottom: 1px solid #111;
}
div#fd.es .es-widget-foot a {
  text-decoration: none;
}
div#fd.es .es-widget-create .btn {
  margin-left: 5px;
}
div#fd.es .es-widget-filter > li > a {
  line-height: 20px;
  display: block;
  padding: 5px 10px;
}
div#fd.es .es-widget-filter > li > a:hover {
  background: #444;
}
div#fd.es .es-widget-filter > li > a b {
  float: right;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}
div#fd.es .es-widget-filter > li.active > a {
  background: #111;
  color: #eee;
}
div#fd.es .es-media-browser [data-album-list-item-group] > li > a > b {
    right: 10px;
    top: 4px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px 2px 2px 2px;
    font-weight: normal;
    padding: 0 4px;
    font-size: 9px;
    background: #111;
    border: 1px solid #333;
    color: #eee;
}
div#fd.es .es-widget-filter > li.active > a b,
div#fd.es .es-widget-filter > li > a:hover b {
  border-color: transparent;
  background: none;
}
div#fd.es .es-widget-search .es-widget-body {
  background: #f5f5f5;
  padding: 8px 6px;
}
div#fd.es .es-widget-search .es-widget-body form {
  margin: 0;
  position: relative;
}
div#fd.es .es-widget-search .es-widget-body form input {
  padding-left: 26px;
}
div#fd.es .es-widget-search .es-widget-body form:before,
div#fd.es .es-widget-search .es-widget-body form:after {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  line-height: 16px;
}
div#fd.es .es-widget-search .es-widget-body form:before {
  top: 4px;
  left: 10px;
  content: "\e00a";
  font-family: 'easysocial';
}
div#fd.es.mod-es-events .es-events-list {
  list-style: none;
}
div#fd.es.mod-es-events .es-events-list > li {
  margin-bottom: 10px;
  list-style: none;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-object {
  margin-bottom: 5px;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-avatar {
  float: right;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-avatar + .es-event-object {
  margin-right: 35px;
}
div#fd.es.mod-es-events .es-events-list > li .event-title {
  font-size: 14px;
  display: inline-block;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-meta {
  font-size: 10px;
  color: #666;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-meta span {
  margin-right: 5px;
}
div#fd.es.mod-es-events .es-events-list > li .es-event-meta span +span {
  border-left: 1px dotted #333;
  padding-left: 8px;
}
div#fd.es.mod-es-events .es-events-list > li +li {
  padding-top: 10px;
  border-top: 1px dotted #333;
}
div#fd.es.w480 .es-widget .es-widget-head {
  width: 100%;
}
div#fd.es.w480 .es-widget .fd-nav > li.active:before,
div#fd.es.w480 .es-widget .fd-nav > li.active:after {
  display: none;
}
div#fd.es .es-widget-guests .tab-content {
  min-height: 50px;
}
div#fd.es.view-badges ul.badge-list > li {
  width: 30%;
  float: left;
  margin: 20px 20px 0 0;
}
div#fd.es .es-badge-wrapper {
  position: relative;
  background: url("../images/points-wrapper-bg.png") no-repeat bottom center;
  padding-bottom: 30px;
}
div#fd.es .es-badge-wrapper:before,
div#fd.es .es-badge-wrapper:after {
  content: " ";
  display: table;
}
div#fd.es .es-badge-wrapper:after {
  clear: both;
}
div#fd.es .es-badge-wrapper .es-badge {
  width: 240px;
  margin: 0 auto;
}
div#fd.es .es-badge { 
  text-align: center;
  background: #272727;
  border: 1px solid #292929;
  color: #eee;
  border-radius: 3px;
}
div#fd.es .es-badge .es-widget-head {
  height: 60px;
  overflow: hidden;
}
div#fd.es .es-badge .es-widget-body {
  padding: 10px 0;
  height: 200px;
  overflow: hidden;
}
div#fd.es .es-badge .es-widget-foot {
  color: #eee;
  background: #313131;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #262626;
  -webkit-box-shadow: inset 0 1px 0 #1a1a1a;
  box-shadow: inset 0 1px 0 #1a1a1a;
}
div#fd.es .es-badge .es-widget-foot h6 {
  margin: 0;
}
div#fd.es .es-badge .es-widget-foot [class*="span"] {
  text-align: left;
}
div#fd.es .es-badge .badge-icon {
  margin: 10px 0 20px;
}
div#fd.es .es-badge .badge-desp {
  margin-bottom: 10px;
  padding: 0 10px;
}
div#fd.es .es-badge-list .es-badge-item {
  display: inline-block;
  margin-bottom: 3px;
}
div#fd.es .es-badge-list .es-badge-item .es-badge-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
div#fd.es .es-achievements ul.achievements-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#fd.es .es-achievements ul.achievements-list >li {
  text-align: center;
  margin: 10px 10px 20px;
  display: inline-block;
  width: 120px;
  padding: 8px;
  list-style: none;
}
div#fd.es .es-achievements ul.achievements-list >li.empty {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
div#fd.es .es-achievements ul.achievements-list >li div.achievement-title {
  font-size: 14px;
  margin-top: 15px;
}
div#fd.es .es-achievements ul.achievements-list >li div.achievement-date {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
div#fd.es .es-achievers-load-button {
  text-align: center;
}
div#fd.es.w600.view-badges ul.badge-list > li {
  width: 48%;
  float: left;
  margin: 20px 0 0 0;
}
div#fd.es.w600.view-badges ul.badge-list > li:nth-child(even) {
  margin-right: 0;
  float: right;
}
div#fd.es.w320.view-badges ul.badge-list > li {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
div#fd.es.view-points ul.points-list > li {
  width: 30%;
  float: left;
  margin: 20px 20px 0 0;
}
div#fd.es.view-points.layout-item .empty {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 70px 0;
}
div#fd.es .es-point-wrapper {
  position: relative;
  background: url("../images/points-wrapper-bg.png") no-repeat bottom center;
  padding-bottom: 30px;
}
div#fd.es .es-point-wrapper:before,
div#fd.es .es-point-wrapper:after {
  content: " ";
  display: table;
}
div#fd.es .es-point-wrapper:after {
  clear: both;
}
div#fd.es .es-point-wrapper .es-point {
  width: 240px;
  margin: 0 auto;
}
div#fd.es .es-point {
  text-align: center;
  background: #fafafa;
  border: 1px solid #111;
  border-radius: 3px;
}
div#fd.es .es-point .es-widget-head {
  height: 60px;
  overflow: hidden;
}
div#fd.es .es-point .es-widget-body {
  padding: 10px 0;
  height: 200px;
  overflow: hidden;
}
div#fd.es .es-point .es-widget-foot {
  color: rgba(0,0,0,0.8);
  background: #898d90;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #585858;
  -webkit-box-shadow: inset 0 1px 0 rgba(180,180,180,0.9);
  box-shadow: inset 0 1px 0 rgba(180,180,180,0.9);
}
div#fd.es .es-point .es-widget-foot h6 {
  margin: 0;
}
div#fd.es .es-point .es-widget-foot [class*="span"] {
  text-align: left;
}
div#fd.es .es-point .point-result {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: white;
  border: 1px solid #c1af65;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 10px;
}
div#fd.es .es-point .point-result .point-result-inner {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  margin: 0 auto;
  text-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  border-radius: 50%;
  background-image: -webkit-linear-gradient(top,#fde092 0%,#f4b92d 100%);
  background-image: linear-gradient(to bottom,#fde092 0%,#f4b92d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffde092', endColorstr='#fff4b92d', GradientType=0);
  border: 1px solid #c1af65;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
div#fd.es .es-point .point-icon {
  margin: 10px 0 20px;
}
div#fd.es .es-point .point-desp {
  margin-bottom: 10px;
  padding: 0 10px;
}
div#fd.es .es-point.es-point-green .point-result .point-result-inner {
  background-image: -webkit-linear-gradient(top,#9EDD3C 0%,#92BE4F 100%);
  background-image: linear-gradient(to bottom,#9EDD3C 0%,#92BE4F 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9edd3c', endColorstr='#ff92be4f', GradientType=0);
  border: 1px solid #93BD51;
}
div#fd.es .es-point.es-point-red .point-result .point-result-inner {
  background-image: -webkit-linear-gradient(top,#FAB290 0%,#E27F4F 100%);
  background-image: linear-gradient(to bottom,#FAB290 0%,#E27F4F 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab290', endColorstr='#ffe27f4f', GradientType=0);
  border: 1px solid #DA8E6A;
}
div#fd.es .es-point-achievers:before,
div#fd.es .es-point-achievers:after {
  content: " ";
  display: table;
}
div#fd.es .es-point-achievers:after {
  clear: both;
}
div#fd.es .es-point-achievers .es-point-achievers-title {
  text-align: center;
}
div#fd.es .es-comments-wrap {
  clear: both;
}
div#fd.es .es-comments > .es-comment {
    padding: 5px;
    color: #eee;
    background: rgba(0, 0, 0, 0.3);
    /* margin: 2px -9px; */
    margin: 0 -9px;
    position: relative;
    display: block;
    word-wrap: break-word;
    border-top: 1px solid #000;
    box-shadow: 0px 1px 0px #252525 inset;
}
div#fd.es .es-comments .es-story-text {
  background: #221E1D;
  border: 1px solid #111;
  border-radius: 3px;
  padding: 5px;
}
div#fd.es .es-comments .es-story-text .es-comments-form {
  padding: 0;
  background: none;
  margin: 0; 
}
div#fd.es .es-comments .es-stream-editor-actions {
  padding: 5px 0 0;
  text-align: right;
}
div#fd.es .es-comments .media {
  display: table;
  width: 100%;
  overflow: visible;
}
div#fd.es .es-comments .media > .media-object,
div#fd.es .es-comments .media > .media-body {
  display: table-cell;
  vertical-align: top;
  float: none !important;
}
div#fd.es .es-comments .media > .media-object {
  width: 1%;
  padding-right: 5px;
}
div#fd.es .es-comments .media > .media-body {
  overflow: visible;
}
div#fd.es .es-comment .emoji {
  width: 20px;
  height: 20px;
}
div#fd.es .es-comment .es-avatar img {
  margin: 0;
  padding: 0;
}
div#fd.es .es-comment-actions {
  position: absolute;
  right: 5px;
  top: 3px;
}
div#fd.es .es-comment-actions .es-comment-actions-toggle {
  position: absolute;
  right: 0;
  border: 1px solid transparent;
}
div#fd.es .es-comment-actions .es-comment-actions-nav {
  position: relative;
  font-size: 12px;
  background: #221E1D;
  border: 1px solid #111;
  top: 19px;
  right: 0;
  padding: 3px 0 0;
  margin: 0;
  min-width: 100px;
}
div#fd.es .es-comment-actions .es-comment-actions-nav > li {
  font-size: 12px;
  display: block;
  padding: 1px 0px;
}
div#fd.es .es-comment-actions .es-comment-actions-nav > li > a {
  display: block;
  padding: 2px 14px;
}
div#fd.es .es-comment-actions .es-comment-actions-nav > li > a:hover {
  color: #eee;
  background: #111;
}
div#fd.es .btn-comment-remove {
  font-weight: bold;
  width: 14px;
  height: 14px;
  line-height: 12px;
  font-family: 'Lucida Grande', 'Gisha', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
  opacity: 0.4;
  padding: 0 3px;
  border-radius: 2px;
  cursor: pointer;
}
div#fd.es .btn-comment-remove:hover {
  background: #333;
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
div#fd.es .btn-comment-edit [class^="ies-"]:before,
div#fd.es .btn-comment-edit [class*=" ies-"]:before {
  font-size: 12px;
  width: 14px;
  height: 14px;
  top: -2px;
}
div#fd.es .es-comments-form {
	/* min-height: 100px; */ 
	padding: 5px;
	background: rgba(0, 0, 0, 0.3);
	margin: 0 -9px; 
}
div#fd.es .es-comments-form:before,
div#fd.es .es-comments-form:after {
  content: " ";
  display: table;
}
div#fd.es .es-comments-form:after {
  clear: both;
}
div#fd.es .es-comments-form .es-avatar {
  float: left;
  border: none;
  margin-top: 0;
  width: 30px;
  height: 30px;
}
div#fd.es .es-comments-form .es-form {
	margin-left: 40px;
	padding: 4px;
	min-height: 46px;
	border: 1px solid #292929;
	border: 1px solid rgba(41, 41, 41, 0.7);
	background: #221E1D;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	font-size: 11px;
}
div#fd.es .es-comments-form .es-form .mentions {
  font-size: 12px;
  min-height: 16px;
}
div#fd.es .es-comments-form .es-form .mentions > div {
  padding-bottom: 20px !important;
}
div#fd.es .es-comments-form .es-form .mentions textarea {
  font-size: 12px;
  line-height: 16px;
}
div#fd.es .es-comments-form .es-form-footer {
  margin-left: 40px;
}
div#fd.es .es-comments-form .es-form-footer:before,
div#fd.es .es-comments-form .es-form-footer:after {
  content: " ";
  display: table;
}
div#fd.es .es-comments-form .es-form-footer:after {
  clear: both;
}
div#fd.es .es-comments-form .es-form-footer span.label {
  font-size: 12px;
}
div#fd.es .es-comments-form .es-form-attach {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
  line-height: 1;
}
div#fd.es .es-comments-form .es-form-attach > label {
  color: #aaa;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  position: relative;
}
div#fd.es .es-comments-form .es-form-attach > label:hover {
  color: #666;
}
div#fd.es .es-comments-form .es-input-photo {
  font-size: 13px;
}
div#fd.es .es-comments-form .es-input-photo input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
div#fd.es .es-comments-form .es-input-smiley {
  font-size: 14px;
  width: 14px;
}
div#fd.es .es-comments-form .es-input-smiley.active {
  color: #666;
}
div#fd.es .es-comments-form .es-input-smiley.active .smileys {
  display: block;
}
div#fd.es .es-comments-form .attachments {
  display: none;
  border-top: 1px solid #333;
  overflow: hidden;
  margin: 4px -4px 0;
  padding: 4px 4px 0;
}
div#fd.es .es-comments-form .attachments.has-attachments {
  display: block;
}
div#fd.es .es-comments-form .attachments .figure {
  float: left;
  padding: 4px;
  width: 25%;
  position: relative;
}
div#fd.es .es-comments-form .attachments .figure:hover .attachment-cancel {
  background: #d00;
}
div#fd.es .es-comments-form .attachments .figure.is-uploading .attachment {
  background: #e5e5e5 !important;
}
div#fd.es .es-comments-form .attachments .figure.is-uploading .attachment .upload-progress {
  display: block;
}
div#fd.es .es-comments-form .attachments .figure.is-uploading .attachment-cancel {
  display: none;
}
div#fd.es .es-comments-form .attachments .attachment {
  position: relative;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
div#fd.es .es-comments-form .attachments .attachment .upload-progress {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 10px;
  right: 10px;
}
div#fd.es .es-comments-form .attachments .attachment .upload-progress .progress {
  background: #ccc;
  height: 6px;
  border-radius: 2px;
  margin-bottom: 0;
}
div#fd.es .es-comments-form .attachments .attachment-cancel {
  background: rgba(243, 243, 243, 0.75);
  border-radius: 100%;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#fd.es .es-comments-form .attachments .attachment-cancel:before,
div#fd.es .es-comments-form .attachments .attachment-cancel:after {
  background: #221E1D;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
div#fd.es .es-comments-form .attachments .attachment-cancel:before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
div#fd.es .es-comments-form .attachments .attachment-cancel:after {
  height: 10px;
  width: 2px;
  margin: -5px 0 0 -1px;
}
div#fd.es .es-comments-form .plupload {
  left: 0 !important;
}
div#fd.es .smileys {
  display: none;
  background: #221E1D;
  border: 1px solid #221E1D;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  font-size: 0;
  right: -8px;
  bottom: 100%;
  margin: 0 0 10px;
  width: 162px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
div#fd.es .smileys:before,
div#fd.es .smileys:after {
  content: '';
  display: block;
  position: absolute;
  right: 7px;
  bottom: -7px;
  border-top: 7px solid #221E1D;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
div#fd.es .smileys:after {
  border-top-color: #221E1D;
  bottom: -6px;
}
div#fd.es .smileys > li {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 3px;
}
div#fd.es .smileys > li:hover {
  background: #E7EDF3;
}
div#fd.es .smileys > li img {
  width: 20px;
  height: 20px;
}
div#fd.es .smileys-close {
  background: #c00;
  border-radius: 100%;
  position: absolute;
  width: 22px;
  height: 22px;
  right: -12px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#fd.es .smileys-close:before,
div#fd.es .smileys-close:after {
  background: #221E1D;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
div#fd.es .smileys-close:before {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}
div#fd.es .smileys-close:after {
  height: 12px;
  width: 2px;
  margin: -6px 0 0 -1px;
}
div#fd.es div#fd.eb .eb-composer-launcher-close-button i {
  background: #c00;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 5px;
}
div#fd.es .es-comments-control {
  position: relative;
}
div#fd.es .es-comments-control .es-comments-load {
  display: block;
  background: #252525;
  padding: 3px 10px;
  margin: 4px -9px;
  font-size: 11px;
}
div#fd.es .es-comments-control .link-loadmore {
  display: block;
}
div#fd.es .es-comments-control .es-comments-stats {
  position: absolute;
  top: 2px;
  right: 4px;
}
div#fd.es .es-comment-item-meta {
  height: 20px;
}
div#fd.es .es-comment-item-meta .es-comment-item-date,
div#fd.es .es-comment-item-meta .es-comment-item-like,
div#fd.es .es-comment-item-meta .es-comment-item-reply,
div#fd.es .es-comment-item-meta .es-comment-item-likecount {
  display: inline-block;
}
div#fd.es .es-comment-item-meta .es-comment-item-date {
  color: #888;
}
div#fd.es .es-comment-item-meta .es-comment-item-likecount {
  position: relative;
  top: -1px;
  left: 4px;
  border: 1px solid #111;
  background: #221E1D;
  border-radius: 1px;
  padding: 0 3px;
  line-height: 14px;
  height: 16px;
  font-size: 9px;
}
div#fd.es .es-comment-item-meta .es-comment-item-likecount:before,
div#fd.es .es-comment-item-meta .es-comment-item-likecount:after {
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
}
div#fd.es .es-comment-item-meta .es-comment-item-likecount:before {
  right: 100%;
  top: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #221E1D;
}
div#fd.es .es-comment-item-meta .es-comment-item-likecount:after {
  right: 100%;
  top: 3px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #221E1D;
}
div#fd.es .es-comment-item-meta .es-comment-item-likehtml {
  position: absolute;
}
div#fd.es .es-comment-item-meta .es-comment-item-likehtml .es-likes-wrap {
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0;
  top: 0;
}
div#fd.es .es-comment-item-loadreply {
  padding: 3px 5px;
  margin: 2px 0;
  background: #221E1D;
}
div#fd.es .dropdown-menu .es-item-comments a {
  padding: 0;
  clear: none;
  display: inline;
}
div#fd.es ul.es-comment-attachments {
  margin: 0 -4px !important;
}
div#fd.es ul.es-comment-attachments,
div#fd.es ul.es-comment-attachments > li {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
div#fd.es ul.es-comment-attachments > li {
  float: left;
  padding: 4px;
  width: 33.333%;
  position: relative;
}
div#fd.es ul.es-comment-attachments > li:hover .es-comment-attachment-remove {
  display: block;
}
div#fd.es ul.es-comment-attachments a {
  display: block;
  position: relative;
}
div#fd.es ul.es-comment-attachments a:after,
div#fd.es ul.es-comment-attachments a i {
  -webkit-transition: ease .5s;
  transition: ease .5s;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
div#fd.es ul.es-comment-attachments a:after {
  background: rgba(0,0,0,0.5);
  content: '';
  z-index: 2;
  bottom: 0;
  top: 0;
}
div#fd.es ul.es-comment-attachments a i {
  z-index: 3;
  color: #fff;
  top: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-top: -15px;
}
div#fd.es ul.es-comment-attachments a:hover:after,
div#fd.es ul.es-comment-attachments a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
div#fd.es ul.es-comment-attachments img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
div#fd.es ul.es-comment-attachments.is-multiple > li {
  width: 25%;
}
div#fd.es ul.es-comment-attachments.is-multiple a {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div#fd.es .es-comment-attachment-remove {
  background: rgba(0,0,0,0.75);
  border-radius: 100%;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  z-index: 10;
  display: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#fd.es .es-comment-attachment-remove:hover {
  background: #d00;
}
div#fd.es .es-comment-attachment-remove:before,
div#fd.es .es-comment-attachment-remove:after {
  background: #221E1D;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
div#fd.es .es-comment-attachment-remove:before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
div#fd.es .es-comment-attachment-remove:after {
  height: 10px;
  width: 2px;
  margin: -5px 0 0 -1px;
}
div#fd.es.w480 .es-comment-attachment-remove {
  display: block;
  background: #d00;
}
div#fd.es .es-category-item .category-header h2 {
  padding: 0;
  margin: 0;
}
div#fd.es .es-category-item .category-header .category-desc {
  font-size: 12px;
}
div#fd.es .es-category-item .category-header .category-graph {
  border-left: 1px dotted #d7d7d7;
  text-align: center;
  margin-left: 5px;
}
div#fd.es .es-category-item .category-header .category-graph .h5 {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 5px;
}
div#fd.es .es-category-item .category-meta {
  padding: 10px 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
div#fd.es .es-category-item .category-meta:before,
div#fd.es .es-category-item .category-meta:after {
  content: " ";
  display: table;
}
div#fd.es .es-category-item .category-meta:after {
  clear: both;
}
div#fd.es .es-category-item .category-meta .category-stats {
  margin: 5px 0 0 0;
  list-style: none;
  color: #666;
  font-size: 12px;
}
div#fd.es .es-category-item .category-meta .category-stats li {
  float: left;
  list-style: none;
  height: 18px;
  line-height: 18px;
}
div#fd.es .es-category-item .category-meta .category-stats li >[class^="ies-"]:before,
div#fd.es .es-category-item .category-meta .category-stats li >[class*="ies-"]:before {
  top: 0;
}
div#fd.es .es-category-item .category-meta .category-stats li+li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px dotted #ccc;
}
div#fd.es .es-category-item .es-content .header-title {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #111;
}
div#fd.es .es-category-item .random-groups li {
  margin-bottom: 5px;
}
div#fd.es .es-category-item .random-groups li >a {
  padding: 0;
}
div#fd.es .es-category-item .random-groups li .group-meta {
  color: #666;
}
div#fd.es .es-category-item .random-groups li +li {
  padding-top: 5px;
}
div#fd.es .es-filterbar {
  position: relative;
  z-index: 2;
  padding: 0 0 10px;
  margin: 10px 0 5px;
  border-bottom: 1px solid #333;
}
div#fd.es .es-filterbar > .col-cell {
  vertical-align: middle;
}
div#fd.es .es-filterbar .filterbar-title {
  font-family: "Yanone Kaffeesatz", arial, tahoma;
  font-weight: 100;
  line-height: 1.1;
  color: #FFF9E5;
  font-size: 16px;
}
div#fd.es .es-snackbar {
  margin-top: 10px;
  padding: 5px;
  color: #aaa;
  font-size: 12px;
}
div#fd.es .es-video-listing {
padding: 10px;
}
div#fd.es .es-video-listing .es-snackbar,
div#fd.es .es-videos .es-snackbar {
  padding: 0 0 10px 0;
  font-weight: 100;
  font-family: "Yanone Kaffeesatz", arial, tahoma !important;
  color: #FFF9E5;
  font-size: 18px;
  margin-top: 5px;
}
div#fd.es .es-dashboard .es-snackbar,
div#fd.es .es-profile .es-snackbar {
  display: none;
}
div#fd.es .es-conversations-snackbar {
  padding: 10px 0;
  font-weight: 100;
  font-family: "Yanone Kaffeesatz", arial, tahoma !important;
  color: #FFF9E5;
  font-size: 18px;
}
div#fd.es .es-snackbar .dropdown-menu-right {
  left: auto;
  right: 0;
}
div#fd.es .es-snackbar .row-table {
  display: table;
  width: 100%;
}
div#fd.es .es-snackbar .row-table > .col-cell {
  display: table-cell !important;
  vertical-align: middle;
}
div#fd.es .es-conversatons-search-form {
  padding: 10px 10px 20px;
  border-bottom: 1px solid #111;
}
div#fd.es .es-sidebar-filter {
  padding: 20px 10px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
div#fd.es .btn-group-conversation-sidebar .dropdown-toggle_ {
  padding: 2px 8px;
}
div#fd.es .es-conversation-sidebar-list > li + li {
  border-top: 1px solid #111;
}
div#fd.es .conversation-content-column {
  padding: 15px 10px 15px 0;
}
div#fd.es .conversation-content-column .conversation-meta,
div#fd.es .conversation-content-column .conversation-lapsed {
  margin-left: 52px;
}
div#fd.es .es-message-bubble {

}
div#fd.es .message-left .es-message-bubble {

}
div#fd.es .message-right .es-message-bubble {

}
div#fd.es .es-conversation-composer-panel {
  border: 1px solid #111;
  border-radius: 3px;
}
div#fd.es .es-conversation-composer-meta-content {
  border: 1px dashed #111;
  min-height: 60px;
}
div#fd.es.view-conversations .filter-mobile {
  display: none;
}
div#fd.es.view-conversations.w480 .cell-filter {
  display: none !important;
}
div#fd.es.view-conversations.w480 .filter-mobile {
  display: block;
  margin: 10px;
}
div#fd.es.view-conversations .search-conversation {
  width: 90%;
}
div#fd.es.view-conversations .es-sidebar * {
  word-break: break-all;
}
div#fd.es.view-conversations .es-sidebar {
  padding: 10px;
}
div#fd.es.view-conversations .es-sidebar h5 a {
  font-size: 12px;
  font-weight: normal;
}
div#fd.es.view-conversations .es-sidebar .es-widget-filter > li {
  clear: both;
  line-height: 22px;
}
div#fd.es.view-conversations .es-sidebar .es-widget-filter > li + li {
  border-top: 1px solid #333;
}
div#fd.es.view-conversations .es-sidebar .es-widget-filter > li.active {
  font-weight: 700;
}
div#fd.es.view-conversations .es-sidebar .es-widget-filter > li.active > ul {
  display: block;
}
div#fd.es.view-conversations .es-sidebar .es-widget-filter li:hover {
  cursor: pointer;
}
div#fd.es.view-conversations .es-sidebar .es-count-no {
  float: right;
}
div#fd.es.view-conversations .es-sidebar .composeConversation {
  margin-bottom: 10px;
}
div#fd.es.view-conversations .es-sidebar .es-avatar-wrap {
  float: left;
  width: 24px;
  display: inline-block;
}
div#fd.es.view-conversations .es-sidebar .es-avatar-wrap .es-avatar {
  width: 24px;
  height: 24px;
}
div#fd.es.view-conversations .es-sidebar .es-avatar-wrap .es-avatar img {
  width: 24px;
  height: auto;
}
div#fd.es.view-conversations .es-sidebar .es-username-wrap {
  float: left;
  margin-left: 5px;
  width: 165px;
}
div#fd.es.view-conversations .es-sidebar .es-conversation-username {
  margin: 5px 0 0 5px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es.view-conversations .es-content .loading-indicator {
  display: none;
}
div#fd.es.view-conversations .es-content .empty {
  margin-top: 50px;
}
div#fd.es.view-conversations .es-content .empty a.startConversation {
  margin-top: 40px;
}
div#fd.es.view-conversations .es-content.is-loading .loading-wrap {
  position: relative;
  min-height: 60px;
}
div#fd.es.view-conversations .es-content.is-loading .loading-indicator {
  display: block;
}
div#fd.es.view-conversations .es-content.is-loading .empty {
  display: none;
}
div#fd.es.view-conversations .es-content.is-loading .conversation-list {
  display: none;
}
div#fd.es.view-conversations .es-content .btn-archive {
  display: inline-block;
}
div#fd.es.view-conversations .es-content .btn-unarchive {
  display: none;
}
div#fd.es.view-conversations .es-content.layout-archives .btn-archive {
  display: none;
}
div#fd.es.view-conversations .es-content.layout-archives .btn-unarchive {
  display: inline-block;
}
div#fd.es.view-conversations .es-content.is-empty .loading-indicator {
  display: none;
}
div#fd.es.view-conversations .es-content.is-empty .conversation-list {
  display: none;
}
div#fd.es.view-conversations .es-content.is-empty .empty {
  display: block;
}
div#fd.es.view-conversations .es-content .conversation-actions {
  display: none;
  position: relative;
}
div#fd.es.view-conversations .es-content .conversation-actions .dropdown-menu {
  font-size: 12px;
  color: #595959;
}
div#fd.es.view-conversations .es-content .conversation-actions.is-checked {
  display: table-cell;
}
div#fd.es.view-conversations .es-content .conversation-actions.is-checked + .cell-label,
div#fd.es.view-conversations .es-content .conversation-actions.is-checked + .cell-label + .cell-filter {
  display: none !important;
}
div#fd.es.view-conversations .es-content .conversation-tool {
  height: 35px;
  line-height: 35px;
  position: relative;
}
div#fd.es.view-conversations .es-content .conversation-tool .item-check {
  position: absolute;
  top: 10px;
}
div#fd.es.view-conversations .es-content .conversation-tool-header {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;
    border-bottom: 1px solid #111;
}
div#fd.es.view-conversations .es-content .conversation-filters {
  font-size: 12px;
}
div#fd.es.view-conversations .es-content .conversation-filters > li {
  display: inline-block;
}
div#fd.es.view-conversations .es-content .conversation-filters li+li {
  margin-right: 5px;
}
div#fd.es.view-conversations .es-content .conversation-filters li.active {
  border-bottom: 3px solid #83B3DE;
}
div#fd.es.view-conversations .es-content li.conversation-item + li.conversation-item {
  border-top: 1px solid #111;
}
div#fd.es.view-conversations .es-content li.conversation-item {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;
}
div#fd.es.view-conversations .es-content li.conversation-item.unread .conversation-title {
  font-weight: 700;
}
div#fd.es.view-conversations .es-content li.conversation-item.unread >div {
    background: #2c2c2c;
    background: rgba(73, 129, 162, 0.2);
}
div#fd.es.view-conversations .es-content li.conversation-item.selected {
  background: rgb(148, 47, 56);
  background: rgba(148, 47, 56, 0.26);
}
div#fd.es.view-conversations .es-content li.conversation-item >div {
  padding: 10px 0;
}
div#fd.es.view-conversations .es-content li.conversation-item i.with-attachments {
  margin-top: 2px;
}
div#fd.es.view-conversations .es-content li.conversation-item .checkbox-column {
  float: left;
  width: 20px;
}
div#fd.es.view-conversations .es-content li.conversation-item .content-column {
  float: left;
  width: 97%;
  padding: 0 15px;
}
div#fd.es.view-conversations .es-content li.conversation-item .conversation-meta {
    font-size: 12px;
    height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
}
div#fd.es.view-conversations .es-content li.conversation-item .message-time {
    color: #aaa;
    float: right;
    margin: -45px -20px 0 0;
}
div#fd.es.view-conversations.layout-compose textarea {
  width: 100%;
  min-height: 150px;
}
div#fd.es.view-conversations.layout-compose .location-service hr,
div#fd.es.view-conversations.layout-compose .attachment-service hr {
  margin-top: 0;
}
div#fd.es.view-conversations.layout-compose .location-service h5,
div#fd.es.view-conversations.layout-compose .attachment-service h5 {
  margin-bottom: 3px;
}
div#fd.es.view-conversations.layout-compose .location-service h5 i,
div#fd.es.view-conversations.layout-compose .attachment-service h5 i {
  margin-right: 5px;
}
div#fd.es.view-conversations.layout-compose .location-service {
  margin-top: 35px;
}
div#fd.es.view-conversations.layout-read textarea {
  width: 100%;
  min-height: 100px;
}
div#fd.es.view-conversations.layout-read .last-updated {
  font-size: 12px;
}
div#fd.es.view-conversations.layout-read .location-service hr,
div#fd.es.view-conversations.layout-read .attachment-service hr {
  margin-top: 0;
}
div#fd.es.view-conversations.layout-read .location-service h5,
div#fd.es.view-conversations.layout-read .attachment-service h5 {
  margin-bottom: 3px;
}
div#fd.es.view-conversations.layout-read .location-service h5 i,
div#fd.es.view-conversations.layout-read .attachment-service h5 i {
  margin-right: 5px;
}
div#fd.es.view-conversations.layout-read .location-service {
  margin-top: 35px;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages .conversation-date {
  position: relative;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages .conversation-date:before {

}
div#fd.es.view-conversations.layout-read ul.conversation-messages .conversation-date .conversation-timestamp {
  position: relative;
  /* z-index: 5; */
  color: #aaa;
  font-size: 12px;
  padding: 2px 10px;
  margin-top: 5px;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item + li.message-item {

}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item {
    width: 100%;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), inset #333 0 1px 0;
    padding: 15px 10px !important;
    font-size: 12px !important;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item .message-user-name {
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item .message-user-name > a {
  word-break: break-all;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item .message-time-wrap {
  color: #bbb;
  float: right;
  margin-left: 1px;
  padding: 5px 0 0 0;
  font-size: 11px;
  color: #aaa
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item .media-object {
  float: left;
  margin-right: 10px;
  padding: 3px;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item.message-right .message-user-name {
  float: right;
  text-align: right;
}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item.message-right .message-time-wrap {

}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item.message-right .media-object {

}
div#fd.es.view-conversations.layout-read ul.conversation-messages > li.message-item.message-right .media-body {
  text-align: left;
}
div#fd.es.view-conversations.layout-read .files-list {
  font-size: 12px;
}
div#fd.es.view-conversations.layout-read .conversation-attachments {
  margin-top: 15px;
}
div#fd.es.view-conversations.layout-read .conversation-attachments h6 {
  text-decoration: underline;
}
div#fd.es.view-conversations.layout-read .conversation-attachments li+ li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #d7d7d7;
}
div#fd.es.view-conversations.layout-read .conversation-attachments .media-object.pull-left {
  margin-right: 10px;
}
div#fd.es.view-conversations.layout-read .conversation-attachments li .delete-attachment >i:before {
  color: #4d4d4d;
}
div#fd.es.view-conversations.layout-read .conversation-attachments li .attachment-preview {
  display: block;
  clear: both;
}
div#fd.es.view-conversations.layout-read .conversation-attachments li .attachment-preview > a {
  display: block;
  background: #221E1D;
}
div#fd.es.view-conversations.layout-read .conversation-attachments li .attachment-preview img {
  border-radius: 2px;
  border: 1px solid #f5f5f5;
  max-width: 60px;
  padding: 2px;
}
div#fd.es.view-conversations.layout-read .dropdown-conversation-actions,
div#fd.es.view-conversations.layout-read .conversation-action {
  font-size: 14px;
}
div#fd.es.view-conversations.layout-read .conversation-action {
  border-radius: 2px;
}
div#fd.es.view-conversations.layout-read .dropdown-conversation-actions a {
  padding: 3px 10px;
  color: #eee;
}
div#fd.es.view-conversations.layout-read .dropdown-conversation-actions i {
  margin-right: 5px;
}
div#fd.es .es-conversation-composer-panel .panel-footer {
  background-color: #221E1D;
}
div#fd.es .es-conversation-composer-panel .composer-textarea {
  border: none;
  padding: 0;
}
div#fd.es .composer-textarea {
    min-height: 150px;
    padding: 8px;
    background: #151515;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    border: 1px solid rgba(51, 51, 51, 0.61);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
    border-radius: 3px;
}
div#fd.es .composer-textarea .form-control {
  background: none;
  font-size: 12px;
  min-height: 150px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#fd.es .upload-submit {
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
}
div#fd.es .avatar-wrap {
  position: relative;
  float: left;
  margin-right: 10px;
}
div#fd.es .avatar-wrap:before,
div#fd.es .avatar-wrap:after {
  content: " ";
  display: table;
}
div#fd.es .avatar-wrap:after {
  clear: both;
}
div#fd.es .avatar-wrap .es-avatar {
  position: static;
  float: left;
}
div#fd.es .avatar-wrap .es-avatar + .es-avatar {
  margin-left: -28px;
}
div#fd.es .avatar-wrap:hover .es-avatar + .es-avatar {
  margin-left: 0;
}
div#fd.es.w480.view-conversations.layout-compose .form-horizontal .control-label {
  float: none;
  width: 100%;
  text-align: left;
}
div#fd.es.w480.view-conversations.layout-compose .form-horizontal .controls {
  margin-left: 0;
}
div#fd.es.w480.view-conversations.layout-compose .form-horizontal .form-actions {
  padding: 10px;
}
div#fd.es.w480.view-conversations.layout-compose .form-horizontal .form-actions .pull-right {
  float: none !important;
  text-align: right;
}
div#fd.es.w480.view-conversations .conversation-tool {
  height: auto;
}
div#fd.es.w480.view-conversations .conversation-tool > div,
div#fd.es.w480.view-conversations .conversation-tool > div + div {
  float: none !important;
}
div#fd.es .es-leaderboard .es-item-list > li + li {
  margin-top: -3px;
  z-index: 2;
  background-color: white;
}
div#fd.es .es-leaderboard .es-item-list > li + li .es-item {
  border-radius: 0;
}
div#fd.es .es-leaderboard .es-item-list > li:last-child .es-item {
  border-radius: 0 0 3px 3px;
}
div#fd.es .es-leaderboard .es-item-list .es-item {
  padding: 20px;
}
div#fd.es .es-leaderboard .es-item-list .es-item .es-item-body {
  margin-left: 90px;
}
div#fd.es .es-leaderboard .es-item-list .es-item .es-avatar-wrap {
  width: 64px;
}
div#fd.es .es-leaderboard .es-rank-item {
  margin-right: 20px;
}
div#fd.es .es-rank-item .es-rank-no {
  display: block;
  float: right;
  width: 62px;
  height: 62px;
  padding: 2px;
  border: 2px solid #d7d7d7;
  text-align: center;
  background: white;
  border-radius: 50%;
}
div#fd.es .es-rank-item .es-rank-no > span {
  display: block;
  background: #ccc;
  color: white;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 30px;
  border-radius: 50%;
}
div#fd.es .es-rank-item .es-rank-point {
  margin-right: 14px;
  display: inline-block;
  float: left;
  padding-top: 15px;
}
div#fd.es .es-rank-item .es-rank-point > div {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
div#fd.es.w320 .es-rank-item {
  float: left;
  margin-top: 20px;
}
div#fd.es.w320 .es-rank-item .es-rank-no {
  float: left;
}
div#fd.es.w320 .es-rank-item .es-rank-point {
  margin-right: 0;
  margin-left: 10px;
}
div#fd.es .es-pointshistory {
  position: relative;
  padding: 10px 0 100px;
}
div#fd.es .es-pointshistory:before,
div#fd.es .es-pointshistory:after {
  content: " ";
  display: table;
}
div#fd.es .es-pointshistory:after {
  clear: both;
}
div#fd.es .es-pointshistory:before {
  display: block;
  content: '';
  width: 3px;
  position: absolute;
  background-color: #d7d7d7;
  opacity: .4;
  filter: alpha(opacity=40);
  left: 50%;
  top: 0px;
  bottom: 0;
  margin-left: -2px;
}
div#fd.es .es-pointshistory .es-timeline-dot {
  border: 2px solid #d7d7d7;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  background: #221E1D;
  top: 13px;
  border-radius: 50%;
}
div#fd.es .es-pointshistory .es-date {
  font-size: 11px;
  position: absolute;
  top: -16px;
  color: #888;
}
div#fd.es .es-pointshistory .es-timeline-item-separator {
  border-top: 1px dashed #111;
  clear: both;
  margin-bottom: 50px;
  margin-top: 50px;
}
div#fd.es .es-pointshistory .es-timeline-points {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
div#fd.es .es-pointshistory .es-timeline-points:before,
div#fd.es .es-pointshistory .es-timeline-points:after {
  content: " ";
  display: table;
}
div#fd.es .es-pointshistory .es-timeline-points:after {
  clear: both;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item .es-item {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  background: #221E1D;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item .es-item:before,
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item .es-item:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  top: 10px;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n) {
  top: 40px;
  padding-right: 14px;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n) .es-item:before {
  z-index: 2;
  right: -9px;
  border-width: 8px 0 8px 8px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #d7d7d7;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n) .es-item:after {
  z-index: 3;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n) .es-item .es-timeline-dot {
  right: -19px;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n) .es-date {
  right: 0;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n+1) {
  top: -20px;
  float: right;
  padding-left: 14px;
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n+1) .es-item:before {
  z-index: 2;
  left: -9px;
  border-width: 8px 8px 8px 0;
  border-color: rgba(255,255,255,0) #d7d7d7 rgba(255,255,255,0) rgba(255,255,255,0);
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n+1) .es-item:after {
  z-index: 3;
  left: -8px;
  border-width: 8px 8px 8px 0;
  border-color: rgba(255,255,255,0) #fff rgba(255,255,255,0) rgba(255,255,255,0);
}
div#fd.es .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(2n+1) .es-item .es-timeline-dot {
  left: -20px;
}
div#fd.es .es-pointshistory .es-history-message {
  padding: 0 0 0 15px;
  margin: 10px 0 16px;
  border-left: 5px solid #eeeeee;
  background: none;
  min-height: 5px;
}
div#fd.es .es-pointshistory .btn-loadmore {
  position: absolute;
  left: 50%;
  width: 90px;
  height: auto;
  margin-left: -45px;
  bottom: -2px;
  padding: 3px;
}
div#fd.es.w480 .es-pointshistory:before,
div#fd.es.w480 .es-pointshistory:after {
  display: none;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item {
  width: 100%;
  top: 0 !important;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item .es-item:before,
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item .es-item:after {
  display: none;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(odd),
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item:nth-child(even) {
  width: 100%;
  margin-bottom: 10px;
  float: none;
  padding: 5px;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item .es-timeline-dot {
  display: none;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item .es-date {
  top: 0;
  left: 0;
  position: relative;
}
div#fd.es.w480 .es-pointshistory .es-timeline-points .es-timeline-item blockquote {
  margin-bottom: 0;
}
div#fd.es .social-integrations .es-avatar-wrapper {
  margin: 10px 0;
}
div#fd.es .social-integrations .es-avatar-wrapper:before,
div#fd.es .social-integrations .es-avatar-wrapper:after {
  content: " ";
  display: table;
}
div#fd.es .social-integrations .es-avatar-wrapper:after {
  clear: both;
}
div#fd.es .social-integrations .es-avatar-wrapper .es-username {
  color: #428bca;
  line-height: 34px;
  margin-left: 50px;
}
div#fd.es .social-integrations .yesno-list {
  clear: both;
  list-style: none;
  margin: 0;
}
div#fd.es .social-integrations .yesno-list:before,
div#fd.es .social-integrations .yesno-list:after {
  content: " ";
  display: table;
}
div#fd.es .social-integrations .yesno-list:after {
  clear: both;
}
div#fd.es .social-integrations .yesno-list > li {
  padding: 10px;
  background: #f8f9fb;
  border-top: 1px solid #eee;
  line-height: 20px;
}
div#fd.es .social-integrations .yesno-list > li:before,
div#fd.es .social-integrations .yesno-list > li:after {
  content: " ";
  display: table;
}
div#fd.es .social-integrations .yesno-list > li:after {
  clear: both;
}
div#fd.es .es-events-counter {
  color: #999999;
}
div#fd.es .es-events-counter .es-events-counter-bg {
  border: 1px solid #111;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  color: #666;
  margin-bottom: 5px;
}
div#fd.es .es-events-counter .es-events-counter-title {
  font-size: 12px;
  line-height: 14px;
}
div#fd.es .es-events-counter .es-events-counter-total {
  font-size: 16px;
  line-height: 32px;
}
div#fd.es .es-checkbox {
  padding-left: 20px;
}
div#fd.es .es-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 5px;
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  margin: 0;
}
div#fd.es .es-checkbox label::before,
div#fd.es .es-checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  border: 1px solid #444;
  border-radius: 2px;
  background-color: #221E1D;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
div#fd.es .es-checkbox label::after {
  margin-left: -20px;
  line-height: 14px;
  font-size: 12px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  color: greenyellow;
}
div#fd.es .es-checkbox input[type="checkbox"] {
  display: none;
}
div#fd.es .es-checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
}
div#fd.es .es-checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
div#fd.es .es-polls .input-group-sm .form-control {
  font-size: 12px;
}
div#fd.es .es-polls-question {
  font-weight: bold;
}
div#fd.es .es-polls-item {
  padding-right: 80px;
}
div#fd.es .es-polls-item + .es-polls-item {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
div#fd.es .es-polls-item + .es-polls-item:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 25px;
  top: 0;
  right: 0;
}
div#fd.es .es-polls-count {
  position: absolute;
  right: -80px;
  top: 0;
  width: 80px;
  text-align: right;
  color: #999;
  line-height: 16px;
}
div#fd.es .es-polls-voters {
  overflow: hidden;
  margin-top: 5px;
}
div#fd.es .es-polls-voters > .es-avatar {
  float: left;
  margin: 5px 5px 0 0;
}
div#fd.es .es-polls-progress {
  background: #e5e5e5;
  margin: 10px 0 0;
  height: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#fd.es .is-checked .es-polls-progress .progress-bar {
  background: #5cb85c;
}
div#fd.es .es-polls-option {
  display: table;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}
div#fd.es .es-polls-option > div {
  display: table-cell;
}
div#fd.es .es-polls-option > div + div {
  text-align: right;
}
div#fd.es .es-profile {
  margin-top: 15px;
}
div#fd.es .es-profile-header {
  border: 1px solid #111;
  position: relative;
}
div#fd.es .es-profile-header-heading {
  position: relative;
}
div#fd.es .es-profile-header-body { 
    background: #111;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 190px;
    height: 180px;
}

div#fd.es .es-profile-header-action {
  width: 160px;
  margin-right: 5px;
}
div#fd.es .es-profile-header-action > div +div {
  margin-top: 3px;
}
div#fd.es .es-profile-header-action > div:last-child {
  margin-bottom: 5px;
}
div#fd.es .es-profile-header-action > div .btn {
  line-height: 15px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
div#fd.es .es-profile-header-action .fa {
  width: 12px;
  height: 12px;
  text-align: center;
}
div#fd.es .es-profile-header-footer {
  border-top: 1px solid #333;
  padding: 15px 10px;
  overflow: hidden;
  position: relative;
  background-color: #221E1D;
}
div#fd.es.w480 .es-profile-header-footer > nav {
  float: none !important;
  display: block;
  overflow: hidden;
}
div#fd.es.w480 .es-profile-header-footer > nav + nav {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
div#fd.es.w480 .es-profile-header-footer .es-list-vertical-divider > span {
  float: left;
  width: 50%;
  margin: 5px 0;
  padding: 0;
  border-left: 0;
}
div#fd.es.w480 .es-profile-header-footer .es-list-vertical-divider > span i {
  width: 16px;
  text-align: center;
  margin: 0 5px 0 0;
}
div#fd.es .es-profile-header-title {
  font-size: 20px;
  margin: 0;
}
div#fd.es .es-teaser-about .fa {
  width: 12px;
  height: 12px;
  text-align: center;
}
div#fd.es .es-profile-header-avatar {
  /* background: rgba(0,0,0,0.1); */ 
  padding: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
div#fd.es .es-profile-header-avatar >a {
  display: block;
  width: 180px;
  height: 180px;
}
div#fd.es .es-profile-header-avatar >a img {
  width: 100% !important;
  height: auto !important;
}
div#fd.es .es-profile-header-avatar .es-flyout-content {
  bottom: 4px;
  width: 100%;
}
div#fd.es .es-profile-header-avatar .es-flyout-content .es-avatar-menu {
  padding: 0 4px;
  width: 100%;
  text-align: center;
}
div#fd.es .es-profile-header-avatar .es-flyout-content .es-flyout-button {
  background: rgba(0,0,0,0.6);
  display: block;
  color: #fff;
  padding: 10px 0;
}
div#fd.es .es-profile-header-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #221E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
div#fd.es .es-profile-header-cover[data-es-photo] {
  cursor: pointer;
}
div#fd.es .es-profile-header-cover.es-cover-small {
  width: 160px;
  height: 60px;
}
div#fd.es .es-profile-header-cover.es-cover-small img {
  height: 56px;
  width: 156px;
}
div#fd.es .es-profile-header-cover .es-cover-image {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  cursor: move;
  display: none;
}
div#fd.es .es-profile-header-cover .es-cover-hint {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 30%;
  margin-left: 35%;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
div#fd.es .es-profile-header-cover .es-cover-hint > span {
  background-color: rgba(255,255,255,0.8);
  margin-top: -15px;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: bold;
  display: none;
}
div#fd.es .es-profile-header-cover .es-cover-loading-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
div#fd.es .es-profile-header-cover .es-flyout-content {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  padding: 10px;
  cursor: default;
}
div#fd.es .es-profile-header-cover .es-flyout-content .es-cover-menu {
  text-align: right;
}
div#fd.es .es-profile-header-cover .es-flyout-content .es-flyout-button {
  color: #fff;
}
div#fd.es .es-profile-header-cover .es-flyout-content .es-cover-dropdown-menu {
  right: 0;
  left: auto;
}
div#fd.es .es-profile-header-cover .es-cover-done-button,
div#fd.es .es-profile-header-cover .es-cover-cancel-button {
  display: none;
}
div#fd.es .es-profile-header-cover .es-cover-done-button {
  float: right;
}
div#fd.es .es-profile-header-cover .es-cover-cancel-button {
  float: left;
}
div#fd.es .es-profile-header-cover .es-cover-hint-text {
  color: #333;
}
div#fd.es .es-profile-header-cover.loading .es-cover-hint {
  opacity: 1;
}
div#fd.es .es-profile-header-cover.loading .es-cover-hint > span {
  display: inline-block;
}
div#fd.es .es-profile-header-cover.loading .es-cover-hint > span .fd-loading {
  display: inline-block !important;
}
div#fd.es .es-profile-header-cover.loading .es-cover-hint > span .es-cover-hint-text {
  display: none !important;
}
div#fd.es .es-profile-header-cover.loading .es-cover-loading-overlay {
  display: block;
}
div#fd.es .es-profile-header-cover.editing .es-cover-hint {
  opacity: 1;
}
div#fd.es .es-profile-header-cover.editing .es-cover-hint > span {
  display: inline-block;
}
div#fd.es .es-profile-header-cover.editing .es-cover-hint > span .fd-loading {
  display: none;
}
div#fd.es .es-profile-header-cover.editing .es-cover-hint > span .es-cover-hint-text {
  display: inline-block;
}
div#fd.es .es-profile-header-cover.editing.active .es-cover-hint {
  opacity: 0;
}
div#fd.es .es-profile-header-cover.editing.active .es-flyout-content {
  opacity: 0;
}
div#fd.es .es-profile-header-cover.editing .es-flyout-content {
  opacity: 1;
}
div#fd.es .es-profile-header-cover.editing .es-cover-viewport {
  display: block;
}
div#fd.es .es-profile-header-cover.editing .es-cover-menu {
  display: none;
}
div#fd.es .es-profile-header-cover.editing .es-cover-image {
  display: block;
}
div#fd.es .es-profile-header-cover.editing .es-cover-done-button,
div#fd.es .es-profile-header-cover.editing .es-cover-cancel-button {
  display: inline-block;
}
div#fd.es .es-profile-header-cover.no-cover .es-cover-menu .divider.for-cover-remove-button {
  display: none;
}
div#fd.es .es-profile-header-cover.no-cover .es-cover-menu li[data-cover-remove-button] {
  display: none;
}
div#fd.es .es-profile-header-cover.no-cover .es-cover-menu li[data-cover-edit-button] {
  display: none;
}
div#fd.es .es-cover-form .es-cover-file {
  width: 100%;
}
div#fd.es .es-cover-form .es-cover-filename {
  display: none;
  line-height: 16px;
}
div#fd.es .es-cover-form.loading .es-cover-file {
  display: none;
}
div#fd.es .es-cover-form.loading .es-cover-filename {
  display: block;
}
div#fd.es .es-avatar-form .es-avatar-file {
  width: 100%;
}
div#fd.es .es-avatar-form .es-avatar-filename {
  display: none;
  line-height: 16px;
}
div#fd.es .es-avatar-form.loading .es-avatar-file {
  display: none;
}
div#fd.es .es-avatar-form.loading .es-avatar-filename {
  display: block;
}
div#fd.es .without-cover .es-profile-header-avatar >a {
  width: 80px;
  height: 80px;
}
div#fd.es .without-cover + .es-profile-header-body {
  margin: 10px 10px 0 115px;
}
div#fd.es.w480 .es-profile-header-heading.without-cover {
  height: 80px;
}
div#fd.es.w480 .es-profile-header .es-flyout-content {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}
div#fd.es.w480 .es-profile-header .es-profile-header-avatar {
  bottom: -10px;
  left: 50%;
  margin-left: -40px;
}
div#fd.es.w480 .es-profile-header .es-profile-header-avatar > a {
  width: 80px;
  height: 80px;
}
div#fd.es.w480 .es-profile-header .es-profile-header-avatar .es-avatar-menu {
  height: 100%;
}
div#fd.es.w480 .es-profile-header .es-profile-header-avatar .es-flyout-button {
  color: transparent;
  background-color: transparent;
}
div#fd.es.w480 .es-profile-header .es-profile-header-body {
  margin: 10px;
}
div#fd.es.w480 .es-profile-header .es-profile-header-action {
  width: 100%;
  float: none !important;
  margin: 10px 0;
}
div#fd.es .ed-profile-header--event-list-item .es-profile-header-body {
  /* margin-left: 105px; */
  background: #111;
  background: rgba(0, 0, 0, 0.48);
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 100px;
  height: auto;
}
div#fd.es .ed-profile-header--event-list-item .es-cover-container {
  padding-top: 18%;
}
div#fd.es .ed-profile-header--event-list-item .es-profile-header-action {
  position: absolute;
  right: 10px;
}
div#fd.es .es-profile-header__options {
  position: relative;
  right: 10px;
  top: 20px;
  z-index: 2;
}
div#fd.es .ed-profile-header--group-list-item .es-profile-header-body { 
  position: relative;
  padding: 10px;
  height: auto;
}
div#fd.es .ed-profile-header--group-list-item .es-cover-container {
  padding-top: 18%;
}
div#fd.es .ed-profile-header--group-list-item .es-profile-header-action {
  position: absolute;
  right: 10px;
}
div#fd.es .ed-profile-header--group-list-item .es-profile-header-avatar {
  /* bottom: -40px; */
}
div#fd.es.w320 .ed-profile-header--group-list-item .es-cover-container {
  padding-top: 40%;
}
div#fd.es .es-profile-header-calendar {
  background: #221E1D;
  padding: 1px;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  bottom: -60px;
  left: 10px;
  z-index: 2;
  border: 1px solid #111;
}
div#fd.es .es-profile-header-calendar__wrap {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}
div#fd.es .es-profile-header-calendar__date-mth {
  font-size: 18px;
  margin-bottom: 8px;
}
div#fd.es .es-profile-header-calendar__date-day {
  font-size: 30px;
}
div#fd.es .es-profile-header-footer__rsvp-wrap {
  line-height: 28px;
}
div#fd.es.w480 .events-content-wrapper .ed-profile-header--event-list-item .es-profile-header-body {
  margin-left: 10px;
  margin-top: 40px;
}
div#fd.es.w480 .events-content-wrapper .ed-profile-header--event-list-item .es-cover-container {
  padding-top: 22%;
}
div#fd.es.w480 .events-content-wrapper .es-profile-header-calendar {
  bottom: auto;
  top: 10px;
}
div#fd.es.w320 .events-content-wrapper .ed-profile-header--event-list-item .es-profile-header-body {
  margin-top: 60px;
}
div#fd.es .es-header-mini {
  font-size: 12px;
  position: relative;
  background: #221E1D;
  border: 1px solid #111;
}
div#fd.es .es-header-mini .es-header-mini-cover {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
}
div#fd.es .es-header-mini .es-header-mini-cover b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 200px -30px 100px #000 inset;
  box-shadow: 200px -30px 100px #000 inset;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
  background-repeat: repeat-x;
}
div#fd.es .es-header-mini .es-header-mini-cover b + b {
  right: 0;
  -webkit-box-shadow: -100px -50px 50px #000 inset;
  box-shadow: -100px -50px 50px #000 inset;
  display: none;
}
div#fd.es .es-header-mini .es-header-mini-meta {
  position: absolute;
  bottom: 10px;
  left: 0;
}
div#fd.es .es-header-mini .es-header-mini-meta .es-cover-title {
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es .es-header-mini .es-header-mini-meta > ul.list-unstyled {
  margin-bottom: 0;
}
div#fd.es .es-header-mini .es-header-mini-meta > ul.list-unstyled h2 {
  margin-bottom: 0 !important;
}
div#fd.es .es-header-mini .es-header-mini-meta > div.small {
  margin: 0;
}
div#fd.es .es-header-mini .es-header-mini-avatar {
  float: left;
  top: 35px;
  left: 15px;
  position: absolute;
}
div#fd.es .es-header-mini .es-header-mini-body {
  margin-left: 100px;
  min-height: 110px;
  position: relative;
}
div#fd.es .es-header-mini .es-header-mini-body .btn-clean,
div#fd.es .es-header-mini .es-header-mini-body .btn {
  background: #221E1D;
}
div#fd.es .es-header-mini .es-header-mini-footer {
  background: #221E1D;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #333;
}
div#fd.es .es-header-mini .es-header-mini-footer:before,
div#fd.es .es-header-mini .es-header-mini-footer:after {
  content: " ";
  display: table;
}
div#fd.es .es-header-mini .es-header-mini-footer:after {
  clear: both;
}
div#fd.es .es-header-mini .es-header-mini-footer .pull-right .action {
  margin-right: 10px;
}
div#fd.es .es-header-mini .es-header-mini-footer span.action {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
div#fd.es .es-header-mini .es-header-mini-footer > div {
  padding-left: 20px;
}
div#fd.es .es-header-mini .es-header-mini-apps-action {
  width: 385px;
  height: 50px;
  margin-right: 24px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
}
div#fd.es .es-header-mini .btn-scroll {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  opacity: 0.4;
}
div#fd.es .es-header-mini .btn-scroll .btn {
  display: block;
  width: 18px;
  height: 20px;
  padding: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,0.1);
  border-right: none;
  line-height: 0;
}
div#fd.es .es-header-mini .btn-scroll .btn [class^="ies-"],
div#fd.es .es-header-mini .btn-scroll .btn [class*=" ies-"] {
  line-height: 12px;
  width: 12px;
  height: 12px;
  color: #aaa;
}
div#fd.es .es-header-mini .btn-scroll .btn [class^="ies-"]:before,
div#fd.es .es-header-mini .btn-scroll .btn [class*=" ies-"]:before {
  position: relative;
  left: -2px;
  top: 1px;
}
div#fd.es .es-header-mini .btn-scroll .btn-left {
  border-radius: 2px 0 0 0;
}
div#fd.es .es-header-mini .btn-scroll .btn-right {
  top: -1px;
  border-radius: 0 0 0 2px;
}
div#fd.es .es-header-mini .es-nav-apps {
  position: relative;
  float: right;
  height: 55px;
  overflow: hidden;
}
div#fd.es .es-header-mini .es-nav-apps .btn {
  width: 64px;
  height: 50px;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
}
div#fd.es .es-header-mini .es-nav-apps .btn > span {
  display: block;
  height: 14px;
  overflow: hidden;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#fd.es .es-header-mini .es-nav-apps .es-nav-apps-icons {
  width: 16px;
  height: 16px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-body {
  margin-top: 110px;
  margin-left: 0;
  text-align: center;
}
div#fd.es.w480 .es-header-mini .es-header-mini-apps-action {
  position: relative;
  width: auto;
  top: 0;
}
div#fd.es.w480 .es-header-mini .es-header-mini-apps-action .fd-nav > li {
  margin: 0;
  margin-bottom: 5px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-apps-action .fd-nav > li > .btn {
  width: 80px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-cover {
  height: 100px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-avatar {
  top: 15px;
  left: 50%;
  margin-left: -36px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-meta {
  position: relative;
}
div#fd.es.w480 .es-header-mini .es-header-mini-meta .es-cover-title {
  width: 100%;
}
div#fd.es.w480 .es-header-mini .es-header-mini-footer > div {
  padding-left: 10px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-footer .pull-left {
  float: none;
  margin-bottom: 10px;
}
div#fd.es.w480 .es-header-mini .es-header-mini-footer .pull-right {
  float: none;
  margin-top: 10px;
}
div#fd.es.w480 .es-header-mini .fd-nav-apps {
  height: auto;
  margin: 10px 15px;
}
div#fd.es.w480 .es-header-mini .btn-scroll {
  display: none;
}
div#fd.es.view-dashboard .es-header-mini {
  margin-left: -20px;
}
div#fd.es.view-dashboard .es-header-mini .media-meta {
  display: none;
}
div#fd.es-widget-calendar {
  display: block;
  width: auto;
  border: medium none;
  box-shadow: none;
  font-size: 11px;
  position: relative;
  padding: 0;
}
div#fd.es-widget-calendar * {
  text-align: center;
}
div#fd.es-widget-calendar table {
  width: 100%;
}
div#fd.es-widget-calendar thead > tr > th,
div#fd.es-widget-calendar tbody > tr > td {
  padding: 3px;
  border-radius: 3px;
}
div#fd.es-widget-calendar thead tr:first-child th {
  cursor: pointer;
}
div#fd.es-widget-calendar th.next,
div#fd.es-widget-calendar th.prev {
  font-size: 20px;
}
div#fd.es-widget-calendar td.day:hover,
div#fd.es-widget-calendar td.hour:hover,
div#fd.es-widget-calendar td.minute:hover,
div#fd.es-widget-calendar td.second:hover {
  background: none repeat scroll 0 0 #444;
  cursor: pointer;
}
div#fd.es-widget-calendar .day a {
  min-width: 20px;
  display: block;
  border-radius: 3px;
  outline: none !important;
  cursor: default;
}
div#fd.es-widget-calendar .day a::-moz-focus-inner {
  border: 0 !important;
}
div#fd.es-widget-calendar .day.old:hover {
  background: none;
}
div#fd.es-widget-calendar .day.has-events {
  font-weight: bold;
  background: #3B9A3E !important; 
  color: #666;
}
div#fd.es-widget-calendar .day.has-events * {
  cursor: pointer;
}
div#fd.es-widget-calendar .day.has-events a {
  position: relative;
}
div#fd.es-widget-calendar .day.has-events a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #3FB576 transparent;
}
div#fd.es-widget-calendar .day.is-today {
  background-color: #31A1CA;
}
div#fd.es-widget-calendar .event-details {
  display: none;
}
div#fd.mod-easyblogcalendar .es-widget-calendar a {
  color: inherit;
}
div#fd.popbox.popbox-events-calendar-filter {
  min-width: 160px;
  max-width: 210px;
}
div#fd.popbox.popbox-events-calendar-filter .event-details-title {
  background: #444;
  color: #eee;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
}
div#fd.popbox.popbox-events-calendar-filter .list-media {
  padding-bottom: 5px;
}
div#fd.popbox.popbox-events-calendar-filter .list-media > li {
  padding-left: 5px;
  padding-top: 5px;
}
div#fd.popbox.popbox-events-calendar-filter .list-media > li + li {
  margin-top: 5px;
}
div#fd.popbox.popbox-events-calendar-filter .list-media .media-object {
  margin: 3px 10px 0 0;
}
div#fd.popbox.popbox-events-calendar-filter .list-media .media-object img {
  width: 100%;
  height: 100%;
}
div#fd.popbox.popbox-events-calendar-filter .list-media .media-body {
  line-height: 16px;
}
div#fd.popbox.popbox-events-calendar-filter .media-title * {
  font-size: 12px;
  font-weight: bold;
}
div#fd.popbox.popbox-events-calendar-filter .media-time {
  font-size: 11px;
  padding-right: 5px;
}
