@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kanit:400,600");
/*@import url("https://fonts.googleapis.com/css?family=Kanit:400,700");*/

.header {
    height: 70px;
    background-color: #dddddd;
    padding-right: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 21
}

.header .page-title {
    padding: 5px 30px 5px 100px;
    text-transform: uppercase;
    float: left;
    height: 100%;
    min-width: 170px;
    max-height: 70px
}

.header .page-title img {
    height: 100%
}

.header .page-title>* {
    color: #fff;
    margin: 0
}

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

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

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

.header-spacer--standard {
    height: 143px
}

.search-bar {
    float: left;
    width: 500px;
    height: 70px;
    background-color: #494c62;
    position: relative
}

.search-bar.w-search {
    width: 500px;
    min-height: 70px;
    background-color: #494c62
}

.search-bar .form-group {
    margin-bottom: 0;
    height: 70px
}

.search-bar .form-control {
    border: none;
    padding: 0
}

.search-bar .selectize-control {
    position: relative;
    z-index: 20;
    height: 70px
}

.search-bar .selectize-dropdown {
    background-color: #fff;
    z-index: 50;
    border: 1px solid #e6ecf5;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.search-bar .selectize-input {
    height: 70px
}

.search-bar .selectize-input.has-items input {
    background-color: transparent
}

.search-bar .selectize-input.has-items>* {
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #9a9fbf;
    color: #fff;
    display: inline-block;
    margin-right: 3px
}

.search-bar .selectize-input.has-items>:first-child {
    margin-left: 15px
}

.search-bar .form-group.with-button button {
    color: #696d87;
    fill: #696d87;
    background-color: #494c62;
    width: 50px
}

.search-bar .form-group.with-button button svg {
    height: 22px;
    width: 22px
}

.search-bar .form-group.with-button input {
    height: 100%;
    border: none;
    color: #696d87
}

.search-bar .notification-list {
    position: absolute;
    top: -100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 50;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    border-right: 1px solid #e6ecf5;
    border-left: 1px solid #e6ecf5
}

.search-bar .notification-list .notification-icon svg {
    width: 20px;
    height: 20px
}

.control-block {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.control-block .author-thumb {
    margin-right: 8px;
    position: unset
}

.control-block .author-title {
    font-weight: 700;
    font-size: 12px;
    color: #696d87
}

.control-block .author-title>svg {
    margin-left: 15px;
    fill: #fff;
    width: 6px;
    height: 4px
}

.control-block .author-subtitle {
    display: block;
    font-weight: 700;
    color: #9a9fbf;
    font-size: 8px
}

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

.control-icon {
    margin-right: 29px;
    fill: #515365;
    margin-top: 8px
}

.control-icon>svg {
    height: 20px
}

.control-icon.has-items {
    fill: #fff
}

.control-icon .label-avatar {
    width: 19px;
    height: 19px;
    line-height: 19px;
    top: -31%;
    right: -15px
}

.control-icon .more-dropdown {
    width: 380px;
    top: 35px;
    right: -180px;
    padding: 0 0 70px 0
}

.control-icon .more-dropdown .view-all {
    padding: 20px;
    color: #fff
}

.control-icon .more-dropdown .view-all:hover {
    color: #fff
}

.control-icon .more-dropdown .notification-list {
    padding: 0
}

.control-icon .ui-block-title a {
    display: inline-block;
    float: right;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 0
}

.control-icon .accept-request {
    padding: 0.5em;
    font-size: 0.688em;
    color: #fff;
    display: inline-block
}

.control-icon .accept-request:hover {
    color: #fff
}

.control-icon .notification-list .author-thumb {
    height: 34px;
    width: 34px;
    margin-right: 0;
    overflow: hidden
}

.control-icon .notification-list .notification-friend {
    padding: 0;
    font-size: 14px
}

.control-icon .notification-list .notification-link {
    padding: 0;
    display: inline-block
}

.control-icon .notification-list .notification-event {
    width: 75%
}

.control-icon .notification-list.friend-requests .accepted .notification-link {
    padding: 0;
    display: inline-block
}

.control-icon .notification-list.friend-requests .accepted .notification-icon {
    margin-top: 0
}

.control-icon .notification-list.friend-requests .notification-event {
    width: 60%
}

.control-icon .notification-list .comment-photo {
    margin-top: 15px;
    max-width: 215px
}

.control-icon .notification-list .comment-photo span {
    font-size: 11px
}

.control-icon .notification-list li>* {
    vertical-align: top
}

.control-icon .notification-list .notification-icon {
    margin-top: 0
}

.control-icon .notification-list .notification-icon svg {
    height: 20px;
    width: 20px
}

.control-icon .chat-message li.chat-group .author-thumb {
    width: 36px
}

.control-icon .notification-list.chat-message .notification-icon svg {
    height: 24px;
    width: 24px
}

.control-icon .mCustomScrollbar {
    overflow: hidden;
    max-height: 300px
}

.control-icon .ps:hover>.ps__scrollbar-y-rail,
.control-icon .ps>.ps__scrollbar-y-rail {
    left: 0;
    top: 40px !important
}

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

.view-all:hover {
    color: #fff
}

.author-page .more-dropdown {
    width: 230px;
    top: calc(100% + 5px);
    right: -30px;
    padding: 0
}

.author-page .chat-settings {
    padding: 15px 40px
}

.author-page .chat-settings a {
    color: #000000
}

.author-page .chat-settings a:hover {
    color: #000000
}

.author-page .chat-settings .icon-status {
    margin-right: 20px;
    position: relative;
    border: none
}

.author-page .account-settings {
    padding: 15px 25px;
    margin-bottom: 0
}

.author-page .account-settings a {
    padding: 13px 0
}

.author-page .mCustomScrollbar {
    max-height: calc(100vh - 40px)
}

.account-settings {
    padding: 15px 25px;
    margin-bottom: 0;
    padding-bottom: 60px
}

.account-settings a {
    padding: 13px 0;
    font-size: 12px;
    color: #515365;
    display: block;
    font-weight: 700
}

.account-settings a:hover {
    color: #99ca3d
}

.account-settings a>* {
    display: inline-block;
    vertical-align: middle
}

.custom-status {
    margin: 15px 25px
}

.custom-status input {
    padding: 0.5em 1.1em;
    font-size: 12px
}

.custom-status.form-group.with-button button {
    border-radius: 0 5px 5px 0;
    background-color: #7c5ac2;
    overflow: hidden
}

.custom-status.form-group.with-button button svg {
    fill: #fff;
    width: 14px;
    height: 12px
}

.account-settings a {
    padding: 13px 0
}

.account-settings i,
.account-settings svg {
    margin-right: 15px;
    fill: #515365;
    width: 20px;
    height: 20px;
    font-size: 20px
}

.top-header {
    position: relative
}

.top-header.top-header-favorit .top-header-author {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    left: 100px;
    bottom: -40px;
    z-index: 5;
    max-width: unset
}

.top-header.top-header-favorit .author-thumb {
    float: left;
    margin-right: 30px
}

.top-header.top-header-favorit .author-content {
    text-align: left;
    margin-top: 20px;
    float: left;
    color: #fff
}

.top-header.top-header-favorit .author-name {
    color: #fff
}

.top-header-thumb {
    position: relative
}

.top-header-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

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

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

.profile-menu li>div,
.profile-menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #9a9fbf;
    display: block
}

.profile-menu li>div:hover,
.profile-menu li a:hover {
    color: #000000
}

.profile-menu li>div.active,
.profile-menu li a.active {
    color: #000000
}

.profile-menu .more-dropdown {
    width: 230px;
    top: calc(100% + 10px);
    right: -25px
}

.profile-menu .more-dropdown li {
    display: block
}

.profile-menu li .more-dropdown a {
    padding: 10px 0;
    font-size: 13px
}

.top-header-author {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 15px;
    text-align: center;
    max-width: 200px;
    z-index: 4
}

.top-header-author .author-thumb {
    border-radius: 100%;
    border: 6px solid #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 132px;
    height: 132px;
    background-color: #FDFBEE
}

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

.top-header-author .author-name {
    font-weight: 700
}

.profile-section {
    position: relative;
    padding: 38px 0;
    z-index: 3
}

.profile-section .control-block-button {
    position: absolute;
    right: 38px;
    top: -31px
}

.admin-bar #site-header {
    top: 46px
}

@media screen and (min-width:783px) {
    .admin-bar #site-header {
        top: 32px
    }
}

#site-header .header-menu {
    top: 46px
}

@media screen and (min-width:783px) {
    #site-header .header-menu {
        top: 32px
    }
}

[class*=" -icon"],
[class^=olymp-] {
    height: 26px;
    width: 26px;
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-sidebar.fixed-sidebar-responsive.open {
    min-height: 1000vh
}

.header-responsive {
    display: none
}

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

.tab-content-responsive {
    display: none
}

.tab-content-responsive .tab-pane {
    background-color: #fff
}

.tab-content-responsive .search-bar.w-search {
    background-color: #bbb
}

.tab-content-responsive .mCustomScrollbar {
    max-height: calc(100vh - 140px);
    overflow-y: auto !important
}

.header-menu {
    float: left;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    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: #000000;
    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: #99ca3d
}

.header-menu .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1
}

.header-menu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
    background-color: #3f4257;
    border-color: #e6ecf5;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.header-menu .dropdown-item:focus,
.header-menu .dropdown-item:hover {
    color: #99ca3d;
    background-color: transparent
}

.header-menu.open {
    -webkit-transform: translateX(71px);
    -ms-transform: translateX(71px);
    transform: translateX(71px)
}

.header-menu .dropdown-toggle:after {
    right: 0
}

.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% - 142px);
    position: fixed;
    left: 71px;
    padding: 35px 55px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    z-index: 19
}

.header--standard .logo {
    color: #000000
}

.header--standard .logo .img-wrap {
    margin-right: 13px
}

.header--standard .logo:hover {
    color: #000000
}

.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-dark {
    background-color: #3f4257
}

.header--standard-dark .logo {
    color: #fff
}

.header--standard-dark .logo .logo-title {
    color: #fff
}

.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: #515365
}

.open-responsive-menu:hover {
    fill: #99ca3d
}

.close-responsive-menu {
    position: absolute;
    top: 20px;
    left: 25px;
    fill: #515365;
    display: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.close-responsive-menu svg {
    width: 16px;
    height: 16px
}

.close-responsive-menu:hover {
    fill: #99ca3d
}

.has-standard-header .fixed-sidebar.right {
    top: 0
}

.has-standard-header .fixed-sidebar-right {
    bottom: 0
}

.has-standard-header .fixed-sidebar.right .mCustomScrollbar {
    max-height: calc(100vh - 140px)
}

.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: #99ca3d;
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    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;
    -webkit-box-shadow: none;
    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: 13px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header--standard-landing .logo .logo-colored {
    position: absolute;
    left: 0;
    opacity: 0
}

.header--standard-landing .logo .logo-title {
    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: #99ca3d
}

.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 .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: #000000
}

.header--standard-landing .header-menu .nav-item .dropdown-item:hover,
.header--standard-landing .header-menu li .dropdown-item:hover {
    color: #99ca3d
}

.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;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.header--standard-landing.headroom--not-top .logo {
    color: #000000
}

.header--standard-landing.headroom--not-top .logo .logo-colored {
    opacity: 1
}

.header--standard-landing.headroom--not-top .logo .logo-title {
    color: #000000
}

.header--standard-landing.headroom--not-top .header-menu .nav-item a,
.header--standard-landing.headroom--not-top .header-menu li .nav-link {
    color: #000000;
    fill: #515365
}

.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: #000000;
    fill: #515365
}

.header--standard-landing.headroom--not-top .header-menu li .dropdown-item {
    color: #000000
}

.header--standard-landing.headroom--not-top .shoping-cart .count-product {
    color: #515365
}

.landing-page {
    position: relative;
    min-height: 100vh
}

.landing-page:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 94, 58, 0.95);
    opacity: 1;
    z-index: auto
}

.landing-page .content-bg:before {
    background: url("../img/landing-users.png") repeat 0 0
}

.landing-page .content-bg {
    background-color: rgba(255, 94, 58, 0.95);
    -webkit-animation-name: sidedownscroll;
    animation-name: sidedownscroll
}

@-webkit-keyframes sidedownscroll {
    0% {
        -webkit-transform: translate3D(0%, 0%, 0);
        transform: translate3D(0%, 0%, 0)
    }

    50% {
        -webkit-transform: translate3D(-50%, 100%, 0);
        transform: translate3D(-50%, 100%, 0)
    }

    to {
        -webkit-transform: translate3D(-100%, 200%, 0);
        transform: translate3D(-100%, 200%, 0)
    }
}

@keyframes sidedownscroll {
    0% {
        -webkit-transform: translate3D(0%, 0%, 0);
        transform: translate3D(0%, 0%, 0)
    }

    50% {
        -webkit-transform: translate3D(-50%, 100%, 0);
        transform: translate3D(-50%, 100%, 0)
    }

    to {
        -webkit-transform: translate3D(-100%, 200%, 0);
        transform: translate3D(-100%, 200%, 0)
    }
}

.landing-page .header-spacer--standard {
    margin-bottom: 40px
}

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

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

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

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

.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;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@media (max-width:480px) {
    .animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        will-change: unset
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    -ms-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
}

@media (max-width:480px) {
    .animated.swingInX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@-moz-keyframes swingOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }

    to {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
}

@-o-keyframes swingOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg)
    }

    to {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }

    to {
        -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
}

@media (max-width:480px) {
    .animated.swingOutX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }

    to {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }

    to {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@media (max-width:480px) {
    .animated.slideDown {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    to {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }

    to {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@media (max-width:480px) {
    .animated.slideUp {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    to {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    to {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        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
}

@media (max-width:480px) {
    .animated.flipInX {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        -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
}

@media (max-width:480px) {
    .animated.flipOutX {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    to {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    to {
        -o-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)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@media (max-width:480px) {
    .animated.bounceInDown {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }

    30% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }

    30% {
        opacity: 1;
        -o-transform: translateY(20px)
    }

    to {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@media (max-width:480px) {
    .animated.bounceOutUp {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

.headers-demonstration .header--standard {
    margin-bottom: 50px;
    position: relative
}

.headers-demonstration .footer {
    margin-bottom: 50px
}

@media (max-width:1350px) {
    .search-bar.w-search {
        max-width: 300px
    }
}

@media (max-width:1200px) {
    .header-menu a {
        padding: 30px 15px
    }

    .shoping-cart a {
        padding: 0
    }
}

@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: block;
        padding: 12px 35px 12px 35px
    }

    .header {
        padding-left: 70px
    }

    .header-content-wrapper {
        -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
    }

    .shoping-cart a {
        padding: 0
    }
}

@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: 5px
    }

    .header--standard .header-menu {
        margin-left: 0
    }
}

@media (max-width:801px) {
    .search-bar.w-search {
        max-width: 200px
    }

    .top-header-author {
        position: relative;
        bottom: 20px;
        color: #000000
    }

    .top-header-author .author-name {
        color: #000000
    }

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

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

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

    .top-header.top-header-favorit .profile-section .control-block-button {
        right: 38px;
        top: -31px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto
    }
}

@media (max-width:768px) {

    .fixed-sidebar,
    .header {
        display: none
    }

    .header--standard-landing .header-menu li:last-child>a {
        padding-left: 25px
    }

    .header--standard.headroom--not-top {
        padding: 5px
    }

    .fixed-sidebar.fixed-sidebar-responsive,
    .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: #dddddd
    }

    .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: #000000
    }

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

    .profile-section {
        padding: 30px 0
    }

    .header--standard-landing {
        position: absolute
    }

    .header--standard-landing .header-menu {
        background-color: #99ca3d
    }

    .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
    }

    .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-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));
        -ms-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;
        -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
        box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
    }

    .header-menu a {
        padding: 15px 25px;
        color: #000000
    }

    .header-menu ul {
        display: block
    }

    .header-menu .show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        margin-bottom: 15px;
        display: block
    }

    .header-menu>* {
        width: 100%
    }

    .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: 21;
        height: 70px
    }

    .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
    }
}

@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) {
    .header--standard-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .open-responsive-menu {
        margin-left: 0
    }

    .header--standard .logo {
        margin-bottom: 30px
    }

    .header--standard {
        width: 100%;
        left: 0;
        z-index: 20;
        height: auto
    }

    .header--standard>.container {
        height: auto
    }

    .header--standard>.container>.header--standard-wrap {
        height: auto
    }

    .header-menu {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .header-menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .top-header.top-header-favorit .author-name {
        font-size: 18px
    }

    .header-spacer--standard {
        height: 103px
    }
}

.footer {
    width: calc(100% - 144px);
    margin: 0 auto;
    padding: 70px 55px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.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 {
    color: #fff
}

.footer--dark .socials i:hover {
    color: #99ca3d
}

.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: #99ca3d;
    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
    }
}

@media (max-width:1024px) {
    .footer {
        width: 100%
    }
}

.bg-section1:before {
    background-image: url("../img/bg-section1.png")
}

.bg-section2:before {
    background-image: url("../img/bg-section2.png")
}

.bg-section3 {
    background-image: url("../img/bg-section3.png")
}

.bg-section4 {
    background-image: url("../img/bg-section4.png")
}

.bg-section5 {
    background-image: url("../img/bg-section5.png")
}

section {
    position: relative
}

.section-move-bg .content-bg:before {
    background-position: bottom;
    background-repeat: repeat-x
}

.section-move-bg .container {
    z-index: 5;
    position: relative
}

.section-move-bg-top .content-bg:before {
    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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: -100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.call-to-action-animation .second-img {
    position: absolute;
    right: 80%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: -100%
}

.img-scale-animation img {
    position: absolute;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.img-scale-animation img.main-img {
    position: relative;
    -webkit-box-shadow: none;
    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);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 5%
}

.planer-animation {
    position: relative
}

.planer-animation .planer {
    position: absolute;
    top: 10%;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-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);
    -ms-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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: bold;
    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
}

@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%
    }

    .call-to-action-animation .first-img,
    .call-to-action-animation .second-img {
        max-width: 50%;
        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 {
    z-index: 5;
    text-align: center;
    position: relative;
    padding: 0 10px
}

.bg-primary-opacity {
    background-color: rgba(153, 202, 61, 0.95)
}

.bg-purple-dark-opacity {
    background-color: rgba(98, 54, 178, 0.95)
}

.stunning-header-bg1:before {
    background-image: url("../img/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
    }
}

.mobile-app .chat-settings {
    padding: 15px 40px
}

.mobile-app .chat-settings a {
    color: #000000;
    padding: 7px 0;
    display: block
}

.mobile-app .chat-settings a:hover {
    color: #000000
}

.mobile-app .chat-settings .icon-status {
    margin-right: 20px;
    position: relative;
    border: none
}

.mobile-app .olympus-chat {
    position: relative;
    display: block;
    cursor: pointer
}

.mobile-app .sidebar--large .olympus-chat {
    padding: 25px 15px 25px 50px;
    cursor: pointer
}

.mobile-app .search-friend {
    position: relative;
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mobile-app .fixed-sidebar {
    position: fixed;
    float: none;
    min-height: 70px
}

.mobile-app .fixed-sidebar.open {
    min-height: 1000vh
}

.mobile-app .fixed-sidebar-right.sidebar--large {
    width: 260px;
    position: absolute
}

.mobile-app .fixed-sidebar .search-friend svg {
    width: 16px;
    height: 16px
}

.mobile-app .fixed-sidebar-right {
    padding-bottom: 0;
    border-left: none;
    bottom: auto
}

.mobile-app .header {
    padding-left: 70px
}

@media (max-width:768px) {
    .mobile-app .header {
        min-width: 300px
    }
}

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

.mobile-app .fixed-sidebar.right.open {
    min-height: 1000vh
}

@media (max-width:768px) {
    .mobile-app .fixed-sidebar.right {
        display: block
    }
}

.mobile-app .fixed-sidebar.right .mCustomScrollbar {
    max-height: calc(100vh - 140px)
}

.mobile-app .fixed-sidebar .mCustomScrollbar {
    max-height: calc(100vh - 150px)
}

.mobile-app .fixed-sidebar {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-app .fixed-sidebar .ui-block-title:first-child {
    border-top: 1px solid #e6ecf5
}

.mobile-app .fixed-sidebar-left .ui-block-title:first-child {
    border-top: none
}

.mobile-app .fixed-sidebar-left.sidebar--small {
    height: auto;
    position: absolute
}

.mobile-app .left-menu {
    padding: 0
}

.mobile-app .left-menu a {
    color: #515365
}

.mobile-app .left-menu a:hover {
    color: #99ca3e
}

.mobile-app .fixed-sidebar-left.sidebar--large {
    width: 260px;
    position: absolute
}

.mobile-app .fixed-sidebar-right.sidebar--small {
    position: absolute
}

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

.mobile-app .top-header-author {
    position: relative;
    bottom: auto;
    margin-top: -20px;
    color: #000000
}

.mobile-app .top-header-author .author-name {
    color: #000000
}

.mobile-app .comment-form .form-group {
    width: 80%
}

.mobile-app .ui-block {
    margin-bottom: 40px
}

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

.mobile-app .post-control-button .btn-control {
    display: inline-block
}

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

.mobile-app .post-additional-info .comments-shared {
    margin-top: 0
}

.mobile-app .post__author .more {
    margin-right: 0
}

.mobile-app .post-video .video-content {
    padding: 4px 12px
}

.mobile-app .view-all {
    position: relative;
    bottom: auto
}

.mobile-app .ui-block-title a {
    color: #000000
}

.mobile-app .ui-block-title .items-round-little {
    color: #fff
}

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

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

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

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

.mobile-app .icon-close {
    right: 50%;
    margin-right: -9px
}

.mobile-app .main-header {
    max-width: 100%;
    padding: 40px 15px 90px
}

.mobile-app .img-bottom {
    max-height: 80px
}

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

.mobile-app .choose-from-my-photo .btn+.btn {
    margin-left: 5px
}

.about-olympus {
    padding: 0 25px;
    margin-bottom: 15px
}

.about-olympus a {
    padding: 7px 0;
    font-size: 12px;
    color: #515365;
    display: block;
    font-weight: 700
}

.about-olympus a:hover {
    color: #99ca3d
}

.mobile-app-tabs {
    background-color: #dddddd;
    border-bottom-color: transparent;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    height: 70px;
    padding: 0 13px;
    position: relative;
    width: 100%
}

.mobile-app-tabs .nav-link {
    height: 100%;
    border-color: transparent;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid transparent
}

.mobile-app-tabs .nav-link:focus,
.mobile-app-tabs .nav-link:hover {
    border-color: transparent
}

.mobile-app-tabs .olymp-close-icon {
    display: none
}

.mobile-app-tabs .olymp-magnifying-glass-icon {
    width: 18px
}

.mobile-app-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #99ca3d
}

.mobile-app-tabs .nav-link.active svg {
    fill: #fff
}

.mobile-app-tabs .nav-link.active .olymp-close-icon {
    display: block;
    width: 18px;
    height: 18px
}

.mobile-app-tabs .nav-link.active .olymp-magnifying-glass-icon {
    display: none;
    width: 18px
}

.mobile-app-tabs .nav-item {
    margin-bottom: 0;
    height: 70px
}

.mobile-app-tabs svg {
    fill: #515365;
    height: 20px;
    width: 24px
}

.mobile-app-tabs .control-icon {
    position: relative;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.nav-tabs .app-tabs-close:hover svg {
    fill: #99ca3d
}

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

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

    .mobile-app .notification-list.friend-requests .selectize-dropdown .notification-icon {
        float: right
    }

    .mobile-app-tabs .nav-item {
        width: auto
    }

    .mobile-app-tabs .nav-link {
        padding: 0 5px
    }
}

@media (max-width:480px) {
    .mobile-app .choose-photo-item {
        width: 50%
    }

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

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

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

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

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

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

@media (max-width:460px) {
    .mobile-app .notification-list .notification-event {
        width: 50%
    }
}

.shoping-cart a {
    position: relative;
    padding: 10px 0
}

.shoping-cart svg {
    height: 22px;
    width: 22px
}

.shoping-cart .count-product {
    position: absolute;
    color: #fff;
    font-size: 10px;
    top: 0;
    right: -5px
}

.rait-stars {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.rait-stars .star-icon {
    font-size: 9px
}

.rait-stars li {
    display: inline-block;
    color: #d1d8de
}

.rait-stars li+li {
    margin-left: 2px
}

.rait-stars li.numerical-rating {
    margin-left: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #000000
}

.shop-popup-cart.more-dropdown {
    width: 340px;
    right: -70px;
    padding: 0
}

.shop-popup-cart.more-dropdown>ul {
    padding: 0;
    display: block
}

.shop-popup-cart.more-dropdown .rait-stars {
    padding: 0;
    display: block;
    height: auto;
    margin-bottom: 5px;
    line-height: 1
}

.shop-popup-cart.more-dropdown a.btn {
    display: inline-block
}

.cart-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #e6ecf5;
    padding: 25px;
    position: relative
}

.cart-product-item .more {
    position: absolute;
    top: 10px;
    right: 10px
}

.cart-product-item .more svg {
    height: 8px;
    width: 8px
}

.product-thumb {
    width: 60px;
    height: 60px;
    background-color: #f2f4f8;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-thumb img {
    margin: auto;
    max-height: 100%
}

.product-content .title {
    font-size: 12px
}

.product-content .counter {
    font-size: 12px;
    font-weight: 700;
    color: #000000
}

.product-price {
    margin-left: auto;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    margin-right: 20px
}

.cart-subtotal {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 25px 45px 25px 25px;
    border-bottom: 1px solid #e6ecf5;
    text-align: right
}

.cart-subtotal>span {
    margin-left: 25px;
    color: #000000
}

.cart-btn-wrap {
    padding: 25px;
    text-align: center
}

.cart-btn-wrap .btn+.btn {
    margin-left: 12px
}

.cart-main table {
    width: 100%
}

.cart-main th>*,
.cart-main tr>* {
    padding: 25px 35px;
    text-align: center;
    border-bottom: 1px solid #e6ecf5
}

.cart-main th>:first-child,
.cart-main tr>:first-child {
    padding-left: 0;
    text-align: left
}

.cart-main th>:last-child,
.cart-main tr>:last-child {
    padding-right: 50px
}

.cart-main th {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.cart-main td>* {
    margin-bottom: 0
}

.cart-main .product-price .price {
    color: #000000
}

.cart-main .product-quantity .form-control {
    width: auto;
    max-width: 110px
}

.cart-main .product-quantity .form-group {
    display: inline-block
}

.cart-main .product-del svg {
    width: 18px;
    height: 18px;
    fill: #515365
}

.cart-main .product-del svg:hover {
    fill: #99ca3d
}

.cart-main .form-inline>*+* {
    margin-left: -5px
}

.cart-main .form-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.cart-main .form-inline .btn {
    border-radius: 0 5px 5px 0
}

.cart-main .form-inline .form-group {
    margin-bottom: 0
}

.cart-main .cart-subtotal {
    padding: 18px 0 18px 25px;
    border-bottom: none;
    float: right;
    min-width: 150px
}

.cart-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-product__item .product-thumb {
    width: 80px;
    height: 80px
}

.cart-product__item .rait-stars {
    margin-bottom: 0
}

.cart-product__item .cart-product-title {
    display: block
}

.cart-product__item .product-category {
    font-size: 9px
}

.order-totals-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6ecf5
}

.order-totals-list li span {
    font-weight: 700;
    color: #000000
}

.order-totals-list li.total {
    color: #000000;
    font-weight: 700
}

.payment-methods-list {
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 30px
}

.payment-methods-list li {
    padding-bottom: 10px
}

.payment-methods-list li p {
    font-size: 13px
}

.payment-methods-list .radio label span {
    left: 0
}

.payment-methods-list .radio label {
    padding-left: 25px
}

@media (max-width:768px) {
    .shop-popup-cart.more-dropdown {
        display: none
    }

    .cart-main th>*,
    .cart-main tr>* {
        padding: 10px 0 !important;
        text-align: left
    }

    .cart-main th>:last-child,
    .cart-main tr>:last-child {
        padding-right: 10px
    }
}

@media (max-width:540px) {
    .cart-main .cart-subtotal {
        float: none;
        text-align: left;
        padding-left: 0;
        margin-right: 50px
    }
}

@media (max-width:420px) {

    .cart-main th>*,
    .cart-main tr>* {
        padding: 20px 5px
    }

    .cart-product__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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
    }

    .cart-product__item .product-thumb {
        width: 40px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .cart-main .form-inline {
        -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
    }

    .cart-main .form-inline .btn {
        margin-left: 0;
        margin-top: 10px;
        border-radius: 5px
    }
}

ul {
    list-style: none;
    padding: 0
}

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

a:hover {
    color: #99ca3d
}

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

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 3px 10px;
    font-size: .875em;
    line-height: 1.25;
    color: #464a4c;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e6ecf5;
    border-radius: 0.25em;
}

p {
    font-size: .875em
}

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

.nav-tabs .nav-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form-group {
    position: relative;
    margin-bottom: 1.4em
}

.form-group textarea {
    resize: none
}

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

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

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

.card {
    border: none
}

.card-header a {
    color: #515365;
    display: block
}

.card-header a:focus,
.card-header a:hover {
    color: #515365
}

.card-header i,
.card-header svg {
    float: right;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 8px
}

.card-header .collapsed i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

blockquote {
    margin: 3em 0;
    padding: 15px 80px 15px 80px;
    position: relative
}

blockquote h6 {
    font-size: 11px;
    font-weight: 400;
    color: #000000
}

blockquote h6 span {
    font-weight: 700;
    display: block;
    color: #000000
}

blockquote p {
    margin: 0 0 15px !important;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 300;
    position: relative;
    color: #000000
}

blockquote p:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    display: block;
    background-color: #99ca3d
}

@media (max-width:640px) {
    blockquote p {
        font-size: 16px
    }
}

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

svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

button.btn {
    padding: .5em 1em
}

button.btn-md {
    padding: 1em 3.5em;
    font-size: 0.75em;
    border-radius: 0.3em
}

button.btn-md-2 {
    padding: .8em 2.1em;
    font-size: 0.688em;
    border-radius: 0.3em
}

button.btn-lg {
    padding: 1em 3em
}

.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: FontAwesome;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 9px;
    background-color: #08ddc1;
    color: #fff;
    text-align: center;
    right: 20px;
    top: 50%;
    margin-top: -10px
}

