@charset "UTF-8";


	@media (max-width:749px) {
  .hide-on-tiny-mobile, .show-on-desktop, .show-on-mobile, .show-on-tablets {
    display: none
  }
}
@media (min-width:750px) and (max-width:1003px) {
  .hide-on-tablets, .show-on-desktop, .show-on-mobile, .show-on-tiny-mobile {
    display: none
  }
}
@media (min-width:1004px) {
  .hide-on-desktop, .show-on-mobile, .show-on-tablets, .show-on-tiny-mobile {
    display: none
  }
}


.coomeetbutton {
  background-color: #FF5887;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none; 
  cursor: pointer;
}

.coomeetbutton:hover {opacity: 1}

.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: calc(100vh - 140px);
  overflow-y: auto !important
}
.header-menu {
  float: left;
  height: 100%;
  transition: -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
  transition: transform .5s cubic-bezier(.55, 0, .1, 1);
  transition: transform .5s cubic-bezier(.55, 0, .1, 1), -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
  background-color: #fff
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 0;
  height: 100%
}
.header-menu a {
  font-weight: 700;
  font-size: 13px;
  position: relative;
  color: #515365;
  padding: 30px;
  display: block;
  line-height: 1
}
.header-menu .nav-item.show .nav-link, .header-menu .nav-link.active {
  background-color: transparent;
  cursor: pointer;
  color: inherit
}
.header-menu .nav-link:hover {
  color: #ff5e3a
}
.header-menu .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1
}
.header-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all .3s ease;
  margin: 0;
  padding: 0;
  background-color: #3f4257;
  border-color: #e6ecf5;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1)
}
.header-menu .dropdown-item:focus, .header-menu .dropdown-item:hover {
  color: #ff5e3a;
  background-color: transparent
}
.header-menu.open {
  -webkit-transform: translateX(70px);
  transform: translateX(70px)
}
.header-menu .dropdown-toggle::after {
  right: 0;
  top: auto
}
.header-menu .menu-search-item a {
  padding-left: 30px
}
.header--standard-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.header--standard {
  background-color: #fff;
  width: calc(100% - 140px);
  position: fixed;
  left: 70px;
  padding: 35px 55px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
  z-index: 19;
  transition: all .3s ease
}
.header--standard .logo {
  color: #515365
}
.header--standard .logo .img-wrap {
  margin-right: 13px
}
.header--standard .logo:hover {
  color: #515365
}
.header--standard .header-menu {
  margin-left: auto
}
.header--standard .header-menu .dropdown-item {
  padding: 10px 20px;
  font-weight: 500
}
.header--standard .header-menu .dropdown-item:hover {
  background-color: #edf2f6
}
.header--standard .header-menu .shoping-cart {
  visibility: visible;
  opacity: 1
}
.header--standard .dropdown-menu {
  background-color: #fff
}
.header--standard.headroom--not-top {
  padding: 0 55px
}
.header--standard .ps {
  -ms-touch-action: unset;
  touch-action: unset;
  overflow: unset !important;
  -ms-overflow-style: unset
}
.header--standard .ps:hover > .ps__scrollbar-x-rail, .header--standard .ps:hover > .ps__scrollbar-y-rail {
  display: none
}
.header--standard.header--standard-landing {
  width: 100%;
  left: auto;
  top: 0
}
.header--standard.header--standard-full-width {
  width: 100%;
  left: auto;
  top: 0
}
.header--standard .header-menu .close-responsive-menu {
  display: none
}
.header--standard.header-bg-light {
  background-color: #fff
}
.header--standard-dark {
  background-color: #3f4257
}
.header--standard-dark .logo {
  color: #fff
}
.header--standard-dark .logo .logo-title {
  color: green
}
.header--standard-dark .logo:hover {
  color: #fff
}
.header--standard-dark .column-tittle {
  color: #fff
}
.header--standard-dark .header-menu {
  background-color: #3f4257
}
.header--standard-dark .header-menu a {
  color: #fff
}
.header--standard-dark .header-menu .dropdown-item:hover {
  background-color: #545875
}
.header--standard-dark .dropdown-menu {
  background-color: #3f4257;
  border-color: #4a4d66
}
.open-responsive-menu {
  margin-left: auto;
  display: none;
  fill: #9a9fbf
}
.open-responsive-menu:hover {
  fill: #ff5e3a
}
.close-responsive-menu {
  position: absolute;
  top: 20px;
  left: 25px;
  fill: #9a9fbf;
  display: none;
  cursor: pointer;
  transition: all .3s ease
}
.close-responsive-menu svg {
  width: 16px;
  height: 16px
}
.close-responsive-menu:hover {
  fill: #ff5e3a
}
.dropdown-has-megamenu {
  position: static
}
.dropdown-menu.megamenu {
  width: 100%;
  padding: 40px
}
.dropdown-menu.megamenu .dropdown-item {
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent
}
.dropdown-menu.megamenu .dropdown-item:hover {
  padding-left: 25px;
  background-color: transparent
}
.column-tittle {
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block
}
.column-tittle:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ff5e3a;
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: width .3s ease
}
.column-tittle:hover:after {
  width: 100%
}
.header--standard .mCustomScrollbar {
  max-height: calc(100vh - 70px)
}
.header--standard-landing {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff
}
.header--standard-landing svg {
  width: 18px;
  height: 18px
}
.header--standard-landing .logo {
  float: left;
  background-color: transparent;
  padding: 0;
  color: #fff
}
.header--standard-landing .logo .img-wrap {
  margin-right: 3px;
  transition: opacity .3s ease
}
.header--standard-landing .logo .logo-colored {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1
}
.header--standard-landing .logo .logo-title {
  visibility: hidden;
  color: #fff
}
.header--standard-landing .logo:hover {
  color: inherit
}
.header--standard-landing .dropdown-toggle::after {
  border-top-color: #fff
}
.header--standard-landing .dropdown-menu {
  background-color: #fff
}
.header--standard-landing .dropdown-menu.megamenu .dropdown-item:hover {
  color: #ff5e3a
}
.header--standard-landing .header-menu {
  float: right;
  background-color: transparent
}
.header--standard-landing .header-menu .js-expanded-menu .olymp-close-icon {
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden
}
.header--standard-landing .header-menu.expanded-menu .nav-item {
  visibility: visible;
  opacity: 1
}
.header--standard-landing .header-menu.expanded-menu .olymp-menu-icon {
  opacity: 0;
  visibility: hidden
}
.header--standard-landing .header-menu.expanded-menu .olymp-close-icon {
  opacity: 1;
  visibility: visible
}
.header--standard-landing .header-menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.header--standard-landing .header-menu .nav-item {
  display: block;
  visibility: hidden;
  opacity: 0
}
.header--standard-landing .header-menu .nav-item a, .header--standard-landing .header-menu li a {
  color: #fff;
  fill: #fff;
  display: block
}
.header--standard-landing .header-menu .nav-item.js-expanded-menu, .header--standard-landing .header-menu li.js-expanded-menu {
  visibility: visible;
  opacity: 1;
  position: relative
}
.header--standard-landing .header-menu .nav-item.js-expanded-menu a, .header--standard-landing .header-menu li.js-expanded-menu a {
  padding: 0 30px
}
.header--standard-landing .header-menu .nav-item .nav-link:hover, .header--standard-landing .header-menu li .nav-link:hover {
  color: #fff
}
.header--standard-landing .header-menu .nav-item .dropdown-item, .header--standard-landing .header-menu li .dropdown-item {
  color: #888da8
}
.header--standard-landing .header-menu .nav-item .dropdown-item:hover, .header--standard-landing .header-menu li .dropdown-item:hover {
  color: #ff5e3a
}
.header--standard-landing .header-menu li:first-child > a {
  padding-left: 0
}
.header--standard-landing .header-menu li:last-child > a {
  padding-right: 0
}
.header--standard-landing .close-responsive-menu, .header--standard-landing .open-responsive-menu {
  fill: #fff
}
.header--standard-landing.headroom--not-top {
  background-color: #fff;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .2)
}
.header--standard-landing.headroom--not-top .logo {
  color: #515365
}
.header--standard-landing.headroom--not-top .open-responsive-menu {
  fill: #9a9fbf
}
.header--standard-landing.headroom--not-top .open-responsive-menu:hover {
  fill: #ff5e3a
}
.header--standard-landing.headroom--not-top .logo .logo-colored {
  visibility: visible !important
}
.header--standard-landing.headroom--not-top .logo .logo-title {
  visibility: visible;
  color: #515365
}
.header--standard-landing.headroom--not-top .header-menu .nav-item a, .header--standard-landing.headroom--not-top .header-menu li .nav-link {
  color: #515365;
  fill: #9a9fbf
}
.header--standard-landing.headroom--not-top .header-menu .nav-item a:hover, .header--standard-landing.headroom--not-top .header-menu li .nav-link:hover {
  color: #515365;
  fill: #9a9fbf
}
.header--standard-landing.headroom--not-top .header-menu li .dropdown-item {
  color: #888da8
}
.header--standard-landing.headroom--not-top .shoping-cart .count-product {
  color: #9a9fbf
}
.landing-page {
  position: relative;
  min-height: 100vh
}
.landing-page .content-bg-wrap {
  background-image: url(../png/landing-users.png);
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-animation: sidedownscroll 30s linear infinite;
  animation: sidedownscroll 30s linear infinite;
  background-size: auto
}
.landing-page .content-bg-wrap:before {
  background-color: rgba(255, 94, 58, .95)
}
@-webkit-keyframes sidedownscroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: -2000px 2000px
  }
}
@keyframes sidedownscroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: -2000px 2000px
  }
}
.landing-page .header-spacer--standard {
  margin-bottom: 40px
}
.content-bg-wrap {
  background-position: 0 0;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-animation: slide 50s linear infinite;
  animation: slide 50s linear infinite;
  will-change: background-position;
  background-size: auto
}
.content-bg-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: auto
}
.content-bg-wrap.bg-landing:before {
  background-color: rgba(255, 94, 58, .95);
}
@keyframes sidedownscroll {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: -2000px 2000px
  }
}
.content-bg-wrap.without-animation {
  -webkit-animation: none;
  animation: none
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0
  }
  to {
    background-position: -4000px 0
  }
}
.tag-label {
  display: inline-block;
  border-radius: 3px;
  padding: 4px;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 12px;
  top: -3px;
  position: relative
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0)
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0)
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg)
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg)
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-100%)
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0)
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0)
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
.headers-demonstration .header--standard {
  margin-bottom: 50px;
  position: relative
}
.headers-demonstration .footer {
  margin-bottom: 50px
}
.has-standard-header .fixed-sidebar.right {
  top: 0
}
.has-standard-header .fixed-sidebar-right {
  bottom: 0
}
@media (max-width:1350px) {
  .search-bar.w-search {
    max-width: 300px
  }
}
@media (max-width:1200px) {
  .header-menu a {
    padding: 30px 15px
  }
  .top-header.top-header-favorit .top-header-author {
    bottom: 0;
    top: auto;
    position: absolute
  }
}
@media (max-width:1150px) {
  .author-page .author-name {
    display: none
  }
  .author-page .more-dropdown {
    right: -8px;
    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
  }
  .page-has-left-panels .header {
    padding-left: 70px
  }
  .header.header--logout {
    padding-left: 0
  }
  .header-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width:1024px) {
  .control-icon {
    margin-right: 20px
  }
  .author-page {
    margin-left: 10px
  }
  .header--standard > .container {
    width: 100%;
    max-width: unset
  }
  .header-menu a {
    padding: 30px 10px
  }
}
@media (max-width:960px) {
  .header--standard-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .header--standard .logo {
    margin-top: 10px
  }
  .header--standard {
    padding: 10px 0
  }
  .header--standard .header-menu {
    margin-left: 0
  }
}
@media (max-width:880px) {
  .header.header--logout .search-bar.w-search {
    display: none
  }
}
@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 .author-name:hover {
    color: #ff5e3a
  }
  .top-header-author {
    margin-top: 20px
  }
  .profile-section .control-block-button {
    right: auto;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: auto;
    width: 100%;
    text-align: center
  }
  .top-header.top-header-favorit .profile-section .control-block-button {
    right: 38px;
    top: -31px;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: auto
  }
}
@media (max-width:768px) {
  .page-has-left-panels {
    padding-left: 0
  }
  .page-has-right-panels {
    padding-right: 0
  }
  .fixed-sidebar, .header {
    display: none
  }
  .header--standard-landing .header-menu li:last-child > a {
    padding-left: 25px
  }
  .header--standard.headroom--not-top {
    padding: 10px 0
  }
  .header-responsive {
    display: block
  }
  .header-responsive .mobile-app-tabs .nav-link {
    padding: 0 5px
  }
  .search-bar.w-search {
    width: 100%
  }
  .tab-content-responsive {
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    z-index: -1
  }
  .tab-content-responsive .ps:hover > .ps__scrollbar-y-rail, .tab-content-responsive .ps > .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;
    z-index: 5
  }
  .header--standard-landing .header-menu {
    background-color: #ff5e3a
  }
  .header--standard-landing .header-menu .nav-item {
    display: inline-block;
    visibility: visible;
    opacity: 1
  }
  .header--standard-landing .logo {
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
  }
  .header--standard-landing .header-menu .nav-item:first-child a {
    padding-left: 25px
  }
  .header--standard-landing .header-menu .nav-item.js-expanded-menu {
    display: none
  }
  .header-menu .shoping-cart a .count-product {
    top: 10px
  }
  .header--standard-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .header--standard .logo {
    margin-top: 0
  }
  .header-menu {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    width: 270px;
    -webkit-transform: translateX(calc(100% + 70px));
    transform: translateX(calc(100% + 70px));
    right: 0;
    top: 0;
    text-align: left;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 50px;
    border-left: 1px solid #e6ecf5;
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1)
  }
  .header-menu a {
    padding: 15px 25px;
    color: #888da8
  }
  .header-menu ul {
    display: block
  }
  .header-menu .show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: relative !important;
    margin-bottom: 15px;
    display: block;
    -webkit-transform: none !important;
    transform: none !important
  }
  .header-menu > * {
    width: 100%
  }
  .open-responsive-menu > svg {
    width: 20px;
    height: 20px
  }
  .header--standard-dark .header-menu {
    border-left: 1px solid #545875
  }
  .header-menu .dropdown:hover > .dropdown-menu {
    opacity: 0;
    visibility: hidden
  }
  .header-menu .show.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible
  }
  .dropdown-menu {
    width: 100%;
    top: auto
  }
  .header--standard .header-menu .dropdown-item {
    padding: 10px 30px
  }
  .nav-item {
    width: 100%
  }
  .open-responsive-menu {
    display: block
  }
  .header--standard .header-menu .close-responsive-menu {
    display: block
  }
  .header--standard {
    z-index: 31;
    height: 70px;
    -webkit-animation: none;
    animation: none
  }
  .header--standard .ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
  }
  .header--standard .ps:hover > .ps__scrollbar-x-rail, .header--standard .ps:hover > .ps__scrollbar-y-rail {
    display: block
  }
  .header--standard > .container {
    height: 100%
  }
  .header--standard > .container > .header--standard-wrap {
    height: 100%
  }
  .megamenu .row > * {
    width: 100%;
    max-width: 100%
  }
  .megamenu .row > * + * {
    margin-top: 15px
  }
  .header--standard.headroom--not-top .header-menu .nav-link {
    padding: 15px 25px
  }
  .dropdown-menu.megamenu {
    padding: 10px
  }
  .dropdown-menu.megamenu .dropdown-item:hover {
    padding-left: 35px
  }
  .header-spacer--standard {
    height: 70px
  }
  .header--standard-landing.headroom--not-top .header-menu li .nav-link, .header--standard-landing.headroom--not-top .header-menu li .nav-link:hover {
    color: #fff;
    fill: #fff
  }
}
@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;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .top-header.top-header-favorit .profile-menu li {
    margin-bottom: 5px
  }
  .control-icon .mCustomScrollbar {
    max-height: 150px
  }
}
@media (max-width:420px) {
  .top-header.top-header-favorit .author-name {
    font-size: 18px
  }
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 70px 55px 0;
  background-color: #fff;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
  position: relative
}
.footer .widget .title {
  margin-bottom: 25px
}
.footer.footer-full-width {
  width: 100%
}
.footer.has-not-copyright {
  padding: 70px 55px
}
.footer--dark {
  background-color: #3f4257
}
.footer--dark .w-about .logo {
  color: #fff
}
.footer--dark .w-about .logo .logo-title {
  color: #fff
}
.footer--dark .w-about .logo:hover {
  color: #fff
}
.footer--dark .widget .title {
  color: #fff
}
.footer--dark .socials i, .footer--dark .socials svg {
  color: #fff
}
.footer--dark .socials i:hover, .footer--dark .socials svg:hover {
  color: #ff5e3a
}
.sub-footer-copyright {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #e6ecf5;
  margin-top: 60px
}
.sub-footer-copyright span {
  font-size: 12px
}
.sub-footer-copyright a {
  color: #ff5e3a;
  opacity: .7;
  font-weight: 500
}
.sub-footer-copyright a:hover {
  opacity: 1
}
@media (max-width:1024px) {
  .footer .widget {
    margin-bottom: 40px
  }
  .footer {
    padding: 40px 15px;
    width: 100%
  }
}
@media (max-width:768px) {
  .footer {
    text-align: center
  }
  .footer .w-about .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px
  }
  .sub-footer-copyright {
    margin-top: 0;
    padding-bottom: 0
  }
}
.bg-section1 {
  background-image: url(../png/bg-section1.png)
}
.bg-section2 {
  background-image: url(../404.html)
}
.bg-section3 {
  background-image: url(../404.html)
}
.bg-section4 {
  background-image: url(../404.html)
}
.bg-section5 {
  background-image: url(../404.html)
}
section {
  position: relative
}
.section-move-bg .content-bg-wrap {
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 100%
}
.section-move-bg .container {
  z-index: 5;
  position: relative
}
.section-move-bg-top .content-bg-wrap {
  background-position: top;
  background-repeat: repeat-x;
  bottom: auto;
  top: 0
}
.section-move-bg-top .container {
  z-index: 5;
  position: relative
}
.call-to-action-animation .first-img {
  position: absolute;
  left: 15%;
  opacity: 0;
  transition: all .3s ease;
  bottom: -100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 5
}
.call-to-action-animation .second-img {
  position: absolute;
  right: 80%;
  opacity: 0;
  transition: all .3s ease;
  bottom: -100%;
  z-index: 5
}
.img-scale-animation img {
  position: absolute;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  display: block
}
.img-scale-animation img.main-img {
  position: relative;
  box-shadow: none
}
.img-scale-animation img.first-img1 {
  left: 2%;
  top: 5%
}
.img-scale-animation img.second-img1 {
  left: 12%;
  top: 50%
}
.img-scale-animation img.third-img1 {
  right: 2%;
  top: 8%
}
.subscribe-animation {
  position: relative
}
.subscribe-animation .plane {
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  left: 5%
}
.planer-animation {
  position: relative;
  background-position: bottom
}
.planer-animation .planer {
  position: absolute;
  top: 10%;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.contact-form-animation {
  position: relative
}
.contact-form-animation .crew {
  opacity: 0;
  position: absolute;
  bottom: 20%;
  -webkit-transform: scale(0);
  transform: scale(0);
  left: 0
}
.block-action {
  padding: 60px 70px 40px;
  border-radius: 5px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.block-action > * {
  margin-top: auto;
  min-width: 100%
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
#content[tabindex="-1"]:focus {
  outline: 0
}
.call-to-action-animation, .planer-animation {
  overflow: hidden
}
#hellopreloader {
  display: block;
  position: fixed;
  text-align: center;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background: #ff886d;
  background-size: 41px;
  opacity: 1
}
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.preloader .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-top: 10px
}
@media (max-width:1024px) {
  .call-to-action-animation .first-img, .call-to-action-animation .second-img {
    max-width: 50%;
    max-height: 50%
  }
}
@media (max-width:860px) {
  .img-scale-animation img.first-img1 {
    top: 0;
    max-height: 100%
  }
  .img-scale-animation img.second-img1 {
    top: 0;
    max-height: 100%
  }
  .img-scale-animation img.third-img1 {
    top: 0;
    max-height: 100%
  }
  .subscribe-animation .plane {
    max-width: 200px;
    max-height: 100%
  }
}
@media (max-width:460px) {
  .block-action {
    padding: 60px 50px 10px
  }
  .subscribe-animation .plane {
    max-width: 100px
  }
}
.stunning-header {
  padding-bottom: 120px;
  position: relative;
  color: #fff
}
.stunning-header .stunning-header-title {
  color: inherit;
  font-size: 40px
}
.stunning-header + * {
  margin-top: 40px
}
.stunning-header .content-bg-wrap {
  z-index: -1
}
.stunning-header-content {
  z-index: 5;
  text-align: center;
  position: relative;
  padding: 0 10px
}
.bg-primary-opacity {
  background-color: rgba(255, 94, 58, .95)
}
.bg-purple-dark-opacity {
  background-color: rgba(98, 54, 178, .95)
}
.stunning-header-bg1 {
  background-image: url(../png/landing-users.png)
}
.breadcrumbs-item {
  display: inline-block;
  margin-bottom: 0
}
.breadcrumbs-item a {
  margin-right: 6px;
  color: inherit;
  opacity: .7
}
.breadcrumbs-item a:hover {
  color: #fff;
  opacity: 1
}
.breadcrumbs-item.active span {
  font-weight: 700
}
.breadcrumbs-item .icon {
  margin-right: 6px
}
.breadcrumbs-item:last-child .icon {
  display: none
}
@media (max-width:768px) {
  .stunning-header {
    padding-bottom: 60px
  }
  .stunning-header .stunning-header-title {
    font-size: 24px
  }
}
@media (max-width:460px) {
  .stunning-header {
    padding-bottom: 60px
  }
}
.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: #ff5e3a
}
ul {
  list-style: none;
  padding: 0
}
a {
  transition: all .15s ease
}
a:hover {
  color: #ff5e3a
}
.form-control, input, select {
  background-color: transparent
}
input, select {
  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: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
p { 
  font-size: 16px;
	
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #515365
}
.nav-tabs .nav-item {
  position: relative
}


.form-group {
  position: relative;
  margin-bottom: 1.4rem; }

.form-group textarea {
  resize: none; }

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: 18px;
  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,
.form-group.has-bootstrap-select 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;
  transition: 0.3s ease all; }

