* {
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.responsive-container {
	max-width: none !important;
}
div#afnmainbodidContainer > div.m {
    max-width: 100% !important;
}

.wr-site div {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.wr-site input[type=text],
.wr-site input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* STRUCTURE
-----------------------------------------------------------*/
.wr-site {
	background: none repeat scroll 0 0 #fff;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.wr {
	width: 100%;
}
.wr .ct {
	width: 994px;
	margin: 0px auto;
	position: relative;
	display: table;
}
.wr-header .ct {
	height: 205px;
    position: relative;
}
.wr-menu {
	height: 60px;
}
.wr-menu .ct {
	background-color: #eceff1;
	height: 62px;
}

/* header
-----------------------------------------------------------*/
.wr-header .ct ul {
	position: absolute;
	top: 5px;
	right: 0px;
}
.wr-header .ct ul li {
	float: left;
	display: inline-block;
}
.wr-header .ct ul li a {
	padding: 0px 10px 0px 10px;
	display: block;
	font-size: 12px;
}
.wr-header .ct ul li a:hover {
	color: #061539;
	text-decoration: none;
}

/* MENU
-----------------------------------------------------------*/
.wr-menu .ct ul {
	clear: right;
    padding-left: 200px;
	width: 100%;
}
.wr-menu .ct ul li {
	float: left;
	display: inline-block;
}
.wr-menu .ct ul li a {
	padding: 0 22px 0 12px;
	display: block;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.wr-menu .ct ul li a:hover {
	color: #061539;
	border-bottom: 2px solid #039be5;
	text-decoration: none;
}


/* NOTIFICATION BAR
-----------------------------------------------------------*/
.wr-preview {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
    z-index: 999;
    -webkit-transition: top 0.1s;
    -moz-transition: top 0.1s;
    -o-transition: top 0.1s;
    transition: top 0.1s;
    padding-top: 10px;
    padding-bottom: 10px;
  	width: 994px;
    background-color: #fff;
    border-bottom: 5px solid #00a0dc;
    border-top: 1px solid #e0e2e2;
    border-right: 1px solid #e0e2e2;
    border-left: 1px solid #e0e2e2;
	margin: 15px auto;
}
.stick {
	margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}
.wr-preview .ct {
	font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 972px;
}
.wr-preview .ct:after {
	content: "";
    display: table;
    clear: both;
}
.wr-preview .ct .close-preview {
	color: #00a0dc;
}
.wr-preview .ct span {
	position: relative;
    top: 5px;
}
.wr-preview .ct .button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: background-color 0.2s,border-color 0.2s;
    -moz-transition: background-color 0.2s,border-color 0.2s;
    -o-transition: background-color 0.2s,border-color 0.2s;
    transition: background-color 0.2s,border-color 0.2s;
    border: 1px solid #cccfd3;
    float: right;
    font-size: 13px;
    line-height: 22px;
    margin-left: 10px;
    outline: none;
}

/* PAGE STRUCTURE
-----------------------------------------------------------*/
.pg {
	padding: 20px 0;
	min-height: 600px;
}
.pg .col {
	float: left;
	width: 49%;
	margin: 20px 0;
}
.pg .section {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-flow: row;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
}
.pg .col-2 {
	margin-left: 2%;
}
.pg .col-flex {
	margin: 20px 0;
	flex: 0 0 100%;
}
.pg .bx {
	background: #eceff1;
	padding: 10px;
	margin-bottom: 34px;
    min-height: 180px;
}


/* HOME PROFILE
-----------------------------------------------------------*/
.pg-home {
	font-family: Arial;
	max-width: 994px;
}
.pg-home p {
	text-align: justify;
    line-height: 20px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -webkit-pre-wrap;
	word-break: break-all;
	white-space: normal;
}
.pg-home h2 {
	padding-bottom: 20px;
}
.pg-home i::after {
	content: "\00a0";
}
.pg-home h3{
	color:#039be5;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 12px 0;
}
.pg-home .manage-user {
	display: inline-block;
	width: 100%;
}
.pg-home .manage-user ul {
	text-align: center;
}
.pg-home .manage-user li {
	display: inline-block;
}
.pg-home .manage-user li::after {
	content: "\00a0";
	margin-right: 20px;
}
.pg-home .manage-user li a {
	text-decoration: none;
	color: #365899;
	font-weight: bold;
	line-height: 25px;
}
.pg-home .manage-user li a:hover {
	color: #000;
}
.pg-home .social-links h2 {
	text-align: center;
    padding: 10px 0 20px;
}
.pg-home .social-links li {
	display: inline-block;
    padding-left: 3px;
    color: #FFF;
    width: 25px;
    height: 25px;
    line-height: 25px;
	text-align: center;
}
.pg-home .social-links-author li {
	display: block;
    line-height: 25px;
	margin: 5px 0;
}
.pg-home .social-links-author a {
	font-size: 12px;
	margin-left: 10px;
}
.pg-home .social-links li a {
	color: #FFF !important;
	display: block;
}
.pg-home .social-links li.twitter {
    background: #1da1f2;
}
.pg-home .social-links li.twitter:hover {
	background: #2671bc;
}
.pg-home .social-links li.facebook {
	background: #3b5998;
}
.pg-home .social-links li.facebook:hover {
	background: #133783;
}
.pg-home .social-links li.linkedin {
	background: #1583BB;
}
.pg-home .social-links li.linkedin:hover {
	background: #23639a;
}
.pg-home .social-links li.google-plus {
	background: #f44336;
}

.pg-home .social-links li.google-plus:hover {
	background: #d32f2f;
}
.pg-home .social-links-author li .fa-linkedin {
	background: #1583BB;
	color: #FFF;
	padding: 6px 0px 6px 7px;
	width: 25px;
	text-align: center;
}
.pg-home .social-links-author li .fa-twitter {
	background: #1da1f2;
	color: #FFF;
	padding: 6px 0px 6px 7px;
	width: 25px;
	text-align: center;
}
.pg-home .social-links-author li .fa-facebook-official {
	background: #3b5998;
	color: #FFF;
	padding: 6px 0px 6px 7px;
	width: 25px;
	text-align: center;
}
.pg-home .social-links-author li .fa-google-plus {
	background: #f44336;
	color: #FFF;
	padding: 6px 0px 6px 4px;
	width: 28px;
}
.pg-home .social-links-author li .fa-linkedin,
.pg-home .social-links-author li .fa-twitter,
.pg-home .social-links-author li .fa-facebook-official,
.pg-home .social-links-author li .fa-google-plus {
	width: 30px;
	height: 30px;
	line-height: 18px;
}

.pg-home #portfolio,
.pg-home .info-table {
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
	word-wrap: break-word;
}
.pg-home #portfolio td,
.pg-home .info-table td.title {
  	padding: 2px 12px 2px 17px;
  	vertical-align: middle;
  	height: 35px;
}
.pg-home #portfolio tbody tr:nth-child(odd),
.pg-home .info-table tbody tr:nth-child(odd) {
	background-color:#eceff1;
}
.pg-home .info-table td.title {
	text-align: right;
	font-weight: bold;
}
.pg-home .info-table td.title:first-child {
	width: 150px;
}
.pg-home .photos {
	clear: both;
    margin: 20px 0 40px 0;
    background: #eceff1;
    padding: 20px;
}
.bx-profile {
	color: #141823;
	border-top: none;
	border-radius: 0 0 3px 3px;
	position: relative;
	z-index: 4;
	top: -90px;
    left: 8px;
	width: 162px;
}
.bx-profile .wr-avatar {
	width: 160px;
	height: 160px;
	display: block;
	-webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 9px 0 rgba(0,0,0,0.26);
    background-color: #072940;
	position: absolute;
	margin-top: 0;
	border-radius: 160px;
}
.bx-profile .profile-pic {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius: 160px;
}
.bx-progress {
	border-bottom: 2px solid #039be5;
    height: 160px;
    display: table;
    margin-bottom: 0px !important;
}
.bx-progress .progress-profile,
.bx-progress .progress-profile div {
	font-size: 150px;
}
.bx-progress .progress-profile {
	margin-top: 15px;
}
.bx-progress .progress-profile span {
	color: #000;
}
.bx-progress .text-profile {
	vertical-align: middle;
    display: table-cell;
}
.bx-progress .text-profile span {
	font-weight: bold;
    font-size: 16px;
}
.bx-progress .text-profile p {
	font-size: 14px;
	padding-top: 10px;
}

.submit {
    position: absolute;
    top: 166px;
    width: 162px;
    margin-top: 2px;
}
#cover-image {
    text-align: center;
    top: 0px;
    position: absolute;
    left: -1px;
    cursor: pointer;
    padding: 0 13%;
    color: #FFF;
    font-weight: bold;
	opacity: 0;
}
#image {
	width: 60%;
    height: 162px;
    background: rgba(150,225,150,0.5);
    text-align: center;
    padding: 0 20%;
    top: 2px;
    opacity: 0;
    position: absolute;
    left: -1px;
    cursor: pointer;
}
#cover-image input {
	cursor: pointer;
}
i.fa-pencil {
	margin-left: 10px;
}