.number-spinner.input-group .form-group {
    margin-bottom: 0
}

.number-spinner.input-group .form-control {
    width: 100%;
    padding: .5em 1.1em;
    max-width: 80px
}

.number-spinner.input-group .input-group-btn>.btn {
    margin-bottom: 0;
    height: 100%;
    background-color: #99ca3d;
    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: #08ddc1
}

.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: #000000
}

@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:585px) {

    .input-group button,
    .input-group input,
    .input-group span.input-group-btn {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0
    }

    .input-group {
        position: relative
    }

    .input-group span.data-up {
        position: absolute;
        top: 0
    }

    .input-group span.data-dwn {
        position: absolute;
        bottom: 0
    }

    .form-control.text-center {
        margin: 34px 0
    }

    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: 0
    }
}

@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
    }
}

.ui-block {
    background-color: #fff;
    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
}

@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
    }

    .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: -26px;
        bottom: -29px;
        top: auto
    }

    .responsive-flex .photo-gallery.nav-tabs .nav-item {
        border-top: 1px solid #e6ecf5;
        text-align: center
    }

    .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 {
    -webkit-box-shadow: none;
    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 {
    font-size: 12px;
    margin-right: 10px
}

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

@media (max-width:1080px) {
    .btn-lg {
        padding: 1em
    }
}

.btn-md {
    padding: 1em 3.5em;
    font-size: 0.75em;
    border-radius: 0.3em
}

@media (max-width:1080px) {
    .btn-md {
        padding: .6em .5em
    }
}

.btn-md-2 {
    padding: .8em 2.1em;
    font-size: 0.688em;
    border-radius: 0.3em
}

@media (max-width:1080px) {
    .btn-md-2 {
        padding: .6em .5em
    }
}

.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>i {
    font-size: 20px
}

.btn-control.has-i {
    font-size: unset
}

.btn-control.has-i>i {
    font-size: 15px
}

.btn-control-small {
    width: 34px;
    height: 34px;
    line-height: 34px
}

.btn-control-small>i {
    font-size: 16px
}

.btn-more {
    background-color: #ccd1e0;
    margin: 40px auto;
    text-align: center;
    display: block;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-more:hover {
    fill: #99ca3d
}

.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: primary-color;
    border-color: primary-color;
    opacity: 1
}

.btn-secondary:hover {
    background-color: #99ca3d;
    border-color: #99ca3d;
    opacity: 1
}

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

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

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

.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: #000000
}

.btn-light-bg:hover {
    color: #000000
}

.btn-light-bg:focus {
    color: #000000
}

.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 {
    -webkit-box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3);
    box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3)
}

.btn-market+.btn-market {
    margin-left: 20px
}

.with--icon {
    text-align: left
}

.with--icon .icon {
    margin-right: 12px;
    height: 35px;
    width: 35px;
    fill: #fff
}

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

.with--icon .text {
    overflow: hidden
}

.with--icon span {
    display: block
}

.with--icon .sup-title {
    font-size: 8px;
    font-weight: 700
}

.with--icon .title {
    font-size: 14px;
    font-weight: 700
}

.with--icon:after {
    -webkit-box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3);
    box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3)
}

.with--icon.btn-md .icon {
    margin-right: 15px;
    height: 22px;
    width: 22px
}

.icon-add {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle
}

.icon-add:after {
    content: '\f067';
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    color: inherit;
    font-size: 7px;
    font-family: 'FontAwesome'
}

.icon-add.without-text {
    margin-right: 0
}

.icon-minus {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

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

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

.accept-request:focus,
.accept-request:hover {
    color: #fff;
    fill: #fff;
    opacity: .9
}

.accept-request+.accept-request {
    margin-left: 8px
}

.accept-request svg {
    width: 20px;
    height: 20px
}

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

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

.back-to-top {
    position: fixed;
    z-index: 19;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    fill: #fff;
    stroke: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 10px;
    right: 85px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.4);
    box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.4);
    border-radius: 100%;
    background-color: #99ca3d;
    text-align: center
}

.back-to-top.hidden {
    opacity: 0
}

.back-to-top .back-icon {
    height: 20px;
    width: 20px
}

@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
    }
}

label.control-label {
    color: #474747
}

textarea {
    min-height: 132px
}

.form-group.label-floating textarea {
    padding: 1.8em 1.1em .2em
}

.form-control,
input {
    color: #000000;
    line-height: inherit;
    font-size: 1em
}

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

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

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

.label-floating .form-control,
.label-floating input,
.label-floating select {
    padding: 1.8em 1.1em .4em;
}

.label-floating textarea.form-control {
    padding: 1.5em 1.1em .2em
}

.label-floating.with-icon .form-control,
.label-floating.with-icon input,
.label-floating.with-icon textarea {
    padding-left: 70px
}

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

select.form-control {
    padding-left: .875em
}

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

.form-group.with-icon input {
    padding-left: 70px
}

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

.form-group.with-button input {
    padding-right: 50px;
    padding-left: 15px
}

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

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

.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    height: 100%
}

.input-group-addon svg {
    fill: #515365;
    width: 22px
}

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

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

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

.tooltip-primary .tooltip-inner {
    background-color: #99ca3d
}

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

.togglebutton {
    vertical-align: middle;
    margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-toggle {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.description-toggle>* {
    display: table-cell;
    vertical-align: middle
}

.description-toggle .togglebutton {
    text-align: right
}

.description-toggle p {
    margin-bottom: 0
}

.add-field {
    display: table;
    color: #000000;
    fill: #000000;
    margin-bottom: 1em;
    line-height: 100%
}

.add-field svg {
    margin-right: 10px;
    width: 12px;
    height: 12px
}

.add-field>* {
    display: table-cell;
    vertical-align: middle
}

.switcher-block {
    margin: 19px 0;
    display: table;
    width: 100%
}

.switcher-block .title {
    font-size: 13px
}

.switcher-block>* {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle
}

.switcher-block>:last-child {
    text-align: right
}

.file-upload {
    position: relative;
    display: inline-block
}

.file-upload:hover {
    cursor: pointer
}

.file-upload__label {
    background-color: #3f4257;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.file-upload__label:hover {
    cursor: pointer;
    background-color: #99ca3d
}

.file-upload__label.bg-blue:hover,
.file-upload__label.bg-breez:hover,
.file-upload__label.bg-green:hover {
    background-color: #99ca3d
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    padding: 0
}

.file-upload__input:hover {
    cursor: pointer
}

.subscribe-form {
    margin: 40px 0 20px
}

.subscribe-form .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0
}

.subscribe-form .form-control {
    width: 100%
}

.list--styled {
    margin: 35px 0
}

.list--styled li {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list--styled li+li {
    margin-top: 30px
}

.list--styled i {
    color: #99ca3d;
    font-size: 20px;
    margin-right: 17px
}

.list--styled.small-icon i {
    font-size: 8px
}

.list--styled.smallest-icon i {
    font-size: 6px
}

.list--styled.icon-blue i {
    color: #99ca3d
}

.search-form {
    padding: 50px 40px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.search-form .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0
}

.search-form .form-control {
    width: 100%
}

.search-form>*+* {
    margin-left: -5px
}

.search-form .btn {
    border-radius: 0 5px 5px 0
}

.radio {
    margin-bottom: 1em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rippleOn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes rippleOff {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

.checkbox {
    margin-bottom: 1em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }

    to {
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

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

    50% {
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }

    to {
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.2
    }

    to {
        opacity: 0
    }
}

.error-box {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    padding: 30px;
    text-align: center;
    position: absolute;
    right: -135px;
    bottom: 70%;
    width: 270px;
    z-index: 999
}

.error-box .danger {
    margin: 0 auto 20px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    background-color: #f92552
}

.error-box .danger svg {
    fill: #fff;
    width: 12px;
    height: 12px
}

.error-box .title {
    margin-bottom: 13px
}

.error-box p {
    font-size: 13px;
    color: #000000
}

@media (max-width:860px) {
    .search-form {
        padding: 25px
    }
}

@media (max-width:360px) {
    .subscribe-form .btn {
        margin-left: -5px;
        border-radius: 0 5px 5px 0
    }

    .search-form {
        padding: 0
    }
}

.fixed-sidebar {
    position: fixed;
    z-index: 22;
    width: 70px;
    min-height: 1000vh
}

.fixed-sidebar .logo {
    height: 70px;
    background-color: #fff;
    padding: 15px
}

.fixed-sidebar .ui-block-title {
    margin: 15px 0
}

.fixed-sidebar .ui-block-title:first-child {
    margin-top: 0
}

.fixed-sidebar .search-friend svg {
    height: 20px;
    width: 20px
}

.fixed-sidebar .search-friend svg:hover {
    fill: #99ca3d
}

.fixed-sidebar .ui-block-title a {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 0
}

.fixed-sidebar .ui-block-title a+a {
    float: right;
    color: #000000
}

.fixed-sidebar .mCustomScrollbar {
    max-height: calc(100vh - 70px);
    overflow: hidden
}

.fixed-sidebar .ps:hover>.ps__scrollbar-y-rail,
.fixed-sidebar .ps>.ps__scrollbar-y-rail {
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.fixed-sidebar.open .fixed-sidebar-left {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

.fixed-sidebar.open .fixed-sidebar-left.sidebar--small {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fixed-sidebar.open .fixed-sidebar-left.sidebar--large {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fixed-sidebar.open .fixed-sidebar-right {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

.fixed-sidebar.open .fixed-sidebar-right.sidebar--small {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.fixed-sidebar.open .fixed-sidebar-right.sidebar--large {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fixed-sidebar.right {
    top: 70px;
    z-index: 20;
    right: 0;
    min-height: 100%
}

.fixed-sidebar.right .mCustomScrollbar {
    max-height: calc(100vh - 210px)
}

.fixed-sidebar-left {
    position: absolute;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.fixed-sidebar-left.sidebar--small {
    width: 70px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fixed-sidebar-left.sidebar--small .left-menu a {
    padding: 14px 0 14px 25px;
    display: block
}

.fixed-sidebar-left.sidebar--large {
    width: 270px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.sidebar--large .logo .img-wrap {
    margin-right: 20px
}

.sidebar--large .search-friend {
    cursor: pointer;
    padding: 0;
    border-top: 1px solid #e6ecf5;
}

.sidebar--large .olympus-chat {
    padding: 27px 15px 15px 50px;
    cursor: pointer
}

.sidebar--large .olympus-chat i,
.sidebar--large .olympus-chat svg {
    float: right
}

.sidebar--large .chat-users li {
    padding: 13px 25px
}

.sidebar--large .chat-users .more-icons li {
    padding: 0
}

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

.fixed-sidebar-right.sidebar--small {
    width: 70px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fixed-sidebar-right.sidebar--large {
    width: 270px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.logo img {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.logo .logo-title {
    text-transform: uppercase;
    margin: 0;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.logo .sub-title {
    font-size: 7px;
    text-transform: uppercase
}

.logo:hover {
    color: #fff
}

.logo .img-wrap {
    position: relative
}

.left-menu {
    padding: 15px 0
}

.left-menu .left-menu-title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-family: 'Kanit', sans-serif !important;
}

.left-menu .left-menu-icon {
    fill: #9A9FBF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    font-size: 1.5em;
    margin-left: -5px;
}

.left-menu .olymp-weather-icon {
    width: 26px
}

.left-menu .olymp-happy-faces-icon {
    width: 23px
}

.left-menu svg {
    width: 20px
}

.left-menu a {
    padding: 16px 0 16px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #515365
}

.left-menu a:hover {
    color: #99ca3e
}

.left-menu a:hover svg {
    fill: #99ca3d
}

.profile-completion {
    padding: 15px 25px 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.profile-completion .skills-item-info {
    font-size: 14px
}

.chat-users {
    margin-bottom: 0
}

.chat-users li {
    padding: 13px 20px;
    cursor: pointer
}

.chat-users .author-thumb {
    margin-right: 8px
}

.chat-users .author-thumb .icon-status {
    border-color: #fff
}

.chat-users .author-name {
    font-size: 12px
}

.chat-users .status {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    display: block
}

.chat-users .more {
    float: right;
    margin-top: 7px
}

.chat-users .more:hover .more-icons {
    visibility: visible;
    opacity: 1;
    right: 100%
}

.more-icons {
    position: absolute;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 25px 10px 10px;
    width: 160px;
    bottom: -17px
}

.more-icons li {
    display: inline-block;
    fill: #c2c5d9;
    padding: 0
}

.more-icons li:hover {
    fill: #9a9fbf
}

.more-icons li+li {
    margin-left: 20px
}

.more-icons svg {
    width: 22px;
    height: 20px
}

.olympus-chat {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 22px;
    background-color: #7c5ac2;
    fill: #fff;
    height: 70px;
    cursor: pointer
}

.olympus-chat .olympus-chat-title {
    text-transform: uppercase;
    color: #fff;
    margin-right: 40px;
    margin-bottom: 0
}

.search-friend {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 -50px 45px -3px rgba(255, 255, 255, 0.7);
    box-shadow: 0 -50px 45px -3px rgba(255, 255, 255, 0.7);
    padding: 25px;
    background-color: #fff;
    cursor: pointer
}

.search-friend input {
    padding: .5em 1.1em;
    font-size: 12px
}

.search-friend .form-group {
    margin: 15px 20px;
    max-width: 150px
}

.search-friend a {
    fill: #515365
}

.search-friend a+a {
    margin-left: 13px
}

.accordion-menu .card-header {
    padding: 0
}

.accordion-menu .card-header a>.olymp-dropdown-arrow-icon {
    margin-left: 15px;
    margin-top: 4px
}

.accordion-menu .card-header svg {
    margin-top: 0
}

.accordion-menu .card-header a {
    color: inherit;
    font-size: 13px
}

@media (max-width:768px) {
    .fixed-sidebar.right {
        display: none
    }

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

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

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

    .fixed-sidebar .mCustomScrollbar {
        max-height: calc(100vh - 70px)
    }
}

.skills-item {
    margin-bottom: 20px
}

.skills-item .skills-item-meter {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    background-color: #ebecf2;
    position: relative;
    height: 6px
}

.skills-item-info {
    margin-bottom: 16px;
    color: #000000;
    font-size: 12px
}

.skills-item-info .skills-item-count {
    float: right
}

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

.skills-item-meter-active.skills-animate {
    -webkit-animation: skills-animated 1.2s ease-out;
    animation: skills-animated 1.2s ease-out
}

.skills-item-meter-active.skills-animate-opacity {
    -webkit-animation: skills-animated-opacity .2s ease-out;
    animation: skills-animated-opacity .2s ease-out
}

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

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

@-webkit-keyframes skills-animated-opacity {
    to {
        opacity: 1
    }
}

@keyframes skills-animated-opacity {
    to {
        opacity: 1
    }
}

.friend-header-thumb {
    border-bottom: 1px solid #e6ecf5;
    overflow: hidden
}

.friend-header-thumb img {
    width: 100%
}

.friend-item {
    border-radius: 5px;
    overflow: hidden
}

.friend-item .control-block-button {
    position: relative
}

.friend-item .swiper-container {
    padding-bottom: 40px
}

.friend-item .btn-control {
    margin-bottom: 0;
    margin-right: 14px
}

.friend-item.fav-page .friend-about {
    text-align: center
}

.friend-item-content {
    padding: 0 25px 25px 25px;
    text-align: center;
    position: relative
}

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

.friend-avatar {
    margin-top: -49px;
    position: relative;
    margin-bottom: 30px
}

.friend-avatar .author-thumb {
    margin: 0 auto;
    height: 98px;
    width: 98px;
    margin-bottom: 10px
}

.friend-avatar .author-thumb img {
    border: 4px solid #fff
}

.friend-count {
    margin-bottom: 35px
}

.friend-count-item {
    display: inline-block;
    margin-right: 25px
}

.friend-count-item .title {
    color: #000000
}

.friend-count-item:last-child {
    margin-right: 0
}

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

.friend-since>:first-child {
    font-size: 11px
}

.more-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    text-align: left;
    padding: 15px 20px;
    z-index: 5
}

.more-dropdown ul {
    padding: 15px 25px;
    margin-bottom: 0
}

.more-dropdown li a>* {
    display: inline-block;
    vertical-align: middle
}

.more-dropdown a {
    padding: 7px 0;
    font-size: 12px;
    color: #000000;
    display: block;
    font-weight: 700
}

.more-dropdown a.btn-sm {
    padding: 0.5em 1.7em;
    font-size: 0.688em;
    line-height: 1.5;
    border-radius: 0.2em
}

.more-dropdown a:hover {
    color: #99ca3d
}

.more:hover .more-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

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

.more .more {
    cursor: pointer
}

.more-with-triangle:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
    right: 25px
}

.more-with-triangle.triangle-bottom-right:before {
    top: auto;
    bottom: -7px;
    right: 15px;
    border-bottom: none;
    border-top: 7px solid #fff
}

.more-with-triangle.triangle-top-center:before {
    margin-right: -3px;
    right: 50%
}

.more-with-triangle.triangle-top-left:before {
    right: auto;
    left: 15px
}

.friend-groups .friend-item-content {
    padding: 25px
}

.friend-groups .friend-item-content .more {
    top: 0;
    right: 10px
}

.friend-groups .friend-avatar {
    margin-top: 0
}

.friend-groups .friend-avatar .author-thumb {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    line-height: 120px;
    background-color: #d7d9e5;
    margin-bottom: 20px;
    overflow: hidden
}

.friend-groups .friend-avatar .author-thumb img {
    border: none
}

.friend-groups .country {
    font-size: 11px
}

.friend-groups .friends-harmonic {
    display: inline-block;
    margin-bottom: 35px
}

.friend-groups .control-block-button {
    margin-bottom: 15px
}

.create-group {
    background-color: transparent;
    border: 2px dashed #bbc0d5;
    position: relative
}

.create-group .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center
}

.create-group .content .btn-control {
    margin-right: 0;
    margin-bottom: 15px
}

.create-group .content .btn-control svg {
    width: 20px;
    height: 20px
}

.create-group .author-name {
    font-size: 14px
}

@media (max-width:640px) {
    .create-group .content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        margin: 30px auto
    }
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: auto 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #d9dbe7
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #99ca3d;
    border-color: transparent
}

.pagination-blue .page-link:focus,
.pagination-blue .page-link:hover {
    background-color: #38a9ff
}

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

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

.pagination-bottom {
    padding-bottom: 55px
}

.pagination-bottom .swiper-pagination {
    bottom: 15px
}

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

.btn-next-without:hover,
.btn-next:hover,
.btn-prev-without:hover,
.btn-prev:hover {
    fill: #99ca3d
}

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

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

.slider-slides {
    position: absolute;
    bottom: -200px;
    width: 100%;
    text-align: center
}

.slider-slides .slides-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden
}

.slider-slides .slides-item .overlay {
    opacity: 1;
    background: rgba(43, 45, 59, 0.6)
}

.slider-slides .slides-item:last-child {
    margin-right: 0
}

.slider-slides .slides-item.slide-active .overlay {
    opacity: 0
}

.single-post-slider {
    position: relative;
    margin: 40px 0;
    padding-bottom: 100px
}

.single-post-slider .slider-slides {
    bottom: 0
}

.single-post-slider .btn-next,
.single-post-slider .btn-prev {
    fill: #515365
}

.single-post-slider .btn-next:hover,
.single-post-slider .btn-prev:hover {
    fill: #99ca3d
}

.single-post-slider .btn-next {
    right: 0
}

.single-post-slider .btn-prev {
    left: 0
}

.single-post-slider .slider-slides .slides-item {
    border-radius: 0;
    margin-right: 22px
}

.single-post-slider .slider-slides .slides-item:last-of-type {
    margin-right: 0
}

.single-post-slider .swiper-slide img {
    width: 100%
}

@media (max-width:1080px) {
    .slider-slides {
        display: none
    }

    .single-post-slider .slider-slides {
        display: block
    }
}

@media (max-width:800px) {
    .single-post-slider .slider-slides .slides-item {
        width: 40px;
        height: 40px
    }

    .single-post-slider {
        padding-bottom: 50px
    }
}

@media (max-width:560px) {
    .single-post-slider .slider-slides .slides-item {
        width: 20px;
        height: 20px
    }
}

@media (max-width:460px) {
    .single-post-slider .slider-slides .slides-item {
        width: 15px;
        height: 15px
    }

    .single-post-slider .btn-next,
    .single-post-slider .btn-prev {
        display: none
    }
}

.pagination {
    margin-top: 40px;
    margin-bottom: 40px
}

.pagination .page-item {
    font-size: 12px;
    font-weight: 700;
    padding: 0 4px
}

.pagination .page-link {
    border-radius: 5px
}

.pagination--small {
    margin-top: 15px;
    margin-bottom: 15px
}

.pagination--small .page-link {
    padding: 0.25em .45em;
    font-size: 8px
}

.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: inline-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;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.3);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.3)
}

.landing-item .landing-item-thumb img {
    width: 100%
}

.landing-item .landing-item-thumb .btn {
    margin-bottom: 0;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    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: #99ca3d;
    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: #99ca3d;
    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
    }
}

.registration-login-form {
    border: 1px solid #e6ecf5;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 71px;
    margin-bottom: 20px;
    min-height: 700px
}

.registration-login-form .nav-tabs {
    float: left;
    display: block;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.registration-login-form .nav-item {
    margin-bottom: 0;
    height: 50%;
    display: table
}

.registration-login-form .nav-item:last-child .nav-link {
    border-bottom: 0
}

.registration-login-form .nav-link {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5;
    padding: 25px;
    color: #c0c4d8;
    fill: #c0c4d8;
    background-color: #fafbfd;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.registration-login-form .nav-link.active {
    fill: #99ca3d;
    background-color: #fff;
    border-color: #e6ecf5
}

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

.registration-login-form .tab-content {
    overflow: hidden
}

.registration-login-form .content {
    padding: 35px 25px
}

.registration-login-form .title {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 0
}

.registration-login-form p {
    margin-bottom: 0;
    font-size: 13px
}

.registration-login-form .emember {
    margin: 35px 0 25px
}

.emember {
    margin-bottom: 1em
}

.emember .checkbox {
    display: inline-block;
    margin-bottom: 0
}

.emember a {
    line-height: 2
}

.emember .forgot {
    float: right;
    color: #000000
}

.or {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 1em 0 2em 0;
    background-color: #e6ecf5
}

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

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

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

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

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

    .registration-login-form .nav-item:last-child .nav-link {
        border-bottom: 1px solid #e6ecf5
    }
}

.main-header {
    padding: 70px 0 70px 0;
    max-width: calc(100% - 140px);
    margin: 0 auto 30px;
    position: relative;
    background-position: 50% 50%
}

.main-header .content-bg:before {
    height: 100%
}

@-webkit-keyframes sideupscroll {
    0% {
        -webkit-transform: translate3D(0%, 0%, 0);
        transform: translate3D(0%, 0%, 0)
    }

    50% {
        -webkit-transform: translate3D(-50%, 0, 0);
        transform: translate3D(-50%, 0, 0)
    }

    to {
        -webkit-transform: translate3D(-100%, 0, 0);
        transform: translate3D(-100%, 0, 0)
    }
}

@keyframes sideupscroll {
    0% {
        -webkit-transform: translate3D(0%, 0%, 0);
        transform: translate3D(0%, 0%, 0)
    }

    50% {
        -webkit-transform: translate3D(-50%, 0, 0);
        transform: translate3D(-50%, 0, 0)
    }

    to {
        -webkit-transform: translate3D(-100%, 0, 0);
        transform: translate3D(-100%, 0, 0)
    }
}

.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:before {
    background-image: url("../img/top-header3.png")
}

.bg-birthday:before {
    background-image: url("../img/top-header6.png")
}

.bg-badges:before {
    background-image: url("../img/top-header4.png")
}

.bg-events:before {
    background-image: url("../img/top-header5.png")
}

.bg-weather:before {
    background-image: url("../img/top-header6.png")
}

.bg-group:before {
    background-image: url("../img/bg-group.png")
}

.bg-music:before {
    background-image: url("../img/top-header7.png")
}

.bg-landing:before {
    background-image: url("../img/landing-bg.jpg")
}

.bg-users {
    background-image: url("../img/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
}

@media (max-width:768px) {
    .main-header {
        max-width: 100%
    }
}

.items-round-little {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    margin-left: 12px;
    position: absolute;
    right: 15px;
    top: 22px;
    display: block
}

.items-round-little:hover {
    color: #fff
}

.your-profile-menu {
    padding: 12px 25px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 0
}

.your-profile-menu li a {
    font-size: 11px;
    padding: 12px 0;
    color: #000000;
    display: block;
    font-weight: 700
}

.your-profile-menu li a:hover {
    color: #000000
}

.profile-settings-responsive {
    width: 250px;
    min-height: 100vh;
    position: fixed;
    top: 70px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 21;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.profile-settings-responsive .fa-angle-left {
    display: none
}

.profile-settings-responsive.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.profile-settings-responsive.open .fa-angle-right {
    display: none
}

.profile-settings-responsive.open .fa-angle-left {
    display: block
}

.profile-settings-responsive .ps>.ps__scrollbar-y-rail {
    opacity: 0;
    visibility: hidden;
    z-index: -4444
}

.profile-settings-responsive .mCustomScrollbar {
    max-height: calc(100vh - 70px)
}

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

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

.notification-list {
    margin-bottom: 0
}

.notification-list .selectize-dropdown-content>*,
.notification-list li {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.notification-list .selectize-dropdown-content>*>*,
.notification-list li>* {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.notification-list .selectize-dropdown-content>:hover,
.notification-list li:hover {
    background-color: #fafbfd
}

.notification-list .selectize-dropdown-content>:hover .more,
.notification-list li:hover .more {
    opacity: 1
}

.notification-list .selectize-dropdown-content>.un-read,
.notification-list li.un-read {
    background-color: #f7f9fc
}

.notification-list .selectize-dropdown-content>.un-read .notification-icon,
.notification-list li.un-read .notification-icon {
    color: #9da2c1;
    fill: #9da2c1
}

.notification-list .selectize-dropdown-content>* {
    cursor: pointer
}

.notification-list .selectize-dropdown-content>:last-child {
    border-bottom: none
}

.notification-list .notification-friend {
    display: inline-block
}

.notification-list .comment-photo {
    margin: 30px 0 0 60px;
    max-width: 280px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notification-list .comment-photo span {
    background-color: #f5f7fb;
    padding: 0 15px
}

.notification-list .author-thumb {
    height: 40px;
    width: 40px
}

.notification-list .notification-event {
    padding-left: 15px
}

.notification-list .notification-date {
    font-size: 11px;
    display: block;
    margin-top: 5px
}

.notification-list .notification-link {
    color: #99ca3d
}

.notification-list .notification-icon {
    color: #d7d9e5;
    fill: #d7d9e5;
    float: right;
    margin-top: 10px
}

.notification-list .notification-icon svg {
    width: 22px;
    height: 20px
}

.notification-list .more {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 10px;
    color: #d6d9e6;
    opacity: 0
}

.notification-list .more i+i {
    margin-left: 5px
}

.notification-list .more svg+i {
    margin-left: 5px
}

.notification-list .more i+svg {
    margin-left: 5px
}

.notification-list .more svg+svg {
    margin-left: 5px
}

.notification-friend {
    margin-bottom: 0
}

.chat-message .notification-event {
    max-width: 75%;
    font-size: 12px
}

.chat-message .notification-friend {
    display: block
}

.chat-message li>* {
    vertical-align: top
}

.chat-message .author-thumb {
    height: 36px;
    width: 36px
}

.chat-message li.chat-group .author-thumb {
    border-radius: 0
}

.chat-message li.chat-group .author-thumb img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 100%;
    overflow: hidden
}

.chat-message li.chat-group .last-message-author {
    color: #515365;
    font-weight: 700
}

.chat-message li.message-unread {
    background-color: #f7f9fc
}

.chat-message li.message-unread .notification-icon {
    fill: #9a9fbf
}

.chat-field {
    border-left: 1px solid #e6ecf5
}

.chat-field .mCustomScrollbar {
    overflow: hidden;
    max-height: 450px
}

.chat-field .ps:hover>.ps__scrollbar-y-rail,
.chat-field .ps>.ps__scrollbar-y-rail {
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.chat-field textarea {
    border-radius: 0;
    border-right: 0;
    border-left: 0
}

.chat-message-field .notification-event {
    max-width: 90%
}

.chat-message-field li {
    border-bottom: none
}

.chat-message-field li:hover {
    background-color: transparent
}

.chat-message-field .chat-message-item {
    float: left;
    margin-top: 10px;
    font-size: 13px
}

.chat-message-field .notification-date {
    font-size: 10px;
    float: right;
    margin-top: 0
}

.chat-message-field .notification-friend {
    float: left
}

.added-photos {
    float: left;
    margin-top: 20px
}

.added-photos img {
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 15px
}

.added-photos img:last-child {
    margin-right: 0
}

.added-photos .photos-name {
    display: block;
    font-size: 10px
}

.add-options-message {
    padding: 20px 25px;
    float: left;
    width: 100%
}

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

.add-options-message button+button {
    margin-right: 15px
}

.add-options-message .options-message {
    color: #c2c5d9;
    fill: #c2c5d9;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

.add-options-message .options-message+.options-message {
    margin-left: 35px
}

.add-options-message .options-message svg {
    width: 24px;
    height: 18px
}

.add-options-message .more-dropdown {
    width: 215px;
    top: auto;
    bottom: 20px;
    right: -20px;
    padding: 8px
}

.add-options-message .more-dropdown a {
    padding: 0
}

.add-options-message .more-dropdown li {
    float: left;
    padding: 4px
}

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

.smile-block li a {
    opacity: .7
}

.smile-block li:hover a {
    opacity: 1
}

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

.icon-status.online {
    background-color: #32e4cd
}

.icon-status.away {
    background-color: #ffd52f
}

.icon-status.disconected {
    background-color: #ff4f60
}

.icon-status.status-invisible {
    background-color: #cbdfee
}

.friend-requests .notification-icon {
    margin-top: 0
}

.friend-requests .notification-friend {
    display: block
}

.friend-requests .accepted .notification-friend {
    display: inline-block
}

.friend-requests .accepted .notification-link {
    color: #00b7ff
}

.friend-requests .accepted .notification-icon {
    margin-top: 10px
}

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

.birthday-item {
    padding: 25px
}

.birthday-item .author-thumb {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.birthday-item .birthday-date {
    font-size: 12px
}

.birthday-item .btn {
    margin-bottom: 0;
    float: right;
    margin-top: 5px
}

.birthday-item.badges .author-thumb {
    width: 38px;
    height: 38px;
    margin-right: 25px
}

.birthday-item.badges .birthday-date {
    font-size: 13px
}

.birthday-item.badges .skills-item {
    min-width: 220px;
    display: block;
    float: right;
    margin-bottom: 0;
    margin-top: 18px
}

@media (max-width:999px) {
    .birthday-item.badges .skills-item {
        float: none
    }
}

.birthday-item.badges .skills-item-meter-active {
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9432));
    background: -webkit-linear-gradient(left, #ff613a, #ff9432);
    background: -o-linear-gradient(left, #ff613a, #ff9432);
    background: linear-gradient(to right, #ff613a, #ff9432)
}

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

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

    .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-xs-12.padding-l-0 {
        padding-left: 15px
    }
}

@media (max-width:480px) {
    .add-options-message .options-message+.options-message {
        margin-left: 15px
    }

    .add-options-message button {
        float: none;
        margin-left: 0;
        display: block;
        margin-top: 10px
    }

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

    .notification-list .notification-event {
        max-width: 75%
    }
}

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

    .birthday-item .btn {
        float: none;
        margin-top: 15px;
        display: block
    }
}

@media (max-width:360px) {
    .notification-list .notification-event {
        max-width: 60%
    }

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

    .chat-message-field .notification-friend {
        float: none
    }
}

.popup-chat {
    width: 320px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 5
}

.popup-chat .mCustomScrollbar {
    overflow: hidden;
    max-height: 350px
}

.popup-chat .ps:hover>.ps__scrollbar-y-rail,
.popup-chat .ps>.ps__scrollbar-y-rail {
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.popup-chat .ui-block-title {
    background-color: #7c5ac2;
    padding: 17px
}

.popup-chat .ui-block-title .title {
    color: #fff
}

.popup-chat .more {
    width: auto;
    font-size: 9px;
    text-align: right;
    color: #fff;
    fill: #fff
}

.popup-chat .more i+i {
    margin-left: 15px
}

.popup-chat .more svg+i {
    margin-left: 15px
}

.popup-chat .more i+svg {
    margin-left: 15px
}

.popup-chat .more svg+svg {
    margin-left: 15px
}

.popup-chat .notification-event {
    padding-left: 10px;
    width: 75%
}

.popup-chat .chat-message-item {
    padding: 13px;
    background-color: #f0f4f9;
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 12px
}

.popup-chat .notification-date {
    float: left
}

.popup-chat .author-thumb {
    width: 26px;
    height: 26px
}

.popup-chat .chat-message-field li {
    overflow: hidden;
    padding: 9px 25px
}

.popup-chat .chat-message-field li:last-child {
    margin-bottom: 40px
}

.popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
    background-color: #7c5ac2;
    color: #fff
}

.popup-chat .chat-message-field li:nth-child(2n) .author-thumb {
    float: right
}

.popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
    float: right
}

.popup-chat .chat-message-field li:nth-child(2n) .notification-event {
    float: right;
    padding-left: 0;
    padding-right: 10px
}

.popup-chat .add-options-message {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    padding: 0
}

.popup-chat .add-options-message .options-message+.options-message {
    margin-left: 15px
}

.popup-chat .form-group.label-floating textarea.form-control {
    padding-right: 80px
}

.popup-chat .form-group {
    margin-bottom: 0
}

.popup-chat textarea {
    min-height: 60px;
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0
}

.popup-chat textarea:focus {
    min-height: 100px
}

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

.popup-chat-responsive .mCustomScrollbar {
    overflow: hidden;
    max-height: 150px
}

.popup-chat-responsive.open-chat {
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:768px) {
    .popup-chat-responsive {
        opacity: 1;
        visibility: visible;
        display: block
    }
}

body {
    overflow-x: hidden
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(43, 45, 59, 0.9);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: -999
}

body.overlay-enable:before {
    opacity: .8;
    z-index: 500
}

body.body--fixed {
    position: fixed;
    width: 100%
}

.window-popup {
    max-width: calc(100% - 40px)
}

.window-popup .icon-close {
    opacity: 1;
    margin-top: 0;
    margin-right: 0
}

.window-popup .icon {
    fill: #000000;
    float: right;
    margin-top: 7px;
    padding: 0
}

.window-popup .input-group-addon .icon {
    margin-top: 0
}

.window-popup .form-group {
    margin-bottom: 25px
}

.window-popup .form-group.with-button button {
    width: 50px;
    border-radius: 0 5px 5px 0
}

.window-popup .olymp-computer-icon {
    width: 22px;
    height: 20px
}

.fav-page-popup {
    width: 470px
}

.fav-page-popup button {
    margin-bottom: 0
}

.fav-page-popup .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #99ca3d
}

.icon-close {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #000000;
    fill: #000000
}

.icon-close:hover {
    color: #99ca3d;
    fill: #99ca3d
}

.icon-close svg {
    width: 18px;
    height: 18px
}

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

.upload-photo-item {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    padding: 50px;
    text-align: center;
    fill: #c2c5d9;
    border-left: 1px solid #e6ecf5
}

.upload-photo-item:first-child {
    border-right: none
}

.upload-photo-item .h6,
.upload-photo-item h6 {
    margin-bottom: 0
}

.upload-photo-item svg {
    margin-bottom: 30px;
    width: 22px;
    height: 20px
}

.upload-photo-item span {
    font-size: 11px;
    color: #000000
}

.upload-photo-item:hover {
    fill: #99ca3d;
    background-color: #fafbfd
}

.choose-from-my-photo {
    width: 770px
}

.choose-from-my-photo .ui-block-title {
    position: relative
}

.choose-from-my-photo .ui-block-title .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none
}

.choose-from-my-photo .nav-tabs {
    position: absolute;
    top: 1px;
    right: 0;
    max-height: 100%
}

.choose-from-my-photo .nav-tabs .nav-link {
    border-radius: 0;
    padding: 18px 25px;
    fill: #c2c5d9;
    background-color: #fafbfd;
    border-color: #e6ecf5;
    border-top-color: transparent;
    border-right: none;
    height: 100%
}

.choose-from-my-photo .nav-tabs .nav-link.active {
    fill: #99ca3d;
    background-color: #fff
}

.choose-from-my-photo .nav-tabs .nav-link svg {
    width: 18px;
    height: 20px
}

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

.choose-from-my-photo .btn+.btn {
    margin-left: 20px
}

.choose-photo-item {
    position: relative;
    border-radius: 5px;
    width: 33%;
    float: left;
    padding: 0 22px 25px 0
}

.choose-photo-item img {
    max-width: 100%;
    width: 100%
}

.choose-photo-item:last-child {
    margin-right: 0
}

.choose-photo-item .radio {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #e6ecf5;
    border-radius: 5px
}

.choose-photo-item .radio label {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%
}

.choose-photo-item .radio label span {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto
}

.choose-photo-item .circle {
    background-color: #fff
}

figcaption {
    padding: 20px 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #000000
}

figcaption a {
    color: #000000
}

figcaption a:hover {
    color: #99ca3d
}

figcaption span {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
    display: block
}

figure {
    margin: 0
}

.blog-post-popup {
    width: 770px
}

.blog-post-popup .post p {
    padding: 0 15px
}

.blog-post-popup .post-thumb {
    position: relative
}

.blog-post-popup .overlay {
    opacity: 1
}

.blog-post-popup .post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 20
}

.blog-post-popup .mCustomScrollbar {
    overflow: hidden;
    max-height: 365px
}

.blog-post-popup .ps:hover>.ps__scrollbar-y-rail,
.blog-post-popup .ps>.ps__scrollbar-y-rail {
    display: none
}

.open-photo-popup {
    width: 970px;
    border: none
}

.open-photo-popup .mCustomScrollbar {
    overflow: hidden;
    max-height: 140px
}

.open-photo-popup .ps:hover>.ps__scrollbar-y-rail,
.open-photo-popup .ps>.ps__scrollbar-y-rail {
    display: none
}

.open-photo-thumb {
    padding: 55px 0;
    background-color: #000
}

.open-photo-thumb .photo-item {
    margin: 0;
    border-radius: 0;
    padding: 0;
    display: block
}

.open-photo-thumb .photo-item .overlay {
    bottom: 0;
    right: 0
}

.open-photo-thumb .photo-item img {
    border-radius: 0
}

.open-photo-thumb .photo-item:hover .tag-friends {
    opacity: 1
}

.open-photo-thumb .tag-friends {
    position: absolute;
    top: 25px;
    right: 55px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    fill: #fff
}

.open-photo-thumb .tag-friends svg {
    width: 20px;
    height: 20px
}

.open-photo-popup-v2 {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.open-photo-popup-v2 .open-photo-thumb {
    width: 66.66%;
    float: left;
    z-index: 10
}

.open-photo-popup-v2 .open-photo-content {
    width: 33%;
    float: left
}

.open-photo-popup-v2 .post-additional-info .comments-shared {
    margin-top: 0
}

.open-photo-popup-v2 .mCustomScrollbar {
    max-height: 180px
}

.create-photo-album {
    width: 770px
}

.create-photo-album .photo-album-item.create-album {
    min-height: 200px
}

.create-photo-album .more {
    padding: 10px 13px;
    fill: #515365
}

.create-photo-album .more a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0
}

.create-photo-album .more svg {
    margin-right: 5px
}

.create-photo-album .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #515365;
    position: absolute;
    top: 10px;
    left: 15px
}

.create-photo-album textarea {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    font-size: 12px
}

.create-photo-album .btn {
    margin: 30px 0
}

.create-photo-album .btn+.btn {
    margin-left: 20px
}

.create-photo-album .more-dropdown {
    width: 260px;
    right: auto;
    left: 0;
    padding: 0
}

.create-photo-album .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    font-size: 12px
}

.create-photo-album .author-thumb {
    margin-right: 10px
}

.create-photo-album .author-title {
    margin-bottom: 0
}

.registration-login-form-popup {
    width: 470px
}

.registration-login-form-popup .registration-login-form {
    margin-bottom: 0
}

.edit-widget {
    width: 470px
}

.edit-widget .custom-control-indicator {
    width: 18px;
    height: 18px
}

.edit-widget .custom-control {
    margin-right: 0;
    padding-left: 20px
}

.add-option {
    display: block;
    margin: 30px 0;
    color: #000000
}

.add-option svg {
    fill: #000000;
    margin-right: 12px;
    width: 14px;
    height: 14px
}

.add-option span {
    line-height: 1
}

.create-friend-group {
    width: 470px
}

.create-friend-group .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0
}

.create-friend-group .more-dropdown a {
    display: inline-block;
    margin-bottom: 0
}

.create-friend-group .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    font-size: 12px
}

.create-friend-group .more-dropdown .form-group {
    margin-bottom: 0
}

.create-friend-group .more-dropdown li {
    padding: 9px 0
}

.create-friend-group .icon:hover {
    fill: #99ca3d
}

.create-friend-group .icon.check {
    fill: #38a9ff
}

.create-friend-group .icon svg {
    width: 14px;
    height: 12px
}

.create-friend-group .author-thumb {
    margin-right: 10px
}

.create-friend-group .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    position: absolute;
    top: 19px;
    right: 15px
}

.create-friend-group .bootstrap-select.form-control {
    border-radius: 4px;
    border: 1px solid #e6ecf5
}

.create-friend-group .bootstrap-select.style-2>.dropdown-toggle {
    padding: 1.1em
}

.create-friend-group .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #38a9ff
}

.create-friend-group .dropdown-menu {
    top: auto;
    bottom: -100%;
    left: calc(100% + 25px)
}

.create-friend-group.create-friend-group-add-friends .bootstrap-select.style-2 .dropdown-menu {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 0.25em 0.25em;
    border: none
}

.create-friend-group.create-friend-group-add-friends .bootstrap-select.style-2>.dropdown-toggle {
    display: none
}

.faqs-popup {
    width: 470px
}

.faqs-popup .collapse {
    padding: 0 0 0.75em;
    margin-bottom: 0
}

.faqs-popup .collapse p {
    margin-bottom: 0
}

.faqs-popup .card {
    padding: 1px 1.5em;
    border-top: 1px solid #e6ecf5
}

.faqs-popup .card-header {
    padding: 1.5em 0;
    border-bottom: none
}

.faqs-popup .card-header a {
    font-size: 13px
}

.faqs-popup .card-header i {
    margin-top: 3px
}

.faqs-popup .card:first-child {
    border-top: none
}

.playlist-popup {
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999
}

.playlist-popup.open {
    visibility: visible;
    opacity: 1
}

.playlist-popup .icon-close {
    top: auto;
    right: 25px;
    bottom: 75px;
    fill: #99ca3d
}

.create-event {
    width: 470px
}

.create-event .icon-close {
    margin-top: 0;
    margin-right: 0
}

.create-event .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0
}

.create-event .more-dropdown a {
    display: inline-block;
    margin-bottom: 0
}

.create-event .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    font-size: 12px
}

.create-event .more-dropdown .form-group {
    margin-bottom: 0
}

.create-event .more-dropdown li {
    padding: 9px 0
}

.create-event .more-dropdown svg {
    width: 14px;
    height: 14px
}

.create-event .author-thumb {
    margin-right: 10px
}

.create-event .icon:hover {
    fill: #99ca3d
}

.create-event .icon.check {
    fill: #08ddc1
}

.create-event .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    position: absolute;
    top: 19px;
    right: 15px
}

.create-event .bootstrap-select.style-2.form-control {
    border-radius: 4px;
    border: 1px solid #e6ecf5
}

.create-event .bootstrap-select.style-2>.dropdown-toggle {
    padding: 1.1em;
    padding-right: 40px;
    border: none
}

.create-event .bootstrap-select.style-2>.dropdown-toggle:after {
    display: none
}

.create-event .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #08ddc1
}

.create-event .bootstrap-select.style-2 .dropdown-menu {
    top: auto;
    bottom: -100%;
    left: calc(100% + 24px)
}

.create-event .bootstrap-select li.selected a {
    background-color: #08ddc1
}

.create-event .bs-searchbox {
    padding: 0
}

.create-event .bs-searchbox input {
    border-radius: 0;
    border-width: 0 0 1px 0
}

.event-private-public {
    width: 770px
}

.event-private-public .mCustomScrollbar {
    overflow: hidden;
    max-height: 365px
}

.event-private-public .ps:hover>.ps__scrollbar-y-rail,
.event-private-public .ps>.ps__scrollbar-y-rail {
    display: none
}

.private-event-head {
    margin-bottom: 20px
}

.private-event-head img {
    margin-right: 14px
}

.private-event-head .author-date .event-title {
    line-height: 1;
    margin-bottom: 0
}

.private-event-head .event__date {
    font-size: 12px
}

.private-event-head .more {
    float: right;
    font-size: 16px;
    margin-right: 10px
}

.private-event-head .more-dropdown a:hover {
    color: #08ddc1
}

.event-description {
    padding-left: 30px;
    border-left: 1px solid #e6ecf5;
    margin-bottom: 40px
}

.event-description .event-description-title {
    font-weight: 700;
    margin-bottom: 40px
}

.event-description .place {
    margin-bottom: 20px
}

.event-description .friends-harmonic {
    margin-bottom: 35px
}

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

.edit-my-poll-popup {
    width: 770px;
    border: none
}

.edit-my-poll-popup .control-block-button {
    top: 20px;
    right: -17px
}

.edit-my-poll-popup .edit-my-poll-head {
    border-radius: 5px 5px 0 0;
    padding: 35px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.edit-my-poll-popup .edit-my-poll-head .poll-img {
    margin-left: auto
}

.edit-my-poll-popup .head-content {
    color: #fff
}

.edit-my-poll-popup .head-content .title {
    margin-bottom: 20px;
    color: inherit
}

.edit-my-poll-popup .head-content svg {
    fill: #fff
}

.edit-my-poll-popup .place span {
    position: relative
}

.edit-my-poll-popup .place span+span {
    padding-left: 17px;
    margin-left: 12px
}

.edit-my-poll-popup .place span+span:after {
    content: "/";
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.edit-my-poll-popup .edit-my-poll-content {
    padding: 35px 60px
}

.edit-my-poll-popup .edit-my-poll-content h3 {
    margin: 40px 0
}

.modal.show {
    padding-right: 0 !important
}

.modal.show .modal-dialog {
    display: block !important
}

.modal.show .modal-dialog.open-photo-popup-v2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.popup-write-rewiev {
    width: 470px
}

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

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

    .modal.show .modal-dialog.open-photo-popup-v2 {
        display: block !important
    }

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

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

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

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

    .create-event .bootstrap-select.style-2 .dropdown-menu {
        top: 100%;
        bottom: auto;
        left: 0
    }
}

@media (max-width:1024px) {
    .playlist-popup {
        display: none
    }
}

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

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

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

    .choose-from-my-photo .nav-tabs .nav-item {
        width: auto
    }

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

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

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

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

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

    .blog-post-popup .post p {
        padding: 0
    }
}

@media (max-width:480px) {
    .choose-photo-item {
        width: 50%
    }

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

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

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

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

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

    .page-link {
        padding: 10px
    }

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

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

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

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

    .blog-post-popup .post .post-title {
        display: none
    }
}

@media (max-width:360px) {
    .choose-photo-item {
        width: 100%
    }

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

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

    .event-private-public .post__author img {
        display: block;
        margin-bottom: 10px
    }
}

ol {
    counter-reset: list1;
    margin: 0;
    padding-left: 0
}

ol li {
    list-style: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

ol li:before {
    position: relative;
    counter-incement: list1;
    content: counter(list1) " ";
    color: #000000;
    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-incement: list2;
    content: counter(list1) "." counter(list2) ". "
}

ol ol li {
    padding-left: 40px
}

.friends-harmonic {
    margin-bottom: 0;
    overflow: hidden
}

.friends-harmonic a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
    margin-left: -12px
}

.friends-harmonic li {
    float: left
}

.friends-harmonic li:first-child a {
    margin-left: 0
}

.friends-harmonic .with-text {
    margin-top: 5px;
    margin-left: 15px
}

.friends-harmonic .all-users {
    line-height: 26px;
    opacity: .8
}

.friends-harmonic .all-users:hover {
    color: #fff
}

.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%
}

