@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?y4dqjx');
  src:  url('/fonts/icomoon.eot?y4dqjx#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?y4dqjx') format('truetype'),
    url('/fonts/icomoon.woff?y4dqjx') format('woff'),
    url('/fonts/icomoon.svg?y4dqjx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Comment-Icon:before {
  content: "\e90a";
}
.icon-Prop-Icon:before {
  content: "\e90b";
}
.icon-Stories_Icon:before {
  content: "\e902";
}
.icon-Alert_Icon:before {
  content: "\e904";
}
.icon-Browse_Icon:before {
  content: "\e905";
}
.icon-Chat_Icon:before {
  content: "\e906";
}
.icon-Discover_Icon:before {
  content: "\e907";
}
.icon-Menu_Icon:before {
  content: "\e908";
}
.icon-Notes_Icon:before {
  content: "\e909";
}
.icon-flag:before {
  content: "\e903";
}
.icon-Comment_Icon:before {
  content: "\e901";
  color: #b1b1b1;
}
.icon-Thumb_Icon:before {
  content: "\e900";
}
.icon-BP_Logo:before {
  content: "\e601";
}

.icon-Thumb_Icon:before, .icon-Comment_Icon:before,
.icon-Prop-Icon:before, .icon-Comment-Icon:before {
  color: #b1b1b1;
  font-size: 22px;
}
.icon-Thumb_Icon:before {
  cursor: pointer;
}

.icon-Notes_Icon, .icon-Discover_Icon,
.icon-Alert_Icon, .icon-Stories_Icon,
  position: relative;
}

.propped.icon-Prop-Icon:before {
  color: #6acdf9;
}

@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}

bp-header {
  background-color: #fff;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

nav a[class^="icon-"], nav a[class*=" icon-"]  {
    font-size: 1.75em;
    transition: all 0.2s ease-in;
}

a[class^="icon-"]:hover, a[class^="icon-"]:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a[class^="icon-"].active {
  color: #6acdf9;
}

a.icon-BP_Logo {
  color: #000;
  margin-left: 20px;
  vertical-align: bottom;
}

a.icon-BP_Logo:before {
  font-size: 2em;
}

html {
    height: 100%;
    font-size: 100%;
}

body {
  background-color: #e9ebed;
//  background-color: #f4f5f7;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 0.90em;
  height: 100%;
}

a:focus, a:active {
    outline: none;
}

.legal-copy {
    font-size: 0.75em;
    margin-left: 20px;
}

header nav .pages, header nav .actions, header nav .burger {
    display: inline-block;
}

header nav .pages .nav-icon img ,
header nav .actions .nav-icon img,
header nav .burger .nav-icon img,
header nav .logo img {
    height: 45px;
}

header nav a {
    color: #7f7f7f;
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

header nav a:hover {
  color: #6acdf9;
}

header nav a {
    margin-left: 20px;
}

.fb-like {
    padding: 9px 2px;
}

.logged-out-links {
    padding-top: 15px;
}

.view .main-nav {
  background: #464646;
  height: 35px;
  margin-bottom: 10px;
  padding: 7px 0px 0px 35px;
}

.view .main-nav .col-md-12 {
  padding: 0;
}

@media (max-width: 660px) {
    .view .main-nav {
       //background: #777;
       //padding: 7px 0px 0px 75px;
       padding-left: 20px;
    }
    .view .main-nav .secondary-nav-links a:first-child {
        margin-left: 15px;
    }
}

.view .main-nav .greeting {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
}

.view .main-nav .greeting .username {
    color: #fff;
    font-weight: 300;
}

.view .main-nav a, .main nav span {
  color: #fff;
  font-size: 11px;
  margin-right: 20px;
  text-transform: uppercase;
}

.view .main-nav a.active {
  color: #6acdf9;
  font-weight: 500;
//  font-weight: bold;
}

.view .main-nav span.disabled {
  color: #aaa;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
}

.menu {
    padding-left: 0;
    padding-right: 0;
}
.menu ul a {
    color: #555;
    display: inline-block;
    margin-right: 5px;
}
.menu ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.menu li {
    background: #f2f2f2;
    border-bottom: 1px solid #cbced4;
    padding: 10px 15px;
}
.menu li img {
    display: inline-block;
    width: 7%;
}

.notifications {
    background: none repeat scroll 0 0 red;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 900;
    display: block;
    height: 21px;
    left: 15px;
    line-height: 18px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease-in;
    top: -7px;
    width: 21px;
}

.ng-hide.notifications {
    opacity: 0;
}

.left {
    padding-left: 0;
    padding-right: 0;
}
.right {
    padding-left: 0;
    padding-right: 0;

}

.popover {
    max-width: 450px;
    text-align: center;
}

.link-container {
    display: inline-block;
    vertical-align: 5px;
    width: 89%;
}

.link-container a:first-child {
  margin-left: 35px;
}

@media (max-width: 1000px) {
    .link-container {
        display: inline-block;
        width: 85%;
    }
}

@media (max-width: 660px) {
    .link-container {
        display: inline-block;
        width: 82%;
    }
}

@media (max-width: 480px) {
    .link-container a:first-child {
        margin-left: 15px;
    }
    .link-container {
        display: inline-block;
        width: 76%;
    }
    nav a[class^="icon-"], nav a[class*=" icon-"] {
        font-size: 1.45em;
    }
}

#placeholder {
    border-radius: 0 3px 3px 0;
    background: rgb(53, 53, 53);
    color: rgb(53, 53, 53);
    padding: 10px 0;
}

#follow-users, #friends-online, #find-friends, #users-online, #popular-posts {
    margin-left: 20px;
}