.change-cover-pic {
    background-clip: padding-box;
    background-color: #000;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, .8);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    color: #fff;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 12px;
    transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
    white-space: nowrap;
    word-wrap: normal;
    margin-left: 10px;
	cursor: pointer;
	height: 34px;
}
.change-cover-pic span {
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    z-index: 1;
	font-weight: bold;
	margin-top: 4px;
}
.change-pic {
	display: none;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12,13,14,0.6);
    border: 0;
    border-radius: 0 0 3px 3px;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    transition: background .3s ease;
    height: 162px;
    width: 162px;
    top: -2px;
    border-radius: 160px;
    line-height: 230px;
}
.change-pic span {
    position: relative;
    left: 20px;
}
.bx-cover .loader {
	width: 100%;
	height: 205px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12,13,14,0.6);
    border: 0;
	color: #FFF;
    text-align: center;
    padding: 8px 0;
    transition: background .3s ease;
	top: 0;
	line-height: 190px;
	z-index: 1;
	display: none;
}
.bx-profile .loader {
	display:none;
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12,13,14,0.6);
    border: 0;
    border-radius: 0 0 3px 3px;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    transition: background .3s ease;
    height: 162px;
    width: 162px;
    top: -2px;
    border-radius: 160px;
    line-height: 162px;
}
.bx-cover .ct-change-cover i.fa-camera {
	position: absolute;
    color: #FFF;
}
.bx-profile .ct-form i.fa-camera {
	position: absolute;
	color: #FFF;
	top: 110px;
    left: 30px;
	-webkit-box-shadow: -8px -2px 10px -5px rgba(0,0,0,0.80);
    -moz-box-shadow: -8px -2px 10px -5px rgba(0,0,0,0.80);
    box-shadow: -8px -2px 10px -5px rgba(0,0,0,0.80);
}
.bx-profile .ct-form .change-pic i.fa-camera {
	top: 112px;
}
.bx-cover {
	background: #000;
}
.bx-profile .ct-buttons .btn-cancel-profile {
	background-color: #f6f7f9;
    border: 1px solid #ced0d4;
    color: #4b4f56;
    float: left;
    width: 78px;
}
.btn-cancel {
    background-color: #f6f7f9;
    border: 1px solid #ced0d4;
	right: 112px;
    color: #4b4f56;
}
.bx-profile .ct-buttons {
	display: none;
    position: absolute;
    width: 228px;
    top: 150px;
    left: -7px;
}
.bx-profile .ct-buttons .btn {
	position: initial;
}
.bx-profile .ct-buttons .btn-update {
    border: 1px solid #ced0d4;
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff;
    float: right;
    display: inherit;
    width: 109px;
}
.bx-cover .ct-buttons {
	display: none;
}
.bx-profile .ct-buttons .btn,
.btn {
    position: absolute;
    z-index: 1;
    bottom: -45px;
    border-radius: 2px;
    box-sizing: content-box;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    line-height: 26px;

}
.btn-update {
    right: 10px;
    border: 1px solid #ced0d4;
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff;
}
.file-wrapper {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.file-wrapper input {
	cursor: pointer;
	font-size: 100px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	right: 0;
	top: 0;
}
.file-wrapper .button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
	padding: 0 18px;
	vertical-align: super;
}

