/*start bootstrap styles  */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 5px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="date"] {
    line-height: 34px;
}

.es-form-label {
    display: block;
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 15px;
}
.form-group:last-child {
    margin: 0;
}
.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio .radio, .checkbox .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline .radio-inline, .checkbox-inline .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-control.autogrow {
    overflow: hidden;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -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;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -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;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control, .has-error .bootstrap-tagsinput {
    border-color: #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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);
}

.has-error .form-control:focus {
    border-color: #843534;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -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;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*--------- end bootstrap styles --------------------
----------------------------------------------------- */
#easysocial p {
    margin-bottom: 10px;
}

#easysocial p:last-child {
    margin-bottom: 0;
}

.easysocial .avatar {
    display: block;
}

.es-main-bg{
	background:#fff;
}

.es-page-bg {
    background: #fff;
    border-radius: 3px;
    padding: 5px;
}

.es-topbar {
    background: #fff;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 12px;
}

#easysocial .es-page-header {
    margin-bottom: 15px;
}

#easysocial a{
	text-decoration:none;
}

.easysocial #easysocial ul{
	list-style:none;
	padding:0;
	margin:0;
}

#es-messagebox {
    position: fixed;
    right: 30px;
    top: 40px;
    z-index: 9999;
}

.es-message-item {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid;
    border-radius: 3px;
    font-family: arial,helvetica;
    margin-bottom: 10px;
    padding: 10px;
}

.es-message-item.success {
    background: #ddeff6;
    border-color: #a6cedd;
}

.es-message-item.error {
    background: none repeat scroll 0 0 #fedfe1;
    border-color: #f9b3b7;
    box-shadow: 0 0 31px #f9c1c4;
}

.es-message-item.warning {
    background: #ddeff6;
    border-color: #a6cedd;
}

.easysocial .es-page {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
}

body.easysocial #easysocial{
    margin: 0;
    font-family: "helvetica neue", helvetica, arial, "lucida grande", sans-serif;
    color: #4e5665;
    line-height: 1.6;
}

.easysocial .es-btn {
    background: #fff;
    border: 1px solid #cecece;
    color: #666;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
	position:relative;
}

.easysocial .es-btn.red {
    background: none repeat scroll 0 0 #f96b6b;
    border-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.easysocial .es-btn.green {
    background: none repeat scroll 0 0 #55CC46;
    border-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.no-overflow {
    overflow: hidden;
}

.es-bgwhite{
	background:#fff;
}

.easysocial .es-inline-list {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
}

.easysocial .es-inline-list > li {
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 0;
}

.easysocial .entry-title {
    float: left;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

#es-profile .es-user-name {
    clear: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 12px 0 4px;
    text-align: center;
}

#es-profile .es-user-image {
    background: #f2f2f2;
    border-radius: 3px 3px 0 0;
    padding: 5px;
}

#es-profile .es-user-image img {
    background: #ddd;
    border-radius: 3px;
    box-shadow: none;
    display: block;
    height: 100%;
    margin: 0;
    max-width: 100%;
}

.es-user-summery {
    height: 46px;
    margin-left: 160px;
    position: absolute;
    top: -46px;
}

.es-about-me {
    color: #777;
    font-size: 13px;
}

.es-about-me p {
    margin: 0;
}

#es-profile .es-user-status {
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}

#es-profile .es-user-status li {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}

#es-profile .es-user-status li a {
    display: block;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
}

.anspress .easysocial .es-user-ffp {
    margin: 0 0 0 160px;
    padding: 7px;
}

.easysocial .es-user-ffp li {
    margin-right: 20px;
}

.es-user-ffp li a, .es-user-ffp li a:visited {
    border-right: 1px solid #ddd;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-right: 15px;
    text-decoration: none;
}

.es-user-ffp li:last-child a {
    border-right: none;
}

.es-user-ffp li a span {
    color: #aaa;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.easysocial .es-follow-btn, .easysocial .es-message-btn {
    background: #45b1fd;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    margin: 1%;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    width: 48%;
}

.easysocial .es-message-btn {
    background: #aaa;
}

.es-profile-right {
    float: left;
    padding-left: 15px;
    width: 80%;
}

.es-profile-nav {
    float: left;
    position: relative;
    width: 20%;
}

.es-profile-nav > ul {
    list-style: none outside none;
    margin: 0;
}

.es-profile-nav > ul > li {
    border-top: 1px solid #e6e6e6;
    margin: 0;
}