#find-friends a {
    color: #6dcff6;
    text-transform: uppercase;
}

#follow-users h4,
#friends-online h4,
#users-online h4,
#home-menu h4,
#popular-posts h4 {
  color: #6e6e6e;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#follow-users .img-circle {
  margin: 0 10px 10px 0;
}

#friends-online .img-circle, .user-online {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.user-online:nth-of-type(4) {
  margin-right: 0px;
}

#follow-users .details {
  display: inline-block;
}

#follow-users .name, #popular-posts .message {
  color: #282828;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

#popular-posts .message {
  font-weight: 400;
}

#popular-posts .message {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 300px;
//  height: 58.8px; /* Fallback for non-webkit */
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-post-username {
  font-size: 13px;
  color: #6dcff6;
  font-weight: 500;
}

.popular-post-date {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 200;
  float: left;
  clear: both;
}

#popular-posts .popular-post {
  margin-bottom: 10px;
}

#follow-users .btn-follow  {
  //color: #4395f3;
  color: #6dcff6;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.post .btn-follow {
    margin-left: -2px;
    margin-top: 10px;
}

.btn-follow:hover {
    background-color: transparent;
}

/* Activity Feed */
.navbar-inverse {
    background-color: #313131;
}
.navbar-form .form-control {
    width: auto;
}
.post, .thread, .add-note {
    margin: 0 auto;
    padding: 20px;
    width: auto;
    background: #fff;
}
.bp-post a.username {
    color: #428bca;
}

.bp-post a.username:hover {
  text-decoration: underline;
}

.filter.col-md-10,
.filter.col-xs-12 {
  padding-left: 0px;
}

.filters {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
}

.filters label {
    color: #7a89a5;
    font-weight: normal;
}

:root .filters input[type="checkbox"] { /* :root here acting as a filter for older browsers */
    position: absolute;
    opacity: 0;
}

