------------- #Box shadow effect --------------*/


.box-shadow2
{
    position:relative;
    box-shadow: 0 1px 8px 0px rgba(66, 66, 66, 0.2);
  
}

.box-shadow{
box-shadow: 0.5px 0.5px 18px #f1f1f1;;
}



/*------------- #VARIABLES --------------*/
img {
  max-width: 100%;
  height: auto;
}

/*------------- #THEME-STYLES --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #HEADER --------------*/
.header {
  height: 70px;
  background-color: #3f4257;
  padding-right: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
}

.header .page-title {
  padding: 26px 50px 26px 100px;
  text-transform: uppercase;
  float: left;
  height: 100%;
  min-width: 170px;
}
.header .page-title > * {
  color: #fff;
  margin: 0;
}

.header-content-wrapper {
  height: 100%;
}

.header-spacer {
  display: block;
  height: 110px;
}

.header-spacer-small {
  height: 70px;
}

.search-bar {
  float: left;
  width: 500px;
  height: 70px;
  background-color: #494c62;
  position: relative;
}
.search-bar.w-search {
  width: 500px;
  min-height: 70px;
  background-color: #494c62;
}
.search-bar .form-group {
  margin-bottom: 0;
  height: 70px;
}
.search-bar .form-control {
  border: none;
  padding: 0;
}
.search-bar .selectize-control {
  position: relative;
  z-index: 20;
  height: 70px;
}
.search-bar .selectize-dropdown {
  background-color: #fff;
  z-index: 50;
  border: 1px solid #e6ecf5;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
}
.search-bar .selectize-input {
  height: 70px;
}
.search-bar .selectize-input.has-items input {
  background-color: transparent;
}
.search-bar .selectize-input.has-items > * {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #9a9fbf;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
}
.search-bar .selectize-input.has-items > *:first-child {
  margin-left: 15px;
}
.search-bar .form-group.with-button button {
  color: #696d87;
  fill: #696d87;
  background-color: #494c62;
  width: 50px;
}
.search-bar .form-group.with-button button svg {
  height: 22px;
  width: 22px;
}
.search-bar .form-group.with-button input {
  height: 100%;
  border: none;
  color: #9a9fbf;
}
.search-bar .notification-list {
  position: absolute;
  top: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
  border-right: 1px solid #e6ecf5;
  border-left: 1px solid #e6ecf5;
}
.search-bar .notification-list .notification-icon svg {
  width: 20px;
  height: 20px;
}

