/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*END STYLES RESET*/

html {
}

body {
    color:#000;
    font-family: 'Helvetica', Tahoma, Segoe UI, Arial, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    background: #f2f6f8;
}
img {  }

h1 { font-size: 52px; margin: 0; padding: 5px 15px;}
h3 { font-size: 28px; margin: 0; }
h4 { font-size: 24px; margin: 10px 0 0 0; line-height: 30px; }

h1, h3, h4, h5 {
    font-family: 'Helvetica', Tahoma, Arial, Verdana, sans-serif;
    font-weight: 300;
}
@font-face {
	font-family: 'SantaFeLetPlain';
	src: url('fonts/SantaFeLetPlain.eot');
	src: url('fonts/SantaFeLetPlain.eot?#iefix') format('embedded-opentype'),
		url('fonts/SantaFeLetPlain.woff') format('woff'),
		url('fonts/SantaFeLetPlain.ttf') format('truetype'),
		url('fonts/SantaFeLetPlain.svg#SantaFeLetPlain') format('svg');
	font-weight: 100;
	font-style: normal;
}
/*BBCode H styles - Alex Update*/
.converted_h1,
.converted_h2{
    padding:0;
    margin:0;
    font-family: 'Helvetica', Tahoma, Segoe UI, Arial, sans-serif;
    font-weight: lighter;
    line-height: 1.4em;
}
.converted_h1 {
    font-size: 30px;
}
/*End BBCode Style Here*/

a {
    color:#0a7bff;
    text-decoration: none;
}

a:hover {
    color:#000;
    text-decoration: underline;
}
code, pre {
    word-wrap: break-word;
}
code.api-request {
    background: #f2f2f2;
}
option {
    font-weight: bold;
}
option:hover {
    cursor: pointer;
}
table
{
    border-collapse:collapse;
}
table, td, th
{
    border: 1px solid #CCC;
    padding: 3px;
}

img { border: 0 }

hr {
    border:none;
    color:white;
    height:1px;
    background:#ccc;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, from(#ccc), to(#fff));
}

form { margin: 0; }

/* Selectie */
::selection {
    background:#000;
    color:#fff;
}
::-moz-selection {
    background:#000;
    color:#fff;
}
::-webkit-selection {
    background:#000;
    color:#fff;
}
input[type="submit"] {
    font-family: Verdana, Tahoma, sans-serif;
    color: #6b6b6b;
    font-size: 12px;
    background: #F3F3F3;
    background: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
    background: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
    background: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
    border: 1px solid #b1b1b1;
    text-align: center;
    width: auto;
    padding: 5px 5px;
    text-decoration: none;
    margin: 0;
    border-radius: 2px;
    cursor: pointer;
}
input[type="submit"]:hover {
    border-color: #a7a7a7;
    color: #333;
    box-shadow: 0px 1px 1px #ccc;
}
input[type="submit"]:active{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#E0E0E0));
    border-color: #BBB;
    box-shadow: rgb(204, 204, 204) 0px 1px 5px inset;
    -webkit-box-shadow: rgb(204, 204, 204) 0px 1px 5px inset;
    z-index: 2;
    color: #000;
}
.row-top {
    background: #fff;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #c3c3c3;
    overflow: auto;
}
.row-page {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    overflow: auto;
}
.row-body {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    overflow: hidden;
}
.row-footer {
    padding: 20px 0 10px 0;
    overflow: auto;
}
.row-body .one { width: 8.333%; }
.row-body .two { width: 16.667%; }
.row-body .three { width: 25%; }
.row-body .four { width: 33.333%; }
.row-body .five { width: 41.667%; }
.row-body .six { width: 50%; }
.row-body .seven { width: 58.333%; }
.row-body .eight { width: 66.667%; }
.row-body .nine { width: 75%; }
.row-body .ten { width: 83.333%; }
.row-body .eleven { width: 91.667%; }
.row-body .twelve { width: 100%; }