:root .filters input[type="checkbox"].ios-switch + div {
    display: inline-block;
    vertical-align: middle;
    width: 2em; height: 1em;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 999px;
    margin: 0 .5em;
    background: white;
    background-image: linear-gradient(rgba(0,0,0,.1), transparent),
                      linear-gradient(90deg, #6acdf9 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-origin: border-box;
    background-clip: border-box;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width, background-position, text-indent;
    font-size: 150%; /* change this and see how they adjust! */
}

:root .filters input[type="checkbox"].ios-switch:checked + div {
    padding-left: 1em;
    width: 1em;
    background-position: 0 0;
}

:root .filters input[type="checkbox"].ios-switch + div:before {
    content: '';
    float: left;
    width: 1.65em; height: 1.65em;
    margin: -.1em;
    border: 1px solid rgba(0,0,0,.35);
    border-radius: inherit;
    background: white;
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    text-indent: -2.5em;
}

:root .filters input[type="checkbox"].ios-switch:active + div:before {
    background-color: #eee;
}

:root .filters input[type="checkbox"].ios-switch + div:before,
:root .filters input[type="checkbox"].ios-switch + div:after {
    font: bold 60%/1.9 sans-serif;
    text-transform: uppercase;
    box-sizing: content-box;
}

:root .filters input[type="checkbox"].ios-switch + div:after {
    content: '';
    float: left;
    text-indent: .5em;
    color: rgba(0,0,0,.45);
    text-shadow: none;

}

:root div.switch {
    box-sizing: content-box;
    cursor: pointer;
}

.post .news {
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.post .news .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.post .news a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.post .details p.content a.username,
.post .details p.content a.url {
    color: #6acdf9;
}

.loadmore a {
  color: #7191c1;
  font-size: 13px;
}

.post .details p.content a.username:hover ,
.post .details p.content a.url:hover {
    color: #6acdf9;
    text-decoration: underline;
}

.post span.name, .thread span.name {
    color: #6ACDF9;
    font-size: 1.375em;
    font-weight: 300;
}

.post span.age, .post span.location, .post span.date, .thread span.date {
    color: #bbb;
}

.post span.date, .thread span.date,
.post span.prop-count, .post a.prop,
.post a.propped {
    font-size: 0.875em;
}

.post span.location {
    white-space: nowrap;
    font-size: 0.875em;
    color: #ccc;
}

.profile-pic {
    vertical-align: top;
}
.post .details {
    display: inline-block;
    padding: 0;
}

.post .details p.content a:hover, .post .details p.content a,
.thread .details p.content a:hover, .thread .details p.content a {
    color: inherit;
    text-decoration: none;
}

.post a.propped {
    color: #bbb;
}

.post span.prop-count {
    color: #6acdf9;
}

.load-previous-container {
  background-color: #eff5f8;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding-left: 10px;
  margin: 0px 0 0 0;
  text-indent: 15px;
  //padding-top: 5px;
}

.load-previous-container .load-previous-link {
    color: #7292BF;
    display: inline-block;
    font-size: 0.875em;
}

.post-comment {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px 0;
}

.comments {
//  background-color: #dfe7f1;
//  background-color: #edf1f7;
  background-color: #eff5f8;
//  background-color: #eaf5ff;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 0 0 4px 4px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.more-comments {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

//style="padding-left: 20px; padding-top: 8px; padding-bottom: 8px; background-color: #fff; border-top: 1px solid #eee; border-left: 1px solid #cecece; border-right: 1px solid #cecece;"
//style="background-color: #edf1f7; padding-top: 20px; padding-left: 20px; border-radius: 0 0 4px 4px; border-left: 1px solid #cecece; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece;"

.comment .username {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.comment .remove {
  color: #999;
  font-size: 10px;
}

.comment .propped {
  color: #6acdf9;
}

.comments .view-comments-link {
    margin-left: 15px;
}

.view-comments-link {
    display: inline-block;
    font-size: 0.875em;
}

.profile-header {
    background: #252122;
    padding: 20px;
}

.profile-header:after {
  content: "";
  background-color: #ddd;
  background-image: linear-gradient(transparent, #111 60%);
  height: 100%;
  left: 0;
  opacity: .60;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.profile-header a.avatar {
  float: left;
  position: relative;
  z-index: 1;
}

.profile-header .profile-pic {
    width: 60px;
    height: 60px;
}

.profile-header div.details {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    width: 75%;
    z-index: 1;
}

.profile-header div.details .bio {
    color: #fff;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
}

.profile-header div.details .bio a {
    cursor: pointer;
}

.profile-header div.details .bio.expand {
    height: auto;
}

.profile-header span.name {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    line-height: 1.3;
}

.profile-header span.age, .profile-header span.location {
    color: #BDBDBD;
    font-size: 10px;
}

.profile-header .stats-link {
  color: #6dcff6;
  font-size: 12px;
}

.profile-header img.arrow-down {
  width: 15px;
  vertical-align: text-bottom;
}

.stats .number, .stats .label {
    display: block;
}

.stats .number {
    color: #fff;
    font-size: 1em;
}

own-stats .cell .number {
    color: #fff;
}

.stats .cell {
    border-right: 2px solid #fff;
    display: inline-block;
    padding: 0 20px;
}

.stats .cell span.stat-label {
    color: #7a7a7a;
}

.stats .cell a {
    text-decoration: none;
}

.stats .cell.active .stat-label {
    color: #6acdf9;
}

.stats .cell.active .number {
    color: #6acdf9;
}

.stats .cell:first-child {
    padding-left: 0;
}

.stats .cell:last-child {
    padding-right: 0;
    border-right: 0;
}

.stats ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin: 0;
}

.stats li {
    background: #404040;
    border-top: 1px solid #303030;
    color: #797979;
    padding: 10px 15px;
}

.stats li a {
    border: 0;
    border-radius: 8px;
    color: #434742;
    font-size: 1.5em;
    margin-top: 5px;
    vertical-align: top;
    width: 50%;
}

a.following,
a.propped,
a.friends,
a.invited {
  background-color: #fefefe !important;
  color: #ddd;
}

.profile-tool-link {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 10px;
}

.profile-tool-link:last-child {
    margin-right: 0px;
}

.profile-tool-link:hover {
    text-decoration: none;
}

.add-note .submit.hidden-xs {
    vertical-align: top;
    height: 70px;
}

.hits .row {
    border-bottom: 1px solid #ccc;
}

#browse {
    background: #fff;
}

#browse img {
    margin: 10px auto;
}

#browse a {
    display: block;
    margin: 0 auto;
    width: 60%;
}

#browse .user {
    padding: 0;
}

#browse .row {
    margin: 0;
}