.more-photos {
    position: relative
}

.more-photos:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 8px;
    bottom: 8px;
    background-color: #99ca3d;
    opacity: .8;
    border-radius: 3px
}

.more-photos span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    font-weight: 700;
    margin-left: -8px
}

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

.post-thumb img {
    width: 100%
}

.post__author {
    margin-bottom: 20px
}

.post__author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px
}

.post__author .more {
    float: right;
    font-size: 16px;
    margin-right: 20px
}

.post-additional-info {
    padding: 20px 0 0;
    border-top: 1px solid #e6ecf5
}

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

.post-additional-info>:last-child {
    margin-right: 0
}

.post-additional-info .comments-shared {
    float: right;
    margin-top: 8px
}

.comments-shared>* {
    margin-right: 15px
}

.comments-shared>:last-child {
    margin-right: 0
}

.comments-shared span {
    color: #000000
}

.post-add-icon {
    fill: #c2c5d9;
    color: #c2c5d9
}

.post-add-icon>* {
    vertical-align: middle
}

.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: #99ca3d;
    color: #99ca3d
}

.post-add-icon:hover span {
    color: #99ca3d
}

.post-add-icon:active,
.post-add-icon:focus {
    fill: #c2c5d9;
    color: #c2c5d9
}

.names-people-likes {
    font-size: 12px
}

.names-people-likes a {
    color: #000000;
    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: #99ca3d
}

.post-control-button .btn-control.featured-post:hover {
    background-color: #ffc923
}

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

.empty-post-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.empty-post-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #515365
}

.empty-post-content span {
    font-size: 11px
}

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

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

    .post__author .more {
        margin-right: -16px
    }
}

@media (max-width:560px) {
    .post-additional-info .comments-shared {
        float: none
    }

    .post-additional-info>* {
        margin-right: 0;
        display: block !important
    }

    .post-additional-info>*+* {
        margin-top: 10px
    }
}

.comments-list {
    margin-bottom: 0
}

.comments-list li {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    background-color: #fafbfd;
    position: relative
}

.comments-list li.has-children {
    padding-bottom: 0
}

.comments-list .post-add-icon {
    margin-right: 20px
}

.comments-list .post__author img {
    width: 26px;
    height: 26px
}

.comments-list.style-2 li .post__author img {
    float: left
}

.comments-list.style-2 .reply {
    margin-right: 20px
}

.comments-list.style-2 .post__date {
    display: inline-block;
    margin-right: 20px
}

.comments-list.style-2 .author-date {
    overflow: hidden
}

.comments-list.style-2 .post__author .more {
    float: none
}

.comments-list.style-2 .post__author {
    margin-bottom: 0
}

.comments-list.style-3 li {
    background-color: transparent
}

.comments-list.style-3 .reply {
    margin-right: 20px;
    color: #99ca3d
}

.comments-list.style-3 .post__author-thumb {
    margin-right: 20px;
    float: left
}

.comments-list.style-3 .post__author-thumb img {
    width: 56px;
    height: 56px;
    border-radius: 100%
}

.comments-list.style-3 .comments-content {
    overflow: hidden
}

.comments-list.style-3 .children li {
    border-left: none
}

.comments-list.style-3 .children li:before {
    display: none
}

.children {
    border-top: 1px solid #e6ecf5;
    margin: 25px -25px 0;
    padding-left: 35px
}

.children li {
    border-left: 1px solid #e6ecf5
}

.children li:last-child {
    border-bottom: none
}

.children li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 40px;
    left: -5px;
    background-color: #fafbfd;
    border-radius: 100%;
    border: 2px solid #c2c5d9;
    z-index: 13
}

.children.single-children {
    border-top: 0;
    margin: -3px 0 25px;
    padding-left: 0
}

.children.single-children li {
    padding: 25px;
    position: relative
}

.children.single-children li:last-child {
    padding-bottom: 0
}

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

.report {
    font-size: 12px;
    color: #000000
}

.more-comments {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: #000000;
    display: block;
    font-weight: 700;
    margin: 0 auto
}

.more-comments span {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.more-comments:hover {
    color: #000000
}

.more-comments:hover span {
    color: #99ca3d
}

.comment-form {
    padding: 25px;
    border-top: 1px solid #e6ecf5;
    overflow: hidden
}

.comment-form .add-options-message {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    padding: 0
}

.comment-form .post__author {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-form .post__author img {
    margin-right: 10px;
    min-width: 28px;
    max-width: 28px;
    height: 28px
}

.comment-form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-left: auto
}

.comment-form textarea {
    min-height: 60px;
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form textarea:focus {
    min-height: 100px
}

.comment-form button {
    float: right;
    margin-bottom: 0;
    margin-top: 15px
}

.comment-form button+button {
    margin-right: 15px
}

@media (max-width:768px) {
    .comments-list li {
        padding: 10px
    }

    .comments-list li .post__author .more {
        margin-right: 0
    }

    .comments-list.style-3 .post__author-thumb img {
        width: 30px;
        height: 30px
    }
}

@media (max-width:480px) {
    .comment-form .form-group {
        width: 80%
    }
}

.post-video {
    border: 1px solid #e6ecf5;
    border-radius: 3px;
    overflow: hidden;
    margin: 20px 0
}

.post-video .video-content {
    padding: 20px;
    overflow: hidden
}

.post-video .video-content .title {
    display: block
}

.post-video .video-content p {
    margin: 10px 0;
    font-size: 13px
}

.post-video .video-content .link-site {
    font-size: 10px;
    color: #9a9fbf
}

.post-video .video-content .link-site:hover {
    color: #99ca3d
}

.video-thumb {
    position: relative;
    float: left
}

.video-thumb img {
    width: 100%
}

@media (max-width:480px) {
    .video-thumb {
        float: none
    }
}

.video-player {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 20px 0
}

.video-player img {
    width: 100%
}

.video-player .video-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0
}

.video-player .video-content .title {
    color: #fff;
    display: block
}

.video-player .play-video {
    opacity: 0
}

.video-player:hover .video-content {
    opacity: 1
}

.video-player:hover .play-video {
    opacity: 1
}

.video-player:hover .overlay {
    opacity: 1
}

.video-player:hover:after {
    opacity: 1
}

.video-player:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:480px) {
    .video-player .video-content .title {
        display: none
    }
}

.news-feed-form {
    overflow: hidden
}

.news-feed-form .nav-tabs .nav-link {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5
}

.news-feed-form .nav-tabs .nav-link.active {
    background-color: #fff;
    fill: #99ca3d;
    color: #515365;
    border-bottom: transparent
}

.news-feed-form .nav-tabs {
    background-color: #fafbfd;
    border-bottom: none
}

.news-feed-form .nav-link {
    fill: #000000;
    color: #000000
}

.news-feed-form .nav-link svg {
    margin-right: 10px;
    width: 18px
}

.news-feed-form .nav-link .olymp-status-icon {
    width: 20px
}

.news-feed-form textarea {
    min-height: 160px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none
}

.news-feed-form .form-group.label-floating.has-bootstrap-select .control-label,
.news-feed-form .form-group.label-floating.is-focused .control-label {
    top: 16px
}

.news-feed-form .options-message {
    margin-top: 7px
}

.news-feed-form .options-message svg {
    width: 22px;
    height: 22px
}

.news-feed-form .options-message:hover {
    fill: #515365
}

.news-feed-form form {
    position: relative
}

.news-feed-form .author-thumb {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1
}

.news-feed-form .form-group {
    margin-bottom: 0
}

.cat-list-bg-style {
    margin: 50px 0;
    padding: 0;
    list-style: none
}

.cat-list-bg-style.cat-list__item-bg-blue .cat-list__item {
    display: inline-block
}

.cat-list-bg-style.cat-list__item-bg-blue .cat-list__item a:hover {
    background-color: #38a9ff
}

.cat-list-bg-style.cat-list__item-bg-blue .cat-list__item.active {
    background-color: #38a9ff
}

.cat-list__item {
    display: inline-block;
    background-color: #dee4ec;
    margin: 0 10px;
    border-radius: 30px;
    overflow: hidden
}

.cat-list__item a {
    font-size: 14px;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 20px;
    display: block
}

.cat-list__item a:hover {
    color: #fff;
    background-color: #99ca3d
}

.cat-list__item.active {
    background-color: #99ca3d
}

.cat-list__item.active a {
    color: #fff
}

@media (max-width:768px) {
    .cat-list-bg-style {
        margin: 30px 0
    }

    .cat-list-bg-style.cat-list__item-bg-blue .cat-list__item {
        display: block;
        margin-top: 10px
    }
}

@media (max-width:460px) {
    .news-feed-form .nav-tabs .nav-link {
        padding: 12px;
        text-align: center
    }

    .news-feed-form .nav-link svg {
        display: block;
        margin: 0 auto
    }
}

.photo-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 65px;
    height: 100%;
    position: absolute;
    border-bottom: 0
}

.photo-gallery .nav-link {
    border-radius: 0;
    padding: 30px 26px;
    fill: #c2c5d9;
    background-color: #fafbfd;
    border-color: transparent;
    height: 100%;
    border-right-color: #e6ecf5;
    border-left-color: #e6ecf5;
    border-top-color: transparent
}