.card {
  border: none
}
.card-header a {
  color: #515365;
  display: block
}
.card-header a:focus, .card-header a:hover {
  color: #515365
}
.card-header i, .card-header svg {
  float: right;
  transition: all .3s ease;
  margin-top: 4px
}
.card-header .collapsed i, .card-header .collapsed svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.card-header .collapsed .event-status-icon i, .card-header .collapsed .event-status-icon svg {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
blockquote {
  margin: 3em 0;
  padding: 15px 80px 15px 80px;
  position: relative
}
blockquote h6 {
  font-size: 11px;
  font-weight: 400;
  color: #888da8
}
blockquote h6 span {
  font-weight: 700;
  display: block;
  color: #515365
}
blockquote p {
  margin: 0 0 15px !important;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
  position: relative;
  color: #515365
}
blockquote p:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
  display: block;
  background-color: #ff5e3a
}
@media (max-width:640px) {
  blockquote p {
    font-size: 16px
  }
}
a > svg {
  transition: all .15s ease
}
svg {
  transition: all .3s ease;
  vertical-align: unset
}
button.btn {
  padding: .5rem 1rem
}
button.btn-md {
  padding: 1rem 3.5rem;
  font-size: .75rem;
  border-radius: .3rem
}
button.btn-md-2 {
  padding: .8rem 2.1rem;
  font-size: .688rem;
  border-radius: .3rem
}
button.btn-lg {
  padding: 1rem 3rem
}
.form-inline .btn {
  margin-bottom: 0
}
.form-inline > * + * {
  margin-left: 16px
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-weight: 300
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.modal-dialog {
  pointer-events: auto; }

.was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-tooltip {
  display: none; }

.was-validated .form-control:valid ~ .material-input:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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; }