.row-page .three { width: 25%; float: right; }
.row-page .nine { width: 75%; float: left; }
.row-page .stats-container { width: 25%; padding-top: 10px;}
.row-page .twelve { width: 100%; }
.row-page .table-id { width: 7%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-user { width: 33%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-user img { height: 15px; width:15px; border-radius: 3px; margin-right: 5px; vertical-align: middle; }
.row-page .table-mail { width: 45%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-edit { width: 8%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-delete { width: 7%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-report-id { width: 7%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-report-type { width: 13%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-user { width: 33%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-user img { height: 15px; width:15px; border-radius: 3px; margin-right: 5px; vertical-align: middle; }
.row-page .table-report-message { width: 20%; padding: 5px 0; word-wrap: break-word; }
.row-page .table-report-safe { width: 10%; padding: 5px 0; word-wrap: break-word;}
.admin-rows { width: 100%; float: left; }
.admin-rows a { cursor: pointer }

.row-top .threeads {
    width: 33.3333%;
}
.row-one {
    float: left;
    width: 15%;
}
.row-two {
    float: left;
    width: 10%;
}
.row-three {
    float: left;
    width: 60%;
    word-break:break-all;
}
.row-four {
    float: left;
    width: 15%;
    text-align: right;
}
.row-welcome {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    margin-top: -20px;
    /*background: url('images/background.png');*/
    background-position: 50% 50%;
    background-size: cover;
    /*border-bottom: 1px solid #1e346a;*/
    margin-bottom: 25px;
}

.row {
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    overflow: auto;
}
.row .one { width: 8.333%; }
.row .two { width: 16.667%; }
.row .three { width: 25%; }
.row .four { width: 33.333%; }
.row .five { width: 41.667%; }
.row .six { width: 50%; }
.row .seven { width: 58.333%; }
.row .eight { width: 66.667%; }
.row .nine { width: 75%; }
.row .ten { width: 83.333%; }
.row .eleven { width: 91.667%; }
.row .twelve { width: 100%; }

.column, .columns {
    float: left;
    min-height: 1px;
    position: relative;
}
[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.header {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 10px;
}
.topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 45px;
    background: #0a7bff;
    margin-bottom: 40px;
    border-bottom: 2px solid #fff;
}
.topbar_margin {
    width: 100%;
    height: 65px;
}
.menu {
    float: right;
    height: 45px;
    font-size: 12px;
    color: #000;
    font-family: 'Helvetica', 'wf_SegoeUILight', 'Segoe UI', 'Segoe UI Light', 'Segoe WP Light', 'Tahoma', Arial, Verdana, sans-serif;
    padding: 0 10px;
}
.menu:hover {
    background: #000;
}
.menu:active {
    background: #7f7f7f;
}
.menu_hover_messages, .menu_hover_notifications {
    background: rgba(0, 0, 0, .12);
}
.menu_name {
    float: right;
    margin-top: 15px;
    padding-right: 10px;
    color: #fff;
}
.menu_visitor {
    float: right;
    margin-top: 15px;
    padding-right: 10px;
    color: #ccc;
    visibility: hidden;
}
.menu_img {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 9px;
}
.menu_img img {
    width: 26px;
    height: 26px;
    border-radius: 2px;
}
.menu_btn {
    padding: 0 6px;
    float: right;
    height: 45px;
}
.menu_btn img {
    margin-top: 14px;
    width: /*16px*/20px;
    height: /*16px*/20px;
}
.menu_btn:hover {
    background: #000;
}
.menu_btn:active {
    background: #7f7f7f;
}
.search-input {
    float: left;
}
.search-input input {
    border-radius: 2px;
    outline: none;
    border: 1px solid #fff;
    padding: 8px;
    margin-top: 8px;
    background: #F6F6F6;
    width: 185px;
}

.search-input input:hover, .search-input input:active {
    background: #e6e6e6;
}
.search-container, .search-list-container {
    max-width: 920px;
    width: 100%;
    display: none;
    top: 46px;
    margin: 0 auto;
}
.search-container a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.search-content {
    padding: 0 10px;
    z-index: 999;
    top: 46px;
}
.search-results {
    background: #FFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #BFBFBF;
    width: 100%;
    float: left;
    margin-top: 1px;
}
.search-results .subscribe_btn, .search-results .edit_profile_btn, .search-results .sub-loading, .search-results .message_btn {
    position: inherit;
}
.search-results .message-inner {
    border-top: 1px solid #dee0e3;
}
a[title="Latest"] {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 45px;
}
a[title="Latest"] {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 47px;
}
a[title="Latest"] img {
    height: 22px;
    margin-left: 5px;
    margin-top: 12px;
    width: 22px;
    float: right;
}
div#bottom-tabbar {
    float: right;
}
.hashtag {
    border-top: 1px solid #dee0e3;
    overflow: auto;
}
.hashtag-inner {
    padding: 10px;
}
.hashtag a {
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: auto;
}
.hashtag a:hover {
    background: #f2f2f2;
    text-decoration: none;
}
.content {
    background: #FFF;
    overflow: auto;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.cover-container {
    padding: 0 10px 10px 10px;
}
.cover-content {
    background: #fff;
    color: #6B6B6B;
    border-radius: 2px;
    overflow: auto;
    /*border: 1px #ccc solid;*/
}
.cover-image {
    float: left;
    top: 0;
    padding-top: 175px;
    width: 100%;
    cursor: pointer;
}
.cover-image img {
    width: 100%;
}
.cover-description {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    overflow: auto;
    min-height: 35px;
}
.cover-description-content {
    margin-left: 126px;
    padding-bottom: 5px;
    margin-right: none;
}
.cover-avatar-content {
    width: 106px;
    margin: 0 0 10px 10px;
    overflow: auto;
}
.cover-avatar {
    float: left;
    background: #fff;
    border-radius: 2px;
    padding: 3px;
    position: absolute;
    margin-top: -70px;
    box-shadow: 0px 1px 1px #CCC;
    width: 106px;
    cursor: pointer;
}
.cover-avatar a {
    overflow: hidden;
    height: 106px;
    float: left;
}
.cover-avatar img {
    border-radius: 2px;
    width: 100%;
    margin-bottom: -3px;
}
.cover-username {
    float: left;
    font-size: 18px;
    margin-right: 60px;
}
.cover-username a {
    color: #6B6B6B;
}
.cover-username a:hover {
    color: #333;
}
.cover-username img {
    margin: 0 0 -2px 7px;
    width: 17px;
    height: 17px;
}
.message-container {
    padding: 0 20px 10px 10px;
}
.message-container a {
    color: #111; /*#0a7bff*/
    text-decoration: none;
    cursor:pointer;
}
.message-container .message-time > a {
	text-transform:capitalize;
  color: #999;
  display: inline-block;
    margin-left: 3px;
}
.message-container .message-time .remove_btn_text {
  float: left;
}
.message-content {
    font-family: 'Helvetica', Tahoma, Verdana, Arial, sans-serif;
    background: #fff;
    color: #000;
    border-radius: 2px;
    overflow: auto;
    border: 1px solid /*#BFBFBF*/#e6e6e6;
}

.message-header {
    background: #f8f8f8;
    padding: 10px;
    font-family: 'Helvetica', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    border-bottom: 1px solid #EEE;
}
.message-inner {
    padding: 10px;
}
.message-divider {
    height:1px;
    width: 100%;
    background: #dee0e3;
    float: left;
}
.message-actions {
    border-bottom: 5px solid #FFF;
    float: left;
    width: 100%;
    overflow: auto;
}
.message-actions-content {
    padding: 5px 10px;
    margin: 5px 0;
	line-height: 20px;
	    min-height: 22px;
}
.message-actions-content a {
    color: #666;
	margin: 0 10px 0 0;
}
.message-actions-content a:hover {
    color: #333;
}
.message-actions a {
    cursor: pointer;
}
.message-avatar {
    width: 42px;
    float: left;
    overflow:/*auto*/hidden;
}
.message-avatar img {
    border-radius: 2px;
    width: 42px;
}
.message-author {

}
.message-author a {
    color: #0a7bff;
    cursor: pointer;
    font-weight: bold;
    font-family: Helvetica, Arial, 'Segoe UI', Verdana, sans-serif;
}
.message-message {

    padding-top: 5px;
    padding-right: 0px;
    word-wrap: break-word;
    line-height: 1.2em;
}
.message-top {
    padding: 5px 0 5px 52px;
    margin-bottom: 10px;
	position:relative;
}

.content-search .message-top {width: 50% !important;}

.message-time {
    overflow: hidden;/*auto*/
	margin-top: 5px;
	line-height: 20px;
}
.message-time .report_btn {
    /*margin-top: 2px;*/
}
.message-time .remove_btn {
    margin-top: 2px;
}
.message-replies {
    background: #fff;
    width: 100%;
    float: left;
    overflow: auto;
}
.message-type-map {
    float: left;
}
.message-type-map img, .message-type-map iframe {
    width: 100%;
    float: left;
}
.message-type-image {
    float: left;
    width: 100%;
    cursor: pointer;
}
.message-type-image img {
    width: 100%;
    float: left;
}
.image-container-padding {
    padding: 10px 0 0 10px;
    overflow: auto;
}
.image-thumbnail-container {
    float: left;
    width: 33.3%;
}
.image-thumbnail {
    padding: 0 10px 10px 0;
    overflow: auto;
}
.image-thumbnail img {
    cursor: pointer;
}
.message-type-player {
    float: left;
    width: 100%;
}
.message-type-player iframe {
    float: left;
}
.message-type-general {
    color: #000;
    font-family: Helvetica, serif;
    font-style: normal;
    font-size: 14px;
    border-left: 3px solid #0a7bff;
    padding: 10px;
    line-height: 22px;
}
.message-type-general img {
    vertical-align: bottom;
    margin-right: 5px;
    margin-left: 3px;
    width: 24px;
    height: 24px;
}
.message-reply-container {
    width: 100%;
    /*margin-top: 7px;*/
    overflow: auto;
    border-bottom: 1px solid #EEE;
    /*border-top-left-radius: 12px;*/
    padding: 2px 10px;
    margin: 0 -10px;
}
.message-reply-author a {
    color: #0a7bff;
    cursor: pointer;
    font-weight: bold;
    font-family: Helvetica, Arial, 'Segoe UI', Verdana, sans-serif;
}
.message-reply-message {
    padding: 0 0px 5px 42px;
    word-wrap: break-word;
    line-height: 20px;
    color: #7F7F7F;
    margin-top: 2px;
}
.message-comment-box-container {
    padding: 10px;
    background: #fff;
    overflow: auto;
}
.message-comment-box-form {
    padding: 0 0 5px 42px;
}
.comment-reply-textarea {
    padding: 5px;
    font-family: 'Helvetica', Tahoma, Arial, Verdana, sans-serif;
    color: #6B6B6B;
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 100%;
    outline: 0;
    min-height: 30px;
    border-radius: 0px;
    height: 25px;
}
.comment-reply-textarea:focus {
    border: 1px solid #AAA;
}
.message-reported {
    padding-bottom: 5px;
}
.blocked-button {
    float: right;
    font-weight: normal;
}
.blocked-button a {
    cursor: pointer;
    color: #999;
    text-decoration: none;
}
.blocked-button a:hover {
    color: #666;
    text-decoration: underline;
}
.unblock-button a {
    color: #666;
}
.unblock-button a:hover {
    color: #000;
}
.like_btn {
    width: auto;
    padding-left: 17px;
    height: 17px;
    float: right;
    /*background: url('images/icons/like_n.png');
    background-size: 15px;
    background-repeat: no-repeat;
	background-position:0 2px;*/
}
.like_btn img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    border-radius: 50%;
}
.like_btn_extended {
    float: none;
    display: inline;
    margin-right: 6px;
}
.like_text_snippet {
    color: #999;
    font-style: italic;
    margin-top: 2px;
}
.comment-btn {
    float: right;
    display: none;
}
.comment-btn a {
    float: right;
    background: #0a7bff;
    border-radius: 2px;
    padding: 4px 8px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #0a7bff;
    /*border-color: #475d91 #3c5389 #3a5186;*/
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    margin-top: 2px;
}
.comment-btn a:hover {
    border: 1px solid #000;
    background: #000;
}
.comment-btn a:active {
    background: #4e69a8;
    box-shadow: #40568a 0px 1px 5px inset;
}
.btndot{
    float: right;
    cursor: pointer;
    background: url('images/icons/dots-horizontal.png');
    background-size: 24px;
    width: 24px;
    height: 17px;
}
.userpost {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #000;
  padding: 10px;
  position: absolute;
  right: 2px;
  top: 30px;
  width: 130px;
}
.userpost a{
    float: left;
    color: #777;
}
.userpost span{
    float: left;
    color: #000;
}
.refill_btn {
  background: rgba(0, 0, 0, 0) url("images/icons/refill.png") no-repeat;
  background-size:23px auto;
  cursor: pointer;
  float:left;
  height: 21px;
  width: 23px;
}
.refill_btn:hover {
  background-image:url("images/icons/tumblr-reblog.png");
}
.favorite_btn {
  background: url("images/icons/favorite.png") no-repeat;
  background-size: 23px auto;
  background-position:0 0;
  cursor: pointer;
  float: left;
  height: 21px;
  width: 23px;
}
.favorite_btn:hover {
	background-image: url("images/icons/checkbox-marked-outline.png");
}
.usertofollow.delete_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin: 10px 0 15px;
  padding: 0 0 0 10px;
}
.usertofollow.delete_btn:hover {
    background: none;
}
.delete_btn {
    background: url('images/icons/delete.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
	padding: 0 0 0px 21px;
}
.delete_btn:hover {
    background: url('images/icons/close_hover.png') no-repeat;
    background-size: 14px;
}
.delete_btn:active {
    background: url('images/icons/delete_a.png') no-repeat;
    background-size: 14px;
}
.search-content .delete_btn {
  float: right;
  height: 14px;
  padding-left: 15px;
}
.close_notification_btn {
    background: url('images/icons/close_notification.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    float: right;
}
.close_notification_btn:hover {
    background: url('images/icons/close_notification_hover.png') no-repeat;
    background-size: 14px;
}
.close_notification_btn:active {
    background: url('images/icons/close_notification_a.png') no-repeat;
    background-size: 14px;
}

.down_btn {
    background: url('images/icons/down_btn.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    float: right;
    display: inline-block;
}
.editpost_btn {
    background: url('images/icons/edit_post.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
	padding: 0 0 16px 21px;
}
.editpost_btn:hover {
    background: url('images/icons/tooltip-edit.png') no-repeat;
    background-size: 14px;
}
.editpost_btn:active {
    background: url('images/icons/edit_post_a.png') no-repeat;
    background-size: 14px;
}
.userpost .report_btn {
  padding-left: 21px;
  width: auto;
}
.report_btn {
    width: 16px;
    height: 16px;
    float: left;
    background: url('images/icons/report.png') no-repeat;
    background-size: 17px;
    cursor: pointer;
	margin:0px;
}
.report_btn:hover {
    background: url('images/icons/flag.png') no-repeat;
    background-size: 17px;
}
.report_btn:active {
    background: url('images/icons/report_a.png') no-repeat;
    background-size: 17px;
}
.private_btn {
    background: url('images/icons/private.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
    padding: 0 0 16px 21px;
}
.private_btn:hover {
    background: url('images/icons/private_h.png') no-repeat;
    background-size: 14px;
}
.private_btn:active {
    background: url('images/icons/private_a.png') no-repeat;
    background-size: 14px;
}
.public_btn {
    background: url('images/icons/public.png') no-repeat;
    background-size: 14px;
    cursor: pointer;
	padding: 0 0 16px 21px;
}
.public_btn:hover {
    background: url('images/icons/lock-outline-blue.png') no-repeat;
    background-size: 14px;
}
.public_btn:active {
    background: url('images/icons/public_a.png') no-repeat;
    background-size: 14px;
}
.edit_btn {
    width: 17px;
    height: 17px;
    float: right;
    background: url('images/icons/edit.png');
    background-size: 17px;
    cursor: pointer;
}
.edit_btn:hover {
    background: url('images/icons/edit_h.png');
    background-size: 17px;
}
.edit_btn:active {
    background: url('images/icons/edit_a.png');
    background-size: 17px;
}
.download_btn {
    width: 17px;
    height: 17px;
    float: right;
    background: url('images/icons/download.png');
    background-size: 17px;
    cursor: pointer;
}
.download_btn:hover {
    background: url('images/icons/download_h.png');
    background-size: 17px;
}
.download_btn:active {
    background: url('images/icons/download_a.png');
    background-size: 17px;
}
.subscribe_btn {
    /*border: 1px solid #BFBFBF;*/
    /*background-color: #fff;*/
    background-image: url(images/icons/subscribe.png);
    background-size:100% auto;
    background-position: center;
    /*color: #6B6B6B;
    border-radius: 50%;*/
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    margin-left: 5px;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.subscribe_btn:hover {
    /*box-shadow: 0px 1px 1px #CCC;*/
    background-image: url(images/icons/subscribe_h.png);
}
.subscribe_btn:active, .subscribe_btn:focus {
    background-image: url(images/icons/subscribe_h.png);
    box-shadow: #CCC 0px 1px 5px inset;
    border-color: #AAA;
}
.unsubscribe {
    background-image: url(images/icons/unsubscribe.png);
}
.unsubscribe:hover, .unsubscribe:active {
    background-image: url(images/icons/unsubscribe_h.png);
}
.sub-loading {
    border: 1px solid #BFBFBF;
    background-color: #fff;
    background-image: url(images/privacy.gif);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    color: #6B6B6B;
    border-radius: 3px;
    width: 90px;
    height: 25px;
    float: right;
    cursor: pointer;
    margin-left: 5px;
}
.edit_profile_btn {
    /*border: 1px solid #BFBFBF;*/
    /*background-color: #fff;*/
    background-image: url(images/icons/edit.png);
    background-size:100% auto;
    background-position: center;
    /*color: #6B6B6B;*/
    /*border-radius: 50%;*/
    width: 22px;
    height: 22px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
}
.edit_profile_btn:hover {
    /*box-shadow: 0px 1px 1px #CCC;*/
    background-image: url(images/icons/edit_h.png);
}
.edit_profile_btn:active, .edit_profile_btn:focus {
    background-image: url(images/icons/edit_h.png);
    box-shadow: #CCC 0px 1px 5px inset;
    border-color: #AAA;
}
.message_btn {
    /*border: 1px solid #BFBFBF;*/
    /*background-color: #fff;*/
    background-image: url(images/icons/message_btn.png);
    background-size: 100% auto;
    background-position: center;
    /*color: #6B6B6B;*/
    /*border-radius: 50%;*/
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.message_btn:hover {
    /*box-shadow: 0px 1px 1px #CCC;*/
    background-image: url(images/icons/message_btn_h.png);
}
.message_btn:active, .message_btn:focus {
    background-image: url(images/icons/message_btn_h.png);
    box-shadow: #CCC 0px 1px 5px inset;
    border-color: #AAA;
}
.privacy_loader {
    background: url('images/privacy.gif') no-repeat;
    background-size: 15px;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 1px;
}
.load-more-comments, .load-more-chat {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    text-align: center;
}
.load-more-comments a, .load-more-chat a {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.load-more-comments a:hover, .load-more-chat a:hover {
    color: #666;
}
.load-more-comments img, .load-more-chat img {
    width: 85px;
}
.last-comment-wrong {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.comments_preloader {
    width: 100%;
}
.delete_preloader img, .comments_preloader img {
    width: 85px;
}
.message-reply-avatar {
    width: 32px;
    float: left;
    overflow:/*auto*/hidden;
    margin-top: 7px;
}
.message-reply-avatar img {
    border-radius: 2px;
    width: 32px;
    height: 32px;
}
.message-replies-content {
    overflow: auto;
    padding: 0 10px 0 10px;
}
.load_more {
    text-align: center;
    padding: 3px;
    height: 13px; /* The height of preloader-retina-large */
}
.load_more a {
    background: #fff;
    color: #6B6B6B;
    border-radius: 3px;
    overflow: auto;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
}
.load_more a:hover {
    border: 1px solid #AAA;
    color: #888;
}
.load_more a:active {
    box-shadow: #CCC 0px 1px 3px inset;
}
.load_more img {
    width: 85px;
}
.new-message {
    background: #fff;
    color: #6B6B6B;
    border-radius: 3px;
    overflow: auto;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.new-message:hover {
    border: 1px solid #AAA;
    color: #888;
}
.new-message:active {
    box-shadow: #CCC 0px 1px 3px inset;
}
.new-message-url a {
    color: #898F9C;
    text-decoration: none;
}
.new-message-url a:hover {
    color: #666;
}
.timeago, .timeago-standard {
    color: #999;
    float: left;
    margin-top: 0px;
}
.timeago:hover, .timeago-standard:hover {
    text-decoration: underline;
    color: #666
}
.verified-small img {
    width: 13px;
    height: 13px;
    margin: 0 0 -2px 3px;
}
.sidebar-container {
    padding: 0 10px 10px 0;
}
.sidebar-content {
    background: #fff;
    color: #000;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.sidebar-content form {
    padding: 10px;
}
.sidebar-content input[type="text"] {
    padding: 7px 12px;
}
.sidebar-header {
    background: #f8f8f8;
    padding: 10px;
    font-family: Helvetics, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #EEE;
}
.sidebar-header a {
    color: #000;
}
.sidebar-header a:hover {
    color: #222;
}
.sidebar-header-light {
    font-weight: normal;
}
.sidebar-inner {
    padding: 10px;
}
.sidebar-subscriptions {
    width: 50%;
    float: left;
}
.sidebar-subscriptions img {
    width: 100%;
    margin-bottom: -4px;
}
.sidebar-title-container {
    color: #FFF;
    display: block;
    position: absolute;
    width: 50%;
    word-wrap: break-word;
}
.sidebar-title-container a {
    text-decoration: none;
    color: #FFF;
}
.sidebar-title-name {
    padding: 5px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.sidebar-places-name {
    padding: 5px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    display: none;
}
.sidebar-link img {
    vertical-align: middle;
    margin-right: 7px;
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
}
.sidebar-link a {
    margin-top: -1px;
    padding: 7px 10px 3px 10px;
    border-top: 1px solid #EEE;
    display: block;
    text-decoration: none;
    color: #000;
    height: 23px;
}
.sidebar-link a:hover {
    background: #f7f7f7;
    color: #666;
}
.sidebar-users {
    cursor: pointer;
}
.sidebar-users img {
    vertical-align: middle;
    margin-right: 7px;
}
img.sidebar-status-icon {
    height: 25px;
    width: 12px;
}
.sidebar-users a {
    margin-top: -1px;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #EEE;
    display: block;
    text-decoration: none;
    color: #898F9C;
}
.sidebar-users a:hover {
    background: #f7f7f7;
    color: #666;
}
.sidebar-chat-list {
    max-height: 456px;
    overflow: auto;
}
.sidebar-header input {
    outline: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8 url('images/icons/search.png') no-repeat top right;
    background-size: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.sidebar-divider {
    height:1px;
    width: 100%;
    background: #dee0e3;
    float: left;
}
.sidebar-list {
    margin-top: -1px;
    padding: 7px 10px;
    border-top: 1px solid #EEE;
    font-size: 13px;
}
.sidebar-list img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    vertical-align: middle;
}
.sidebar-list a {
    color: #6B6B6B;
}
.sidebar-avatar {
    width: 50px;
    float: left;
}
.sidebar-avatar img {
    border-radius:2px;
}
.sidebar-avatar-desc {
    height: 42px;
    margin-left: 60px;
    padding-top: 8px;
    font-size: 12px;
}
.sidebar-avatar-edit a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.message-form-content {
    background: #fff;
    color: #6B6B6B;
    border-radius: 2px;
    overflow: auto;
    border: 1px solid #e6e6e6;
}
.message-form-header, .page-header {
    background: #f8f8f8;
    padding: 10px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #EEE;
}
.message-form-user img, .page-header img {
    display: none;
    /*width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 2px;
    float: left;*/
}
.message-form-private, .vote_up_count, .vote_down_count {
    float: right;
}
.message-form-inner {
    padding: 10px;
    border-bottom: 1px solid #EEE;
}
.message-form-inner textarea {
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    width: 100%;
    resize: none;
    height: 38px;
    min-height: 38px;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
}
.message-form-input {
    border-bottom: 1px solid #EEE;
    padding: 5px 10px;
    display: none;
}
.message-form-input input {
    border: 0;
    outline: 0;
    width: 100%;
}
.link-input {
    padding:0px;
    outline: 0;
    width:100%;
    border:0px;
    font-size: 12px;
}
.selected-files {
    border-bottom: 1px solid #EEE;
    padding: 5px 10px;
    display: none;
    color: #a9a9a9;
}
.message-btn {
    float: right;
    padding: 6px 10px 7px 0;
}
.message-btn a {
    float: right;
    /*background: #0a7bff url("images/send_post.png") no-repeat 47px 1px;*/
    background: #0a7bff url("images/send_post.png") no-repeat right 5px top 40%;
    border-radius: 2px;
    padding: 6px 35px 6px 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #0a7bff;
    /*border-color: #475d91 #3c5389 #3a5186;*/
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    margin-top: 2px;
}

.message-btn a:hover {
    border: 1px solid #000;
    /*background: #000 url("images/send_post.png") no-repeat 47px 1px;*/
    background: #000 url("images/send_post.png") no-repeat right 5px top 40%;
}
.message-btn a:active {
    /*background: #4e69a8 url("images/send_post.png") no-repeat 47px 1px;*/
    background: #4e69a8 url("images/send_post.png") no-repeat right 5px top 40%;
    box-shadow: #40568a 0px 1px 5px inset;
}
.message-loader {
    float: right;
}
.chat-container {
    height: 410px;
    padding: 0 10px;
    overflow: auto;
}
.chat-form-inner {
    padding: 10px;
    border-bottom: 1px solid #EEE;
}
.chat-form-inner input {
    border: 0;
    outline: 0;
    font-family: 'Segoe UI', Tahoma, Arial, Verdana, sans-serif;
    width: 100%;
    resize: none;
    height: 25px;
    min-height: 25px;
    max-width: 100%;
    overflow: hidden;
}
.chat-error {
    padding: 10px 0;
}
textarea {
    width: 100%;
    max-width: 500px;
    height:100px;
}
.logo {
    height: 45px;
    width: 175px;
    float: left;
    margin-right: 10px;
    background: url('images/logo.png') no-repeat;
    margin-top: 10px; /*Added Alex*/
}
.logo-small {
    height: 45px;
    width: 45px;
    float: left;
    background: url('images/logo_small.png') no-repeat;
    background-size: 25px;
    display: none;
    margin-right: 5px;
    margin-top: 5px;
}
.logo-small:hover {
    background: rgba(0, 0, 0, .12) url('images/logo_small.png') no-repeat;
    background-size: 45px;
}
.logo-small:active {
    background: rgba(0, 0, 0, .35) url('images/logo_small.png') no-repeat;
    background-size: 45px;
}
.m_logo {
    height: 45px;
    width: 175px;
    margin-right: 10px;
    background: url('images/logo.png') no-repeat;
    margin-top: 10px; /*Added Alex*/
}
.despartitor {
    height: 1px;
    width: 100%;
    background: #DADADA;
    float: left;
    margin: 10px 0;
}
.info {
    border: 1px solid #38A8FF;
    background: #BEDBFF;
    border-radius: 3px;
    color: #2A4E9B;
    width: 91%;
    padding: 5px 7px;
}
.page-settings-container {
    padding: 0 20px 15px 10px;
}
.page-login-container {
    padding: 0 10px 15px 10px;
}
.page-container {
    padding: 0 10px 15px 10px;
}
.page-content {
    box-shadow: 0px 1px 1px #CCC;
    border: 1px solid #B1b1b1;
    background: #fff;
    color: #000;
    border-radius: 3px;
    overflow: auto;
}
.page-inner {
    padding: 10px;
    overflow: auto;
}
.page-header {
    font-weight: normal;
}
.page-header a {

}
.page-input-container {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.page-input-container input, .page-input-container select, .page-input-container textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    margin: 0;
}
.page-input-container input:hover, .page-input-container input:focus, .page-input-container select:hover, .page-input-container select:focus, .page-input-container textarea:hover, .page-input-container textarea:focus {
    border: 1px solid #888;
}
.page-input-container input[type="submit"] {
    margin-top: 0;
}
.page-input-container input[type="file"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}
.page-input-container input[type="file"]:hover {
    border: 1px solid #AAA;
}
.page-input-content {
    float: left;
}
.page-input-title, .page-input-title-img {
    text-align: right;
    width: 150px;
    margin-right: 10px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    float: left;
    color: #444;
}
.page-input-title-img {
    margin-right: 20px;
}
.page-input-title-img img {
    border-radius: 3px;
    margin-top: 5px;
}
.page-input-sub {
    color: #666;
    font-size: 11px;
    padding-top: 3px;
    width: 350px;
}
.page-title {
    font-size: 18px;
}
.page-input-title-img-wall {
    width: 100%;
}
.page-input-title-img-wall img {
    width: 100%;
}
.stats-boxes-container {
    overflow: auto;
    width: 100%;
    padding-bottom: 10px;
}
.backgrounds-container img {
    border-radius: 3px;
    margin: 2px
}
.backgrounds-container img:hover {
    border-radius: 3px;
    margin: 0;
    border: 2px solid #888;
}
.container-short {
    overflow: auto;
}
.container {
    padding: 15px 0;
    overflow: auto;
    width: 100%;
    float: left;
}
.chart-container {
    padding-left: 15px;
}
.chart img {
    width: 100%;
}
/** old before - 09-mar-2016
.preloader {
    padding: 10px 0;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.preloader-normal {
    width: 110px;
    height: 10px;
    background: url('images/preloader.gif');
}
.preloader-retina {
    width: 85px;
    height: 8px;
    background: url('images/preloader_small.gif');
    background-size: 85px 8px;
}
.preloader-retina-large {
    width: 110px;
    height: 10px;
    background: url('images/preloader_small.gif');
    background-size: 110px 10px;
}*/
.preloader {
    padding: 10px 0;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}
.preloader-normal {
    width: 25px;
    height: 20px;
    /*background: url('images/preloader.gif');*/
    background: url('images/privacy.gif');
}
.preloader-retina {
    width: 25px;
    height: 20px;
    /*background: url('images/preloader_small.gif');*/
    background: url('images/privacy.gif');
    background-size: 25px 20px;
}
.preloader-retina-large {
    width: 25px;
    height: 20px;
    /*background: url('images/preloader_small.gif');*/
    background: url('images/privacy.gif');
    background-size: 25px 20px;
}
.preloader-center {
    margin: 0 auto;
}
.preloader-left {
    display: inline-block;
}
.retrieving-results {
    display: inline;
}
.footer {
    padding: 10px 10px 0 10px;
}
.footer-container {
    border-top: 1px solid #ccc;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #7E7E7E;
    padding: 10px 0;
}
.footer-links {
    padding-bottom: 5px;
}
.footer-links a {
    color: #0a7bff;
}
.footer-languages {
    padding-bottom: 5px;
}
.footer-languages a {
    color: #0a7bff;
}
.pages-content {
    padding: 20px;
}
.text-inputs {
    padding: 3px 0;
}
.ads1 {
    margin-top: 10px;
    width: 100%;
    height: auto;
    float: left;
}
.info-message {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}
.error {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    padding: 5px;
    border: 1px solid #cc0000;
    background: #ffc0cf;
    color: #b40a34;
    border-radius: 3px;
    margin: 0 0 10px 0;
}
.theme-icon {
    width: 60px;
    float: left;
    overflow: auto;
}
.theme-icon img {
    border-radius: 3px;
    width: 60px;
}
.theme-top {
    padding: 5px 0 5px 67px;
}
.theme-active {
    font-family: Tahoma, Arial, 'Segoe UI', Verdana, sans-serif;
    color: #3e7b1a;
    font-weight: bold;
}
.theme-activate a {
    color: #999;
    font-weight: bold;
}
.theme-activate a:hover {
    color: #333;
}
.pages-content textarea {
    outline: 0;
    padding: 5px;
    width: 178px;
    height: 50px;
    font-family: Arial, 'Segoe UI', Tahoma, Verdana, sans-serif;
    border: 1px solid #CCC;
}
.pages-content textarea:focus, .pages-content textarea:active, .pages-content textarea:hover {
    border: 1px solid #666;
}
.pages-content input {
    outline: 0;
    padding: 5px;
    width: 178px;
    font-family: Arial, 'Segoe UI', Tahoma, Verdana, sans-serif;
    border: 1px solid #CCC;
}
.pages-content input:focus, .pages-content input:active, .pages-content input:hover {
    border: 1px solid #666;
}
.pages-content input[type="submit"] {
    padding: 5px;
    width: auto;
    font-family: Arial, 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.forgot-password a {
    color: /*rgba(255, 255, 255, .4)*/ #0a7bff;
    font-size: 12px;
}
.forgot-password a:hover {
    color: /*rgba(255, 255, 255, .8)*/;
    text-decoration: underline;
}
.welcome-captcha img {
    vertical-align: bottom;
    border-radius: 5px;
    margin-right: 5px;
}
.welcome-full {
    width: 100%;
    display: none;
}
.welcome-inner {
    padding: 10px;
    overflow: auto;
    clear:both;
    min-height:105px;
}
.welcome-user {
    width: 70px;
    height: 70px;
    float: left;
    border: 3px solid #fff;
    border-radius: 50%;
    /*margin-right: 11px;*/
    margin-left: 13px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}
.welcome-user:last-child {
    margin-right: 0;
}
.welcome-user a {
    float: left;
    height: 70px;
    overflow: hidden;
}
.welcome-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}
.welcome-message {
    float: left;
    width: 60%;
    color: #000;
    font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	text-align:center;
}
.welcome-title {
    font-weight: lighter;
    font-size: /*32px*/30px;
    margin-top: 15px;
    margin-bottom: 5px;
	text-align:left;
}
.welcome-desc {
    font-weight: lighter;
    font-size: /*24px*/18px;
	text-align:left;
}
.welcome-about {
    font-weight: lighter;
    font-size: /*24px*/18px;
    margin-top: /*100px*/25px;
    color: #0a7bff;
}
.home_bottom_links a {
	font-family: 'SantaFeLetPlain';
	font-size:32px;
	margin-bottom:10px;
	display: inline-block;
    text-decoration: none;
}
.welcome-message a.google_play img{
    width: 140px;
	height:auto;
}
.welcome-message a.ios_store img {
    width: 120px;
    height: auto;
    position: relative;
    top: 2px;
}
.welcome-inputs {
    width: 40%;
    float: right;
}
.welcome-inputs form {
    width: 100%;
    max-width: 300px;
    overflow: auto;
    float: right;
    background: /*#f6f6f6*/none;
    padding: 10px;
    opacity: 0.9;
    margin-bottom: 10px;
    clear:both;
    border: 1px #e6e6e6 solid;
}

.welcome-inputs input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    /*background: rgba(0, 0, 0, .2);*/
    color: #000;
    border: 1px solid #0a7bff;
    outline: 0;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-appearance: none;*/
}
.welcome-inputs input:focus {
    background: #e6e6e6;
    color: #000;
}
.popup_register_msg > div{
float: right;
    font-size: 12px;
    background: #fff;
    padding: 10px;
    margin-top: -10px;
	}
.welcome-inputs input[type="checkbox"] {
width: auto;
    margin: -1px 3px 0 0;
    float: left;
}
.register-button, #embed_guest_btn, .sidebar-content input[type="submit"] {
    font-family: 'Segoe UI', Arial, Tahoma, sans-serif;
    margin: 0 10px 7px 0;
    color: #FFF;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
    background: #58AA16;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 37px;
}
.sidebar-content input[type="submit"] {
	margin-top:10px;
	padding: 8px 10px;
	height: auto;
}
.register-button:hover {
    background: #0a7bff;
}
.register-button:active {
    background: #000;
}
.agreeterms{
    font-size: 13px;
}
.hidetopbar{
    display: block;
}
.login-button {
    font-family: 'Segoe UI', Arial, Tahoma, sans-serif;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
    background: #58AA16;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 37px;
}
.login-button:hover {
    background: #0a7bff;
}
.login-button:active {
    background: #000;
}
.notification-box {
    padding: 5px 10px 10px 10px;
    border: 0px solid;
    position: relative;
    margin: 10px 20px;
    color: #fff;
}
.box-transparent {
    padding: 5px 10px 10px 10px;
    margin: 0 0 5px 0;
    color: #fff;
    border-radius: 5px;
}
.notification-box p {
    margin: 0;
}
.notification-box h5 {
    font-size: 20px;
    margin: 0;
}
.notification-box-error {
    background: #B91D1D;
}
.notification-box-success {
    background: #099709;
}
.notification-box-info {
    background: #1B68A0;
}
.notification-box-transparent {
    background: rgba(0, 0, 0, 0.2);
}
.notification-box > p:first-child {
    margin: 0;
}
a.notification-close {
    padding: 2px 7px 5px 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #fff;
}
a.close-transparent {
    right: 3px;
    top: 3px;
    border-radius: 3px;
}
a:hover.notification-close {
    background-color: rgba(0, 0, 0, .12);
}
a:active.notification-close {
    background-color: rgba(0, 0, 0, .52);
}
.notification-container {
    max-width: 900px;
    width: 100%;
    display: none;
    top: 46px;
    position: absolute;
}
.notification-content {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #BFBFBF;
    max-width: 350px;
    width: 100%;
    float: right;
}
.notification-inner {
    padding: 10px;
}
.notification-row {
    float: left;
    width: 100%;
    border-top: 1px solid #dee0e3;
}
.notification-image {
    float: left;
}
.notification-text {
    padding-left: 35px;
}
.notification-text img {
    vertical-align: top;
    margin-top: 7px !important;
}
.notification-text .chat-snippet {
    font-style: italic;
    word-wrap: break-word;
    line-height: 28px;
}
.notification-unread {
    background: #F1F1F1;
}
.notification-padding {
    padding: 5px 5px 3px 5px;
    overflow: auto;
}
#notifications-content .timeago {
  display: inline-block;
  float: none;
  margin: 10px 0 0 8px;
}
#notifications-content .timeago:hover {
    text-decoration: none;
}
#notifications-content img.notifications {
    height: 33px;
    width: 33px;
    border-radius: 3px;
    margin-right: 5px;
}
#notifications-content {
    max-height: 435px;
    overflow: auto;
}
#notifications-page .timeago {
    float: none;
    margin: 8px 4px 0 !important;
}
#notifications-page .timeago:hover {
    text-decoration: none;
}
#notifications-page img.notifications {
    height: 33px;
    width: 33px;
    border-radius: 3px;
    margin-right: 5px;
}
.sidebar-fa-image {
    float: left;
}
.sidebar-fa-image img {
    width: 30px;
    height: 30px;
}
.sidebar-fa-text {
    font-size: 12px;
    padding-left: 35px;
}
.sidebar-fa-text .timeago {
    float: none;
    display: inline-block;
}
.sidebar-fa-content {
    max-height: 336px;
    overflow: auto;
}
.input_hidden {
    position: absolute;
    left: -9999px;
}
.selected {
    background-color: #DFDFDF;
}
#values {
    float: left;
}
#values label {
    display: inline-block;
    cursor: pointer;
}
#values label:hover {
    background-color: #efefef;
}

#values label img {
    padding: 10px 5px 6px 5px;
    width: 20px;
    height: 20px;
}
.button-image {
    width: 34px;
    height: 40px;
    background-image: url('images/icons/events/camera.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    background-size: 20px;
}
.button-image:hover {
    background-color: #efefef;
}
.inputImage {
    opacity: 0.0;
    height: 40px;
    cursor: pointer;
    width: 33px; /* Move it to the left so that the cursor: pointer gets active (it sends the Choose file outside of the view) */
}
/* The webkit pseudo selector has been added put cursor style on upload button, alternatively can be fixed using padding-left: 100%; on inputImage */
.inputImage::-webkit-file-upload-button { cursor: pointer; }

.button-gif {
    width: 34px;
    height: 40px;
    background-image: url('images/icons/events/gif.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    background-size: 20px;
}
.button-gif:hover {
    background-color: #efefef;
}
.inputGif {
    opacity: 0.0;
    height: 40px;
    cursor: pointer;
    width: 33px; /* Move it to the left so that the cursor: pointer gets active (it sends the Choose file outside of the view) */
}
/* The webkit pseudo selector has been added put cursor style on upload button, alternatively can be fixed using padding-left: 100%; on inputImage */
.inputGif::-webkit-file-upload-button { cursor: pointer; }
.gif-message{
    position: relative;
}
.gifholder{
    background: rgba(0, 0, 0, 0) url("images/gif_animated.png") no-repeat scroll 0 0 / 100% auto;
    height: 88px;
    left: 44%;
    position: absolute;
    top: 40%;
    width: 80px;
    z-index: 9;
}
.message-private-btn {
    background: url('images/icons/public.png') no-repeat;/*private_post*/
    background-size: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.message-private-btn:hover {
    background: url('images/icons/private_post_h.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
#notifications_btn, #messages_btn {
    cursor: pointer;
    width: 16px;
}
.notificatons-number-container {
    float: left;
    margin-right: 5px;
}
.notifications-number {
    background: #f84049; /* Old browsers */
    background: -moz-linear-gradient(top, #f84049 0%, #da121c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f84049), color-stop(100%,#da121c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f84049 0%,#da121c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f84049 0%,#da121c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f84049 0%,#da121c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f84049 0%,#da121c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84049', endColorstr='#da121c',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    padding: 2px 3px;
    font-size: 10px;
    position: absolute;
    margin: -30px 0 0 9px;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.message-private-active {
    background: url('images/icons/private_post_a.png') no-repeat;
    background-size: 16px;
}
.message-private-active:hover {
    background: url('images/icons/private_post_a.png') no-repeat;
    background-size: 16px;
}
#more_users, #more_reports {
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
}
#share {
    position:fixed;
    z-index: 100;
    top:50%;
    left:50%;
    margin:-75px 0 0 -150px;
    width: 300px;
    height: 150px;
    display: none;
}
.share-container {
    background: #fff;
    width: 300px;
    height: 144px;
    box-shadow: 0px 1px 1px #CCC;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
}
.share-inner {
    padding: 10px;
}
.share-title {
    font-size: 16px;
}
.share-desc {
    height: 35px;
}
.share-desc img {
    width: 85px;
}
.share-btn, .share-close {
    float: right;
    margin: 10px 10px 0 0;
}
.share-close {
    display: none;
}
.share-btn a, .share-close a {
    float: right;
    background: #4e69a8 url('images/comment_btn.png') repeat-x;
    border-radius: 3px;
    padding: 4px 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid;
    border-color: #475d91 #3c5389 #3a5186;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.share-btn a:hover, .share-close a:hover {
    border-color: #3c5389 #324675 #304473;
    background: #4e69a8 url('images/comment_btn_h.png') repeat-x;
}
.share-btn a:active, .share-close a:active {
    background: #4e69a8;
    box-shadow: #40568a 0px 1px 5px inset;
}
.share-cancel {
    float: right;
    margin: 10px 10px 0 0;
}
.share-cancel a {
    float: right;
    background: #F3F3F3;
    background: -webkit-gradient(linear,left top,left bottom,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(top,#F5F5F5,#F1F1F1);
    background: -o-linear-gradient(top,#F5F5F5,#F1F1F1);border-radius: 3px;
    padding: 4px 5px;
    color: #6B6B6B;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #B1B1B1;
}
.share-cancel a:hover {
    border-color: #A7A7A7;
    color: #333;
    box-shadow: 0px 1px 1px #CCC;
}
.share-cancel a:active {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#E0E0E0));
    border-color: #BBB;
    box-shadow: #CCC 0px 1px 5px inset;
    -webkit-box-shadow: #CCC 0px 1px 5px inset;
    z-index: 2;
    color: #000;
}
#profile-card {
    background: #fff;
    border: 1px solid #BFBFBF;
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    position: absolute;
    display: none;
    padding: 0 0 10px 0;
}
.profile-card-padding {
    padding: 20px 10px 10px 10px;
}
.profile-card-cover img {
    width: 100%;
}
.profile-card-avatar {
    text-align: center;
    margin-top: -40px;
}
.profile-card-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.profile-card-info {
    text-align: center;
}
.profile-card-info .cover-username {
    float: none;
    margin: 0;
}
.profile-card-buttons {
    padding: 0 55px 0 10px;
    overflow: auto;
}
.profile-card-buttons-container {
    width: /*60px*/ auto;
    margin: 0 auto;
}
.profile-card-divider {
    width: 280px;
    height: 1px;
    background: #dee0e3;
    margin: 10px auto;
}
.profile-card-buttons .edit_profile_btn {
    float: none;
    margin: 0 auto;
}
.profile-card-bio {
    padding: 0 10px;
    color: #AAA;
    text-align: center;
}
#gallery-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#gallery {
    display:none;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
.image-container {
    margin: 5% auto;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    position: relative;
}
.gallery-container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    z-index: 1002;
    border-radius: 4px;
}
.gallery-footer {
    float: left;
    width: 100%;
    background: #F8F8F8;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #777;
    height: 62px;
}
.gallery-footer-container {
    padding: 10px;
}
.image-content {
    background: #000;
    width: 100%;
    float: left;
    text-align: center;
    height: 538px;
}
.image-content img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: -3px;
}
#gallery-prev {
    background: url('images/icons/gallery_prev.png') no-repeat left bottom;
    float: left;
    width: 20%;
    position: absolute;
    left: 0;
    background-position: left center;
    z-index: 99999;
    cursor: pointer;
}
#gallery-next {
    background: url('images/icons/gallery_next.png') no-repeat right bottom;
    float: right;
    width: 20%;
    position: absolute;
    right: 0;
    background-position: right center;
    z-index: 99999;
    cursor: pointer;
}
#gallery-prev:hover {
    background: url('images/icons/gallery_prev_h.png') no-repeat left center;
}
#gallery-next:hover {
    background: url('images/icons/gallery_next_h.png') no-repeat right center;
}
.close_btn {
    width: 25px;
    height: 25px;
    float: right;
    background: rgba(0, 0, 0, .12) url('images/icons/close.png') no-repeat center center;
    background-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding: 5px;
}
.close_btn:hover {
    background: rgba(0, 0, 0, .32) url('images/icons/close_h.png') no-repeat center center;
    background-size: 25px;
}
.close_btn:active {
    background: rgba(0, 0, 0, .62) url('images/icons/close_h.png') no-repeat center center;
    background-size: 25px;
}

@media only screen and (max-device-width: 1002px), only screen and (device-width: 1024px) and (device-height: 1002px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 1002px), only screen and (max-width: 1002px) {
    .row-body {
        border: 0;
        overflow: auto;
    }
    .row-footer {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        margin: 0 auto;
        overflow: auto;
    }
    .row-top .threeads img {
        width: 100%;
    }
}
/* ------------------- !MOBILE ----------------------- */
@media only screen and (max-device-width: 600px), only screen and (device-width: 600px) and (device-height: 600px), only screen and (width: 600px) and (orientation: landscape), only screen and (device-width: 600px), only screen and (max-width: 600px) {
    .logo {
        display: none;
    }
    .logo-small {
        display: block;
    }
    .row-body .two {
        width: 100%;
    }
    .row-body .ten {
        width: 100%;
    }
    .row-body .twenty {
        width: 100%;
    }
    .row .three {
        width: 100%;
    }
    .row-body .threeads {
        width: 100%;
    }
    .row-body .threeads img {
        width: auto;
        height: auto;
    }
    .row-body .nine {
        width: 100%;
    }
    .row-body .three {
        width: 100%;
    }
    .row .four {
        width: 100%;
    }
    .row .eight {
        width: 100%;
    }
    .row .six {
        width: 50%;
    }
    .row .seven {
        width: 100%;
    }
    .row .nine {
        width: 100%;
    }
    .row-page .three {
        width: 100%;
    }
    .row-page .nine {
        width: 100%;
    }
    .body {
        border:0;
    }
    .footer-container a {
        padding: 0 0 5px 0 !important;
        width: 100%;
    }
    .inputs-container {
        padding: 30px 10px 30px 20px;
    }
    .row-body .five {
        width: 100%;
    }
    .row-one {
        float: left;
        width: 100%;
        padding: 3px 0;
    }
    .row-two {
        float: left;
        width: 100%;
        padding: 3px 0;
    }
    .row-three {
        float: left;
        width: 100%;
        padding: 3px 0;
        text-align: left;
    }
    .row-four {
        float: left;
        width: 100%;
        padding: 3px 0;
        text-align: left;
    }
    .menu_name {
        display: none;
    }
    .message-container {
        padding: 0 10px 10px 10px;
    }
    .cover-container {
        height: auto;
    }
    .cover-username {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .cover-username img {
        width: 14px;
        height: 14px;
        margin: 0 0 -2px 4px;
    }
    .cover-description-buttons {
        float: right;
        overflow: auto;
        display: block;
        width: 65px;
    }
    .sidebar-container {
        padding: 10px;
    }
    #values {
        width: 230px;
    }
    .page-input-title {
        width: 100%;
        text-align: left;
        padding: 3px 0;
    }
    .page-input-sub {
        padding: 3px 0;
        width: 100%;
        min-width: 100%;
    }
    .page-input-content {
        width: 90%;
    }
    .page-settings-container {
        padding: 10px;
    }
    .row-page .stats-container {
        width: 100%;
    }
    .admin-rows { border-bottom: 1px solid #ccc; }
    .row-page .table-id, .row-page .table-user, .row-page .table-mail, .row-page .table-edit, .row-page .table-delete { width: 100%; }
    .row-page .table-report-id, .row-page .table-report-type, .row-page .table-user, .row-page .table-report-message, .row-page .table-report-safe { width: 100%; }
    .subslist {
        right: 20px;
    }
    .subslist_message {
        right: 53px;
    }
    .notification-container {
        position: static !important; /* Overrides the JS */
    }
    .notification-content {
        margin: 1px -1px 0 0;
    }
    .search-input input {
        width: 90px;
    }
    .menu {
        display: none;
    }
    .search-results {
    }
    .chat-container  {
        height: 300px;
    }
    .sidebar-chat-list {
        max-height: 350px;
    }
    .cover-description-content {
        margin-left: 106px;
    }
    .cover-avatar {
        width: 86px;
        margin-top: -50px;
    }
    .cover-avatar a {
        float: left;
        overflow: hidden;
        height: 86px;
    }
    .welcome-message {
        width: 100%;
        display: none;
    }
    .welcome-inputs {
        width: 95%;
        margin-top: 10px;
    }
    .welcome-user {
        margin-top: 0;
        margin-bottom: 11px;
    }
    .welcome-user:last-child {
        display: none;
    }
}

.add_post{
    /*background: #0a7bff url("images/send_post.png") no-repeat 35px 1px;*/
    background: #0a7bff url("images/send_post.png") no-repeat right 5px top 40%;
    border: 1px solid #0a7bff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    padding: 5px 35px 5px 10px;
    text-decoration: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    margin: 0 10px;	
}

span .add_post {
    margin: 6px 6px 3px;
}

.add_post:hover {
    border: 1px solid #000;
    /*background: #000 url("images/send_post.png") no-repeat 35px 1px;*/
    background: #000 url("images/send_post.png") no-repeat right 5px top 40%;	
}
.add_post:active {
    background: #4e69a8 url("images/send_post.png") no-repeat 35px 1px;
    box-shadow: #40568a 0px 1px 5px inset;
}
.share_social_icons{
    height:20px;
    width:20px;
    margin-bottom:-4px;
}
.post-cmnt-input{
    border-radius: 2px;
    outline: none;
    border-bottom: 2px solid #0a7bff;
	border-top: solid 1px #0a7bff;
	border-left: solid 2px #0a7bff;
	border-right: solid 1px #0a7bff;
    padding: 2px;
    margin-top: 8px;
    background: #fff;
    width: 140px;
    font-size: 14px;
}
.post-cmnt-text{
    border-radius: 2px;
    outline: none;
    border: 1px solid #0a7bff;
    padding: 4px;
    margin-top: 8px;
    background: #F6F6F6;
    /*width: 185px;*/
    font-family: 'Helvetica', Tahoma, Arial, Verdana, sans-serif !important;
    height:50px !important;
    font-size: 14px;
    max-width: 98.6% !important;
    width:100% !important;
}

.single-post-blankchat {
    font-family: 'Helvetica', Tahoma, Arial, Verdana, sans-serif !important;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #0a7bff;
}

.double-post-blankchat{
    font-family: 'Helvetica', Tahoma, Arial, Verdana, sans-serif !important;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #0a7bff;
}

.post_link {
    color: #000 !important;
    padding: 3px;
    text-decoration: underline !important;
    font-weight: bold;
}
.remember-box{
    float:left;
    width:100%;
}
.remember-box input[type="checkbox"]{
    float:left;
    width:20px;
    margin: 3px 2px 3px 0;
}

a.best_comment.normal{
    float:right;
    color:#999 !important;
    text-decoration:none;
    font-size:12px;
    text-transform:uppercase;
    margin-left: 10px;
    -webkit-appearance: none;
    margin-top: 1px;
}

a:hover.best_comment.normal{
    color:#FF6600 !important;
}

a.best_comment.best,
span.best_comment{
    float: right;
    color:#FF6600 !important;
    text-decoration:none;
    font-size:12px;
    text-transform:uppercase;
    margin-left: 5px;
    -webkit-appearance: none;
}

.best_column_div {
    margin-top: -3px;
    -webkit-appearance: none;
	float: right;
	text-indent: -9999px;
}
.best_column_div a.best_comment.best {
    margin-top: 1px;
}
.liked_column_div {
    -webkit-appearance: none;
    float: right;
}
.liked_column_div a.best_comment.best {
    margin-top: 1px;
}
.report_btn_text {
  float: left;
}
.remember_me {
    float: none;
    color: #0a7bff;
    font-size: 12px;
    display: inline;
    -webkit-appearance: none;
}
#sidebar_popup,
{
    float:left;
    width:auto;
    background:#0a7bff;
    padding-top:15px;
    position:fixed;
    left:35% !important;
}

#sidebar_popup #close_login_popup{
    float:right;
    color:#0a7bff;
    position:absolute;
    right:10px;
    top:5px;
    font-family:calibri;
    font-weight:bold;
    z-index:99;
    cursor:pointer;
}
.embed_code {
  background: rgba(0, 0, 0, 0) url("images/icons/embed.png") no-repeat;
  background-size:23px auto;
  cursor: pointer;
  float:left;
  height: 21px;
  width: 23px;
  margin-right: 10px;
}
.embed_code:hover {
  background-image: url("images/icons/code-tags.png");
}
.remove_btn{
    float: left;
    width:16px;
    height:16px;
    cursor:pointer;
    margin: 2px 8px  !important;
    background:url(images/icons/minus.png) no-repeat;
    background-size: 17px;
}

/*.embed_code:hover{
    background:url(images/icons/embed_hover.png) no-repeat;
}*/

.remove_btn:hover{
    background-image:url(images/icons/minus-circle.png);
}

#embeded_code{
    height:100px !important;
    width:100%;
    text-align:left !important;
}

#embed_post_iframe{
    float:left;
    position:fixed;
    background:#FFFFFF;
    width:500px;
    height:145px;
    padding:20px;
}

#embed_title {
    float: left;
    font-family: Arial,Helvetica;
    font-size: 20px;
    margin-top: -20px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

#embed_close_btn{
    float:right;
    position:relative;
    top:-15px;
    font-family:calibri,Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}

.welcome-inputs-embeded{
    float:left;
    width:100%;
}

.welcome-inputs-embeded form {
    width: 100%;
    max-width: 300px;
    overflow: auto;
    float: left;
    background: #0a7bff;
    padding: 10px;
    opacity: 0.9;
    clear:both;
}

.welcome-inputs-embeded input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    /*background: rgba(0, 0, 0, .2);*/
    color: #000;
    border: none;
    outline: 0;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar_popup_container{
    float:none;
    width:auto !important;
}

#sidebar_popup_container #sidebar_popup{
    width:100% !important;
    padding-top:15px;
    background:#FFFFFF;
    float:left;
}