.photo-gallery .nav-link.active {
    fill: #99ca3d;
    background-color: #fff;
    border-top-color: transparent
}

.photo-gallery .nav-link:hover {
    border-right-color: #e6ecf5;
    border-left-color: #e6ecf5;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.photo-gallery .nav-link svg {
    width: 18px;
    height: 20px
}

.photo-gallery.nav-tabs .nav-item {
    margin-bottom: 0;
    max-height: 100%
}

.photo-gallery.nav-tabs .nav-item+.nav-item {
    margin-left: -1px
}

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

.photo-item {
    display: inline-block;
    padding: 0 12px 12px 0;
    margin-right: -3px;
    position: relative;
    overflow: hidden
}

.photo-item .overlay {
    bottom: 12px;
    right: 12px;
    border-radius: 5px
}

.photo-item img {
    border-radius: 5px;
    width: 100%
}

.photo-item:last-child {
    margin-right: 0
}

.photo-item .more {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    fill: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.photo-item .content {
    position: absolute;
    bottom: 25px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.photo-item .content .title {
    color: #fff;
    display: block;
    margin-bottom: 0
}

.photo-item .content time {
    font-size: 12px;
    color: #b6bbd7
}

.photo-item .post-add-icon {
    fill: #fff;
    position: absolute;
    right: 25px;
    bottom: 30px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.photo-item:hover .content,
.photo-item:hover .more,
.photo-item:hover .overlay,
.photo-item:hover .post-add-icon {
    opacity: 1
}

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

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

.photo-album-item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    background-color: #fff
}

.photo-album-item:last-child {
    margin-right: 0
}

.photo-album-item .photo-item {
    float: none;
    margin: 0;
    border-radius: 3px;
    display: block;
    padding: 0
}

.photo-album-item .photo-item img {
    width: 100%;
    border-radius: 0
}

.photo-album-item .photo-item .overlay {
    bottom: 0;
    right: 0;
    border-radius: 0
}

.photo-album-item .content {
    padding: 25px 25px 20px;
    text-align: center
}

.photo-album-item .title {
    display: block;
    margin-bottom: 0
}

.photo-album-item .sub-title {
    margin-bottom: 30px;
    display: block
}

.photo-album-item .friends-harmonic {
    display: inline-block
}

.photo-album-item.create-album {
    background-color: transparent;
    border: 2px dashed #bbc0d5
}

.photo-album-item.create-album .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%
}

.photo-album-item.create-album .btn-control {
    margin-bottom: 20px;
    float: none
}

.photo-album-item.create-album svg {
    width: 20px;
    height: 20px
}

.photo-album-item .form-group {
    margin-bottom: 0
}

.photo-album-item .form-group>img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

@media (max-width:768px) {
    .photo-gallery.nav-tabs .nav-item {
        width: auto
    }
}

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

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

    .photo-album-item.create-album .content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        width: 100%
    }
}

.features-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.features-video .video-player {
    width: 66.66%;
    margin: 0;
    display: inline-block;
    border-radius: 3px 0 0 3px
}

.features-video .video-player .play-video {
    top: 40%
}

.features-video .video-player img {
    width: 100%
}

.features-video .video-content {
    left: 50%;
    bottom: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.features-video .title {
    font-weight: 400;
    font-size: 20px
}

.features-video .mCustomScrollbar {
    max-height: 110px;
    overflow: hidden
}

.features-video .comments-shared {
    margin-top: 0
}

.features-video .form-group {
    max-width: 85%
}

.features-video textarea {
    font-size: 13px
}

.features-video .ps:hover>.ps__scrollbar-y-rail,
.features-video .ps>.ps__scrollbar-y-rail {
    display: none
}

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

.video-item .video-player {
    margin: 0;
    border-radius: 3px 3px 0 0
}

.video-item .title {
    display: block;
    margin-bottom: 0
}

.video-item .more {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
    fill: #fff;
    opacity: 0;
    z-index: 5
}

.video-item:hover .more,
.video-item:hover .overlay,
.video-item:hover .play-video {
    opacity: 1
}

@media (max-width:999px) {
    .features-video {
        display: block
    }

    .features-video .video-player {
        width: 100%
    }

    .features-video .video-content {
        bottom: 20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .features-video-content {
        width: 100%
    }
}

@media (max-width:480px) {
    .features-video .video-content .title {
        display: block
    }
}

@media (max-width:380px) {
    .features-video .video-content .title {
        display: none
    }
}

.event-item {
    padding: 30px;
    border-bottom: 1px solid #e6ecf5
}

.event-item:last-child {
    border-bottom: 0
}

.event-item .place {
    font-size: 12px
}

.event-item .description {
    max-width: 260px;
    font-size: 12px;
    margin-bottom: 0
}

.event-item .btn {
    margin-bottom: 0
}

.date-event {
    text-align: center
}

.date-event>* {
    display: block;
    line-height: 1
}

.date-event .olymp-small-calendar-icon {
    width: 14px;
    height: 18px
}

.date-event svg {
    margin: 0 auto 5px;
    fill: #c2c5d9
}

.date-event .day {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3px
}

.date-event .month {
    font-size: 9px;
    text-transform: uppercase
}

.event-author .author-thumb {
    margin-right: 12px
}

.event-author .author-name {
    margin-bottom: 0
}

.event-author time {
    font-size: 11px;
    display: block
}

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

.place {
    font-size: 11px
}

.no-past-events {
    color: #d7d9e5;
    padding: 65px 30px;
    position: relative;
    margin: 0 auto;
    text-align: center
}

.no-past-events .control-block-button {
    right: 25px;
    top: -25px;
    z-index: 5
}

.no-past-events .btn-control svg {
    fill: #fff;
    margin-bottom: 0;
    width: 20px;
    height: 20px
}

.no-past-events a:hover {
    color: #08ddc1;
    font-weight: 500
}

.no-past-events svg {
    fill: #d7d9e5;
    margin-bottom: 20px
}

.no-past-events span {
    font-size: 14px;
    display: block
}

.event-item-table {
    width: 100%
}

.event-item-table td {
    padding: 25px 12px
}

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

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

.event-item-table .add-event {
    text-align: right
}

.event-item-table thead {
    border-bottom: 1px solid #e6ecf5
}

.event-item-table thead th {
    font-size: 9px;
    font-weight: 700;
    padding: 12px
}

.event-item-table thead th:first-child {
    padding-left: 25px
}

.event-item-table thead th:last-child {
    padding-right: 25px
}

.event-item-table .author-date a {
    color: #08ddc1
}

.event-item-table .author-date .author-name {
    color: #000000
}

.event-item-table-fixed-width .author-date {
    font-size: 12px
}

.event-item-table-fixed-width .author-date .author-name {
    font-size: 12px
}

.event-item-table-fixed-width .event-item .btn {
    display: block
}

.event-item-table-fixed-width .event-item .btn+.btn {
    margin-top: 8px
}

.event-item-table-fixed-width .date-event svg {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px
}

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

    .event-item .description {
        max-width: 100%
    }

    .event-item .friends-harmonic {
        display: inline-block
    }

    .event-item .add-event {
        text-align: center
    }

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

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

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

    .event-item-table thead {
        display: none
    }
}

.available-widget {
    padding: 16px 25px;
    display: table;
    width: 100%
}

.available-widget .custom-control-description {
    color: #000000;
    font-weight: 700
}

.available-widget .form-group {
    margin-bottom: 0
}

.available-widget .custom-control {
    margin: 0
}

.available-widget>* {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle
}

.available-widget .more {
    font-size: 16px;
    padding-left: 25px;
    text-align: right;
    width: 16px
}

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

.today-events .control-block-button {
    right: 25px;
    top: -25px;
    z-index: 5
}

.today-events .control-block-button svg {
    width: 20px;
    height: 20px
}

.today-events .control-block-button .olymp-dropdown-arrow-icon {
    width: 6px;
    height: 4px
}

.today-events .day-event {
    display: block !important;
    border-top: none
}

.today-events .day-event .card-header i {
    margin-top: 3px;
    margin-left: 7px;
    float: none
}

.today-events .card.checked .event-time:before {
    border-color: #38a9ff
}

.today-events .event-time {
    position: relative
}

.today-events .event-time:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid #08ddc1;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -31px;
    top: 5px;
    background-color: #fff
}

.today-events .title {
    position: relative;
    padding-right: 30px
}

.today-events .event-status-icon {
    position: absolute;
    top: 0;
    right: 0;
    fill: #000000
}

.today-events .event-status-icon.completed {
    fill: #08ddc1
}

.today-events .event-status-icon.checked {
    fill: #38a9ff
}

.today-events .event-time {
    margin-bottom: 10px
}

.today-events .event-time time {
    font-size: 12px
}

.today-events.calendar .list {
    margin-top: 0;
    position: relative;
    overflow: visible
}

.today-events.calendar .card {
    border-bottom: none;
    padding-left: 25px
}

.today-events.calendar .card:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6ecf5;
    position: absolute;
    left: 25px;
    top: 0
}

.today-events.calendar .card:last-child:before {
    height: 25px
}

.today-events.calendar .card:last-child .card-header {
    padding-bottom: 25px
}

.today-events.calendar .card:first-child .card-header {
    padding-top: 25px
}

.today-events.calendar .card-header {
    padding: 15px 25px
}

.today-events.calendar .card-header a {
    font-size: 14px
}

.today-events.calendar .card-header .more-dropdown {
    right: auto;
    left: 0
}

.today-events.calendar .card-header .more-dropdown a {
    font-size: 12px
}

.today-events.calendar .card-header .more-dropdown a:hover {
    color: #08ddc1
}

.today-events.calendar .card-header svg {
    margin-top: 0;
    margin-left: 0;
    width: 20px;
    height: 20px
}

.today-events.calendar .card-header .olymp-dropdown-arrow-icon {
    width: 6px;
    height: 4px;
    margin-left: 5px
}

.today-events.calendar .card-header .olymp-three-dots-icon {
    width: 16px;
    height: 4px;
    margin-left: 7px
}

.today-events-thumb {
    position: relative;
    background-image: url("../img/bg-event-day.jpg");
    text-align: center;
    padding: 25px;
    color: #fff
}

.today-events-thumb .day-number {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 5px
}

.today-events-thumb .day-week {
    font-size: 24px;
    margin-bottom: 5px
}

.today-events-thumb .month-year {
    font-size: 12px;
    color: #000000
}

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

.calendar-events-tabs .nav-item {
    display: inline-block
}

.calendar-events-tabs .nav-item+.nav-item {
    margin-left: 60px
}

.calendar-events-tabs.nav-tabs {
    border-bottom: none
}

.calendar-events-tabs.nav-tabs .nav-link {
    padding: 0;
    border: none;
    border-color: transparent;
    font-weight: 700;
    font-size: 14px;
    color: #000000
}

.calendar-events-tabs.nav-tabs .nav-link.active {
    color: #515365;
    background-color: transparent
}

.calendar-events-tabs.nav-tabs .items-round-little {
    display: inline-block
}

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

@media (max-width:320px) {
    .calendar-events-tabs .nav-item {
        display: block
    }

    .calendar-events-tabs .nav-item+.nav-item {
        margin-left: 0;
        margin-top: 10px
    }
}

.monthly-indicator {
    display: inline-block
}

.monthly-indicator .btn-control {
    float: left;
    margin-bottom: 0;
    margin-right: 15px
}

.monthly-indicator>.negative {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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: #000000;
    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: #000000;
    line-height: 1.5;
    margin-top: 3px
}

.positive {
    color: #08ddc1
}

.negative {
    color: #99ca3d
}

.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: #000000
}

.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: #000000;
    text-align: center
}

.general-statistics span {
    display: block;
    font-size: 12px;
    color: #000000;
    white-space: nowrap
}

.chart-js-pie-color {
    position: relative
}

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

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

.world-statistics-img img {
    width: 100%
}

.country-statistics {
    float: right;
    margin-bottom: 0
}

.country-statistics li {
    margin-bottom: 20px;
    font-size: 12px
}

.country-statistics li>* {
    display: inline-block;
    vertical-align: bottom
}

.country-statistics .count-stat {
    font-weight: 700;
    float: right;
    margin-top: 3px;
    color: #000000
}

.country-statistics .country {
    margin-right: 30px;
    line-height: 1
}

.country-statistics img {
    margin-right: 7px;
    position: relative;
    bottom: 2px
}

.monthly-indicator-wrap {
    overflow: hidden
}

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

.chart-text {
    text-align: center
}

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

.circle-pie-chart {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.circle-pie-chart canvas {
    max-width: 180px;
    max-height: 180px
}

.circle-pie-chart .pie-chart .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #000000
}

#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: #000000
}

.text-stat .title {
    font-size: 12px;
    font-weight: 700;
    color: #000000
}

.text-stat .sub-title {
    font-size: 12px
}

.statistics-slide {
    text-align: center;
    margin-bottom: 80px
}

.statistics-slide .count-stat {
    font-size: 60px;
    color: #000000;
    margin-bottom: 20px
}

.statistics-slide .title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px
}

.statistics-slide .title .c-primary {
    color: #99ca3d
}

@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
    }
}

.forums-table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.forums-table thead {
    background-color: #38a9ff
}

.forums-table thead th {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 25px;
    color: #fff;
    text-align: center
}

.forums-table thead th.forum {
    text-align: left
}

.forums-table td {
    padding: 35px 25px;
    text-align: center
}

.forums-table td.forum {
    text-align: left
}

.forums-table tr {
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5
}

.forums-table tr:last-child {
    border-bottom: none
}

.forums-table .count {
    font-size: 12px
}

.forums-table .count:hover {
    color: #99ca3d
}

.forum-item img {
    float: left;
    margin-right: 15px
}

.forum-item .content {
    overflow: hidden
}

.forum-item .title:hover {
    color: #99ca3d
}

.forum-item .text {
    margin-bottom: 0;
    font-size: 13px
}

.forum-item .icon {
    font-size: 15px;
    color: #ffdc1b;
    margin-right: 10px;
    float: left
}

.author-freshness .author-thumb {
    display: block;
    margin-bottom: 10px
}

.author-freshness .author-thumb img {
    width: 26px;
    height: 26px
}

.author-freshness .title {
    display: block;
    font-size: 12px;
    margin-bottom: 0
}

.author-freshness .title:hover {
    color: #99ca3d
}

.author-freshness time {
    font-size: 11px
}

.sub-forums {
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: 15px;
    display: inline-block;
    border-left: 1px solid #e6ecf5
}

.sub-forums a {
    font-size: 12px;
    padding: 5px 13px;
    display: block;
    margin-bottom: 0
}

.sub-forums a:hover {
    color: #99ca3d
}

.author-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.author-started>*+* {
    margin-left: 8px
}

.author-started span {
    font-size: 12px
}

.author-started .title {
    margin-bottom: 0;
    font-size: 12px
}

.author-started .author-thumb img {
    width: 18px;
    height: 18px;
    margin-right: 0
}

@media (max-width:560px) {
    .forum-item {
        text-align: center
    }

    .forum-item img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    .forums-table td,
    .forums-table thead th {
        padding: 5px
    }
}

.open-topic-table {
    width: 100%
}

.open-topic-table thead {
    background-color: #38a9ff
}

.open-topic-table thead th {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 25px;
    color: #fff
}

.open-topic-table thead th.author {
    text-align: left
}

.open-topic-table td {
    padding: 35px 25px
}

.open-topic-table tr {
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5
}

.open-topic-table tr:last-child {
    border-bottom: none
}

.open-topic-table .topic-date {
    padding: 10px 23px;
    background-color: #fafbfd;
    font-size: 11px
}

.open-topic-table .author {
    text-align: center
}

.open-topic-table .author-thumb {
    margin-bottom: 20px
}

.open-topic-table .author-thumb img {
    width: 80px;
    height: 80px
}

.open-topic-table .author-name {
    display: block;
    white-space: nowrap
}

.open-topic-table .author-name:hover {
    color: #99ca3d
}

.open-topic-table .country {
    font-size: 11px
}

.open-topic-table .posts {
    vertical-align: top
}

.reply-topic {
    float: right;
    color: #99ca3d;
    font-size: 11px
}

@media (max-width:640px) {

    .open-topic-table td,
    .open-topic-table thead th {
        padding: 5px
    }

    .open-topic-table .author-thumb img {
        width: 40px;
        height: 40px
    }
}

.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: #99ca3d
}

.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
}

.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: #99ca3d;
    padding: 0;
    font-size: 10px
}

.post-category.bg-transparent:hover {
    color: #99ca3d
}

.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%;
    -webkit-box-shadow: inset 0 -170px 55px -30px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -170px 55px -30px rgba(0, 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: #000000
}

.blog-post-v1 .post__author-name {
    color: #fff
}

.main-header-post {
    position: relative
}

.main-header-post img {
    width: 100%
}

.main-header-post:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 170px 55px -30px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 170px 55px -30px rgba(0, 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: #000000
}

.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: #000000
}

.choose-reaction li {
    display: inline-block
}

.choose-reaction li+li {
    margin-left: 9px
}

.choose-reaction li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    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: #99ca3d
}

.post-date-wrap svg {
    height: 22px;
    fill: #515365;
    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: #515365;
    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%
}

.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 .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
    }

    .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
    }
}

.crumina-clients {
    padding: 85px 0;
    text-align: center
}

.clients-item {
    position: relative;
    display: inline-block
}

.clients-item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.clients-item img {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%
}

.clients-item .clients-images {
    position: relative;
    display: block;
    margin: auto
}

@media (max-width:1200px) {
    .crumina-clients {
        padding: 40px 0
    }

    .clients-item {
        margin-bottom: 20px
    }
}

.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: 15px;
    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: #99ca3d;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700
}

.with-title-decoration .heading-title {
    position: relative;
    padding-bottom: 15px
}

.with-title-decoration .heading-title:after,
.with-title-decoration .heading-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    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: #99ca3d;
    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
}

.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("../img/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-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: #99ca3d;
    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%);
    -ms-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);
    -ms-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;
    display: inline-block
}

.teammembers-thumb img {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    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%);
    -ms-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 {
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.socials li {
    display: inline-block
}

.socials li a {
    color: #515365
}

.socials li a:hover {
    color: #99ca3d
}

.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: #99ca3d
}

.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: #FF3300
}

.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: #000000
}

.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%);
    -ms-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 {
    font-size: 15px
}

.socials-shared .social-item+.social-item {
    margin-left: 15px
}

@media (max-width:560px) {
    .socials-shared {
        padding: 20px
    }
}

.contact-item-wrap {
    margin-bottom: 30px
}

.contact-item-wrap:hover .contact-title:after {
    width: 100%
}

.contact-title {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 50px
}

.contact-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: #99ca3d;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.contact-item .sub-title {
    font-weight: 400
}

.contact-item a {
    color: #000000;
    display: block
}

.contact-item a:hover {
    color: #99ca3d
}

.contact-item+.contact-item {
    margin-top: 30px
}

.contact-form-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    overflow: hidden
}

.contact-form-wrap .contact-form {
    width: 60%
}

.contact-form-thumb {
    position: relative;
    padding: 50px 40px;
    color: #fff;
    background-image: url("../img/contact-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%
}

.contact-form-thumb .title {
    color: inherit;
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 1
}

.contact-form-thumb .title span {
    font-size: 64px;
    display: block
}

.contact-form {
    padding: 50px 40px 30px
}

.contact-form .btn {
    margin-bottom: 0
}

@media (max-width:1200px) {
    .contact-form-thumb .title span {
        font-size: 34px
    }

    .contact-form-thumb .title {
        margin-bottom: 20px
    }

    .contact-form-thumb {
        padding: 30px
    }

    .contact-form-wrap .contact-form {
        padding: 30px
    }
}

@media (max-width:860px) {

    .contact-form-thumb .title,
    .contact-form-thumb .title span {
        font-size: 22px
    }
}

@media (max-width:600px) {
    .contact-form-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-form-thumb {
        width: 100%
    }

    .contact-form-wrap .contact-form {
        width: 100%
    }
}

.accordion-faqs .icons-wrap {
    display: inline-block;
    position: relative;
    margin-left: 20px
}

.accordion-faqs .icons-wrap svg {
    fill: #99ca3d;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    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: 60px 0;
    border: none;
    border-top: 1px solid #e6ecf5
}

.accordion-faqs .card-header:first-child {
    border-top: none
}

.accordion-faqs .collapse {
    margin-bottom: 60px
}

.accordion-faqs svg {
    width: 12px;
    height: 12px
}

@media (max-width:600px) {
    .accordion-faqs .card-header {
        padding: 30px 0
    }

    .accordion-faqs .collapse {
        margin-bottom: 20px
    }
}

.table-careers {
    width: 100%
}

.table-careers li {
    display: table;
    width: 100%;
    padding: 30px 35px;
    border: 1px solid #e6ecf5;
    margin-top: 18px;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    border-radius: 5px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.table-careers li:hover {
    background-color: #e6ecf5
}

.table-careers span {
    display: table-cell;
    vertical-align: middle;
    width: 20%
}

.table-careers span.position,
.table-careers span.type {
    color: #000000
}

.table-careers .head {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-careers .head span {
    font-size: 10px;
    text-transform: uppercase
}

.table-careers .head:hover {
    background-color: transparent
}

.table-careers .btn {
    margin: 0
}

@media (max-width:640px) {
    .table-careers li {
        padding: 15px
    }
}

.follow-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.follow-instagram img {
    width: 20%
}

.follow-instagram .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.follow-instagram:hover .overlay {
    opacity: 1
}

@media (max-width:460px) {
    .follow-instagram .btn {
        width: 70%
    }
}

.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: #000000
}

.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;
    width: 14px;
    height: 14px;
    fill: #515365;
    position: relative;
    top: 3px
}

.help-support-list li a {
    font-size: 14px;
    color: #000000
}

.help-support-list li+li {
    margin-top: 20px
}

.help-support-list li:hover a {
    color: #000000
}

.help-support-list li:hover svg {
    fill: #99ca3d
}

.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: #000000;
    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: #99ca3d
}

.search-help-result-title .search-query {
    font-style: italic;
    color: #000000
}

.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: #000000;
    font-weight: 700
}

.user-raiting img {
    margin-right: 20px
}

.page-404-content {
    text-align: center
}

.page-404-content img {
    margin-bottom: 70px
}

@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
    }
}

.shop-product-item {
    margin-bottom: 30px
}

.shop-product-item .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f4f8;
    margin-bottom: 10px;
    margin-right: 0;
    height: 420px;
    width: auto;
    position: relative
}

.shop-product-item .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-product-item .product-content .block-price {
    margin-left: auto
}

.shop-product-item .onsale {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background-color: #99ca3d;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px
}

.shop-product-item .product-content .title {
    font-size: 16px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.shop-product-item .product-price {
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.shop-product-item .product-price.with-sale {
    color: #99ca3d
}

.shop-product-item .product-price.with-sale del {
    color: #000000;
    margin-right: 7px
}

.shop-product-item .rait-stars {
    margin-bottom: 10px
}

.shop-product-item:hover .in-cart {
    opacity: 1
}

.shop-product-item:hover .rait-stars {
    opacity: 0
}

.shop-product-item:hover .product-price {
    opacity: 0
}

.shop-product-item.product-item-v2 {
    text-align: center
}

.shop-product-item.product-item-v2 .product-thumb {
    display: block;
    margin-bottom: 30px;
    height: auto;
    padding: 20px
}

.shop-product-item.product-item-v2 .product-thumb img {
    display: block;
    margin: 10px auto 20px
}

.shop-product-item.product-item-v2 .product-thumb .btn {
    margin: 0 auto;
    opacity: 0
}

.shop-product-item.product-item-v2 .product-thumb .rait-stars {
    opacity: 1
}

.shop-product-item.product-item-v2 .product-thumb .product-price {
    opacity: 1
}

.shop-product-item.product-item-v2 .product-thumb .block-price,
.shop-product-item.product-item-v2 .product-thumb .block-title {
    text-align: left
}

.shop-product-item:hover .product-thumb .btn {
    opacity: 1
}

.product-category {
    font-weight: 300;
    margin-bottom: 5px;
    color: #000000;
    display: block
}

.block-price {
    position: relative
}

.block-price .in-cart {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: #38a9ff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.block-price .in-cart svg {
    fill: #fff;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.shop-product-detail .thumbs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.small-thumbs-wrap {
    margin-right: 10px
}

.small-thumbs-wrap .small-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    background-color: #f2f4f8
}

.small-thumbs-wrap .small-thumb img {
    margin: auto
}

.small-thumbs-wrap .small-thumb+.small-thumb {
    margin-top: 10px
}

.shop-product-detail-thumb {
    height: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f4f8
}

.shop-product-detail-thumb img {
    margin: auto
}

.shop-product-detail-content p {
    margin-bottom: 30px
}

.shop-product-detail-content .btn {
    margin-bottom: 50px
}

.shop-product-detail-content .main-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.shop-product-detail-content .main-content-wrap .title {
    margin-bottom: 20px
}

.shop-product-detail-content .product-category {
    font-size: 12px;
    margin-bottom: 20px
}

.shop-product-detail-content .rait-stars .star-icon {
    font-size: 10px
}

.shop-product-detail-content .product-price {
    font-size: 34px
}

.shop-product-detail-content .inputs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-product-detail-content .inputs-wrap>*+* {
    margin-left: 20px;
    width: 100%
}

.shop-product-detail-content .inputs-wrap .form-group {
    margin-bottom: 0
}

.quantity {
    position: relative
}

.quantity .quantity-minus,
.quantity .quantity-plus {
    position: absolute;
    right: 15px;
    top: 0;
    color: #000000;
    font-size: 11px;
    height: 50%;
    width: 20px;
    line-height: 27px
}

.quantity .quantity-minus {
    top: auto;
    bottom: 0
}

.tags {
    font-size: 12px;
    color: #000000;
    font-weight: 700
}

.tags li {
    display: inline-block
}

.tags li:nth-child(2) {
    margin-left: 5px
}

.tags .tags-item {
    color: #000000;
    font-weight: 400
}

.tags .tags-item:hover {
    color: #99ca3d
}

.article-number {
    font-size: 12px;
    color: #000000;
    font-weight: 700
}

.article-number span {
    color: #000000;
    font-weight: 400;
    margin-left: 8px
}

.product-description .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.product-description .nav-tabs .nav-link {
    font-weight: 700;
    color: #000000;
    font-size: 14px
}

.product-description .nav-tabs .nav-link.active {
    color: #000000
}

.product-description .nav-tabs .nav-link.active .total-topic {
    background-color: #99ca3d
}

.product-description .nav-tabs .nav-link .total-topic {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #515365;
    display: inline-block;
    color: #fff;
    margin-left: 10px
}

.product-description .nav-tabs .nav-item.show .nav-link,
.product-description .nav-tabs .nav-link.active {
    border-color: transparent
}

.product-description .nav-tabs .nav-link:focus,
.product-description .nav-tabs .nav-link:hover {
    border-color: transparent
}

.product-description .tab-pane>.title {
    margin-bottom: 50px
}

.product-description .tab-pane p {
    margin-bottom: 30px
}

.comments-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.comments-title-wrap .rait-stars .star-icon {
    font-size: 10px
}

.comments__item-review {
    padding: 50px 0;
    border-top: 1px solid #e6ecf5
}

.comments__item-review:last-child {
    border-bottom: 1px solid #e6ecf5
}

.comments__item-review:first-child {
    margin-top: 40px
}

.comments__item-review .rait-stars {
    margin-bottom: 20px
}

.comments__item-review .comment-content {
    margin-bottom: 25px
}

.comments__item-review .comments__header-review {
    font-size: 11px
}

.comments__item-review .comments__header-review .comments__author-review a {
    font-weight: 700;
    color: #000000;
    font-style: normal
}

.comments__item-review .comments__header-review .comments__author-review a:hover {
    color: #99ca3d
}

.form-write-rewiev {
    padding: 25px 30px
}

@media (max-width:1200px) {

    .quantity .quantity-minus,
    .quantity .quantity-plus {
        line-height: 22px
    }
}

@media (max-width:1024px) {
    .shop-product-detail-thumb {
        height: auto
    }

    .shop-product-detail .thumbs-wrap {
        margin-bottom: 40px
    }
}

@media (max-width:900px) {
    .product-description .nav-tabs {
        margin-bottom: 40px
    }

    .product-description .tab-pane>.title {
        margin-bottom: 30px
    }

    .product-description .tab-pane p {
        margin-bottom: 20px
    }

    .comments__item-review {
        padding: 30px 0
    }

    .comments__item-review:first-child {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .product-description .nav-item {
        width: auto
    }
}

@media (max-width:460px) {
    .small-thumbs-wrap .small-thumb {
        width: 50px;
        height: 50px
    }

    .shop-product-detail-content {
        padding: 40px 0px !important
    }

    .shop-product-detail-content .product-price {
        margin-right: 0;
        font-size: 22px
    }
}

.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, 0.2);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.overlay.overlay-dark {
    background: rgba(43, 45, 59, 0.8)
}

.table {
    display: table
}

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

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

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

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

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

.no-padding {
    padding: 0
}

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

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

.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: #99ca3d
}

.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
}

.c-primary {
    color: #99ca3d
}

.c-white {
    color: #fff
}

