.feed {
  margin-top: 18px;
  background: white;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.feed-tile .tile-feed-item {
  float: left;
  overflow: hidden;
  width: 32%;
  border: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative; }
  .feed-tile .tile-feed-item .item-rating {
    overflow: hidden; }
    .feed-tile .tile-feed-item .item-rating .item-rating-value {
      float: right;
      color: #FF9999; }
  .feed-tile .tile-feed-item img.square-image {
    width: 100%; }
  .feed-tile .tile-feed-item .image-title {
    position: absolute;
    bottom: 0;
    /*background: #6b997a;*/
    background: orange;
    color: white;
    padding: 5px;
    opacity: 0.9;
    width: 100%;
    z-index: 2; }
  .feed-tile .tile-feed-item :hover .tile-active-bg {
    display: block; }
  .feed-tile .tile-feed-item .tile-active-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.2em;
    padding-top: 45%; }
    .feed-tile .tile-feed-item .tile-active-bg .count-string {
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 10; }
      .feed-tile .tile-feed-item .tile-active-bg .count-string .likes-count {
        margin-right: 30px; }
    .feed-tile .tile-feed-item .tile-active-bg .bg-fade {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.3; }
  .feed-tile .tile-feed-item > .image-wrapper {
    cursor: pointer; }
  .feed-tile .tile-feed-item .video-controls {
    position: absolute;
    color: gray;
    left: 40%;
    top: 38%; }
    .feed-tile .tile-feed-item .video-controls .fa-play {
      font-size: 500%; }
.feed-tile .feed-item-list {
  overflow: hidden;
  max-width: 100%; }
  .feed-tile .feed-item-list .feed-item-list-title {
    clear: both;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 5px; }
    .feed-tile .feed-item-list .feed-item-list-title a {
      /*color: #FF9999;*/ }

.modal-feed-item {
  cursor: auto; }
  .modal-feed-item .modal-body {
    overflow: hidden;
    position: static; }
    .modal-feed-item .modal-body .image {
      float: left;
      max-width: 100%; }
    .modal-feed-item .modal-body .item-info {
      padding: 10px; }
  .modal-feed-item .feed-item {
    margin-bottom: 0;
    border-width: 0; }
  .modal-feed-item .feed-item-main-content-wrapper {
    float: left; }
  .modal-feed-item .feed-item-wrapper {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px; }
    .modal-feed-item .feed-item-wrapper .footer .time-ago {
      float: none;
      margin-bottom: 10px; }
  .modal-feed-item .link-previous {
    display: block;
    margin-top: -20px;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    /*text-indent: -9999em;*/
    font-size: 20px;
    top: 200px;
    left: -30px;
    width: 30px;
    height: 30px;
    color: #bbb; }
  .modal-feed-item .link-next {
    display: block;
    margin-top: -20px;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    /*text-indent: -9999em;*/
    font-size: 20px;
    top: 200px;
    right: -40px;
    width: 30px;
    height: 30px;
    color: #bbb; }

.gc-main-content {
  background: #fafafa; }

.feed-item-list {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto; }

.feed-item {
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 20px; }
  .feed-item .btn-goto {
    margin-bottom: 10px;
    display: block; }
  .feed-item .feed-item-edit-link {
    float: right;
    padding-top: 15px;
    margin-right: 5px;
    cursor: pointer; }
  .feed-item .item-text {
    padding-bottom: 10px; }
  .feed-item .item-text-annotate {
    color: #666; }
  .feed-item .title {
    font-weight: bold;
    padding: 10px;
    padding-right: 0; }
    .feed-item .title img {
      border-radius: 50%;
      margin-right: 10px; }
  .feed-item .footer {
    padding: 10px; }
    .feed-item .footer .footer-controls {
      padding-bottom: 10px;
      overflow: hidden; }
    .feed-item .footer .like-component {
      float: left; }
      .feed-item .footer .like-component .fa {
        font-size: 23px; }
    .feed-item .footer .item-info {
      float: right;
      font-size: 11px;
      clear: both;
      display: block; }
      .feed-item .footer .item-info .item-rating {
        font-size: 11px;
        text-transform: lowercase;
        color: #FF9999;
        padding-right: 10px; }
      .feed-item .footer .item-info .time-ago {
        text-transform: uppercase;
        color: #999; }
  .feed-item .feed-item-wrapper.clicked .image-wrapper > img {
    opacity: 0.5; }
  .feed-item .feed-item-wrapper.clicked .heart-wrapper {
    opacity: 1;
    display: block; }
  .feed-item .image-wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    /*max-height: 568px;*/
    overflow: hidden; }
    .feed-item .image-wrapper .heart-wrapper {
      width: 100%;
      display: none;
      position: absolute;
      text-align: center; }
      .feed-item .image-wrapper .heart-wrapper img {
        width: 100px; }
    .feed-item .image-wrapper img {
      max-width: 100%;
      width: 100%; }
  .feed-item .image-wrapper .player-poster {
    background-size: contain; }

.like-component {
  overflow: hidden; }
  .like-component .like-icon {
    cursor: pointer;
    float: left; }
  .like-component .count-string {
    float: left;
    padding-left: 5px;
    padding-top: 2px; }

.tags-list {
  margin-bottom: 5px; }
  .tags-list .tag-item {
    border-radius: 2px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background: #E5F5Fb;
    color: #3b95DD;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block; }

.modal-feed-item .modal-dialog {
  max-width: 1000px;
  width: auto; }

@media (min-width: 980px) {
  .feed-tile .tile-feed-item {
    width: 31%; } }
@media (max-width: 980px) {
  .feed-upload-item .feed-upload-item-img {
    float: none; }

  .clear-on-desktop {
    padding-left: 10px;
    clear: both; }

  .modal-feed-item .modal-dialog {
    max-width: 600px;
    width: auto; }
  .modal-feed-item .feed-item-main-content-wrapper {
    float: none; }

  .feed-item {
    border-width: 0; }

  .feed-tile .tile-feed-item {
    margin-right: 2px;
    margin-bottom: 2px; }

  .feed-tile .tile-feed-item .tile-active-bg {
    /*padding-top: 65px;*/ }
  .feed-tile .tile-feed-item .image-title {
    font-size: 10px;
    padding: 3px; } }
html body .gc-main-content .container {
  margin-left: auto  !important;
  margin-right: auto !important;
  max-width: 1200px !important; }
  html body .gc-main-content .container .standard-page-content {
    background: white; }

.feed-header-info {
  background: white;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .feed-header-info h2 {
    margin-top: 36px; }

@media (max-width: 768px) {
  body .gc-main-content.with-left-menu .container {
    margin: 0;
    padding: 0; } }
.modal-backdrop.in {
  opacity: 0.8 !important; }

.standard-logo {
  text-align: center;
  display: none; }

.search-tag-form {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /*
  padding-left: 20px;
  padding-right: 20px
  */ }

@media (max-width: 960px) {
  .gc-main-content .notice-top-panel {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 13px; }
    .gc-main-content .notice-top-panel .btn {
      display: none; }

  .search-tag-form {
    padding: 5px 0;
    padding-right: 10px; } }
.search-tag-input {
  padding: 6px;
  padding-bottom: 7px;
  margin-top: 1px; }

.several-items {
  position: relative; }
  .several-items .link-previous:hover, .several-items .link-next:hover {
    opacity: 1; }
  .several-items .link-previous {
    opacity: 0.4;
    position: absolute;
    top: 45%;
    left: 10px;
    z-index: 10;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding-top: 3px;
    background: black;
    cursor: pointer; }
  .several-items .link-next {
    opacity: 0.4;
    position: absolute;
    top: 45%;
    right: 10px;
    padding-left: 3px;
    z-index: 10;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding-top: 3px;
    background: black;
    cursor: pointer; }

.feed-upload-item {
  background: #F0F0F0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 600px; }
  .feed-upload-item .feed-upload-item-img {
    float: left;
    width: 200px;
    padding-left: 10px; }
    .feed-upload-item .feed-upload-item-img img {
      width: 100%; }
  .feed-upload-item .feed-upload-item-data {
    overflow: hidden; }
    .feed-upload-item .feed-upload-item-data .feed-upload-item-rating {
      padding-left: 20px;
      padding-bottom: 20px; }
    .feed-upload-item .feed-upload-item-data .feed-upload-item-info {
      padding: 15px;
      padding-bottom: 0; }
      .feed-upload-item .feed-upload-item-data .feed-upload-item-info input.form-control {
        width: 100%; }

.feed-navbar.navbar-default {
  border: 0;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .feed-navbar.navbar-default .navbar-nav > li {
    padding-top: 10px;
    padding-bottom: 20px; }
  .feed-navbar.navbar-default .navbar-form {
    padding-top: 10px;
    padding-bottom: 20px; }
  .feed-navbar.navbar-default .navbar-brand {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 20px; }
  .feed-navbar.navbar-default .navbar-nav > li {
    padding: 10px;
    margin-right: 35px; }
    .feed-navbar.navbar-default .navbar-nav > li.active a {
      background: transparent;
      color: #000000; }
    .feed-navbar.navbar-default .navbar-nav > li > a {
      display: block;
      font-size: 21px;
      color: #46A5E0; }

.navbar-brand .brand-text {
  display: none; }

.my-profile-menu {
  overflow: hidden;
  padding: 0;
  padding-top: 20px;
  margin: 0; }
  .my-profile-menu li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-family: "PT Sans";
    font-size: 16px; }
    .my-profile-menu li a {
      color: black; }

.user-image {
  margin-right: 50px;
  margin-bottom: 15px;
  min-width: 284px; }

.page-content-inner {
  max-width: 800px;
  padding-right: 50px;
  margin-bottom: 50px; }

.is-sticky .feed-navbar.navbar-default {
  padding: 0;
  background: #FFF;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  padding-bottom: 0;
  min-height: 0;
  z-index: 1000; }
  .is-sticky .feed-navbar.navbar-default .navbar-nav {
    padding-left: 10px; }
  .is-sticky .feed-navbar.navbar-default .navbar-nav > li {
    padding: 0;
    float: left;
    margin-right: 30px; }
    .is-sticky .feed-navbar.navbar-default .navbar-nav > li a {
      padding: 10px 0; }
  .is-sticky .feed-navbar.navbar-default .navbar-header {
    display: none; }
  .is-sticky .feed-navbar.navbar-default .navbar-header .navbar-toggle {
    float: left;
    margin-left: 5px; }
  .is-sticky .feed-navbar.navbar-default .navbar-brand {
    padding-left: 0; }
    .is-sticky .feed-navbar.navbar-default .navbar-brand > img {
      display: none !important; }
    .is-sticky .feed-navbar.navbar-default .navbar-brand .brand-text {
      padding-top: 5px;
      display: block; }

@media (max-width: 760px) {
  .my-profile-menu {
    padding-top: 0; }

  .feed-navbar.navbar-default {
    padding: 0; }
    .feed-navbar.navbar-default .navbar-nav {
      padding-left: 10px; }
    .feed-navbar.navbar-default .navbar-nav > li {
      padding: 0;
      float: left;
      margin-right: 30px; }
      .feed-navbar.navbar-default .navbar-nav > li a {
        padding: 10px 0; }
    .feed-navbar.navbar-default .navbar-header {
      display: none; }
    .feed-navbar.navbar-default .navbar-header .navbar-toggle {
      float: left;
      margin-left: 5px; }
    .feed-navbar.navbar-default .navbar-brand {
      padding-left: 0; }
      .feed-navbar.navbar-default .navbar-brand > img {
        display: none !important; }
      .feed-navbar.navbar-default .navbar-brand .brand-text {
        padding-top: 5px;
        display: block; }

  .my-profile-menu li {
    display: block;
    float: none;
    margin-bottom: 13px; }

  .user-image {
    width: 32%;
    min-width: 100px; }

  .user-image {
    margin-right: 25px; } }
html body {
  background-color: #fafafa; }

.feed-page-content {
  padding-left: 10px; }
  .feed-page-content h3 {
    font-size: 30px; }
  .feed-page-content .feed-page-content-inner {
    margin-right: 0; }

@media (min-width: 980px) {
  .feed-page-content {
    padding-left: 80px;
    padding-right: 80px; }
    .feed-page-content .feed-page-content-inner {
      margin-right: 40px; }

  .feed-navbar.navbar-default .navbar-brand {
    padding-left: 100px;
    padding-right: 70px; } }
html body .btn {
  border-radius: 4px !important;
  border-width: 0 !important;
  text-transform: uppercase;
  font-family: "PT Sans";
  font-size: 16px;
  padding: 8px 16px;
  font-weight: 100; }
html body .btn.btn-primary {
  background: #3B95DD; }
html body .btn.btn-danger {
  background: #E64c3c; }
html body .btn-default {
  background: #FAFAFA; }

.feed-page-block {
  margin-bottom: 20px; }

.card-feed-item {
  padding: 35px; }
  .card-feed-item .product-spec-offer h2 {
    font-size: 30px; }
  .card-feed-item .col-md-4 {
    float: none;
    width: auto; }
  .card-feed-item .col-md-6 {
    float: none;
    width: auto; }

/*# sourceMappingURL=feed.css.map */