.bx-cover .cover-wrap{
    display: block;
    position: relative;
    height: 205px;
    overflow: hidden;
    text-decoration: none;
}
.bx-cover .cover-wrap .photo {
	image-rendering: optimizeQuality;
    min-width: 100%;
    position: absolute;
    left: 0;
	opacity: 0.7;
	background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding-bottom: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
    transition-duration: 500ms;
    transition-property: width, height;
    background-color: transparent;
}
.bx-cover a.change-photo {
    position: absolute;
    color: #FFF;
    top: 17px;
    left: 23px;
    text-decoration: none;
    opacity: 0.6;
}
.bx-cover a.change-photo:hover {
	opacity: 1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.bx-name {
    bottom: 3px;
    left: 210px;
    position: absolute;
    line-height: 20px;
}
.bx-name span.registration {
	font-size: 12px;
	color: #FFF;
	font-family: Arial;
	display: inline-block;
}
.bx-name h2 {
	font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-right: 5px;
}
.bx-name h2 a {
	font-family: Arial;
	color: #fff;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    text-decoration: none;
}
.bx-name .name-details {
	float:left;
}
.bx-name .buttons-action {
	float:right;
	display: inline-block;
}
.bx-numbers {
    bottom: 57px;
    padding: 0;
    position: absolute;
    right: -1px;
    width: 360px;
}
.bx-numbers ul li {
	margin: 0 10px;
    text-align: center;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    text-decoration: none;
    color: #FFF;
}
.bx-numbers ul li a {
	color: #FFF;
	text-decoration: none;
}
.bx-numbers ul li a:hover {
	text-decoration: underline;
	color: #FFF !important;
}
.bx-numbers ul li a:hover {
	text-decoration: underline !important;
	color: #FFF !important;
}
.bx-numbers ul li span {
	font-size: 24px;
	display: block;
}
.bx-badges {
	position: relative;
	margin: 4px 0;
}
.bx-badges ul {
	 position: relative !important;
	 top: -5px !important;
}
.bx-badges ul li {
	padding:10px 5px 0 0;
}

#photos #photoAdd{
	float:left;
}
.section-content {
	clear: both;
	padding: 20px 0 0;
}
a.user-action{
	width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #039be5;
    padding: 8px !important;
    margin-left: 3px;
    line-height: 17px;
    color: #FFF;
	text-decoration: none;
	font-size: 21px;
}