.c-grey {
    color: #000000
}

.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
}

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

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

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

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

.flip-button.active .flip-icon svg:last-of-type {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    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, 0.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none
}

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

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

.half-width {
    width: 50%
}

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

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

.body-bg-white {
    background-color: #ffffff
}

.bg-body {
    background-color: #edf2f6
}

.background-contain {
    background-size: contain;
    background-repeat: no-repeat
}

.background-cover {
    background-size: cover
}

@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%
    }
}

.w-search {
    width: 340px
}

.w-search .form-group {
    margin-bottom: 0
}

.w-search input {
    padding: 13px 15px;
    font-size: 12px
}

.w-search svg {
    height: 15px;
    width: 15px
}

.w-personal-info {
    margin-bottom: 0
}

.w-personal-info li {
    padding: 15px 0
}

.w-personal-info li .title {
    color: #000000;
    margin-right: 30px;
    float: left;
    width: 30%
}

.w-personal-info li .text {
    color: #767676;
    display: block;
    overflow: hidden
}

.w-personal-info li .date {
    display: block;
    font-size: 11px;
    color: #bdc0ce;
    margin-bottom: 15px
}

.w-personal-info a:hover {
    color: #99ca3d
}

.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 {
    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: #000000;
    font-weight: 500
}

.w-contacts ul .text {
    color: #000000;
    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: #99ca3d;
    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: #000000
}

.w-twitter .group {
    font-size: 11px;
    color: #000000
}

.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-last-photo {
    margin-bottom: 0;
    overflow: hidden
}

.w-last-photo li {
    width: 33.33%;
    float: left;
    padding: 0 4px 4px 0;
    overflow: hidden
}

.w-last-photo img {
    width: 100%;
    border-radius: 3px
}

.w-playlist li {
    padding: 13px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.w-playlist li:first-child {
    padding-top: 25px
}

.w-playlist li:last-child {
    padding-bottom: 25px
}

.w-playlist li>* {
    display: inline-block;
    vertical-align: middle
}

.w-playlist li:hover {
    background-color: #fafbfd
}

.w-playlist li:hover .overlay {
    opacity: 1
}

.w-playlist li:hover .play-icon {
    opacity: 1
}

.w-playlist li:hover time {
    opacity: 0
}

.w-playlist li:hover .more {
    opacity: 1
}

.w-playlist .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    color: #fff;
    width: 14px;
    height: 16px;
    opacity: 0
}

.w-playlist .play-icon svg {
    width: 16px;
    height: 16px
}

.w-playlist .composition-time {
    position: relative;
    float: right;
    font-size: 11px;
    font-weight: 500
}

.w-playlist time {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 10px
}

.w-playlist .more {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0
}

.w-playlist .more-dropdown li {
    padding: 0
}

.w-playlist .more-dropdown li:hover a {
    color: #1ed760
}

.w-playlist.without-cover .overlay {
    display: none
}

.w-playlist.without-cover .playlist-thumb img {
    display: none
}

.w-playlist.without-cover .play-icon {
    opacity: 1;
    fill: #515365
}

.w-playlist.without-cover li:hover .play-icon {
    fill: #1ed760
}

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

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

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

.playlist-popup-table {
    width: 100%
}

.playlist-popup-table td {
    padding: 25px 12px
}

.playlist-popup-table td:first-child {
    padding-left: 30px
}

.playlist-popup-table td:last-child {
    padding-right: 30px
}

.playlist-popup-table thead {
    background-color: rgba(43, 45, 59, 0.6)
}

.playlist-popup-table thead th {
    font-size: 9px;
    font-weight: 700;
    padding: 12px;
    color: #9a9fbf
}

.playlist-popup-table thead th:first-child {
    padding-left: 25px
}

.playlist-popup-table thead th:last-child {
    padding-right: 25px
}

.playlist-popup-table tbody tr:nth-child(odd) {
    background-color: rgba(43, 45, 59, 0.8)
}

.playlist-popup-table tbody tr:nth-child(2n) {
    background-color: rgba(43, 45, 59, 0.6)
}

.playlist-popup-table tbody tr:hover .play-icon {
    fill: #fff
}

.playlist-popup-table .play-icon {
    fill: #515365
}

.playlist-popup-table .play-icon svg {
    width: 23px;
    height: 23px
}

.playlist-popup-table .playlist-thumb {
    margin-right: 0
}

.playlist-popup-table .composition-name {
    color: #fff;
    font-size: 14px
}

.playlist-popup-table .composition-author {
    font-size: 12px
}

.playlist-popup-table .album-composition,
.playlist-popup-table .composition-time,
.playlist-popup-table .release-year {
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

.playlist-popup-table .composition-time,
.playlist-popup-table .duration,
.playlist-popup-table .release-year,
.playlist-popup-table .released,
.playlist-popup-table .emove,
.playlist-popup-table .spotify {
    text-align: center
}

.playlist-popup-table .composition-icon {
    color: #1ed760;
    font-size: 22px
}

.playlist-popup-table .emove-icon {
    fill: #515365
}

.playlist-popup-table .emove-icon svg {
    width: 20px;
    height: 20px
}

.playlist-popup-table .emove-icon:hover {
    fill: #99ca3d
}

.w-friend-pages-added li>* {
    vertical-align: top
}

.w-friend-pages-added li:hover {
    background-color: transparent
}

.w-friend-pages-added .author-thumb {
    height: 34px;
    width: 34px
}

.w-friend-pages-added .notification-event {
    padding-left: 8px;
    max-width: 70%
}

.w-friend-pages-added .notification-friend {
    font-size: 13px
}

.w-friend-pages-added .chat-message-item {
    font-size: 11px
}

.w-friend-pages-added .notification-icon svg {
    width: 20px;
    height: 20px
}

@media (max-width:768px) {
    .w-friend-pages-added.notification-list.friend-requests .notification-icon {
        float: right
    }
}

.w-create-fav-page {
    padding: 25px;
    background-color: #99ca3d
}

.w-create-fav-page svg {
    fill: #fff
}

.w-create-fav-page .olymp-star-icon {
    width: 20px;
    height: 20px
}

.w-create-fav-page .more {
    float: right;
    color: #ffbfb0;
    fill: #ffbfb0
}

.w-create-fav-page .icons-block {
    margin-bottom: 80px
}

.w-create-fav-page .content {
    color: #fff
}

.w-create-fav-page .content span {
    font-size: 10px
}

.w-create-fav-page .content .title {
    line-height: 1.1;
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px
}

.w-create-fav-page .btn {
    margin-bottom: 0
}

.page-description {
    border: 1px solid #e6ecf5;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden
}

.page-description .icon {
    padding: 15px 18px;
    fill: #fff;
    background-color: #9a9fbf;
    border-right: 1px solid #e6ecf5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.page-description .icon svg {
    width: 20px;
    height: 20px
}

.page-description span {
    vertical-align: middle
}

@media (max-width:480px) {
    .page-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.w-birthday-alert {
    background-image: url("../img/bg-birthdays.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px
}

.w-birthday-alert .more {
    float: right;
    opacity: .7;
    color: #fff;
    fill: #fff
}

.w-birthday-alert .icons-block {
    margin-bottom: 35px;
    fill: #fff;
    color: #fff
}

.w-birthday-alert .olymp-cupcake-icon {
    width: 24px;
    height: 20px
}

.w-birthday-alert .author-thumb img {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    margin-bottom: 12px
}

.w-birthday-alert .content {
    color: #fff
}

.w-birthday-alert .content span {
    font-size: 10px;
    margin-bottom: 4px;
    display: block
}

.w-birthday-alert .content .title {
    line-height: 1.3;
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px;
    font-size: 24px;
    display: block
}

.w-birthday-alert .content p {
    font-size: 12px
}

.author-thumb {
    display: inline-block;
    position: relative
}

.author-thumb img {
    border-radius: 100%;
    overflow: hidden;
    max-width: unset
}

.author-thumb .icon-status {
    position: absolute;
    margin-right: 0;
    top: 0;
    left: 0;
    border: 1px solid #3f4257;
    width: 8px;
    height: 8px
}

.w-action {
    background-image: url("../img/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-activity-feed .author-thumb {
    height: 28px;
    width: 28px;
    float: left
}

.w-activity-feed .author-thumb img {
    height: 28px;
    width: 28px
}

.w-activity-feed .notification-event,
.w-activity-feed .notification-friend {
    font-size: 12px
}

.w-activity-feed .notification-event {
    max-width: 85%
}

.w-activity-feed li>* {
    vertical-align: top
}

.w-wethear {
    background-image: url("../img/bg-wethear.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #38a9ff
}

.w-wethear .olymp-weather-partly-sunny-icon {
    width: 64px;
    height: 65px
}

.w-wethear .weekly-forecast {
    margin-right: -25px;
    margin-left: -25px;
    position: relative;
    padding: 0 20px
}

.w-wethear .weekly-forecast li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700
}

.w-wethear .weekly-forecast li>* {
    margin-bottom: 8px
}

.w-wethear .weekly-forecast li>:last-child {
    margin-bottom: 0
}

.w-wethear .weekly-forecast li svg {
    height: 22px;
    width: 22px
}

.w-wethear .weekly-forecast li .olymp-weather-partly-sunny-icon {
    height: 22px;
    width: 22px
}

.w-wethear .weekly-forecast:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .1
}

.w-wethear .more {
    position: absolute;
    right: 25px;
    top: 20px;
    opacity: .8;
    color: #fff;
    fill: #fff
}

.w-wethear .temperature-sensor {
    font-size: 60px;
    line-height: 1
}

.w-wethear>* {
    margin-bottom: 25px
}

.w-wethear>:last-child {
    margin-bottom: 0
}

.w-wethear .max-min-temperature {
    margin-right: 20px
}

.w-wethear .max-min-temperature span {
    display: block
}

.w-wethear svg {
    fill: #fff
}

.w-wethear .climate {
    font-size: 18px
}

.w-wethear .wethear-now {
    margin-top: 10px
}

.w-wethear .wethear-now-description span {
    font-size: 11px
}

.w-wethear .wethear-now-description span>span {
    font-weight: 500
}

.w-wethear .wethear-now-description span+span {
    margin-left: 15px
}

.w-wethear .date {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

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

.day-wethear-item {
    float: left;
    padding: 25px 0 20px;
    border-right: 1px solid #e6ecf5;
    text-align: center;
    width: 16.5%
}

.day-wethear-item:last-child {
    border-right: none
}

.day-wethear-item .title {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px
}

.day-wethear-item .icon {
    fill: #38a9ff;
    margin-bottom: 30px;
    min-height: 54px;
    width: 55px
}

.day-wethear-item .temperature-sensor {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px
}

.day-wethear-item .wethear-now {
    font-weight: 700
}

.day-wethear-item .wethear-now span {
    font-size: 11px;
    color: #c5c8d8
}

.day-wethear-item .wethear-now span+span {
    margin-left: 12px
}

.day-wethear-item .wethear-now .high {
    color: #000000
}

.wethear-content {
    color: #fff;
    text-align: center
}

.wethear-content .icon {
    fill: #fff;
    margin-bottom: 20px
}

.wethear-content .temperature-sensor {
    font-size: 84px;
    margin-bottom: 10px;
    line-height: 1
}

.wethear-content .wethear-now {
    margin-bottom: 15px
}

.wethear-content .wethear-now span {
    font-size: 13px
}

.wethear-content .wethear-now span+span {
    margin-left: 12px
}

.wethear-content .climate {
    font-size: 24px;
    margin-bottom: 15px
}

.wethear-content .wethear-now-description {
    font-size: 12px
}

.wethear-content .wethear-now-description>* {
    display: inline-block;
    padding: 0 25px
}

.wethear-content .wethear-now-description .icon {
    margin-bottom: 10px
}

.wethear-content .wethear-now-description span {
    font-weight: 700
}

.main-header-weather {
    padding: 20px 30px 30px
}

.main-header-weather .img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 0
}

.main-header-weather .date-and-place {
    position: absolute;
    top: 40px;
    left: 30px;
    color: #fff
}

.main-header-weather .date {
    font-size: 16px
}

.main-header-weather .place {
    font-size: 11px
}

.main-header-weather .wethear-update {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 10px;
    color: #fff;
    fill: #fff
}

.main-header-weather .wethear-update svg {
    margin-left: 10px;
    width: 12px;
    height: 13px
}

.main-header-weather .olymp-weather-partly-sunny-icon {
    width: 64px;
    height: 65px
}

.main-header-weather .olymp-weather-wind-icon-header {
    width: 47px;
    height: 34px
}

.main-header-weather .olymp-weather-rain-drops-icon {
    width: 47px;
    height: 34px
}

.main-header-weather .olymp-weather-thermometer-icon {
    width: 47px;
    height: 34px
}

@media (max-width:1400px) {
    .w-wethear .weekly-forecast li {
        padding: 15px 1px
    }
}

@media (max-width:540px) {
    .day-wethear-item {
        width: 33%
    }
}

@media (max-width:480px) {
    .wethear-content {
        margin-top: 100px
    }
}

@media (max-width:360px) {
    .day-wethear-item {
        width: 49%
    }

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

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

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

    .wethear-content {
        margin-top: 20px
    }
}

.w-last-video {
    margin-bottom: 0
}

.w-last-video li {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block
}

.w-last-video li img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.w-last-video li:last-child {
    margin-bottom: 0
}

.w-last-video li:hover .overlay {
    opacity: 1
}

.w-last-video li:hover .video-content {
    opacity: 1;
    bottom: 12px
}

.w-last-video li:hover .play-video {
    margin-top: -20px
}

.w-last-video li:hover:after {
    opacity: 1
}

.w-last-video li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.w-last-video time {
    font-size: 10px
}

.w-last-video .video-content {
    position: absolute;
    bottom: -20px;
    left: 12px;
    color: #fff;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.w-last-video .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

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

.play-video svg {
    fill: #fff;
    width: 18px;
    height: 22px;
    margin-right: -2px
}

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

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

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

.w-pool {
    margin-bottom: 40px
}

.w-pool .skills-item-info {
    margin-bottom: 0
}

.w-pool .radio {
    color: #000000
}

.w-pool .radio label {
    padding-left: 30px
}

.w-pool .radio label span {
    left: 0
}

.w-pool .counter-friends {
    margin: 10px 0
}

.w-badges {
    display: inline-block;
    margin: 0 0 -20px -18px
}

.w-badges li {
    margin: 0 0 20px 15px;
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: relative
}

.w-blog-posts {
    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: #000000
}

.w-list a {
    color: #000000;
    padding: 8px 0;
    display: block;
    font-weight: 500;
    position: relative
}

.w-list a:hover {
    color: #99ca3d
}

.w-list ul {
    margin-bottom: 0
}

.w-featured-topics li+li {
    margin-top: 20px
}

.w-featured-topics .icon {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    color: #ffdc1b
}

.w-featured-topics .content {
    overflow: hidden
}

.w-featured-topics .title {
    font-size: 13px;
    display: block;
    margin-bottom: 5px
}

.w-featured-topics .title:hover {
    color: #99ca3d
}

.w-featured-topics time {
    font-size: 11px;
    margin-bottom: 5px;
    display: block
}

.w-featured-topics .forums {
    font-size: 11px;
    color: #99ca3d
}


/*!
 * Bootstrap-select v1.11.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select.show .dropdown-menu {
    display: block
}

.bootstrap-select li.hidden {
    display: none !important
}

.bootstrap-select li.selected a {
    background: #ff5e3a;
    color: white
}

.bootstrap-select li.selected a:hover {
    opacity: .9
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    z-index: 1;
    background-color: transparent;
    border: 1px solid #e6ecf5;
    border-radius: 0.25em;
    padding: 1.1em 1.1em;
    margin: 0 0 3px 0;
    float: none
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #464a4c
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none
}

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

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
    margin-left: 1px
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #515365;
    font-weight: normal
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    margin-left: 0;
    min-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 3px 10px;
    color: #474747;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 12px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: #e6ecf5
}

.dropdown-toggle:after {
    border-top-color: #888da8;
    right: 20px;
    position: relative
}

.form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    top: 10px;
    position: relative
}

.form-group.label-floating.is-select label.control-label {
    color: #bbb;
    top: 3px;
    left: 10px;
    font-size: 11px;
    line-height: 1.42857
}

.bootstrap-select.style-2>.dropdown-toggle {
    border: none;
    border-radius: 0;
    padding: 10px 15px 10px 40px;
    line-height: 1;
    margin-bottom: 7px
}

.bootstrap-select.style-2>.dropdown-toggle:after {
    display: none
}

.bootstrap-select.style-2 .dropdown-menu {
    margin-top: 0;
    border: 1px solid #e6ecf5;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    overflow: visible !important
}

.bootstrap-select.style-2 .bs-searchbox {
    padding: 0
}

.glyphicon-ok:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #515365
}

.bootstrap-select.style-2 li.selected a {
    background-color: transparent;
    color: #515365
}

.bootstrap-select.style-2 .form-control {
    border: none;
    border-bottom: 1px solid #e6ecf5;
    border-radius: 0
}

.bootstrap-select.without-border.form-control {
    width: 170px;
    float: right;
    margin-top: 2px
}

.bootstrap-select.without-border .dropdown-toggle:after {
    border-top: 0.4em solid #888da8;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent
}

.bootstrap-select.without-border>.dropdown-toggle {
    border: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 9px
}

.bootstrap-select.without-border.btn-group .dropdown-toggle .filter-option {
    font-weight: 700;
    text-align: right;
    padding-right: 30px
}

.bootstrap-select.without-border .form-group {
    margin-bottom: 0
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges {
    float: none
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    display: inline-block
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

@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;
    -webkit-box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1)
}

.daterangepicker.single.ltr .calendar {
    float: none;
    padding: 8px
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
    line-height: 30px;
    padding: 0 5px
}


/*!
 * FullCalendar v2.6.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #f5f5f5;
    position: relative;
    color: #fff
}

.fc-unthemed .fc-today:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #08ddc1;
    right: 3px;
    top: 7px;
    z-index: -1
}

@media (max-width:460px) {
    .fc-unthemed .fc-today:after {
        width: 15px;
        height: 15px;
        right: 11px;
        top: 14px
    }
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -0.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #cccccc;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    vertical-align: top
}

.fc th {
    text-align: center;
    padding: 12px;
    background-color: transparent;
    font-size: 9px;
    color: #888da8;
    text-transform: uppercase;
    border-right-width: 0;
    border-left-width: 0
}

@media (max-width:380px) {
    .fc th {
        font-size: 6px
    }
}

.fc td.fc-today {
    border-style: double
}

.calendar-btn {
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #f2f3f5;
    float: left;
    font-size: 13px
}

.fc .fc-row {
    border-style: solid;
    border-width: 0;
    margin-right: 0 !important
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: normal
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: bold
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar h2 {
    font-size: 14px
}

.fc-toolbar .fc-button-group .fc-next-button,
.fc-toolbar .fc-button-group .fc-prev-button {
    border-radius: 0;
    padding: 22px 10px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none
}

.fc-toolbar .fc-button-group .fc-button.fc-next-button,
.fc-toolbar .fc-button-group .fc-button.fc-prev-button {
    border-left: none
}

.fc-toolbar .fc-button-group .fc-agendaDay-button,
.fc-toolbar .fc-button-group .fc-agendaWeek-button,
.fc-toolbar .fc-button-group .fc-month-button {
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    padding: 20px;
    color: #9699a6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-toolbar .fc-button-group .fc-agendaDay-button:after,
.fc-toolbar .fc-button-group .fc-agendaWeek-button:after,
.fc-toolbar .fc-button-group .fc-month-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fc-toolbar .fc-button-group .fc-agendaDay-button.fc-state-active:after,
.fc-toolbar .fc-button-group .fc-agendaWeek-button.fc-state-active:after,
.fc-toolbar .fc-button-group .fc-month-button.fc-state-active:after {
    opacity: 1
}

.fc-toolbar .fc-button-group .fc-button.fc-state-active {
    color: #08ddc1;
    fill: #08ddc1
}

.fc-toolbar .fc-button-group .fc-button.fc-state-active svg {
    color: #08ddc1;
    fill: #08ddc1
}

.fc-toolbar .fc-button-group .fc-button {
    border-left: 1px solid #e6ecf5
}

.fc-toolbar .fc-button-group .fc-button svg {
    width: 18px;
    height: 22px;
    fill: #c2c5d9
}

.fc-toolbar .fc-button-group .fc-icon {
    color: #888da8
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block;
    padding: 21px 0
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
    font-size: 12px;
    padding: 15px
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: normal
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    font-size: 9px;
    font-weight: 500;
    background-color: #fff
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
    background-color: #fff
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: none
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc .date {
    margin-bottom: 0
}

.fc .date span {
    color: #888da8
}

.fc .nav-link {
    padding: 17px 20px
}

@media (max-width:420px) {
    .fc .nav-link {
        padding: 18px 5px
    }
}

.fc .nav-tabs {
    border-bottom: 0
}

.fc .nav-item {
    margin-left: 0
}

.fc .nav-tabs .nav-link {
    fill: #c2c5d9;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-color: #e6ecf5
}

.fc .nav-tabs .nav-link.active {
    fill: #08ddc1;
    border-top: 0;
    border-bottom: 0;
    border-color: #e6ecf5
}

.calendar-block-events {
    text-align: left;
    margin: 10px -8px 0
}

.calendar-block-events li {
    font-size: 9px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer
}

.calendar-block-events .event-status {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    border-radius: 100%;
    margin-bottom: 2px
}

.event-status.uncompleted {
    background-color: #9a9fbf
}

.event-status.completed {
    background-color: #08ddc1
}

.event-status.b-day {
    background-color: #38a9ff
}

.fc-agendaDay-view .calendar-block-events {
    margin: 4px 0 0 3px
}

.fc-agendaWeek-view .calendar-block-events {
    margin: 4px 0 0 3px
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    height: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 7px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: 0.6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-emoving {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-emoving .mfp-content {
    opacity: 0
}

.mfp-zoom-in {}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-in.mfp-emoving .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-emoving.mfp-bg {
    opacity: 0
}

.inline--media-content .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px
}

.inline--media-content .mfp-content {
    width: 100%;
    max-width: 1200px
}

.popup-video-holder {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.popup-video-holder .plyr {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.popup-video-holder .plyr--youtube .plyr__play-large {
    opacity: 0
}

.mejs-controls .mejs-hide-playlist button,
.mejs-controls .mejs-nexttrack button,
.mejs-controls .mejs-prevtrack button,
.mejs-controls .mejs-show-playlist button,
.mejs-controls .mejs-shuffle-off button,
.mejs-controls .mejs-shuffle-on button {
    background: transparent url(controls-playlist.png) no-repeat
}

.mejs-controls .mejs-show-playlist button {
    background-position: -16px -16px
}

.mejs-controls .mejs-hide-playlist button {
    background-position: -16px 0
}

.mejs-controls .mejs-prevtrack button {
    background-position: 0 -16px
}

.mejs-controls .mejs-shuffle-on button {
    background-position: -32px 0
}

.mejs-controls .mejs-shuffle-off button {
    background-position: -32px -16px
}

.mejs-container {
    display: inline-block
}

.mejs-container .mejs-overlay-loading {
    background-color: transparent;
    width: 220px;
    margin: -40px 0 0 -110px
}

.mejs-container .mejs-overlay-loading span {
    width: 220px;
    background-size: contain
}

.mejs-container .mejs-poster {
    background-size: cover
}

.mejs-container .mejs-playlist {
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-size: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover;
    background-position: 50% 50%
}

.mejs-container .mejs-playlist ul {
    margin: 0 0 30px 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mejs-container .mejs-playlist ul li {
    margin: 0;
    padding: 0;
    height: 44px;
    cursor: pointer
}

.mejs-container .mejs-playlist ul li:before {
    content: " ";
    display: block;
    height: 44px;
    border-top: 1px solid white;
    border-bottom: 1px solid black;
    background-color: rgba(50, 50, 50, 0.7);
    background-image: url(mep-playlist-icons.png);
    background-position: right 10px top 100px;
    background-repeat: no-repeat
}

.mejs-container .mejs-playlist ul li:hover:before {
    background-color: rgba(44, 124, 145, 0.8);
    background-position: right 10px top -28px
}

.mejs-container .mejs-playlist ul li span {
    position: relative;
    top: -44px;
    display: block;
    padding: 8px 50px 10px 10px;
    height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    line-height: 26px
}

.mejs-container.mep-playing .mejs-playlist ul li.current:before {
    background-position: right 10px top -328px
}

.mejs-container.mep-playing .mejs-playlist ul li.current:hover:before {
    background-position: right 10px top -228px
}

.mejs-container.mep-paused .mejs-playlist ul li.current:before {
    background-position: right 10px top -128px
}

.mejs-container.mep-slider .mejs-playlist {
    overflow: hidden
}

.mejs-container.mep-slider .mejs-playlist ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0 !important;
    background: -webkit-radial-gradient(circle, grey, #000);
    background: -o-radial-gradient(circle, grey, #000);
    background: radial-gradient(circle, grey, #000)
}

.mejs-container.mep-slider .mejs-playlist ul li {
    height: 100%;
    display: inline-block;
    width: 100%;
    will-change: transform;
    transition: -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    background-size: 100%;
    background-repeat: no-repeat
}

.mejs-container.mep-slider .mejs-playlist ul li span {
    top: 100%;
    margin-top: -7px;
    position: absolute;
    height: 44px;
    margin-bottom: -44px;
    display: inline-block
}

.mejs-container.mep-slider .mejs-playlist ul li:before {
    position: absolute;
    border: none;
    background-color: transparent;
    background-image: url(bigplay.png);
    background-position: right 10px top 0px;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    opacity: 1
}

.mejs-container.mep-slider .mejs-playlist ul li:hover:before {
    background-position: right 10px top -100px
}

.mejs-container.mep-slider.mep-playing .mejs-playlist ul li.current:before {
    background-position: right 10px top -200px
}

.mejs-container.mep-slider.mep-playing .mejs-playlist ul li.current:hover:before {
    background-position: right 10px top -300px
}

.mejs-container.mep-slider.mep-paused .mejs-playlist ul li.current:before {
    background-position: right 10px top -0px
}

.mejs-container.mep-slider.mep-paused .mejs-playlist ul li.current:hover:before {
    background-position: right 10px top -100px
}

.mejs-container.mep-slider .mejs-playlist>a {
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    opacity: 0.9;
    cursor: pointer;
    background: transparent url(bigplay.png) left -400px no-repeat;
    margin-top: -75px
}

.mejs-container.mep-slider .mejs-playlist>a.mep-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mejs-container.mep-slider .mejs-playlist>a.mep-prev:hover {
    background-position: left -500px
}

.mejs-container.mep-slider .mejs-playlist>a.mep-next {
    right: 0;
    background-position: left -600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mejs-container.mep-slider .mejs-playlist>a.mep-next:hover {
    background-position: left -700px
}

.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px
}

.mejs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    width: 100% !important;
    height: 70px !important
}

.mejs-container:focus {
    outline: none
}

.me-plugin {
    position: absolute
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}

.mejs-clear {
    clear: both
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 0;
    padding: 0;
    position: absolute;
    height: 27px;
    width: 27px;
    border: 0;
    background: transparent url(controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
    color: #888da8;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 50%;
    padding-top: 7px
}

.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #ebecf2;
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20d862), to(#5bf692));
    background: -webkit-linear-gradient(top, #20d862, #5bf692);
    background: -moz-linear-gradient(top, #20d862, #5bf692);
    background: -o-linear-gradient(top, #20d862, #5bf692);
    background: -ms-linear-gradient(top, #20d862, #5bf692);
    background: -webkit-gradient(linear, left top, left bottom, from(#20d862), to(#5bf692));
    background: -webkit-linear-gradient(#20d862, #5bf692);
    background: -o-linear-gradient(#20d862, #5bf692);
    background: linear-gradient(#20d862, #5bf692);
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    border: 5px solid #9a9fbf
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
    margin-top: 2px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 6px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebecf2
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: -3px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    border: 4px solid #9a9fbf
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 6px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20d862), to(#5bf692));
    background: -webkit-linear-gradient(top, #20d862, #5bf692);
    background: -moz-linear-gradient(top, #20d862, #5bf692);
    background: -o-linear-gradient(top, #20d862, #5bf692);
    background: -ms-linear-gradient(top, #20d862, #5bf692);
    background: -webkit-gradient(linear, left top, left bottom, from(#20d862), to(#5bf692));
    background: -webkit-linear-gradient(#20d862, #5bf692);
    background: -o-linear-gradient(#20d862, #5bf692);
    background: linear-gradient(#20d862, #5bf692)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
    display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: white;
    margin-left: 5px;
    cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
    background: transparent url(jumpforward.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff
}

.mejs-container .mejs-controls>div+div {
    margin-left: 30px
}

.mejs-container .mejs-controls>div.mejs-nexttrack {
    margin-left: 21px
}

.mejs-controls>.mejs-button.mejs-pause button {
    margin: 3px 0
}

.mejs-controls>.mejs-button.mejs-volume-button {
    margin: 0 10px
}

.mejs-controls>.mejs-button>button {
    background-position: 0 0
}

.mejs-controls .mejs-button button:focus {
    outline: none
}

.mejs-controls .mejs-prevtrack button {
    background: transparent url("../svg-icons/prev-song.svg") no-repeat
}

.mejs-controls .mejs-nexttrack button {
    background: transparent url("../svg-icons/next-song.svg") no-repeat
}

.mejs-controls .mejs-play button {
    background: transparent url("../svg-icons/play-icon.svg") no-repeat
}

.mejs-controls .mejs-pause button {
    background: transparent url("../svg-icons/pause-icon.svg") no-repeat
}

.mejs-controls .mejs-loop-button.mejs-loop-off button {
    background: transparent url("../svg-icons/repeat.svg") no-repeat
}

.mejs-controls .mejs-loop-button.mejs-loop-on button {
    background: transparent url("../svg-icons/repeat-off.svg") no-repeat
}

.mejs-controls .mejs-shuffle-button.mejs-shuffle-off button {
    background: transparent url("../svg-icons/shuffle.svg") no-repeat
}

.mejs-controls .mejs-shuffle-button.mejs-shuffle-on button {
    background: transparent url("../svg-icons/shuffle-on.svg") no-repeat
}

.mejs-controls .mejs-mute button {
    background: transparent url("../svg-icons/sound.svg") no-repeat
}

.mejs-controls .mejs-unmute button {
    background: transparent url("../svg-icons/no-sound.svg") no-repeat
}

[class*=fontawesome-]:before {
    font-family: 'FontAwesome', sans-serif
}

.calendar-container {
    position: relative;
    width: 100%
}

.calendar .card {
    border-bottom: 1px solid #e6ecf5
}

.calendar .list {
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.calendar .place {
    font-size: 11px;
    padding: 0 25px 25px
}

.calendar .more-dropdown {
    right: auto;
    left: 0
}

.calendar .more-dropdown a {
    font-size: 12px
}

.calendar .more-dropdown a:hover {
    color: #08ddc1
}

.calendar .card-header svg {
    float: none;
    margin-left: 10px
}

.calendar .friends-harmonic {
    padding: 0 25px 25px
}

.calendar .place svg {
    margin-right: 10px;
    fill: #c6c9db
}

.calendar .card:last-child {
    border-bottom: none
}

.calendar-container table {
    width: 100%;
    margin-top: 15px
}

.calendar {
    text-align: center
}

.calendar .card-header a {
    font-size: 13px
}

.calendar .card-header {
    padding: 25px
}

.calendar .card-body {
    padding: 0 25px 25px
}

.calendar .card-header {
    border-bottom: none
}

.calendar header {
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #e6ecf5
}

.calendar .month {
    margin-bottom: 0
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    color: #888da8
}

.calendar tbody {
    color: #4b4e65;
    font-size: 11px
}

.calendar td {
    border: 2px solid transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    border-radius: 100%
}

.current-day {
    color: #08ddc1
}

.event {
    cursor: pointer;
    position: relative
}

.event:after,
.event:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    bottom: 0
}

.event-complited:after {
    background-color: #08ddc1;
    right: 50%;
    margin-right: -2px
}

.event-uncomplited:before {
    background-color: #9a9fbf;
    left: 50%;
    margin-left: -2px
}

.event-complited.event-uncomplited:after {
    right: 7px;
    margin-right: 0
}

.event-uncomplited.event-complited:before {
    left: 7px;
    margin-left: 0
}

.event-complited-2:after,
.event-complited-2:before {
    background-color: #08ddc1
}

.event-complited-2:after {
    right: 7px;
    margin-right: 0
}

.event-complited-2:before {
    left: 7px;
    margin-left: 0
}

.event-uncomplited-2:after,
.event-uncomplited-2:before {
    background-color: #9a9fbf
}

.event-uncomplited-2:after {
    right: 7px;
    margin-right: 0
}

.event-uncomplited-2:before {
    left: 7px;
    margin-left: 0
}

.calendar-btn-next,
.calendar-btn-prev {
    color: #d7d9e5;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px
}

.calendar-btn-prev {
    left: 30px
}

.calendar-btn-next {
    right: 35px
}

.list {
    margin-top: 20px
}

.close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right
}

.day-event {
    width: 100%;
    padding-bottom: 0px;
    display: none;
    border-top: 1px solid #e6ecf5;
    text-align: left
}

.day-event p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.day-event span {
    font-size: 12px
}

.day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224
}

.check-btn {
    width: 100%
}

input[type=checkbox] {
    -webkit-appearance: none;
    outline: none;
    height: 20px;
    width: 20px;
    border: 1px solid #d0d0d0;
    color: black;
    background-color: white;
    display: inline-block;
    position: relative;
}

input[type=checkbox]:checked:after {
    content: '✓';
    /* or '\2713', or '\2714' */
    text-align: center;
    vertical-align: middle;
    position: absolute;
    height: 1em;
    width: 1em;
    line-height: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.print-btn {
    padding: 1px 14px 5px 14px
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {}

@media only screen and (min-width:321px) {}

@media only screen and (max-width:320px) {}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {}

@media only screen and (min-width:1224px) {}

@media only screen and (min-width:1824px) {}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait) {}

[class*=fontawesome-]:before {
    font-family: 'FontAwesome', sans-serif
}

.fontawesome-emove:before {
    content: "\f00d"
}

.fontawesome-angle-left:before {
    content: "\f104"
}

.fontawesome-angle-right:before {
    content: "\f105"
}

.event-time {
    margin-bottom: 20px
}

.event-time .circle {
    width: 8px;
    height: 8px;
    border: 2px solid #34eccd;
    border-radius: 100%;
    margin-right: 7px;
    display: inline-block
}

.event-time time {
    font-size: 10px;
    color: #515365;
    font-weight: bold
}

.event-time .more svg {
    float: none;
    color: #d7d9e5;
    margin-left: 5px
}

.event-time .more {
    display: inline-block
}

.check-all {
    padding: 20px;
    background-color: #08ddc1;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.swiper-container.overflow-visible {
    overflow: visible
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next btn-next.swiper-button-disabled,
.swiper-button-prev btn-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 25
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.auto-height .swiper-slide {
    height: auto !important
}

.c-facebook {
    color: #3b5998
}

.c-line {
    color: #00c300
}

.c-ig {
    color: #fd1d1d
}

.c-commerzy {
    color: #99ca3d
}

.active_i {
    color: #ff5e3a !important
}

.active_url {
    color: #00a53b !important
}

body {
    color: #474747 !important
}

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

.bg-main {
    background: -webkit-linear-gradient(135deg, #EE7752, #E73C7E, #23D5AB);
    background: -o-linear-gradient(135deg, #EE7752, #E73C7E, #23D5AB);
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 20s ease infinite;
    -moz-animation: Gradient 20s ease infinite;
    animation: Gradient 20s ease infinite
}

.bg-blue {
    background-color: #0072ff
}

.bg-blue-light {
    background-color: #08ddc1
}

.bg-gray {
    background-color: #edf2f6
}

.btn-green {
    background-color: #00a53b
}

.bg-orange {
    background-color: #d20000
}

.text-primery {
    color: #99ca3d !important
}

.text-primery-hover {
    color: #ff5e3a
}

.c-new {
    color: #696d87 !important
}

.bg-new {
    background: #696d87 !important
}

.c_inte {
    color: inherit !important
}

.icon_Header {
    color: #fff;
    position: relative
}

.icon_Header:hover {
    color: #99ca3d
}

.c_main_icon {
    color: #9a9fbf !important
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

.text-white {
    color: #ffffff
}

.text-succes {
    color: #00a53b;
    font-weight: 400
}

.text-danger {
    color: #d20000
}

.text-blue {
    color: #0072ff
}

.text-p {
    color: #474747
}

.text-purple {
    color: #7c5ac2
}

.width100 {
    width: 100% !important
}

.margin-b-40 {
    margin-bottom: 40px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pt-30 {
    padding-top: 30px
}

.title-header {
    font-size: 5em
}


/*!
 * Woah.css - http://joerezendes.com/woah.css
 * Version - 1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Github - https://github.com/joerez/Woah.css
 *
 * Copyright (c) 2018 Joe Rezendes
 */

.woah {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.woah.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes wowzors {
    1% {
        opacity: 0%
    }

    10% {
        opacity: 100%;
        -webkit-transform: rotate(360deg) translateX(150px) translateY(400px) rotate(-360deg) rotateY(360deg);
        transform: rotate(360deg) translateX(150px) translateY(400px) rotate(-360deg) rotateY(360deg)
    }

    20% {
        -webkit-transform: rotate(720deg) translateX(150px) translateY(350px) rotate(-720deg) rotateY(720deg);
        transform: rotate(720deg) translateX(150px) translateY(350px) rotate(-720deg) rotateY(720deg)
    }

    30% {
        -webkit-transform: rotate(1080deg) translateX(150px) translateY(300px) rotate(-1080deg) rotateY(1080deg);
        transform: rotate(1080deg) translateX(150px) translateY(300px) rotate(-1080deg) rotateY(1080deg)
    }

    40% {
        -webkit-transform: rotate(1440deg) translateX(150px) translateY(250px) rotate(-1440deg) rotateY(1440deg);
        transform: rotate(1440deg) translateX(150px) translateY(250px) rotate(-1440deg) rotateY(1440deg)
    }

    50% {
        -webkit-transform: rotate(1800deg) translateX(150px) translateY(200px) rotate(-1800deg) rotateY(1800deg);
        transform: rotate(1800deg) translateX(150px) translateY(200px) rotate(-1800deg) rotateY(1800deg)
    }

    60% {
        -webkit-transform: rotate(1440deg) translateX(150px) translateY(150px) rotate(-1440deg) rotateY(1440deg);
        transform: rotate(1440deg) translateX(150px) translateY(150px) rotate(-1440deg) rotateY(1440deg)
    }

    70% {
        -webkit-transform: rotate(1080deg) translateX(150px) translateY(0px) rotate(1080deg) rotateX(180deg);
        transform: rotate(1080deg) translateX(150px) translateY(0px) rotate(1080deg) rotateX(180deg)
    }
}

@keyframes wowzors {
    1% {
        opacity: 0%
    }

    10% {
        opacity: 100%;
        -webkit-transform: rotate(360deg) translateX(150px) translateY(400px) rotate(-360deg) rotateY(360deg);
        transform: rotate(360deg) translateX(150px) translateY(400px) rotate(-360deg) rotateY(360deg)
    }

    20% {
        -webkit-transform: rotate(720deg) translateX(150px) translateY(350px) rotate(-720deg) rotateY(720deg);
        transform: rotate(720deg) translateX(150px) translateY(350px) rotate(-720deg) rotateY(720deg)
    }

    30% {
        -webkit-transform: rotate(1080deg) translateX(150px) translateY(300px) rotate(-1080deg) rotateY(1080deg);
        transform: rotate(1080deg) translateX(150px) translateY(300px) rotate(-1080deg) rotateY(1080deg)
    }

    40% {
        -webkit-transform: rotate(1440deg) translateX(150px) translateY(250px) rotate(-1440deg) rotateY(1440deg);
        transform: rotate(1440deg) translateX(150px) translateY(250px) rotate(-1440deg) rotateY(1440deg)
    }

    50% {
        -webkit-transform: rotate(1800deg) translateX(150px) translateY(200px) rotate(-1800deg) rotateY(1800deg);
        transform: rotate(1800deg) translateX(150px) translateY(200px) rotate(-1800deg) rotateY(1800deg)
    }

    60% {
        -webkit-transform: rotate(1440deg) translateX(150px) translateY(150px) rotate(-1440deg) rotateY(1440deg);
        transform: rotate(1440deg) translateX(150px) translateY(150px) rotate(-1440deg) rotateY(1440deg)
    }

    70% {
        -webkit-transform: rotate(1080deg) translateX(150px) translateY(0px) rotate(1080deg) rotateX(180deg);
        transform: rotate(1080deg) translateX(150px) translateY(0px) rotate(1080deg) rotateX(180deg)
    }
}

.wowzors {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: wowzors;
    animation-name: wowzors;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes comeInStyle {
    0% {
        opacity: 100%;
        -webkit-transform: translate3d(0px, -3000px, -2000px);
        transform: translate3d(0px, -3000px, -2000px)
    }

    1% {
        opacity: 0%;
        -webkit-transform: translate3d(0px, -3000px, -2000px);
        transform: translate3d(0px, -3000px, -2000px)
    }

    25% {
        -webkit-transform: translate3d(0px, -200px, -200px) scale(3) rotateX(0) rotateY(0);
        transform: translate3d(0px, -200px, -200px) scale(3) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0px, 0px) scale(6) rotateX(180deg) rotateY(90deg);
        transform: translate3d(200px, 0px, 0px) scale(6) rotateX(180deg) rotateY(90deg)
    }

    90% {
        opacity: 0%;
        -webkit-transform: translate3d(-200px, 200px, 200px) scale(3) rotateX(360deg) rotateY(180deg);
        transform: translate3d(-200px, 200px, 200px) scale(3) rotateX(360deg) rotateY(180deg)
    }

    to {
        opacity: 100%;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes comeInStyle {
    0% {
        opacity: 100%;
        -webkit-transform: translate3d(0px, -3000px, -2000px);
        transform: translate3d(0px, -3000px, -2000px)
    }

    1% {
        opacity: 0%;
        -webkit-transform: translate3d(0px, -3000px, -2000px);
        transform: translate3d(0px, -3000px, -2000px)
    }

    25% {
        -webkit-transform: translate3d(0px, -200px, -200px) scale(3) rotateX(0) rotateY(0);
        transform: translate3d(0px, -200px, -200px) scale(3) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0px, 0px) scale(6) rotateX(180deg) rotateY(90deg);
        transform: translate3d(200px, 0px, 0px) scale(6) rotateX(180deg) rotateY(90deg)
    }

    90% {
        opacity: 0%;
        -webkit-transform: translate3d(-200px, 200px, 200px) scale(3) rotateX(360deg) rotateY(180deg);
        transform: translate3d(-200px, 200px, 200px) scale(3) rotateX(360deg) rotateY(180deg)
    }

    to {
        opacity: 100%;
        -webkit-transform: none;
        transform: none
    }
}

.comeInStyle {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: comeInStyle;
    animation-name: comeInStyle;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes leaveInStyle {
    10% {
        -webkit-transform: translate3d(0px, -100px, 0px) scale(1);
        transform: translate3d(0px, -100px, 0px) scale(1)
    }

    12% {
        -webkit-transform: translate3d(0px, 5px, 0px) scale(1);
        transform: translate3d(0px, 5px, 0px) scale(1)
    }

    14% {
        -webkit-transform: translate3d(0px, -10px, 0px) scale(1);
        transform: translate3d(0px, -10px, 0px) scale(1)
    }

    16% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
        transform: translate3d(0px, 0px, 0px) scale(1)
    }

    18% {
        -webkit-transform: translate3d(0px, 10px, 0px) scale(1);
        transform: translate3d(0px, 10px, 0px) scale(1)
    }

    25% {
        -webkit-transform: translate3d(0px, 0px, 0px) skewY(10deg) scale(2);
        transform: translate3d(0px, 0px, 0px) skewY(10deg) scale(2)
    }

    27% {
        -webkit-transform: translate3d(0px, -5px, 0px) skewY(7deg) scale(1.8);
        transform: translate3d(0px, -5px, 0px) skewY(7deg) scale(1.8)
    }

    29% {
        -webkit-transform: translate3d(0px, 5px, 0px) skewY(10deg) scale(2);
        transform: translate3d(0px, 5px, 0px) skewY(10deg) scale(2)
    }

    60% {
        -webkit-transform: translate3d(-400px, 5px, 0px) rotate(360deg) rotateY(-760deg) skewY(-10deg) scale(2);
        transform: translate3d(-400px, 5px, 0px) rotate(360deg) rotateY(-760deg) skewY(-10deg) scale(2)
    }

    70% {
        -webkit-transform: translate3d(400px, 5px, 0px) rotate(0deg) rotateY(-360deg) skewY(10deg) scale(2);
        transform: translate3d(400px, 5px, 0px) rotate(0deg) rotateY(-360deg) skewY(10deg) scale(2)
    }

    80% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) skewY(0deg) scale(1);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) skewY(0deg) scale(1)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(720deg) scale(1.5);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(720deg) scale(1.5)
    }

    99% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.01);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.01)
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.001);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.001);
        visibility: hidden
    }
}

@keyframes leaveInStyle {
    10% {
        -webkit-transform: translate3d(0px, -100px, 0px) scale(1);
        transform: translate3d(0px, -100px, 0px) scale(1)
    }

    12% {
        -webkit-transform: translate3d(0px, 5px, 0px) scale(1);
        transform: translate3d(0px, 5px, 0px) scale(1)
    }

    14% {
        -webkit-transform: translate3d(0px, -10px, 0px) scale(1);
        transform: translate3d(0px, -10px, 0px) scale(1)
    }

    16% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
        transform: translate3d(0px, 0px, 0px) scale(1)
    }

    18% {
        -webkit-transform: translate3d(0px, 10px, 0px) scale(1);
        transform: translate3d(0px, 10px, 0px) scale(1)
    }

    25% {
        -webkit-transform: translate3d(0px, 0px, 0px) skewY(10deg) scale(2);
        transform: translate3d(0px, 0px, 0px) skewY(10deg) scale(2)
    }

    27% {
        -webkit-transform: translate3d(0px, -5px, 0px) skewY(7deg) scale(1.8);
        transform: translate3d(0px, -5px, 0px) skewY(7deg) scale(1.8)
    }

    29% {
        -webkit-transform: translate3d(0px, 5px, 0px) skewY(10deg) scale(2);
        transform: translate3d(0px, 5px, 0px) skewY(10deg) scale(2)
    }

    60% {
        -webkit-transform: translate3d(-400px, 5px, 0px) rotate(360deg) rotateY(-760deg) skewY(-10deg) scale(2);
        transform: translate3d(-400px, 5px, 0px) rotate(360deg) rotateY(-760deg) skewY(-10deg) scale(2)
    }

    70% {
        -webkit-transform: translate3d(400px, 5px, 0px) rotate(0deg) rotateY(-360deg) skewY(10deg) scale(2);
        transform: translate3d(400px, 5px, 0px) rotate(0deg) rotateY(-360deg) skewY(10deg) scale(2)
    }

    80% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) skewY(0deg) scale(1);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) skewY(0deg) scale(1)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(720deg) scale(1.5);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(720deg) scale(1.5)
    }

    99% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.01);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.01)
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.001);
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(0.001);
        visibility: hidden
    }
}