.es-profile-nav > ul > li:last-child{
	border-right:none;
}

.es-profile-nav > ul > li > a:before {
    font-size: 12px;
    margin-right: 10px;
}

.es-profile-nav > ul > li > a {
    color: #555;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
}

.es-profile-nav > ul > li > a:visited {
    color: #555;
}

.es-profile-nav > ul > li.active > a {
    background: #f0f0f0;
    border-left: 4px solid #ff5325;
    color: #333;
}

.es-profile-nav > ul > li > a:hover {
    background: #fafafa;
}


.es-profile-box .es-box-title {
    margin-bottom: 5px;
    margin-top: 0;
}

.es-profile-cover {
	margin-bottom: 20px;
}

.es-cover-bg {
    background-image: url("../images/default_cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 200px;
	position:relative;
}

.es-cover-fade {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.es-upload-o {
    background: #fff;
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding: 6px;
    position: relative;
}

.es-user-image .es-upload-o {
    display: none;
}

.es-user-image:hover .es-upload-o {
    display: block;
}

.es-upload-input {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.es-panel{
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.es-ppanel {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
}

.es-panel .es-panel-content {
    line-height: 24px;
    padding: 12px;
}

.easysocial .es-panel-title {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

.easysocial .es-user-submenu {
    background: linear-gradient(#fdfdfd, #efefef) repeat scroll 0 0 #eee;
    border-color: #d2d2d2 #d2d2d2 transparent;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    padding: 10px;
}

.easysocial .es-user-submenu > li {
    border-right: 1px solid #ddd;
    margin-right: 0;
    width: 33.33%;
}

.easysocial .es-user-submenu > li:last-child{
	border-right: none;
}

.easysocial .es-user-submenu > li > a {
    color: #666;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
}

.easysocial .es-user-submenu > li.active > a{
	color:#5890ff;
}

.easysocial .border-top-none{
	border-radius:0 0 3px 3px;
}

.es-nonefield {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.es-nonefield:last-child{
	border-bottom:none;
}

.es-nonefield .es-label {
    color: #999;
    display: block;
    float: left;
    width: 160px;
}

.es-nonefield .es-value {
    display: block;
    float: left;
    max-width: 500px;
    overflow: hidden;
}

.es-nonefield .es-pfieldedit {
    display: none;
    float: right;
    font-size: 12px;
    margin-left: 20px;
    text-decoration: none;
}

.es-nonefield:hover .es-pfieldedit{
	display: block;
}

.es-nonefield .es-pfeditbtn {
    float: right;
}

.es-nonefield .es-pfieldnedit {
    color: #aaa;
    font-size: 11px;
    font-style: italic;
    margin-left: 20px;
}

.es-help-field {
    color: #777;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    overflow: hidden;
    width: 260px;
}

.es-followbc {
    padding: 5px;
}

.es-loading-img{
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    position: absolute;
    width: 13px;
}

.es-loading-img.loadin_in_btn {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.es-loadingbtn-img{
	background: url("../images/loading.gif") no-repeat scroll center center rgba(255, 255, 255, 0.5);
	display: block;
}

.es-profile-edit-form {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: -1px -12px;
    padding: 10px;
}
.es-profile-edit-form .es-form-label {
    float: left;
    font-weight: bold;
    min-width: 200px;
}

.es-profile-edit-form .es-save-profile {
    margin-left: 200px;
}

#easysocial .es-user-activitycount {
    display: block;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

#easysocial .es-user-activitycount li{
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

#easysocial .es-user-activitycount li a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

#easysocial .es-user-activitycount li a b{
	display:block;
	font-size: 16px;
}

.es-user-nav .es-user {
    display: block;
    float: right;
    padding: 8px 0;
}
.es-user-nav .es-user img{
    border: 1px solid #333;
    border-radius: 50%;
    display: block;
}

.es-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    font-family: arial, helvetica, helvetica nue;
    padding: 10px;
    position: absolute;
}

.es-suggestions .es-tag-item {
    cursor: pointer;
    display: block;
    float: left;
    width: 25%;
}

.es-suggestions .es-tag-item-inner {
    background: #eee;
    margin: 5px;
    padding: 5px;
}

.es-suggestions .tag-title {
    display: block;
}

.es-suggestions .tag-title strong {
    display: inline-block;
}

.es-suggestions .tag-title span {
    background: #aaa;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
}

.es-suggestions .tag-description {
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin-top: 6px;
}

.es-suggestions.user-suggestions {
    padding: 0;
    width: 200px;
}

.es-suggestions.user-suggestions .es-user-item-inner {
    border-bottom: 1px solid #f8f8f8;
    display: block;
    margin: 0 5px;
    padding: 5px;
}

.es-suggestions.user-suggestions .suggestion-avatar {
    float: left;
    margin-right: 10px;
}

.es-conversations .es-avatar {
    margin-right: 10px;
    margin-top: 6px;
}

.es-conversations time {
    color: #999;
    float: right;
    font-size: 11px;
}

.es-message-title > a {
    color: #555;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.es-message-title .es-last-action {
    display: inline;
    margin-right: 10px;
}

.es-conversations {
    border: 1px solid #ddd;
    margin-top: 20px;
    width: 100%;
}

.es-conversations tr {
    border-bottom: 1px solid #eee;
}
.es-conversations tr:last-child{
	border-bottom:none;
}
.es-conversations tr td {
    padding: 15px 10px;
    vertical-align: middle;
}

.es-conversation-users {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.es-conversation-users > strong {
    display: block;
    padding: 10px 10px 0;
}

.es-conversation-users .es-m-participants {
    margin-bottom: 20px;
}

.es-m-participants > a {
    float: left;
    margin-right: 8px;
}

.es-conversation-users .es-m-participants > a > img {
    border-radius: 4px;
}

.easysocial ul.es-message-log{
    background: none repeat scroll 0 0 #fff;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

.easysocial ul.es-message-log:before {
    background: none repeat scroll 0 0 #e7e7e7;
    content: "";
    display: block;
    height: 100%;
    left: 80px;
    position: absolute;
    top: 0;
    width: 3px;
}

ul.es-message-log > li {
    margin-bottom: 20px;
    padding: 0;
	position:relative;
	background:#fff;
}

ul.es-message-log li .es-avatar {
    margin-right: 15px;
}

ul.es-message-log li .es-avatar img{
	border-radius:4px;
}

.easysocial .es-message-btns .es-dropdown-toggle {
    background: #eee;
    border-radius: 4px;
    height: 18px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 18px;
}

.es-message-c {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.es-message-head {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 10px 15px;
}

.es-message-content {
    padding: 15px;
}

#easysocial .es-message-actions{
	padding:0;
	margin:0;
	list-style:none;
}
#easysocial .es-message-actions li{
	margin:0;
	padding:0;
	float:left;
}

#easysocial .es-message-actions li a:before {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: 14px;
    margin: -4px 0 -4px 5px;
    padding: 5px;
    text-align: center;
}

.es-message-c > form {
    padding: 10px;
}

.es-big-title {
    color: #555;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#es-message .es-big-title, #es-messages .es-big-title {
    clear: none;
    float: left;
}

#es-new-messages > form {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}


.es-dropdown {
    position: relative;
}

.easysocial .es-dropdown-menu {
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none outside none;
    margin: 0;
    min-width: 170px;
    padding: 10px;
    position: absolute;
}

.easysocial .pull-right > .es-dropdown-menu{
	right:0;
}

.easysocial .pull-left > .es-dropdown-menu{
	left:0;
}

.easysocial .open .es-dropdown-menu {
    display: block;
}

.easysocial .open .es-dropdown-menu > li {
    display: block;
    margin: 0;
    padding: 0;
}

.easysocial .open .es-dropdown-menu > li a {
    display: block;
}

.es-btn-bar {
    display: block;
}

.es-btn-bar > a.es-btn {
    background: none repeat scroll 0 0 #f8f8f8;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.es-user-card {
    float: left;
    min-width: 120px;
}
.es-user-card .es-user-avatar {
    display: table;
    margin: 0 auto;
}
.es-user-card .es-user-avatar img{
	border-radius:5px;
}

.es-user-inner {
    padding: 10px;
    text-align: center;
}

.es-user-card .user-name {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}

/* pagination */
ul.es-pagination {
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: table;
    margin: 10px 0 0;
}
#answers-c ul.es-pagination{
	margin: 10px 0 25px 80px;
}

.es-pagination li {
    float: left;
    list-style: none outside none;
    margin: 0;
    border-right: 1px solid #DDD;
}

.es-pagination li:last-child {
    border-right: none;
}

.es-pagination li.active {
    background: #eee;
}

.es-pagination li a, .es-pagination li span {
    display: block;
    padding: 4px 15px;
    text-decoration: none;
}