.online-beacon {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 35px;
}

@media (min-width: 762px) {
    .menu li img {
        display: inline-block;
        width: 3%;
    }
    .birthday-row .col-md-4:nth-child(1) {
        padding-left: 0px;
    }
    .birthday-row .col-md-4:nth-child(3) {
        padding-right: 0px;
    }
}

.container .register {
    font-size: 1.20em;
    background: #e6e6e6;
    border-radius: 5px;
    margin-top: 20px;
    padding: 30px 75px;
}

.burger {
    width: 67%;
}

.burger a {
    float: right;
}

a.secondary-link.active {
  border-bottom: 5px solid;
  border-bottom-color: #6acdf9;
}

a.secondary-link, span.secondary-link {
    padding: 5px 10px 8px 10px;
}

a.secondary-link:hover {
  text-decoration: none;
  border-bottom: 5px solid;
  border-bottom-color: #6acdf9;
}

a.secondary-link:focus {
    text-decoration: none;
}

.inline-comment-input {
  width: 100%;
}

.btn-comment-submit {
  display: none;
}

/* mobile specific styles */
@media (max-width: 762px) {

    .fb-like {
        padding: 0;
    }

    header nav a {
        margin-left: 10px;
    }

    .logo {
        margin-left: 10px;
    }

    .burger {
        width: 13%;
    }

    .main nav {
        padding: 12px 0;
        border-radius: 0;
    }

    .main nav a {
        font-size: 1.25em;
        margin-right: 5px;
    }

    nav a.secondary-link:last-child, nav span.secondary-link:last-child {
        margin-right: 0px !important;
    }

    .main nav a.secondary-link, .main nav span.secondary-link {
        display: inline-block;
        margin: 0 10px;
    }

    textarea#note-body {
        margin-bottom: 5px;
        width: 100%;
    }

    .thread {
        padding: 10px 0 0 0;
    }
    .thread .col-xs-4, .thread .col-xs-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #notes span.name {
        font-size: 1em;
    }

    .profile-header .profile-pic {
        width: auto;
        height: auto;
    }

    .profile-header {
        padding: 20px 5px;
    }

    .profile-header div.details {
        padding: 5px;
        width: 65%;
    }
    .profile-header span.name {
        font-size: 1.75em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .profile-header span.age, .profile-header span.location {
        font-size: 0.90em;
    }

    .stats .number {
        color: #fff;
        font-weight: 300;
    }

    .stats .cell span.stat-label {
        font-size: 0.65em;
    }

    .own-stats {
        background: #252122;
        padding-bottom: 10px;
        position: relative;
    }

    .own-stats .cell {
        padding: 0 5px;
        width: 24%;
    }

    .own-stats .cell:first-child {
        padding-left: 10px;
    }

    .stats .cell:last-child {
        padding-right: 10px;
        border-right: 0;
    }

    .own-stats .number {
      color: #fff;
      font-size: 15px;
    }

    .post {
        padding: 5px;
    }

    #browse .row {
        padding: 0 25px;
        margin: 0 -15px;
    }

    #browse a {
        width: 65%;
    }

    .online-beacon {
        bottom: 10px;
        right: 5px;
    }

    .post .btn-follow {
        background-size: 53px 20px;
        height: 20px;
        width: 53px;
    }

    .filters {
        padding: 5px 0px;
    }

    .view .main-nav a, .main nav span {
      margin-right: 0px;
    }

    .view .main-nav {
        padding-left: 5px;
    }

    .container .register {
        padding: 10px;
    }

    .container .register h2 {
        font-size: 1.20em;
    }
    .birthday-row .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .birthday-row .col-md-4 select {
        margin-bottom: 20px;
    }
    .greeting {
        padding-left: 10px;
    }
    .btn-color, .btn-chat-send, .textarea-chat, .color-picker-palette {
        margin-bottom: 10px;
    }

    #browse-filters select, #browse-filters input {
        width: 100%;
    }

  .post-header {
    margin-right: 15px;
  }

  .inline-comment-input {
    width: 80%;
    float: left;
    margin-right: 5px;
  }

  .btn-comment-submit {
    display: inline-block;
  }
}