.control-block {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-block .author-thumb {
  margin-right: 8px;
  position: unset;
}
.control-block .author-title {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.control-block .author-title > svg {
  margin-left: 15px;
  fill: #fff;
  width: 6px;
  height: 4px;
}
.control-block .author-subtitle {
  display: block;
  font-weight: 700;
  color: #9a9fbf;
  font-size: 8px;
}

.link-find-friend {
  padding: 25px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.control-icon {
  margin-right: 29px;
  fill: #9a9fbf;
  margin-top: 8px;
}
.control-icon > svg {
  height: 20px;
}
.control-icon.has-items {
  fill: #fff;
}
.control-icon .label-avatar {
  width: 19px;
  height: 19px;
  line-height: 19px;
  top: -12px;
  right: -9px;
}
.control-icon .more-dropdown {
  width: 380px;
  top: 35px;
  right: -180px;
  padding: 0 0 70px 0;
}
.control-icon .more-dropdown .view-all {
  padding: 20px;
  color: #fff;
  box-shadow: 30px 10px 70px 2px rgba(0,0,0,0.1);
}
.control-icon .more-dropdown .view-all:hover {
  color: #fff;
}
.control-icon .more-dropdown .notification-list {
  padding: 0;
}
.ui-block-title{
  cursor: default;
}
.control-icon .ui-block-title a {
  display: inline-block;
  float: right;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0;
}
.control-icon .accept-request {
  padding: 0.5rem;
  font-size: 0.688rem;
  color: #fff;
  display: inline-block;
}
.control-icon .accept-request:hover {
  color: #fff;
}
.control-icon .notification-list .author-thumb {
  height: 34px;
  width: 34px;
  margin-right: 0;
  overflow: hidden;
}
.control-icon .notification-list .notification-friend {
  padding: 0;
  font-size: 14px;
}
.control-icon .notification-list .notification-link {
  padding: 0;
  display: inline-block;
}
.control-icon .notification-list .notification-event {
  width: 75%;
}
.control-icon .notification-list.friend-requests .accepted .notification-link {
  padding: 0;
  display: inline-block;
}
.control-icon .notification-list.friend-requests .accepted .notification-icon {
  margin-top: 0;
}
.control-icon .notification-list.friend-requests .notification-event {
  width: 60%;
}
.control-icon .notification-list .comment-photo {
  margin-top: 15px;
  max-width: 215px;
}
.control-icon .notification-list .comment-photo span {
  font-size: 11px;
}
.control-icon .notification-list li > * {
  vertical-align: top;
}
.control-icon .notification-list .notification-icon {
  margin-top: 0;
}
.control-icon .notification-list .notification-icon svg {
  height: 20px;
  width: 20px;
}
.control-icon .chat-message li.chat-group .author-thumb {
  width: 36px;
}
.control-icon .notification-list.chat-message .notification-icon svg {
  height: 24px;
  width: 24px;
}
.control-icon .mCustomScrollbar {
  overflow: hidden;
  max-height: 300px;
}
.control-icon .ps > .ps__scrollbar-y-rail, .control-icon .ps:hover > .ps__scrollbar-y-rail {
  left: 0;
  top: 40px !important;
}

.view-all {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 20;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.view-all:hover {
  color: #fff;
}

.author-page {
  margin-left: 50px;
}
.author-page .more-dropdown {
  width: 230px;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  right: -30px;
  padding: 0;
}
.author-page .chat-settings {
  padding: 15px 40px;
}
.author-page .chat-settings a {
  color: #888da8;
}
.author-page .chat-settings a:hover {
  color: #515365;
}
.author-page .chat-settings .icon-status {
  margin-right: 20px;
  position: relative;
  border: none;
}
.author-page .account-settings {
  padding: 15px 25px;
  margin-bottom: 0;
}
.author-page .account-settings a {
  padding: 13px 0;
}
.author-page .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 40px);
  max-height: calc(100vh - 40px);
}

.account-settings {
  padding: 15px 25px;
  margin-bottom: 0;
}
.account-settings a {
  padding: 13px 0;
  font-size: 12px;
  color: #515365;
  display: block;
  font-weight: 700;
}
.account-settings a:hover {
  color: #f84343;
}
.account-settings a > * {
  display: inline-block;
  vertical-align: middle;
}

.custom-status {
  margin: 15px 25px;
}
.custom-status input {
  padding: 0.5rem 1.1rem;
  font-size: 12px;
}
.custom-status.form-group.with-button button {
  border-radius: 0 5px 5px 0;
  background-color: #7c5ac2;
  overflow: hidden;
}
.custom-status.form-group.with-button button svg {
  fill: #fff;
  width: 14px;
  height: 12px;
}

.account-settings a {
  padding: 13px 0;
}
.account-settings svg {
  margin-right: 15px;
  fill: #9a9fbf;
  width: 20px;
  height: 20px;
}

/*--------TOP-HEADER--------*/
.top-header {
  position: relative;
}
.top-header.top-header-favorit .top-header-author {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  left: 100px;
  bottom: -40px;
  z-index: 5;
}
.top-header.top-header-favorit .author-thumb {
  float: left;
  margin-right: 30px;
}
.top-header.top-header-favorit .author-content {
  text-align: left;
  margin-top: 20px;
  float: left;
  color: #fff;
}
.top-header.top-header-favorit .author-name {
  color: #fff;
}

.top-header-thumb {
  position: relative;
}
.top-header-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.top-header-thumb:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
}

.profile-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.profile-menu li > div, .profile-menu li a {
  font-size: 14px;
  font-weight: 700;
  color: #9a9fbf;
  display: block;
}
.profile-menu li > div:hover, .profile-menu li a:hover {
  color: #515365;
}
.profile-menu li > div.active, .profile-menu li a.active {
  color: #515365;
}
.profile-menu .more-dropdown {
  width: 230px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -25px;
}
.profile-menu .more-dropdown li {
  display: block;
}
.profile-menu li .more-dropdown a {
  padding: 10px 0;
  font-size: 13px;
}

.top-header-author {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 15px;
  text-align: center;
}
.top-header-author .author-thumb {
  border-radius: 100%;
  border: 6px solid #fff;
  margin: 0 auto;
  overflow: hidden;
  width: 132px;
  height: 132px;
  background-color: #FDFBEE;
}
.top-header-author .author-thumb img {
  border-radius: 0;
}

.profile-section {
  position: relative;
  padding: 38px 0;
  z-index: 19;
}
.profile-section .control-block-button {
  position: absolute;
  right: 38px;
  top: -31px;
}

/*--------HEADER-LANDING--------*/
.header-landing {
  padding: 40px 0;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.header-landing svg {
  width: 18px;
  height: 14px;
}
.header-landing .logo {
  float: left;
  background-color: transparent;
  padding: 0;
}
.header-landing .logo img {
  margin-right: 13px;
}
.header-landing .profile-menu {
  float: right;
}
.header-landing .profile-menu .olymp-close-icon {
  position: absolute;
  right: 0;
  top: 12px;
  opacity: 0;
  visibility: hidden;
  width: 18px;
  height: 18px;
}
.header-landing .profile-menu.expanded-menu li a {
  visibility: visible;
  opacity: 1;
}
.header-landing .profile-menu.expanded-menu .olymp-menu-icon {
  opacity: 0;
  visibility: hidden;
}
.header-landing .profile-menu.expanded-menu .olymp-close-icon {
  opacity: 1;
  visibility: visible;
}
.header-landing .profile-menu li {
  display: block;
}
.header-landing .profile-menu li a {
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  fill: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.header-landing .profile-menu li a.js-expanded-menu {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.header-landing .profile-menu li:first-child a {
  padding-left: 0;
}
.header-landing .profile-menu li:last-child a {
  padding-right: 0;
}

.landing-page {
  position: relative;
  min-height: 100vh;
}
.landing-page:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 94, 58, 0.95);
  opacity: 1;
  z-index: auto;
}
.landing-page .content-bg:before {
  background: url("https://www.sqrfactor.com/assets/img/landing-users.png") repeat 0 0;
}
.landing-page .content-bg {
  background-color: rgba(255, 94, 58, 0.95);
  -webkit-animation-name: sidedownscroll;
       -o-animation-name: sidedownscroll;
          animation-name: sidedownscroll;
}
@-webkit-keyframes sidedownscroll {
  0% {
    -webkit-transform: translate3D(0%, 0%, 0);
            transform: translate3D(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3D(-50%, 100%, 0);
            transform: translate3D(-50%, 100%, 0);
  }
  100% {
    -webkit-transform: translate3D(-100%, 200%, 0);
            transform: translate3D(-100%, 200%, 0);
  }
}
@-o-keyframes sidedownscroll {
  0% {
    -o-transform: translate3D(0%, 0%, 0);
       transform: translate3D(0%, 0%, 0);
  }
  50% {
    -o-transform: translate3D(-50%, 100%, 0);
       transform: translate3D(-50%, 100%, 0);
  }
  100% {
    -o-transform: translate3D(-100%, 200%, 0);
       transform: translate3D(-100%, 200%, 0);
  }
}
@keyframes sidedownscroll {
  0% {
    -webkit-transform: translate3D(0%, 0%, 0);
         -o-transform: translate3D(0%, 0%, 0);
            transform: translate3D(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3D(-50%, 100%, 0);
         -o-transform: translate3D(-50%, 100%, 0);
            transform: translate3D(-50%, 100%, 0);
  }
  100% {
    -webkit-transform: translate3D(-100%, 200%, 0);
         -o-transform: translate3D(-100%, 200%, 0);
            transform: translate3D(-100%, 200%, 0);
  }
}
.content-bg-wrap {
  position: absolute;
  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: "";
}

.content-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation-name: sideupscroll;
       -o-animation-name: sideupscroll;
          animation-name: sideupscroll;
  -webkit-animation-duration: 30s;
       -o-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform;
  z-index: -1;
}

.without-animation {
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

/*------------- #Styles for svg-icons --------------*/
[class^="olymp-"], [class*=" -icon"] {
  height: 26px;
  width: 26px;
  display: inline-block;
}

.post__likes-small {
  width: 16px;
  height: 14px;
}

.post__shared-small {
  width: 24px;
  height: 21px;
}

.post__comments-small {
  width: 18px;
  height: 16px;
}

.post__likes {
  width: 20px;
  height: 18px;
}

.post__comments {
  width: 22px;
  height: 20px;
}

.post__shared {
  width: 26px;
  height: 21px;
}

.fav-icon {
  width: 20px;
  height: 20px;
}

.arrow-down-icon {
  width: 6px;
  height: 4px;
}

.olymp-three-dots-icon {
  width: 16px;
  height: 4px;
}

.olymp-little-delete {
  width: 8px;
  height: 8px;
}

.olymp-trophy-icon {
  width: 18px;
  height: 16px;
}

.olymp-plus-icon{
  width: 16px;
  height: 50px;
}

.fixed-sidebar.fixed-sidebar-responsive {
  display: none;
  height: auto;
  min-height: 70px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed-sidebar.fixed-sidebar-responsive.open {
  min-height: 1000vh;
}

.header-responsive {
  display: none;
}
.header-responsive .header-content-wrapper {
  z-index: 5;
}

.tab-content-responsive {
  display: none;
}
.tab-content-responsive .tab-pane {
  background-color: #fff;
}
.tab-content-responsive .search-bar.w-search {
  background-color: #494c62;
}
.tab-content-responsive .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto !important;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 1350px) {
  .search-bar.w-search {
    max-width: 300px;
  }
}
@media (max-width: 1150px) {
  .author-page .author-name {
    display: none;
  }

  .author-page .more-dropdown {
    right: -8px;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
  }
}
@media (max-width: 1080px) {
  .control-icon .more-dropdown {
    width: 320px;
    right: -140px;
  }

  .control-icon .notification-list .notification-icon {
    float: none;
    margin-top: 10px;
  }

  .control-icon .notification-list.friend-requests .accepted .notification-icon {
    float: right;
  }

  .header .page-title {
    display: none;
  }

  .header {
    padding-left: 70px;
  }

  .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .control-icon {
    margin-right: 20px;
  }

  .author-page {
    margin-left: 10px;
  }
}
@media (max-width: 801px) {
  .search-bar.w-search {
    max-width: 200px;
  }

  .top-header-author {
    position: relative;
    bottom: 20px;
    color: #888da8;
  }
  .top-header-author .author-name {
    color: #515365;
  }

  .top-header-author {
    margin-top: 20px;
  }

  .profile-section .control-block-button {
    right: auto;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  .top-header.top-header-favorit .top-header-author {
    bottom: 0;
    top: auto;
    position: absolute;
  }

  .top-header.top-header-favorit .profile-section .control-block-button {
    right: 38px;
    top: -31px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  .header, .fixed-sidebar {
    display: none;
  }

  .header-responsive, .fixed-sidebar.fixed-sidebar-responsive {
    display: block;
  }

  .header-responsive .mobile-app-tabs .nav-link {
    padding: 0 10px;
  }

  .search-bar.w-search {
    width: 100%;
  }

  .tab-content-responsive {
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    z-index: -1;
  }
  .tab-content-responsive .ps > .ps__scrollbar-y-rail, .tab-content-responsive .ps:hover > .ps__scrollbar-y-rail {
    display: none;
  }

  .view-all {
    position: relative;
  }

  .search-bar.w-search {
    max-width: 100%;
  }

  .fixed-sidebar-left.sidebar--small {
    height: 70px;
  }

  .control-block {
    float: none;
    display: block;
    height: auto;
    padding: 15px 20px 0;
  }

  .author-page .author-name {
    display: inline-block;
  }

  .control-block .author-title {
    color: #515365;
  }

  .control-block .author-thumb {
    position: relative;
  }

  .author-thumb .icon-status {
    border-color: #fff !important;
  }

  .notification-list .notification-event {
    padding-left: 10px;
  }

  .friend-requests .chat-message-item {
    font-size: 10px;
  }

  .notification-list .notification-friend {
    font-size: 13px;
  }

  .notification-list.chat-message .notification-event {
    width: auto;
  }

  .notification-list.chat-message.chat-message-field .notification-event {
    max-width: 82%;
  }

  .popup-chat .notification-list.chat-message .notification-event {
    width: 75%;
  }

  .tab-content-responsive .ui-block-title a {
    color: #515365;
  }

  .tab-content-responsive .notification-list.friend-requests .selectize-dropdown .notification-icon {
    display: inline-block;
    float: right;
  }

  .profile-section {
    padding: 30px 0;
  }

  .profile-menu {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -webkit-calc(100% - 60px);
    top: calc(100% - 60px);
    border-radius: 10px;
  }
  .profile-menu li {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .profile-menu li:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .header-landing .profile-menu {
    z-index: 50;
  }
  .header-landing .profile-menu li a {
    padding: 12px 0;
  }

  .profile-menu.expanded-menu {
    background-color: #fff;
    padding: 10px 25px;
  }
  .profile-menu.expanded-menu li a {
    color: #f84343;
    fill: #f84343;
  }
  .profile-menu.expanded-menu li a:hover {
    opacity: .7;
  }

  .header-landing .logo {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 570px) {
  .top-header.top-header-favorit .top-header-author {
    left: 20px;
  }
}
@media (max-width: 460px) {
  .tab-content-responsive .notification-list .notification-event {
    width: 50%;
  }

  .tab-content-responsive .notification-list .selectize-dropdown .notification-event {
    width: auto;
  }

  .top-header.top-header-favorit .top-header-author {
    bottom: auto;
    top: 0;
    margin-top: 5px;
  }

  .top-header.top-header-favorit .top-header-author .author-thumb {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }

  .top-header.top-header-favorit .author-content {
    margin-top: 0;
  }

  .top-header.top-header-favorit .profile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-header.top-header-favorit .profile-menu li {
    margin-bottom: 5px;
  }

  .control-icon .mCustomScrollbar {
    max-height: 150px;
  }
}
/*------------- #Mobile APP --------------*/
.mobile-app .chat-settings {
  padding: 15px 40px;
}
.mobile-app .chat-settings a {
  color: #888da8;
  padding: 7px 0;
  display: block;
}
.mobile-app .chat-settings a:hover {
  color: #515365;
}
.mobile-app .chat-settings .icon-status {
  margin-right: 20px;
  position: relative;
  border: none;
}
.mobile-app .olympus-chat {
  position: relative;
  display: block;
}
.mobile-app .sidebar--large .olympus-chat {
  padding: 25px 15px 25px 50px;
}
.mobile-app .search-friend {
  position: relative;
  bottom: auto;
  box-shadow: none;
}
.mobile-app .fixed-sidebar {
  position: fixed;
  float: none;
  min-height: 70px;
}
.mobile-app .fixed-sidebar.open {
  min-height: 1000vh;
}
.mobile-app .fixed-sidebar-right.sidebar--large {
  width: 260px;
  position: absolute;
}
.mobile-app .fixed-sidebar .search-friend svg {
  width: 16px;
  height: 16px;
}
.mobile-app .fixed-sidebar-right {
  padding-bottom: 0;
  border-left: none;
  bottom: auto;
}
.mobile-app .header {
  padding-left: 70px;
}
@media (max-width: 768px) {
  .mobile-app .header {
    min-width: 300px;
  }
}
.mobile-app .fixed-sidebar.right {
  top: 0;
  z-index: 30;
  min-height: 70px;
}
.mobile-app .fixed-sidebar.right.open {
  min-height: 1000vh;
}
@media (max-width: 768px) {
  .mobile-app .fixed-sidebar.right {
    display: block;
  }
}
.mobile-app .fixed-sidebar.right .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 140px);
  max-height: calc(100vh - 140px);
}
.mobile-app .fixed-sidebar .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
}
.mobile-app .fixed-sidebar {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.mobile-app .fixed-sidebar .ui-block-title:first-child {
  border-top: 1px solid #e6ecf5;
}
.mobile-app .fixed-sidebar-left .ui-block-title:first-child {
  border-top: none;
}
.mobile-app .fixed-sidebar-left.sidebar--small {
  height: auto;
  position: absolute;
}
.mobile-app .left-menu {
  padding: 0;
}
.mobile-app .left-menu a {
  color: #515365;
}
.mobile-app .left-menu a:hover {
  color: #f84343;
}
.mobile-app .fixed-sidebar-left.sidebar--large {
  width: 260px;
  position: absolute;
}
.mobile-app .fixed-sidebar-right.sidebar--small {
  position: absolute;
}
.mobile-app .search-bar.w-search {
  width: 100%;
  max-width: 100%;
}
.mobile-app .top-header-author {
  position: relative;
  bottom: auto;
  margin-top: -20px;
  color: #888da8;
}
.mobile-app .top-header-author .author-name {
  color: #515365;
}
.mobile-app .comment-form .form-group {
  width: 80%;
}
.mobile-app .ui-block {
  margin-bottom: 40px;
}
.mobile-app .profile-section .control-block-button {
  right: auto;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -22px;
  width: 100%;
  text-align: center;
}
.mobile-app .post-control-button .btn-control {
  display: inline-block;
}
.mobile-app .post .control-block-button {
  right: 20px;
  top: -13px;
}
.mobile-app .post-additional-info .comments-shared {
  margin-top: 0;
}
.mobile-app .post__author .more {
  margin-right: 0;
}
.mobile-app .post-video .video-content {
  padding: 4px 12px;
}
.mobile-app .view-all {
  position: relative;
  bottom: auto;
}
.mobile-app .ui-block-title a {
  color: #515365;
}
.mobile-app .ui-block-title .items-round-little {
  color: #fff;
}
.mobile-app .notification-list .notification-event {
  padding-left: 10px;
}
.mobile-app .friend-requests .chat-message-item {
  font-size: 10px;
}
.mobile-app .notification-list .notification-friend {
  font-size: 13px;
}
.mobile-app .notification-list.chat-message .notification-event {
  width: auto;
}
.mobile-app .icon-close {
  right: 50%;
  margin-right: -9px;
}
.mobile-app .main-header {
  max-width: 100%;
  padding: 40px 15px 90px;
}
.mobile-app .img-bottom {
  max-height: 80px;
}
.mobile-app .choose-photo-item {
  padding: 0 5px 5px 0;
}
.mobile-app .choose-from-my-photo .btn + .btn {
  margin-left: 5px;
}

.about-olympus {
  padding: 0 25px;
  margin-bottom: 15px;
}
.about-olympus a {
  padding: 7px 0;
  font-size: 12px;
  color: #515365;
  display: block;
  font-weight: 700;
}
.about-olympus a:hover {
  color: #f84343;
}

.mobile-app-tabs {
  background-color: #3f4257;
  border-bottom-color: transparent;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  height: 70px;
  padding: 0 13px;
  position: relative;
  width: 100%;
}
.mobile-app-tabs .nav-link {
  height: 100%;
  border-color: transparent;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid transparent;
}
.mobile-app-tabs .nav-link:hover, .mobile-app-tabs .nav-link:focus {
  border-color: transparent;
}
.mobile-app-tabs .olymp-close-icon {
  display: none;
}
.mobile-app-tabs .olymp-magnifying-glass-icon {
  width: 18px;
}
.mobile-app-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #f84343;
}
.mobile-app-tabs .nav-link.active svg {
  fill: #fff;
}
.mobile-app-tabs .nav-link.active .olymp-close-icon {
  display: block;
  width: 18px;
  height: 18px;
}
.mobile-app-tabs .nav-link.active .olymp-magnifying-glass-icon {
  display: none;
  width: 18px;
}
.mobile-app-tabs .nav-item {
  margin-bottom: 0;
  height: 70px;
}
.mobile-app-tabs svg {
  fill: #9a9fbf;
  height: 20px;
  width: 24px;
}
.mobile-app-tabs .control-icon {
  position: relative;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs .app-tabs-close {
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -33px;
  z-index: 20;
}
.nav-tabs .app-tabs-close:hover svg {
  fill: #f84343;
}

@media (max-width: 768px) {
  body.mobile-app {
    min-width: 300px;
    overflow-x: hidden;
  }

  .mobile-app .container {
    min-width: 300px;
  }

  .mobile-app .notification-list.friend-requests .selectize-dropdown .notification-icon {
    float: right;
  }
}
@media (max-width: 480px) {
  .mobile-app .choose-photo-item {
    width: 50%;
  }

  .mobile-app .upload-photo-item {
    padding: 10px;
  }

  .mobile-app .choose-from-my-photo .btn {
    width: 100%;
  }

  .mobile-app .upload-photo-item svg {
    margin-bottom: 10px;
  }

  .mobile-app .remember a {
    float: none;
    display: block;
  }

  .mobile-app .page-link {
    padding: 10px;
  }

  .mobile-app .notification-list.friend-requests .notification-icon {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .mobile-app .notification-list .notification-event {
    width: 50%;
  }
}
/*------------- #BOOTSTRAP-CUSTOMIZATION --------------*/
ul {
  list-style: none;
  padding: 0;
}

a {
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

select,
input,
.form-control {
  background-color: transparent;
}

select, input {
  display: block;
  width: 100%;
  padding: 1.1rem 1.1rem;
  font-size: .875rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e6ecf5;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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;
}

p {
  font-size: .875rem;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #515365;
}

.nav-tabs .nav-item {
  position: relative;
}

.form-group {
  position: relative;
}

.form-group textarea {
  resize: none;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: 16px;
  font-size: 14px;
  line-height: 1.42857;
  left: 20px;
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: 10px;
  font-size: 11px;
  line-height: 1.07143;
}

.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.card {
  border: none;
}

.card-header a {
  color: #515365;
  display: block;
}
.card-header a:hover, .card-header a:focus {
  color: #515365;
}
.card-header i, .card-header svg {
  float: right;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 8px;
}
.card-header .collapsed i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*------------- #VARIABLES --------------*/
/*------------- #BLOCKS --------------*/
/*------------- #UI-BLOCK --------------*/
.ui-block {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6ecf5;
  margin-bottom: 15px;
}
.ui-block .ui-block-title:last-child {
  border-bottom: 0;
}

.ui-block-title {
  padding: 23px 25px 18px;
  line-height: 1;
  border-bottom: 1px solid #e6ecf5;
  border-top: 1px solid #e6ecf5;
  display: table;
  width: 100%;
  position: relative;
}
.ui-block-title .more {
  padding-left: 25px;
  text-align: right;
  width: 16px;
}
.ui-block-title > * {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.ui-block-title .title {
  color: #515365;
}
.ui-block-title.ui-block-title-small {
  padding: 10px 25px;
}
.ui-block-title.ui-block-title-small .title {
  font-size: 9px;
  text-transform: uppercase;
  color: #9a9fbf;
}
.ui-block-title:first-child {
  border-top: none;
}
.ui-block-title .btn {
  display: inline-block;
  margin-bottom: 0;
}
.ui-block-title .btn + * {
  margin-left: 20px;
}
.ui-block-title.inline-items .more {
  float: right;
  margin-top: 6px;
  padding-left: 0;
}
.ui-block-title + .ui-block-title {
  border-bottom: none;
}
.ui-block-title .icon-add {
  margin-right: 0;
}

#accordion + .ui-block-title {
  border-top: none;
  border-bottom: none;
}

.ui-block-content {
  padding: 24px 23px 23px;
}

@media (max-width: 640px) {
  .ui-block.responsive-flex .ui-block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ui-block.responsive-flex .ui-block-title > * {
    margin-bottom: 10px;
  }
  .ui-block.responsive-flex .ui-block-title .points {
    text-align: left;
  }
  .ui-block.responsive-flex .block-btn {
    text-align: left;
    padding-right: 0;
  }
  .ui-block.responsive-flex .block-btn .btn + .btn {
    margin-top: 0;
  }
  .ui-block.responsive-flex .more {
    padding-left: 0;
  }
  .ui-block.responsive-flex .photo-gallery {
    position: relative;
    right: auto;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    left: -26px;
    bottom: -29px;
    top: auto;
  }
  .ui-block.responsive-flex .photo-gallery.nav-tabs .nav-item {
    border-top: 1px solid #e6ecf5;
  }
  .ui-block.responsive-flex .w-search {
    width: auto;
  }
  .ui-block.responsive-flex .bootstrap-select.without-border.btn-group .dropdown-toggle .filter-option {
    text-align: left;
  }
  .ui-block.responsive-flex .align-right {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .ui-block-content.display-flex.content-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ui-block-content.display-flex.content-around > * {
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  .ui-block-title .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*------------- #BUTTONS --------------*/
.btn {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.btn:hover {
  opacity: .8;
}
.btn:focus {
  box-shadow: none;
}
.btn.c-grey {
  border-color: #d8dbe6;
}

.btn-transparent {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

.btn-icon-left i {
  font-size: 12px;
  margin-right: 10px;
}

.btn-lg i {
  font-size: 16px;
}

@media (max-width: 1080px) {
  .btn-lg {
    padding: 1rem;
  }
}
.btn-md {
  padding: 1rem 3.5rem;
  font-size: 0.75rem;
  border-radius: 0.3rem;
}

@media (max-width: 1080px) {
  .btn-md {
    padding: .6rem .5rem;
  }
}
.btn-md-2 {
  padding: .8rem 2.1rem;
  font-size: 0.688rem;
  border-radius: 0.3rem;
}

@media (max-width: 1080px) {
  .btn-md-2 {
    padding: .6rem .5rem;
  }
}
.btn-control {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 54px;
  padding: 0;
  font-size: 20px;
  fill: #fff;
}
.btn-control:hover {
  opacity: 1;
}
.btn-control .more-dropdown {
  top: auto;
  bottom: 100%;
}
.btn-control .more-dropdown li {
  line-height: 1.3;
  font-size: 12px;
}
.btn-control > i {
  font-size: 20px;
}

.btn-control-small {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.btn-control-small > i {
  font-size: 16px;
}

.btn-more {
  background-color: #ccd1e0;
  margin: 40px auto;
  text-align: center;
  display: block;
  line-height: 40px;
}

.btn-border {
  border: solid 2px;
}

.btn-border-think {
  border: solid 1px;
}

.control-block-button {
  position: absolute;
}
.control-block-button .btn-control {
  margin-right: 20px;
  margin-bottom: 0;
  fill: #fff;
}
.control-block-button .btn-control:last-child {
  margin-right: 0;
}
.control-block-button .btn-control .olymp-settings-icon {
  width: 17px;
  height: 21px;
}
.control-block-button .btn-control .olymp-happy-face-icon {
  width: 21px;
  height: 21px;
}
.control-block-button .btn-control .olymp-chat---messages-icon {
  width: 23px;
  height: 20px;
}
.control-block-button .btn-control .olymp-star-icon {
  height: 20px;
  width: 20px;
}
.control-block-button .btn-control .olymp-happy-faces-icon {
  height: 22px;
  width: 22px;
}

.btn-primary:hover {
  opacity: 1;
}

.btn-secondary:hover {
  opacity: 1;
}

.btn-purple {
  background-color: #7c5ac2;
}

.btn-blue {
  background-color: #38a9ff;
}

.btn-breez {
  background-color: #08ddc1;
}

.btn-green {
  background-color: #1ed760;
}

.btn-grey {
  background-color: #515365;
}

.btn-grey-light {
  background-color: #888da8;
}

.btn-grey-lighter {
  background-color: #9a9fbf;
}

.btn-breez-light {
  background-color: #2aebcb;
}

.btn-yellow {
  background-color: #ffdc1b;
}

.btn-smoke {
  background-color: #e6ecf5;
}

.btn-bg-secondary {
  background-color: #3f4257;
}

.btn-light-bg {
  color: #515365;
}
.btn-light-bg:hover {
  color: #515365;
}
.btn-light-bg:focus {
  color: #515365;
}

/*------------- #BUTTONS-action with icons --------------*/
.icon-add {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.icon-add:after {
  content: '\f067';
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  color: inherit;
  font-size: 7px;
  font-family: 'FontAwesome';
}
.icon-add.without-text {
  margin-right: 0;
}

.icon-minus {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon-minus:after {
  content: '\f068';
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  color: inherit;
  font-size: 7px;
  font-family: 'FontAwesome';
}

.accept-request {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  font-size: 0.688rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #38a9ff;
  color: #fff;
  fill: #fff;
}
.accept-request:hover, .accept-request:focus {
  color: #fff;
  fill: #fff;
  opacity: .9;
}
.accept-request + .accept-request {
  margin-left: 8px;
}
.accept-request svg {
  width: 20px;
  height: 20px;
}

.request-del {
  background-color: #9a9fbf;
}

.btn--half-width {
  width: 48%;
}

/*new load button*/
.btn-load-new{
  border-radius: 0% !important;
  width: 120px !important;
}

/*------------- #FORMS --------------*/
label.control-label {
  color: #888da8;
}

textarea {
  min-height: 132px;
}

.form-group.label-floating textarea {
  padding: 1.3rem 1.1rem .2rem;
}

input, .form-control {
  color: #515365;
  line-height: inherit;
  font-size: .875rem;
}

.label-floating.has-success:after {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  font-size: 9px;
  background-color: #08ddc1;
  color: #fff;
  text-align: center;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.has-success .form-control-success,
.has-danger .form-control-danger {
  background-image: none;
}

.form-group.with-icon-right .form-control, .form-group.with-icon-right input, .form-group.with-icon-right textarea {
  padding-right: 60px;
}

.label-floating .form-control, .label-floating input, .label-floating select {
  padding: 1.3rem 1.1rem .4rem;
  line-height: 1.8;
}
.label-floating textarea.form-control {
  padding: 1.5rem 1.1rem .2rem;
}
.label-floating.with-icon .form-control, .label-floating.with-icon input, .label-floating.with-icon textarea {
  padding-left: 70px;
}

.label-floating.has-danger:after {
  content: '\f00d';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background-color: #f92552;
  color: #fff;
  font-size: 9px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: FontAwesome;
}

select.form-control {
  padding-left: .875rem;
}

.form-group.with-icon i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  line-height: 3.5rem;
  border-right: 1px solid #e6ecf5;
  font-size: 20px;
}
.form-group.with-icon input {
  padding-left: 70px;
}

.form-group.with-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  fill: #fff;
  background-color: #d7d9e5;
  border: none;
}
.form-group.with-button input {
  padding-right: 50px;
}

.label-floating.with-icon label.control-label,
.label-placeholder.with-icon label.control-label {
  left: 70px;
}

.date-time-picker input {
  position: relative;
  z-index: 5;
}

.input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  height: 100%;
}
.input-group-addon svg {
  fill: #9a9fbf;
  width: 22px;
}

.custom-control-description {
  padding-left: 7px;
  color: #888da8;
  line-height: 2;
}

.tooltip-inner {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
}

.tooltip-secondary .tooltip-inner {
  background-color: #3f4257;
}

.tooltip-primary .tooltip-inner {
  background-color: #f84343;
}

.tooltip-completed .tooltip-inner {
  background-color: #08ddc1;
}

/*------------- Toggle Button --------------*/
.togglebutton {
  vertical-align: middle;
  margin-bottom: 20px;
}

.togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.togglebutton label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .togglebutton label:hover, .form-group.is-focused .togglebutton label:focus {
  color: rgba(0, 0, 0, 0.54);
}

fieldset[disabled] .form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}

.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.togglebutton label .toggle {
  text-align: left;
  margin-left: 5px;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 66px;
  height: 30px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 0;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
}

.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 26px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  left: 3px;
  top: 3px;
  -webkit-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  text-align: center;
}

.togglebutton label input[type=checkbox][disabled] + .toggle:after, .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}

.togglebutton label input[type=checkbox] + .toggle:active:after, .togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 37px;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: #f84343;
}

.togglebutton.blue label input[type=checkbox]:checked + .toggle {
  background-color: #38a9ff;
}

.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}

.description-toggle {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.description-toggle > * {
  display: table-cell;
  vertical-align: middle;
}
.description-toggle .togglebutton {
  text-align: right;
}
.description-toggle p {
  margin-bottom: 0;
}

.add-field {
  display: table;
  color: #888da8;
  fill: #888da8;
  margin-bottom: 1rem;
  line-height: 100%;
}
.add-field svg {
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
.add-field > * {
  display: table-cell;
  vertical-align: middle;
}

.switcher-block {
  margin: 19px 0;
  display: table;
  width: 100%;
}
.switcher-block .title {
  font-size: 13px;
}
.switcher-block > * {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.switcher-block > *:last-child {
  text-align: right;
}

.radio {
  margin-bottom: 1rem;
}

.radio label {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}

.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: -1px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.radio label .circle {
  border: 1px solid #e6ecf5;
  height: 18px;
  width: 18px;
  border-radius: 100%;
}

.radio label .check {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #f84343;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -moz-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

.radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle {
  opacity: 1;
}

.radio input[type=radio]:checked ~ .check {
  background-color: #f84343;
}

.radio input[type=radio]:checked ~ .circle {
  border-color: #f84343;
}

.radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.45, 0.45, 1);
  -moz-transform: scale3d(0.45, 0.45, 1);
  -o-transform: scale3d(0.45, 0.45, 1);
  -ms-transform: scale3d(0.45, 0.45, 1);
  transform: scale3d(0.45, 0.45, 1);
}

.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle {
  opacity: 0.26;
}

.radio input[type=radio][disabled] ~ .check {
  background-color: #000000;
}

.radio input[type=radio][disabled] ~ .circle {
  border-color: #000000;
}

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.checkbox {
  margin-bottom: 1rem;
}

.checkbox label {
  cursor: pointer;
  padding-left: 0;
  margin-bottom: 0;
}

.form-group.is-focused .checkbox label {
  color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus {
  color: rgba(0, 0, 0, 0.54);
}

fieldset[disabled] .form-group.is-focused .checkbox label {
  color: rgba(0, 0, 0, 0.26);
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 5px;
  display: inline-block;
}

.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e6ecf5;
  overflow: hidden;
  z-index: 1;
}

.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -moz-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  -ms-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}

.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #f84343;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}

.checkbox.clicked input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}

.checkbox.clicked input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}

.checkbox.clicked input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}

.checkbox.clicked input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}

fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}

.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
  border-color: #000000;
  opacity: .26;
}

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@-o-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
/*------------- #FIXED-SIDEBAR-LEFT --------------*/
.fixed-sidebar {
  position: fixed;
  z-index: 22;
  width: 70px;
  min-height: 1000vh;
}
.fixed-sidebar .logo {
  height: 70px;
}
.fixed-sidebar .ui-block-title {
  margin: 15px 0;
}
.fixed-sidebar .ui-block-title:first-child {
  margin-top: 0;
}
.fixed-sidebar .search-friend svg {
  height: 20px;
  width: 20px;
}
.fixed-sidebar .search-friend svg:hover {
  fill: #f84343;
}
.fixed-sidebar .ui-block-title a {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0;
}
.fixed-sidebar .ui-block-title a + a {
  float: right;
  color: #515365;
}
.fixed-sidebar .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow: hidden;
}
.fixed-sidebar .ps > .ps__scrollbar-y-rail, .fixed-sidebar .ps:hover > .ps__scrollbar-y-rail {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fixed-sidebar.open .fixed-sidebar-left {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.fixed-sidebar.open .fixed-sidebar-left.sidebar--small {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.fixed-sidebar.open .fixed-sidebar-left.sidebar--large {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.fixed-sidebar.open .fixed-sidebar-right {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.fixed-sidebar.open .fixed-sidebar-right.sidebar--small {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.fixed-sidebar.open .fixed-sidebar-right.sidebar--large {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.fixed-sidebar.right {
  top: 70px;
  z-index: 20;
  right: 0;
  min-height: 100%;
}
.fixed-sidebar.right .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 210px);
  max-height: calc(100vh - 210px);
}

.fixed-sidebar-left {
  position: absolute;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
}
.fixed-sidebar-left.sidebar--small {
  width: 70px;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.fixed-sidebar-left.sidebar--small .left-menu a {
  padding: 14px 0 14px 25px;
  display: block;
}
.fixed-sidebar-left.sidebar--large {
  width: 270px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sidebar--large .logo img {
  margin-right: 20px;
}
.sidebar--large .search-friend {
  padding: 0;
  border-top: 1px solid #e6ecf5;
}
.sidebar--large .olympus-chat {
  padding: 30px 15px 15px 50px;
}
.sidebar--large .olympus-chat svg, .sidebar--large .olympus-chat i {
  float: right;
}
.sidebar--large .chat-users li {
  padding: 13px 25px;
}
.sidebar--large .chat-users .more-icons li {
  padding: 0;
}

.fixed-sidebar-right {
  position: absolute;
  border-left: 1px solid #e6ecf5;
  z-index: 20;
  right: 0;
  top: 0;
  bottom: 70px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  padding-bottom: 140px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
}
.fixed-sidebar-right.sidebar--small {
  width: 70px;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.fixed-sidebar-right.sidebar--large {
  width: 270px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.logo {
  background-color: #f84343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 15px;
}
.logo img {
  float: left;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.logo .logo-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.logo:hover {
  color: #fff;
}

.left-menu {
  padding: 20px 0;
}
.left-menu .left-menu-title {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
}
.left-menu .left-menu-icon {
  fill: #9A9FBF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 25px;
}
.left-menu .olymp-weather-icon {
  width: 26px;
}
.left-menu .olymp-happy-faces-icon {
  width: 23px;
}
.left-menu svg {
  width: 20px;
}
.left-menu a {
  padding: 16px 0 16px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9a9fbf;
}
.left-menu a:hover {
  color: #515365;
}
.left-menu a:hover svg {
  fill: #f84343;
}

.profile-completion {
  padding: 15px 25px 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.profile-completion .skills-item-info {
  font-size: 14px;
}

.chat-users {
  margin-bottom: 0;
}
.chat-users li {
  padding: 13px 20px;
}
.chat-users .author-thumb {
  margin-right: 8px;
}
.chat-users .author-thumb .icon-status {
  border-color: #fff;
}
.chat-users .author-name {
  font-size: 12px;
}
.chat-users .status {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  display: block;
}
.chat-users .more {
  float: right;
  margin-top: 7px;
}
.chat-users .more:hover .more-icons {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.more-icons {
  position: absolute;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px 25px 10px 10px;
  width: 160px;
  bottom: -17px;
}
.more-icons li {
  display: inline-block;
  fill: #c2c5d9;
  padding: 0;
}
.more-icons li:hover {
  fill: #9a9fbf;
}
.more-icons li + li {
  margin-left: 20px;
}
.more-icons svg {
  width: 22px;
  height: 20px;
}

.olympus-chat {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 22px;
  background-color: #7c5ac2;
  fill: #fff;
  height: 70px;
}
.olympus-chat .olympus-chat-title {
  text-transform: uppercase;
  color: #fff;
  margin-right: 40px;
  margin-bottom: 0;
}

.search-friend {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  box-shadow: 0px -50px 45px -3px rgba(255, 255, 255, 0.7);
  padding: 25px;
  background-color: #fff;
}
.search-friend input {
  padding: .5rem 1.1rem;
  font-size: 12px;
}
.search-friend .form-group {
  margin: 15px 20px;
  max-width: 150px;
}
.search-friend a {
  fill: #9a9fbf;
}
.search-friend a + a {
  margin-left: 13px;
}

.accordion-menu .card-header {
  padding: 0;
}
.accordion-menu .card-header a > .olymp-dropdown-arrow-icon {
  margin-left: 15px;
  margin-top: 4px;
}
.accordion-menu .card-header svg {
  margin-top: 0;
}
.accordion-menu .card-header a {
  color: inherit;
  font-size: 13px;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 768px) {
  .fixed-sidebar.right {
    display: none;
  }

  .fixed-sidebar.right.fixed-sidebar-responsive {
    display: block;
  }

  .fixed-sidebar.right.fixed-sidebar-responsive {
    top: 0;
    z-index: 30;
    min-height: 70px;
    height: 70px;
  }

  .fixed-sidebar-right {
    position: relative;
    bottom: auto;
    box-shadow: none;
    padding-bottom: 70px;
    border-left: none;
  }

  .fixed-sidebar .mCustomScrollbar {
    max-height: -webkit-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
}
/*------------- #SKILLS --------------*/
.skills-item {
  margin-bottom: 20px;
}
.skills-item .skills-item-meter {
  padding: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #ebecf2;
  position: relative;
  height: 6px;
}

.skills-item-info {
  margin-bottom: 16px;
  color: #515365;
  font-size: 12px;
}
.skills-item-info .skills-item-count {
  float: right;
}

.skills-item-meter-active {
  position: relative;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  top: -8px;
}
.skills-item-meter-active.skills-animate {
  -webkit-animation: skills-animated 1.2s ease-out;
       -o-animation: skills-animated 1.2s ease-out;
          animation: skills-animated 1.2s ease-out;
}
.skills-item-meter-active.skills-animate-opacity {
  -webkit-animation: skills-animated-opacity .2s ease-out;
       -o-animation: skills-animated-opacity .2s ease-out;
          animation: skills-animated-opacity .2s ease-out;
}

@-webkit-keyframes skills-animated {
  0% {
    width: 0;
  }
}

@-o-keyframes skills-animated {
  0% {
    width: 0;
  }
}

@keyframes skills-animated {
  0% {
    width: 0;
  }
}
@-webkit-keyframes skills-animated-opacity {
  100% {
    opacity: 1;
  }
}
@-o-keyframes skills-animated-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes skills-animated-opacity {
  100% {
    opacity: 1;
  }
}
/*------------- #FRIENDS --------------*/
.friend-header-thumb {
  border-bottom: 1px solid #e6ecf5;
  height: 120px;
  overflow: hidden;
}
.friend-header-thumb img {
  width: 100%;
}

.friend-item {
  border-radius: 5px;
  overflow: hidden;
}
.friend-item .control-block-button {
  position: relative;
}

.friend-item .swiper-container {
  padding-bottom: 40px;
}
.friend-item .btn-control {
  margin-bottom: 0;
  margin-right: 14px;
}
.friend-item.fav-page .friend-about {
  text-align: center;
}

.friend-item-content {
  padding: 0 25px 25px 25px;
  text-align: center;
  position: relative;
}
.friend-item-content .more {
  z-index: 5;
  position: absolute;
  right: 15px;
  top: 50px;
  font-size: 16px;
  padding: 10px;
}

.friend-avatar {
  margin-top: -49px;
  position: relative;
  margin-bottom: 30px;
}
.friend-avatar .author-thumb {
  margin: 0 auto;
  height: 98px;
  width: 98px;
  margin-bottom: 10px;
}
.friend-avatar .author-thumb img {
  border: 4px solid #fff;
}

.friend-count {
  margin-bottom: 20px;
}

.friend-count-item {
  display: inline-block;
  margin-right: 25px;
}
.friend-count-item .title {
  color: #888da8;
}
.friend-count-item:last-child {
  margin-right: 0;
}

.friend-about {
  text-align: left;
  margin-bottom: 30px;
  font-size: 13px;
}

.friend-since > *:first-child {
  font-size: 11px;
}
.more-dropdown.notifiction-custom.active-more-dropdown, #web_message_triger .active-more-dropdown{
  opacity: 1;
  visibility: visible !important;
}

.more-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 180px;
  /*border: 1px solid $border-color;*/
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;

-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
text-align: left;
padding: 15px 20px;
z-index: 5;
}
.more-dropdown ul {
padding: 15px 25px;
margin-bottom: 0;
}
ul.more-dropdown li{
padding: 0px;
border-bottom: 0px solid #e6ecf5;
}
.more-dropdown li a > * {
display: inline-block;
vertical-align: middle;
}
.more-dropdown a {
padding: 7px 0;
font-size: 12px;
color: #515365;
display: block;
font-weight: 700;
}
.more-dropdown a:hover {
color: #f84343;
}
/*for notification show*/
.more:hover .more-dropdown:not(.notifiction-custom) {
  visibility: visible;
  opacity: 1;
}

.more {
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #888da8;
  fill: #c0c4d8;
}

.more-with-triangle:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  right: 25px;
}
.more-with-triangle.triangle-bottom-right:before {
  top: auto;
  bottom: -7px;
  right: 15px;
  border-bottom: none;
  border-top: 7px solid #fff;
}
.more-with-triangle.triangle-top-center:before {
  margin-right: -3px;
  right: 50%;
}
.more-with-triangle.triangle-top-left:before {
  right: auto;
  left: 15px;
}

.friend-groups .friend-item-content {
  padding: 25px;
}
.friend-groups .friend-item-content .more {
  top: 0;
  right: 10px;
}
.friend-groups .friend-avatar {
  margin-top: 0;
}
.friend-groups .friend-avatar .author-thumb {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  line-height: 120px;
  background-color: #d7d9e5;
  margin-bottom: 20px;
  overflow: hidden;
}
.friend-groups .friend-avatar .author-thumb img {
  border: none;
}
.friend-groups .country {
  font-size: 11px;
}
.friend-groups .friends-harmonic {
  display: inline-block;
  margin-bottom: 35px;
}
.friend-groups .control-block-button {
  margin-bottom: 15px;
}

.create-group {
  background-color: transparent;
  border: 2px dashed #bbc0d5;
  position: relative;
}
.create-group .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.create-group .content .btn-control {
  margin-right: 0;
  margin-bottom: 15px;
}
.create-group .content .btn-control svg {
  width: 20px;
  height: 20px;
}
.create-group .author-name {
  font-size: 14px;
}

@media (max-width: 640px) {
  .create-group .content {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
    left: auto;
    margin: 30px auto;
  }
}
/*------------- #SLIDERS --------------*/
.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: auto 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid #d9dbe7;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f84343;
  border-color: transparent;
}

.pagination-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #38a9ff;
}

.swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pagination-bottom {
  padding-bottom: 55px;
}
.pagination-bottom .swiper-pagination {
  bottom: 15px;
}

.btn-next, .btn-prev, .btn-next-without, .btn-prev-without {
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 18px;
  display: block;
  z-index: 10;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  fill: #fff;
  stroke: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-next, .btn-next-without {
  right: 40px;
}

.btn-prev, .btn-prev-without {
  left: 40px;
}

.slider-slides {
  position: absolute;
  bottom: -200px;
  width: 100%;
  text-align: center;
}
.slider-slides .slides-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.slider-slides .slides-item .overlay {
  opacity: 1;
  background: rgba(43, 45, 59, 0.6);
}
.slider-slides .slides-item:last-child {
  margin-right: 0;
}
.slider-slides .slides-item.slide-active .overlay {
  opacity: 0;
}

@media (max-width: 1080px) {
  .slider-slides {
    display: none;
  }
}
/*------------- #PAGINATION --------------*/
.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pagination .page-item {
  font-size: 12px;
  font-weight: 700;
  padding: 0 4px;
}
.pagination .page-link {
  border-radius: 5px;
}
.pagination .disabled.page-item{
  cursor: not-allowed;
}

/*------------- #LANDING --------------*/
.landing-content {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 3% ;
}
.landing-content > *:first-child {
  font-weight: 300;
}
.landing-content > *:last-child {
  margin-bottom: 0;
}
.landing-content > * {
  color: inherit;
  margin-bottom: 45px;
}

.main-header.main-landing {
  width: 100%;
  max-width: 100%;
}
.main-header.main-landing .logo {
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 7px;
  margin-bottom: 60px;
}
.main-header.main-landing .logo img {
  float: none;
  display: inline-block;
  margin: 0 auto 10px;
}
.main-header.main-landing .logo .logo-title {
  font-size: 18px;
  font-weight: 700;
}
.main-header.main-landing h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}
.main-header.main-landing p {
  margin-bottom: 60px;
}

.img-rocket {
  position: absolute;
  bottom: 160px;
  right: 30%;
}

.landing-item {
  text-align: center;
  margin-bottom: 50px;
}
.landing-item .title {
  font-weight: 700;
}
.landing-item .landing-item-thumb {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.3);
}
.landing-item .landing-item-thumb img {
  width: 100%;
}
.landing-item .landing-item-thumb .btn {
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
}
.landing-item:hover .overlay {
  opacity: 1;
}
.landing-item:hover .btn {
  opacity: 1;
}

.landing-main-content {
  text-align: center;
  margin: 80px 0;
}
.landing-main-content svg {
  fill: #f84343;
  margin-bottom: 30px;
}
.landing-main-content .btn {
  margin: 40px 0;
}
.landing-main-content .title {
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .img-rocket {
    right: 5px;
  }
  .landing-content {
  margin-top: 3% ;
}
}
@media (max-width: 420px) {
  .img-rocket {
    bottom: 60px;
  }
}
/*------------- #REGISTRATION-LOGIN-FORM --------------*/
.registration-login-form {
  border: 1px solid #e6ecf5;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-left: 71px;
  margin-bottom: 20px;
  min-height: 655px;
}
.registration-login-form .nav-tabs {
  float: left;
  display: block;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.registration-login-form .nav-item {
  margin-bottom: 0;
  height: 50%;
  display: table;
}
.registration-login-form .nav-item:last-child .nav-link {
  border-bottom: 0;
}
.registration-login-form .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6ecf5;
  border-right: 1px solid #e6ecf5;
  padding: 25px;
  color: #c0c4d8;
  fill: #c0c4d8;
  background-color: #fafbfd;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.registration-login-form .nav-link.active {
  fill: #f84343;
  background-color: #fff;
  border-color: #e6ecf5;
}
.registration-login-form .nav-link svg {
  width: 21px;
  height: 21px;
}
.registration-login-form .tab-content {
  overflow: hidden;
}
.registration-login-form .content {
  padding: 35px 25px;
}
.registration-login-form .title {
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
  margin-bottom: 0;
}
.registration-login-form p {
  margin-bottom: 0;
  font-size: 13px;
}
.registration-login-form .remember {
  margin: 35px 0 25px;
}

.remember {
  margin-bottom: 1rem;
}
.remember .checkbox {
  display: inline-block;
  margin-bottom: 0;
}
.remember a {
  line-height: 2;
}
.remember .forgot {
  float: right;
  color: #888da8;
}

.or {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 1rem 0 2rem 0;
  background-color: #e6ecf5;
}
.or:after {
  content: 'OR';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 25px;
  font-size: 10px;
  z-index: 5;
}

@media (max-width: 1023px) {
  .registration-login-form {
    padding-top: 71px;
    padding-left: 0;
  }

  .registration-login-form .nav-tabs {
    bottom: auto;
    height: auto;
    width: 100%;
  }

  .registration-login-form .nav-item {
    height: 100%;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }

  .registration-login-form .nav-link {
    display: block;
  }

  .registration-login-form .nav-item:last-child .nav-link {
    border-bottom: 1px solid #e6ecf5;
  }
}
/*------------- #MAIN-HEADER --------------*/
.main-header {
  padding: 70px 0 190px 0;
  max-width: -webkit-calc(100% - 140px);
  max-width: calc(100% - 140px);
  margin: 0 auto 30px;
  position: relative;
  background-position: 50% 50%;
}
@-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);
  }
}
@-o-keyframes sideupscroll {
  0% {
    -o-transform: translate3D(0%, 0%, 0);
       transform: translate3D(0%, 0%, 0);
  }
  50% {
    -o-transform: translate3D(-50%, 0, 0);
       transform: translate3D(-50%, 0, 0);
  }
  100% {
    -o-transform: translate3D(-100%, 0, 0);
       transform: translate3D(-100%, 0, 0);
  }
}
@keyframes sideupscroll {
  0% {
    -webkit-transform: translate3D(0%, 0%, 0);
         -o-transform: translate3D(0%, 0%, 0);
            transform: translate3D(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3D(-50%, 0, 0);
         -o-transform: translate3D(-50%, 0, 0);
            transform: translate3D(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
         -o-transform: translate3D(-100%, 0, 0);
            transform: translate3D(-100%, 0, 0);
  }
}
.img-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 100%;
}

.bg-account:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header3.png");
}

.bg-birthday:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header6.png");
}

.bg-badges:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header4.png");
}

.bg-events:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header5.png");
}

.bg-weather:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header6.png");
}

.bg-group:before {
  background-image: url("https://www.sqrfactor.com/assets/img/bg-group.png");
}

.bg-music:before {
  background-image: url("https://www.sqrfactor.com/assets/img/top-header7.png");
}

.bg-landing:before {
  background-image: url("https://www.sqrfactor.com/assets/img/landing-bg.jpg");
}

.main-header-content {
  color: #fff;
  text-align: center;
}
.main-header-content > * {
  color: inherit;
}
.main-header-content > *:first-child {
  font-weight: 300;
  margin-bottom: 20px;
}
.main-header-content p {
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .main-header {
    max-width: 100%;
  }
}
/*------------- #YOUR-PROFILE--------------*/
.items-round-little {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 100%;
  margin-left: 12px;
}
.items-round-little:hover {
  color: #fff;
}

.your-profile-menu {
  padding: 12px 25px;
  border-bottom: 1px solid #e6ecf5;
  margin-bottom: 0;
}
.your-profile-menu li a {
  font-size: 11px;
  padding: 12px 0;
  color: #888da8;
  display: block;
  font-weight: 700;
}
.your-profile-menu li a:hover {
  color: #515365;
}

.profile-settings-responsive {
  width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 70px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 20;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
}
.profile-settings-responsive .fa-angle-left {
  display: none;
}
.profile-settings-responsive.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.profile-settings-responsive.open .fa-angle-right {
  display: none;
}
.profile-settings-responsive.open .fa-angle-left {
  display: block;
}
.profile-settings-responsive .ps > .ps__scrollbar-y-rail {
  opacity: 0;
  visibility: hidden;
  z-index: -4444;
}
.profile-settings-responsive .mCustomScrollbar {
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
}

.profile-settings-open {
  cursor: pointer;
  position: absolute;
  left: 100%;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  background-color: #fff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 20px 8px 20px 8px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .profile-settings-responsive {
    visibility: visible;
    opacity: 1;
  }

  .responsive-display-none {
    display: none;
  }
}
/*------------- #NOTIFICATION --------------*/
.notification-list {
  margin-bottom: 0;
}
.notification-list .selectize-dropdown-content > *, .notification-list li {
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.notification-list .selectize-dropdown-content > * > *, .notification-list li > * {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.notification-list .selectize-dropdown-content > *:hover, .notification-list li:hover {
  background-color: #fafbfd;
}
.notification-list .selectize-dropdown-content > *:hover .more, .notification-list li:hover .more {
  opacity: 1;
}
.notification-list .selectize-dropdown-content > *.un-read, .notification-list li.un-read {
  background-color: #f7f9fc;
}
.notification-list .selectize-dropdown-content > *.un-read .notification-icon, .notification-list li.un-read .notification-icon {
  color: #9da2c1;
  fill: #9da2c1;
}
.notification-list .selectize-dropdown-content > * {
  cursor: pointer;
}
.notification-list .selectize-dropdown-content > *:last-child {
  border-bottom: none;
}
.notification-list .notification-friend {
  display: inline-block;
}
.notification-list .comment-photo {
  margin: 30px 0 0 60px;
  max-width: 280px;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
.notification-list .comment-photo img {
  display: table-cell;
  vertical-align: middle;
}
.notification-list .comment-photo span {
  background-color: #f5f7fb;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.notification-list .author-thumb {
  height: 45px !important;
  width: 45px !important;
}
.notification-list .notification-event {
  padding-left: 15px;
}
.notification-list .notification-date {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
.notification-list .notification-link {
  color: #f84343;
}
.notification-list .notification-icon {
  color: #d7d9e5;
  fill: #d7d9e5;
  float: right;
  margin-top: 10px;
}
.notification-list .notification-icon svg {
  width: 22px;
  height: 20px;
}
.notification-list .more {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 10px;
  color: #d6d9e6;
  opacity: 0;
}
.notification-list .more i + i {
  margin-left: 5px;
}
.notification-list .more svg + i {
  margin-left: 5px;
}
.notification-list .more i + svg {
  margin-left: 5px;
}
.notification-list .more svg + svg {
  margin-left: 5px;
}

.notification-friend {
  margin-bottom: 0;
}

.chat-message .notification-event {
  max-width: 75%;
  font-size: 12px;
}
.chat-message .notification-friend {
  display: block;
}
.chat-message li > * {
  vertical-align: top;
}
.chat-message .author-thumb {
  height: 36px;
  width: 36px;
}
.chat-message li.chat-group .author-thumb {
  border-radius: 0;
}
.chat-message li.chat-group .author-thumb img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 100%;
  overflow: hidden;
}
.chat-message li.chat-group .last-message-author {
  color: #515365;
  font-weight: 700;
}
.chat-message li.message-unread {
  background-color: #f7f9fc;
}
.chat-message li.message-unread .notification-icon {
  fill: #9a9fbf;
}

.chat-field {
  border-left: 1px solid #e6ecf5;
}
.chat-field .mCustomScrollbar {
  overflow: hidden;
  max-height: 450px;
}
.chat-field .ps > .ps__scrollbar-y-rail, .chat-field .ps:hover > .ps__scrollbar-y-rail {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.chat-field textarea {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}

.chat-message-field .notification-event {
  max-width: 90%;
}
.chat-message-field li {
  border-bottom: none;
}
.chat-message-field li:hover {
  background-color: transparent;
}
.chat-message-field .chat-message-item {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}
.chat-message-field .notification-date {
  font-size: 10px;
  float: right;
  margin-top: 0;
}
.chat-message-field .notification-friend {
  float: left;
}

.added-photos {
  float: left;
  margin-top: 20px;
}
.added-photos img {
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 15px;
}
.added-photos img:last-child {
  margin-right: 0;
}
.added-photos .photos-name {
  display: block;
  font-size: 10px;
}

.add-options-message {
  padding: 20px 25px;
  float: left;
  width: 100%;
}
.add-options-message button {
  margin-bottom: 0;
  float: right;
}
.add-options-message button + button {
  margin-right: 15px;
}
.add-options-message .options-message {
  color: #c2c5d9;
  fill: #c2c5d9;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.add-options-message .options-message + .options-message {
  margin-left: 35px;
}
.add-options-message .options-message svg {
  width: 24px;
  height: 18px;
}
.add-options-message .more-dropdown {
  width: 215px;
  top: auto;
  bottom: 20px;
  right: -20px;
  padding: 8px;
}
.add-options-message .more-dropdown a {
  padding: 0;
}
.add-options-message .more-dropdown li {
  float: left;
  padding: 4px;
}

.smile-block:hover .more-dropdown {
  opacity: 1;
  visibility: visible;
}
.smile-block li a {
  opacity: .7;
}
.smile-block li:hover a {
  opacity: 1;
}

.icon-status {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
}
.icon-status.online {
  background-color: #32e4cd;
}
.icon-status.away {
  background-color: #ffd52f;
}
.icon-status.disconected {
  background-color: #ff4f60;
}
.icon-status.status-invisible {
  background-color: #cbdfee;
}

.friend-requests .notification-icon {
  margin-top: 0;
}
.friend-requests .notification-friend {
  display: block;
}
.friend-requests .accepted .notification-friend {
  display: inline-block;
}
.friend-requests .accepted .notification-link {
  color: #00b7ff;
}
.friend-requests .accepted .notification-icon {
  margin-top: 10px;
}
.friend-requests .chat-message-item {
  font-size: 12px;
}

.birthday-item {
  padding: 25px;
}
.birthday-item .author-thumb {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.birthday-item .birthday-date {
  font-size: 12px;
}
.birthday-item .btn {
  margin-bottom: 0;
  float: right;
  margin-top: 5px;
}
.birthday-item.badges .author-thumb {
  width: 38px;
  height: 38px;
  margin-right: 25px;
}
.birthday-item.badges .birthday-date {
  font-size: 13px;
}
.birthday-item.badges .skills-item {
  min-width: 220px;
  display: block;
  float: right;
  margin-bottom: 0;
  margin-top: 18px;
}
/*Edited by john 14-6*/
.bootstrap-tagsinput input {v

    display: block !important;
    width: 100% !important;
    padding: 1rem 1.1rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25 !important;
    color: #515365 !important;
    background-color: #fff !important;
    background-image: none !important;
    background-clip: padding-box !important;
    border: 2px solid #e6ecf5 !important;
    border-radius: 0 !important;

}

#show_tags{
  border-radius:0 !important;
  font-weight: 500;
  background-color: #F84243;
  padding: 5px;
}

.bootstrap-tagsinput{
  width: 100% !important;
  padding:0  !important;
  box-shadow: 0 !important;
  margin-bottom: 1rem !important;
  border: 0 !important;
}
.bootstrap-tagsinput .tag {
    font-family: sans-serif;
    font-weight: 700 !important;
    display: inline-block !important;
    padding:0.5%  1%  !important;
    background-color: #F84243 !important;
    margin-bottom: 5px;
}
.bootstrap-tagsinput input::placeholder{

    color: #868aa5;
  }
  .bootstrap-tagsinput input[readonly]::placeholder{

    color: #F93E3E;
  }

  .bootstrap-tagsinput .tag [data-role="remove"] {
  background-color: rgb(250, 110, 110);
  padding: 1px ;
  }
    .bootstrap-tagsinput .tag [data-role="remove"]:active {
  background-color: #F84243;
  }

  .account-settings.ajax_search-tags {
    background: #fff;
    position: absolute;
    top: 85px;
    width: 100%;
    padding: 0px 5px 0px 5px;
    max-height: 228px;
    overflow-y: auto;
    box-shadow: 2px 2px 4px #eee;
    z-index: 7;
  }
  body .ui-autocomplete .ui-menu-item.ui-state-focus, .ui-state-hover, .ui-state-active {
        background: none !important;
    background-color: #f93e3e !important;
    border:none !important;
    }
/*End*/

@media (max-width: 999px) {
  .birthday-item.badges .skills-item {
    float: none;
  }
}
.birthday-item.badges .skills-item-meter-active {
  background: -webkit-linear-gradient(left, #ff613a, #ff9432);
  background: -o-linear-gradient(left, #ff613a, #ff9432);
  background: linear-gradient(to right, #ff613a, #ff9432);
}

.label-avatar {
  position: absolute;
  top: -1px;
  right: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 980px) {
  .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-xs-12.padding-r-0 {
    padding-right: 15px;
  }

  .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-xs-12.padding-l-0 {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .add-options-message .options-message + .options-message {
    margin-left: 15px;
  }

  .add-options-message button {
    float: none;
    margin-left: 7px;
  }

  .add-options-message button + button {
    margin-right: 0;
  }

  .notification-list .notification-event {
    max-width: 75%;
  }
}
@media (max-width: 420px) {
  .birthday-item.badges .author-thumb {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }

  .birthday-item .btn {
    float: none;
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 360px) {
  .notification-list .notification-event {
    max-width: 60%;
  }

  .chat-message-field .notification-date {
    float: none;
    margin-top: 5px;
  }

  .chat-message-field .notification-friend {
    float: none;
  }
}
/*------------- #NOTIFICATION --------------*/
.popup-chat {
  width: 320px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.popup-chat .mCustomScrollbar {
  overflow: hidden;
  max-height: 350px;
}
.popup-chat .ps > .ps__scrollbar-y-rail, .popup-chat .ps:hover > .ps__scrollbar-y-rail {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.popup-chat .ui-block-title {
  background-color: #7c5ac2;
  padding: 17px;
}
.popup-chat .ui-block-title .title {
  color: #fff;
}
.popup-chat .more {
  width: auto;
  font-size: 9px;
  text-align: right;
  color: #fff;
  fill: #fff;
}
.popup-chat .more i + i {
  margin-left: 15px;
}
.popup-chat .more svg + i {
  margin-left: 15px;
}
.popup-chat .more i + svg {
  margin-left: 15px;
}
.popup-chat .more svg + svg {
  margin-left: 15px;
}
.popup-chat .notification-event {
  padding-left: 10px;
  width: 75%;
}
.popup-chat .chat-message-item {
  padding: 13px;
  background-color: #f0f4f9;
  margin-top: 0;
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.popup-chat .notification-date {
  float: left;
}
.popup-chat .author-thumb {
  width: 26px;
  height: 26px;
}
.popup-chat .chat-message-field li {
  overflow: hidden;
  padding: 9px 25px;
}
.popup-chat .chat-message-field li:last-child {
  margin-bottom: 40px;
}
.popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
  background-color: #7c5ac2;
  color: #fff;
}
.popup-chat .chat-message-field li:nth-child(2n) .author-thumb {
  float: right;
}
.popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
  float: right;
}
.popup-chat .chat-message-field li:nth-child(2n) .notification-event {
  float: right;
  padding-left: 0;
  padding-right: 10px;
}
.popup-chat .add-options-message {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: auto;
  padding: 0;
}
.popup-chat .add-options-message .options-message + .options-message {
  margin-left: 15px;
}
.popup-chat .form-group.label-floating textarea.form-control {
  padding-right: 80px;
}
.popup-chat .form-group {
  margin-bottom: 0;
}
.popup-chat textarea {
  min-height: 60px;
  height: 60px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
}
.popup-chat textarea:focus {
  min-height: 100px;
}

.popup-chat-responsive {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 0;
  z-index: 999;
  max-height: 50vh;
}
.popup-chat-responsive .mCustomScrollbar {
  overflow: hidden;
  max-height: 150px;
}
.popup-chat-responsive.open-chat {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .popup-chat-responsive {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
/*------------- #OVERLAY-MENU --------------*/
body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(43, 45, 59, 0.9);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: -999;
}
body.overlay-enable:before {
  opacity: .8;
  z-index: 500;
}

/*------------- #POPUP-WINDOWS --------------*/
.window-popup {
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.window-popup .icon-close {
  opacity: 1;
  margin-top: 0;
  margin-right: 0;
}
.window-popup .icon {
  fill: #888da8;
  float: right;
  margin-top: 7px;
  padding: 0;
}
.window-popup .input-group-addon .icon {
  margin-top: 0;
}
.window-popup .form-group {
  margin-bottom: 25px;
}
.window-popup .form-group.with-button button {
  width: 50px;
  border-radius: 0 5px 5px 0;
}
.window-popup .olymp-computer-icon {
  width: 22px;
  height: 20px;
}

.fav-page-popup {
  width: 470px;
}
.fav-page-popup button {
  margin-bottom: 0;
}
.fav-page-popup .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #f84343;
}

.icon-close {
  position: absolute;
  top: -25px;
  right: -25px;
  color: #888da8;
  fill: #888da8;
}
.icon-close:hover {
  color: #f84343;
  fill: #f84343;
}
.icon-close svg {
  width: 18px;
  height: 18px;
}

.update-header-photo {
  width: 770px;
}

.upload-photo-item {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding: 50px;
  text-align: center;
  fill: #c2c5d9;
  border-left: 1px solid #e6ecf5;
}
.upload-photo-item:first-child {
  border-right: none;
}
.upload-photo-item h6, .upload-photo-item .h6 {
  margin-bottom: 0;
}
.upload-photo-item svg {
  margin-bottom: 30px;
  width: 22px;
  height: 20px;
}
.upload-photo-item span {
  font-size: 11px;
  color: #888da8;
}
.upload-photo-item:hover {
  fill: #f84343;
  background-color: #fafbfd;
}

.choose-from-my-photo {
  width: 770px;
}
.choose-from-my-photo .ui-block-title {
  position: relative;
}
.choose-from-my-photo .ui-block-title .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}
.choose-from-my-photo .nav-tabs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.choose-from-my-photo .nav-tabs .nav-link {
  border-radius: 0;
  padding: 18px 25px;
  fill: #c2c5d9;
  background-color: #fafbfd;
  border-color: #e6ecf5;
  border-top-color: transparent;
  border-right: none;
  height: 61px;
}
.choose-from-my-photo .nav-tabs .nav-link.active {
  fill: #f84343;
  background-color: #fff;
}
.choose-from-my-photo .nav-tabs .nav-link svg {
  width: 18px;
  height: 20px;
}
.choose-from-my-photo .btn {
  margin-bottom: 30px;
}
.choose-from-my-photo .btn + .btn {
  margin-left: 20px;
}

.choose-photo-item {
  position: relative;
  border-radius: 5px;
  width: 33%;
  float: left;
  padding: 0 22px 25px 0;
}
.choose-photo-item img {
  max-width: 100%;
  width: 100%;
}
.choose-photo-item:last-child {
  margin-right: 0;
}
.choose-photo-item .radio {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #e6ecf5;
  border-radius: 5px;
}
.choose-photo-item .radio label {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.choose-photo-item .radio label span {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}
.choose-photo-item .circle {
  background-color: #fff;
}

figcaption {
  padding: 20px 25px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #515365;
}
figcaption a {
  color: #515365;
}
figcaption a:hover {
  color: #f84343;
}
figcaption span {
  font-size: 10px;
  color: #888da8;
  font-weight: 400;
  display: block;
}

figure {
  margin: 0;
}

.blog-post-popup {
  width: 770px;
}
.blog-post-popup .post p {
  padding: 0 15px;
}
.blog-post-popup .post-thumb {
  position: relative;
}
.blog-post-popup .overlay {
  opacity: 1;
}
.blog-post-popup .post-title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20;
}
.blog-post-popup .mCustomScrollbar {
  overflow: hidden;
  max-height: 365px;
}
.blog-post-popup .ps > .ps__scrollbar-y-rail, .blog-post-popup .ps:hover > .ps__scrollbar-y-rail {
  display: none;
}

.open-photo-popup {
  width: 970px;
  border: none;
}
.open-photo-popup .mCustomScrollbar {
  overflow: hidden;
  max-height: 140px;
}
.open-photo-popup .ps > .ps__scrollbar-y-rail, .open-photo-popup .ps:hover > .ps__scrollbar-y-rail {
  display: none;
}

.open-photo-thumb {
  padding: 55px 0;
  background-color: #000;
}
.open-photo-thumb .photo-item {
  margin: 0;
  border-radius: 0;
  padding: 0;
  display: block;
}
.open-photo-thumb .photo-item .overlay {
  bottom: 0;
  right: 0;
}
.open-photo-thumb .photo-item img {
  border-radius: 0;
}
.open-photo-thumb .photo-item:hover .tag-friends {
  opacity: 1;
}
.open-photo-thumb .tag-friends {
  position: absolute;
  top: 25px;
  right: 55px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  fill: #fff;
}
.open-photo-thumb .tag-friends svg {
  width: 20px;
  height: 20px;
}

.open-photo-popup-v2 {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.open-photo-popup-v2 .open-photo-thumb {
  width: 66.66%;
  float: left;
  z-index: 10;
}
.open-photo-popup-v2 .open-photo-content {
  width: 33%;
  float: left;
}
.open-photo-popup-v2 .post-additional-info .comments-shared {
  margin-top: 0;
}
.open-photo-popup-v2 .mCustomScrollbar {
  max-height: 180px;
}

.create-photo-album {
  width: 770px;
}
.create-photo-album .photo-album-item.create-album {
  min-height: 200px;
}
.create-photo-album .more {
  padding: 10px 13px;
  fill: #9a9fbf;
}
.create-photo-album .more a {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
}
.create-photo-album .more svg {
  margin-right: 5px;
}
.create-photo-album .olymp-happy-face-icon {
  width: 20px;
  height: 20px;
  fill: #9a9fbf;
  position: absolute;
  top: 10px;
  left: 15px;
}
.create-photo-album textarea {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  font-size: 12px;
}
.create-photo-album .btn {
  margin: 30px 0;
}
.create-photo-album .btn + .btn {
  margin-left: 20px;
}
.create-photo-album .more-dropdown {
  width: 260px;
  right: auto;
  left: 0;
  padding: 0;
}
.create-photo-album .more-dropdown input {
  border: 0;
  border-bottom: 1px solid #e6ecf5;
  font-size: 12px;
}
.create-photo-album .author-thumb {
  margin-right: 10px;
}
.create-photo-album .author-title {
  margin-bottom: 0;
}

.edit-widget {
  width: 470px;
}
.edit-widget .custom-control-indicator {
  width: 18px;
  height: 18px;
}
.edit-widget .custom-control {
  margin-right: 0;
  padding-left: 20px;
}

.add-option {
  display: block;
  margin: 30px 0;
  color: #888da8;
}
.add-option svg {
  fill: #888da8;
  margin-right: 12px;
  width: 14px;
  height: 14px;
}
.add-option span {
  line-height: 1;
}

.create-friend-group {
  width: 470px;
}
.create-friend-group .more-dropdown {
  width: 300px;
  top: 70px;
  right: -301px;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.create-friend-group .more-dropdown a {
  display: inline-block;
  margin-bottom: 0;
}
.create-friend-group .more-dropdown input {
  border: 0;
  border-bottom: 1px solid #e6ecf5;
  font-size: 12px;
}
.create-friend-group .more-dropdown .form-group {
  margin-bottom: 0;
}
.create-friend-group .more-dropdown li {
  padding: 9px 0;
}
.create-friend-group .icon:hover {
  fill: #f84343;
}
.create-friend-group .icon.check {
  fill: #38a9ff;
}
.create-friend-group .icon svg {
  width: 14px;
  height: 12px;
}
.create-friend-group .author-thumb {
  margin-right: 10px;
}
.create-friend-group .olymp-happy-face-icon {
  width: 20px;
  height: 20px;
  fill: #9a9fbf;
  position: absolute;
  top: 19px;
  right: 15px;
}
.create-friend-group .bootstrap-select.form-control {
  border-radius: 4px;
  border: 1px solid #e6ecf5;
}
.create-friend-group .bootstrap-select.style-2 > .dropdown-toggle {
  padding: 1.1rem;
}
.create-friend-group .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #38a9ff;
}
.create-friend-group .dropdown-menu {
  top: auto;
  bottom: -100%;
  left: -webkit-calc(100% + 25px);
  left: calc(100% + 25px);
}
.create-friend-group.create-friend-group-add-friends .bootstrap-select.style-2 .dropdown-menu {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  box-shadow: none;
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
}
.create-friend-group.create-friend-group-add-friends .bootstrap-select.style-2 > .dropdown-toggle {
  display: none;
}

.faqs-popup {
  width: 470px;
}
.faqs-popup .collapse {
  padding: 0 0 0.75rem;
  margin-bottom: 0;
}
.faqs-popup .collapse p {
  margin-bottom: 0;
}
.faqs-popup .card {
  padding: 1px 1.5rem;
  border-top: 1px solid #e6ecf5;
}
.faqs-popup .card-header {
  padding: 1.5rem 0;
  border-bottom: none;
}
.faqs-popup .card-header a {
  font-size: 13px;
}
.faqs-popup .card-header i {
  margin-top: 3px;
}
.faqs-popup .card:first-child {
  border-top: none;
}

.playlist-popup {
  width: 100%;
  max-width: 100%;
  top: 0 !important;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.playlist-popup.open {
  visibility: visible;
  opacity: 1;
}
.playlist-popup .icon-close {
  top: auto;
  right: 25px;
  bottom: 75px;
  fill: #f84343;
}

.create-event {
  width: 470px;
}
.create-event .icon-close {
  margin-top: 0;
  margin-right: 0;
}
.create-event .more-dropdown {
  width: 300px;
  top: 70px;
  right: -301px;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.create-event .more-dropdown a {
  display: inline-block;
  margin-bottom: 0;
}
.create-event .more-dropdown input {
  border: 0;
  border-bottom: 1px solid #e6ecf5;
  font-size: 12px;
}
.create-event .more-dropdown .form-group {
  margin-bottom: 0;
}
.create-event .more-dropdown li {
  padding: 9px 0;
}
.create-event .more-dropdown svg {
  width: 14px;
  height: 14px;
}
.create-event .author-thumb {
  margin-right: 10px;
}
.create-event .icon:hover {
  fill: #f84343;
}
.create-event .icon.check {
  fill: #08ddc1;
}
.create-event .olymp-happy-face-icon {
  width: 20px;
  height: 20px;
  fill: #9a9fbf;
  position: absolute;
  top: 19px;
  right: 15px;
}
.create-event .bootstrap-select.style-2.form-control {
  border-radius: 4px;
  border: 1px solid #e6ecf5;
}
.create-event .bootstrap-select.style-2 > .dropdown-toggle {
  padding: 1.1rem;
  padding-right: 40px;
  border: none;
}
.create-event .bootstrap-select.style-2 > .dropdown-toggle:after {
  display: none;
}
.create-event .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #08ddc1;
}
.create-event .bootstrap-select.style-2 .dropdown-menu {
  top: auto;
  bottom: -100%;
  left: -webkit-calc(100% + 24px);
  left: calc(100% + 24px);
}
.create-event .bootstrap-select li.selected a {
  background-color: #08ddc1;
}
.create-event .bs-searchbox {
  padding: 0;
}
.create-event .bs-searchbox input {
  border-radius: 0;
  border-width: 0 0 1px 0;
}

.event-private-public {
  width: 770px;
}
.event-private-public .mCustomScrollbar {
  overflow: hidden;
  max-height: 365px;
}
.event-private-public .ps > .ps__scrollbar-y-rail, .event-private-public .ps:hover > .ps__scrollbar-y-rail {
  display: none;
}

.private-event-head {
  margin-bottom: 20px;
}
.private-event-head img {
  margin-right: 14px;
}
.private-event-head .author-date .event-title {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
.private-event-head .event__date {
  font-size: 12px;
}
.private-event-head .more {
  float: right;
  font-size: 16px;
  margin-right: 10px;
}
.private-event-head .more-dropdown a:hover {
  color: #08ddc1;
}

.event-description {
  padding-left: 30px;
  border-left: 1px solid #e6ecf5;
  margin-bottom: 40px;
}
.event-description .event-description-title {
  font-weight: 700;
  margin-bottom: 40px;
}
.event-description .place {
  margin-bottom: 20px;
}
.event-description .friends-harmonic {
  margin-bottom: 35px;
}

.relative {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 1080px) {
  .icon-close {
    right: 50%;
    margin-right: -9px;
  }

  .open-photo-popup-v2 {
    display: block;
  }

  .open-photo-popup-v2 .open-photo-thumb {
    width: 100%;
    float: none;
  }

  .open-photo-popup-v2 .open-photo-content {
    width: 100%;
    float: none;
  }

  .create-friend-group .dropdown-menu {
    bottom: auto;
    left: 0;
    top: 100%;
  }

  .create-friend-group .bootstrap-select.style-2 > .dropdown-toggle {
    padding-right: 2.5rem;
  }

  .create-event .bootstrap-select.style-2 .dropdown-menu {
    top: 100%;
    bottom: auto;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .playlist-popup {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon-close {
    right: -7%;
    top:0%;
    margin-right: -9px;
  }

  .choose-from-my-photo .ui-block-title .title {
    width: 50%;
  }

  .choose-from-my-photo .nav-tabs .nav-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .choose-from-my-photo .nav-tabs .nav-link svg {
    margin: auto;
  }

  .create-photo-album .btn + .btn {
    margin-left: 0;
    float: none;
  }

  .create-photo-album .btn {
    width: 100%;
    margin: 10px 0;
  }

  .choose-from-my-photo .btn {
    width: 45%;
  }

  .photo-album-item.create-album .btn-control {
    width: 50px;
  }

  .blog-post-popup .post p {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .choose-photo-item {
    width: 50%;
  }

  .private-event-head .more {
    float: none;
  }

  .upload-photo-item {
    padding: 10px;
  }

  .choose-from-my-photo .btn {
    width: 100%;
  }

  .upload-photo-item svg {
    margin-bottom: 10px;
  }

  .remember a {
    float: none;
    display: block;
  }

  .page-link {
    padding: 10px;
  }

  .notification-list.friend-requests .notification-icon {
    float: none;
    display: block;
    margin-top: 10px;
  }

  .choose-from-my-photo .btn {
    margin-bottom: 10px;
  }

  .choose-from-my-photo .btn + .btn {
    margin-left: 0;
  }

  .choose-photo-item {
    padding: 0 5px 5px 0;
  }

  .blog-post-popup .post .post-title {
    display: none;
  }
}
@media (max-width: 360px) {
  .choose-photo-item {
    width: 100%;
  }

  .private-event-head .more {
    float: none;
    display: block;
  }

  .private-event-head img {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .event-private-public .post__author img {
    display: block;
    margin-bottom: 10px;
  }
}
/*------------- #W-SEARCH--------------*/
.w-search {
  width: 340px;
}
.w-search .form-group {
  margin-bottom: 0;
}
.w-search input {
  padding: 13px 15px;
  font-size: 12px;
}
.w-search svg {
  height: 15px;
  width: 15px;
}

/*------------- #w-personal-info --------------*/
.w-personal-info {
  margin-bottom: 0;
}
.w-personal-info li {
  padding: 15px 0;
}
.w-personal-info li .title {
  color: #515365;
  font-weight: 500;
  margin-right: 30px;
  float: left;
  width: 30%;
}
.w-personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}
.w-personal-info li .date {
  display: block;
  font-size: 11px;
  color: #bdc0ce;
  font-weight: 500;
  margin-bottom: 15px;
}
.w-personal-info a:hover {
  color: #f84343;
}
.w-personal-info.item-block .title {
  margin-right: 0;
  float: none;
  width: auto;
}

.widget + .widget {
  margin-top: 35px;
}

.widget p {
  font-size: 13px;
}

/*------------- #w-socials --------------*/
.social-item {
  font-size: 11px;
  color: #fff;
  padding: 7px 15px;
  display: block;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
}
.social-item i {
  font-size: 12px;
  margin-right: 10px;
}
.social-item:hover {
  color: #fff;
  opacity: .9;
}

.w-socials .title {
  margin-bottom: 20px;
}

/*------------- #W-SELECT --------------*/
.w-select {
  padding: 0 20px 0 0;
}
.w-select .bootstrap-select > .dropdown-toggle {
  padding: 10px 15px;
  font-size: 12px;
  height: 40px;
  margin-bottom: 0;
}
.w-select .form-group {
  margin-bottom: 0;
}
.w-select .title {
  float: left;
  line-height: 40px;
  margin-right: 15px;
}

.bootstrap-select.btn-group .dropdown-menu {
  max-height: unset !important;
}

/*------------- #W-CONTACTS --------------*/
.w-contacts #map {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.w-contacts ul {
  padding: 0 25px;
}
.w-contacts ul li {
  padding: 15px 0;
}
.w-contacts ul .title {
  margin-right: 0;
  float: none;
  width: auto;
  color: #515365;
  font-weight: 500;
}
.w-contacts ul .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}

#map {
  width: 100%;
}

/*------------- #W-FAVED-PAGE --------------*/
.w-faved-page {
  overflow: hidden;
  margin: 0 0 -8px -15px;
}
.w-faved-page li {
  margin: 0 0 8px 8px;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
}

.all-users {
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #f84343;
  font-size: 10px;
  font-weight: 800;
}
.all-users a {
  color: inherit;
  display: block;
}

/*------------- #W-TWITTER --------------*/
.w-twitter li {
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
}
.w-twitter li:last-child {
  border-bottom: none;
}
.w-twitter .author a {
  line-height: 1;
}
.w-twitter .author-name {
  display: block;
  font-weight: 700;
  color: #515365;
}
.w-twitter .group {
  font-size: 11px;
  color: #888da8;
}
.w-twitter .verified {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #6ec4f7;
  color: #fff;
  font-size: 5px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.w-twitter .author-folder {
  margin-bottom: 12px;
}
.w-twitter .author-folder > * {
  display: inline-block;
  vertical-align: middle;
}
.w-twitter .author-folder img {
  margin-right: 8px;
}
.w-twitter .link-post {
  color: #38bff1;
}
.w-twitter .post__date {
  font-size: 12px;
}

/*------------- #W-LATEST-PHOTO --------------*/
.w-last-photo {
  margin-bottom: 0;
  overflow: hidden;
}
.w-last-photo li {
  width: 33.33%;
  float: left;
  padding: 0 4px 4px 0;
  overflow: hidden;
}
.w-last-photo img {
  width: 100%;
  border-radius: 3px;
}

/*------------- #W-PLAYLIST --------------*/
.w-playlist li {
  padding: 13px 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
.w-playlist li:first-child {
  padding-top: 25px;
}
.w-playlist li:last-child {
  padding-bottom: 25px;
}
.w-playlist li > * {
  display: inline-block;
  vertical-align: middle;
}
.w-playlist li:hover {
  background-color: #fafbfd;
}
.w-playlist li:hover .overlay {
  opacity: 1;
}
.w-playlist li:hover .play-icon {
  opacity: 1;
}
.w-playlist li:hover time {
  opacity: 0;
}
.w-playlist li:hover .more {
  opacity: 1;
}
.w-playlist .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
  color: #fff;
  width: 14px;
  height: 16px;
  opacity: 0;
}
.w-playlist .play-icon svg {
  width: 16px;
  height: 16px;
}
.w-playlist .composition-time {
  position: relative;
  float: right;
  font-size: 11px;
  font-weight: 500;
}
.w-playlist time {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 10px;
}
.w-playlist .more {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}
.w-playlist .more-dropdown li {
  padding: 0;
}
.w-playlist .more-dropdown li:hover a {
  color: #1ed760;
}
.w-playlist.without-cover .overlay {
  display: none;
}
.w-playlist.without-cover .playlist-thumb img {
  display: none;
}
.w-playlist.without-cover .play-icon {
  opacity: 1;
  fill: #515365;
}
.w-playlist.without-cover li:hover .play-icon {
  fill: #1ed760;
}

.playlist-thumb {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 12px;
}

.composition-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #515365;
}

.composition-author {
  display: block;
  font-size: 11px;
  color: #888da8;
}

.playlist-popup-table {
  width: 100%;
}
.playlist-popup-table td {
  padding: 25px 12px;
}
.playlist-popup-table td:first-child {
  padding-left: 30px;
}
.playlist-popup-table td:last-child {
  padding-right: 30px;
}
.playlist-popup-table thead {
  background-color: rgba(43, 45, 59, 0.6);
}
.playlist-popup-table thead th {
  font-size: 9px;
  font-weight: 700;
  padding: 12px;
  color: #9a9fbf;
}
.playlist-popup-table thead th:first-child {
  padding-left: 25px;
}
.playlist-popup-table thead th:last-child {
  padding-right: 25px;
}
.playlist-popup-table tbody tr:nth-child(odd) {
  background-color: rgba(43, 45, 59, 0.8);
}
.playlist-popup-table tbody tr:nth-child(even) {
  background-color: rgba(43, 45, 59, 0.6);
}
.playlist-popup-table tbody tr:hover .play-icon {
  fill: #fff;
}
.playlist-popup-table .play-icon {
  fill: #9a9fbf;
}
.playlist-popup-table .play-icon svg {
  width: 23px;
  height: 23px;
}
.playlist-popup-table .playlist-thumb {
  margin-right: 0;
}
.playlist-popup-table .composition-name {
  color: #fff;
  font-size: 14px;
}
.playlist-popup-table .composition-author {
  font-size: 12px;
}
.playlist-popup-table .album-composition, .playlist-popup-table .release-year, .playlist-popup-table .composition-time {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.playlist-popup-table .release-year, .playlist-popup-table .composition-time, .playlist-popup-table .released, .playlist-popup-table .duration, .playlist-popup-table .spotify, .playlist-popup-table .remove {
  text-align: center;
}
.playlist-popup-table .composition-icon {
  color: #1ed760;
  font-size: 22px;
}
.playlist-popup-table .remove-icon {
  fill: #9a9fbf;
}
.playlist-popup-table .remove-icon svg {
  width: 20px;
  height: 20px;
}
.playlist-popup-table .remove-icon:hover {
  fill: #f84343;
}

/*------------- #W-FRIEND-PAGES-ADDED --------------*/
.w-friend-pages-added li > * {
  vertical-align: top;
}
.w-friend-pages-added li:hover {
  background-color: transparent;
}
.w-friend-pages-added .author-thumb {
  height: 34px;
  width: 34px;
}
.w-friend-pages-added .notification-event {
  padding-left: 8px;
  max-width: 70%;
}
.w-friend-pages-added .notification-friend {
  font-size: 13px;
}
.w-friend-pages-added .chat-message-item {
  font-size: 11px;
}
.w-friend-pages-added .notification-icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .w-friend-pages-added.notification-list.friend-requests .notification-icon {
    float: right;
  }
}
/*------------- #W-CREATE-FAV-PAGE --------------*/
.w-create-fav-page {
  padding: 25px;
  background-color: #f84343;
}
.w-create-fav-page svg {
  fill: #fff;
}
.w-create-fav-page .olymp-star-icon {
  width: 20px;
  height: 20px;
}
.w-create-fav-page .more {
  float: right;
  color: #ffbfb0;
  fill: #ffbfb0;
}
.w-create-fav-page .icons-block {
  margin-bottom: 80px;
}
.w-create-fav-page .content {
  color: #fff;
}
.w-create-fav-page .content span {
  font-size: 10px;
}
.w-create-fav-page .content .title {
  line-height: 1.1;
  font-weight: 400;
  color: inherit;
  margin-bottom: 20px;
}
.w-create-fav-page .btn {
  margin-bottom: 0;
}

.page-description {
  border: 1px solid #e6ecf5;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.page-description .icon {
  padding: 15px 18px;
  fill: #fff;
  background-color: #9a9fbf;
  border-right: 1px solid #e6ecf5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.page-description .icon svg {
  width: 20px;
  height: 20px;
}
.page-description span {
  vertical-align: middle;
}

@media (max-width: 380px) {
  .page-description .icon {
    float: left;
  }
}
/*------------- #W-BIRTHDAY-ALERT --------------*/
.w-birthday-alert {
  background-image: url("https://www.sqrfactor.com/assets/img/bg-birthdays.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
}
.w-birthday-alert .more {
  float: right;
  opacity: .7;
  color: #fff;
  fill: #fff;
}
.w-birthday-alert .icons-block {
  margin-bottom: 35px;
  fill: #fff;
  color: #fff;
}
.w-birthday-alert .olymp-cupcake-icon {
  width: 24px;
  height: 20px;
}
.w-birthday-alert .author-thumb img {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  margin-bottom: 12px;
}
.w-birthday-alert .content {
  color: #fff;
}
.w-birthday-alert .content span {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
}
.w-birthday-alert .content .title {
  line-height: 1.3;
  font-weight: 400;
  color: inherit;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.w-birthday-alert .content p {
  font-size: 12px;
}

.author-thumb {
  display: inline-block;
  position: relative;
}
.author-thumb img {
  border-radius: 100%;
  overflow: hidden;
}
.author-thumb .icon-status {
  position: absolute;
  margin-right: 0;
  top: 0;
  left: 0;
  border: 1px solid #3f4257;
  width: 8px;
  height: 8px;
}

/*------------- #W-ACTION --------------*/
.w-action {
  background-image: url("https://www.sqrfactor.com/assets/img/landing-bg.jpg");
  padding: 50px 45px 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.w-action img, .w-action i {
  margin-bottom: 15px;
  font-size: 35px;
}
.w-action .content span {
  font-size: 10px;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
}
.w-action .content .title {
  font-weight: 400;
  color: inherit;
  margin-bottom: 15px;
  font-size: 24px;
}
.w-action .btn {
  margin-bottom: 0;
}

/*------------- #W-ACTIVITY-FEED --------------*/
.w-activity-feed .author-thumb {
  height: 28px;
  width: 28px;
  float: left;
}
.w-activity-feed .notification-event,
.w-activity-feed .notification-friend {
  font-size: 12px;
}
.w-activity-feed .notification-event {
  max-width: 85%;
}
.w-activity-feed li > * {
  vertical-align: top;
}

/*------------- #W-WEATHER --------------*/
.w-wethear {
  background-image: url("https://www.sqrfactor.com/assets/img/bg-wethear.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #38a9ff;
}
.w-wethear .olymp-weather-partly-sunny-icon {
  width: 64px;
  height: 65px;
}
.w-wethear .weekly-forecast {
  margin-right: -25px;
  margin-left: -25px;
  position: relative;
  padding: 0 20px;
}
.w-wethear .weekly-forecast li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.w-wethear .weekly-forecast li > * {
  margin-bottom: 8px;
}
.w-wethear .weekly-forecast li > *:last-child {
  margin-bottom: 0;
}
.w-wethear .weekly-forecast li svg {
  height: 22px;
  width: 22px;
}
.w-wethear .weekly-forecast li .olymp-weather-partly-sunny-icon {
  height: 22px;
  width: 22px;
}
.w-wethear .weekly-forecast:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .1;
}
.w-wethear .more {
  position: absolute;
  right: 25px;
  top: 20px;
  opacity: .8;
  color: #fff;
  fill: #fff;
}
.w-wethear .temperature-sensor {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}
.w-wethear > * {
  margin-bottom: 25px;
}
.w-wethear > *:last-child {
  margin-bottom: 0;
}
.w-wethear .max-min-temperature {
  margin-right: 20px;
}
.w-wethear .max-min-temperature span {
  display: block;
}
.w-wethear svg {
  fill: #fff;
}
.w-wethear .climate {
  font-size: 18px;
}
.w-wethear .wethear-now {
  margin-top: 10px;
}
.w-wethear .wethear-now-description span {
  font-size: 11px;
}
.w-wethear .wethear-now-description span > span {
  font-weight: 500;
}
.w-wethear .wethear-now-description span + span {
  margin-left: 15px;
}
.w-wethear .date {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.swiper-slide-weather {
  border-bottom: 1px solid #e6ecf5;
}

.day-wethear-item {
  float: left;
  padding: 25px 0 20px;
  border-right: 1px solid #e6ecf5;
  text-align: center;
  width: 16.5%;
}
.day-wethear-item:last-child {
  border-right: none;
}
.day-wethear-item .title {
  font-size: 12px;
  font-weight: 700;
  color: #515365;
  margin-bottom: 40px;
}
.day-wethear-item .icon {
  fill: #38a9ff;
  margin-bottom: 30px;
  min-height: 54px;
  width: 55px;
}
.day-wethear-item .temperature-sensor {
  font-size: 18px;
  color: #515365;
  margin-bottom: 10px;
}
.day-wethear-item .wethear-now {
  font-weight: 700;
}
.day-wethear-item .wethear-now span {
  font-size: 11px;
  color: #c5c8d8;
}
.day-wethear-item .wethear-now span + span {
  margin-left: 12px;
}
.day-wethear-item .wethear-now .high {
  color: #888da8;
}

.wethear-content {
  color: #fff;
  text-align: center;
}
.wethear-content .icon {
  fill: #fff;
  margin-bottom: 20px;
}
.wethear-content .temperature-sensor {
  font-size: 84px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1;
}
.wethear-content .wethear-now {
  margin-bottom: 15px;
}
.wethear-content .wethear-now span {
  font-size: 13px;
}
.wethear-content .wethear-now span + span {
  margin-left: 12px;
}
.wethear-content .climate {
  font-size: 24px;
  margin-bottom: 15px;
}
.wethear-content .wethear-now-description {
  font-size: 12px;
}
.wethear-content .wethear-now-description > * {
  display: inline-block;
  padding: 0 25px;
}
.wethear-content .wethear-now-description .icon {
  margin-bottom: 10px;
}
.wethear-content .wethear-now-description span {
  font-weight: 700;
}

.main-header-wethear {
  padding: 20px 30px 30px;
}
.main-header-wethear .date-and-place {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #fff;
}
.main-header-wethear .date {
  font-size: 16px;
}
.main-header-wethear .place {
  font-size: 11px;
}
.main-header-wethear .wethear-update {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 10px;
  color: #fff;
  fill: #fff;
}
.main-header-wethear .wethear-update svg {
  margin-left: 10px;
  width: 12px;
  height: 13px;
}
.main-header-wethear .olymp-weather-partly-sunny-icon {
  width: 64px;
  height: 65px;
}
.main-header-wethear .olymp-weather-wind-icon-header {
  width: 47px;
  height: 34px;
}
.main-header-wethear .olymp-weather-rain-drops-icon {
  width: 47px;
  height: 34px;
}
.main-header-wethear .olymp-weather-thermometer-icon {
  width: 47px;
  height: 34px;
}

@media (max-width: 540px) {
  .day-wethear-item {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .wethear-content {
    margin-top: 100px;
  }
}
@media (max-width: 360px) {
  .day-wethear-item {
    width: 49%;
  }

  .wethear-content .wethear-now-description > * {
    padding: 0 5px;
  }

  .main-header-wethear .date-and-place {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-header-wethear .wethear-update {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }

  .wethear-content {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .w-wethear .weekly-forecast li {
    padding: 15px 1px;
  }
}
/*------------- #W-LAST-VIDEO --------------*/
.w-last-video {
  margin-bottom: 0;
}
.w-last-video li {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.w-last-video li img {
  width: 100%;
}
.w-last-video li:last-child {
  margin-bottom: 0;
}
.w-last-video li:hover .overlay {
  opacity: 1;
}
.w-last-video li:hover .video-content {
  opacity: 1;
  bottom: 12px;
}
.w-last-video li:hover .play-video {
  margin-top: -20px;
}
.w-last-video li:hover:after {
  opacity: 1;
}
.w-last-video li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.w-last-video time {
  font-size: 10px;
}
.w-last-video .video-content {
  position: absolute;
  bottom: -20px;
  left: 12px;
  color: #fff;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.w-last-video .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.play-video {
  width: 64px;
  height: 64px;
  line-height: 68px;
  background-color: rgba(255, 94, 58, 0.7);
  border: 4px solid #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}
.play-video svg {
  fill: #fff;
  width: 18px;
  height: 22px;
  margin-right: -2px;
}

.play-video--small {
  width: 52px;
  height: 52px;
  line-height: 58px;
}

.play-video--mobile {
  width: 42px;
  height: 42px;
  line-height: 50px;
  border-width: 2px;
}

.play-gif {
  width: 64px;
  height: 64px;
  line-height: 62px;
  position: absolute;
  border: 2px dashed #fff;
  background-color: rgba(255, 94, 58, 0.7);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

/*------------- #W-POOL --------------*/
.w-pool {
  margin-bottom: 40px;
}
.w-pool .skills-item-info {
  margin-bottom: 0;
}
.w-pool .radio {
  color: #515365;
}
.w-pool .radio label {
  padding-left: 30px;
}
.w-pool .radio label span {
  left: 0;
}
.w-pool .counter-friends {
  margin: 10px 0;
}

/*------------- #W-BADGES --------------*/
.w-badges {
  display: inline-block;
  margin: 0 0 -20px -18px;
}
.w-badges li {
  margin: 0 0 20px 15px;
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  position: relative;
}

/*------------- #W-BLOG-POSTS --------------*/
.w-blog-posts {
  margin-bottom: 0;
}
.w-blog-posts .post p {
  margin: 10px 0 15px 0;
}
.w-blog-posts .post__date {
  font-size: 12px;
}
.w-blog-posts li:last-child .post {
  border-bottom: none;
}

/*------------- #OL-LISTS --------------*/
ol {
  counter-reset: list1;
  margin: 0;
  padding-left: 0;
}
ol li {
  list-style: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* Init counter */
ol li:before {
  position: relative;
  counter-increment: list1;
  /* Add "1" */
  content: counter(list1) " ";
  /* Show count */
  color: #888da8;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}

ol li ul li:before {
  display: none;
}

ol ol {
  counter-reset: list2;
  margin-top: 10px;
}

ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
}

ol ol li {
  padding-left: 40px;
}

/*------------- #FRIENDS-HARMONIC --------------*/
.friends-harmonic {
  margin-bottom: 0;
  overflow: hidden;
}
.friends-harmonic a {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  display: block;
  margin-left: -12px;
}
.friends-harmonic li {
  float: left;
}
.friends-harmonic li:first-child a {
  margin-left: 0;
}
.friends-harmonic .with-text {
  margin-top: 5px;
  margin-left: 15px;
}
.friends-harmonic .all-users {
  line-height: 26px;
  opacity: .8;
}

/*------------- #POSTS --------------*/
.post {
  position: relative;
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
}
.post p {
  margin: 25px 0;
}
.post .control-block-button {
  top: 20px;
  right: -17px;
}
.post.thumb-full-width .post-thumb {
  border-radius: 0;
  margin: 0 -25px 25px;
}
.post .btn {
  margin-bottom: 25px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post .h1, .post .h2, .post .h3, .post .h4, .post .h5, .post .h6 {
  font-weight: 300;
  display: inline-block;
}
.post h1 + p, .post h2 + p, .post h3 + p, .post h4 + p, .post h5 + p, .post h6 + p, .post .h1 + p, .post .h2 + p, .post .h3 + p, .post .h4 + p, .post .h5 + p, .post .h6 + p {
  margin-top: 10px;
}
.post .post__author-name {
  font-weight: 700;
  margin-bottom: 0;
}
.post .more-photos span {
  font-weight: 700;
}
.post.shared-photo .post-thumb {
  border: 1px solid #e6ecf5;
  margin-bottom: 0;
}
.post .author-date a {
  font-weight: 700;
}

.post-block-photo {
  margin-bottom: 20px;
  overflow: hidden;
}
.post-block-photo a, .post-block-photo span {
  float: left;
  overflow: hidden;
  padding: 0 8px 8px 0;
}
.post-block-photo a img, .post-block-photo span img {
  border-radius: 3px;
  width: 100%;
}

.more-photos {
  position: relative;
}
.more-photos:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 8px;
  background-color: #f84343;
  opacity: .8;
  border-radius: 3px;
}
.more-photos span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-weight: 700;
  margin-left: -8px;
}

.post-thumb {
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.post-thumb img {
  width: 100%;
}

.post__author {
  margin-bottom: 20px;
}
.post__author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.post__author .more {
  float: right;
  font-size: 16px;
  margin-right: 20px;
}

.post-additional-info {
  padding: 20px 0 0;
  border-top: 1px solid #e6ecf5;
}
.post-additional-info > * {
  margin-right: 15px;
}
.post-additional-info > *:last-child {
  margin-right: 0;
}
.post-additional-info .comments-shared {
  float: right;
  margin-top: 8px;
}

.comments-shared > * {
  margin-right: 15px;
}
.comments-shared > *:last-child {
  margin-right: 0;
}

.post-add-icon {
  fill: #888DA8;
  color:#888DA8;
}
.post-add-icon > * {
  vertical-align: middle;
}
.post-add-icon svg {
  margin-right: 8px;
  width: 20px;
  height: 18px;
}
.post-add-icon .olymp-speech-balloon-icon {
  width: 22px;
  height: 20px;
}
.post-add-icon .olymp-share-icon {
  width: 26px;
  height: 21px;
}
.post-add-icon:hover {
  fill: #f84343;
  color: #f84343;
}

.names-people-likes {
  font-size: 12px;
}
.names-people-likes a {
  color: #515365;
  font-weight: 700;
}

.post-control-button .btn-control {
  display: block;
  margin-bottom: 6px;
  margin-right: 0;
  background-color: #9a9fbf;
  width: 34px;
  height: 34px;
  line-height: 36px;
}
.post-control-button .btn-control svg {
  width: 18px;
  height: 18px;
}
.post-control-button .btn-control .olymp-share-icon {
  width: 24px;
}
.post-control-button .btn-control:hover {
  background-color: #f84343;
}
.post-control-button .btn-control.featured-post:hover {
  background-color: #ffc923;
}

.empty-post {
  height: 600px;
  background-color: #dce1eb;
  opacity: .5;
}

.empty-post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.empty-post-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #515365;
}
.empty-post-content span {
  font-size: 11px;
}

@media (max-width: 768px) {
  .post-control-button .btn-control {
    display: inline-block;
  }

  .post .control-block-button {
    right: 20px;
    top: -13px;
  }

  .post__author .more {
    margin-right: -16px;
  }
}
@media (max-width: 480px) {
  .post-additional-info .comments-shared {
    float: none;
  }
}
/*------------- #COMMENTS-LIST --------------*/
.comments-list {
  margin-bottom: 0;
}
.comments-list li {
  padding: 25px;
  border-bottom: 1px solid #e6ecf5;
  background-color: #fafbfd;
  position: relative;
}
.comments-list li.has-children {
  padding-bottom: 0;
}
.comments-list .post-add-icon {
  margin-right: 20px;
}
.comments-list .post__author img {
  width: 26px;
  height: 26px;
}
.comments-list.style-2 li .post__author img {
  float: left;
}
.comments-list.style-2 .reply {
  margin-right: 20px;
}
.comments-list.style-2 .post__date {
  display: inline-block;
  margin-right: 20px;
}
.comments-list.style-2 .author-date {
  overflow: hidden;
}
.comments-list.style-2 .post__author .more {
  float: none;
}
.comments-list.style-2 .post__author {
  margin-bottom: 0;
}
.design-detail .author-date{
  font-size: 12px;
  font-weight: normal;
  color: #888DA8;
}
.children {
  border-top: 1px solid #e6ecf5;
  margin: 25px -25px 0;
  padding-left: 35px;
}
.children li {
  border-left: 1px solid #e6ecf5;
}
.children li:last-child {
  border-bottom: none;
}
.children li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 40px;
  left: -5px;
  background-color: #fafbfd;
  border-radius: 100%;
  border: 2px solid #c2c5d9;
  z-index: 13;
}
.children.single-children {
  border-top: 0;
  margin: -3px 0 25px;
  padding-left: 0;
}
.children.single-children li {
  padding: 25px;
  position: relative;
}
.children.single-children li:last-child {
  padding-bottom: 0;
}

.reply {
  font-size: 12px;
  color: #888da8;
}

.more-comments {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  color: #515365;
  display: block;
  font-weight: 700;
  margin: 0 auto;
}
.more-comments span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.more-comments:hover {
  color: #515365;
}
.more-comments:hover span {
  color: #f84343;
}
.hide-comments {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  color: #515365;
  display: block;
  font-weight: 700;
  margin: 0 auto;
}
.hide-comments span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hide-comments:hover {
  color: #515365;
}
.hide-comments:hover span {
  color: #f84343;
}

.comment-form {
  padding: 25px;
  border-top: 1px solid #e6ecf5;
  overflow: hidden;
}
.comment-form .add-options-message {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: auto;
  padding: 0;
}
.comment-form .post__author {
  margin-bottom: 0;
}
.comment-form .post__author img {
  margin-right: 8px;
  width: 28px;
  height: 28px;
}
.comment-form .form-group {
  margin-bottom: 0;
  width: 90%;
}
.comment-form textarea {
  min-height: 60px;
  height: 60px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/*.comment-form textarea:focus {
  min-height: 100px;
}*/
.comment-form button {
  float: right;
  margin-bottom: 0;
  margin-top: 15px;
}
.comment-form button + button {
  margin-right: 15px;
}

@media (max-width: 480px) {
  .comment-form .form-group {
    width: 80%;
  }
}
/*------------- #POST-VIDEO --------------*/
.post-video {
  border: 1px solid #e6ecf5;
  border-radius: 3px;
  overflow: hidden;
  margin: 20px 0;
}
.post-video .video-content {
  padding: 20px;
  overflow: hidden;
}
.post-video .video-content .title {
  display: block;
}
.post-video .video-content p {
  margin: 10px 0;
  font-size: 13px;
}
.post-video .video-content .link-site {
  font-size: 10px;
  color: #9a9fbf;
}
.post-video .video-content .link-site:hover {
  color: #f84343;
}

.video-thumb {
  position: relative;
  float: left;
}
.video-thumb img {
  width: 100%;
}

@media (max-width: 480px) {
  .video-thumb {
    float: none;
  }
}
/*------------- #VIDEO-PLAYER --------------*/
.video-player {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 20px 0;
}
.video-player img {
  width: 100%;
}
.video-player .video-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
}
.video-player .video-content .title {
  color: #fff;
  display: block;
}
.video-player .play-video {
  opacity: 0;
}
.video-player:hover .video-content {
  opacity: 1;
}
.video-player:hover .play-video {
  opacity: 1;
}
.video-player:hover .overlay {
  opacity: 1;
}
.video-player:hover:after {
  opacity: 1;
}
.video-player:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 480px) {
  .video-player .video-content .title {
    display: none;
  }
}
/*------------- #NEWS-FEED-FORM --------------*/
.news-feed-form {
  overflow: hidden;
}
.news-feed-form .nav-tabs .nav-link {
  padding: 20px;
  border: none;
  border-bottom: 1px solid #e6ecf5;
  border-right: 1px solid #e6ecf5;
}
.news-feed-form .nav-tabs .nav-link.active {
  background-color: #fff;
  fill: #f84343;
  color: #515365;
  border-bottom: transparent;
}
.news-feed-form .nav-tabs {
  background-color: #fafbfd;
  border-bottom: none;
}
.news-feed-form .nav-link {
  fill: #888da8;
  color: #888da8;
}
.news-feed-form .nav-link svg {
  margin-right: 10px;
  width: 18px;
}
.news-feed-form .nav-link .olymp-status-icon {
  width: 20px;
}
.news-feed-form textarea {
  min-height: 160px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.news-feed-form .form-group.label-floating.is-focused .control-label {
  top: 16px;
}
.news-feed-form .options-message {
  margin-top: 7px;
}
.news-feed-form .options-message svg {
  width: 22px;
  height: 22px;
}
.news-feed-form .options-message:hover {
  fill: #9a9fbf;
}
.news-feed-form form {
  position: relative;
}
.news-feed-form .author-thumb {
  position: absolute;
  top: 25px;
  left: 25px;
}
.news-feed-form .form-group {
  margin-bottom: 0;
}


/*------------- #NEWS-FEED-Masonry --------------*/




/*------------- #Competition Tabs --------------*/
.competition-tabs{

}
.competition-tabs .nav-tabs .nav-link {
  padding: 20px;
  border: none;
  border: 1px solid #e6ecf5;

}
.competition-tabs .nav-tabs .nav-link.active {
  fill: #888da8;

  color: #ababb5 !important;
}
.competition-tabs .nav-tabs {
  border-bottom: none;
  width: 100%;

}
.competition-tabs .nav-link {
  fill: #888da8;
  color: #515365 !important;
  
  text-align: center;
}
.competition-tabs .nav-link svg {
  margin-right: 10px;
  width: 18px;
}
.competition-tabs .nav-link .olymp-status-icon {
  width: 20px;
}
.competition-tabs .nav-item {

  width: 33%;
  font-weight: 600;


}
.competition-tabs .nav-link:hover{
  color: #F94243 !important;
}
.competition-tabs .launch-comp{
  background-color: #F94243;
  color: white !important;
}
.competition-tabs .launch-comp:hover{
  color: white !important;
  background-color: red;

}
.competition-list .text-center {
  margin: auto;
}
@media (max-width: 500px) {
  .competition-tabs .nav-link {
    font-size: 0.8em;
  }
}
@media (max-width: 360px) {
  .competition-tabs .nav-link {
    font-size: 0.7em;
  }
}
@media (max-width: 340px) {
  .competition-tabs .nav-link {
    font-size: 0.6em;
  }
}
/*Edited by John 30-7*/
.cover-img{
  width: 100%;padding: 2%;height: 292px; text-align: center;
}
.cover-img img{
  width: 100%;
  object-fit: cover;
}
/**/
/*------------- #NEWS-FEED-Masonry --------------*/
.cat-list-bg-style {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}

.cat-list__item {
  display: inline-block;
  background-color: #dee4ec;
  margin: 0 10px;
  border-radius: 5px;
  overflow: hidden;
}
.cat-list__item a {
  font-size: 14px;
  color: #888da8;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px 20px;
  display: block;
}
.cat-list__item a:hover {
  color: #fff;
  background-color: #f84343;
}
.cat-list__item.active {
  background-color: #f84343;
}
.cat-list__item.active a {
  color: #fff;
}

/*------------- #PHOTO-GALLERY --------------*/
.photo-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 65px;
  height: 100%;
  position: absolute;
  border-bottom: 0;
}
.photo-gallery .nav-link {
  border-radius: 0;
  padding: 30px 26px;
  fill: #c2c5d9;
  background-color: #fafbfd;
  border-color: transparent;
  height: 100%;
  border-right-color: #e6ecf5;
  border-left-color: #e6ecf5;
  border-top-color: transparent;
}
.photo-gallery .nav-link.active {
  fill: #f84343;
  background-color: #fff;
  border-top-color: transparent;
}
.photo-gallery .nav-link:hover {
  border-right-color: #e6ecf5;
  border-left-color: #e6ecf5;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.photo-gallery .nav-link svg {
  width: 18px;
  height: 20px;
}
.photo-gallery.nav-tabs .nav-item {
  margin-bottom: 0;
}
.photo-gallery.nav-tabs .nav-item + .nav-item {
  margin-left: -1px;
}

.block-btn {
  padding-right: 170px;
}

.photo-item {
  display: inline-block;
  padding: 0 12px 12px 0;
  margin-right: -3px;
  position: relative;
  overflow: hidden;
  width: 100%/*265px*/;
  height: 133px;
}
.photo-item .overlay {
  bottom: 12px;
  right: 12px;
  border-radius: 5px;
}
.photo-item img {
  border-radius: 5px;
  width: 100%;
}
.photo-item:last-child {
  margin-right: 0;
}
.photo-item .more {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  fill: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.photo-item .content {
  position: absolute;
  bottom: 25px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.photo-item .content .title {
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.photo-item .content time {
  font-size: 12px;
  color: #b6bbd7;
}
.photo-item .post-add-icon {
  fill: #fff;
  position: absolute;
  right: 25px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.photo-item:hover .more, .photo-item:hover .content, .photo-item:hover .post-add-icon, .photo-item:hover .overlay {
  opacity: 1;
}

.photo-album-wrapper {
  margin-right: -12px;
}

.photo-album-item-wrap {
  display: inline-block;
  margin-right: -3px;
  padding: 0 12px 12px 0;
  vertical-align: middle;
}

.photo-album-item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e6ecf5;
  background-color: #fff;
}
.photo-album-item:last-child {
  margin-right: 0;
}
.photo-album-item .photo-item {
  float: none;
  margin: 0;
  border-radius: 3px;
  display: block;
  padding: 0;
}
.photo-album-item .photo-item img {
  width: 100%;
  border-radius: 0;
}
.photo-album-item .photo-item .overlay {
  bottom: 0;
  right: 0;
  border-radius: 0;
}
.photo-album-item .content {
  padding: 25px 25px 20px;
  text-align: center;
}
.photo-album-item .title {
  display: block;
  margin-bottom: 0;
}
.photo-album-item .sub-title {
  margin-bottom: 30px;
  display: block;
}
.photo-album-item .friends-harmonic {
  display: inline-block;
}
.photo-album-item.create-album {
  background-color: transparent;
  border: 2px dashed #bbc0d5;
}
.photo-album-item.create-album .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.photo-album-item.create-album .btn-control {
  margin-bottom: 20px;
  float: none;
}
.photo-album-item.create-album svg {
  width: 20px;
  height: 20px;
}
.photo-album-item .form-group {
  margin-bottom: 0;
}
.photo-album-item .form-group > img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .photo-item .post-add-icon {
    right: auto;
    bottom: auto;
    left: 25px;
    top: 25px;
  }

  .block-btn .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .photo-album-item.create-album .content {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 100%;
  }
}
/*------------- #FEATURES-VIDEO --------------*/
.features-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.features-video .video-player {
  width: 66.66%;
  margin: 0;
  display: inline-block;
  border-radius: 3px 0 0 3px;
}
.features-video .video-player .play-video {
  top: 40%;
}
.features-video .video-player img {
  width: 100%;
}
.features-video .video-content {
  left: 50%;
  bottom: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.features-video .title {
  font-weight: 400;
  font-size: 20px;
}
.features-video .mCustomScrollbar {
  max-height: 110px;
  overflow: hidden;
}
.features-video .comments-shared {
  margin-top: 0;
}
.features-video .form-group {
  max-width: 85%;
}
.features-video textarea {
  font-size: 13px;
}
.features-video .ps > .ps__scrollbar-y-rail, .features-video .ps:hover > .ps__scrollbar-y-rail {
  display: none;
}

.features-video-content {
  width: 33%;
  display: inline-block;
  background-color: #fff;
}

.video-item .video-player {
  margin: 0;
  border-radius: 3px 3px 0 0;
}
.video-item .title {
  display: block;
  margin-bottom: 0;
}
.video-item .more {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #fff;
  fill: #fff;
  opacity: 0;
  z-index: 5;
}
.video-item:hover .more, .video-item:hover .play-video, .video-item:hover .overlay {
  opacity: 1;
}

@media (max-width: 999px) {
  .features-video {
    display: block;
  }
  .features-video .video-player {
    width: 100%;
  }
  .features-video .video-content {
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .features-video-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .features-video .video-content .title {
    display: block;
  }
}
@media (max-width: 380px) {
  .features-video .video-content .title {
    display: none;
  }
}
/*------------- #EVENT-ITEM --------------*/
.event-item {
  padding: 30px;
  border-bottom: 1px solid #e6ecf5;
}
.event-item:last-child {
  border-bottom: 0;
}
.event-item .place {
  font-size: 12px;
}
.event-item .description {
  max-width: 260px;
  font-size: 12px;
  margin-bottom: 0;
}
.event-item .btn {
  margin-bottom: 0;
}

.date-event {
  text-align: center;
}
.date-event > * {
  display: block;
  line-height: 1;
}
.date-event .olymp-small-calendar-icon {
  width: 14px;
  height: 18px;
}
.date-event svg {
  margin: 0 auto 5px;
  fill: #c2c5d9;
}
.date-event .day {
  font-size: 14px;
  color: #515365;
  font-weight: 700;
  margin-bottom: 3px;
}
.date-event .month {
  font-size: 9px;
  text-transform: uppercase;
}

.event-author .author-thumb {
  margin-right: 12px;
}
.event-author .author-name {
  margin-bottom: 0;
}
.event-author time {
  font-size: 11px;
  display: block;
}

.place svg {
  margin-right: 10px;
  fill: #c6c9db;
  width: 20px;
  height: 20px;
}

.place {
  font-size: 11px;
}

.no-past-events {
  color: #d7d9e5;
  padding: 65px 30px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.no-past-events .control-block-button {
  right: 25px;
  top: -25px;
  z-index: 5;
}
.no-past-events .btn-control svg {
  fill: #fff;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}
.no-past-events a:hover {
  color: #08ddc1;
  font-weight: 500;
}
.no-past-events svg {
  fill: #d7d9e5;
  margin-bottom: 20px;
}
.no-past-events span {
  font-size: 14px;
  display: block;
}

.event-item-table {
  width: 100%;
}
.event-item-table td {
  padding: 25px 12px;
}
.event-item-table td:first-child {
  padding-left: 30px;
}
.event-item-table td:last-child {
  padding-right: 30px;
}
.event-item-table .add-event {
  text-align: right;
}
.event-item-table thead {
  border-bottom: 1px solid #e6ecf5;
}
.event-item-table thead th {
  font-size: 9px;
  font-weight: 700;
  padding: 12px;
}
.event-item-table thead th:first-child {
  padding-left: 25px;
}
.event-item-table thead th:last-child {
  padding-right: 25px;
}
.event-item-table .author-date a {
  color: #08ddc1;
}
.event-item-table .author-date .author-name {
  color: #515365;
}

.event-item-table-fixed-width .author-date {
  font-size: 12px;
}
.event-item-table-fixed-width .author-date .author-name {
  font-size: 12px;
}
.event-item-table-fixed-width .event-item .btn {
  display: block;
}
.event-item-table-fixed-width .event-item .btn + .btn {
  margin-top: 8px;
}
.event-item-table-fixed-width .date-event svg {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .event-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
  .event-item .description {
    max-width: 100%;
  }
  .event-item .friends-harmonic {
    display: inline-block;
  }
  .event-item .add-event {
    text-align: center;
  }

  .event-item-table td:last-child {
    padding-right: 12px;
  }

  .event-item-table td:first-child {
    padding-left: 12px;
  }

  .date-event.align-left {
    text-align: center;
  }

  .event-item-table thead {
    display: none;
  }
}
/*------------- #AVAILABLE-WIDGET --------------*/
.available-widget {
  padding: 16px 25px;
  display: table;
  width: 100%;
}
.available-widget .custom-control-description {
  color: #515365;
  font-weight: 700;
}
.available-widget .form-group {
  margin-bottom: 0;
}
.available-widget .custom-control {
  margin: 0;
}
.available-widget > * {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.available-widget .more {
  font-size: 16px;
  padding-left: 25px;
  text-align: right;
  width: 16px;
}

.empty-area {
  border: 2px dashed #bbc0d5;
  height: 50px;
}

/*------------- #TODAY-EVENTS --------------*/
.today-events .control-block-button {
  right: 25px;
  top: -25px;
  z-index: 5;
}
.today-events .control-block-button svg {
  width: 20px;
  height: 20px;
}
.today-events .control-block-button .olymp-dropdown-arrow-icon {
  width: 6px;
  height: 4px;
}
.today-events .day-event {
  display: block;
  border-top: none;
}
.today-events .day-event .card-header i {
  margin-top: 3px;
  margin-left: 7px;
  float: none;
}
.today-events .card.checked .event-time:before {
  border-color: #38a9ff;
}
.today-events .event-time {
  position: relative;
}
.today-events .event-time:before {
  content: '';
  width: 9px;
  height: 9px;
  border: 2px solid #08ddc1;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: -31px;
  top: 5px;
  background-color: #fff;
}
.today-events .title {
  position: relative;
  padding-right: 30px;
}
.today-events .event-status-icon {
  position: absolute;
  top: 0;
  right: 0;
  fill: #888da8;
}
.today-events .event-status-icon.completed {
  fill: #08ddc1;
}
.today-events .event-status-icon.checked {
  fill: #38a9ff;
}
.today-events .event-time {
  margin-bottom: 10px;
}
.today-events .event-time time {
  font-size: 12px;
}
.today-events.calendar .list {
  margin-top: 0;
  position: relative;
  overflow: visible;
}
.today-events.calendar .card {
  border-bottom: none;
  padding-left: 25px;
}
.today-events.calendar .card:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e6ecf5;
  position: absolute;
  left: 25px;
  top: 0;
}
.today-events.calendar .card:last-child:before {
  height: 25px;
}
.today-events.calendar .card:last-child .card-header {
  padding-bottom: 25px;
}
.today-events.calendar .card:first-child .card-header {
  padding-top: 25px;
}
.today-events.calendar .card-header {
  padding: 15px 25px;
}
.today-events.calendar .card-header a {
  font-size: 14px;
}
.today-events.calendar .card-header .more-dropdown {
  right: auto;
  left: 0;
}
.today-events.calendar .card-header .more-dropdown a {
  font-size: 12px;
}
.today-events.calendar .card-header .more-dropdown a:hover {
  color: #08ddc1;
}
.today-events.calendar .card-header svg {
  margin-top: 0;
  margin-left: 0;
  width: 20px;
  height: 20px;
}
.today-events.calendar .card-header .olymp-dropdown-arrow-icon {
  width: 6px;
  height: 4px;
  margin-left: 5px;
}
.today-events.calendar .card-header .olymp-three-dots-icon {
  width: 16px;
  height: 4px;
  margin-left: 7px;
}

.today-events-thumb {
  position: relative;
  background-image: url("https://www.sqrfactor.com/assets/img/bg-event-day.jpg");
  text-align: center;
  padding: 25px;
  color: #fff;
}
.today-events-thumb .day-number {
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
.today-events-thumb .day-week {
  font-size: 24px;
  margin-bottom: 5px;
}
.today-events-thumb .month-year {
  font-size: 12px;
  color: #888da8;
}

.card-header a .olymp-dropdown-arrow-icon {
  width: 6px;
  height: 4px;
}

/*------------- #CALENDAR-EVENTS-TABS --------------*/
.calendar-events-tabs .nav-item {
  display: inline-block;
}
.calendar-events-tabs .nav-item + .nav-item {
  margin-left: 60px;
}
.calendar-events-tabs.nav-tabs {
  border-bottom: none;
}
.calendar-events-tabs.nav-tabs .nav-link {
  padding: 0;
  border: none;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
  color: #888da8;
}
.calendar-events-tabs.nav-tabs .nav-link.active {
  color: #515365;
  background-color: transparent;
}
.calendar-events-tabs.nav-tabs .items-round-little {
  display: inline-block;
}

@media (max-width: 420px) {
  .calendar-events-tabs .nav-item + .nav-item {
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .calendar-events-tabs .nav-item {
    display: block;
  }

  .calendar-events-tabs .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*------------- #STATISTICS --------------*/
.monthly-indicator {
  display: inline-block;
}
.monthly-indicator .btn-control {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
}
.monthly-indicator > .negative {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.monthly-indicator .olymp-stats-arrow {
  width: 18px;
  height: 18px;
}
.monthly-indicator .olymp-happy-face-icon {
  width: 20px;
  height: 20px;
}
.monthly-indicator .olymp-comments-post-icon {
  width: 20px;
  height: 20px;
}

.monthly-count {
  font-size: 24px;
  color: #515365;
  overflow: hidden;
  line-height: 1;
}
.monthly-count .indicator {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.monthly-count .period {
  display: block;
  font-size: 12px;
  color: #888da8;
  line-height: 1.5;
  margin-top: 3px;
}

.positive {
  color: #08ddc1;
}

.negative {
  color: #f84343;
}

.points {
  font-size: 12px;
  margin-bottom: 30px;
}
.points > span + span {
  margin-left: 15px;
}
.points.points-block {
  margin-bottom: 0;
}
.points.points-block > span {
  display: block;
}
.points.points-block > span + span {
  margin-left: 0;
  margin-top: 15px;
}

.statistics-point {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 6px;
}

.ui-block-title .points {
  font-size: 9px;
  float: right;
  margin-bottom: 0;
  margin-top: 5px;
}

.chart-with-statistic {
  overflow: hidden;
}
.chart-with-statistic .statistics-list-count {
  width: 40%;
  float: left;
}
.chart-with-statistic .chart-js-pie-color {
  width: 60%;
  float: left;
}

.statistics-list-count {
  margin-bottom: 0;
}
.statistics-list-count .points {
  margin-bottom: 0;
}
.statistics-list-count .indicator {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.statistics-list-count .count-stat {
  font-size: 24px;
  color: #515365;
}
.statistics-list-count li {
  margin-bottom: 18px;
}
.statistics-list-count li:last-child {
  margin-bottom: 0;
}
.statistics-list-count.style-2 {
  overflow: hidden;
}
.statistics-list-count.style-2 li {
  text-align: center;
}
.statistics-list-count.style-2 li:first-child {
  float: left;
  margin-left: 50px;
}
.statistics-list-count.style-2 li:last-child {
  float: right;
  margin-right: 50px;
}
.statistics-list-count.style-2 .statistics-point {
  display: block;
  margin: 0 auto 10px;
}

.general-statistics {
  font-size: 28px;
  color: #515365;
  text-align: center;
}
.general-statistics span {
  display: block;
  font-size: 12px;
  color: #888da8;
  white-space: nowrap;
}

.chart-js-pie-color {
  position: relative;
}
.chart-js-pie-color .general-statistics {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.world-statistics-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  max-width: 70%;
}
.world-statistics-img img {
  width: 100%;
}

.country-statistics {
  float: right;
  margin-bottom: 0;
}
.country-statistics li {
  margin-bottom: 20px;
  font-size: 12px;
}
.country-statistics li > * {
  display: inline-block;
  vertical-align: bottom;
}
.country-statistics .count-stat {
  font-weight: 700;
  float: right;
  margin-top: 3px;
  color: #515365;
}
.country-statistics .country {
  margin-right: 30px;
  line-height: 1;
}
.country-statistics img {
  margin-right: 7px;
  position: relative;
  bottom: 2px;
}

.monthly-indicator-wrap {
  overflow: hidden;
}
.monthly-indicator-wrap .monthly-indicator {
  margin: 0 25px 30px 0;
  float: left;
}

.chart-text {
  text-align: center;
}
.chart-text .title {
  margin-bottom: 10px;
}

.circle-pie-chart {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.circle-pie-chart canvas {
  max-width: 180px;
  max-height: 180px;
}
.circle-pie-chart .pie-chart .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 42px;
  color: #515365;
}

#us-chart-map {
  margin: 0 auto 35px;
}

.chart-js-small-pie {
  width: 90px;
  height: 90px;
}

.text-stat {
  text-align: center;
}
.text-stat .count-stat {
  font-size: 32px;
  color: #515365;
}
.text-stat .title {
  font-size: 12px;
  font-weight: 700;
  color: #515365;
}
.text-stat .sub-title {
  font-size: 12px;
}

.statistics-slide {
  text-align: center;
  margin-bottom: 80px;
}
.statistics-slide .count-stat {
  font-size: 60px;
  color: #515365;
  margin-bottom: 20px;
}
.statistics-slide .title {
  font-size: 16px;
  font-weight: 700;
  color: #515365;
  margin-bottom: 10px;
}
.statistics-slide .title .c-primary {
  color: #f84343;
}

@media (max-width: 1200px) {
  .world-statistics-img {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
  }

  .country-statistics {
    vertical-align: middle;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 1080px) {
  .text-stat .count-stat {
    font-size: 16px;
  }

  .statistics-list-count.style-2 li:first-child {
    margin-left: 20px;
  }

  .statistics-list-count.style-2 li:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  .world-statistics-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .world-statistics {
    text-align: center;
  }

  .country-statistics {
    text-align: left;
  }
}
/*------------- #HELPERS --------------*/
.ovh {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 45, 59, 0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.overlay.overlay-dark {
  background: rgba(43, 45, 59, 0.8);
}

.table {
  display: table;
}

.inline-items > * {
  display: inline-block;
  vertical-align: middle;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 640px) {
  .table-cell {
    display: block;
    float: left;
  }
}

.text-t-none {
  text-transform: none;
}

@media (max-width: 480px) {
  .centered-on-mobile {
    text-align: center;
  }
}

.no-padding {
  padding: 0;
}

.padding-r-0 {
  padding-right: 0;
}

.padding-l-0 {
  padding-left: 0;
}

.m-t-50 {
  margin-top: 50px;
}

.no-margin {
  margin: 0;
}

.mobile-margin-25 {
  margin: 0 25px;
}

.presentation-margin {
  margin: 40px 0 20px;
}

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.display-flex.content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display-flex.content-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.inline-block {
  display: inline-block;
}

.padding40 {
  padding: 40px;
}

.padding80 {
  padding: 80px;
}

.bg-primary {
  background-color: #f84343;
}

.bg-secondary {
  background-color: #3f4257;
}

.bg-purple {
  background-color: #7c5ac2;
}

.bg-blue {
  background-color: #38a9ff;
}

.bg-breez {
  background-color: #08ddc1;
}

.bg-breez-light {
  background-color: #2aebcb;
}

.bg-grey {
  background-color: #515365;
}

.bg-grey-light {
  background-color: #888da8;
}

.bg-grey-lighter {
  background-color: #9a9fbf;
}

.bg-orange {
  background-color: #ff763a;
}

.bg-yellow {
  background-color: #ffdc1b;
}

.bg-smoke {
  background-color: #e6ecf5;
}

.bg-green {
  background-color: #1ed760;
}

.bg-facebook {
  background-color: #2f5b9d;
}

.bg-twitter {
  background-color: #38bff1;
}

.bg-dribbble {
  background-color: #f74881;
}

.c-white {
  color: #fff;
}

.c-grey {
  color: #888da8;
}

.c-orange {
  color: #ff763a;
}

.c-secondary {
  color: #3f4257;
}

.c-yellow {
  color: #ffdc1b;
}

.c-purple {
  color: #7c5ac2;
}

.c-green {
  color: #1ed760;
  fill: #1ed760;
}

.c-facebook {
  color: #2f5b9d;
}

.c-twitter {
  color: #38bff1;
}

.c-dribbble {
  color: #f74881;
}

.c-rss {
  color: #fab819;
}

.c-spotify {
  color: #1ed760;
}

.bold {
  font-weight: 800;
}

.custom-color * {
  color: inherit;
}

.flip-button {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
   -o-transform: scale(1) rotate(360deg);
      transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: -o-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1), -o-transform 150ms cubic-bezier(0.4, 0, 1, 1);
}

.flip-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.flip-icon > * {
  left: 0;
  position: absolute;
  top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.flip-icon svg:last-of-type, .flip-button.active .flip-icon svg:first-of-type {
  opacity: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
   -o-transform: rotate(225deg);
      transform: rotate(225deg);
}

.flip-button.active .flip-icon svg:last-of-type {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
   -o-transform: rotate(360deg);
      transform: rotate(360deg);
}

.withripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.ripple.ripple-on {
  -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: opacity 0.15s ease-in 0s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}

.ripple.ripple-out {
  -webkit-transition: opacity 0.1s linear 0s !important;
  -o-transition: opacity 0.1s linear 0s !important;
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

.half-width {
  width: 50%;
}

.col-3-width {
  width: 33.33%;
}

.col-4-width {
  width: 25%;
}

@media (max-width: 1200px) {
  .col-4-width {
    width: 33%;
  }
}
@media (max-width: 840px) {
  .col-3-width {
    width: 50%;
  }

  .col-4-width {
    width: 50%;
  }

  .half-width {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-3-width {
    width: 100%;
  }

  .col-4-width {
    width: 100%;
  }
}
.bg-googleplus {
  background-color: #d34836;
  color: #fff;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 500;
}

.bg-skyline {
  background-image: url("../images/skyline.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

.bg-skyline-red {
  background-color: #f84344;
  background-image: url("../images/skyline-red.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

a.link-inverse {
  color: inherit;
}
a.link-inverse:hover, a.link-inverse:focus {
  color: #f84343;
}

.font-size-base {
  font-size: 0.875rem;
}

.font-color-gray {
  color: #515365 !important;
}

.text-article {
  font-size: 1rem;
  line-height: 1.875;
}

.btn-gray-lighter {
  color: #fff;
  background-color: #9a9fbf;
  border-color: #9a9fbf;
}
.btn-gray-lighter:hover {
  color: #fff;
  background-color: #7b81ab;
  border-color: #757ba7;
}
.btn-gray-lighter:focus, .btn-gray-lighter.focus {
  box-shadow: 0 0 0 2px rgba(154, 159, 191, 0.5);
}
.btn-gray-lighter.disabled, .btn-gray-lighter:disabled {
  background-color: #9a9fbf;
  border-color: #9a9fbf;
}
.btn-gray-lighter:active, .btn-gray-lighter.active, .show > .btn-gray-lighter.dropdown-toggle {
  color: #fff;
  background-color: #7b81ab;
  background-image: none;
  border-color: #757ba7;
}

.btn-white-shadow {
  color: #515365;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 32px #e6ecf5;
}
.btn-white-shadow:hover {
  color: #515365;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-white-shadow:focus, .btn-white-shadow.focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-white-shadow.disabled, .btn-white-shadow:disabled {
  background-color: #fff;
  border-color: transparent;
}
.btn-white-shadow:active, .btn-white-shadow.active, .show > .btn-white-shadow.dropdown-toggle {
  color: #515365;
  background-color: #e6e6e6;
  background-image: none;
  border-color: transparent;
}

.daterangepicker td.active, .daterangepicker td.active:hover,
.daterangepicker td.start-date.end-date {
  background-color: #f84343;
}

.time-picker-group .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 240px;
}
.time-picker-group .bootstrap-datetimepicker-widget .timepicker-hour, .time-picker-group .bootstrap-datetimepicker-widget .timepicker-minute, .time-picker-group .bootstrap-datetimepicker-widget .timepicker-second {
  /*font-size: 14px;*/
}
.time-picker-group .bootstrap-datetimepicker-widget table td span {
  line-height: 54px !important;
  vertical-align: middle;
}
.time-picker-group .bootstrap-datetimepicker-widget .glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #515365;
}
.time-picker-group .bootstrap-datetimepicker-widget .glyphicon:before {
  background-color: transparent;
}
.time-picker-group .bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
  content: "\f077";
}
.time-picker-group .bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
  content: "\f078";
}
.time-picker-group .bootstrap-datetimepicker-widget .btn {
  margin-bottom: 0;
}

.container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.app-page {
  padding-bottom: 3rem;
}

.bootstrap-select > .dropdown-toggle {
  border: 2px solid #e6ecf5;
  border-radius: 0;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-control-border-radius {
  border-radius: 0.25rem;
}

.select-filter {
  min-width: 160px;
}
.select-filter.bootstrap-select > .dropdown-toggle {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
}
.select-filter.bootstrap-select > .dropdown-toggle .filter-option {
  color: #515365;
}
.select-filter.bootstrap-select > select {
  display: none !important;
}

.select-filter-right.bootstrap-select .dropdown-menu {
  left: auto;
  right: 0;
}

.input-group-addon .fa {
  color: #888da8;
  font-size: 18px;
}

.form-group .col-form-label.h6 {
  font-size: 1rem;
  font-weight: 500;
}

.design-post-input-title {
  padding: 0;
  border: none;
  font-size: 1.875rem;
  font-size: 600;
  color: #515365;
}

.design-post-btn-tools .btn {
  min-width: 50px;
  padding: 5px;
  line-height: 38px;
  margin-right: 4px;
  border: 1px solid #e6ecf5;
  background-color: transparent;
  color: #9a9fbf;
}
.design-post-btn-tools .btn:hover {
  border-color: transparent;
  box-shadow: 0 0 32px #e6ecf5;
}

.btn-submit {
  max-width: 100%;
  min-width: 250px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-size-18 {
  font-size: 1.125rem;
}

.btn-size-1 {
  font-size: 1rem;
  font-weight: 600;
}

.header {
  height: 86px;
  padding: 0;
  border-bottom: solid 1px #e6ecf5;
  background-color: #fff;
  color: gray;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}

.header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-brand {
  min-width: 55px;
  margin-right: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 450px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.header-nav a {
  color: #515365;
}
.header-nav a:hover, .header-nav a:focus {
  color: #292b2c;
}
.header-nav > li {
  position: relative;
  padding: 0 1rem;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 991px) {
  .header-nav > li {
    font-size: 1rem;
  }
}
.header-nav > li > a {
  display: inline-block;
  position: relative;
  padding: 32.5px 0;
  line-height: 20px;
  font-weight: 500;
}
.header-nav > li.active > a:after {
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f84343;
}

.header-nav .submenu {
  display: none;
  position: absolute;
  left: 1rem;
  top: 100%;
  width: 85%;
  margin: 0;
  padding: 0;
  border: solid 1px #e6ecf5;
  background-color: #fff;
  font-size: 1rem;
  list-style: none;
  text-align: initial;
}
.header-nav .submenu li {
  border-bottom: solid 1px #e6ecf5;
}
.header-nav .submenu li:last-child {
  border-bottom: none;
}
.header-nav .submenu li a {
  display: block;
  padding: 10px 7px;
}
.header-nav .submenu li.active > a, .header-nav .submenu li a:hover {
  color: #fff;
  background-color: #515365;
}

.header-nav .has-submenu:hover > .submenu {
  display: block;
}

.header-search-form {
  position: relative;
  margin-right: 2rem;
  border-right: solid 1px #e6ecf5;
  color: #515365;
  min-width: 320px;
  height: 100%;
}
@media (max-width: 991px) {
  .header-search-form {
    min-width: 200px;
    margin-right: 1rem;
  }
}
.header-search-form-input {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 57px;
  border-width: 0px 0px 1px 0px !important;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  outline: none;
  z-index: 1; 
  height: 50%;
}
@media (max-width: 991px) {
  .header-search-form-input {
    font-size: 1rem;
  }
}
.header-search-form-input::-webkit-input-placeholder {
  color: #515365;
  opacity: 0.4;
}
.header-search-form-input::-moz-placeholder {
  color: #515365;
  opacity: 0.4;
}
.header-search-form-input:-ms-input-placeholder {
  color: #515365;
  opacity: 0.4;
}
.header-search-form-input::placeholder {
  color: #515365;
  opacity: 0.4;
}
.header-search-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0 20px;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 1.125rem;
  color: inherit;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-search-form-btn {
    font-size: 1rem;
  }
}
.header-search-form-btn:hover {
  color: #292b2c;
}

.control-block .control-icon {
  font-size: 1.125rem;
  color: #515365;
}
.control-block .control-icon .label-avatar {
  top: -8px;
  right: -8px;
}

.header .author-page {
  min-width: 50px;
  margin-left: 10px;
}
.header .author-page .author-thumb {
  margin-right: 0;
  border: 1px solid #e6ecf5;
  padding: 2px;
}
.header .author-page .author-thumb img {
  width: 50px;
  border-radius: 0;
}

.header-spacer {
  display: block;
  height: 125px;
}
@media (max-width: 768px) {
  .header-search-form-input{
    border: 0 !important;
  }
  .header-spacer {
    height: 110px;
  }
  .header-search-form{
    top:  1%;
    /*transform: translateY(50px);*/
    height: 0%;
  }
  .header-search-form-btn{
    position:static;
    /*padding-left: 90%;
    transform: translateY(-65px);*/
    height: 100%;   
    /*    /* position: static; 
    padding-left: 90%;
    transform: translateY(-40px);
    height: 100%;  */
  }

}

.header-spacer-fit {
  display: block;
  height: 85px;
}
@media (max-width: 768px) {
  .header-spacer-fit {
    height: 70px;
  }
}

.control-icon .more-dropdown {
  border-radius: 0;
}

.view-all {
  border-radius: 0;
}

.author-page .more-dropdown {
  right: 0;
  border: 1px solid #e6ecf5;
}
.author-page .more-dropdown a {
  font-size: 0.875rem;
}

.control-icon .header-notification-dropdown {
  right: -24px;
}

.header-notification-dropdown {
  border: 1px solid #e6ecf5;
}
.header-notification-dropdown .notification-list {
  font-size: 0.875rem;
  color: #888da8;
}
.header-notification-dropdown .notification-list li {
  padding: 20px;
}
.header-notification-dropdown .notification-list .notification-event {
  width: 100%;
  line-height: 1.3;
}
.header-notification-dropdown .notification-list a {
  font-weight: 500;
  font-size: 0.8125rem;
}
.header-notification-dropdown .notification-list a.h6 {
  font-size: 0.8125rem;
  font-weight: 600;
}
.header-notification-dropdown .notification-list p {
  margin-bottom: 0.25rem;
}
.header-notification-dropdown .view-all {
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  bottom: -1px;
  margin-right: -1px;
}

@media (max-width: 768px) {
  .header-responsive {
    display: block;
  }
}
.header-responsive {
  height: 70px;
}
.header-responsive .header-brand {
  margin-right: 0.5rem;
}

.mobile-app-tabs {
  height: 70px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-app-tabs .nav-item {
  height: 70px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 460px) {
  .mobile-app-tabs .nav-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.mobile-app-tabs .nav-link {
  min-width: 45px;
}
.mobile-app-tabs .control-icon {
  font-size: 1.5rem;
  color: #515365;
}
@media (max-width: 460px) {
  .mobile-app-tabs .control-icon {
    font-size: 1.25rem;
  }
  .mobile-app-tabs .control-icon.newsfeed-icon {
    font-size: 1.3125rem;
  }
}
.mobile-app-tabs .control-icon .label-avatar {
  top: -8px;
  right: -8px;
}

@media (max-width: 768px) {
  .tab-content-responsive {
    margin-top: 1px;
    border-bottom: solid 1px #e6ecf5;
  }
}
.tab-content-responsive .tab-pane {
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto !important;
}

.header-responsive .header-search-form {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}

.header-nav-responsive {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-responsive a {
  display: block;
  padding: 1rem;
  font-size: 13px;
  color: #515365;
  font-weight: 700;
}
.header-nav-responsive a:hover, .header-nav-responsive a:focus {
  color: #f84343;
}
.header-nav-responsive li {
  position: relative;
}
.header-nav-responsive > li {
  border-bottom: solid 1px #e6ecf5;
}
.header-nav-responsive > li:last-child {
  border-bottom: none;
}
.header-nav-responsive .submenu {
  padding-left: 1rem;
  border-top: solid 1px #e6ecf5;
}

.tab-content-responsive .notification-list .notification-event {
  width: 100%;
  max-width: 100%;
}
.tab-content-responsive .notification-list .notification-event p {
  margin-bottom: 0.25rem;
}

@media (max-width: 460px) {

  .header-responsive .author-page {
    min-width: 43px;
    border-top: 3px solid transparent;
  }
  .header-responsive .author-page .author-thumb img {
    width: 35px;
  }
}
.ui-block {
  border-radius: 0;
}

.ui-block-title-sm, .ui-block-content-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.author-thumb img {
  border-radius: 0;
}

.window-popup .icon-close {
  fill: #ffffff;
  color: #ffffff;
}

@media (max-width: 460px) {
  .post {
    padding: 12px;
  }

  .post-additional-info > * {
    margin-right: 10px;
  }

  .post__author .more {
    margin-right: 0;
  }

  .add-options-message button {
    float: right;
  }
}
.login-page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 200px;
  background-image: url("../images/skyline.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  font-size: 0.875rem;
}

.header-login {
  margin-bottom: 0;
}
 .skip-btn{
        padding-top: 4% ;
        padding-bottom:  3% ;
        
    }
@media(max-width:780px){

  .skip-btn{
        padding-top: 3% ;
        padding-bottom:  3% ;
        
    }
}
@media (min-width: 992px) {
  .header-login {
    padding-bottom: 0;
    margin-bottom: -25px;
  }
  .skip-btn{
        height: 2.3em !important;
        text-align: center;
        padding-top: 2% ;
        padding-bottom:  2%;
        
    }
}

.landing-content {
  color: inherit;
  margin-bottom: 50px;
  margin-top: 30% ;
  }

.registration-login-form {
  min-height: 680px;
  padding: 0;
  border: none;
  box-shadow: 0 0 40px rgba(63, 66, 87, 0.1);
  color: #888da8;
}
.registration-login-form .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  float: none;
  height: auto;
}
.registration-login-form .nav-tabs .nav-link {
  padding: 16px 25px;
}
.registration-login-form .nav-tabs .nav-link:hover, .registration-login-form .nav-tabs .nav-link:focus {
  border-color: #e6ecf5;
}
.registration-login-form .nav-item {
  width: 50%;
  height: auto;
  text-align: center;
}
.registration-login-form .nav-item:last-child .nav-link {
  border-bottom: 1px solid #e6ecf5;
}
.registration-login-form .nav-link.active {
  color: #f84343;
}
.registration-login-form .title {
  border: none;
}
.registration-login-form .form-group {
  margin-bottom: 1.25rem;
}
.registration-login-form .btn-lg {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8125rem 1.5rem;
}
.registration-login-form .remember {
  margin: 25px 0;
}

.register-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515365;
  text-align: center;
  border: 2px solid #e6ecf5;
}
.register-option-item {
  width: 50%;
  padding: 0.875rem;
  border-right: 1px solid #e6ecf5;
}
.register-option-item:last-child {
  border-right: none;
}
.register-option .radio {
  margin-bottom: 0;
}
.register-option .radio label {
  margin-bottom: 0;
  line-height: 18px;
}

.registration-login-form .nav-link svg {
  width: 21px;
  height: 25px;
}

.profile-header {
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #e6ecf5;
}

.top-header-thumb {
  background-color: #f84343;
  background-image: url("../images/profile-banner.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-header-thumb:after {
  display: none;
}

.top-header-thumb {
  min-height: 340px;
}
@media (max-width: 991px){
  .landing-content {
  margin-top: 3% ;
  }  
}
@media (max-width: 768px) {
  .top-header-thumb {
    min-height: 240px;
  }
}
@media (max-width: 460px) {
  .top-header-thumb {
    min-height: 140px;
  }
}

.profile-header .top-header .top-header-author {
  left: 15px;
}
.profile-header .top-header .top-header-author .author-content {
  float: none;
  margin-left: 162px;
}
@media (max-width: 801px) {
  .profile-header .top-header .top-header-author {
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .profile-header .top-header .top-header-author {
    position: relative;
    left: auto;
    margin-top: -60px;
    bottom: auto;
  }
  .profile-header .top-header .top-header-author .author-thumb, .profile-header .top-header .top-header-author .author-content {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .profile-header .top-header .top-header-author .author-thumb, .profile-header .top-header .top-header-author .author-content, .profile-header .top-header .top-header-author .author-name {
    color: #515365;
  }
  .profile-header .top-header .top-header-author .author-content {
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .profile-header .top-header .top-header-author {
    margin-top: -30px;
  }
}

.top-header-author .author-thumb {
  border-radius: 0;
}

.profile-header .top-header .profile-section {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .profile-header .top-header .profile-section {
    padding: 20px 0;
  }
}
.profile-header .top-header .profile-section .control-block-button {
  top: -23px;
  right: 0;
}
@media (max-width: 768px) {
  .profile-header .top-header .profile-section .control-block-button {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
  }
}

.profile-header .control-block-button .btn-control {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 10px;
  padding: 0.5rem 1rem;
  line-height: 1.25;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  color: #3f4257;
  border: 2px solid #3f4257;
}
@media (max-width: 768px) {
  .profile-header .control-block-button .btn-control {
    margin: 0 10px 10px;
  }
}
.profile-header .control-block-button .btn-control:hover, .profile-header .control-block-button .btn-control:focus {
  background-color: #3f4257;
  color: #fff;
}

.profile-header .top-header .profile-menu {
  margin-left: 162px;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.profile-header .top-header .profile-menu > li {
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .profile-header .top-header .profile-menu > li {
    margin-right: 2.25rem;
  }
}
.profile-header .top-header .profile-menu > li > a {
  text-align: center;
  color: #515365;
}
.profile-header .top-header .profile-menu > li > a:hover, .profile-header .top-header .profile-menu > li > a:focus {
  color: #888da8;
}
.profile-header .top-header .profile-menu > li span.number {
  display: block;
  line-height: 1;
  color: #f84343;
}
@media (max-width: 768px) {
  .profile-header .top-header .profile-menu {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .profile-header .top-header .profile-menu > li {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    margin: 0 15px 12px;
  }
}

.top-header-caption {
  padding: 25px;
  float: right;
  width: 430px;
  max-width: 100%;
  text-align: right;
  color: #fff;
  word-wrap: break-word;
}

.w-personal-info > li:first-child {
  padding-top: 0;
}
.w-personal-info .title {
  display: inline-block;
  margin-bottom: 4px;
}
.w-personal-info small, .w-personal-info .small {
  font-size: 0.75rem;
}

.w-friend-pages-added li {
  padding: 16px 10px;
}
.w-friend-pages-added .author-thumb {
  width: 52px;
  height: 52px;
}
.w-friend-pages-added .accept-request {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: normal;
}
.w-friend-pages-added .accept-request:after {
  display: none;
}

.w-search input {
  border-radius: 0.25rem;
}
.w-search .form-group.with-button button {
  width: 45px;
  border-radius: 0 0.25rem 0.25rem 0;
}

.friend-item .friend-item-content {
  padding-top: 25px;
}
.friend-item .friend-avatar {
  margin-top: 0;
  margin-bottom: 25px;
}
.friend-item .friend-count {
  margin-bottom: 25px;
}
.friend-item .friend-count-item .h6 {
  margin-bottom: 2px;
  font-size: 0.875rem;
  font-weight: 600;
}
.friend-item .friend-count-item .title {
  font-size: 0.75rem;
}
.friend-item .btn-control {
  border: 1px solid #e6ecf5;
  border-radius: 0;
  color: #9a9fbf;
  line-height: 48px;
}
.friend-item .btn-control:hover, .friend-item .btn-control:focus {
  background-color: #f7f7f9;
}

.account-settings-menu {
  margin-bottom: 0;
}
.account-settings-menu li {
  padding: 5px 0;
}
.account-settings-menu li a {
  color: #515365;
}
.account-settings-menu li a:hover {
  color: #f84343;
}

.newsfeed-main-buttons {
  margin-bottom: 1rem;
}
.newsfeed-main-buttons .btn {
  padding: 1rem 0.25rem;
  border: 1px solid #e6ecf5;
  border-radius: 0;
  background-color: transparent;
  color: #515365;
  font-weight: 600;
}
.newsfeed-main-buttons .btn.active, .newsfeed-main-buttons .btn:hover {
  box-shadow: 0 0 32px #e6ecf5;
  border-color: transparent;
}
@media (max-width: 460px) {
  .newsfeed-main-buttons .btn {
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .newsfeed-main-buttons .col-4 {
    padding: 0;
  }
}

.news-feed-form .author-thumb {
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.news-feed-form .label-floating.with-icon label.control-label {
  top: 20px;
  left: 80px;
}
.news-feed-form .label-floating.with-icon textarea {
  padding-top: 30px;
  padding-left: 80px;
}

.add-options-message {
  padding-top: 15px;
  padding-bottom: 15px;
}
.add-options-message .fa {
  font-size: 1.125rem;
  color: #9a9fbf;
}

.post__author {
  margin-bottom: 15px;
}
.post__author img {
  width: 60px;
  height: 60px;
  border-radius: 0;
}

.post-add-icon .fa {
  margin-right: 4px;
  font-size: 115%;
  vertical-align: middle;
  color: #9a9fbf;
}
.post-add-icon .fa-caret-up {
  font-size: 230%;
  vertical-align: text-bottom;
  line-height: 18px;
}
.post-add-icon:hover .fa {
  color: #f84343;
}

.post-video {
  border-radius: 0;
}
.post-video .video-content .title {
  font-weight: normal;
}

.post-thumb {
  border-radius: 0;
}

.comments-list li {
  font-size: 0.8125rem;
}
.comments-list li p {
  font-size: 0.8125rem;
}
.comments-list .post__author {
  margin-bottom: 10px;
}
.comments-list .post__author img {
  width: 40px;
  height: 40px;
}
.comments-list .post__author-name {
  font-size: 0.8125rem;
  font-weight: 600;
}
.comments-list .post__date {
  font-size: 0.75rem;
}

.reply {
  font-size: 13px;
}

.comment-form {
  padding: 25px 15px;
}
.comment-form img.post__author {
  width: 40px;
  height: 40px;
}
.comment-form .form-group {
  width: 100%;
}

.comment-form textarea {
  border-width: 1px;
  border-radius: 0.25rem;
}

.w-announcements li {
  padding: 20px 10px;
}
.w-announcements li::after {
  display: block;
  content: "";
  clear: both;
}
.w-announcements .author-thumb {
  width: 40px;
  height: 40px;
}
.w-announcements .notification-event .notification-friend {
  margin-bottom: 5px;
  font-weight: 600;
}
.w-announcements .notification-event, .w-announcements .notification-friend {
  font-size: 0.8125rem;
}
.w-announcements .notification-event {
  max-width: 82%;
  line-height: 1.4;
  color: #787d9a;
}
.w-announcements .notification-event a {
  color: #515365;
  font-weight: 500;
}
.w-announcements .notification-date {
  opacity: 0.6;
}

.w-featured-competitions {
  width: 400px;
  max-width: 100%;
  min-height: 300px;
  background-image: url("../images/featured-competitions-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.w-featured-competitions .ui-block-title {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 1.75rem;
  border: none;
}
.w-featured-competitions .ui-block-title .title {
  color: #fff;
}
.w-featured-competitions .ui-block-title .more > svg {
  fill: #fff;
}
.w-featured-competitions .ui-block-content {
  padding-left: 18px;
  padding-right: 18px;
}
.w-featured-competitions .ui-block-content .title {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.3;
}
.w-featured-competitions .ui-block-content .title a {
  color: #fff;
}
.w-featured-competitions .swiper-slide {
  padding-bottom: 20px;
}
.w-featured-competitions .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c71415;
}

.newsfeed-sortby {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.newsfeed-sortby .newsfeed-sortby-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border: 1px solid #e6ecf5;
  background-color: #fafbfd;
}
.newsfeed-sortby .newsfeed-sortby-links > a {
  width: 50%;
  padding: 16px 10px;
}
.newsfeed-sortby .newsfeed-sortby-links > a:first-child {
  border-right: 1px solid #e6ecf5;
}

.social-modal .modal-dialog {
  width: 1140px;
}

@media (min-width: 992px) {
  .popup-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    min-height: 500px;
  }
  .popup-social-content-inner, .popup-social-conversation {
    position: relative;
    height: 90vh;
    min-height: 500px;
    overflow-y: auto;
  }
}
.popup-social-content-inner {
  padding: 20px;
}
.popup-social-conversation {
  background-color: #f6f8fb;
}
@media (min-width: 992px) {
  .popup-social-content {
    width: 65%;
  }
  .popup-social-conversation {
    width: 35%;
  }
}
.popup-social .popup-social-conversation-header {
  padding: 25px 15px 15px;
}
.popup-social .popup-social-conversation-header .title {
  font-weight: 600;
}
.popup-social .popup-social-conversation-header .post__date {
  font-size: 0.75rem;
}
.popup-social .popup-social-conversation-header .post-additional-info {
  font-size: 0.8125rem;
}
.popup-social .post-additional-info {
  border: none;
  padding-top: 10px;
}
.popup-social .comment-list-wrapper {
  position: relative;
  height: 300px;
  overflow-y: auto;
}
.popup-social .comments-list li {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
}
.popup-social .comment-form .form-group {
  width: 100%;
}

.competition-banner {
  position: relative;
  padding: 8% 0;
  background-image: url("../images/competition-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 461px) {
  .competition-banner {
    font-size: 1rem;
  }
}
.competition-banner:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 38, 0.5);
}
.competition-banner .title {
  font-size: 3em;
  font-weight: bold;
}
.competition-banner .deadline {
  font-size: 1.875em;
  font-weight: 500px;
}
.competition-banner .cash-prize {
  font-size: 2.25em;
  font-weight: 600;
}
.competition-banner .button-actions {
  margin: 20px 0;
}
.competition-banner .button-actions .btn {
  max-width: 100%;
  padding: 1em 1.5em;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 461px) {
  .competition-banner .button-actions .btn {
    min-width: 18.75em;
    margin: 0 15px 15px;
    padding: 1.3125em 1.5em;
  }
}
.competition-banner .button-actions .btn-secondary {
  color: #515365;
  background-color: #fff;
  border-color: #fff;
}
.competition-banner .button-actions .btn-secondary:hover {
  border-color: #f7f7f9;
  background-color: #f7f7f9;
}
.competition-banner .social-share > a .fa {
  display: inline-block;
  width: 60px;
  margin: 0 5px 5px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #515365;
  background-color: #fff;
  font-size: 1.75em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.competition-banner .social-share > a .fa:hover {
  color: #fff;
  background-color: #f84343;
}
.competition-banner .social-share > a .fa.fa-facebook:hover {
  background-color: #2f5b9d;
}
.competition-banner .social-share > a .fa.fa-twitter:hover {
  background-color: #38bff1;
}
.competition-banner .social-share > a .fa.fa-google-plus:hover {
  background-color: #d34836;
}
.competition-banner .social-share > a .fa.fa-linkedin:hover {
  background-color: #0077b5;
}
.competition-banner .social-share > a .fa.fa-instagram:hover {
  background-color: #c13584;
}

.competition-navbar {
  margin-bottom: 45px;
  font-size: 1rem;
  border-bottom: 1px solid #e6ecf5;
}
.competition-navbar .nav-item {
  padding: 0 1.25em;
}
@media (max-width: 768px) {
  .competition-navbar .nav-item {
    padding: 0 1em;
  }
}
.competition-navbar .nav-link {
  padding: 1.25em 0;
  border-bottom: 3px solid transparent;
  color: #515365;
  font-weight: 500;
}
.competition-navbar .nav-link.active {
  border-color: #f84343;
}

.competition-detail h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #515365;
}
.competition-detail h3:first-child {
  margin-top: 0;
}
.competition-detail .competition-detail-slider {
  margin-bottom: 30px;
}
.competition-detail .competition-detail-slider .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.competition-detail .competition-detail-slider .swiper-pagination-bullet {
  background-color: #888da8;
  border-color: #888da8;
}
.competition-detail .competition-detail-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c71415;
  border-color: #c71415;
}

.competition-awards .media > img {
  width: 49px;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .competition-awards .media > img {
    width: 30px;
    margin-right: 1rem;
  }
}
.competition-awards .media h5 {
  margin-top: 0;
  font-weight: 600;
}

.competition-detail-content ul {
  padding-left: 30px;
  list-style: none;
}
.competition-detail-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.competition-detail-content ul li:before {
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 0.75rem;
}

.competition-detail .jury-item {
  //border: 3px solid #e6ecf5;
  width: 230px;
  max-width: 100%;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 1rem 1.25rem;
  text-align: center;
  line-height: 1.3;
  color: #888da8;
}
.competition-detail .jury-item h6 {
  margin-bottom: 7px;
  font-weight: 600;
  color: #515365;
}
.competition-detail .association-item {
  width: 230px;
  max-width: 100%;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 1rem 1.25rem;
  text-align: center;
  color: #888da8;
}
.competition-detail .association-item img {
  margin-bottom: 0.75rem;
  width: 150px;
  /*padding: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;*/
}
.sorting-item{
  margin-bottom:20px;
}
.competition-list .competition-item {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 1.875rem;
  box-shadow: 0 0 6px #e6ecf5;
  height: auto;
}
.competition-list .competition-item .btn{
  /*position: absolute;*/   
  bottom: 0;
}


.competition-list .competition-item-content {
  padding: 1.125rem;
  font-size: 0.875rem;
  height: auto;
}
.competition-list .competition-item-content .title {
  font-weight: 600;
}
.competition-list .competition-item-content .date {
  margin-bottom: 0.75rem;
  color: #888da8;
  font-size: 0.75rem;
}

.competition-list .competition-item-content ul {
  padding: 0;
  list-style: none;
}
.competition-list .competition-item-content ul li {
  padding-bottom: 4px;
}
.competition-list .competition-item-footer {
  border-top: 1px solid #e6ecf5;
  padding: 1rem 1.125rem 0.5rem;
}
.competition-list .competition-item-footer .inline-items {
  margin-right: 0.875rem;
  font-size: 0.8125rem;
}
.competition-list .competition-item-footer .inline-items:last-child {
  margin-right: 0;
}
.competition-list .competition-item-footer .inline-items a {
  margin-bottom: 0.5rem;
  margin-right: 0.875rem;
  color: #787d9a;
}
@media (max-width: 460px) {
  .competition-list .competition-item-footer .inline-items a {
    margin-right: 10px;
  }
}
.competition-list .competition-item-footer .inline-items a:last-child {
  margin-right: 0;
}
.competition-list .competition-item-footer .social-share {
  font-size: 1.125rem;
}

.competition-submission-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 1.875rem;
}
.competition-submission-item .competition-submission-img {
  display: block;
  height: 190px;
  margin-bottom: 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #9a9fbf;
}
.competition-submission-item .competition-submission-content {
  padding: 1rem;
  text-align: center;
}
.competition-submission-item .competition-submission-content .rating {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #fcb854;
}
.competition-submission-item .competition-submission-footer {
  padding: 1rem 0.5rem 0.5rem;
  border-top: 1px solid #e6ecf5;
  text-align: center;
}
.competition-submission-item .competition-submission-footer .inline-items > a {
  margin: 0 0.25rem 0.5rem;
}
.competition-submission-item .competition-submission-footer .post-add-icon .fa {
  margin-right: 2px;
}

.competition-submission-winner {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2.875rem;
  border: 10px solid #f8dede;
}
@media (min-width: 461px) {
  .competition-submission-winner {
    padding: 1.5rem;
  }
}
.competition-submission-winner .competition-submission-item {
  margin-bottom: 0;
  box-shadow: 0 0 40px #dedede;
}

.competition-discussion-item {
  margin-bottom: 1.75rem;
}
.competition-discussion-item .competition-discussion-header {
  position: relative;
  padding: 1.125rem 70px 1.125rem 1rem;
}
.competition-discussion-item .competition-discussion-header > a {
  font-weight: 600;
}
.competition-discussion-item .competition-discussion-header > a.title {
  color: #515365;
}
.competition-discussion-item .competition-discussion-header > a.title.collapsed ~ .post__date {
  display: none;
}
.competition-discussion-item .competition-discussion-header > a.author {
  text-decoration: underline;
}
.competition-discussion-item .competition-discussion-header .post__date {
  font-size: 0.75rem;
}
.competition-discussion-item .competition-discussion-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 57px;
  margin-bottom: 0;
  color: #888da8;
  background-color: transparent;
  font-size: 1rem;
}
.competition-discussion-item .competition-discussion-header .btn.collapsed .fa {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.competition-discussion-item .competition-discussion-content {
  position: relative;
  padding: 0 1rem 1rem;
}
.competition-discussion-item .competition-discussion-content .more {
  position: absolute;
  right: 1.25rem;
  top: -30px;
  font-size: 16px;
}
.competition-discussion-item .competition-discussion-footer {
  border-bottom: 1px solid #e6ecf5;
}
.competition-discussion-item .competition-discussion-footer .post-additional-info {
  padding: 1rem 1rem 0.5rem;
}
.competition-discussion-item .competition-discussion-footer a {
  margin-bottom: 0.5rem;
}

.job-detail-list {
  margin-bottom: 20px;
}
.job-detail-list .title {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .job-detail-list .title {
    margin-bottom: 1rem;
  }
}

.design-detail .post-date {
  color: #888da8;
  font-size: 0.75rem;
}
.design-detail .post-author {
  font-weight: 500;
  font-size: 0.875rem;
}

.design-detail-list {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .design-detail-list .title {
    margin-bottom: 0.5rem;
  }
}
.design-detail-list p {
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .design-detail-list p {
    margin-bottom: 0.5rem;
  }
}

.design-comments {
  box-shadow: 0 0 32px #e6ecf5;
}
.design-comments .comments-list li {
  background-color: transparent;
}

.discussion-detail {
  padding: 0;
}
.discussion-detail-content {
  padding: 25px 25px 0;
}
.discussion-detail-footer .post-additional-info {
  padding: 15px 25px;
}
.discussion-detail .post__title {
  color: #515365;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
.discussion-detail p {
  margin-top: 15px;
}

.form-tags {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  margin-left: 1.5rem;
  font-size: 13px;
}
.form-tags i {
  position: absolute;
  line-height: 30px;
  font-size: 18px;
  left: 0;
  color: #9a9fbf;
}
.form-tags .form-control {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #e6ecf5;
}

.chat-message-field .notification-event {
  width: 100%;
  max-width: none;
  font-size: 13px;
}
.chat-message-field .added-photos {
  float: none;
}
.chat-message-field .added-photos img {
  max-width: 75px;
  height: auto;
  border-radius: 0;
}
.chat-message-field li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.notification-list li > .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chat-field .mCustomScrollbar {
  max-height: 300px;
}
.chat-field .mCustomScrollbar.helo{
    max-height: 300px;
    min-height: 300px;
}

.chat-field .add-options-message {
  padding-top: 10px;
  padding-bottom: 10px;
}

p {
  font-size: inherit;
}

.p_22{
  padding: 22px !important;
}
.post_dropdown{
  top: 44px;
  right: -22px;
}
.swal2-modal .swal2-content {
  font-size: 16px;
}
.hk-margin{
  margin-left: -14px;
}
.submisson-like{
  cursor: pointer;
}
.view-like-modal{
  cursor: pointer !important;
}
.comments-margin{
  margin-left: -10px;
}
.b-l-0{
  border-left: 0px solid #000;
}
.all-message-user-list{
  max-height: 494px;
  overflow-y: auto;
}
.chat-field .mCustomScrollbar.scroll-bottom .ps__scrollbar-y-rail,
.chat-field .mCustomScrollbar.scroll-bottom .ps__scrollbar-x-rail,
.mCustomScrollbar.helo .ps__scrollbar-y-rail,
.mCustomScrollbar.helo .ps__scrollbar-x-rail{
  display: none !important;
}
.chat-field .mCustomScrollbar.scroll-bottom,
.chat-field .mCustomScrollbar.helo{
  overflow-y: auto !important;
}

@media (max-width: 530px) {
  .all_message_row .all-messages-list{
    display: none;
  }
  .all_message_row .all-messages-list.activee{
    display: block;
  }
  .all_message_row .all-message-user-list.inactivee{
    display: none;
  }
  .chat-field .mCustomScrollbar.helo {
    max-height: 250px;
    min-height: 250px;
  }
  .m-t-media-15{
    margin-top: 15px !important;
  }
  textarea {
    min-height: 85px;
  }
}
/*Edited by John 12-4-18*/
.image_frame{
        position: relative;

    }
    #know_more_banner{
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    text-align: center;
    width: inherit;
    height: inherit;
    display: none;
    color: white;
    cursor: pointer;

    }
    .knw{
        display: none;
        position:absolute;
        bottom: -35%;
        margin:0 auto;
        color: white;
        left: 0;
        right: 0;
        font-weight: 500;
    }
    .image_frame:hover .knw{
        display: block;
    }
    
    .image_frame:hover #know_more_banner{
        display:  block;
        background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0.6) 100%);background-size:100%;
    }
    /*edited by john 15-5*/
    .image_frame2{
        position: relative;

    }
    .image_frame2:hover .knw{
        display: block;
    }
    
    .image_frame2:hover #know_more_banner{
        display:  block;
        background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0.6) 100%);background-size:100%;
    }
    /*end of edited by john 15-5*/

/*End of - Edited by John 12-4-18*/
/*Edited by John 25-4-18*/
@media (max-width: 361px) {
    /*.knw{

        left: 38%;
    }*/
}
/*End of - Edited by John 25-4-18*/
/*Editied by john 6-6-18*/

#web_message_triger:hover .more-dropdown, #web_message_triger:hover .more-with-triangle,#web_message_triger:hover .header-notification-dropdown{
  visibility: hidden ;
  
}
/*end Editied by john 6-6-18*/


/*Home-v1 css - Edited by john 16-4-18*/

.home-v1-banner{

  height: 90vh;
  width: 100vw;
  background-image: url("../images/home-banner.jpg");
  background-position: center   ;
  background-repeat: no-repeat;
  background-size: cover;
}

.create-content-banner{

  height: 90vh;
  width: 100vw;
  background-image: url("../images/create-content-banner.png");
  background-position: center ;
  background-repeat: no-repeat;
  background-size:cover;
}
#section1,
#section1 .fp-slide,
#section1 .fp-tableCell{
    height: auto !important;
}
.section-content .fp-tableCell{
  padding-bottom: 0px !important;
}
div.section{
  height: 100vh !important;
  padding: 0!important;
}
.home-header-thumb{

  /*position: relative;*/
}
  
.home-header-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;

}
.banner-left{
  
  height: 100%;
   position: relative;
}
.banner-right{
  color: white;
  text-align: left;
  margin-right: 0px !important;
}

.sqrfactor-title{
  position: relative;
  height: 100%;
   margin-top: 40vh;
  text-align: left;
  width: 500px;
  
}
.sqrfactor-title h1{
  font-size: 6em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 350px;
}

.sqrfactor-title p{
  width: 350px;;
  padding-left: 38%;
  font-size: 2em;
  margin-top: 0px;
  padding-top: 0px;
  
}
.create-title{
  position: relative;
  height: 100%;
   /*margin-top: 40vh;*/
  
  text-align: center !important; 
  width: 100% !important;
  margin-top: 0 !important;
   vertical-align: center;
   padding:10% 0!important;

  
}
.create-title h1{
  font-size: 8em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 350px;
  text-align: center !important; 
  width: 100% !important; 
  vertical-align: center;
}

.create-title p{
  width: 350px;;
  padding-left: 38%;
  font-size: 2em;
  margin-top: 0px;
  padding-top: 0px;
  
}

.sign-btn .btn-primary-outline{
  background-color: transparent;
  border:2px solid white;
  border-radius: 0px;
  margin-right: 20px;
}
.changeTexts{
  display: none;
  margin-bottom: 30px;
  font-size: 1.5em;
  height: 50px;
}
.hotair{
  display: none;
}

.brand-section{

  height: 100vh;
  width: 100vw;

}


  

.brand-banner-left{

   height: 100%;
   position: relative;
   text-align: right;
   
  bottom: 0;
  padding:25vh 0;
}

.brand-banner-right{
  position: relative;
  text-align: left;
   width: 100%;
  padding:40vh 0;

  
}
.sqr-mac{
  padding-left: 19%;
  padding-right: 0px;
  }
 
.brand-content{
  text-align: right !important;
  /*margin-top: 10%;*/
  float: left;
   font-family:Roboto,;
  font-weight: lighter;
    width: 82%;
}
.brand-head{
  color:  #ea3e42;
 
}
.brand-text{
  color:  black;

  font-size: 1.5em;
  
}


.content-section{
  /*margin-top: 15%;*/
  height: 100vh ;
  width: 100vw;

  position: relative;

}



.content-left{

   height: 100%;
   position: relative;
   text-align: left;
   width: 100%;
  bottom: 0;
  padding:35vh 0;
  

}
.content-right{
  position: relative;
  text-align: left;
  padding:30vh 0;
   
}
.sqr-iphone{
 
  padding-right: 19%;
  padding-left: 0px;
  }
.content-content{
  text-align: left !important;
  margin-top: 10%;
  float: right;
    font-family:Roboto,;
  font-weight: lighter;
    width: 82%;
  
}
.content-head{
  color:  #ea3e42;
 
}
.content-text{
  color:  black;
  font-size: 1.5em;
  
}
.content-bottom{
  position: absolute;
  bottom: 0 ;
  margin-bottom: 0px !important;
  height: 70px;
  width: 100vw;
  background-color: #363636;
  padding:1.3% 0;
  
}
.content-bottom-text{
  font-size: 1.5em;
  color: white;
  font-family:Roboto;
  font-weight: 200;
  vertical-align: middle;
  
}
.section-content{

  padding-bottom: 0px !important;
}
.content-bottom .btn-primary-outline{
  background-color: transparent;
  
  padding:5px 15px;
  border:1.5px solid white;
  border-radius: 0px ;
  margin: auto;
}

.reg-section{

  height: 100vh;
  width: 100vw;
}

.reg-register{
  height: 60%;
  width: 600px;
  padding:2%;
}
.sqr-mac-reg{
  padding-left: 19%;
  padding-right: 0px;
  padding-bottom: 10px;
  height: 100%;
  position: static;
  }

.reg-left{
  
   height: 100%;
   position: relative;
   text-align: right;
   
  bottom: 0;
  padding:28vh 0;
  

}
.reg-right{
  position: relative;
  text-align: left;
  padding:40vh 0;
   
   height: 100%;
  
}
.reg-content .btn-primary-outline{
  background-color: transparent;
  border:1.6px solid black;
  border-radius: 0px;
  display: block;
  color: black;
  float: right;
}


.reg-content{
  text-align: right !important;
    width: 82%;
    float: left;
 font-family:Roboto,;
  font-weight: lighter;
}
.reg-head{
  color:  #ea3e42;
 
}
.reg-text{
  color:  black;
  font-size: 1.5em;
  
}
#reg-nav-signup{
  height: 60%;
  width: 500px;
  padding-left:  30%;
  margin: 0px !important;
  /*box-shadow: 0px 0px 10px #888888;*/
}
#reg-nav-signup .form-control{
  height:40px;

}
.navbar-toggleable-sm{
  width: 100vw !important;
}

/*FOR REG FORM*/
#reg-nav-signup .control-label{
  font-size: 0.9em !important;
  padding:1px !important;
  top:7px !important;
  left:7px !important;
}
#reg-nav-signup .btn{
  height: 40px;
  font-size: 0.8em;
  padding:10px !important;
}

#reg-nav-signup .bg-facebook{
  width: 49%;
}

#reg-nav-signup .bg-googleplus{
  width: 49%;
}
.terms_and_conditions{
  font-size: 20px !important;
}

/*create content page Edit John*/
/*register*/
.register-section{

 height: 100vh;
  width: 100vw;
}
.register-left{
  
   position: relative;
   text-align: center;

  
}
.register-right{
  position: relative;
  margin: 0 auto;
  
  padding:25vh 0;
}
.register-gif{
  height: 50%  !important;
  margin:  15vh 0;
  box-shadow: 0 1px 10px 0px rgba(66, 66, 66, 0.2);
  
  /*box-shadow: 0px 0px 40px #bab8b8;*/
 }
.register-content{
  text-align: right;
  width: 80%;
   font-family:Roboto,;
  font-weight: lighter;
}

.register-head{
  color:  #ea3e42;
  font-size: 4em; 
  margin:auto 0;
  /*line-height: 1.3;*/
  padding: 0;
}

.register-number{
  font-size: 12em;
  line-height: 0.8;
  padding: 0;
  padding-top: 1.3%; 
  float: right;
}
.register-text{
  color:  black;
  width: 550px;
  font-size: 1.3em;
  
}
/**/
/*content-creation*/
.content-creation-section{

 height: 100vh
  width: 100vw;
}
.content-creation-left{
    position: relative;
  margin: 0 auto;
  text-align: right;
  padding:25vh 0;
   
   
  
  
}
.content-creation-right{
  
   position: relative;
   text-align: center;
  
}
.content-creation-gif{
  height: 550px !important;
  margin-bottom:   25% ;
  margin-top:   10% ;
  
  box-shadow: 0px 0px 40px #bab8b8;
 }

.content-creation-left{
    position: relative;
  margin: 0 auto;
  text-align: right;
  padding:25vh 0;
   
   
  
  
}
.content-creation-content{
  text-align: left !important;
  float: right;
   font-family:Roboto,;
  font-weight: lighter;
}
.content-creation-head{
  color:  #ea3e42;
  font-size: 4em; 
  /*line-height: 1.3;*/
  margin:auto 0;
  padding: 0 1%;
}
.content-creation-number{
  margin:auto 0;

  font-size: 12em;
  line-height: 0.8;
  padding: 0 2%;
  text-align: right;
  padding-top: 1.3%; 
  
}
.content-creation-text{
  color:  black;
  width: 550px;
  font-size: 1.3em;
  
}
/**/
/*content-creation*/


/*views*/
.views-section{

 height:100vh;
  width: 100vw;
}
.views-left{
  
   position: relative;
   text-align: center;

  
}
.views-right{
  position: relative;
  margin: 0 auto;
  padding:20vh 0;
   
  
}
.views-gif{
  height: 550px !important;
  margin-bottom:   25% ;
  margin-top:   10% ;
  
  box-shadow: 0px 0px 40px #bab8b8;
 }
.views-content{
  text-align: right;
  margin-top: 10%;
  width: 80%;
   font-family:Roboto,;
  font-weight: lighter;
}
.views-head{
  color:  #ea3e42;
  font-size: 4em; 
  margin:auto 0;
  /*line-height: 1.3;*/
  padding: 0;
}

.views-number{
  margin:auto 0;

  font-size: 12em;
  line-height: 0.8;
  padding: 0;
  padding-top: 1.3%; 
  float: right;
}
.views-text{
  color:  black;
  width: 550px;
  font-size: 1.3em;
  
}
/**/
/*earn-week*/
.earn-section{

 height: 100vh;
  width: 100vw;
}
.earn-right{
  
   position: relative;
   /*text-align: center;*/
    float: right;
  padding:35vh 0;
   
   
  
  
}
.views-table{

}
.earn-left{
    position: relative;
  margin: 0 auto;
  text-align: right;
  padding:32vh 0;
   
   
  
  
}
.earn-content{
  text-align: left !important;
  margin-top: 10%;
  float: right;
   font-family:Roboto,;
  font-weight: lighter;
}
.earn-head{
  color:  #ea3e42;
  font-size: 4em; 
  margin:auto 0;
  /*line-height: 1.3;*/
  padding: 0 1%;
}
.earn-number{
  margin:auto 0;

  font-size: 12em;
  line-height: 0.8;
  padding: 0 2%;
  text-align: right;
  padding-top: 1.3%; 
  
}
.earn-text{
  color:  black;
  width: 550px;
  font-size: 1.3em;
  
}
.views-each-table {
    padding: 0;
    font-family: Roboto;
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    height: 200px;
    font-weight: lighter;
    /* margin: 0 auto; */
}
/*.views-each-table{
  padding:0;
  font-family: Roboto;
  padding-left: 15%;
  padding-right: 15%; 
  height: 200px;
  font-weight: lighter;
  margin: 0 auto
}*/

.earn-views-head{
  text-align: center;
  background-color: #d3d5e2;
  color: white;
  height: 50%;
  font-size: 2.2em;
  padding:2% 0;
}
.views-money{
  background: linear-gradient(180deg, #d3d5e2 50%, white 50%);
  padding: 0 10%;
  height: 50%;
  
  margin: auto;
}
.views-dollar{
  border-radius:50%; 
  background-color: #F94342;
  height: 100px;
  width: 100px;
  color: white;
  margin: auto;
  font-size: 2.2em;
  display: table;
  padding-top: 10%;
}
#counter2{
}
/**/

/*credits-section*/
.credits-section{

 height:100vh;
  width: 100vw;
}
.credits-left{
  
   position: relative;
   text-align: center;

  
}
.credits-right{
  position: relative;
  margin: 0 auto;
  padding:20vh 0;
   
  
}
.credits-gif{
  height: 550px !important;
  margin-bottom:   25% ;
  margin-top:   10% ;
  
  box-shadow: 0px 0px 40px #bab8b8;
 }
.credits-content{
  text-align: right;
  margin-top: 10%;
  width: 80%;
   font-family:Roboto,;
  font-weight: lighter;
}
.credits-head{
  color:  #ea3e42;
  font-size: 4em; 
  margin:auto 0;
  /*line-height: 1.3;*/
  padding: 0;
}

.credits-number{
  margin:auto 0;

  font-size: 12em;
  line-height: 0.8;
  padding: 0;
  padding-top: 1.3%; 
  float: right;
}
.credits-text{
  color:  black;
  width: 550px;
  font-size: 1.3em;
  
}
/**/
/**/
.other-section{
  width: 95%;
  margin: auto;
  height: 100vh;
  margin-top: 10%;
}
.other-each{
  text-align: center;
    font-size: 10px;  
   font-family:Roboto,;
    height: 35vh;
    box-shadow: 0 1px 5px 0px rgba(66, 66, 66, 0.2);

}
.other-head{
  font-size: 2.8em;
  margin: auto auto;
   padding: 4% 5%;
  color:  #ea3e42;
  width: 100%;
  display: block;
  vertical-align: middle;
  
}

.other-hr{
  margin: 0;
  margin-bottom: 5%;
  top:0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(66, 66, 66, 0.2), rgba(0, 0, 0, 0));
}
.other-text{
  font-size: 2em;
  font-weight: lighter; 
  height: 80%;
  padding: 0 5%;
  margin: auto 0;
  display: block;
  vertical-align: middle;
}
.gif-down{
display:none;
}

/**/

/*create content page Edit John*/




/*End of  FOR REG FORM*/

/*Editied by john 15-5*/



@media screen and (orientation:landscape) and  (max-width: 800px) {

.register-gif, .views-each-table,.brand-banner-left, .content-right , .reg-left{
  display: none;
}
 .sqrfactor-title {
    padding:  0 !important;
    margin-top: 0 !important;
   }




}

.add_email_model_div button{
  height: 70%;

}

/*end of Editied by john 15-5*/

/*MOBILE AND TAB */
@media (max-width: 1024px) {
  .brand-section,.brand-section  .row {
    width: 100vw;
  }
  .brand-banner-left,.content-right,.reg-left{
    padding:38vh 0;
  }

  


}
@media (max-width: 800px) {
  /*body{
  padding-top: 70px !important;
}*/
  .home-header-thumb{
    height: 90vh;
  }
  .create-content-banner .row{
    padding-top: 32vh;
  }
  .create-content-banner{
    background-size: 100%;
  background-image: url("../images/create-content-mobile-banner.png") !important;
  }
    .banner-left{
      
      display: none !important; 
      
    }

    .brand-content{
      width: 100vw !important;
      padding-right: 4%;


    }
    .views-each-table {
     padding-left: 15%; 
     padding-right: 15%; 
     margin: auto;
  }
    .brand-banner-left{
      padding: 0;
      padding-top: 5vh;
    }
    .brand-banner-right{
      padding: 0;
      padding-top: 10vh;


    }
    .brand-section{
            height: 80vh ;

    }


    .sqr-mac{
      padding-left: 0px !important;
       
       float: left !important;
       

    }
    .brand-text{
      
      padding:2% 4% !important;
      padding-left: 7% !important;
      width:100vw;
    
    }
    .content-left{
      padding: 0;
      padding-top: 5vh;
    }
    .content-right{
      padding: 0;
      padding-top: 10vh;


    }
    

    .content-text{
      width: 100% !important;
      padding-left: 4%;
      padding-right: 4%;
    }
    .content-head{
      padding-left: 4%;
    }

    .content-content{
      width: 90% !important;
      padding-right: 4%;

    }
    .content-bottom{
      width: 100vw !important;
      padding:2.5% 0 !important;
       margin-bottom: 0px !important;
    }
    .sqr-iphone{
      padding: 0 2%!important;
    }
    
    .reg-content{
        width: 100vw !important;
        padding-right: 4%;
    }
    
    .reg-left{
      padding: 0;
      padding-top: 10vh;
    }
    .reg-right{
      padding: 0;
      padding-top: 10vh;


    }
    .reg-text{
      padding-left: 4%;
    }
    
    .sqr-mac-reg{
      padding:0 10%;
       float: left !important;
       

    }
    body{
      width: 100vw !important;
    }
   .sqrfactor-title {
      margin-left:20%;
   }

  .sqrfactor-title h1{
    font-size: 6em !important;
    margin-top: 5vh;
    width: 100px;
  }
    .register-gif{
      height: 500px !important;
      margin:5vh 0;
    }
    .register-content{
  text-align: left;
    
       width: 100%;

      padding:0 10%;
    }
    .register-right{
      padding:0;
      padding-top: 10vh;

    }
      .register-number2{
    
    
    font-size: 9em;
    padding: 0;
    padding-left: 5%;
    line-height: 120px;
    }
  .register-text2{
    color:  black;
    /*width: 550px;*/
    font-size: 1.3em;
    padding: 0;
  }
  .register-head2{
    color:  #ea3e42;
    font-size: 4em; 
    float: none;
    /*width: 80vw;*/
    padding: 1% 0;
  }
     .content-creation-text{
  width: 100%;
  padding:0;
}
     .content-creation-left{
    padding: 0;
      padding-top: 10vh;

}
     .content-creation-content{
  text-align: left;
    
       width: 100%;

      padding:0 10%;
    }
    .views-left{
      padding-top: 10vh;
    }
  .views-content{
      margin:  0 20%!important;
      float: left;
    
  }
   .credits-left{
      padding-top: 10vh;
    }
  .credits-content{
      margin:  0 20%!important;
      float: left;
    
  }
  .earn-left{
    padding: 0;
    padding-top: 10vh;
  }
  .earn-right{
    padding: 0;
    padding-top: 15vh;
  }
  .earn-content{
      margin:  0 20%!important;
      float: right;
    
  }
  .other-each{
    font-size: 9px;  
    height: 28vh;
    margin-bottom: 10px;

    }
.other-head.launch-competition,.other-head.post-job{
    padding: 3% 5%;
 }
 .other-head.list-event{
    padding: 3% 5%;

 }
  .brand-section .row, .register-section .row, .views-section .row,.credits-section .row, .earn-section .row, .content-creation-section .row,.home-header-thumb .row,.content-section .row,.reg-section .row{
    margin:0 !important;
  }

}
@media (max-width: 500px) {

.hotair{
    position: absolute;
    display: block  !important;
    float: right;
    margin-top: 20% !important; 
    margin-left:40% !important;
    width: 50% !important;
    mix-blend-mode: multiply;
  }
  .sqrfactor-title {
    margin:30px;
    text-align: center !important;
    padding: 40% 0 !important;
   }
}
@media (max-width: 600px) {
  div.section{
    height: auto !important;
  }
  .sqrfactor-title {
    /*margin:10px;*/
    text-align: center !important;
  }
  .home-v1-banner{
    height: 90vh;
  }
  .brand-section{
    height: 90vh !important;
  }
  .brand-banner-left{
      padding: 0;
      padding-top: 15vh;
    }
    .brand-banner-right{
      padding: 0;
      padding-top: 15vh;


    }
  .banner-left{
    
    display: none !important; 
    
  }
  .footer-item{
  margin-bottom: 0px !important;
}
.footer-title{
padding-bottom: 4px !important;
}
.footer-section{
  padding-top: 10px !important;
}
.footer-social-links{
  margin-bottom:5px !important;
}
  
  

  .changeTexts{
    font-size: 1.3em !important;


   }

  .sqrfactor-title h1{
    font-size: 5em !important;
    margin-top: 5vh;
    width: 340px;

  }
  .sqrfactor-title p{
    width: 340px;

  }
  .sign-btn{
    display: flex;
    justify-content: center;
  }
  .navbar-toggleable-sm{
     position: fixed !important;
     top:0 !important;
  }

  .brand-head{
    font-size: 2em;
  }
  .brand-text{
    font-size: 1.2em;
    padding:0 4% ;
  }
  .content-section{
    height: 90vh;
  }
  .content-left{
      padding: 0;
      padding-top: 5vh;
    }
    .content-right{
      padding: 0;
      padding-top: 5vh;


    }
  .content-head{
    font-size: 2em;
  }
  .content-text{
    font-size: 1.2em;
    padding:0 4% ;
  }
  .sqr-mac{
    padding: 0 5% !important;
  }
  .reg-section {
    height: 90vh;
      padding: 0;

  }
  .section-reg{
    height: auto !important;
  }
    .reg-left{
      padding: 0;
      padding-top: 5vh;
    }
    .reg-right{
      padding: 0;
      padding-top: 10vh;


    }
  .reg-content{
    margin-top:0px !important;
      
    
  }
  .reg-head{
    font-size: 2em;
  }
  .reg-text{
    font-size: 1.2em;
    padding-left: 4%;
  }
  .section-content{
    padding:0 0 !important;
  }
  .content-left{

   height: 100%;
   position: relative;
   text-align: left;
   
  bottom: 0;


}
    .content-content{
      margin-top: 0;

}
  .content-section .row{
      padding: 0;
    }

   
  .sqr-iphone{
    padding: 0 5% !important;
    max-height: 35vh;
   }
  .content-bottom{
    
    height: 90px !important;
   margin-bottom: 0px !important;
  }
  .content-bottom-tab{
    display: none;
  }
 
  .content-bottom-btn{
    display: block;
  }
  .home-header-thumb{
    height: 90vh;
  }
  .create-content-banner .row{
    padding-top: 27vh;
  }
  .create-content-banner{
  background-image: url("../images/create-content-mobile-banner.png") !important;
  }

 .views-left{
  padding: 0;
 }
  .views-right{
    display: none;
  }
  .credits-left{
  padding: 0;
 }
  .credits-right{
    display: none;
  }
.register-section{
  height: 90vh;
}
  .register-gif{
      height: 350px  !important;
      margin-bottom: 0px;
      /*margin-top: 5%;*/
    }
  .register-number2{
    font-size: 9em;
    padding: 0;
    padding-left: 5%;
    line-height: 120px;
    }
  .register-text2{
    color:  black;
    /*width: 550px;*/
    font-size: 1.2em;
    padding: 0;
  }
  .register-head2{
    color:  #ea3e42;
    font-size: 2em; 
    float: none;
    /*width: 80vw;*/
    padding: 1% 0;
  }

  .register-content{
    margin: 0 !important;
    padding: 0 10%;
    padding-top: 3vh;
    text-align: left;
    width: 100%;
  }

  .content-creation-number{
    font-size: 9em;
    padding: 0;
    line-height: 120px;
    }
  .content-creation-text{
    color:  black;
    /*width: 550px;*/
    font-size: 1.2em;
    padding: 0 !important;
    margin-bottom: 0;

  }
  .content-creation-head{
    color:  #ea3e42;
    font-size: 1.5em; 
    float: none;
    /*width: 80vw;*/
    padding: 1% 0;
  }
  .content-creation-content .row{
    padding-left: 5%;
    padding-right: 3%;
  }

  .content-creation-content{
    margin: 0 !important;
    padding: 0 10%;
    padding-top: 3vh;
    text-align: left;
    width: 100%;
  }
/*  .content-creation-right{
    height: 80vh;
  }*/
 
  .content-creation-left{
    /*height: 80vh;*/
    padding: 1% 0;
  }
  .content-creation-content2{
padding: 0 !important ;

  }
  .content-creation-section{

 
  height:  90vh;
}
.section-reg{
  height: 100vh;
}
  .views-number{
    font-size: 8em;
    width: 20vw;

    }
  .views-text{
    color:  black;
    width: 550px;
    font-size: 1em;
    
  }
  .views-head{
    color:  #ea3e42;
    font-size: 2.2em; 
    float: none;
    width: 70vw;
  }
  .views-content{
    margin: 0 !important;
    padding: 0 10%;
  }
  .views-section {
    height: 90vh;
  }
  /**/
  .credits-number{
    font-size: 8em;
    width: 20vw;

    }
  .credits-text{
    color:  black;
    width: 550px;
    font-size: 1em;
    
  }
  .credits-head{
    color:  #ea3e42;
    font-size: 2.2em; 
    float: none;
    width: 70vw;
  }
  .credits-content{
    margin: 0 !important;
    padding: 0 10%;
  }
  .credits-section {
    height: 90vh;
  }
/*  .views-left{
    height: 80vh;
    padding: 15% 0;
  }*/
  .earn-section{
    height: 90vh;
  }
  .earn-left{
   padding:0; 
  } 
  .earn-right{
   padding:5% 0; 
  } 
  .earn-number{
    font-size: 8em;
    width: 18vw;

    }
  .earn-text{
    color:  black;
    width: 550px;
    font-size: 1.2em;
    
  }
  .earn-head{
    color:  #ea3e42;
    font-size: 2em;
    
    float: none;
    width: 75vw;
    padding: 5% 0;
  }
  .earn-content{
    margin: 0 !important;
    padding: 0 10%;
    padding-top: 3vh;

  }
  .register-right{

    padding: 0;
  }
  .other-section{
  margin: 0 auto;
}
  .other-each{
    font-size: 7px;  
    height: 25vh;
    margin-bottom: 10px;

    }
    .gif-up{
display:none !important;
}
    .gif-down{
display:block !important;
}
}
/**/
@media (max-width: 380px) {
  
    .home-v1-banner{
         background-size:cover;

    }
    .create-content-banner .row{
    padding-top: 20vh;
  }
    .content-right{
      padding:5% 0 !important;
     }

    .changeTexts{
      font-size: 1.3em !important;

     }
       .sqrfactor-title {
    margin:0;
    text-align: center !important;
    padding: 40% 0 !important;
   }
   /*.sqrfactor-title{
      margin: 0 !important;

   }*/
   .brand-content,.brand-text{
      padding-right:0 !important;
   }
   .brand-section{
      height: 90vh !important;
   }
   .brand-banner-left{
    padding-top: 8vh;
   }
   .brand-banner-right{
    padding-top: 10vh;


   }

   .content-section{
    height: 90vh !important;
   }
   .sqr-iphone{
    padding: 0 5% !important;
    max-height: 30vh;
   }
   .content-left{
    padding-top: 4vh;
   }
   .content-left{
    padding-top: 4vh;


   }
   .reg-section{
      height: 100% ;

   }
   .section-reg{
      padding:0 !important;
      margin: 0;
      height: 60vh !important;
   }
   .content-text,.content-head{
      padding:0 !important;
   }

   .changeTexts{
     padding: 0 10% !important;
   }
   .sqrfactor-title h1{
    font-size: 5em !important;
    margin-top: 0 !important;
    width: 300px !important;

  }
  .reg-right{
    padding: 0;
  }
  .reg-text{
    font-size: 1.1em !important;
    margin: 0 !important;
  }

  .sqrfactor-title p{
    width: 300px !important;

  }
  .sign-btn{
    display: flex;
    justify-content: center;
  }
  
  .content-bottom{
  }
  .content-bottom-text{
    padding:  5% !important;


  }
  .reg-content .btn-primary-outline{
    margin-top: 3% !important;
  }
  .footer-menu li,.footer-item-content p{
    font-size: 0.8em;
  }
  .footer-title{
    margin-bottom: 5px !important;
  }
  .footer-bottom text-md-left{
    font-size: 0.7em;
  }
    .other-each{
    font-size: 4px;  
    height: 22vh;
    margin-bottom: 20px;

    }
    .other-head{
   padding: 3% 5%;
    }

.other-hr{
  margin-bottom: 3%;
    }
      .register-text2{
    /*width: 550px;*/
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .register-head2{
    font-size: 1.8em !important; 
    /*width: 80vw;*/
  }
  .register-gif{
    height: 320px !important;
  }
  .content-creation-text{
    
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .content-creation-head{
    font-size: 1.8em !important; 
    /*width: 80vw;*/
  }


}
@media (max-width: 361px) {

  .sign-btn{
    display: flex;
    justify-content: center;
    flex-flow:column;
  }
  .sign-btn .btn-primary-outline {
    
    width: 100%;
  }
}

@media (max-width: 321px) {

    .other-each{
    font-size: 1px;  
    height: 22vh;
    margin-bottom: 30px;

    }
    .reg-content{
      padding:0;
    }
     .reg-text{
      padding: 0 0 !important;
      padding-left: 2% !important;
      font-size:1em !important;
    }
     .brand-text{
      font-size:1em !important;
    }
     .content-text{
      font-size:1em !important;
    }
      .content-creation-head{
    color:  #ea3e42;
    font-size: 1.4em !important; 
  }
  .views-section {
    height: 100vh !important;
  }
  .credits-section {
    height: 100vh !important;
  }
  .section-views{
    padding: 0!important;
  }
  .section-credits{
    padding: 0!important;
  }
}
/* end of Edited by john may 3-7*/
.modal-body .social-share i{
  color: #888fb0;
}
.modal-body .social-share i:hover{
  color:#FB4243;
}
  
.modal-body .social-share i:active{
  color:#ef0000;
}
.modal-body .social-share{
  margin: 5% 0;
   font-size: 3em;
   text-align: center;

}
#myModalChangeProfile .modal-content{
  width: auto !important;
  display: block;
  margin:  auto !important;

}
#myModalChangeProfile .form-group{
  width: 100% !important;
}
#myModalChangeProfile .modal-body{
 text-align: center !important;
}
/*#shareModal{
padding:32vh 0;
}*/

@media (max-width: 600px) {
  .modal-body .social-share{
   font-size: 8vw;

}
  .modal-body .social-share{
   font-size: 10vw;

}
}

/**/

/*Edited by John 2-7*/
.event-signup-form{
  padding:  5%;
  margin: 0 auto;
      border: none;
    box-shadow: 0 0 40px rgba(63, 66, 87, 0.1);
    color: #888da8;
    /*text-align: center;*/
}
.event-payment-success{
  padding:  5%;
  margin: 0 auto;
      border: none;
    box-shadow: 0 0 40px rgba(63, 66, 87, 0.1);
    color: #888da8;
    text-align: center;
}
.event-payment-success h3{
  margin:  10px 0px 50px; 


}
.event-payment-success img{
  height: 100px

}
.event-payment-success .h5{
  
}


.event-payment-failed{
  padding:  5%;
  margin: 0 auto;
      border: none;
    box-shadow: 0 0 40px rgba(63, 66, 87, 0.1);
    color: #888da8;
    text-align: center;
}
.event-payment-failed h4{
  margin:  10px 0px; 


}
.event-payment-failed img{
  height: 100px

}
.event-payment-failed .h5{
  
}
/**/
/*Edited by John 12-7*/

#payment-unauth-modal .modal-body form{
  margin: 0 auto;
  text-align: center !important;   
}
#payment-unauth-modal .modal-body #amount{
border: none;
outline: none;
display: inline-block;
width: auto;
}




.event-payment-confirmation{
  padding:  5%;
  margin: 0 auto;
      border: none;
    box-shadow: 0 0 40px rgba(63, 66, 87, 0.1);
    color: #888da8;
    text-align: center;
}
.event-payment-confirmation h3{
  margin:  10px 0px 50px; 


}
.event-payment-confirmation img{
  height: 100px

}
.event-payment-confirmation form{
  width: 100%;
}
.event-payment-confirmation .h5{
  margin-bottom:20px;
  text-align: left;
}
.event-payment-confirmation form .form-group{
  margin-bottom: 40px;
}
#event-register .h5{
  margin-bottom:20px;
  text-align: left;

}
#event-register form{
  width: 100%;
  padding: 0 5%;
  text-align: center;
}
/**/

/*editied by john 26-7*/

.resentEmail{
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #515365 !important;
  text-align: center !important;
  border-color: #f84343;
  border-color: 1px solid rgba(0,0,0,0.2) !important;
}
.resentEmail a{
  color: #f84343;
}
@media (max-width: 500px) {
    .resentEmail{
        font-size: 0.8em !important;
    }
    .resentEmail strong:first-of-type{
        display: block;
    }
  }
/**/

/*edited by john 3-8*/
.cropping_banner_article_open{
  cursor: pointer;
}
/*selects iphones and solves auto zoom on inputs*/
@supports (-webkit-overflow-scrolling: touch) {
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}
.medium-editor-insert-plugin{
  font-size: 16px !important;

}

}
.add_country{
  z-index: 20;
  margin: 0 auto;
  font-weight: 600;
}
.add_country:hover,.add_country:active{
  color: red !important;
}
.noneResultsText{
  background-color: white;
  padding:5px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1)
}
/**/

/*edited by john 16-8*/

.select-country{
  width: 90%;
  display: inline-block;

}
.add-symbol{
  width: 8%;
  display: inline-block;
  font-size: 25px;
  color: rgba(0,0,0,0.1);
  text-align: right;
  height: 100%;
  cursor: pointer;

}
.add-symbol a{
  color: inherit;
  text-decoration: none;

}

.add-symbol:hover,.add-symbol:active{
  color:#F84442;
  
}
.add-symbol i{
  vertical-align: middle;
  -webkit-text-stroke: 1px white;
}
/**/

/* Edited by John 27-8-18 */
.main-content{
  height: 80vh;
}
.btn-employers,.btn-employees {
  margin: auto;
  position: relative;

  top: 30%;
  
}
.btn-inner {
  padding:10px;
  border: 1px solid #BFC3D7;
  width:300px;
  z-index: 40;   
  background-color: white;
  font-size: 25px;
  font-weight: 100;
  margin:auto;
  text-align: center;
  cursor: pointer;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.btn-inner:hover{
   border: 1px solid #393B48 ;
}
.btn-inner:active{
   border: 1px solid #F64343 ;
}
.btn-inner a{
  color:#393B48 !important;

}

.btn-wrapper :hover .btn-inner{
    top: -6px;
    /* transform: scale(1.2, 1.2); */
    -webkit-translate: scale(1.2, 1.2);
    cursor: pointer;      
  }
.employee{
  position: absolute;
  bottom:-15px;
  color: #9fa2b5;
  opacity: 0;
  z-index: 0;
  left: 0;
  right: 0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-align: center;
  -webkit-translate: all 0.5s;
  font-weight: 200;
  font-size: 15px;
  
}
.btn-inner:hover + .employee{
  opacity: 1;
  bottom: -25px;
}
.already-user{
  margin: auto;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.already-user .text{
  padding: 5px 0;
  font-size: 15px;
  font-weight: 200;
  color: #9fa2b5;
  opacity: 1;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  margin: auto;
  z-index: 100;
}
.already-user:hover  .text{
  opacity: 0;
}
.already-user:hover .btn-home-login{
  opacity: 1;
  }
  .btn-home-login:active{
    border-color:  #F64343;
  }
  .btn-home-login:active a{

    color: #393B48 !important;
}
.btn-home-login{
  border: 1px solid #BFC3D7;
  padding:5px 10px;
  position: absolute;
  top:0;
  opacity: 0;
  -o-transition:.9s;
  -ms-transition:.9s;
  -moz-transition:.9s;
  -webkit-transition:.9s;
  /* ...and now for the proper property */
  transition:.9s;
  width: 100px;
  left: 0;
  right: 0;
  margin-left: auto; 
  margin-right: auto; 
  z-index: 5;
}
.btn-home-login a{
  color: #BFC3D7 !important;

}



.our-categories-footer{
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.our-categories{
  position: relative;
  top:-80px;
}

.our-categories-head{
  margin-bottom: 20px;
}
.our-categories-footer p{
    font-size: 1rem;
}
.our-categories-head p{
    font-size: 1rem;

}
.storytellers p{
    font-size: 1.2rem;
    
}
@media (hover: none) , (max-width: 800px) { 
   /* custom css for devices where the primary input mechanism cannot hover 
   at all or cannot conveniently hover*/
  
  .main-content{
    height: 50vh;
  }
  .employee{
    opacity: 1;
    bottom:-25px;
  }
  .btn-home-login{
    margin-top: 40px;
    opacity: 1;
  }
  .already-user:hover{
    pointer-events: none;
  }
    .our-categories-footer{
    position: static;
   margin-top: 1rem !important;

  }
  .our-categories{
    top:0;
  }
  .section-category-item {
    padding: 10px !important;
}
.section-category-item .section-category-img {
    height: 55px  !important;
}
.section-category-img img {
    height: 60px  !important;
}
.section-category-item h4 {
    margin-top: 15px  !important;
    font-size: 15px !important;
    font-weight: 500  !important;
}
.our-categories-head{
  margin-bottom: 0px;
}
.multiple-architects-img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 10px  !important;
}
.multiple-architects p{
  font-size: 1rem !important;
}
.section-title {
    
    margin-bottom: 8px !important;
}
.section-category-item.active {
    box-shadow: 0 0 12px #e1e1e1 !important;
}
.storytellers{
  height: 90vh !important ;
  padding: 40% 0  !important;
}
.multiple-architects{
  height: auto;
 padding: 0!important;
 margin: 0px !important;
}
.multiple-architects .section-title{
  margin-bottom: 30px  !important;
}
.what-we-do{
  height: 85vh;
}
.what-we-do-btn{
  margin-top: 1rem;
}
.storytellers .site-banner-content{
  padding:0 10px;
}
}
/*  */