#sidebar_popup_container #sidebar_popup .welcome-inputs{
    float:left;
    width:100%;
}

.row-body.content-embeded_post .nine { width: 100%; }
.row-body.content-embeded_post{ max-width:100% !important; }

.row-body.content-embeded_post .last-message,
.row-body.content-embeded_post .message-container{ 
    padding:0 !important;
}


.popup_register_msg {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.remember-box-popup{
    float:right;
    width:75%;
    margin-top:10px;
}

.remember-box-sidebar{
    float:right;
    width:65%;
    margin-top:10px;
}

.remember-box-popup input[type="checkbox"],
.remember-box-sidebar input[type="checkbox"]{
    float:left;
    width:auto;
    margin: 1px 5px 3px 0;
}

.is_scroll{
    float:right;
}

.is_scroll label{
    float:right;
    margin-left:5px;
    margin-top:2px;
}
#popup_reg_error{
    clear:both;
}

div.star-off,
div.star-on{
    /*float:right;*/
    width:20px;
    height:20px;
    margin-top:-18px;
    margin-left:33px;
    /*position:absolute;*/
}

div.star-off{
    background:url(images/icons/icon_star_off_n.png) no-repeat center top;
    background-size: 20px 20px;
}

a:hover.best_comment.normal > div.star-off{
    background:url(images/icons/icon_star_ON_n.png) no-repeat center 1px;
    background-size: 20px 20px;
}