#notes {
    background: #fff;
}

.thread, .add-note {
    background: #f7f6f3;
}

.file-upload {
  position: relative;
  overflow: hidden;
}

#notes .submit {
    margin: 5px 0;
}

.post-photo-preview {
  margin: 10px 2px;
}

.file-upload.disabled .btn-post {
  background-color: #ccc;
  color: #000;
  cursor: not-allowed;
  border-color: #eee;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.thread.read p.content, .thread.read span.date {
    font-weight: normal;
}

.thread.unread p.content, .thread.unread span.date {
    font-weight: 800;
}

.thread p {
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
}

div.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #252122;
    position: absolute;
}

.infinite-loader {
    display: block;
    margin: 0 auto;
}

.embed {
    border-left: 3px solid red;
}
.embed .thumb {
    float: left;
}
.embed > a {
    float: left;
    padding: 5px;
    width: 45%;
}
.embed .description {
    clear: both;
    display: block;
}
.reasons {
    margin: 0 auto;
    width: 70%;
}
.reasons li {
    color: #6acdf9;
    font-size: 16px;
    float: left;
    margin-right: 20px;
}
.form-registration .row,
.form-registration .form-group {
    margin-bottom: 20px;
}
.form-control {
    border: none;
    font-size: 18px;
}

.form-control::-moz-placeholder {
    color: #ededed;
}

.upload-photo-row {
    margin-top: 40px;
}

.upload-info {
    font-size: 0.90em;
}

#responsive_recaptcha {
  background-color: #b71800;
  padding: 0.5em;
  border-radius: 1em;
  position: relative;
  overflow: auto;
  max-width: 480px;
  font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#responsive_recaptcha a {
  color: #ffffff;
  text-decoration: none;
}
#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
  width: 100% !important;
  height: auto !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#responsive_recaptcha .solution {
  margin-top: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fbe098;
  color: #000000;
  display: block;
}
#responsive_recaptcha .solution input {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  -webkit-appereance: none;
  border: 1px solid #f7c236;
  font: inherit;
  font-size: 150%;
  outline: none;
}
#responsive_recaptcha .solution input:focus {
  border-color: #b71800;
}
#responsive_recaptcha .options {
  margin-top: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#responsive_recaptcha .options a {
  background-color: #c5523d;
  display: block;
  padding: 0.5em;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#responsive_recaptcha .options a:first-child {
  border-radius: 0.5em 0.5em 0 0;
}
#responsive_recaptcha .options a:last-child {
  border-radius: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 480px) {
    #responsive_recaptcha .solution {
        float: left;
        width: 66%;
        margin-top: 0.5em;
        padding: 1em;
    }
    #responsive_recaptcha .solution input {
        margin: 0.35em auto;
        width: 90%;
    }
    #responsive_recaptcha .options {
        float: right;
        width: 34%;
        padding-left: 0.5em;
    }
}

