@-webkit-keyframes sideupscroll {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  50% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }
@keyframes sideupscroll {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  50% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }
.full-width-l {
  width: 100%; }

.items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.item {
  margin: 0; }

.cmn-toggle-switch {
  display: block;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.cmn-toggle-switch:focus {
  outline: none; }

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff; }

.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: ""; }

.cmn-toggle-switch span::before {
  top: -12px; }

.cmn-toggle-switch span::after {
  bottom: -12px; }

.cmn-toggle-switch__htx {
  background-color: transparent; }

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

.cmn-toggle-switch__htx.active {
  background-color: transparent; }

.cmn-toggle-switch__htx.active span {
  background: none; }

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.comment-box {
  list-style-type: none; }
  .comment-box li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf2f6; }

@media (max-width: 768px) {
  .comment-box {
    padding: 0;
    margin: 0; } }
header * {
  -webkit-backface-visibility: hidden; }

header {
  height: 70px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background: #c2255c;
  position: fixed;
  top: 0;
  line-height: 0;
  z-index: 1000;
  overflow: hidden; }

header .custom-container {
  position: relative; }

header .row-header .brand-be {
  float: left;
  position: relative;
  z-index: 2; }
  header .row-header .brand-be a {
    color: white;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    padding: 35px 0; }
    header .row-header .brand-be a:hover {
      opacity: 0.5; }