div.star-on{
    background:url(images/icons/icon_star_ON_n.png) no-repeat center 1px;
	background-size:20px 20px;
}

div.input_link_btn{
    float:left;
    width:20px;
    height:20px;
    background:url(images/icons/icon_link_alt_n.png) no-repeat center center;
    margin-right:5px;
    margin-top:5px;
    cursor:pointer;
}

div.input_link_btn_post{
    float:left;
    width:20px;
    height:20px;
    background:url(images/icons/icon_link_alt_n.png) no-repeat center center;
    margin-right:5px;
}

.hidemessage{
    display: none;
}
.showmessage{
    display: inline;
}

.hidedate,.clstimeline{
    display: none;
}
.showdate{
    display: block;
}

.messgage_on{
    /*float:right;
    width:17px;
    height:17px;*/
    cursor:pointer;
    /*margin-right:5px;*/
    background:url(images/icons/eye.png) no-repeat;
    background-size: 14px;
    padding: 0 0 12px 21px;
	float: right;
}
.messgage_off{
    /*float:right;
    width:17px;
    height:17px;*/
    cursor:pointer;
    /*margin-right:5px;*/
    background:url(images/icons/eyeoff.png) no-repeat;
    background-size: 14px;
	padding: 0 0 16px 21px;
}

.user-message{
    display:none;
    border: 1px solid #eee;
    margin-bottom: 8px;
    padding: 8px 15px 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 15px;
}
.user-message{
color: #0a7bff;
}
.invite_friend{
    width:219px;
    border-top: 1px solid #EEE;
}
.invite_friend img {
    vertical-align: middle;
    margin-right: 7px;
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
}
.invite_friend a {
    padding: 7px 10px 3px 10px;
    display: block;
    text-decoration: none;
    color: #000;
    height: 23px;
}
.invite_friend a:hover {
    background: #f7f7f7;
    color: #666;
}
@media only screen and (max-device-width: 480px) {
    .invite_friend{
        display:none !important;
    }

}
.welcome_message_2{
    color: #0a7bff;
    font-size: 18px;
    padding: 10px;
}
.smile {
    background: url("images/icons/smile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 62px;
    margin-right: 42%;
    margin-top: -2px;
    width: 111px;
}
.welcome_panel{
    /*margin: 0 auto 0 5px !important;*/
}
#dialogoverlay{
    display: none;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    z-index: 10;
}
#dialogbox{
    display: none;
    background: #0a7bff;
    border-radius:7px;
    width: 291px;
    z-index: 10;

    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top:25%;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #FFF; font-size:19px; padding:10px; color:#000; }