.ad-container {
    display: table;
    margin: 10px 0;
    width: 100%;
}

.mobile-bottom-fixed-ad {
	position:fixed;
	width:100%;
	padding:5px;
	left:0;
	bottom:0;
	right:0;
	text-align:center;
	background-color:white;
	border-top:1px solid #cecece;
	z-index: 100000;
}

.ad-container.zergnet-widget {
	border-radius: 4px;
	background-color: white;
	padding: 10px 10px 0px;
	border: 1px solid #cecece;
}

.ad-container.zergnet-widget .zergentity img {
	border: 1px solid #dfdfdf;
}

.ad {
    display: table-cell;
    text-align: center;
}

/* post directive styles */
.bp-post {
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.bp-post a, .bp-post .caption {
  color: #000;
  font-size: 14px;
}
.bp-post a:hover {
  cursor: pointer;
  text-decoration: none;
}

.bp-post a.url {
    color: #888888;
}

.bp-post .name {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  float: left;
  clear: both;
}

.bp-post a.date,
.bp-post span.location {
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 200;
  float: left;
  clear: both;
}

.bp-post a.date {
  float: right;
}

.bp-post .post-text {
  margin-top: 20px;
}

.bp-post .post-text .message {
  margin-bottom: 0px;
}

.bp-post .photo {
  width: 70%;
  margin: 0 auto;
}

.bp-post .photo img {
  border: 1px solid #efefef;
  border-radius: 6px;
  width: 100%;
}

.bp-post .caption {
  margin: 10px auto;
}

.bp-post .col-md-3 {
  padding-right: 0px;
}

@media (max-width: 480px) {
  .bp-post .col-xs-2 {
    width: 21%;
  }
}

@media (max-width: 415px) {
  .bp-post .col-xs-2 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .bp-post .col-sm-2 {
    width: 12%;
  }
}

@media (min-width: 992px) {
  .bp-post .col-md-2 {
    padding-right: 10px;
    width: 9%;
  }
}

@media (min-width: 801px) {
  .comment .col-md-2 {
    padding-right: 0px;
    width: 6%;
  }
}

@media (max-width: 762px) {

  .bp-post {
    padding: 10px;
  }

  .bp-post .date {
    font-size: 12px;
  }

  .bp-post .photo {
    width: 100%;
  }

  .bp-post .name {
    font-size: 14px;
  }

  .bp-post .propped {
    float: none;
  }

  .notifications {
    left: 14px;
    top: -9px;
  }

}

.post.bp-post {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.post-comment-count, .post-prop-count {
  color: #111;
  font-size: 15px;
  //  font-weight: 500;
  margin-right: 10px;
  margin-left: 1px;
  width: 20%;
}

.post-comment-count {
  width: 17%;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .post-comment-count, .post-prop-count {
    font-size: 13px;
  //  font-weight: 500;
    margin-right: 10px;
  }
}

/* profile inline styles */
.btn-add-all {
  background-color: #93B836;
  border: none;
  margin-left: 5px;
}
.btn-add:hover, .btn-add-all:hover {
  background-color: rgb(250, 165, 0);
}
.btn-add {
  background-color: #93B836;
}
.profile-tool-container {
  padding: 5px 10px;
}

/* icomoon svg */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-Stories-filled {
  color: #000;
  width: 1.218359375em;
}

.icon-stories-stroke {
  width: 1.218359375em;
}

.icon-notification-filled {
  color: #000;
  width: 1.2001953125em;
}

.icon-Notification-stroke {
  width: 1.2001953125em;
}

.icon-Browse-stroke, .icon-Browse-filled {
  width: 1.2001953125em;
}

.icon-Browse-filled {
  color: #000;
}

.icon-Chat-stroke, .icon-Chat-filled {
  width: 1.2001953125em;
}

.icon-Discover-stroke, .icon-Discover-filled {
  width: 1.2001953125em;
}

.icon-Chat-filled, .icon-Discover-filled {
  color: #000;
}

.icon-People-filled {
  color: #000;
  width: 1.3001953125em;
}

.icon-People-stroke {
  width: 1.3001953125em;
}

.icon-Notes-filled {
  color: #000;
  width: 1.22265625em;
}

.icon-Notes-stroke {
  width: 1.22265625em;
}

.icon-Stories-filled, .icon-stories-stroke,
.icon-Notification-stroke, .icon-notification-filled,
.icon-Browse-stroke, .icon-Browse-filled,
.icon-People-filled, .icon-People-stroke,
.icon-Chat-stroke, .icon-Chat-filled,
.icon-Notes-stroke, .icon-Notes-filled,
.icon-Discover-stroke, .icon-Discover-filled {
  font-size: 18px;
}

.icon-Stories-filled,
.icon-notification-filled,
.icon-Browse-filled,
.icon-People-filled,
.icon-Chat-filled,
.icon-Notes-filled,
.icon-Discover-filled {
  color: #6acdf9;
}

.icon-Comment-stroke, .icon-Comment-filled,
.icon-Prop-stroke, .icon-Prop-filled {
  color: #111;
//  color: #6acdf9;
  vertical-align: middle;
  font-size: 22px;
}

.icon-Prop-big-stroke, .icon-Prop-big-filled {
  color: #111;
//  color: #6acdf9;
  vertical-align: middle;
  font-size: 25px;
}

.icon-Comment-stroke, .icon-Comment-filled {
  font-size: 14px;
}

.icon-Comment-filled, .icon-Prop-filled {
  //color: #6acdf9;
  //color: #4897F0;
  color: #111;
}

#home-menu ul {
  padding: 0;
}
#home-menu li:first-child {
  padding-top: 0px;
}
#home-menu li {
  padding: 5px 0;
  list-style-type: none;
}
#home-menu li a {
  margin-left: 11px;
  float: left;
  font-size: 13px;
  color: #000;
}
#home-menu span {
  float: right;
  font-size: 12px;
  color: #6acdf9;
}
#home-menu .clear {
  clear: both;
}