/*================= Styles for custom input type="number" ============*/
.number-spinner.input-group .form-group {
  margin-bottom: 0; }

.number-spinner.input-group .form-control {
  width: 100%;
  padding: .5rem 1.1rem;
  max-width: 80px; }

.number-spinner.input-group .input-group-btn > .btn {
  margin-bottom: 0;
  height: 100%;
  background-color: #ff5e3a;
  z-index: 5; }

.number-spinner.input-group .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }
  .number-spinner.input-group .glyphicon:before {
    content: "\2212"; }

.number-spinner.input-group .glyphicon-plus::before {
  content: "\2b"; }

.number-spinner.input-group.number-spinner--secondary .input-group-btn > .btn {
  background-color: #3f4257; }

.number-spinner.input-group.number-spinner--breez .input-group-btn > .btn {
  background-color: #7b5bc0; }

.number-spinner.input-group.number-spinner--green .input-group-btn > .btn {
  background-color: #1ed760; }

.btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #fff;
  border-color: #e6ecf5;
  color: #515365;
  box-shadow: none; }

.modal-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.modal-header {
  line-height: 1; }
  .modal-header > * {
    margin-bottom: 0; }

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    left: 15px; } }

@media (max-width: 600px) {
  .card-header a {
    font-size: 18px; }
  .modal-dialog {
    margin: 30px auto; } }

@media (max-width: 360px) {
  .card-header a {
    font-size: 14px; }
  .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    font-size: 12px; } }

/*------------- #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;
  border-radius: 5px 5px 0 0; }
  .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.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; }

/*------------- Responsive mode styles --------------*/
@media (max-width: 1200px) {
  .responsive-flex1200 .ui-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .responsive-flex1200 .ui-block-title > * {
      margin-bottom: 10px; }
    .responsive-flex1200 .ui-block-title .points {
      text-align: left; }
  .responsive-flex1200 .btn + * {
    margin-left: 0; }
  .responsive-flex1200 .w-search {
    width: auto; }
  .responsive-flex1200 .w-select {
    padding: 0; } }

@media (max-width: 860px) {
  .responsive-flex .w-search {
    width: auto; } }

@media (max-width: 768px) {
  .responsive-flex .ui-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .responsive-flex .ui-block-title > * {
      margin-bottom: 10px; }
    .responsive-flex .ui-block-title .points {
      text-align: left;
      margin-bottom: 10px; }
      .responsive-flex .ui-block-title .points span {
        display: inline-block; }
        .responsive-flex .ui-block-title .points span + span {
          margin-top: 0; }
  .responsive-flex .block-btn {
    text-align: left;
    padding-right: 0; }
  .responsive-flex .more {
    padding-left: 0; }
  .responsive-flex .photo-gallery {
    position: relative;
    right: auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    left: auto;
    bottom: auto;
    top: auto;
    margin: 0 -26px -18px; }
    .responsive-flex .photo-gallery.nav-tabs .nav-item {
      border-top: 1px solid #e6ecf5;
      text-align: center; }
      .responsive-flex .photo-gallery.nav-tabs .nav-item:last-child a {
        border-right: 0; }
  .responsive-flex .w-search {
    width: auto; }
  .responsive-flex .bootstrap-select.without-border.btn-group .dropdown-toggle .filter-option {
    text-align: left; }
  .responsive-flex .align-right {
    text-align: left; }
    .responsive-flex .align-right * {
      display: block; }
    .responsive-flex .align-right > * + * {
      margin-top: 15px; }
    .responsive-flex .align-right .btn {
      margin-left: 0; }
  .responsive-flex .ui-block-title .btn + * {
    margin-left: 0; } }

@media (max-width: 480px) {
  .ui-block-content.display-flex.content-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -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; } }