.leaveInStyle {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: leaveInStyle;
    animation-name: leaveInStyle;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rotateComplex {
    1% {
        opacity: 90%;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg)
    }

    10% {
        -webkit-transform: translate3d(200px, -140px, 0) rotate(1080deg);
        transform: translate3d(200px, -140px, 0) rotate(1080deg)
    }

    20% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-160deg);
        transform: translate3d(-200px, 140px, 0) rotate(-160deg)
    }

    30% {
        -webkit-transform: translate3d(-200px, -140px, 0) rotate(340deg);
        transform: translate3d(-200px, -140px, 0) rotate(340deg)
    }

    40% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-720deg);
        transform: translate3d(-200px, 140px, 0) rotate(-720deg)
    }

    50% {
        -webkit-transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
        transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2)
    }

    60% {
        -webkit-transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
        transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5)
    }

    65% {
        -webkit-transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2);
        transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5);
        transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5)
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes rotateComplex {
    1% {
        opacity: 90%;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg)
    }

    10% {
        -webkit-transform: translate3d(200px, -140px, 0) rotate(1080deg);
        transform: translate3d(200px, -140px, 0) rotate(1080deg)
    }

    20% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-160deg);
        transform: translate3d(-200px, 140px, 0) rotate(-160deg)
    }

    30% {
        -webkit-transform: translate3d(-200px, -140px, 0) rotate(340deg);
        transform: translate3d(-200px, -140px, 0) rotate(340deg)
    }

    40% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-720deg);
        transform: translate3d(-200px, 140px, 0) rotate(-720deg)
    }

    50% {
        -webkit-transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
        transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2)
    }

    60% {
        -webkit-transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
        transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5)
    }

    65% {
        -webkit-transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2);
        transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5);
        transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5)
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1)
    }
}

.rotateComplex {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: rotateComplex;
    animation-name: rotateComplex;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes rotateComplexOut {
    1% {
        opacity: 90%;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg)
    }

    10% {
        -webkit-transform: translate3d(200px, -140px, 0) rotate(1080deg);
        transform: translate3d(200px, -140px, 0) rotate(1080deg)
    }

    20% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-160deg);
        transform: translate3d(-200px, 140px, 0) rotate(-160deg)
    }

    30% {
        -webkit-transform: translate3d(-200px, -140px, 0) rotate(340deg);
        transform: translate3d(-200px, -140px, 0) rotate(340deg)
    }

    40% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-720deg);
        transform: translate3d(-200px, 140px, 0) rotate(-720deg)
    }

    50% {
        -webkit-transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
        transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2)
    }

    60% {
        -webkit-transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
        transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5)
    }

    65% {
        -webkit-transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2);
        transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5);
        transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5)
    }

    99% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.01);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.01);
        opacity: 100%
    }

    to {
        display: none;
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0);
        opacity: 0%
    }
}

@keyframes rotateComplexOut {
    1% {
        opacity: 90%;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg)
    }

    10% {
        -webkit-transform: translate3d(200px, -140px, 0) rotate(1080deg);
        transform: translate3d(200px, -140px, 0) rotate(1080deg)
    }

    20% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-160deg);
        transform: translate3d(-200px, 140px, 0) rotate(-160deg)
    }

    30% {
        -webkit-transform: translate3d(-200px, -140px, 0) rotate(340deg);
        transform: translate3d(-200px, -140px, 0) rotate(340deg)
    }

    40% {
        -webkit-transform: translate3d(-200px, 140px, 0) rotate(-720deg);
        transform: translate3d(-200px, 140px, 0) rotate(-720deg)
    }

    50% {
        -webkit-transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
        transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2)
    }

    60% {
        -webkit-transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
        transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5)
    }

    65% {
        -webkit-transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2);
        transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2)
    }

    90% {
        -webkit-transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5);
        transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5)
    }

    99% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.01);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.01);
        opacity: 100%
    }

    to {
        display: none;
        -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0);
        transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0);
        opacity: 0%
    }
}

.rotateComplexOut {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: rotateComplexOut;
    animation-name: rotateComplexOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes flyOut {
    1% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    20% {
        -webkit-transform: translate3d(0, 100px, 400px) rotateX(90deg);
        transform: translate3d(0, 100px, 400px) rotateX(90deg)
    }

    30% {
        -webkit-transform: translate3d(300px, 0px, 100px) rotateX(95deg);
        transform: translate3d(300px, 0px, 100px) rotateX(95deg)
    }

    40% {
        -webkit-transform: translate3d(-600px, -200px, 0px) rotateX(80deg);
        transform: translate3d(-600px, -200px, 0px) rotateX(80deg)
    }

    60% {
        -webkit-transform: translate3d(2000px, -2000px, 0px) rotateX(0deg);
        transform: translate3d(2000px, -2000px, 0px) rotateX(0deg)
    }

    70% {
        -webkit-transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
        transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5)
    }

    80% {
        -webkit-transform: translate3d(0, 4000px, 0px);
        transform: translate3d(0, 4000px, 0px)
    }

    85% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.07);
        transform: translate3d(0px, 0px, 0px) scale(0.07)
    }

    to {
        -webkit-transform: translate3d(2000px, -2000px, 0px);
        transform: translate3d(2000px, -2000px, 0px);
        display: none
    }
}

@keyframes flyOut {
    1% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    20% {
        -webkit-transform: translate3d(0, 100px, 400px) rotateX(90deg);
        transform: translate3d(0, 100px, 400px) rotateX(90deg)
    }

    30% {
        -webkit-transform: translate3d(300px, 0px, 100px) rotateX(95deg);
        transform: translate3d(300px, 0px, 100px) rotateX(95deg)
    }

    40% {
        -webkit-transform: translate3d(-600px, -200px, 0px) rotateX(80deg);
        transform: translate3d(-600px, -200px, 0px) rotateX(80deg)
    }

    60% {
        -webkit-transform: translate3d(2000px, -2000px, 0px) rotateX(0deg);
        transform: translate3d(2000px, -2000px, 0px) rotateX(0deg)
    }

    70% {
        -webkit-transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
        transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5)
    }

    80% {
        -webkit-transform: translate3d(0, 4000px, 0px);
        transform: translate3d(0, 4000px, 0px)
    }

    85% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.07);
        transform: translate3d(0px, 0px, 0px) scale(0.07)
    }

    to {
        -webkit-transform: translate3d(2000px, -2000px, 0px);
        transform: translate3d(2000px, -2000px, 0px);
        display: none
    }
}