#activity-feed {
  padding-right: 0px;
  margin-bottom: 70px;
}

hr {
  margin-bottom: 10px;
  margin-right: -5px;
  margin-left: -5px;
}

.bp-post-with-comments {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.comment {
  margin-bottom: 20px;
}
.comment p {
  margin-bottom: 0px;
}


.home-menu-avatar-container {
  margin-top: 10px;
}

.home-menu-avatar {
  width: 27%;
  display: inline-block;
}

.home-menu-avatar img {
  width: 100%;
  margin-left: 10px;
}

#home-menu-username h4 {
  width: 40%;
  display: inline-block;
  color: #3e3e3e;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-left: 15px;
  text-transform: none;
}

.send-note-container {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  background-color: #444;
}

.send-note-container input {
  background-color: transparent;
  font-size: inherit;
}

.send-note-container .btn-send {
  color: #6DCFF6;
}

.send-note-form textarea {
  clear: both;
  height: 225px;
}

#flag-profile-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#flag-profile-btn svg {
  width: 24px;
  height: 24px;
  fill: #ccc;
  transition: fill .4s ease;
}
#flag-profile-btn svg:hover {
  fill: red;
}
#flag-profile-menu {
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.delete-post-menu, .confirm-delete-post-menu {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.menu-btn, a.delete-post-btn, a.delete-post-confirm-btn {
  border-top: 1px solid #ccc;
  color: red;
  padding: 10px 0;
  width: 100%;
  transition: background-color .3s linear;
}
.menu-btn:hover, a.delete-post-btn:hover, a.delete-post-confirm-btn:hover {
  background-color: #eee;
  color: #333;
}

#cancel-btn, a.delete-post-cancel-btn, a.delete-post-confirm-cancel-btn {
  color: blue;
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0;
}
.g-recaptcha {
  margin-left: 14px;
}

#home-menu-post-status {
  color: #000;
  font-size: 13px;
  margin-left: 11px;
}

#home-menu-post-status img {
  margin-bottom: 5px;
  width: 15%;
}
.nav-label {
  display: none;
  position: absolute;
  font-size: 10px;
  color: #6acdf9;
  top: 20px;
}

@media (hover) {
  a.nav-link:hover > .nav-label {
    display: block !important;
  }
}

/* firefox specific hover styling hack */
@-moz-document url-prefix() {
  a.nav-link:hover > .nav-label {
    display: block !important;
  }
}