.btn {
  color: #fff;
  margin-bottom: 15px;
  position: relative
}
.btn:hover {
  opacity: .8;
  color: #fff
}
.btn:focus {
  box-shadow: none
}
.btn.c-grey {
  border-color: #d8dbe6
}
.btn.c-grey:hover {
  color: inherit
}
.btn.disabled, .btn:disabled {
  background-color: #9a9fbf;
  border-color: #9a9fbf
}
.btn-transparent {
  background-color: transparent
}
button:hover {
  cursor: pointer
}
.btn-icon-left i, .btn-icon-left svg {
  font-size: 12px;
  margin-right: 10px
}
.btn-lg i, .btn-lg svg {
  font-size: 16px
}
@media (max-width:1080px) {
  .btn-lg {
    padding: 1rem
  }
}
.btn-md {
  padding: 1rem 3.5rem;
  font-size: .75rem;
  border-radius: .3rem
}
@media (max-width:1080px) {
  .btn-md {
    padding: .6rem .5rem
  }
}
.btn-md-2 {
  padding: .8rem 2.1rem;
  font-size: .688rem;
  border-radius: .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;
  fill: #fff;
  font-size: 20px
}
.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 svg, .btn-control > i {
  font-size: 20px;
  width: 20px;
  height: 20px
}
.btn-control.has-i {
  font-size: unset
}
.btn-control.has-i svg, .btn-control.has-i > i {
  font-size: 15px;
  width: 15px;
  height: 15px
}
.btn-control.btn-more {
  line-height: 54px
}
.btn-control-small {
  width: 34px;
  height: 34px;
  line-height: 34px
}
.btn-control-small svg, .btn-control-small > i {
  font-size: 16px;
  width: 16px;
  height: 16px
}
.btn-more {
  background-color: #ccd1e0;
  margin: 40px auto;
  text-align: center;
  display: block;
  line-height: 40px;
  transition: all .3s ease
}
.btn-more:hover {
  fill: #ff5e3a
}
.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 {
  background-color: #ff763a;
  border-color: #ff763a;
  opacity: 1
}
.btn-secondary:hover {
  background-color: #ff5e3a;
  border-color: #ff5e3a;
  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
}
.btn-market {
  text-transform: none;
  text-align: left;
  padding: 13px 23px;
  background-color: #000
}
.btn-market .icon {
  margin-right: 5px;
  height: 35px;
  width: 35px
}
.btn-market > * {
  display: inline-block;
  vertical-align: middle
}
.btn-market .text {
  overflow: hidden
}
.btn-market span {
  display: block
}
.btn-market .sup-title {
  font-size: 9px;
  font-weight: 700
}
.btn-market .title {
  font-size: 18px;
  font-weight: 500
}
.btn-market:after {
  box-shadow: 10px 0 15px 0 rgba(18, 25, 33, .3)
}
.btn-market + .btn-market {
  margin-left: 20px
}
.back-to-top {
  position: fixed;
  z-index: 19;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #fff;
  stroke: inherit;
  transition: all .3s ease;
  bottom: 10px;
  right: 85px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(63, 66, 87, .4);
  border-radius: 100%;
  background-color: #ff5e3a
}
.back-to-top.hidden {
  opacity: 0
}
.back-to-top .back-icon {
  height: 20px;
  width: 20px;
  margin: auto
}
@media (max-width:768px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px
  }
  .back-to-top .back-icon {
    height: 15px;
    width: 15px
  }
}
@media (max-width:410px) {
  .btn-market + .btn-market {
    margin-left: 0
  }
}
@media (max-width:360px) {
  .btn-control .more-dropdown {
    top: 100%;
    bottom: auto
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}
.logo img {
  transition: opacity .3s ease;
  display: block
}
.logo .logo-title {
  text-transform: uppercase;
  margin: 0;
  color: inherit;
  transition: all .3s ease
}
.logo .sub-title {
  font-size: 7px;
  text-transform: uppercase
}
.logo:hover {
  color: #fff
}
.logo .img-wrap {
  position: relative
}
.more-icons {
  position: absolute;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  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
}
.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
}
.landing-content {
  color: #fff;
  margin-bottom: 30px
}
.landing-content > :first-child {
  font-weight: 300
}
.landing-content > :last-child {
  margin-bottom: 0
}
.landing-content > * {
  color: inherit;
  margin-bottom: 45px
}
.main-header.main-header-fullwidth {
  width: 100%;
  max-width: 100%
}
.main-header.main-landing {
  width: 100%;
  max-width: 100%
}
.main-header.main-landing .logo {
  text-align: center;
  display: block;
  background-color: transparent;
  margin-bottom: 60px
}
.main-header.main-landing .logo img {
  display: block;
  margin: 0 auto 10px
}
.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 .full-block {
  z-index: 999
}
.landing-item .landing-item-thumb {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .3)
}
.landing-item .landing-item-thumb img {
  width: 100%;
  display: block
}
.landing-item .landing-item-thumb .btn {
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%
}
.landing-item .landing-item-thumb .new {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ff5e3a;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}
.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: #ff5e3a;
  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-bottom: 20px
  }
}
@media (max-width:420px) {
  .img-rocket {
    bottom: 60px
  }
}
.main-header {
  padding: 40px 0 0 0;
  margin: 0 auto 80px;
  position: relative;
  background-position: 50% 50%
}
.main-header.main-header-has-header-standard {
  padding-top: 0
}
.img-bottom {
  position: relative;
  display: block;
  margin: 20px auto 0;
  margin-bottom: -70px
}
.bg-account {
  background-image: url(../404.html)
}
.bg-purple {
  background-image: url(../png/bg-purple.png)
}
.bg-20s {
  background-image: url(../404.html)
}
.bg-singles {
  background-image: url(../png/bg-singles.png)
}
.bg-gay {
  background-image: url(../png/bg-gay.png)
}
.bg-furry {
  background-image: url(../404.html)
}
.bg-adult {
  background-image: url(../png/bg-adult.png)
}
.bg-gay-teen {
  background-image: url(../404.html)
}
.bg-kid {
  background-image: url(../png/bg-kid.png)
}
.bg-senior {
  background-image: url(../png/bg-senior.png)
}
.bg-latin {
  background-image: url(../png/bg-latin.png)
}
.bg-kid {
  background-image: url(../png/bg-kid.png)
}
.bg-lesbian {
  background-image: url(../png/bg-lesbian.png)
}
.bg-religion {
  background-image: url(../png/bg-religion.png)
}
.bg-asian {
  background-image: url(../png/bg-asian.png)
}
.bg-teen {
  background-image: url(../png/bg-teen9.png)
}
.bg-gayteen {
  background-image: url(../404.html)
}
.bg-transgender {
  background-image: url(../png/bg-transgender.png)
}
.bg-black {
  background-image: url(../png/bg-black.png)
}
.bg-white {
  background-image: url(../404.html)
}
.bg-pink {
  background-image: url(../png/bg-pink.png)
}
.bg-red {
  background-image: url(../png/bg-red.png)
}
.bg-deeppink {
  background-image: url(../png/bg-deep-pink.png)
}
.bg-dark-blue {
  background-image: url(../png/bg-dark-blue.png)
}
.bg-badges {
  background-image: url(../404.html)
}
.bg-teal {
  background-image: url(../png/bg-teal.png)
}
.bg-teal2 {
  background-image: url(../png/bg-teal2.png)
}
.bg-blue {
  background-image: url(../png/bg-blue.png)
}
.bg-green {
  background-image: url(../png/bg-green.png)
}
.bg-landing {
  background-image: url(../png/png-2color-best.png)
}
.bg-users {
  background-image: url(../png/bg-users.png)
}
.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
}
body {
  overflow-x: hidden
}
body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(43, 45, 59, .9);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -999
}
body.overlay-enable:before {
  opacity: .8;
  z-index: 500
}
body.body--fixed {
  position: fixed;
  width: 100%
}
ol {
  counter-reset: list1;
  margin: 0;
  padding-left: 0
}
ol li {
  list-style: none;
  transition: all .3s ease
}
ol li:before {
  position: relative;
  counter-increment: list1;
  content: counter(list1) " ";
  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
}
.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 {
  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%;
  display: block
}
.more-photos {
  position: relative
}
.more-photos:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 8px;
  background-color: #ff5e3a;
  opacity: .8;
  border-radius: 3px
}
.more-photos span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-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%;
  display: block
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.post-additional-info > * {
  margin-right: 15px
}
.post-additional-info > :last-child {
  margin-right: 0;
  margin-left: auto
}
.comments-shared > * {
  margin-right: 15px
}
.comments-shared > :last-child {
  margin-right: 0
}
.comments-shared span {
  color: #888da8
}
.post-add-icon {
  fill: #c2c5d9;
  color: #c2c5d9
}
.post-add-icon > * {
  vertical-align: middle;
  transition: all .15s ease
}
.post-add-icon img, .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: #ff5e3a;
  color: #ff5e3a
}
.post-add-icon:hover span {
  color: #ff5e3a
}
.post-add-icon:active, .post-add-icon:focus {
  fill: #c2c5d9;
  color: #c2c5d9
}
.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.bg-facebook {
  background-color: #2f5b9d
}
.post-control-button .btn-control.bg-facebook:hover {
  background-color: #2f5b9d
}
.post-control-button .btn-control.bg-twitter {
  background-color: #38bff1
}
.post-control-button .btn-control.bg-twitter:hover {
  background-color: #38bff1
}
.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: #ff5e3a
}
.post-control-button .btn-control.featured-post:hover {
  background-color: #ffc923
}
.post-control-button .btn-control.has-i i, .post-control-button .btn-control.has-i svg {
  font-size: 15px;
  width: 15px;
  height: 15px
}
.empty-post {
  height: 600px;
  background-color: #dce1eb;
  opacity: .5
}
.empty-post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-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
  }
  .post-control-button .btn-control svg {
    width: 14px;
    height: 14px
  }
  .post-control-button .btn-control {
    line-height: 32px
  }
  .post-control-button .btn-control.has-i {
    line-height: 36px
  }
  .post__author {
    margin-bottom: 5px
  }
}
@media (max-width:480px) {
  .post-additional-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .post-additional-info > * {
    margin-right: 0
  }
  .post-additional-info > * + * {
    margin-top: 10px
  }
  .post-additional-info > :last-child {
    margin-left: 0
  }
}
.monthly-indicator {
  display: inline-block
}
.monthly-indicator .btn-control {
  float: left;
  margin-bottom: 0;
  margin-right: 15px
}
.monthly-indicator > .negative {
  -webkit-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: #ff5e3a
}
.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%);
  transform: translate(-50%, -50%)
}
.world-statistics-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  max-width: 70%
}
.world-statistics-img img {
  display: block;
  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%);
  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: #ff5e3a
}
@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
  }
}
.blog-post-wrap .blog-post {
  margin-bottom: 30px
}
.blog-post-wrap .ui-block {
  margin-bottom: 30px
}
.blog-post-wrap .ui-block .blog-post {
  margin-bottom: 0
}
.blog-post .post-thumb {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0
}
.blog-post .post-content {
  padding: 20px 25px
}
.blog-post .post-title {
  display: block;
  margin-bottom: 14px
}
.blog-post .post-title:hover {
  color: #ff5e3a
}
.blog-post .author-date {
  text-transform: uppercase;
  font-size: 10px
}
.blog-post .post__date {
  display: inline-block
}
.blog-post .post__author-name {
  font-size: 10px
}
.blog-post .post-additional-info {
  margin-top: 15px
}
.blog-post .post-additional-info > * {
  margin-right: 0
}
.blog-post .friends-harmonic a {
  border-radius: 0
}
.blog-post .post-additional-info .comments-shared {
  margin-top: 4px
}
.blog-post.format-link .overlay {
  opacity: 1
}
.blog-post.format-link .post-link {
  position: absolute;
  bottom: 0;
  right: 0
}
.blog-post.format-link .post-link svg {
  width: 42px;
  height: 42px;
  fill: rgba(255, 255, 255, .8);
  transition: all .3s ease
}
.blog-post.format-link .post-link svg:hover {
  fill: #fff
}
.blog-post.format-link .site-link:hover {
  color: #fff
}
.blog-post.format-link .bg-link {
  background-image: url(../404.html)
}
.blog-post.format-link .post-thumb {
  border-radius: 5px;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat
}
.blog-post.format-link .post-content {
  padding: 0;
  z-index: 5;
  position: relative
}
.blog-post.format-link .post-title {
  color: rgba(255, 255, 255, .8)
}
.blog-post.format-link .post-title:hover {
  color: #fff
}
.blog-post.format-slider .post-thumb {
  padding-bottom: 10px
}
.blog-post.format-slider .swiper-container {
  overflow: visible
}
.blog-post.format-slider .swiper-slide {
  position: relative
}
.blog-post.format-slider .swiper-pagination {
  background-color: #3f4257;
  padding: 0 5px;
  border-radius: 30px;
  bottom: -10px
}
.blog-post.format-slider .swiper-pagination-bullet {
  background-color: #8c8e9a;
  border-color: transparent
}
.blog-post.format-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff
}
.blog-post.format-video .post-type-icon svg {
  width: 14px;
  height: 16px
}
.blog-post.format-quote {
  text-align: center
}
.blog-post.format-quote .post__author img {
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 0 auto 15px;
  display: block
}
.blog-post.format-quote .post__author-name {
  font-size: 12px;
  color: #fff
}
.blog-post.format-quote .author-prof {
  font-size: 10px;
  color: rgba(255, 255, 255, .6);
  font-weight: 700
}
.blog-post.format-quote .quote-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff
}
.blog-post.format-quote .post-title {
  font-size: 36px;
  margin: 100px auto;
  color: rgba(255, 255, 255, .8);
  font-weight: 300
}
.blog-post.format-quote .post-title:hover {
  color: #fff
}
.blog-post.format-quote .overlay {
  background-color: rgba(124, 90, 194, .95);
  opacity: 1
}
.blog-post.format-quote .post-thumb {
  padding: 60px 50px;
  background-image: url(../404.html);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px
}
.blog-post.format-quote .post-content {
  position: relative;
  z-index: 2;
  padding: 0
}
.blog-post .post-type-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  width: 40px;
  height: 40px;
  background-color: #ff5e3a;
  border-radius: 100%;
  border: none;
  -webkit-transform: none;
  transform: none
}
.blog-post .post-type-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  width: 20px;
  height: 20px
}
.post-category {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 9px;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 20px
}
.post-category.bg-transparent {
  background-color: transparent;
  color: #ff5e3a;
  padding: 0;
  font-size: 10px
}
.post-category.bg-transparent:hover {
  color: #ff5e3a
}
.post-category:hover {
  color: #fff
}
.blog-post-v1:hover .post-title {
  opacity: 1;
  color: #fff
}
.blog-post-v1 .post-thumb {
  position: relative
}
.blog-post-v1 .post-thumb:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -170px 55px -30px rgba(0, 0, 0, .8)
}
.blog-post-v1 .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3
}
.blog-post-v1 .post-additional-info {
  margin-top: 0;
  border-top: none;
  padding: 20px 25px
}
.blog-post-v1 .post-title {
  color: #fff;
  opacity: .7
}
.blog-post-v1 .author-date {
  color: #888da8
}
.blog-post-v1 .post__author-name {
  color: #fff
}
.main-header-post {
  position: relative
}
.main-header-post img {
  width: 100%;
  display: block
}
.main-header-post:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 170px 55px -30px rgba(0, 0, 0, .8)
}
.single-post {
  position: relative
}
.single-post .h1, .single-post .h2, .single-post .h3, .single-post .h4, .single-post .h5, .single-post .h6, .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-post p {
  line-height: 1.5
}
.single-post .control-block-button {
  top: 20px;
  right: -17px
}
.single-post .post-title {
  font-size: 46px;
  margin-bottom: 35px
}
.single-post .post-title:hover {
  color: #515365
}
.single-post .post-thumb {
  border-radius: 0;
  margin: 0 -60px 50px
}
.single-post .post__author-name {
  font-weight: 700
}
.single-post-v1 {
  padding: 60px 70px;
  background-color: #fff
}
.single-post-v1 .post-content-wrap {
  padding: 50px 0;
  overflow: hidden
}
.single-post-v1 .post-content {
  padding: 0 40px 0 60px;
  overflow: hidden
}
.single-post-v1 .filter-icons {
  float: left
}
.single-post-v1 .filter-icons li {
  display: block
}
.single-post-v1 .filter-icons li + li {
  margin-left: 0;
  margin-top: 25px
}
.author-date .author-thumb {
  margin-right: 13px
}
.author-date.not-uppercase {
  text-transform: none;
  font-size: 12px
}
.author-date.not-uppercase .post__author-name {
  font-size: 12px;
  font-weight: 400;
  text-transform: none
}
.choose-reaction {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5
}
.choose-reaction .title {
  font-size: 12px;
  margin-bottom: 30px
}
.choose-reaction .title span {
  color: #515365
}
.choose-reaction li {
  display: inline-block
}
.choose-reaction li + li {
  margin-left: 9px
}
.choose-reaction li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block
}
.choose-reaction li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.choose-reaction.reaction-colored li img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: .7
}
.choose-reaction.reaction-colored li:hover img {
  opacity: 1
}
.filter-icons li {
  display: inline-block;
  opacity: .7;
  transition: all .3s ease
}
.filter-icons li:hover {
  opacity: 1
}
.filter-icons li + li {
  margin-left: 8px
}
.blog-post-v2 {
  text-align: center
}
.blog-post-v2 .post__author img {
  width: 28px;
  height: 28px
}
.blog-post-v2 .post__date {
  display: block;
  font-size: 11px
}
.blog-post-v2 .author-date {
  text-align: left
}
.blog-post-v2 .post__author-name {
  margin-bottom: 0
}
.blog-post-v2 .post-additional-info {
  display: inline-block;
  margin-top: 0
}
.blog-post-v2 .post-additional-info .comments-shared {
  margin-left: 20px
}
.single-post-v2 {
  padding: 70px 60px;
  text-align: center
}
.single-post-v2 .post-content {
  text-align: left;
  padding: 10px 40px
}
.single-post-v2 .author-date {
  text-align: left
}
.single-post-additional {
  margin-bottom: 50px
}
.single-post-additional > * {
  padding: 20px 30px
}
.single-post-additional > * + * {
  border-left: 1px solid #e6ecf5
}
.single-post-additional .post__author {
  margin-bottom: 0
}
.single-post-additional .author_prof {
  font-size: 11px
}
.single-post-additional a:hover {
  color: #ff5e3a
}
.post-date-wrap svg {
  height: 22px;
  fill: #9a9fbf;
  margin-right: 12px
}
.post-date-wrap .post-date {
  text-align: left;
  font-size: 12px
}
.post-date-wrap .post-date span {
  font-size: 11px;
  display: block
}
.post-date-wrap .date {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400
}
.post-comments-wrap svg {
  width: 22px;
  fill: #9a9fbf;
  margin-right: 12px
}
.post-comments-wrap .post-comments {
  text-align: left;
  font-size: 12px;
  font-weight: 400
}
.post-comments-wrap .post-comments span {
  font-size: 11px;
  display: block
}
.post-comments-wrap .comments {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400
}
.blog-post-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.blog-post-v3 .post-thumb {
  border-radius: 5px 0 0 5px;
  width: 50%
}
.blog-post-v3 .post-thumb img {
  min-height: 100%;
  display: block
}
.blog-post-v3 .post-content {
  width: 50%;
  padding: 25px 30px
}
.blog-post-v3 .post-category {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 15px
}
.blog-post-v3 .author-date {
  margin-bottom: 13px
}
.blog-post-v3 .post-additional-info {
  border-top: none
}
.blog-post-v3 .post-additional-info .comments-shared {
  float: none;
  margin-left: 22px;
  margin-top: 0
}
.blog-post-v3.featured-post-item {
  display: block
}
.blog-post-v3.featured-post-item .post-thumb {
  border-radius: 5px 5px 0 0;
  width: auto
}
.blog-post-v3.featured-post-item .post-content {
  width: auto;
  padding: 25px
}
.blog-post-v3.featured-post-item .post-additional-info {
  padding: 0
}
.single-post-v3 {
  padding: 60px 70px
}
.single-post-v3 .filter-icons {
  display: inline-block;
  margin-left: 25px
}
.single-post-v3 .post-thumb {
  border-radius: 0;
  margin: 50px -70px
}
.single-post-v3 .author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.single-post-v3 .author-date .post__author-name {
  margin-bottom: 0
}
.single-post-v3 .control-block-button {
  float: left;
  position: relative;
  top: auto;
  right: auto
}
.single-post-v3 .control-block-button > a {
  margin-bottom: 18px
}
.single-post-v3 .control-block-button .post-add-icon {
  display: block;
  text-align: center
}
.single-post-v3 .control-block-button .post-add-icon svg {
  margin-right: 0;
  margin-bottom: 5px
}
.single-post-v3 .control-block-button .post-add-icon span {
  display: block
}
.single-post-v3 .post-content {
  padding: 0 40px 50px 60px;
  overflow: hidden
}
.single-post-v3 .video-thumb {
  float: none;
  padding: 65px 0;
  margin: 45px 0
}
.single-post-v3 .video-thumb img {
  width: auto;
  margin: 0 auto;
  display: block
}
.single-post-v3 .video-thumb:hover .overlay {
  opacity: 1
}
@media (max-width:1024px) {
  .single-post .post-title {
    font-size: 30px
  }
  .single-post-v1 {
    padding: 30px
  }
  .single-post-v1 .post-content {
    padding: 0 20px 0 30px
  }
  .single-post-v3 {
    padding: 30px
  }
  .single-post-v3 .post-content {
    padding: 0 20px 0 30px
  }
  .single-post-v3 .post-thumb {
    border-radius: 0;
    margin: 30px -30px
  }
  .single-post-v2 {
    padding: 30px
  }
  .single-post-v2 .post-content {
    padding: 10px 0
  }
  .single-post-v2 .post-thumb {
    border-radius: 0;
    margin: 0 -30px 50px
  }
  .single-post-additional > * {
    padding: 10px
  }
  blockquote {
    margin: 1.5em 0;
    padding: 15px 30px 15px 30px
  }
  blockquote p::before {
    left: -30px
  }
}
@media (max-width:768px) {
  .blog-post .post-control-button .btn-control {
    display: block
  }
  .author-date .author-thumb {
    margin-right: 8px
  }
  .choose-reaction {
    padding: 15px
  }
  .single-post-v1 .post-content-wrap {
    padding: 20px 0
  }
}
@media (max-width:560px) {
  .blog-post .post-additional-info .comments-shared {
    float: right
  }
  .single-post .post-title {
    font-size: 22px
  }
  .blog-post .post-additional-info > * {
    display: inline-block !important;
    margin-top: 0
  }
  .blog-post .post-additional-info > .friends-harmonic-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .single-post-v1 .filter-icons {
    float: none
  }
  .single-post-v1 .filter-icons li {
    display: inline-block
  }
  .single-post-v1 .filter-icons li + li {
    margin-left: 5px;
    margin-top: 0
  }
  .single-post-v1 {
    padding: 10px
  }
  .single-post-v1 .post-content {
    padding: 0
  }
  .choose-reaction li + li {
    margin-left: 5px
  }
  .single-post-additional {
    text-align: left
  }
  .single-post-additional.inline-items > * {
    display: block
  }
  .single-post-additional.inline-items > * + * {
    border-left: none
  }
  .blog-post-v3 {
    display: block
  }
  .blog-post-v3 .post-thumb {
    width: auto
  }
  .blog-post-v3 .post-content {
    width: auto
  }
  .single-post-v3 .video-thumb {
    margin: 20px 0
  }
  .single-post-v3 .control-block-button {
    float: none;
    margin-bottom: 20px
  }
  .single-post-v3 .control-block-button > a {
    display: inline-block
  }
  .single-post-v3 .control-block-button > a + a {
    margin-left: 10px;
    margin-top: 0
  }
  .single-post-v3 .control-block-button .btn-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top
  }
  .single-post-v3 .control-block-button .post-add-icon {
    display: inline-block;
    margin-bottom: 0
  }
  .single-post-v3 .post-content {
    padding: 0
  }
  .blog-post-v2 .post-additional-info .comments-shared {
    float: none
  }
}
@media (max-width:480px) {
  .blog-post-v3 .post-additional-info .comments-shared {
    margin-left: 0
  }
  .blog-post .post-additional-info > * {
    display: inline-block !important;
    margin-top: 0
  }
  .blog-post .post-additional-info > .friends-harmonic-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .blog-post .post-additional-info > .friends-harmonic-wrap + .comments-shared {
    margin-top: 15px
  }
  .blog-post-v2 .post-additional-info .comments-shared {
    margin-left: 0
  }
}
.crumina-heading {
  position: relative;
  z-index: 5;
  margin-bottom: 30px
}
.crumina-heading > :last-child {
  margin-bottom: 0
}
.crumina-heading > :first-child {
  margin-top: 0
}
.crumina-heading + * {
  margin-top: 25px
}
.heading-title {
  margin-bottom: 30px;
  line-height: 1.3em
}
.heading-text {
  margin-top: 20px;
  line-height: 1.75
}
.heading-text.small {
  font-size: 14px
}
.heading-text a {
  font-weight: 700
}
.heading-sup-title {
  color: #ff5e3a;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700
}
.with-title-decoration .heading-title {
  position: relative;
  padding-bottom: 30px
}
.with-title-decoration .heading-title:after, .with-title-decoration .heading-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease
}
.with-title-decoration .heading-title:after {
  height: 1px;
  background-color: #e6ecf5;
  width: 100%
}
.with-title-decoration .heading-title:before {
  height: 2px;
  background-color: #ff5e3a;
  width: 10%
}
.with-title-decoration:hover .heading-title:before {
  width: 100%
}
.crumina-testimonial-item {
  text-align: center
}
.crumina-testimonial-item .author-thumb {
  height: 98px;
  width: 98px;
  margin: 0 auto 15px
}
.crumina-testimonial-item .author-thumb img {
  border: 4px solid #fff;
  display: block
}
.crumina-testimonial-item .rait-stars {
  margin-bottom: 40px
}
.crumina-testimonial-item .rait-stars .star-icon {
  font-size: 11px;
  color: #ffce08
}
.crumina-testimonial-item .author-content {
  margin-top: auto;
  margin-bottom: 15px
}
.crumina-testimonial-item .testimonial-message {
  margin-bottom: 70px
}
.testimonial-header-thumb {
  height: 90px;
  overflow: hidden;
  background-image: url(../png/testimonial-header.png);
  background-size: cover
}
.testimonial-item-content {
  margin-top: -49px;
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.crumina-info-box {
  text-align: center
}
.info-box-image {
  margin-bottom: 50px
}
.info-box-wrap .crumina-info-box {
  margin-bottom: 90px
}
.info-box-title {
  margin-bottom: 40px
}
.crumina-info-box--thumb-left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.crumina-info-box--thumb-left .info-box-image {
  margin-bottom: 0;
  margin-right: 30px
}
.crumina-info-box--thumb-left .info-box-title {
  margin-bottom: 30px
}
@media (max-width:768px) {
  .info-box-image {
    margin-bottom: 20px
  }
  .info-box-title {
    margin-bottom: 20px
  }
  .info-box-wrap .crumina-info-box {
    margin-bottom: 30px
  }
  .crumina-info-box--thumb-left .info-box-title {
    margin-bottom: 10px
  }
}
.crumina-counter-item {
  text-align: center;
  position: relative
}
.crumina-counter-item .counter-numbers {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 40px
}
.crumina-counter-item .counter-title {
  margin: 0;
  line-height: 1.1
}
.crumina-counter-item .units {
  display: inline-block
}
.crumina-counter-item .units div {
  color: #ff5e3a;
  display: inline-block
}
.crumina-counter-item:after {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  background-color: #dcdde0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.crumina-counter-item:last-child:after {
  display: none
}
@media (max-width:1200px) {
  .crumina-counter-item {
    margin-bottom: 40px
  }
  .crumina-counter-item .counter-numbers {
    font-size: 30px;
    margin-bottom: 20px
  }
}
@media (max-width:1024px) {
  .crumina-counter-item::after {
    display: none
  }
}
.crumina-teammembers-item {
  text-align: center
}
.crumina-teammembers-item:hover img.hover {
  top: 0;
  left: 0;
  -webkit-transform: scale(2) translate(0, 0);
  transform: scale(2) translate(0, 0);
  opacity: 0;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  visibility: hidden
}
.crumina-teammembers-item:hover img.main {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.teammembers-item-prof {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 30px
}
.teammembers-item-name {
  margin-bottom: 10px;
  display: block;
  font-size: 18px
}
.teammembers-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block
}
.teammembers-thumb img {
  transition: all 1s ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  margin: 0 auto
}
.teammembers-thumb img.hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.teammembers-wrap .crumina-teammembers-item {
  margin-bottom: 60px
}
@media (max-width:768px) {
  .teammembers-wrap .crumina-teammembers-item {
    margin-bottom: 30px
  }
}
.socials i, .socials svg {
  font-size: 15px;
  transition: all .3s ease
}
.socials li {
  display: inline-block
}
.socials li a {
  color: #9a9fbf
}
.socials li a:hover {
  color: #ff5e3a
}
.socials li + li {
  margin-left: 20px
}
.socials--round .social-item {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  fill: #fff;
  display: block;
  position: relative;
  opacity: .9
}
.socials--round .social-item:hover {
  opacity: 1
}
.socials--round .social-item.olympus {
  background-color: #ff5e3a
}
.socials--round .social-item.rss {
  background-color: #f4b459
}
.socials--round .social-item.mail {
  background: #996dd1
}
.socials--round .social-item.pinterest {
  background: #cc2127
}
.socials--round .social-item.googleplus {
  background: #dd4b39
}
.socials--round .social-item.google {
  background: #dd4b39
}
.socials--round .social-item.facebook {
  background: #3b5998
}
.socials--round .social-item.twitter {
  background: #55acee
}
.socials--round .social-item.amazon {
  background-color: #f69b06
}
.socials--round .social-item.behance {
  background-color: #2d2d2d
}
.socials--round .social-item.bing {
  background-color: #ffa616
}
.socials--round .social-item.creative-market {
  background-color: #8da741
}
.socials--round .social-item.deviantart {
  background-color: #1b1b1b
}
.socials--round .social-item.dribble {
  background-color: #f74881
}
.socials--round .social-item.dropbox {
  background-color: #0ba4e0
}
.socials--round .social-item.envato {
  background-color: #6d9c3e
}
.socials--round .social-item.flickr {
  background-color: #26a9e1
}
.socials--round .social-item.instagram {
  background-color: #e75351
}
.socials--round .social-item.kickstarter {
  background-color: #14e06e
}
.socials--round .social-item.linkedin {
  background-color: #4a8f9e
}
.socials--round .social-item.medium {
  background-color: #00e56b
}
.socials--round .social-item.periscope {
  background-color: #3fa4c4
}
.socials--round .social-item.quora {
  background-color: #f85f62
}
.socials--round .social-item.reddit {
  background-color: #f05825
}
.socials--round .social-item.shutterstock {
  background-color: #008ec0
}
.socials--round .social-item.skype {
  background-color: #00aaf1
}
.socials--round .social-item.snapchat {
  background-color: #ffed45
}
.socials--round .social-item.soundcloud {
  background-color: #f30
}
.socials--round .social-item.spotify {
  background-color: #1ed760
}
.socials--round .social-item.trello {
  background-color: #0079bf
}
.socials--round .social-item.tumblr {
  background-color: #36465d
}
.socials--round .social-item.vimeo {
  background-color: #1ab7ea
}
.socials--round .social-item.vk {
  background-color: #6383a8
}
.socials--round .social-item.whatsapp {
  background-color: #25d366
}
.socials--round .social-item.wikipedia {
  background-color: #000
}
.socials--round .social-item.wordpress {
  background-color: #21759b
}
.socials--round .social-item.youtube {
  background-color: #cd201f
}
.socials--round svg {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.socials-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px
}
.socials-shared .social-item {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 0
}
.socials-shared .social-item i, .socials-shared .social-item svg {
  font-size: 15px;
  margin-right: 0
}
.socials-shared .social-item + .social-item {
  margin-left: 15px
}
@media (max-width:560px) {
  .socials-shared {
    padding: 20px
  }
}
.accordion-faqs .icons-wrap {
  display: inline-block;
  position: relative;
  margin-left: 20px
}
.accordion-faqs .icons-wrap svg {
  fill: #ff5e3a;
  transition: opacity .3s ease
}
.accordion-faqs .icons-wrap .olymp-plus-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}
.accordion-faqs .card-header .collapsed .olymp-accordion-close-ico {
  opacity: 0
}
.accordion-faqs .card-header .collapsed .olymp-plus-icon {
  opacity: 1
}
.accordion-faqs .card-header {
  padding: 10px 0;
  border: none;
  border-top: 1px solid #e6ecf5
}
.accordion-faqs .card-header:first-child {
  border-top: none
}
.accordion-faqs .collapse {
  margin-bottom: 10px
}
.accordion-faqs svg {
  width: 12px;
  height: 12px
}
.accordion-faqs .card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
@media (max-width:600px) {
  .accordion-faqs .card-header {
    padding: 10px 0
  }
  .accordion-faqs .collapse {
    margin-bottom: 20px
  }
}
.help-support-block {
  margin-bottom: 60px
}
.help-support-block .title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.help-support-block .title .total-topic {
  margin-left: 15px
}
.help-support-block .title:hover .total-topic {
  background-color: #7c5ac2;
  color: #fff
}
.total-topic {
  font-size: 10px;
  border-radius: 100%;
  font-weight: 900;
  width: 30px;
  height: 30px;
  background-color: #ebecf2;
  text-align: center;
  line-height: 30px;
  display: block;
  color: #515365
}
.help-support-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.help-support-list li svg {
  margin-right: 20px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  fill: #9a9fbf;
  position: relative;
  top: 3px
}
.help-support-list li a {
  font-size: 14px;
  color: #888da8
}
.help-support-list li + li {
  margin-top: 20px
}
.help-support-list li:hover a {
  color: #515365
}
.help-support-list li:hover svg {
  fill: #ff5e3a
}
.help-main-topic .title {
  margin-bottom: 20px
}
.help-main-topic .help-image {
  margin: 40px auto
}
.help-main-topic .single-post-additional {
  margin-bottom: 20px
}
.help-main-topic .single-post-additional > * + * {
  border-left: none;
  margin-left: 30px
}
.help-main-topic .single-post-additional > * {
  padding: 20px 0
}
.user-raiting-choice {
  padding: 35px 0;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px
}
.user-raiting-choice b {
  margin-left: 5px
}
.user-raiting-choice a {
  margin-left: 15px;
  opacity: .8
}
.user-raiting-choice a:hover {
  opacity: 1
}
.user-raiting-choice span {
  color: #515365;
  margin-left: auto;
  font-weight: 700
}
@media (max-width:860px) {
  .help-support-block .title {
    margin-bottom: 20px
  }
}
@media (max-width:560px) {
  .help-main-topic .single-post-additional > * {
    display: inline-block
  }
  .user-raiting-choice {
    display: block;
    padding: 15px 0;
    margin-top: 20px
  }
  .user-raiting-choice span {
    display: block;
    margin-top: 15px
  }
}
@media (max-width:360px) {
  .help-main-topic .single-post-additional > * {
    display: block
  }
  .help-main-topic .single-post-additional > * + * {
    margin-left: 0
  }
}
.search-help-result-title {
  text-align: center;
  margin-bottom: 100px
}
.search-help-result-title .count-result {
  color: #ff5e3a
}
.search-help-result-title .search-query {
  font-style: italic;
  color: #888da8
}
.search-help-result-list li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6ecf5
}
.search-help-result-list .title {
  margin-bottom: 40px
}
.search-help-result-list .single-post-additional {
  margin-bottom: 20px
}
.search-help-result-list .single-post-additional > * + * {
  border-left: none;
  margin-left: 30px
}
.search-help-result-list .single-post-additional > * {
  padding: 20px 0
}
.search-help-result-list .post__author img {
  width: 26px;
  height: 26px
}
.user-raiting {
  margin-top: 30px;
  font-size: 12px;
  color: #515365;
  font-weight: 700
}
.user-raiting img {
  margin-right: 20px;
  vertical-align: middle
}
.page-404-content {
  text-align: center
}
.page-404-content img {
  margin-bottom: 70px;
  display: block
}
.page-500-content {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-500-sup-title {
  font-size: 84px
}
@media (max-width:1024px) {
  .page-500-content {
    text-align: center
  }
  .page-500-content img {
    margin-bottom: 40px
  }
}
@media (max-width:860px) {
  .search-help-result-title {
    margin-bottom: 40px
  }
  .search-help-result-list li {
    padding-bottom: 20px;
    margin-bottom: 20px
  }
}
@media (max-width:768px) {
  .page-404-content img {
    margin-bottom: 30px
  }
}
@media (max-width:560px) {
  .search-help-result-list .title {
    margin-bottom: 20px
  }
  .search-help-result-list .single-post-additional > * {
    display: inline-block
  }
}
@media (max-width:360px) {
  .search-help-result-list .single-post-additional > * {
    display: block
  }
  .search-help-result-list .single-post-additional > * + * {
    margin-left: 0
  }
}
.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
}
.align-right .btn {
  margin-left: 20px
}
.align-right .w-search {
  display: inline-block
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43, 45, 59, .2);
  transition: all .3s ease;
  opacity: 0
}
.overlay.overlay-dark {
  background: rgba(43, 45, 59, .8)
}
.table {
  display: table
}
.inline-items > * {
  display: inline-block;
  vertical-align: middle
}
.inline-items > .friends-harmonic-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.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
}
.mt50 {
  margin-top: 50px
}
.no-margin {
  margin: 0
}
.negative-margin-top150 {
  margin-top: -150px
}
@media (max-width:1024px) {
  .negative-margin-top150 {
    margin-top: 0
  }
}
.negative-margin-top50 {
  margin-top: -50px
}
.negative-margin-right150 {
  margin-right: -150px
}
@media (max-width:768px) {
  .negative-margin-right150 {
    margin-right: 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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.display-flex.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.display-flex.content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.inline-block {
  display: inline-block
}
.padding40 {
  padding: 40px
}
.padding80 {
  padding: 80px
}
.bg-violet {
  background-color: #7442ce
}
.bg-primary {
  background-color: #ff5e3a
}
.bg-secondary {
  background-color: #3f4257
}
.bg-purple {
  background-color: #7c5ac2
}
.bg-blue {
  background-color: #38a9ff
}
.bg-blue-light {
  background-color: #00b7ff
}
.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-smoke-light {
  background-color: #fafbfd
}
.bg-green {
  background-color: #1ed760
}
.bg-facebook {
  background-color: #2f5b9d
}
.bg-twitter {
  background-color: #38bff1
}
.bg-dribbble {
  background-color: #f74881
}
.bg-google {
  background-color: #ea4235
}
.bg-white {
  background-color: #fff
}
.c-primary {
  color: #ff5e3a
}
.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
}
.weight-normal {
  font-weight: 400
}
.weight-light {
  font-weight: 300
}
.custom-color * {
  color: inherit !important;
  fill: inherit
}
.flip-button {
  box-sizing: content-box;
  cursor: pointer;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  transition: -webkit-transform 150ms cubic-bezier(.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(.4, 0, 1, 1)
}
.flip-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative
}
.flip-icon > * {
  left: 0;
  position: absolute;
  top: -3px;
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.flip-button.active .flip-icon svg:first-of-type, .flip-icon svg:last-of-type {
  opacity: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.flip-button.active .flip-icon svg:last-of-type {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
.medium-padding80 {
  padding: 80px 0
}
@media (max-width:1024px) {
  .medium-padding80 {
    padding: 45px 0
  }
}
@media (max-width:800px) {
  .medium-padding80 {
    padding: 35px 0
  }
}
.medium-padding100 {
  padding: 100px 0
}
@media (max-width:1024px) {
  .medium-padding100 {
    padding: 50px 0
  }
}
@media (max-width:800px) {
  .medium-padding100 {
    padding: 35px 0
  }
}
.medium-padding120 {
  padding: 120px 0
}
@media (max-width:1024px) {
  .medium-padding120 {
    padding: 50px 0
  }
}
@media (max-width:800px) {
  .medium-padding120 {
    padding: 35px 0
  }
}
.medium-padding180 {
  padding: 180px 0
}
@media (max-width:1024px) {
  .medium-padding180 {
    padding: 60px 0
  }
}
@media (max-width:800px) {
  .medium-padding180 {
    padding: 40px 0
  }
}
.pb100 {
  padding-bottom: 100px
}
@media (max-width:1024px) {
  .pb100 {
    padding-bottom: 50px
  }
}
@media (max-width:800px) {
  .pb100 {
    padding-bottom: 35px
  }
}
.pt80 {
  padding-top: 80px
}
@media (max-width:1024px) {
  .pt80 {
    padding-top: 45px
  }
}
@media (max-width:800px) {
  .pt80 {
    padding-top: 35px
  }
}
.pt100 {
  padding-top: 100px
}
@media (max-width:1024px) {
  .pt100 {
    padding-top: 50px
  }
}
@media (max-width:800px) {
  .pt100 {
    padding-top: 35px
  }
}
.pb120 {
  padding-bottom: 120px
}
@media (max-width:1024px) {
  .pb120 {
    padding-bottom: 50px
  }
}
@media (max-width:800px) {
  .pb120 {
    padding-bottom: 35px
  }
}
.pt120 {
  padding-top: 120px
}
@media (max-width:1024px) {
  .pt120 {
    padding-top: 50px
  }
}
@media (max-width:800px) {
  .pt120 {
    padding-top: 35px
  }
}
.pb160 {
  padding-bottom: 160px
}
@media (max-width:1024px) {
  .pb160 {
    padding-bottom: 60px
  }
}
@media (max-width:800px) {
  .pb160 {
    padding-bottom: 35px
  }
}
.pt160 {
  padding-top: 160px
}
@media (max-width:1024px) {
  .pt160 {
    padding-top: 60px
  }
}
@media (max-width:800px) {
  .pt160 {
    padding-top: 35px
  }
}
.pb80 {
  padding-bottom: 80px
}
@media (max-width:1024px) {
  .pb80 {
    padding-bottom: 45px
  }
}
@media (max-width:800px) {
  .pb80 {
    padding-bottom: 35px
  }
}
.pb60 {
  padding-bottom: 60px
}
@media (max-width:1024px) {
  .pb60 {
    padding-bottom: 40px
  }
}
@media (max-width:800px) {
  .pb60 {
    padding-bottom: 20px
  }
}
.pt60 {
  padding-top: 60px
}
@media (max-width:1024px) {
  .pt60 {
    padding-top: 40px
  }
}
@media (max-width:800px) {
  .pt60 {
    padding-top: 20px
  }
}
.pb30 {
  padding-bottom: 30px
}
.pt30 {
  padding-top: 30px
}
.mt60 {
  margin-top: 60px
}
@media (max-width:800px) {
  .mt60 {
    margin-top: 35px
  }
}
.mb30 {
  margin-bottom: 30px
}
.mb60 {
  margin-bottom: 60px
}
@media (max-width:800px) {
  .mb60 {
    margin-bottom: 35px
  }
}
.half-height-bg {
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0
}
.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, .05);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none
}
.ripple.ripple-on {
  transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
  transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
  transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
  opacity: .1
}
.ripple.ripple-out {
  transition: opacity .1s linear 0s !important;
  opacity: 0
}
.half-width {
  width: 50%
}
.col-3-width {
  width: 33.33%
}
.col-4-width {
  width: 25%
}
.body-bg-white {
  background-color: #fff
}
.bg-body {
  background-color: #edf2f6
}
.background-contain {
  background-size: contain;
  background-repeat: no-repeat
}
.background-cover {
  background-size: cover
}
.icon-demonstration {
  background-color: rgba(255, 94, 58, .15);
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px
}
.icon-demonstration svg {
  width: 60px;
  height: 60px;
  fill: #ff5e3a
}
.icon-demonstration pre {
  font-size: 12px;
  color: red
}
.icon-demonstration code {
  white-space: initial;
  line-height: 2
}
@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%
  }
  .inline-items > .friends-harmonic-wrap + .comments-shared {
    margin-top: 15px
  }
}
.social-menu-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.social-menu-tabs.nav-tabs .nav-link.active {
  color: #ff5e3a;
  border-bottom-color: #ff5e3a
}
.social-menu-tabs.nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  border: none;
  border-bottom: 3px solid transparent;
  border-right: 1px solid #e6ecf5;
  font-weight: 700;
  color: #515365
}
.social-menu-tabs.nav-tabs .nav-link svg {
  fill: #9a9fbf;
  margin-right: 10px
}
.social-menu-tabs.nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #e6ecf5
}
@media (max-width:768px) {
  .social-menu-tabs.nav-tabs .nav-link {
    padding: 15px
  }
}
.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: #ff5e3a
}
.w-personal-info.item-block .title {
  margin-right: 0;
  float: none;
  width: auto
}
.widget + .widget {
  margin-top: 35px
}
.widget p {
  font-size: 13px
}
.social-item {
  font-size: 11px;
  color: #fff;
  padding: 7px 15px;
  display: block;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center
}
.social-item i, .social-item svg {
  font-size: 12px;
  margin-right: 10px
}
.social-item:hover {
  color: #fff;
  opacity: .9
}
.w-socials .title {
  margin-bottom: 20px
}
.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;
  min-width: 180px
}
.w-select .title {
  float: left;
  line-height: 40px;
  margin-right: 15px
}
@media (max-width:1400px) {
  .w-select .form-group {
    min-width: unset
  }
}
.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 {
  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: #ff5e3a;
  font-size: 10px;
  font-weight: 800
}
.all-users a {
  color: inherit;
  display: block
}
.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-action {
  background-image: url(../jpg/landing-bg.jpg);
  padding: 50px 45px 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px
}
.w-action i, .w-action img {
  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-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
}
.w-about .logo {
  color: inherit;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  padding: 0
}
.w-about ul {
  margin-bottom: 0
}
.w-about img {
  margin-right: 17px
}
.w-about .logo-title {
  color: #515365
}
.w-list a {
  color: #888da8;
  padding: 10px 0;
  display: block;
  font-weight: 500;
  position: relative
}
.w-list a:hover {
  color: #ff5e3a
}
.w-list ul {
  margin-bottom: 0
}
@media (min-width:564px) {
  .daterangepicker {
    width: auto
  }
  .daterangepicker .ranges ul {
    width: 160px
  }
  .daterangepicker.single .ranges ul {
    width: 100%
  }
  .daterangepicker.single .calendar.left {
    clear: none
  }
  .daterangepicker.single.ltr .calendar, .daterangepicker.single.ltr .ranges {
    float: left
  }
  .daterangepicker.single.rtl .calendar, .daterangepicker.single.rtl .ranges {
    float: right
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px
  }
  .daterangepicker.ltr .calendar, .daterangepicker.ltr .ranges {
    float: left
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px
  }
  .daterangepicker.rtl .calendar, .daterangepicker.rtl .ranges {
    text-align: right;
    float: right
  }
}
@media (min-width:730px) {
  .daterangepicker .ranges {
    width: auto
  }
  .daterangepicker.ltr .ranges {
    float: left
  }
  .daterangepicker.rtl .ranges {
    float: right
  }
  .daterangepicker .calendar.left {
    clear: none !important
  }
}
.daterangepicker .calendar .next, .daterangepicker .calendar .prev {
  display: none
}
.daterangepicker_input .form-group {
  margin: 0
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border: none;
  font-size: 13px;
  color: #515365
}
.daterangepicker th.month {
  padding: 15px 5px
}
.daterangepicker select.monthselect {
  margin-right: 10%;
  width: 50%
}
.daterangepicker .calendar th, .daterangepicker td.off {
  font-size: 9px;
  color: #888da8
}
.daterangepicker .calendar td {
  color: #4b4e65;
  font-size: 11px;
  border-radius: 50%;
  display: table-cell;
  height: auto;
  width: auto
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.start-date.end-date {
  background-color: #08ddc1;
  border-color: transparent;
  color: #fff;
  border-radius: 50%
}
.daterangepicker {
  width: 270px;
  border-color: #e6ecf5;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1)
}
.daterangepicker.single.ltr .calendar {
  float: none;
  padding: 8px
}
.daterangepicker .calendar td, .daterangepicker .calendar th {
  line-height: 30px;
  padding: 0 5px
} /*!
FullCalendar Core Package v4.1.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/ .fc {
  direction: ltr;
  text-align: left
}
.fc-rtl {
  text-align: right
}
body .fc {
  font-size: 1em
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3
}
.fc-bgevent {
  background: #8fdf82;
  opacity: .3
}
.fc-nonbusiness {
  background: #d7d7d7
}
@font-face {
  font-family: fontello;
  src: url(../eot/fontello0d34.eot);
  src: url(../eot/fontello0d34.eot#iefix) format('embedded-opentype'), url(../woff2/fontello0d34.woff2) format('woff2'), url(../woff/fontello0d34.woff) format('woff'), url(../ttf/fontello0d34.ttf) format('truetype'), url(../svg/fontello0d34.svg#fontello) format('svg');
  font-weight: 400;
  font-style: normal
}
[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-cancel-circled:before {
  content: '\e800'
}
.icon-cancel:before {
  content: '\e801'
}
.icon-twitter:before {
  content: '\f099'
}
.icon-angle-left:before {
  content: '\f104'
}
.icon-angle-right:before {
  content: '\f105'
}
.icon-youtube-play:before {
  content: '\f16a'
}
.icon-instagram:before {
  content: '\f16d'
}
.icon-snapchat:before {
  content: '\f2ab'
}
.icon-facebook-squared:before {
  content: '\f308'
}



.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;
  border-radius: 5px 5px 0 0; }
  .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.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; }