.flyOut {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: flyOut;
    animation-name: flyOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes flyIn {
    0% {
        -webkit-transform: translate3d(2000px, -2000px, 0px);
        transform: translate3d(2000px, -2000px, 0px);
        display: none
    }

    10%,
    15% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.07);
        transform: translate3d(0px, 0px, 0px) scale(0.07)
    }

    20% {
        -webkit-transform: translate3d(0, 1000px, 0px);
        transform: translate3d(0, 1000px, 0px)
    }

    30% {
        -webkit-transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
        transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5)
    }

    40% {
        -webkit-transform: translate3d(2000px, -2000px, 0px) rotateX(0deg) scale(2);
        transform: translate3d(2000px, -2000px, 0px) rotateX(0deg) scale(2)
    }

    60% {
        -webkit-transform: translate3d(-600px, -200px, 0px) rotateX(0deg) scale(0.3);
        transform: translate3d(-600px, -200px, 0px) rotateX(0deg) scale(0.3)
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.01);
        transform: translate3d(0, 0, 0) scale(0.01)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes flyIn {
    0% {
        -webkit-transform: translate3d(2000px, -2000px, 0px);
        transform: translate3d(2000px, -2000px, 0px);
        display: none
    }

    10%,
    15% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0.07);
        transform: translate3d(0px, 0px, 0px) scale(0.07)
    }

    20% {
        -webkit-transform: translate3d(0, 1000px, 0px);
        transform: translate3d(0, 1000px, 0px)
    }

    30% {
        -webkit-transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
        transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5)
    }

    40% {
        -webkit-transform: translate3d(2000px, -2000px, 0px) rotateX(0deg) scale(2);
        transform: translate3d(2000px, -2000px, 0px) rotateX(0deg) scale(2)
    }

    60% {
        -webkit-transform: translate3d(-600px, -200px, 0px) rotateX(0deg) scale(0.3);
        transform: translate3d(-600px, -200px, 0px) rotateX(0deg) scale(0.3)
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.01);
        transform: translate3d(0, 0, 0) scale(0.01)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.flyIn {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: flyIn;
    animation-name: flyIn;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes blackMirror {
    0% {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    1% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        background: black
    }

    99% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        background: black
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes blackMirror {
    0% {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    1% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        background: black
    }

    99% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        background: black
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.blackMirror {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: blackMirror;
    animation-name: blackMirror;
    -webkit-animation-duration: .01s;
    animation-duration: .01s;
    -webkit-animation-iteration-count: 1200;
    animation-iteration-count: 1200
}

@-webkit-keyframes blackMirrorTextVersion {
    1% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        color: black
    }

    99% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        color: black
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes blackMirrorTextVersion {
    1% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
        color: black
    }

    99% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        color: black
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.blackMirrorTextVersion {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: blackMirrorTextVersion;
    animation-name: blackMirrorTextVersion;
    -webkit-animation-duration: .01s;
    animation-duration: .01s;
    -webkit-animation-iteration-count: 600;
    animation-iteration-count: 600
}

@-webkit-keyframes spin3D {
    15% {
        -webkit-transform: rotateY(180deg) scale(2);
        transform: rotateY(180deg) scale(2)
    }

    30% {
        -webkit-transform: rotateX(360deg) rotateY(180deg) skewX(50deg) scale(2);
        transform: rotateX(360deg) rotateY(180deg) skewX(50deg) scale(2)
    }

    45% {
        -webkit-transform: rotateX(480deg) rotateY(360deg) skewX(-50deg) skewY(0deg) scale(1.5);
        transform: rotateX(480deg) rotateY(360deg) skewX(-50deg) skewY(0deg) scale(1.5)
    }

    60% {
        -webkit-transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(2);
        transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(2)
    }

    70% {
        -webkit-transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(3);
        transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(3)
    }

    80% {
        -webkit-transform: rotateX(0deg) rotateY(540deg) skewX(0deg) skewY(0deg) scale(3);
        transform: rotateX(0deg) rotateY(540deg) skewX(0deg) skewY(0deg) scale(3)
    }

    90% {
        -webkit-transform: rotateX(180deg) rotateY(1080deg) skewX(0deg) skewY(0deg) scale(0.3);
        transform: rotateX(180deg) rotateY(1080deg) skewX(0deg) skewY(0deg) scale(0.3)
    }

    97% {
        -webkit-transform: rotateX(40deg) rotateY(80deg) skewX(0deg) skewY(0deg) scale(2);
        transform: rotateX(40deg) rotateY(80deg) skewX(0deg) skewY(0deg) scale(2)
    }
}

@keyframes spin3D {
    15% {
        -webkit-transform: rotateY(180deg) scale(2);
        transform: rotateY(180deg) scale(2)
    }

    30% {
        -webkit-transform: rotateX(360deg) rotateY(180deg) skewX(50deg) scale(2);
        transform: rotateX(360deg) rotateY(180deg) skewX(50deg) scale(2)
    }

    45% {
        -webkit-transform: rotateX(480deg) rotateY(360deg) skewX(-50deg) skewY(0deg) scale(1.5);
        transform: rotateX(480deg) rotateY(360deg) skewX(-50deg) skewY(0deg) scale(1.5)
    }

    60% {
        -webkit-transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(2);
        transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(2)
    }

    70% {
        -webkit-transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(3);
        transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(3)
    }

    80% {
        -webkit-transform: rotateX(0deg) rotateY(540deg) skewX(0deg) skewY(0deg) scale(3);
        transform: rotateX(0deg) rotateY(540deg) skewX(0deg) skewY(0deg) scale(3)
    }

    90% {
        -webkit-transform: rotateX(180deg) rotateY(1080deg) skewX(0deg) skewY(0deg) scale(0.3);
        transform: rotateX(180deg) rotateY(1080deg) skewX(0deg) skewY(0deg) scale(0.3)
    }

    97% {
        -webkit-transform: rotateX(40deg) rotateY(80deg) skewX(0deg) skewY(0deg) scale(2);
        transform: rotateX(40deg) rotateY(80deg) skewX(0deg) skewY(0deg) scale(2)
    }
}

.spin3D {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: spin3D;
    animation-name: spin3D;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes simpleEntrance {
    0% {
        opacity: 0%;
        -webkit-transform: translate3d(-2000px, 500px, 0) scale(10);
        transform: translate3d(-2000px, 500px, 0) scale(10)
    }

    1% {
        opacity: 100%
    }

    40% {
        -webkit-transform: translate3d(2000px, 0px, 0) scale(5);
        transform: translate3d(2000px, 0px, 0) scale(5)
    }

    50% {
        -webkit-transform: translate3d(-2000px, -100px, 0) scale(3);
        transform: translate3d(-2000px, -100px, 0) scale(3)
    }

    60% {
        -webkit-transform: translate3d(2000px, 100px, 0) scale(2);
        transform: translate3d(2000px, 100px, 0) scale(2)
    }

    70% {
        -webkit-transform: translate3d(-2000px, 400px, 0) scale(0.1);
        transform: translate3d(-2000px, 400px, 0) scale(0.1)
    }

    75% {
        -webkit-transform: translate3d(0px, 0px, 0) scale(0.1);
        transform: translate3d(0px, 0px, 0) scale(0.1)
    }

    80% {
        -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg);
        transform: rotate(360deg) translateX(150px) rotate(-360deg)
    }
}

@keyframes simpleEntrance {
    0% {
        opacity: 0%;
        -webkit-transform: translate3d(-2000px, 500px, 0) scale(10);
        transform: translate3d(-2000px, 500px, 0) scale(10)
    }

    1% {
        opacity: 100%
    }

    40% {
        -webkit-transform: translate3d(2000px, 0px, 0) scale(5);
        transform: translate3d(2000px, 0px, 0) scale(5)
    }

    50% {
        -webkit-transform: translate3d(-2000px, -100px, 0) scale(3);
        transform: translate3d(-2000px, -100px, 0) scale(3)
    }

    60% {
        -webkit-transform: translate3d(2000px, 100px, 0) scale(2);
        transform: translate3d(2000px, 100px, 0) scale(2)
    }

    70% {
        -webkit-transform: translate3d(-2000px, 400px, 0) scale(0.1);
        transform: translate3d(-2000px, 400px, 0) scale(0.1)
    }

    75% {
        -webkit-transform: translate3d(0px, 0px, 0) scale(0.1);
        transform: translate3d(0px, 0px, 0) scale(0.1)
    }

    80% {
        -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg);
        transform: rotate(360deg) translateX(150px) rotate(-360deg)
    }
}

.simpleEntrance {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: simpleEntrance;
    animation-name: simpleEntrance;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0.1) translate3d(0, 0px, 0);
        transform: scale(0.1) translate3d(0, 0px, 0)
    }

    80% {
        -webkit-transform: scale(4) translate3d(0, 70px, 0);
        transform: scale(4) translate3d(0, 70px, 0);
        -webkit-box-shadow: 0px 200px 200px 200px black;
        box-shadow: 0px 200px 200px 200px black
    }

    to {
        -webkit-transform: scale(0) translate3d(0, 0px, 0);
        transform: scale(0) translate3d(0, 0px, 0);
        visibility: hidden
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(0.1) translate3d(0, 0px, 0);
        transform: scale(0.1) translate3d(0, 0px, 0)
    }

    80% {
        -webkit-transform: scale(4) translate3d(0, 70px, 0);
        transform: scale(4) translate3d(0, 70px, 0);
        -webkit-box-shadow: 0px 200px 200px 200px black;
        box-shadow: 0px 200px 200px 200px black
    }

    to {
        -webkit-transform: scale(0) translate3d(0, 0px, 0);
        transform: scale(0) translate3d(0, 0px, 0);
        visibility: hidden
    }
}