a.user-action:hover {
    width: 20px;
    height: 20px;
	border-radius: 20px;
	background-color: #084664;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}

/*--------------------------------------------------------------
	 Tooltips 
/*--------------------------------------------------------------*/

a.tooltips {
  position: relative;
  display: inline-block;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.pg-home .section-info-followers {
	display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
    Sidebar: Userlist
--------------------------------------------------------------*/
.UserListElement ul {
	list-style: none;
	margin: 0 -2px -2px 0;
}

.UserListElement>ul:empty {
	margin: 0;
}

.UserListElement>ul:after {
	content: "";
	display: block;
	clear: both;
}

.UserListElement>ul>li {
    display: inline-block;
    width: 104px;
    height: 104px;
    opacity: 1;
    position: relative;
    margin-right: 11px;
    float:left;
    margin-bottom: 15px;
}
.UserListElement>ul>li:last-child {
	margin: 0px;
}

.UserListElement>ul>li:hover {
	opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.UserListElement>ul>li>a {
	display: block;
	width: 103px;
	height: 103px;
	border: solid 1px #d6dee4;
	background: #f7fafb;
	border-radius: 3px;
	text-decoration: none;
}

.UserListElement>ul>li>a>div.image{
	width: 103px;
	height: 103px;
	overflow: hidden;
}

.UserListElement>ul>li>a>div.image>img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.UserListElement>ul>li>a>div.username {
	background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
}

/* Subscription indicator */
.bx-badges p.subscription {
	background: #999;
	color: white;
	padding: .2em 1em;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.bx-badges p.subscription.premium {
	background-color: #b33b3b;
}

.bx-badges p.subscription.staff {
	background-color: #3b60b3;
}

div#bb-posts {
	display: inline-block;
	width: 100%;
}

div#bb-posts h3 {
 	position: relative;
  	padding-left: 25px;
	font-size: 20px;
}
div#bb-posts h3::before {
	content: '\f0e6';
  	font-family: fontAwesome;
  	position: absolute;
  	left: 0;
  	top: 3px;
	color: #ADB3BC;
}

/* FORM LIVE EDIT
-----------------------------------------------------------*/

.tip-custom .tip-inner h3 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
}
.editableform .form-control {
    width: auto;
}
.editable-empty {
	color: #0088cc !important;
	font-weight: bold !important;
	font-style: normal !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
	min-width: 145px;
}
.editableform input {
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.editableform .editable-buttons button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.editableform .editable-buttons .editable-submit {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}
.editableform .editable-buttons .editable-submit:before {
    font-family: FontAwesome;
    content: "\f00c";
}
.editableform .editable-buttons .editable-cancel {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.editableform .editable-buttons .editable-cancel:before {
   font-family: FontAwesome;
   content: "\f00d";
}
.editable-click, a.editable-click {
    font-weight: normal;
    color: #000;
}
.tip-custom .tip-arrow-bottom {
    font-size: 22px !important;
}
div.tip-custom div.tip-arrow {
    overflow: initial !important;
}
.tip-custom .tip-arrow-bottom:after {
      font-family: FontAwesome;
      content: "\f0d7";
      display: inline-block;
      vertical-align: middle;
      color: #FFF;
}

.editable-wrap .editable-controls>select {
    margin-bottom: 0;
}
.editable-inline {
    width: 100% !important;
}
.editable-input textarea {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    line-height: 20px;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.editable-input .birthday{
	display: inline-block;
}
.editable-input select {
	height: 30px;
	line-height: 30px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 12px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-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);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-large {
	width: 300px;
}

.section .about .editable-container .editableform .control-group .editable-input {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ticker-unfollowed {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #dadada);
	background-image: -moz-linear-gradient(top, #ffffff, #dadada);
	background-image: -ms-linear-gradient(top, #ffffff, #dadada);
	background-image: -o-linear-gradient(top, #ffffff, #dadada);
	background-image: linear-gradient(to bottom, #ffffff, #dadada);
}
.ticker-unfollowed:hover {
	background: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #f8f8f8, #c6c6c6);
	background-image: -moz-linear-gradient(top, #f8f8f8, #c6c6c6);
	background-image: -ms-linear-gradient(top, #f8f8f8, #c6c6c6);
	background-image: -o-linear-gradient(top, #f8f8f8, #c6c6c6);
	background-image: linear-gradient(to bottom, #f8f8f8, #c6c6c6);
}
.follow-ticker-button > span.follow-ticker-icon {
	color: #00AA00;
	margin-right: 5px;
}
.follow-ticker-button > span.follow-ticker-icon.fa-times {
	color: #FFFFFF;
}
.ticker-following {
	background: #aaaad5;
	background-image: -webkit-linear-gradient(top, #aaaad5, #c4cbd8);
	background-image: -moz-linear-gradient(top, #aaaad5, #c4cbd8);
	background-image: -ms-linear-gradient(top, #aaaad5, #c4cbd8);
	background-image: -o-linear-gradient(top, #aaaad5, #c4cbd8);
	background-image: linear-gradient(to bottom, #aaaad5, #c4cbd8);
	border-color: #AAAAD5;
	color: #FFFFFF;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
}
.ticker-following-hover {
	background: #ac162d;
	background-image: -webkit-linear-gradient(top, #ac162d, #ed7285);
	background-image: -moz-linear-gradient(top, #ac162d, #ed7285);
	background-image: -ms-linear-gradient(top, #ac162d, #ed7285);
	background-image: -o-linear-gradient(top, #ac162d, #ed7285);
	background-image: linear-gradient(to bottom, #ac162d, #ed7285);
	border-color: #999999;
	color: #fff;
}
.follow-ticker-button {
	line-height: 31px;
    text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	height: 35px;
	border: 1px solid #999999;
	box-sizing: border-box;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	outline: none;
	float:left;
	margin-left:5px;
}
.fa {
	font-family: 'FontAwesome' !important;
}
#autocomplete2 {
	width: 300px;
}
.pg-home #portfolios {
	text-align: justify;
	line-height: 17px;
}

@media only screen and (min-width: 250px) and (max-width: 570px) {
	/* MOBILE LANDSCAPE AND PORTRAIT */
	.wr-preview .ct span {
		top: 0;
		font-size: 16px;
	}
	.wr-preview .ct .button {
		font-size: 16px;
	}
	.wr .ct {
		width: 100% !important;
    	margin: 0px !important;
	}
	.pg-home {
		padding: 20px;
	}
	.pg .col {
		width: 100%;
	}
	.pg .col-1 {
		margin-right: 0%;
	}

	.wr-header .ct ul {
		position: static;
		top: 0px;
		right: 0px;
    	display: inline-table;
	}
	.wr-header .ct ul li {
		display: table-cell;
		float: none;
	}
	.wr-header .ct .logo {
		width: 94%;
		margin: 3%;
	}
	.pg-home .manage-user ul {
		text-align: left;
	}
	.bx-progress .progress-profile {
		float: none;
    	margin: 30px auto;
	}
	.bx-progress .text-profile {
		float: left;
		text-align: center;
	}	
	#chatonline {
		display: none;
	}
	.bx-cover .cover-wrap {
		height: 180px;
	}
	div#bb-posts>ul>li>div.header>ul {
		float: none;
	}
	div#bb-posts>ul>li {
		padding: 0px;
	}
	div#bb-posts>ul>li>div.header>p.user {
		display: none;
	}
	div#bb-posts>ul>li>div.header>p.chart {
		position: inherit;
		display: inline-table;
		float: left;
	}
	#autocomplete,
	#autocomplete2 {
		width: 100%;	
	}
	.pg-home .social-links-author li .fa-google-plus,
	.pg-home .social-links-author li .fa-linkedin,
	.pg-home .social-links-author li .fa-facebook-official,
	.pg-home .social-links-author li .fa-twitter {
		width: 30px;
		height: 30px;
		line-height: 19px;
		margin-right: 10px;
	}
	.bx-cover .loader {
		height: 180px;
	}



}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
	#autocomplete,
	#autocomplete2 {
		width: 100% !important;
	}
	.UserListElement>ul>li {
		width: 169px;
		height: 169px;
	}
	.UserListElement>ul>li>a>div.image,
	.UserListElement>ul>li>a>div.image>img,
	.UserListElement>ul>li>a {
		width: 168px;
		height: 168px;
	}
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	
	.UserListElement>ul>li {
		width: 144px;
		height: 144px;
	}
	.UserListElement>ul>li>a>div.image,
	.UserListElement>ul>li>a>div.image>img,
	.UserListElement>ul>li>a {
		width: 143px;
		height: 143px;
	}
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
	
	.UserListElement>ul>li {
		width: 120px;
		height: 120px;
	}
	.UserListElement>ul>li>a>div.image,
	.UserListElement>ul>li>a>div.image>img,
	.UserListElement>ul>li>a {
		width: 119px;
		height: 119px;
	}
	.UserListElement>ul>li>a>div.username {
		font-size: 14px;
	}
	.wr-menu .ct ul li a {
		font-size: 14px;
	}

	.bx-profile input[type=submit] {
		padding: 0 5px;
	}


}
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 

	.UserListElement>ul>li {
		width: 127px;
		height: 127px;
	}
	.UserListElement>ul>li>a>div.image,
	.UserListElement>ul>li>a>div.image>img,
	.UserListElement>ul>li>a {
		width: 126px;
		height: 126px;
	}
}
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) { 
	
	.UserListElement>ul>li {
		width: 167px;
		height: 167px;
	}
	.UserListElement>ul>li>a>div.image,
	.UserListElement>ul>li>a>div.image>img,
	.UserListElement>ul>li>a {
		width: 166px;
		height: 166px;
	}
}

/* MOBILE 
-----------------------------------------------------------*/
@media screen and (max-width:980px) {
	#toolbar_container{
		display: none;
	}
	/* STRUCTURE
	-----------------------------------------------------------*/
	.wr-preview .ct,
	.wr-preview,
	.wr {
		width: 100%;
		-webkit-font-smoothing: subpixel-antialiased;
		text-rendering: optimizeLegibility;
	}
	.wr-preview .ct {
		padding: 4px;
	}
	.wr .ct {
		width: 100%;
		margin: 0px ;
	}
	.bx-cover .ct-buttons {
		position: relative;
		width: 200px;
		margin: 0px auto;
	}
	.bx-profile .ct-buttons .btn {
		position: relative;
	}
	.bx-profile .ct-buttons {
		position: relative;
		top: 85px;
		left: -50px;
		margin: 0px auto;
	}
	
	.stick {
		bottom: 0;
		top: inherit;
		margin: 0px;
	}
	.pg-home .info-table td.title:first-child {
		width: auto;
	}
	.pg .col-2 {
		margin-left: 0 !important;
	}
	.bx-profile .wr-avatar {
		width: 140px;
		height: 140px;
	}
	.bx-profile {
		margin: 0px auto;
		width: 140px;
		top: -70px;
		padding-bottom: 20px;
		left: 0;
	}
	.change-pic {
		display: none;
		width: 123px;
		padding-bottom: 20px;
		height: 123px;
	}
	.change-pic span {
		display: none;
	}
	.bx-profile .loader {
		height: 121px;
		width: 121px;
		line-height: 121px;
		top: 0px;
	}
	.simple-inputs {
		height: 34px !important;
	}
	.pg-home {
		padding: 20px;
	}
	.pg-home .info-table td.title {
		text-align: left;
	
	}
	.pg-home .info-table td {
		display: block;
		margin: 15px 0;
	}
	.pg-home p,
	.bx-name span.registration,
	.pg-home #portfolio, 
	.pg-home .info-table td,
	.pg-home #portfolios,
	.wr-menu .ct ul li a,
	.bx-badges p.subscription,
	.wr-header .ct ul li a,
	.bx-progress .text-profile p,
	div#bb-posts>div.header>ul>li>a,
	div#bb-posts>div.header>ul>li,
	.pg-home .photos,
	.pg-home .about,
	.pg-home h3,
	.pg-home .social-links-author a {
		font-size: 16px;
	}

	.UserListElement>ul>li>a>div.username {
		margin-right: -1px;
		outline: none;
		word-wrap: break-word;
		font-size: 14px;
		line-height: 16px;
	}
	.pg-home .info-table td.title {
		padding: 0px;
		height: auto;
	}
	.pg-home .info-table tbody tr:nth-child(odd) {
		background-color: #FFF;
	}
	.pg-home .social-links-author li {
		display: flex;
	}
	.bx-profile .ct-form .change-pic i.fa-camera,
	.bx-profile .ct-form i.fa-camera {
		top: 84px;
		box-shadow: none;
	}
	.select2-drop {
		width: 72% !important;
    	z-index: 5555556 !important;
	}
	.editableform input {
		height: 30px;
		border: 1px solid #e2dede;
		color: #000;
		font-size: 13px;
		width: 100%;
	}
	.editableform .editable-buttons button {
		padding: 7px 14px;
	}
	.select2-container-multi .select2-choices {
		height: 26px !important;
	}
	.select2-search-choice div {
		font-size: 14px;
	}
	.submit {
		position: relative;
		top: 140px;
		width: auto;
		height: 30px;
	}
	#autocomplete {
		height: 32px;
	}
	.bx-profile .percentage-overlay {
		width: 120px;
		height: 120px;
		line-height: 15px;
		left: 0px;
		vertical-align: middle;
    	display: table;
	}
	.bx-profile .percentage-overlay p {
		vertical-align: middle;
    	display: table-cell;
	}
	.bx-profile .progress-profile {
		top: -13px;
    	left: -15px;
	}
	.bx-profile .progress-profile,
	.bx-profile .progress-profile div {
		font-size: 150px;
	}
	.bx-profile .profile-link {
	    padding: 1px;
	    box-shadow: none;
	    display: block;
	    border-radius: 4px;
	    left: 0;
	}
	.bx-profile .profile-pic {
		width: 140px;
		height: 140px;
	}

	/* MENU
	-----------------------------------------------------------*/
	.wr-menu {
		height: auto;
	}

	.wr-menu .ct ul {
		clear: right;
	    padding-left: 0px;
	}
	.wr-menu .ct ul li {
		float: left;
		display: block;
		text-align: center;
		width: 50%;
	}
	.wr-menu .ct ul li a {
		padding: 0px 15px 0px 15px;
		display: block;
		line-height: 43px;
		font-weight: bold;
		color: #212121;
		font-family: Arial;
	}
	.wr-menu .ct ul li a:hover {
		color: #061539;
		border-bottom: 2px solid #039be5;
		text-decoration: none;
	}
	.elements {
		display: inline-block;
		position: relative;
		text-align: center;
		width: 100%;
		background: #FFF;
		padding-top: 65px;
	}
	.bx-name {
		position: relative;
		left: 0px;
	}
	.bx-name h2 {
		float: none;
		max-width: inherit;
	}
	.bx-name h2 a {
		color: #212121;
		text-shadow: none;
		font-size: 26px;
	    letter-spacing: -0.25px;
	}
	.bx-name span.registration {
		color: #212121;
	}
	.bx-badges ul li {
		display: inline-block !important;
		float: none !important;
	}
	.bx-numbers {
		position: relative;
		bottom: 0;
	    width: inherit;
	    text-align: center;
	    right: 0;
	    margin: 20px 0;
	}
	.bx-numbers ul {
		position: relative !important;
    	top: 0 !important;
	}
	.bx-numbers ul li {
		display: inline-block;
		color: #212121;
		text-shadow: none;
		float: none !important;
	}
	.bx-numbers ul li span {
		color: #212121;
	}
	a.user-action {
		margin: 10px 3px 10px 0;
	}
	.tab-arrow {
		display: none;
	}
	div#bb-posts>div.header>ul>li {
		text-align: left;
		line-height: 25px;
    	display: block;
    	padding-bottom: 30px;
	}
	div#bb-posts>div.header>ul>li:before {
		display: none;
	}
	.bx-badges {
		margin: 10px 0;
	}
	.bx-name .name-details,
	.bx-name .buttons-action {
		float: none;
		margin-top: 5px;
	}
	.follow-ticker-button {
		padding: 0 12px;
		height: 30px;
		line-height: 26px;
	}
	.pg .section {
		display: inline;
	}
	.editable-input textarea {
		font-size: 16px;
		color: #000;
	}
	.pg .bx {
		max-height: inherit;
	}
	.bx-numbers ul li a {
		color: #000 !important;
	}
	.select2-container-multi .select2-choices .select2-search-field input {
		min-width: auto;
	}
	div#bb-posts>ul>li>div.header>h4 {
		font-size: 16px;
	}
	div#bb-posts>ul>li>div.header>ul.metadata {
		font-size: 15px;
		margin: 10px 0;
		clear: both;
	}
	div#bb-posts>ul>li>div.content>p {
		line-height: 25px;
	}
	.editableform .control-group .editable-buttons {
		display: block;
		margin: 5px 0 0;
	}
	.editableform .control-group .editable-input {
		width: 100%;
	}
	.change-pic {
		background: transparent;
	}
	#image {
		width: 100%;
		height: 100%;
	}
	.select2-results .select2-result-label,
	.select2-search-choice div {
		font-size: 16px !important; 
	}
	.select2-container-multi .select2-choices .select2-search-field input {
		font-size: 16px !important;
		color: #000 !important;
		padding-top: 12px !important;
	}
	.select2-container-multi .select2-choices .select2-search-choice {
		padding: 10px 5px 10px 18px !important;
	}
	.pg-home h2:before {
		display: block;
		content: " ";
		height: 60px;
		margin-top: -60px;
		visibility: hidden;
	}
}

@media screen and (max-width: 400px) {
	.pg .bx {
		max-height: inherit;
	}
}

@media screen and (max-width: 300px) {
    .UserListElement>ul>li {
        width: 100%;
    }
}
@media (min-width: 48em) {
	.pg .col-flex {
		flex: 1;
	}
	.pg .col-2 {
		margin-left: 2%;
	}
}