#dialogbox > div > #dialogboxbody{ background: #FFF; padding:20px; color:#000; }
#dialogbox > div > #dialogboxfoot{ background: #FFF; padding:10px; text-align:right; }

.editcls{
    float: right;
    margin-right: 5px;
    margin-top: 6px;
    margin-bottom: 8px;
}
.editarea{
    max-width:626px;
}
.fbconnect{
    float: left;
    /*margin-left: 7px;*/
    width: 300px;
    height:30px;
    /*display: none;*/
    font-size:12px;
    margin-top:7px;
}

.fbconnect a{
    background: url("images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    width: 300px;
}
.embed-logo {
    background: url('images/embed_logo_blue.png') no-repeat;
    background-size: 90px;
    padding: 4px 50px;
    margin-top: 2px;
}
.popup_logo {
    margin-top: 12px;
	padding-top: 0;
}
.embed-text{
    float:left;text-align:left;padding:12px 0 12px 11px;
}
.embed-text-link{
    float:right !important;
    font-size: 12px !important;
    color: #C8C8C8 !important;
}
table#Table_01{
    border: none !important;
}
table#featured{
    border: none !important;
}
table#Table_01 td,th{
    border: none !important;
}
table#featured td,th{
    border: none !important;
}
.main_embed{
    color:#0a7bff;
}
.eleft{
    float: left;
    text-align: left;
}
.clear{
    clear: both;
}
.ewidth{
    width:648px;
}
.embed_1{
    text-align: center;
}
.embeb_1_1{
    font-size: 24px;
    margin-bottom: 5px;
}
.embeb_1_2{
    color:#7e7e7e;
    font-size: 12px;
    font-style: italic;
}
.embed_2{
    float:left;
    margin-top: 36px;
}
.embed_2_1{
    width: 280px;
}
.embed_2_2{
    margin-top: 102px;
    margin-left: 29px;
}
.embed_3{
    float:left;
}
.embed_3_1{
    width: 280px;
}
.embed_3_2{
    margin-top: 102px;
    margin-left: 29px;
}
.embed_3{
    float:left;
    margin-top: 25px;
}
.embed_3_1{
    width: 280px;
}
.embed_3_2{
    margin-top: 50px;
    margin-left: 29px;
}
.embed_4{
    float:left;
    margin-top: 25px;
}
.embed_4_1{
    width: 280px;
}
.embed_4_2{
    margin-top: 50px;
    margin-left: 31px;
}