header .row-header .header-menu-block {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.header-menu > li {
  display: inline-block;
  position: relative; }

.header-menu > li > a {
  color: #fff;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  padding: 20px;
  display: inline-block; }

.header-menu > li:hover > a, .header-menu > li.active-header > a {
  opacity: 0.5; }

.header-menu {
  text-align: center; }

.header-menu-search {
  float: right;
  width: 100%;
  position: relative;
  top: -51px;
  z-index: 0; }

.header-menu-search .input-search {
  margin-top: -7px;
  width: 280px;
  position: relative;
  float: right; }

.input-search input[type=text] {
  border-radius: 2px;
  border: 1px solid #edeff2;
  width: 100%;
  line-height: 14px;
  padding: 14px 10px;
  color: #b4b7c1; }

.input-search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #000;
  font-size: 14px;
  opacity: .3; }

.input-search input[type=submit] {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 30px;
  top: 0;
  right: 0; }

@media screen and (min-width: 1200px) {
  header .row-header .header-menu-block {
    max-width: 640px;
    width: 100%; } }
.header-menu-block {
  z-index: 250;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  margin: 0 !important;
  left: 0; }

@media screen and (min-width: 1200px) {
  header .header-menu {
    display: block !important;
    margin-top: 16px; }

  .header-menu > li > ul a {
    display: block;
    line-height: 18px;
    font-size: 14px; }

  .header-menu > li li a {
    cursor: pointer;
    padding: 10px 20px;
    padding-right: 30px; }

  .header-menu > .active-header, .header-menu > li:hover {
    color: #0d58c8; }

  .header-menu {
    color: #fff;
    overflow: hidden; }

  .header-menu > li:hover > ul {
    -webkit-transition: all ease-out 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }

  .header-menu > li > ul li:hover {
    background: #0d58c8; }

  .header-menu > li > ul li:hover > a {
    color: #FFF; }

  .header-menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    color: #262626;
    text-align: left;
    background: #FFF;
    width: 100%;
    min-width: 150px;
    padding-top: 0px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden; }

  .header-menu > li > ul > li {
    position: relative; }

  .header-menu > li > ul > li i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .header-menu > li > ul > li > ul {
    position: absolute;
    top: 0px;
    left: 100%;
    padding-top: 0px;
    width: 150px !important;
    text-align: left;
    background: #FFF;
    color: #262626;
    width: auto;
    font-size: 16px;
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  .header-menu > li > ul > li:hover > ul {
    -webkit-transition: all ease-out 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  .cmn-toggle-switch {
    display: none; } }
@media screen and (max-width: 1199px) {
  .brand-be {
    position: absolute;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important; }

  .fa-angle-right {
    display: none; }

  header .header-menu > #ad-work-li {
    float: none; }

  .fa-angle-down, .fa-angle-up {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  header {
    z-index: 550; }

  .header-menu {
    height: auto;
    display: none;
    width: 100%;
    background: #c2255c;
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 70px;
    left: -1px;
    overflow: auto;
    padding: 0;
    padding-bottom: 15px; }

  .header-menu ul {
    display: none;
    width: 100%;
    background: #FFF;
    text-align: center;
    font-size: 26px; }

  .page-login .header-menu {
    padding-top: 60px; }

  .header-menu > li > a {
    font-size: 20px; }

  .header-menu > li > ul > li > a {
    font-size: 18px; }

  .header-menu > li > ul > li > ul a {
    font-size: 16px; }

  .header-menu > li > ul > li > ul {
    box-shadow: inset 0 0 12px 0px rgba(0, 0, 0, 0.3); }

  .header-menu > li a {
    display: block;
    line-height: 42px;
    padding: 0 32px; }

  .header-menu i {
    top: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer; }

  .header-menu > li > ul > li > ul {
    background: #E6E6E6 !important; }

  .header-menu.header-menu li {
    position: relative;
    text-align: center;
    text-align: center;
    display: block;
    padding: 0; }

  .cmn-toggle-switch {
    position: absolute;
    left: 12px;
    top: 14px; }

  .header-menu-block {
    z-index: 250;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0;
    margin: 0 !important;
    left: 0; }

  .login_block {
    float: right; }

  .login_block .be-drop-down {
    display: none;
    position: absolute;
    left: 15px;
    top: 86px;
    z-index: 300; }

  .login_block .be-drop-down.login-user-down {
    display: none;
    position: absolute;
    top: 86px;
    right: 12px;
    left: auto;
    z-index: 300;
    margin-right: 0px; }

  .messages-popup, .notofications-popup {
    margin-top: 10px; }

  body.menu-open .login_block .be-drop-down {
    display: inline-block; }

  header .col-xs-3:last-child {
    float: right; }

  .header-menu > li ul {
    background: #F6F6F6;
    margin: 0;
    padding: 0; }

  .login-header-block {
    padding-right: 0;
    float: right; } }
.header-content {
  margin-bottom: 50px; }

.mobile-search {
  visibility: hidden; }

@media (max-width: 1024px) {
  .brand-be {
    left: 0;
    transform: translateX(0%) !important; } }
@media (max-width: 768px) {
  header .row-header .brand-be {
    display: inline-block;
    width: 100%;
    text-align: center; }

  header {
    height: auto;
    padding: 10px; }
    header .row-header .brand-be a {
      font-size: 13px; }

  .header-menu-search {
    visibility: visible;
    position: static; }
    .header-menu-search .input-search {
      width: 100%; }

  .mobile-search {
    visibility: visible; }

  .input-search input[type=text] {
    font-size: 12px; } }
.header-content {
  position: relative;
  background-color: rgba(194, 37, 92, 0.95);
  padding-top: 127px;
  position: relative; }

.content-bg-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.content-bg:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 400%; }

.content-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation-name: sideupscroll;
  animation-name: sideupscroll;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform;
  z-index: -1; }
  .content-bg:before {
    background-image: url(../img/landing-users.png);
    position: absolute;
    content: ""; }

.header-content {
  text-align: center;
  padding-top: 0px; }
  .header-content h1, .header-content h2 {
    color: white; }
  .header-content h1 {
    font-size: 28px;
    margin-top: 50px; }
  .header-content h2 {
    font-size: 24px; }
  .header-content__404, .header-content__user {
    background-color: #edf2f6;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px; }
    .header-content__404 h1, .header-content__404 h2, .header-content__404 h3, .header-content__user h1, .header-content__user h2, .header-content__user h3 {
      color: #c2255c; }
    .header-content__404 h2, .header-content__user h2 {
      font-size: 20px; }
    .header-content__404 i, .header-content__user i {
      margin-left: 5px; }
    .header-content__404 figure img, .header-content__user figure img {
      width: 100px;
      height: 100px;
      border-radius: 100%; }
    .header-content__404 h1, .header-content__user h1 {
      margin-top: 10px;
      margin-bottom: 20px; }

.nav-user-bio a {
  display: inline-block;
  padding: 10px;
  background-color: #c2255c;
  color: white;
  margin: 5px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out; }
  .nav-user-bio a:hover {
    background-color: #343a40; }

#twitter-widget-0 {
  vertical-align: middle;
  margin-left: 5px; }

.header-form {
  margin-top: 35px;
  margin-bottom: 35px; }
  .header-form input {
    width: 100%;
    height: 55px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border: 5px solid #edf2f6;
    outline: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
    .header-form input:focus {
      border: 5px solid #c2255c; }

.c-post-box {
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  background: white; }
  .c-post-box--big-area {
    min-height: 600px; }
  .c-post-box__header {
    padding: 10px;
    width: 100%;
    display: inline-block; }
    .c-post-box__header a {
      color: #868e96;
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
      .c-post-box__header a:hover {
        color: #c2255c; }
  .c-post-box__alert-user {
    padding: 15px; }
  .c-post-box__tp {
    display: inline-block;
    width: auto;
    padding: 3px;
    margin: 10px; }
    .c-post-box__tp a {
      display: inline-block; }
      .c-post-box__tp a span {
        padding: 10px;
        background: #c2255c;
        color: white;
        border-radius: 3px;
        margin-right: 3px; }
  .c-post-box__image {
    min-height: 300px;
    width: 100%; }
    .c-post-box__image img {
      width: 100%;
      height: auto; }
    .c-post-box__image .post-gallery {
      position: relative;
      width: 100%;
      height: 100%;
      display: inline-block; }
      .c-post-box__image .post-gallery:before {
        position: absolute;
        border-radius: 13px;
        left: 1%;
        background: white;
        top: 5%;
        color: #c2255c;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f03e";
        font-size: 50px;
        width: 52px;
        height: 49px;
        z-index: 3;
        text-align: center; }
  .c-post-box__content {
    width: 100%;
    padding: 10px; }
  .c-post-box__footer {
    padding: 10px;
    width: 100%;
    background: #edf2f6;
    text-align: center; }

.c-post-box-comment {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: white;
  display: inline-block;
  padding: 15px; }
  .c-post-box-comment--fa {
    padding: 0; }
  .c-post-box-comment__image {
    width: 60px;
    height: 60px;
    float: left; }
    .c-post-box-comment__image img {
      width: 60px;
      border-radius: 100%; }
  .c-post-box-comment__content {
    margin-left: 80px; }
    .c-post-box-comment__content a {
      color: #c2255c;
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
      .c-post-box-comment__content a:hover {
        color: #343a40; }
    .c-post-box-comment__content p {
      color: #868e96;
      font-size: 14px; }
    .c-post-box-comment__content h3 {
      margin-bottom: 5px; }

@media (max-width: 480px) {
  .c-post-box-comment {
    text-align: center; }
    .c-post-box-comment__image {
      float: none;
      display: inline-block;
      margin-bottom: 10px; }
    .c-post-box-comment__content {
      width: 100%;
      float: none;
      display: inline-block;
      margin-left: 0; } }
.c-box-post-author {
  width: 100%;
  word-wrap: break-word; }
  .c-box-post-author--search {
    display: inline-block;
    text-align: center; }
  .c-box-post-author__name {
    display: inline-block;
    vertical-align: middle; }
  .c-box-post-author__user-image {
    margin-right: 12px;
    background-color: #c2255c;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
    .c-box-post-author__user-image img {
      border-radius: 100%;
      width: 50px;
      height: 50px; }
  .c-box-post-author__post-image {
    position: relative; }
    .c-box-post-author__post-image img {
      height: 336px;
      object-fit: cover;
      width: 100%; }
    .c-box-post-author__post-image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #c2255c;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out;
      opacity: 0; }
    .c-box-post-author__post-image:hover:before {
      opacity: 0.5; }
    .c-box-post-author__post-image.video:after {
      position: absolute;
      border-radius: 100%;
      left: 50%;
      background: white;
      top: 50%;
      color: #c2255c;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f144";
      font-size: 50px;
      width: 50px;
      height: 50px;
      text-align: center;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .c-box-post-author__post-image.gallery:after {
      position: absolute;
      content: attr(data-title);
      border-radius: 1%;
      right: 0;
      background: #c2255c;
      top: 5%;
      color: white;
      font-size: 18px;
      display: inline-block;
      padding: 10px;
      text-align: center; }
  .c-box-post-author__post-content {
    color: #868e96;
    font-size: 14px; }
    .c-box-post-author__post-content a {
      color: #c2255c;
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
      .c-box-post-author__post-content a:hover {
        color: #343a40; }
  .c-box-post-author__footer-info span {
    margin: 5px;
    display: inline-block; }
  .c-box-post-author__footer-info a {
    color: #c2255c;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out; }
    .c-box-post-author__footer-info a:hover {
      color: #868e96; }

.c-box-post-author--search .c-box-post-author__name {
  display: block;
  margin-top: 10px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

footer {
  min-height: 300px;
  padding-top: 50px;
  background-color: #edf2f6;
  margin-top: 100px; }
  footer a {
    color: #c2255c;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out; }
    footer a:hover {
      color: #343a40; }

.footer-link {
  padding: 0;
  margin: 0; }
  .footer-link > li {
    float: left;
    list-style-type: none;
    padding: 5px; }
    .footer-link > li > a {
      color: #c2255c;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
      .footer-link > li > a:hover {
        color: #343a40; }

.btn-primary {
  background-color: #c2255c;
  border-color: #c2255c; }
  .btn-primary:hover {
    background-color: #861d43; }

.btn--moreup {
  margin-top: 30px;
  margin-bottom: 30px; }
.btn--go-top {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #c2255c;
  color: white;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out; }

.btn-secondary {
  background-color: #edf2f6; }
  .btn-secondary:hover {
    background-color: #868e96; }

.btn-link {
  color: #c2255c;
  font-size: 16px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out; }
  .btn-link:hover {
    color: #343a40; }

.post-box-container {
  width: 1360px;
  margin-right: auto;
  margin-left: auto; }

.grid-medias {
  margin: 0 auto; }

@media (max-width: 1920px) {
  .post-box-container {
    max-width: 1440px; } }
@media (max-width: 1680px) {
  .post-box-container {
    max-width: 1360px; } }
@media (max-width: 1440px) {
  .post-box-container {
    max-width: 1090px; } }
@media (max-width: 1376px) {
  .post-box-container {
    width: 960px; } }
@media (max-width: 1024px) {
  .post-box-container {
    width: 65%; } }
@media (max-width: 769px) {
  .post-box-container {
    width: 100%; } }
@media (min-width: 540px) {
  .container {
    max-width: 600px; } }
@media (min-width: 800px) {
  .container {
    max-width: 680px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 900px; } }
@media (min-width: 1199px) {
  .container {
    max-width: 1110px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1170px; } }
.grid-medias .grid-media {
  width: 336px;
  margin: 10px; }

@media (max-width: 480px) {
  .post-box-container {
    padding: 0 15px; }

  .grid-medias .grid-media {
    width: 100%;
    margin: 0 0 30px 0; } }
.stories-img {
  text-align: center; }
  .stories-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: inline-block; }

.vbx-video {
  height: 50vh; }

.vbox-container img.modal-img {
  height: 50vh; }

@media (max-width: 768px) {
  .vbx-video {
    height: 35vh; } }
@media (max-width: 480px) {
  .stories-img img {
    width: 80px;
    height: 80px; }

  .vbox-container img.modal-img {
    height: 25vh; }

  .vbx-video {
    height: 25vh; } }
.c-masonry, .s-masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
  orphans: 1;
  widows: 1; }
  .c-masonry .c-card, .s-masonry .c-card {
    display: inline-block;
    background: #fff;
    padding: 0.5em;
    margin: 0 0 1.5em;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-flex-direction: column;
    flex-direction: column; }

.fa-check-circle {
  color: #00a6c8; }

@media only screen and (min-width: 480px) {
  .c-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media only screen and (min-width: 700px) {
  .c-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 900px) {
  .c-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 1100px) {
  .c-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media only screen and (min-width: 480px) {
  .s-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media only screen and (min-width: 700px) {
  .s-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 900px) {
  .s-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 1100px) {
  .s-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
body {
  background: white;
  padding-top: 70px; }

.post-title-content {
  word-break: break-all; }
  .post-title-content--media {
    margin-top: 20px; }
    .post-title-content--media h1 {
      text-align: center; }
      .post-title-content--media h1.h2 {
        font-size: 1.6rem; }

a {
  color: #c2255c; }

.main-form {
  position: relative;
  margin-top: 35px; }
  .main-form input {
    border: 0;
    line-height: 35px;
    font-size: 18px;
    padding: 5px 10px;
    width: 70%; }
  .main-form i {
    color: white;
    left: -30px;
    position: relative; }

input.sb-btn {
  background-color: #c2255c;
  border: 0;
  position: absolute;
  right: 30%;
  height: 46px;
  width: 48px; }

.content h3 {
  margin-bottom: 50px; }
.content .c-post-box-comment__content h3 {
  margin-bottom: 15px; }
.content--main {
  min-height: 500px;
  padding: 100px;
  background-image: url("../img/3.jpg");
  background-size: cover;
  position: relative; }
  .content--main p, .content--main .h2 {
    color: white; }
  .content--main p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px; }
  .content--main .h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 48px; }
  .content--main p {
    font-size: 18px; }
  .content--main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #343a40;
    opacity: 0.8; }
.content--media {
  padding-top: 50px;
  padding-bottom: 50px; }
.content--tag {
  padding-top: 100px;
  padding-bottom: 50px; }
.content--information {
  padding-top: 50px;
  padding-bottom: 50px; }
  .content--information .h4 {
    margin-bottom: 30px; }

.color-tag {
  color: #c2255c; }

.u-gap-bottom-30 {
  margin-bottom: 30px; }

.break-word {
  word-break: break-all; }

.user-post-likes {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: white;
  padding: 10px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out; }
  .user-post-likes:hover {
    color: #c2255c; }
  .user-post-likes img {
    border-radius: 100%;
    width: 50px;
    height: 50px; }

.h1, h1 {
  font-size: 2rem; }

@media (max-width: 480px) {
  .h1, h1 {
    font-size: 1.6rem;
    margin-bottom: 20px; } }
.sh-btn {
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  background: #343a40;
  color: white;
  width: 100%;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out; }
  .sh-btn:hover {
    background-color: #c2255c; }

.pic-rate-text {
  display: block;
  color: #c2255c; }

.pic-rating-media .fa.checked {
  color: #c2255c; }

@keyframes progressing {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
.ProgressBar {
  height: 50px;
  width: 100%;
  background: #353a40; }
  .ProgressBar-progressTooltip {
    height: 50px;
    text-align: right;
    animation-name: progressing;
    animation-duration: 3s; }
    .ProgressBar-progressTooltip-percent {
      font-size: 13px;
      color: #f5f5f5;
      line-height: 50px;
      height: 50px;
      padding: 0 10px;
      animation-name: fadeInFromNone;
      animation-duration: 3s; }
  .ProgressBar-progressLimitTo-30 {
    width: 30%; }
  .ProgressBar-progressLimitTo-50 {
    width: 50%; }
  .ProgressBar-progressLimitTo-70 {
    width: 70%; }
  .ProgressBar-progressFill {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, rgba(134, 29, 67, 0.7) 0%, #c2255c 100%);
    animation-name: progressing;
    animation-duration: 4s; }

.instagram-profile-analyze {
  margin-bottom: 30px; }
  .instagram-profile-analyze h2 {
    color: #c2255c; }
  .instagram-profile-analyze h4 {
    margin-top: 15px;
    margin-bottom: 10px; }

.negative-margin-15 {
  margin-top: -30px;
  margin-bottom: 15px; }

.popular-box {
  display: inline-block;
  text-align: center; }
  .popular-box p {
    color: #868e96;
    font-size: 16px; }
    .popular-box p strong {
      color: #c2255c; }
  .popular-box__icon {
    font-size: 50px;
    width: 90px;
    line-height: 90px;
    border-radius: 100%;
    color: white;
    display: inline-block;
    background-color: #c2255c;
    height: 90px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; }

.pp-box-container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8ebef; }
  .pp-box-container p {
    font-size: 18px; }
    .pp-box-container p.first {
      margin-bottom: 30px; }
  .pp-box-container .col-md-2 {
    margin-bottom: 15px; }

.pp-users {
  padding: 15px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  position: relative; }
  .pp-users:before {
    content: attr(data-title);
    font-size: 72px;
    position: absolute;
    right: 0;
    color: #c2255c;
    margin-right: 10px;
    top: 10%; }
  .pp-users p {
    margin-bottom: 10px; }
    .pp-users p:last-child {
      margin-bottom: 0; }
  .pp-users img {
    width: 100%;
    border-radius: 100%; }
  .pp-users--inf {
    background-color: #868e96; }
    .pp-users--inf strong {
      display: block; }
    .pp-users--inf a {
      color: white;
      font-size: 14px; }
    .pp-users--inf:before {
      content: attr(data-title);
      font-size: 72px;
      position: absolute;
      right: 0;
      color: white;
      margin-right: 20px;
      top: 0%; }

.center-mode .slick-prev:before, .center-mode .slick-next:before {
  color: white; }
.center-mode .slick-slide {
  margin: 5px; }
  .center-mode .slick-slide .slick-prev:before, .center-mode .slick-slide .slick-next:before {
    color: white; }

@media (max-width: 768px) {
  body {
    padding-top: 120px; }

  .header-content__user {
    padding-top: 30px;
    text-align: center; }
    .header-content__user .container {
      max-width: 100%; } }
@media (max-width: 480px) {
  .pp-users {
    text-align: center; }
    .pp-users img {
      width: auto;
      max-width: 100%; }

  .content--main {
    padding: 10px; }
    .content--main h2 {
      font-size: 24px; }

  .post-title-content--media h1 {
    font-size: 1.5rem; }

  body {
    padding-top: 127px; }

  .header-content {
    padding-top: 0; }
    .header-content h1 {
      font-size: 21px; }
    .header-content h2 {
      font-size: 18px; }

  .header-content__user {
    padding-top: 30px;
    text-align: center; }
    .header-content__user h2 {
      font-size: 18px; }
      .header-content__user h2 span {
        font-size: 16px; }
    .header-content__user .user-bio {
      font-size: 16px;
      margin-bottom: 10px; }

  .nav-user-bio a {
    font-size: 12px;
    margin: 0 3px 0 0; }
    .nav-user-bio a:last-child {
      margin-right: 0; }

  .header-content__404 {
    padding-top: 12px;
    padding-bottom: 0px; } }

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