.scaleOut {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    background: url("https://i.imgur.com/XB0kRsy.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@-webkit-keyframes dealWithIt {
    1% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    85% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    99% {
        -webkit-transform: translate3d(0, -2000px, 0) scale(1);
        transform: translate3d(0, -2000px, 0) scale(1)
    }

    to {
        visibility: hidden;
        opacity: 0
    }
}

@keyframes dealWithIt {
    1% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    85% {
        -webkit-transform: translate3d(0, 160px, 0) scale(1);
        transform: translate3d(0, 160px, 0) scale(1);
        opacity: 1
    }

    99% {
        -webkit-transform: translate3d(0, -2000px, 0) scale(1);
        transform: translate3d(0, -2000px, 0) scale(1)
    }

    to {
        visibility: hidden;
        opacity: 0
    }
}

@-webkit-keyframes dealWithItNorm {
    1% {}

    30% {
        -webkit-transform: translate3d(0, 0px, 0) scale(1);
        transform: translate3d(0, 0px, 0) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes dealWithItNorm {
    1% {}

    30% {
        -webkit-transform: translate3d(0, 0px, 0) scale(1);
        transform: translate3d(0, 0px, 0) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    70% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.dealWithIt:after {
    height: 300px;
    width: 300px;
    z-index: 5;
    background-repeat: no-repeat;
    content: '';
    background: url("http://www.stickpng.com/assets/thumbs/584999a27b7d4d76317f5ffe.png");
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: dealWithIt;
    animation-name: dealWithIt;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    vertical-align: baseline;
    position: absolute;
    top: -200%;
    right: -50%;
    bottom: -50%;
    left: -50%
}

.dealWithIt {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: dealWithItNorm;
    animation-name: dealWithItNorm;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes fedoraTip {
    5% {
        -webkit-transform: translate3d(-80px, 60px, 0) scale(0.8);
        transform: translate3d(-80px, 60px, 0) scale(0.8);
        opacity: 1
    }

    40% {
        -webkit-transform: translate3d(-80px, 60px, 0) rotate(-30deg) scale(0.8);
        transform: translate3d(-80px, 60px, 0) rotate(-30deg) scale(0.8);
        opacity: 1
    }

    60% {
        -webkit-transform: translate3d(-80px, 60px, 0) rotate(0deg) scale(0.8);
        transform: translate3d(-80px, 60px, 0) rotate(0deg) scale(0.8);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-80px, -2000px, 0) rotate(180deg) scale(0.8);
        transform: translate3d(-80px, -2000px, 0) rotate(180deg) scale(0.8);
        visibility: hidden;
        opacity: 1
    }
}

@keyframes fedoraTip {
    5% {
        -webkit-transform: translate3d(-80px, 60px, 0) scale(0.8);
        transform: translate3d(-80px, 60px, 0) scale(0.8);
        opacity: 1
    }

    40% {
        -webkit-transform: translate3d(-80px, 60px, 0) rotate(-30deg) scale(0.8);
        transform: translate3d(-80px, 60px, 0) rotate(-30deg) scale(0.8);
        opacity: 1
    }

    60% {
        -webkit-transform: translate3d(-80px, 60px, 0) rotate(0deg) scale(0.8);
        transform: translate3d(-80px, 60px, 0) rotate(0deg) scale(0.8);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-80px, -2000px, 0) rotate(180deg) scale(0.8);
        transform: translate3d(-80px, -2000px, 0) rotate(180deg) scale(0.8);
        visibility: hidden;
        opacity: 1
    }
}

@-webkit-keyframes fedoraTipNorm {
    1% {}

    10% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(0deg) scale(1)
    }

    30% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(-5deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(-5deg) scale(1);
        opacity: 1;
        -webkit-box-shadow: 0px 5px 10px black;
        box-shadow: 0px 5px 10px black
    }

    70% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        opacity: 1
    }
}

@keyframes fedoraTipNorm {
    1% {}

    10% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(0deg) scale(1)
    }

    30% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(-5deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(-5deg) scale(1);
        opacity: 1;
        -webkit-box-shadow: 0px 5px 10px black;
        box-shadow: 0px 5px 10px black
    }

    70% {
        -webkit-transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
        opacity: 1
    }
}

.fedoraTip:after {
    z-index: 5;
    width: 450px;
    content: '';
    background: url("https://vignette.wikia.nocookie.net/roblox/images/3/39/ROBLOX_Black_Pinstripe_Fedora.png/revision/latest?cb=20170213154343");
    background-repeat: no-repeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: fedoraTip;
    animation-name: fedoraTip;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    vertical-align: baseline;
    position: absolute;
    top: -200%;
    right: -50%;
    bottom: -50%;
    left: -50%
}

.fedoraTip {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: fedoraTipNorm;
    animation-name: fedoraTipNorm;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes blazingStar {
    1% {
        border-radius: none;
        -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 40px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes blazingStar {
    1% {
        border-radius: none;
        -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 40px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        box-shadow: 0px 0px 120px rgba(255, 255, 0, 0.6);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        -webkit-box-shadow: 0px 0px 20vh yellow;
        box-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.blazingStar {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: blazingStar;
    animation-name: blazingStar;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes blazingStarText {
    1% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes blazingStarText {
    1% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        text-shadow: 0px 0px 0vh rgba(255, 255, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        text-shadow: 0px 0px 20vh yellow;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.blazingStarText {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: blazingStarText;
    animation-name: blazingStarText;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

@-webkit-keyframes starWars {
    0% {
        -webkit-transform: translate3d(0, 500px, 0) rotateX(-60deg) scale(2);
        transform: translate3d(0, 500px, 0) rotateX(-60deg) scale(2)
    }

    99.9% {
        -webkit-transform: translate3d(0, -1000px, 0) rotateX(60deg) scale(0.19);
        transform: translate3d(0, -1000px, 0) rotateX(60deg) scale(0.19)
    }

    to {
        display: none
    }
}

@keyframes starWars {
    0% {
        -webkit-transform: translate3d(0, 500px, 0) rotateX(-60deg) scale(2);
        transform: translate3d(0, 500px, 0) rotateX(-60deg) scale(2)
    }

    99.9% {
        -webkit-transform: translate3d(0, -1000px, 0) rotateX(60deg) scale(0.19);
        transform: translate3d(0, -1000px, 0) rotateX(60deg) scale(0.19)
    }

    to {
        display: none
    }
}

.starWars {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: starWars;
    animation-name: starWars;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3
}

@-webkit-keyframes shaker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    33% {
        -webkit-transform: translate3d(-20px, 10px, 0);
        transform: translate3d(-20px, 10px, 0)
    }

    66% {
        -webkit-transform: translate3d(20px, 0px, 0);
        transform: translate3d(20px, 0px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes shaker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    33% {
        -webkit-transform: translate3d(-20px, 10px, 0);
        transform: translate3d(-20px, 10px, 0)
    }

    66% {
        -webkit-transform: translate3d(20px, 0px, 0);
        transform: translate3d(20px, 0px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.shaker {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: shaker;
    animation-name: shaker;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10
}

@-webkit-keyframes mymove {
    0% {
        top: 200
    }

    to {
        top: 0px
    }
}

@keyframes mymove {
    0% {
        top: 200
    }

    to {
        top: 0px
    }
}

.a {
    color: #99ca3d
}

.a:hover {
    color: #ff5e3a
}

#alert-del,
.alert-suc {
    z-index: 9999 !important;
    max-width: 250px;
    text-align: center;
    background: #99ca3e;
    margin: 0;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white
}

#alert-del {
    background-color: #d20000;
    right: -10%;
    bottom: -32px
}

.alert-suc {
    width: 230px;
    right: -10%;
    bottom: -32px
}

.alert-suc h5 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 0px
}

.alert-suc i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 2.5em;
    text-align: right
}

.alert-suc.alert-suc-mobile {
    position: fixed;
    margin-right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 190px;
    right: 3%;
    top: 73px;
    bottom: auto
}

.alert-suc.alert-suc-mobile i {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.avatar {
    max-width: 45px !important;
    width: 45px;
    height: 45px
}

.alert-pass,
.alert-topup {
    margin: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 199;
    background-color: #fff;
    border-radius: 5px;
    outline: rgba(158, 157, 157, 0.4) solid 100vh;
    padding: 30px 30px 0px 30px
}

.alert-pass .icon-topup,
.alert-topup .icon-topup {
    text-align: center;
    font-size: 5em;
    padding-bottom: 20px;
    color: #00a53b
}

.border-none {
    border: none !important
}

.btn {
    cursor: pointer
}

.box {
    max-height: 140px;
    overflow-y: overlay
}

.box h3 {
    color: #474747
}

.btn-primary {
    color: #fff;
    background-color: #99ca3d;
    border-color: #99ca3d
}

.btn-group-rent .minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-rent input {
    border-radius: 0
}

.btn-group-rent .plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-commezy {
    border-radius: 0;
    padding: 15px
}

.btn-commezy.primary {
    background-color: #99ca3d
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    white-space: normal
}

.box-rent {
    border-radius: 5px;
    margin-bottom: 1.25em;
    font-size: 14px;
}

.box-rent table td,
.box-rent table th {
    font-size: 12px;
}

.box-rent .dataTables_filter,
.box-rent .dataTables_info,
.box-rent .dataTables_paginate {
    display: none
}

.box-rent .table-report {
    font-size: 12px;
}

.box-rent .sorting,
.box-rent .sorting_asc {
    background-image: none !important;
}

.box-rent .dtr-details {
    width: 100%
}

.bd-cmz,
.bd-cmz-b,
.bd-cmz-l,
.bd-cmz-r,
.bd-cmz-t,
.border-cmz {
    border-color: #e9ecef;
    border-style: solid
}

.badge-ex {
    position: relative;
    z-index: 1;
    font-size: 1em;
    font-weight: 300;
    padding: 5px 10px;
    color: #fff;
    white-space: normal
}

.btn-lg {
    padding: 1em 5em
}

.bd-cmz {
    border-width: 1px
}

.bd-cmz-r {
    border-right: 1px
}

.bd-cmz-l {
    border-left: 1px
}

.bd-cmz-t {
    border-top: 1px
}

.bd-cmz-b {
    border-bottom: 1px
}

.btn-tranfer {
    width: 100%;
    max-width: 300px
}

.border-user {
    border: 2px solid #fff
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
    width: 10%;
    background-color: rgba(202, 217, 233, 0.42)
}

.close-modal-cmz {
    position: absolute;
    top: 25px;
    right: 25px
}

.dropzone-cmz {
    border: 5px dotted #edf2f6 !important;
    margin-bottom: 1em
}

.dropzone-cmz .dz-preview {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none
}

.form-cmz .select2-container--default .select2-selection--single {
    border: 1px solid rgba(170, 170, 170, 0.411765);
    border-radius: 4px;
    height: 45px
}

.form-cmz .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
    padding-left: 18px
}

.form-cmz .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 9px
}

.f-1 {
    font-size: 1.05em !important;
    font-weight: 300 !important
}

.h_100 {
    height: 100vh
}

.h_100p {
    height: 100%
}

.img-logo-cmz img {
    height: 100%;
    max-height: 60px
}

.input-ex {
    padding: 2.5em 1.1em .2em !important
}

.collapseCommerzy ul {
    list-style: inherit
}

.list-cmz {
    color: black
}

.list-cmz li {
    padding-left: 15px
}

.list-cmz li+li {
    margin-top: 16px
}

#loading_photo {
    position: fixed;
    left: 50%;
    bottom: 8%;
    z-index: 10;
}

.md-search .head-serach {
    padding: 30px 60px 20px;
    border-radius: 5px
}

.md-search .head-serach h3 {
    color: #fff;
    text-align: center
}

.md-search .select2-container--default {
    width: calc(100% - 0px) !important
}

.modal-dialog-landing {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin: 30px auto
}

.merge-icon {
    font-size: 2em;
    color: #ff5e3a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.merge_name:hover {
    color: #1ed760 !important;
    cursor: pointer
}

.max-w-700 {
    max-width: 700px
}

.margin-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-header {
    background-color: #99ca3d
}

.modal-header .img_modal {
    max-width: 200px;
    max-height: 200px
}

.modal-header .modal-title {
    color: #fff
}

.modal_dialog_alert .modal-body i {
    font-size: 4em;
    padding-bottom: 2em;
    padding-top: 1em
}

.modal_dialog_alert .modal-footer {
    padding: 0
}

.modal_dialog_alert .modal-footer .btn-dialog {
    width: 100%;
    margin: 0
}

.modal_dialog_alert .modal-footer .btn-dialog:hover {
    opacity: .5
}

.no-stock {
    text-align: center;
    margin: 20px 20px;
}

thead {
    background-color: #edf2f6 !important
}

.shop_table thead {
    background-color: #ffffff !important
}

.no-border {
    border: none !important
}

.out-of-stock {
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px
}

.pagination .active-pagination .page-link {
    background: #99ca3d;
    color: #ffffff
}

.pagination .disabled {
    cursor: unset
}

.right-menu-icon {
    font-size: 1.25em;
    color: white
}

.select2-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.ss-box {
    background: #3f4157;
    width: 100%;
    max-height: calc(100vh - 170px);
    margin-bottom: 0em;
    overflow-y: overlay
}

.ss-box .ss-header {
    color: #fff
}

.ss-box .ss-header:hover {
    color: #3f4257
}

.ss-box .serch_box__text {
    color: #fff
}

.ss-box .serch_box__text img {
    max-width: inherit
}

.ss-box .serch_box__text p {
    margin-bottom: 0px
}

.ss-box .serch_box__text:hover {
    color: #3f4257
}

.ss-box .ss-result {
    background: #494c62;
    padding: 10px 25px
}

.ss-box .ss-result:hover a {
    color: #3f4257
}

.ss-wrap {
    height: 100%
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    font-family: 'fontawesome', Courier, monospace;
    width: 14px;
    line-height: 14px;
    content: '\f0d7';
    color: #99ca3d;
    font-size: 2em;
    background-color: initial !important;
    border: none;
    -webkit-box-shadow: initial;
    box-shadow: initial
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '\f0d8';
    color: #d33333;
    background-color: initial !important
}

.w-auto {
    width: auto
}

.w-100 {
    width: 100%
}

.w-select {
    margin-bottom: 10px
}

.w-select .title {
    width: 50px
}

.w-select:last-child {
    margin-bottom: 0px
}

.card-cmz {
    margin-top: 20px;
    margin-bottom: 35px
}

.card-cmz .cardimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer
}

.card-cmz .cardimg img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.card-cmz .cardimg .discount {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: -26px;
    width: 115px;
    font-size: 18px;
    background: red;
    padding: 0px 41px;
    -webkit-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
    color: white;
    z-index: 1
}

.card-cmz .card_detail {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-cmz .card_detail .product-options {
    max-height: 132px;
    overflow: hidden;
    overflow-y: overlay
}

.card-cmz .card_detail .card_box {
    padding: 0 10px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-cmz .card_detail .card_box .rent-front {
    overflow-x: overlay;
    overflow-y: hidden;
    max-width: 157px;
    padding-left: 0;
    padding-right: 0
}

.card-cmz .card_detail .card_box .rent-front .row-rent {
    width: 100%;
    max-width: 400px;
    display: -webkit-inline-box
}

.card-cmz .card_detail .card_box .rent-front .row-rent h6 {
    margin-right: 10px;
    text-align: center
}

.card-cmz .card_detail .card_box .rent-front .row-rent .width-size {
    min-width: 21.2813px
}

.card-cmz .card_detail .card_box .block-price {
    border-bottom: 2px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding-bottom: .5em;
    padding-top: .5em
}

.card-cmz .card_detail .card_box .block-title {
    padding-top: 1em
}

.card-cmz .card_detail .card_box .block-title .product-category {
    max-height: 25px;
    overflow: hidden;
    line-height: 2
}

.card-cmz .card_detail .card_box .block-title .product-category.name-prod {
    text-decoration: underline;
    color: #99ca3d
}

.card-cmz .card_detail .card_box .block-detail .m-135 {
    max-width: 150px
}

.card-cmz .card_detail .card_box .title {
    font-size: 0.75em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    -webkit-box-orient: vertical
}

.card-cmz .card_detail .product-price {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-cmz .card_detail .product-price .int {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    text-decoration: line-through
}

.card-cmz .card_detail .product-price .rest {
    font-weight: 300;
    font-size: 17px;
    color: red
}

.card-cmz.res {
    display: table;
    position: relative
}

.card-cmz.res:hover .card_detail {
    height: 100%;
    background: white;
    z-index: 5
}

.card-cmz .footer-detail .icon-footer {
    font-size: 20px
}

.card-cmz .footer-detail .icon-footer:hover {
    color: #99ca3d
}

.card-cmz:hover .cardimg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-cmz:hover .card_detail .product-category,
.card-cmz:hover .card_detail .title {
    color: #99ca3d
}

.card-new {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: white
}

.card-new .card-n {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #fff;
    display: -ms-flexbox;
    display: box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
    z-index: 2;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15)
}

.card-new .card-n .hr {
    margin: 7px 0 !important
}

.card-new .card-n .btn-rent-product {
    padding-bottom: .5em;
    padding-top: .5em;
    margin-top: .5em;
    border-top: 2px solid #e6e6e6;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0px
}

.card-new .card-n .btn-rent-product:hover {
    color: #00a53b;
    cursor: pointer
}

.card-new .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-new .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    z-index: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.card-new .back .bottom-box {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0
}

.swap-card {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.card-list {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.card-list .product-options {
    max-height: 40px;
    overflow: hidden;
    overflow-y: overlay
}

.card-list .front {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.card-list .front .cardimg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 100%;
    min-width: 75px;
    max-width: 75px
}

.card-list .front .cardimg .discount {
    position: absolute;
    width: 100%;
    background: red;
    color: #ffffff;
    bottom: 0px
}

.card-list .front .card-detail-front {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card-list .front .card-detail-front .card_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-list .front .card-detail-front .card_detail .card_box {
    border-top: 2px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.card-list .front .card-detail-front .card_detail .card_box .block-title .product-category.name-prod {
    text-decoration: underline;
    color: #99ca3d
}

.card-list .front .card-detail-front .card_detail .card_box .rent-front {
    overflow-x: overlay;
    overflow-y: hidden;
    padding: 0;
    margin-right: 15px;
    height: auto
}

.card-list .front .card-detail-front .card_detail .card_box .rent-front .row-rent {
    width: 100%;
    display: -webkit-inline-box
}

.card-list .front .card-detail-front .card_detail .card_box .rent-front .row-rent h6 {
    margin-right: 10px;
    text-align: center
}

.card-list .front .card-detail-front .card_detail .card_box .rent-front .row-rent .width-size {
    min-width: 21.2813px
}

.card-list .front .card-detail-front .card_detail .card_box .block-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 5px
}

.card-list .front .card-detail-front .card_detail .card_box .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px;
    text-align: right
}

.card-list .front .card-detail-front .card_detail .card_box .product-price .rest {
    color: red
}

.card-list .front .card-detail-front .card_detail .card_box .product-price .int {
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    text-decoration: line-through
}

.card-list .front .card-detail-front .card_detail .btn-rent-product {
    background-color: #c1c2c3;
    color: #ffffff;
    cursor: pointer
}

.card-list:hover .front .card-detail-front .card_detail .btn-rent-product {
    background-color: #99ca3d
}

.swap-list {
    text-align: center;
    font-size: 1.5em;
    margin-right: 15px;
    padding: 2px 15px 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    z-index: 111;
    position: relative;
    margin-bottom: 13px
}

.swap-list a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.scroll-left {
    position: absolute;
    right: 2px;
    top: 2em;
    font-size: 2em;
    color: red;
    cursor: pointer
}

.scroll-right {
    color: red;
    font-size: 2em;
    position: absolute;
    right: -.5em;
    top: 2em;
    cursor: pointer
}

.profile-settings-open {
    top: calc(50% - 113px);
    height: 212px;
    font-size: 17px
}

.profile-settings-open .detail {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: -58px;
    top: 106px
}

.card-index {
    margin-top: 20px;
    margin-bottom: 35px
}

.card-index .cardimg {
    position: relative;
    overflow: hidden;
    height: 250px;
    cursor: pointer
}

.card-index .cardimg img {
    max-width: 250px;
    height: 250px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.card-index .cardimg .discount {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: -26px;
    font-size: 18px;
    background: red;
    width: 115px;
    -webkit-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
    color: white;
    z-index: 1
}

.card-index .card_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-index .card_detail .card_box {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-index .card_detail .card_box .block-price {
    border-bottom: 2px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding-bottom: .5em;
    padding-top: .5em
}

.card-index .card_detail .card_box .block-title {
    padding-top: 1em
}

.card-index .card_detail .card_box .block-title .product-category {
    max-height: 18px;
    overflow: hidden
}

.card-index .card_detail .card_box .block-detail .m-135 {
    max-width: 150px
}

.card-index .card_detail .card_box .title {
    font-size: 0.75em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 16px;
    -webkit-box-orient: vertical;
    max-width: 240px;
    height: 18px
}

.card-index .card_detail .product-price {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-index .card_detail .product-price .int {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    text-decoration: line-through
}

.card-index .card_detail .product-price .rest {
    font-weight: 300;
    font-size: 17px;
    color: red
}

.card-index.res {
    display: table;
    position: relative;
    height: 415px
}

.card-index.res:hover .card_detail {
    height: 100%;
    background: white;
    z-index: 5
}

.card-index .footer-detail .icon-footer {
    font-size: 20px
}

.card-index .footer-detail .icon-footer:hover {
    color: #99ca3d
}

.card-index:hover .cardimg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-index:hover .card_detail .product-category,
.card-index:hover .card_detail .title {
    color: #99ca3d
}

.photo-item {
    padding: 2px;
    margin-right: 0
}

.photo-item .overlay {
    bottom: 0;
    right: 0
}

.photo-item .card-album {
    position: relative;
    cursor: pointer;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.photo-item .card-album .cardimg img {
    border-radius: 5px
}

.photo-item .card-album .product-category {
    color: #fff
}

.photo-item .card-album .product-sub-category {
    color: #bdbdbd
}

.card-aff i {
    padding: 40px;
    background-color: #ff6767;
    color: white;
    border-radius: 50%;
    margin-bottom: 1em
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
    box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: 0.1px;
    width: 270px;
    height: 130px;
    font-size: 14px;
    display: none
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer
}

.wickedpicker__close:before {
    content: '\00d7'
}

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer
}

.wickedpicker__controls__control-up:before {
    content: '\e800'
}

.wickedpicker__controls__control-down:after {
    content: '\e801'
}

.wickedpicker__controls__control--separator {
    width: 5px
}

.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
    text-align: center
}

.hover-state {
    color: #3498db
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?52602240");
    src: url("../fonts/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?52602240") format("woff"), url("../fonts/fontello.ttf?52602240") format("truetype"), url("../fonts/fontello.svg?52602240#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    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
}

.shop-product-detail .shop-product-detail-content {
    padding: 20px;
    position: relative
}

.shop-product-detail .shop-product-detail-content .news-feed-form .mr-b-15 {
    border-bottom: 1px solid #e6ecf5;
    padding-bottom: 10px
}

.shop-product-detail .shop-product-detail-content .main-content-wrap {
    margin-bottom: 0px
}

.shop-product-detail .shop-product-detail-content .sub-product-item div {
    background: #edf2f6;
    padding: 10px;
    color: #515365;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px
}

.shop-product-detail .shop-product-detail-content .inputs-wrap {
    margin-bottom: 20px
}

.shop-product-detail .shop-product-detail-content .product-price {
    font-size: 25px;
    margin-right: 0px
}

.shop-product-detail .shop-product-detail-content .product-price.n-sell {
    text-decoration: line-through;
    font-size: 15px;
    color: #ff5e3a
}

.shop-product-detail .btn {
    margin-bottom: 0px
}

.circle-pie-chart canvas {
    max-width: 140px;
    max-height: 140px
}

.circle-pie-chart .content {
    font-size: 30px !important
}

.select_search_sub_category .select2 {
    width: 100% !important
}

.table-scroll {
    max-height: 266px;
    overflow: overlay
}

.table-scroll tbody {
    display: block;
    max-height: 160px;
    overflow-y: overlay
}

.table-scroll tbody tr,
.table-scroll thead {
    display: table;
    width: 100%;
    table-layout: fixed
}

.cart-main th {
    font-size: 14px
}

.cart-main tr>* {
    padding: 10px 35px
}

.shopping-Cart .title {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.shopping-Cart .box-shop {
    border: 2px solid #e6ecf5;
    border-radius: 5px;
    padding: 40px
}

.shopping-Cart .box-shop .order-totals-list li {
    font-size: 1em
}

.shopping-Cart .box-shop .contact,
.shopping-Cart .box-shop .sub-title-first {
    padding-bottom: 10px
}

.shopping-Cart .box-shop .border-bottom {
    border-bottom: 1px solid #e6ecf5;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.shopping-Cart .cart-subtotal .form-group {
    width: auto;
    margin-bottom: 0px
}

.shopping-Cart .upload-photo-item {
    width: 100%;
    border-left: none;
    border: 5px dotted #e6ecf5
}

.shopping-Cart .input-group-addon.time {
    right: -4px;
    top: -13px
}

@media (max-width:769px) {
    .shopping-Cart .box-shop {
        border-top: 3px solid #edf2f6;
        border-bottom: 3px solid #edf2f6;
        -webkit-box-shadow: 0px 4px 7px 1px #ececec;
        box-shadow: 0px 4px 7px 1px #ececec
    }
}

.clockpicker-button {
    background-color: #99ca3d;
    margin-bottom: 0em
}

.clockpicker-button:hover {
    background-color: #3f4257
}

.modal-detail-item .g-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.modal-detail-item .g-title h4 {
    color: #ff5e3a
}

.modal-detail-item .g-title:hover h4 {
    color: #99ca3d
}

.modal-detail-item .block-price .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.modal-detail-item .block-price .product-price .rest {
    color: red
}

.modal-detail-item .block-price .product-price .int {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    text-decoration: line-through
}

.modal-detail-item .g-table .pad-n-lr {
    border-bottom: 2px solid #dadada
}

.modal-detail-item .g-btn {
    font-size: 1.5em;
    cursor: pointer
}

.reportStyles .your-profile a[aria-expanded=true] {
    color: #42DCA3
}

.reportStyles .header-report .form-group {
    margin-bottom: 0px
}

.reportStyles .header-report .form-group .control-label,
.reportStyles .header-report .form-group input {
    color: #fff
}

.reportStyles .header-report .form-group .input-group-addon svg {
    fill: #fff
}

.reportStyles .header-report .sub-title {
    margin: 10px
}

.reportStyles .table-report {
    border-bottom: 1px solid #474747 !important
}

.reportStyles .table-report .thead-purple {
    background-color: rgba(255, 94, 58, 0.56);
    color: #2b2b2b
}

.reportStyles .table-report .thead-purple th {
    padding: .75em;
    font-weight: 500;
    padding: 15px 10px;
    border-bottom: none;
    font-size: 12px
}

.reportStyles .table-report tbody td {
    padding: 15px 10px
}

.reportStyles .table-report tbody .control {
    padding: 0 20px
}

.reportStyles .table-report tbody .dtr-details {
    width: 100%
}

.reportStyles .table-report tbody .dtr-details .dtr-title {
    font-weight: normal;
    padding-left: 35px;
    color: #00a53b
}

.reportStyles .dataTables_length label {
    display: none
}

.reportStyles .dataTables_paginate {
    margin-bottom: 5px
}

.reportStyles #private-event .shop_table .product-price-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    border-bottom: none;
    border-top: none;
    padding: 20px 0;
    margin-right: 0
}

.reportStyles #private-event .post-office .img-user {
    border-radius: 50px;
    margin-right: 15px
}

.reportStyles #private-event .post-office .place svg {
    margin-right: 10px;
    fill: #ffffff;
    background-color: #3cc8ec;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 5px
}

.back-to-top-post {
    position: fixed;
    bottom: 0px;
    right: 190px;
    z-index: 50;
    max-width: 100px;
    animation: airplane 10s infinite;
    -webkit-animation: airplane 10s infinite
}

@-webkit-keyframes airplane {
    0% {
        bottom: 0px;
        right: 20%
    }

    to {
        bottom: 50px;
        right: 20%
    }
}

@keyframes airplane {
    0% {
        right: 190px
    }

    25% {
        right: 250px
    }

    50% {
        right: 220px
    }

    75% {
        right: 180px
    }

    to {
        right: 190px
    }
}

.header-landing {
    height: 125px
}

.registration-login-form {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 100px;
    min-height: 0px
}

.registration-login-form .nav-item {
    width: 50%
}

.registration-login-form .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.registration-login-form .nav-item a span {
    font-size: 1em;
    padding-left: 10px
}

.registration-login-form .nav-item a.active {
    border-bottom: none
}

.registration-login-form .nav-item a.active span {
    color: #5a5a5a;
    font-weight: 600
}

:root {
    --duration: 1.5s;
    --container-size: 250px;
    --box-size: 33px;
    --box-border-radius: 15%
}

#redirect_div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.boxss {
    width: var(--container-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.📦 {
    width: var(--box-size);
    height: var(--box-size);
    position: relative;
    display: block;
    -webkit-transform-origin: -50% center;
    -ms-transform-origin: -50% center;
    transform-origin: -50% center;
    border-radius: var(--box-border-radius)
}

.📦:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: bbd390;
    border-radius: var(--box-border-radius);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 202, 61, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(153, 202, 61, 0.4)
}

.📦:first-child {
    -webkit-animation: slide var(--duration) ease-in-out infinite alternate;
    animation: slide var(--duration) ease-in-out infinite alternate
}

.📦:first-child:after {
    -webkit-animation: color-change var(--duration) ease-in-out infinite alternate;
    animation: color-change var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(2) {
    -webkit-animation: flip-1 var(--duration) ease-in-out infinite alternate;
    animation: flip-1 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(2):after {
    -webkit-animation: squidge-1 var(--duration) ease-in-out infinite alternate;
    animation: squidge-1 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(3) {
    -webkit-animation: flip-2 var(--duration) ease-in-out infinite alternate;
    animation: flip-2 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(3):after {
    -webkit-animation: squidge-2 var(--duration) ease-in-out infinite alternate;
    animation: squidge-2 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(4) {
    -webkit-animation: flip-3 var(--duration) ease-in-out infinite alternate;
    animation: flip-3 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(4):after {
    -webkit-animation: squidge-3 var(--duration) ease-in-out infinite alternate;
    animation: squidge-3 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(5) {
    -webkit-animation: flip-4 var(--duration) ease-in-out infinite alternate;
    animation: flip-4 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(5):after {
    -webkit-animation: squidge-4 var(--duration) ease-in-out infinite alternate;
    animation: squidge-4 var(--duration) ease-in-out infinite alternate
}

.📦:nth-child(2):after {
    background-color: #99ca3d
}

.📦:nth-child(3):after {
    background-color: #a2da3b
}

.📦:nth-child(4):after {
    background-color: #b4d674
}

.📦:nth-child(5):after {
    background-color: #bbd390
}

@-webkit-keyframes slide {
    0% {
        background-color: #99ca3d;
        -webkit-transform: translatex(0vw);
        transform: translatex(0vw)
    }

    to {
        background-color: #b4d674;
        -webkit-transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)))
    }
}

@keyframes slide {
    0% {
        background-color: #99ca3d;
        -webkit-transform: translatex(0vw);
        transform: translatex(0vw)
    }

    to {
        background-color: #b4d674;
        -webkit-transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)))
    }
}

@-webkit-keyframes color-change {
    0% {
        background-color: #99ca3d
    }

    to {
        background-color: #b4d674
    }
}

@keyframes color-change {
    0% {
        background-color: #99ca3d
    }

    to {
        background-color: #b4d674
    }
}

@-webkit-keyframes flip-1 {

    0%,
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    35%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes flip-1 {

    0%,
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    35%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-1 {
    5% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    15% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    20%,
    25% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    55%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    40% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-1 {
    5% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    15% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    20%,
    25% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    55%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    40% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-2 {

    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes flip-2 {

    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-2 {
    20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    30% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    35%,
    40% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    70%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    55% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-2 {
    20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    30% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    35%,
    40% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    70%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    55% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-3 {

    0%,
    45% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    65%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes flip-3 {

    0%,
    45% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    65%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-3 {
    35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    45% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    50%,
    55% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    85%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    70% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-3 {
    35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    45% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    50%,
    55% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    85%,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    70% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@-webkit-keyframes flip-4 {

    0%,
    60% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    80%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes flip-4 {

    0%,
    60% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    80%,
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes squidge-4 {
    50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    60% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    65%,
    70% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    to,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    85% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

@keyframes squidge-4 {
    50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    60% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }

    65%,
    70% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4)
    }

    to,
    to {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1)
    }

    85% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7)
    }
}

.wrapperr {
    height: 95vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(100px, auto)
}

#svg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center
}

.sub_attr {
    font-size: 11px
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    border-radius: 50%;
    -webkit-animation: square 60s infinite;
    animation: square 60s infinite;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.bg-bubbles li:first-child {
    left: 10%
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: fade(white, 25%)
}

.bg-bubbles li:nth-child(5) {
    left: 70%
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: fade(white, 20%)
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: fade(white, 30%)
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-150vh) rotate(600deg);
        transform: translateY(-150vh) rotate(600deg)
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-150vh) rotate(600deg);
        transform: translateY(-150vh) rotate(600deg)
    }
}

@media (max-width:480px) {
    .edit-my-poll-popup .edit-my-poll-head {
        padding: 35px 22px
    }

    .edit-my-poll-popup .edit-my-poll-head .list--styled {
        font-size: 1.125em
    }
}

.topupStyles .dataTables_length {
    display: none
}

.header-chec {
    text-align: center;
    padding: 15px 0 5px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 7px #d6d6d6;
    box-shadow: 0px 3px 7px #d6d6d6
}

.check-agent {
    margin-top: 4em
}

.check-agent .notification-list .inline-items {
    padding: 18px 25px 15px
}

.check-agent .notification-list .inline-items .notification-event {
    padding-left: 20px;
    word-wrap: break-word
}

.check-agent .notification-list .inline-items .notification-event .chat-message-item {
    font-size: 18px
}

.check-agent .notification-list .inline-items i {
    font-size: 35px
}

@media (max-width:480px) {
    .header-chec {
        font-size: 1.5em;
        word-wrap: break-word;
        padding: 15px 15px 5px
    }

    .check-agent {
        margin-top: 4em
    }

    .check-agent .notification-list .inline-items {
        padding: 18px 25px 15px
    }

    .check-agent .notification-list .inline-items .notification-event {
        padding-left: 20px;
        word-wrap: break-word
    }

    .check-agent .notification-list .inline-items .notification-event .chat-message-item {
        font-size: 13px
    }

    .check-agent .notification-list .inline-items i {
        font-size: 30px
    }
}

.agent-card .group-agent .img-main {
    width: auto;
    z-index: 1;
    position: relative
}

.agent-card .group-agent .img-profile {
    position: absolute;
    height: auto;
    z-index: 0
}

.agent-card .group-agent .z-index-3 {
    z-index: 3
}

.agent-card .author-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.75em;
    font-size: 0.812em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: .25em;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 10px
}

.agent-card .author-thumb .icon-thumb {
    font-size: 30px;
    padding: 0 15px 0 5px;
    border-right: 1px solid #e6ecf5
}

.agent-card .author-thumb .notification-event {
    padding-left: 15px
}

.agent-card .author-thumb .notification-event .chat-message-item {
    font-size: 16px;
    border-radius: none !important;
    line-height: 20px;
    display: block;
    height: 30px;
    padding-top: 4px;
}

.agent-card .author-thumb img {
    border-radius: 0px !important
}

.agent-card .box-img,
.agent-card .result {
    height: 230px;
    position: relative;
    text-align: center
}

.agent-card .box-img .demo,
.agent-card .result .demo {
    height: 100%
}

.agent-card .upload-warp {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%
}

.agent-card .upload-warp .btn-upload {
    width: 230px;
    height: 100%;
    position: relative;
    font-size: 15px;
    z-index: 2;
    cursor: pointer !important;
    background-color: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.agent-card .upload-warp .icon-upload {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    z-index: 0;
    color: #737171;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.agent-card .upload-warp .icon-upload i {
    padding: 9px;
    font-size: 4em;
    border-radius: 50%;
    color: #737171
}

.agent-card .upload-warp:hover .btn-upload {
    background: #ecf2f5;
    opacity: 1
}

.agent-card .upload-warp:hover .icon-upload h5 {
    color: #99ca3d
}

.agent-card .upload-warp:hover .icon-upload i {
    color: #99ca3d
}

.agent-card .upload-warp input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer !important
}

.agent-card .croppie-container .cr-slider {
    width: 100%
}

.agent-card .croppie-container .cr-slider:before {
    font-family: FontAwesome;
    content: "\f010";
    font-size: 20px;
    padding-right: 10px;
    color: #679e00
}

.agent-card .croppie-container .cr-slider:after {
    font-family: FontAwesome;
    content: "\f00e";
    font-size: 20px;
    padding-left: 10px;
    color: #679e00
}

.agent-card #modalCrop .modal-dialog {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px auto
}

.agent-card .box-upload {
    width: 50%;
    height: auto;
    position: absolute !important;
    top: 30%;
    left: 5%;
    opacity: 1
}

.agent-card .box-upload #blah {
    opacity: 0
}

.agent-card .box-upload #touch {
    position: absolute;
    top: 0px;
    background: rgba(64, 64, 64, 0.67);
    width: 100%;
    bottom: 0px;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

.agent-card .box-upload #touch .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.agent-card .box-upload #touch .center img {
    width: 50%
}

.agent-card .box-upload #touch .center h4 {
    color: #fff
}

.agent-card .box-upload #touch:hover {
    background-color: inherit;
    border: 15px dotted rgba(64, 64, 64, 0.67)
}

.agent-card .box-upload #touch:hover .center {
    display: none
}

.agent-card #myslider {
    margin: 15px 40px
}

.agent-card #myslider:before {
    font-family: FontAwesome;
    content: "\f010";
    font-size: 20px;
    padding-right: 10px;
    color: #679e00;
    position: absolute;
    top: -13px;
    left: -35px
}

.agent-card #myslider:after {
    font-family: FontAwesome;
    content: "\f00e";
    font-size: 20px;
    padding-left: 10px;
    color: #679e00;
    position: absolute;
    top: -13px;
    right: -35px
}

.agent-card #myslider2 {
    margin: 15px 40px
}

.agent-card #myslider2:before {
    font-family: FontAwesome;
    content: "\f03e";
    font-size: 20px;
    padding-right: 10px;
    color: #dcdcdc;
    position: absolute;
    top: -13px;
    left: -35px
}

.agent-card #myslider2:after {
    font-family: FontAwesome;
    content: "\f03e";
    font-size: 20px;
    padding-left: 10px;
    color: #679e00;
    position: absolute;
    top: -13px;
    right: -35px
}

.agent-card .box-setting {
    margin-top: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 1px gainsboro;
    box-shadow: 0px 0px 4px 1px gainsboro
}

.agent-card .show-img-agent .demo {
    width: 600px
}

.expire-page-style .icon-info i {
    font-size: 4em;
    padding-bottom: 1em;
    color: #d20000
}

@media (max-width:768px) {

    .expire-page-style .fixed-sidebar,
    .expire-page-style .header {
        display: block
    }

    .expire-page-style .control-block {
        float: right;
        padding: 25px 20px 0;
        font-size: 15px
    }
}

@media (max-width:480px) {
    .expire-page-style .header {
        padding-left: 0px;
        padding-right: 0px
    }
}

.open-menu-right {
    padding-right: 270px
}

.open-menu-left {
    padding-left: 75px
}

body {
    font-family: 'Kanit', sans-serif !important;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif !important;
}

@media (min-width:1400px) {
    .container {
        max-width: 1300px;
        margin-left: 5.25em
    }

    .mains-container.container {
        margin-left: auto
    }
}

@media (min-width:1401px) {
    .container {
        margin-left: 5.25em
    }
}

@media (min-width:1420px) {
    .container {
        margin-left: 6.25em
    }
}

@media (min-width:1460px) {
    .container {
        margin-left: 6.5em
    }
}

@media (min-width:1470px) {
    .container {
        margin-left: 7.5em
    }
}

@media (min-width:1470px) {
    .container {
        margin-left: 7.5em
    }
}

@media (min-width:1600px) {
    .container {
        margin-left: auto
    }
}

.open-menu-right {
    padding-right: 270px
}

.open-menu-left {
    padding-left: 75px;
    margin-left: auto
}

#hide-list,
#show-list {
    cursor: pointer
}

.table-wrapper {
    position: relative
}

.table,
.table-report {
    font-size: 0.875em
}

.table-wrapper table {
    width: 100%;
    font-size: 0.875em
}

.table-wrapper table thead th .text {
    position: absolute;
    z-index: 2
}

.table-commerzy-responsive {
    overflow-x: auto
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 500;
    color: #222
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 300
}

.btn,
kbd kbd {
    font-weight: 500
}

.pad-20 {
    padding: 20px
}

.medium-padding80 {
    padding: 80px 0
}

.pad-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pad-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

hr {
    height: 1px
}

.size-h6 {
    min-width: 26px
}

.hr {
    border: 1px solid #b1b1b3;
    margin: 15px 0;
    border-radius: 5px;
    opacity: 0.3
}

.affiliate_table_length {
    display: none
}

.content-bg-wrap {
    position: fixed;
    z-index: -100
}

.mr-b-15 {
    margin-bottom: 15px
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-g1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pad-n-lr {
    padding-right: 0;
    padding-left: 0
}

.border-right {
    border-right: 2px solid #dadada
}

.logo .img-wrap {
    padding-left: 5px;
    padding-top: 5px
}

.border-dot {
    border-bottom: 6px dotted gray
}

.border-dot:hover {
    border-bottom: 6px dotted #d20000
}

.fixed-sidebar .search-friend {
    cursor: pointer;
    background-color: #d20000
}

.fixed-sidebar .search-friend svg:hover {
    fill: #fff !important
}

.fixed-sidebar .search-friend a {
    fill: #fff !important
}

.fixed-sidebar.right {
    display: none
}

.small {
    font-size: 11px !important
}

.scroll-bar-main {
    position: relative
}

.scroll-bar-main::-webkit-scrollbar-track {
    background-color: #F5F5F5
}

.scroll-bar-main::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

.scroll-bar-main::-webkit-scrollbar-thumb {
    background-color: #696d87;
    border-radius: 5px
}

.scroll-bar::-webkit-scrollbar-track,
.ss-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.scroll-bar::-webkit-scrollbar,
.ss-box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5
}

.scroll-bar::-webkit-scrollbar-thumb,
.ss-box::-webkit-scrollbar-thumb {
    background-color: #99ca3d;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent)
}

.ui-block .ui-block-title-center {
    text-align: center
}

.card-circle {
    width: auto;
    height: auto;
    display: block;
    line-height: 150px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 20px
}

.card-circle .branded {
    position: relative;
    border-radius: 50%;
    margin: auto 0;
    text-align: center;
    margin: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1
}

.card-circle .branded img {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    border-radius: 50%
}

.card-circle .text-cart {
    z-index: 2;
    background-color: #edf2f6;
    color: #38a9ff;
    border-radius: 50px;
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 5px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 300;
    max-width: auto
}

.card-circle:hover .text-cart {
    background-color: #d20000;
    color: #fff
}

.shop-product-item .product-thumb {
    height: 250px;
    width: 250px;
    margin-top: 20px
}

.green {
    background: #00a53b
}

.orange {
    background: #d20000
}

.gray {
    background: #3f4257
}

.blue {
    background: #0072ff
}

.purple {
    background: #7c5ac2
}

.ui-block-content {
    border: 2px solid #fff
}

.ui-block-content .monthly-count {
    color: #474747
}

.ui-block-content .monthly-count .period {
    color: #474747;
    margin-top: 7px;
    font-size: 15px
}

.w-birthday-orange {
    border-color: 2px solid #fff;
    padding: 25px;
    background: #d20000;
    color: #474747;
    position: relative
}

.w-birthday-orange .author-thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-birthday-orange .author-thumb .img-alert img {
    max-width: 76px;
    border-radius: 0;
    position: absolute;
    right: 7px;
    z-index: 0;
    top: -16px
}

.w-birthday-orange .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #474747
}

.w-birthday-orange .title h4 {
    color: #474747
}

.w-birthday-orange .title .img-alert {
    float: right
}

.w-birthday-orange .title .img-alert img {
    width: 50px;
    height: 50px
}

.w-birthday-orange p {
    padding-top: 10px
}

.edit-my-poll-head {
    padding: 20px 60px
}

.edit-my-poll-head .place h6 {
    color: #fff;
    font-weight: 300
}

.edit-my-poll-head .poll-img {
    max-height: 65px;
    max-width: 65px
}

.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0
}

.owl-carousel .owl-nav .owl-next .icon-next {
    fill: rgba(63, 66, 87, 0.38)
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%
}

.owl-carousel .owl-nav .owl-prev .icon-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: rgba(63, 66, 87, 0.38)
}

.owl-carousel .owl-nav:hover .icon-next,
.owl-carousel .owl-nav:hover .icon-prev {
    fill: #d20000
}

.collapseCommerzy {
    padding: 20px 0
}

.collapseCommerzy .list--styled {
    margin: 0px 0
}

.collapseCommerzy .list--styled li+li {
    margin-top: 20px
}

.collapseCommerzy .sub-li {
    padding: 20px
}

.contact-title {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.more-icons {
    padding: 10px 10px 10px 10px;
    width: 160px;
    bottom: -35px
}

.btn-del {
    font-size: 1.5em;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.btn-del:hover {
    color: #d20000
}

.chat-users .status {
    font-size: 15px;
    font-weight: 300;
    color: #d20000;
    padding-bottom: 8px
}

.chat-users .author-status .status {
    font-size: 11px;
    font-weight: 300
}

.chat-users .more:hover .more-icons {
    padding: 10px 10px 10px 10px;
    width: 240px;
    bottom: -21px;
    right: -77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.account-settings a {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif !important;
}

.tab-product {
    border-bottom: 1px solid #edf2f6;
    width: 100%
}

#make-3D-space {
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    width: 100%;
    height: 350px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 5s;
    transition: -webkit-transform 5s;
    -o-transition: transform 5s;
    transition: transform 5s;
    transition: transform 5s, -webkit-transform 5s;
    max-width: 250px
}

#product-front {
    width: 100%;
    height: 350px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out
}

#product-front .sell {
    position: absolute;
    top: 18px;
    left: -25px;
    font-size: 18px;
    background: red;
    padding: 0px 41px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(-39deg);
    color: white
}

.product-card.animate,
.product-card.animate #product-front {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out
}

.product-card {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out
}

div.product-card.flip-10 {
    -webkit-transform: rotateY(-10deg);
    -moz-transform: rotateY(-10deg);
    -o-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-transition: 50ms ease-out;
    -o-transition: 50ms ease-out;
    transition: 50ms ease-out
}

div.product-card.flip90 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in
}

div.product-card.flip190 {
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg);
    -webkit-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out
}

div.product-card.flip180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 150ms ease-out;
    -o-transition: 150ms ease-out;
    transition: 150ms ease-out
}

.product-card.animate {
    top: 5px;
    left: 5px;
    width: 101%;
    max-width: 250px;
    height: 350px;
    -webkit-box-shadow: 0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out
}

.stats-container {
    background: #fff;
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 300px;
    padding: 20px 20px 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.stats-container .product-options {
    height: 140px;
    overflow-y: auto
}

.stats-container .product-options .table th {
    text-align: left
}

.stats-container .product-options .table td,
.stats-container .product-options .table th {
    padding: 0.2em
}

.product-card.animate .stats-container {
    top: 80px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.stats-container .product_name {
    font-size: 22px;
    color: #393c45;
    height: 60px
}

.stats-container p {
    font-size: 12px;
    color: #b1b1b3;
    padding: 2px 0 20px 0;
    max-height: 22px;
    overflow: hidden;
    line-height: 2
}

.stats-container .product_price {
    float: right;
    color: #d20000;
    font-size: 22px;
    font-weight: 600
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0
}

.product-card.animate .image_overlay {
    opacity: 0.9;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.product-options {
    padding: 2px 0 0
}

.product-options strong {
    font-weight: 700;
    color: #393c45;
    font-size: 14px
}

.product-options span {
    color: #969699;
    font-size: 14px;
    display: block
}

#view_details {
    position: absolute;
    top: 10px;
    left: 45%;
    margin-left: -85px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

#view_details .in-cart {
    padding: 20px
}

#view_details .in-cart svg {
    width: 40px;
    height: 35px
}

#view_details .in-cart .svg-blue {
    fill: #0072ff
}

#view_details:hover {
    cursor: pointer
}

.product-card.animate #view_details {
    opacity: 1;
    margin-left: -75px;
    top: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2))
}

.center-blog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.formChangePassword .form-text {
    padding-left: 15px
}

.formChangePassword .form-text p {
    height: 33px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f6
}

.formChangePassword .heading-title {
    padding-bottom: 5px;
    margin-bottom: 16px
}

.d-block-n-im {
    display: block !important
}

.total_price_text {
    background: #f0f0f0;
    width: 100%;
    position: absolute;
    bottom: 140px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3em;
    padding-right: 1em;
    padding-top: 1em
}

@media (max-width:1198px) {
    .landing-content {
        margin-top: 3em;
        text-align: center
    }

    .landing-content .title-header {
        font-size: 5em
    }

    .registration-login-form {
        padding-top: 0px;
        margin-top: 0px
    }

    .shop-product-detail .shop-product-detail-content .nav-link {
        padding: 10px 20px;
        border-right: none
    }

    .scroll-left {
        position: absolute;
        right: 7px;
        top: 2em;
        font-size: 2em;
        color: red;
        cursor: pointer
    }

    .scroll-right {
        color: red;
        font-size: 2em;
        position: absolute;
        right: -1px;
        top: 2em;
        cursor: pointer
    }
}

@media (max-width:1024px) {
    .open-menu-right {
        padding-right: inherit
    }

    .open-menu-left {
        padding-left: 15px
    }
}

@media (max-width:768px) and (hover:none) {
    a:hover {
        color: inherit !important
    }
}

@media (max-width:768px) {
    .edit-my-poll-popup .edit-my-poll-content {
        padding: 35px 30px
    }

    .header-landing {
        height: 70px
    }

    .landing-content {
        padding-left: 0em !important
    }

    .landing-content .title-header {
        font-size: 5em
    }

    .search-box h5 {
        text-align: center !important;
        font-size: 1.5em;
        padding-bottom: 0.5em
    }

    .search-box .form-cmz:first-child {
        margin-bottom: 1em
    }

    .shop-product-detail-content .block-price {
        text-align: left !important;
        margin-bottom: 1em
    }

    .card-album .content,
    .card-album .more {
        display: none
    }

    .card-cmz .card_detail {
        margin-right: 7px
    }

    .card-cmz .card_detail .scroll-right {
        right: -5px
    }
}

@media (max-width:480px) {

    .card-album .content,
    .card-album .more {
        display: none
    }

    .card-list .front .card-detail-front .card_detail .card_box .rent-front {
        max-width: 210px
    }

    .merge-icon {
        position: relative;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0
    }

    .modal-xs-w-100 {
        margin: 0;
        width: 100%;
        max-width: 100%
    }

    .edit-my-poll-popup {
        margin: 0;
        width: 100%;
        max-width: 100%
    }

    .edit-my-poll-popup .ui-block-content {
        border-radius: 0px
    }

    .btn-tranfer {
        width: calc(100% - 50px)
    }

    #blog-confrim-reserve .edit-my-poll-popup {
        width: 100%
    }

    .landing-content .title-header {
        font-size: 4em
    }

    .edit-my-poll-popup .edit-my-poll-head {
        padding: 35px 22px
    }

    .event-description {
        padding-left: 17px
    }

    .event-description .pb-20 {
        padding-bottom: 10px
    }

    .event-description .place {
        margin-bottom: 10px
    }

    .event-description .place:last-child {
        border-bottom: 1px solid #e6ecf5
    }

    .shop_table .product-thumbnail .cart-product-content {
        margin-left: 0 !important
    }
}

@media (min-width:992px) and (max-width:1400px) {

    .card-album .content,
    .card-album .more {
        display: none
    }

    .tab-content-responsive {
        position: relative
    }

    .view-all {
        bottom: -45px;
        height: 50px
    }

    .chat-users .status {
        float: right
    }
}

@media (max-width:410px) {
    .card-list .front .card-detail-front .card_detail .card_box .rent-front {
        max-width: 200px
    }
}

@media (max-width:360px) {
    .card-list .front .card-detail-front .card_detail .card_box .rent-front {
        max-width: 140px
    }
}

@media (max-width:320px) {
    .card-list .front .card-detail-front .card_detail .card_box .rent-front {
        max-width: 123px
    }
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden;
    background-color: transparent;
}

.clone tbody th {
    visibility: visible;
}

.clone thead th.fixed-side {
    visibility: visible;
    background: white;
}

.clone .fixed-side {
    visibility: visible;
    background: white;
}

.clone thead,
.clone tfoot {
    background: transparent;
}

.point_redeem_img {
    border-radius: 10px;
}

.redeem_desc {
    background: #edf2f6;
    padding: 10px;
    color: #515365;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blackwhite {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
}

.cannot_redeem_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_img {
    border-radius: 10px;
}

.product_img_small {
    border-radius: 5px;
}

.nowrap {
    white-space: nowrap;
}