.efwidth{
    width:200px;
}
.etwidth{
    width:245px;
    float: left;
    font-size: 15px;
    margin-top: 2px;
}
.enum{
    float: left;
    font-size: 34px;
    margin-right: 20px;
    font-weight: bold;
}
.embed_5{
    margin-top: 23px;
}
.embeb_5_1_text{
    font-size: 18px;
    margin-left: 11px;
    margin-bottom: 12px;
}
.eft{
    color: #000000 !important;
    font-size: 12px;
    text-decoration: none !important;
    margin-left: 12px;
}
.eft a{
    color: #000000 !important;
    text-decoration: none !important;
}
.embed_6{
    padding-bottom: 22px;
}
.embed_6_2{
    margin-left: 33px;
}

/*Home Text Embeds*/

.embed_text_home {
    font-size: 17px;
    line-height: 35px;
    padding: 5px;
}

.user_text_home {
    font-size: 17px;
    padding: 10px;
}

.text_title_embed {
    width: 570px;
    background: #0a7bff;
    color: #fff;
    border: 0px #0a7bff solid;
    border-radius: 2px;
}

a.embed_text_button_home {text-decoration: none;}
a:hover.embed_text_button_home  {text-decoration: none;!important}
.browse_btn{
    cursor: pointer;
    float: right;
    height: 22px;
    margin-left: 5px;
    margin-top: 12px;
    width: 22px;
}

#tagcloud {
    width: 221px;
    /*background:#CFE3FF;
    color:#0066FF;*/
    padding: 10px 10px 10px 4px;
    /*border: 1px solid #559DFF;
    text-align:center;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
    color: #333;
}
#tagcloud a:hover {
    text-decoration: underline;
}
#tagcloud span {
    padding: 4px;
}
#tagcloud .smallest {
    font-size: x-small;
}
#tagcloud .small {
    font-size: small;
}
#tagcloud .medium {
    font-size:medium;
}
#tagcloud .large {
    font-size:large;
}
#tagcloud .largest {
    font-size:larger;
}
.social-sha {
  float: right;
  width: 57%;
}
.shareDivIcon {
    background: url(images/icons/share-symbol.png) no-repeat left center/ 18px 18px;
    padding: 0 0 0 24px;
}
div#shareSocialItems,div.shareSocialItems {
    position: absolute;
    background: #fff;
    border: 2px solid #8e8e8e;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
    left: 10px;
    z-index: 1;
}
div#shareSocialItems p,div.shareSocialItems p {
    margin:8px 0;
}
.last-message {
    padding: 0 0 10px;
}
.message-reply-message .message-time {
    verflow: hidden;
    margin-top: 12px;
}
/*.new-welcome .user-message {
  border: medium none;
  padding: 0;
}
.new-welcome h3 {
  color: #0a7bff;
  font-size: 24px;
  margin-bottom: 10px;
}
.new-welcome .user-message a {
  background: #0a7bff none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin-top: 11px;
  padding: 9px;
  text-align: center;
}
.new-welcome .welcome-user {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin-left:0;
  padding: 10px 0;
  height:auto;
}
.new-welcome .welcome-user:last-child {
	display:block;
}
.new-welcome .followUserName {
  color: #0a7bff;
  float: left;
  font-size: 16px;
  margin-left: 10px;
}
.new-welcome .welcome_message_2 {
  padding: 10px;
}
.new-welcome .welcome-user img {
  height: 42px;
  margin: 0 10px;
  width: 42px;
  border-radius: 2px;
}
.new-welcome .welcome_message_new {
  padding: 0 10px;
}
.new-welcome .welcome-user a {
  height:auto;
}
.new-welcome .subscribe_btn {
	right:10px;
}*/
.welcome-inner .message-container {
	padding-left: 0;
	padding-right: 0;
}
.welcome_panel .welcome_top_left {
    float: left;
	color: #0a7bff;
}
.welcome_panel .welcome_top_right {
  float: right;
	color: #aaa;
}
.welcome_message_2 a, .welcome_message_2 strong {
  color: #aaa;
  font-weight: normal;
  font-size:15px;
  text-decoration: none;
}
.welcome_panel .usertofollow.delete_btn {
	margin: 0;
	padding: 0;
	    display: inline-block;
}
.widget-suggestions {
	display:none;
}
.hashtagtitle {
  color: #0a7bff;
  font-size: 24px;
  font-weight: bold;
  margin: -9px 0 10px;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.notliked_column_div {
    float: right;
    margin-left: 5px;
}
.thumbs-up-active, .thumbs-up-inactive, .thumbs-down-active, .thumbs-down-inactive {
    background-image: url('images/icons/thumb-up active.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
    width: 20px;
    height: 20px;
	float: right;
	background-position:center center;
	margin: 0 3px 0 8px;
}
.thumbs-up-inactive {
	background-image: url('images/icons/thumb-up.png');
}
.thumbs-down-active {
	background-image: url('images/icons/thumb-down.png');
}
.thumbs-down-inactive {
	background-image: url('images/icons/thumb-down.png');
}
.embed_5, .embed_6 {
	display:none;
}
.guestname {
	color:#333;
}
#guest_user_form > div {
    float: right;
    position: relative;
    top: 24px;
    left: -10px;
    z-index: 99;
}
#extract-results .extracted_content {
    padding: 0 10px;
}
.embedrow {
    overflow: visible;
}
.extracted_content {
    margin-bottom: 15px;
}
.domain_name {
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 12px;
    padding-top: 3px;
}
.domain_name p {
    margin: 0;
}
.author_detail {
	text-transform: uppercase;
    color: #0A7BFF !important;
    margin-bottom: 10px;
    display: inline-block;
}
#extract-results .domain_name {
	margin-left:10px;
}
.content-post .last-message {
    padding: 0 0 10px;
}
.content-post .message-container {
	padding-right:20px;
}
.floatleft {
	float:left;
}
.embed_login .embed-text-link {
	font-size:14px !important;
}
.embed_login .embed-text {
	padding-top:0;
}
.embed_login > a.embed-text-link {
	margin-right:0;
}
.social-sha1 {
    margin: 0 0 10px;
    float: left;
}
span#login_message {
    margin-bottom: 10px;
    display: block;
    float: right;
	margin-right: -2px;
}
span#login_message a {
	margin-right:0; 
}
.welcome_message_new {
	padding: 0 10px;
}
/** Slider - START*/
.containerSlide {
    padding:0;
    border:none;
    width:100%;
	background: #dedede;
    height:454px;
	position:relative;
}
.slider_wrapper {
    height:100%;
	width: 255px;
    overflow: hidden;
	margin: 0 auto;
}
#image_slider {
    width: 200000em !important;
    position: relative;
    height: auto;
    list-style: none;
    overflow: hidden;
    float: left;
    /*Chrom default padding for ul is 40px */
    padding:0px;
    margin:0px;
}
.nvgt {
    top: 44%;
    position: absolute;
    font-size:42px;
    cursor: pointer;
    color: #bbb;
}
.nvgt:hover {
    color:#8D8D8D;
}
#image_slider li{
    position: relative;
    float: left;
    max-width:870px;
}
#image_slider li img {
    width: 255px;
}
#prev{
    left: 10px;
}
#next{
    right: 10px;
}
.sliderThumb {
    text-align: center;
	margin-top:10px;
}
.sliderThumb a {
    text-indent:-999px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#dedede;
	display:inline-block;
	margin: 0 3px 10px;
}
.sliderThumb a.activeCls {
	background:#8D8D8D;
}
/** Slider - END */

/** Pop up start **/

#popupVideo {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto
    }
    img#close,.close {
        position: absolute;
    right: -30px;
    top: 5px;
    cursor: pointer;
    background: url(images/close.png) no-repeat center center / auto 100%;
    text-indent: -999px;
    width: 25px;
    height: 25px;
    }
    div#popupVideoForm {
        position: absolute;
        background: #f4f4f4;
        left: 0;
        top: 17%;
        margin: auto;
        right: 0;
        max-width: 570px;
    }
/** Pop up End**/

/** latest-lists **/

.latest-lists .message-container {
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}
.latest-lists .message-content {
    border-radius: 0px;
    border: none;
}
.latest-lists .message-avatar {
    width: 27px;
	margin-top: 4px;
}
.latest-lists .message-avatar img {
    border-radius: 100%;
    width: 100%;
}
.latest-lists .message-top {
    padding: 0px 0 0px 35px;
	margin-bottom: 0;
}
.latest-lists .subscribe_btn {
	width: 22px;
    height: 22px;
    margin-right: 0;
	border-radius: 3px;
	margin-top: 6px;
}
.latest-lists .sub-loading {
	width: 20px !important;
	height: 20px !important;
	margin-top: 6px !important;
}
.latest-lists .message-author a {
    font-size: 12px;
}
.latest-lists .message-time {
    margin-top: 0px;
    line-height: 20px;
    font-size: 10px;
    color: #999;
}
.latestTxtTitle{
    padding-left: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.fillbtncls {
    background: #eaeaea;
    margin: 10px 0;
}
.fillbtncls span {
	display: inline-block;
	padding: 0 !important;
}
.powered_by {
    float: right;
    margin: 12px 0;
}
.powered_by, .powered_by a {
    color: #ccc;
	font-size: 15px;
}