@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap&subset=cyrillic');

body {
    font-family: 'Montserrat', Arial, sans-serif !important;
    line-height: 1.6 !important;
}

.add-comment-wrap {
    display: none !important;
}

.breadcrumb {
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb .gohome {
    display: block;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    height: 25px;
    transform: rotate(-90deg);
    width: 25px;
    background-image: url(/images/up.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;

}

.breadcrumb-item + .breadcrumb-item::before {
    color: #84baf0;
    content: "|";
}

.card {
    border-radius: .4rem;
    box-shadow: 0 0 6px #c0cfdf;
    border: none;
}


html {
    font-size: 15px;
}


.bootstrap-select {
    border-radius: 20px !important;
}

.bootstrap-select .btn {
    padding: 5px 15px !important;
}

.site-body {
    overflow: hidden;
}

a {
    transition: all ease .2s;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.small-nav a:hover,
.card-header a:hover,
.card-title a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.sidebar .nav-link, .dots-nav a, .navbar-brand, .nav-tabs a, .dropdown-menu a, .aside-list a {
    border-bottom: none !important;
}

.sidebar .nav-item {
    margin-bottom: 1px !important;
}

.sidebar-btn {
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    right: -35px;
    bottom: 50px;
    box-shadow: 0 0 6px #c0cfdf;
    cursor: pointer;

    background-image: url(/images/arrow-right3.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: rotate(-180deg);

}

.menu-hide .sidebar-btn {
    transform: rotate(0deg);
}


.sidebar .nav-link:hover {
    background-color: #ccc;
}

.login-aside {
    padding: 1.2rem 1rem;
    font-size: .9rem;
    background-color: #e8f4ff;
    margin: 0 1rem;
    border-radius: .4rem;
    color: #646669;
}

.login-aside-title {
    color: #222428;
    font-weight: 700;
    font-size: 1.3rem;
}

.login-aside-title strong {
    color: #1a8dff;
    display: block;
}

.h5.text-truncate {
    padding-bottom: 1px;
    margin: 0 !important;
}

.container-fluid {
    padding: 0 2rem;
}

#profile-tabs {
    font-size: 1.1rem;
}

.nav-pills .nav-link {
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0;
    }
}

.btn.btn-ico {
    width: 47px;
    height: 47px;
    padding: .5rem !important;
    border-radius: 2rem;
}

@media (max-width: 768px) {


    .add-context-button .btn {
        border-radius: 2rem;
    }

    .btn.btn-ico {
        width: 45px;
        height: 45px;
    }

    html {
        font-size: 15px;
    }

    body {
        max-width: 1000px;
    }
}

h1, .h1, h2, .login-aside-title strong {
    font-weight: 700 !important;

}

.tag-link,
.nav-tabs .nav-link.active, .sidebar .nav-link,
.h3, h5, .h5, .btn, .card h3, .h2, .nav-pills {
    font-weight: 600 !important;

}

.login-aside .btn-outline-primary {
    border-color: #fff;
    background-color: #fff;
}

.login-aside .btn-outline-primary:hover {
    border-color: #99bcde;
    background-color: #99bcde;
}

.btn .badge {
    font-weight: 600;
    width: 1.5rem;
    margin-left: .5rem;
    font-size: .95rem;
    line-height: 1.5rem;
    padding: 0;
    color: inherit;
    top: 0;
    background-color: transparent;
    transition: none;
}


/*
*
* modal
*
*/
#total-items-text {
    margin: 0;
}

.modal .videos-container img {
    width: 150px;
}

.modal .photo-desc {
    display: none !important;
}

.modal .itemPhoto {
    width: 25% !important;
}

label + .cbx-container, .cbx-container + label, .cbx-container + .cbx-container {
    margin-left: 10px;
}

.fas.fa-check {
    display: block;
    background-color: #007bff !important;
    width: 12px;
    height: 12px;
    margin: 4px;
    border-radius: 50%;
}

.cbx-active {

    border-radius: 50%;
}

.form-control {
    border-radius: .45rem;
    border: none;
    height: calc(2em + 0.75rem + 2px);

}

.ql-container {
    padding: 1rem 1.5rem;
    border: 1px solid #c0cfdf;
    border-radius: 10px;
}

.auth-clients {
    clear: both;
    max-width: 480px;
    padding: 0;
    margin: auto;

}

.form-footer {
    max-width: 350px;
    margin: auto;


}

.auth-clients li {
    width: 50%;
    margin-bottom: .5rem !important;
    padding: 0 1rem;
    margin-right: 0 !important;
}

.auth-clients a.auth-link {
    position: relative;
    overflow: hidden;
    padding: 5px;

    width: 100% !important;
    border-radius: .4rem;

    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;


}

.auth-clients a.facebook.auth-link {
    background-color: #4ec9dd;
    color: #fff;
}

.auth-icon {
    width: 35px !important;
    margin: 0 !important;
    height: 35px !important;
}

.auth-clients a.auth-link:after {
    content: 'Google';
    display: inline-block;
    font-weight: 600;
    margin-left: 1rem;
}

.auth-clients a.facebook.auth-link:after {
    content: 'Facebook';
}

.auth-clients a.facebook.auth-link .auth-icon {
    background-image: url(/images/socials-white.svg) !important;
    background-size: 42px !important;
    background-position: -2px -6px;
}

.auth-clients a.google.auth-link .auth-icon {
    background-image: url(/images/socials-white.svg) !important;
    background-size: 42px !important;
    background-position: -4px -51px;
}

.auth-clients a.google.auth-link {
    background-color: #ea4335;
    color: #fff;
}

.auth-clients a.facebook.auth-link {
    background-color: #3b5998;
    color: #fff;
}


body > .msg {
    width: 300px;
    font-size: .9em;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    z-index: 1000;
    margin-bottom: 15px;
    padding: 15px 55px 15px 30px;
    color: #222428;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #ff5c6e;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
}

body > .msg.msg-success {
    border-left-color: #5ebd57;
}

.modal-dialog {
    max-width: 540px;

}

.modal .select2-container--krajee-bs4 .select2-selection,
.modal .form-control,
.form-wrap .form-control {
    background-color: #eff7ff;
}

.form-wrap-blue {
    background-color: #eff7ff;
    margin: 0 -2rem;
    padding: 2rem;
}

.form-wrap-blue .select2-container--krajee-bs4 .select2-selection,
.form-wrap-blue .form-control,
.form-wrap-blue .form-control {
    background-color: #fff;
}


.modal .select2-container--krajee-bs4 .select2-selection,
.modal .form-control,
.form-wrap .form-control {
    background-color: #eff7ff;
}


.modal-content {
    border-radius: .4rem;
}

.modal-header .close {
    font-size: 3rem;
    font-weight: 500;

    margin-right: -30px;
    text-shadow: none;
    outline: none !important;
    line-height: 20px;
}

.modal-header {
    border: none;
}

/*
.modal-header {
	 text-align: center;
	padding: 1rem 1rem  0rem  2rem;
}
*/

.modal-title {

    font-size: 1.1rem;
    font-weight: 700;
}

.modal label {

    margin-left: 1rem;

}

.post-item .card-body {
    padding-bottom: 0;
}

.spinner-border {
    border: .25rem solid rgba(0, 0, 0, .2);
    border-right-color: #007bff;
}

.modal-body {
    padding: 0 2.5rem;
    position: relative;
    z-index: 2;
}

.modal-login .reset-link {
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-body .auth-clients {
    margin: 1em -.5rem;
}

.select2-selection {

    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .modal-body .auth-clients {
        margin: 1em -1rem !important;
    }
}

.modal-body .auth-clients {

    max-width: 900px;
}


.modal-header {

    padding: 1rem 2.5rem;

}

.modal-body h4 {
    color: #84BAF0;
    font-size: 1rem;
}

.modal-contacts p {
    margin: 0;
}

.modal-contacts {
    padding-bottom: 2rem;
}

.modal-body .btn {
    padding: .6rem .8rem;
}

.main-menu {
    z-index: 1031;
}

.btn {

    border-radius: .45rem !important;
    font-size: 1rem;
    padding: .6rem 1.5rem;
    margin: auto;
}

.fixed-top {
    height: 4.5rem;
    box-shadow: 0 0 6px #c0cfdf;
}

.fixed-top .btn.btn-ico {
    padding: .3rem !important;
}

.fixed-top .btn.btn-ico .feather {
    width: 33px;
    height: 33px;
    color: #afd0f0;
}

.fixed-top .search-container {
    width: 38%;
}

.fixed-top .list-unstyled a,
.fixed-top .list-unstyled span span {
    display: block;
    padding: .3rem 1rem;
}

.fixed-top .list-unstyled a:hover {
    background-color: #e8f4ff;
    text-decoration: none;
}

.search-container input {
    padding-left: 50px;

    width: 100%;
    height: 2.9rem;
    font-weight: 600;
    color: #007bff;
}

.navbar {
    padding: .4rem 0 !important;
}

.container-fluid {
    max-width: 1400px;
    margin: auto;
}

.relative {
    position: relative;
}

.search-container input {
    background-color: transparent !important;
    border: none;
    width: auto;
}

.search-wrap {
    padding: 1rem 1.2rem;
}

.search-container {
    background-color: #e8f4ff;
    border-radius: .4rem !important;
    border: 1px solid transparent;
}

.slick-dots {
    margin-bottom: .3rem;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #84baf0;
}

.slick-dots {

    bottom: 20px;
}

.slick-dots li button:before {
    color: #84baf0;
    font-size: 15px;
}

@media (max-width: 768px) {
    .modal-header, .modal-body {
        padding: 1rem 1.5rem;
    }
}

.search-container:hover {
    border: 1px solid #007bff;
}

.search-container input:focus, .search-container input:active {
    outline: none !important;
    box-shadow: none;
}

.search-container.focus {
    background-color: #fff;
    border: 1px solid #007bff;
}

.search-container .search-ico {
    margin-left: 15px;
    margin-top: -2px;
    color: #84baf0;
    position: absolute;;
}

/*
*
* header
*
*/

.feather-login {
    color: #b5b5b5;
}

.btn:hover .feather-login {
    color: #444;
}

.dropdown-item:active .feather {
    color: #fff;
}

.bg-light {
    background-color: #fff !important;
}

.brand-title {
    width: 100px;
    height: 36px;
    vertical-align: middle;
    margin-left: 0.1rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 95px;
    margin-top: .1rem;
    background-image: url(/images/logo.svg);
}

@media (max-width: 768px) {
    .brand-title {
        width: 76px;
        height: 32px;
        background-size: 76px;
    }
}

.navbar-brand {
    vertical-align: middle;
    padding: 5px;
    border-radius: 5px;

}


/*
* comments
*
*/
.comments-widget .btn-outline-success {
    color: #1a8dff;
    border-color: #1a8dff;
}

.comments-widget {
    margin-bottom: 5rem;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .thmb {
    background-size: cover;
    background-position: center;
}

.comments {
    font-size: .9rem;
}

.comments .textarea textarea {
    padding: 10px;
    background-color: #eff7ff;
    border: 2px solid #c0cfdf;
}

.comments .comments-header {
    margin: 20px 0;
    color: #7188a0;
    font-size: .8rem;

}

/*
* left-nav
*
*/


.small-nav {
    font-size: .9rem;
    margin-bottom: 1rem;
    margin-left: .6rem;
}

.small-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.small-nav a:hover {
    background-color: transparent;
}

.small-nav li {
    margin-bottom: .2rem;
}

.left-nav .h6 {
    padding: .7rem 1.6rem;
    margin: 0;
    font-weight: 600;
}

.left-nav .none {
    padding: .7rem 1.6rem;
    margin: 0;

}

.small-nav a {
    color: #333;
}

.flow-sorting {
    font-size: 1.1rem;
    -webkit-overflow-scrolling: touch;
}

.media-sorting .flow-filter {
    width: 48%;
    padding-right: 0;
    padding-top: .8rem;
}


.loader {
    width: 100%;
}

/* error */
.action-error main {
    padding: 10rem 5rem;
}

.action-error main .site-error {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.site-error {
    font-size: 1.2rem;
    color: #133960;
    font-weight: 700;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-error h1 {
    font-size: 1.2rem;
    margin-top: .7rem;
    margin-bottom: 0;
}

.site-error:before {

    content: '';
    width: 65px;
    height: 65px;
    float: left;

    margin-right: 20px;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: auto 65px;
    background-image: url(/images/not-found.svg);

    transition: all ease .3s;
}

.no-results:before {
    background-image: url(/images/not-found2.svg);
}

/* aside */

.card-top-tags .tags-list li {
    margin: 0;
}


.card-top-tags .tags-list a {
    text-decoration: none;
    border-radius: .4rem;
    padding: .4rem .8rem;
}

.card-top-tags .tags-list a:hover {
    background-color: #e8f4ff;
}

.card-top-tags .btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}


.aside .btn-outline-primary {
    background-color: #e6f2ff;
    border-color: #e6f2ff;
}

.aside .btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
}

hr {
    border-top: 2px solid #c0cfdf;
}

.sidebar-sticky hr,
.modal hr {
    border-top: 2px solid #eff7ff;
}

.modal-login {
    padding: 1rem 0;
}


.left-nav {
    width: 18rem;
}

.fixed-top .left-nav {
    width: 17rem;
}

.left-nav hr {
    margin: 1.7rem 1rem !important;
}

.aside-list.m-0 {
    margin: 0 1rem !important;
}

.aside-list-item {
    display: block;
    border-radius: 20px;
    text-decoration: none !important;
    padding: .6rem 1rem;
    color: #444;
}

.media-main-list .media-list-item {
    background-color: #fff;
}

.aside .media-list-item .btn {
    font-size: .8rem;
    padding: .5rem 1.2rem;

}


.media-list-item .btn-primary {
    background-color: #ffeff0;
    color: #ff5c6e;
    border-color: #ffeff0;
}

.media-list-item .btn-primary.active {
    background-color: #ff5c6e !important;
    color: #fff;
    border-color: #ff5c6e !important;
}


.media-list-item {
    border-radius: .45rem;
    padding: .45rem;
    position: relative;
}

.media-main-list .media-list-item {
    box-shadow: 0 0 6px #c0cfdf;

}

.media-main-list .media-list-item .h5 a {
    color: #222428;

}

.aside-list-item:hover {
    background-color: #fff;
}

.media-list-item:hover {
    background-color: #fff;
}

.aside-list p {
    margin: 0;
}

.aside .card {
    background-color: #FFFFFF;
}

.aside .card-header {
    background-color: transparent !important;
    border-bottom: none !important;
    font-size: 1rem !important;
}

.card-header {
    padding: 1rem 1.25rem .3rem;
}

.aside .card-header:before {
    width: 30px;
    height: 30px;

    float: left;
    margin-right: .6rem;
    margin-top: -3px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    background-image: url(/images/union.svg);

}

.copy {
    font-size: .8rem;
    color: #808080;
}

/*

main

*/


.main-header {
    height: inherit;
    position: relative;
    overflow: hidden;

}

.main-ad-slider .main-header {
    min-height: 370px;
}


.media-more-btn {
    padding: 0;
    margin-left: 0;
    color: #1A8DFF !important;
}

.media-more-btn:before {
    content: '';
    float: right;
    width: 14px;
    height: 20px;
    margin-left: .4rem;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url(/images/arrow-right3.svg);
    background-position: center center;
}

.media-more-btn-light {
    color: #fff !important;
}

.media-more-btn-light:before {
    background-image: url(/images/arrow-right2.svg);
}

.media-more-btn.media-more-btn-blue {
    color: #84BAF0 !important;
}

.media-more-btn-blue:before {
    background-image: url(/images/arrow-right3.svg);
    opacity: .5;
}


.banner-title .h3 {
    margin-right: 60px;
}

.main-header h1, .banner-title .h3 {
    text-shadow: -2px 0 #1a8dff, 0 0 #1a8dff, 2px 0 #FF5C6E, 0 0 #FF5C6E;
}

.main-header h1 {
    text-shadow: -2px 0 #1a8dff, 0 0 #1a8dff, 2px 0 #FF5C6E, 0 0 #FF5C6E;
}

.dark-header h1, .dark-header .h1 {
    color: #ffffff;
}

.social-container .h2 {
    color: #ffffff;
    text-shadow: -2px 0 #1a8dff, 0 0 #1a8dff, 2px 0 #FF5C6E, 0 0 #FF5C6E;
    margin-bottom: 1rem;
}

.dark-header {
    background: #133960;
    color: #c7def4;
}

.main-header.styled-banner.styled-colors:before,
.main-header.styled-banner.styled-colors:after,
.bottom-circle:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
}

.main-header.styled-banner.styled-colors:before {
    background: #1a8dff;
    right: -70px;
    top: -207px;
}

.main-header.styled-banner.styled-colors:after {
    background: #ff5c6e;
    left: -335px;
    top: -207px;
    width: 400px;
    height: 400px;
}

.main-header.styled-banner .styled-img {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 11%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 300px;
    margin-top: .1rem;
}

.main-header.style1 .styled-img {
    background-image: url(/images/b1.svg);
}

.main-header.style1, .main-header.style2 {
    color: #afd0f0;
}

.main-header.style2 .styled-img {
    background-image: url(/images/b3.svg);
}

.main-header.style3 {
    background-color: #133960;
}

.main-header.style3 .styled-img {
    right: 0;
    background-image: url(/images/b6.svg);
    background-size: 400px;
    width: 400px;
}

.main-header.style4 {
    background-color: #fff;
}

.main-header.style4 .styled-img {
    right: 0;
    top: 0;
    bottom: 0;
    background-size: auto 130%;
    background-image: url(/images/b2.svg);
    background-position: center left;
    height: 100%;
    width: 43%;
}


.main-header.style5 {
    min-height: 350px;
}

.main-header.style5 .styled-img {
    right: 0;
    top: -10px;
    bottom: 0;
    background-size: auto 90%;
    background-image: url(/images/b2-3.svg);
    background-position: center left;
    height: 100%;
    width: 50%;
}


.main-header.bottom-circle:after {
    top: auto;
    bottom: -274px;
    left: -76px;
    width: 400px;
    background: #ff5c6e;

}

.main-header.style6 {
    min-height: 270px;
}

.main-header.style7 {
    min-height: 270px;
}

.main-header.style8 {
    min-height: 270px;
}

.main-header.style6 .styled-img {
    background-image: url(/images/b8.svg);
    right: 2%;
    background-size: 470px;
    width: 470px;
}

.main-header.style7 .styled-img {
    background-image: url(/images/b9.svg);
    right: 0;
    background-size: 440px;
    width: 500px;
}

.main-header.style8 .styled-img {
    background-image: url(/images/b7.svg);
    right: 0;
    background-size: 540px;
    width: 540px;
}


.partners-list {
    padding-top: 1rem;
}

.partners-list img {

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.partners-list .row {
    margin-right: -40px;
    margin-left: -40px;


}

@media (max-width: 768px) {
    .style4.main-header {
        margin-bottom: 1rem;
    }

    .style4.main-header {
        padding: 2.4rem;
    }

    .contest-about3 {
        margin-top: 0 !important;
    }

    .media-more-btn {
        padding: 15px;
    }

    .style4 .styled-img,
    .carousel-item .main-header.style4 .styled-img {
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        background-size: cover !important;
        background-image: url(/images/b2-2.svg);
        background-position: center top !important;
        height: 135px !important;
        width: 100% !important;

    }

}

.inner-header {
    padding: 40px 0 !important;
}

.inner-header.style4 .styled-img {
    background-size: auto 350%;
}

@media (max-width: 768px) {

    .main-header.style1 .styled-img,
    .main-header.style2 .styled-img {
        width: 160px;
        height: 200px;
        right: 5%;
        background-size: 160px;
    }

    .main-header.style3 .styled-img {
        width: 200px;
        height: 200px;
        right: 0;
        background-size: 200px;
    }

    .main-header.styled-banner.styled-colors:before {
        background: #1a8dff;
        right: -120px;
        top: -237px;
    }

    .main-header.styled-banner.styled-colors:after {

        left: -360px;
        top: -207px;

    }

}

@media (max-width: 768px) {
    .main-header.styled-banner.styled-colors:after {
        right: -200px;
    }
}

.main-header-wrap {
    max-width: 500px;
}

.main-header-overlay {
    z-index: 2;
    max-width: 24rem;
}

.main-ad-slider .main-header-overlay {
    min-height: 260px;
}

.profile-header .main-header-overlay {

    max-width: 550rem !important;
}

.dots-nav {
    position: absolute !important;
    top: .7rem;
    right: .7rem;
    z-index: 3;
}

.card:hover .dots-nav {
}

.card-header {
    background-color: transparent;
    border-bottom: none !important;
}

.card-header .h5 a,
.card-header .tag-badges-list {
    display: inline-block;
    margin-bottom: 0;
}

.card-header .h5 a {
    margin-right: .5rem;
}

.flow .card-header {
    padding-bottom: 0;
}

.card-header a {
    color: #444;
}

/* media */

.thmb-media {
    width: 40px;
    height: 40px;

    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
}

.left-nav .thmb-media {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}

.left-nav .media-list-item {
    padding: .25rem .85rem !important;
    color: #646668;

}

.left-nav .media-list-item:hover {
    background-color: #e8f4ff;
}

.left-nav .media-list-item p {
    padding: .45rem 0;
    font-weight: 600;

}

@media (min-width: 768px) {
    .flow .thmb-media {
        /*	position: absolute;
	z-index: 2;
	left: -60px;
	top: -1px; */
    }
}

.media-main-list .thmb-media {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem !important;
}

.thmb-media img {
    max-width: 100%;
}

.media-main-list .btn-container {
    z-index: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row-reverse;
}

.media-main-list .btn-container .btn {
    margin: 0;
}

.media-main-list .btn-container .subscribers-count {
    margin-right: auto;
    padding: .6rem 0 !important;
    font-weight: 500;
    background-color: transparent !important;
    color: #555;
}

.media-main-list .btn-container .subscribers-count.active {

    color: #555;
}

.flow .card {
    /*	margin-left: 60px; */
}

.media-list-item .h5 {
    margin-top: 0;
    margin-bottom: .3rem;
    font-size: 1rem;
    color: #222428;
}

.media-list-item .caption-wrap {
    overflow: hidden;
    padding: 5px;
}

.media-main-list .media-list-item .caption-wrap {
    padding: .5rem;
}

.media-main-list .h5 {
    font-size: 1.1em;
}

/* tags-list */
.tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags-list li {
}

.tag-link:before {
    content: '#';

}

.card-top-tags .tag-link:before {

    margin-right: 1rem;
}

.tags-list a {
    color: #6d6d6d;
    display: block;
    margin: 0;
}

.tags-list a:hover {
    background-color: #e8f4ff;
}

.tags-list .tag-link {
    color: #646669;
}

.tags-list .tag-link:before {
    color: #afd0f0;
    font-weight: 900;
    line-height: 1.2rem;
    font-size: 1.4rem;
}

.tags-list .tag-link:hover:before {
    color: #1a8dff;
}

.aside .tags-list {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.card .tags-list .btn {
    padding: .3rem 1rem;
}

.dropdown .btn {
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50% !important;
    background-color: transparent;
    border: none;
}

.dropdown .btn .svg {
    fill: #84baf0;
}

.aside-footer {
    padding: 1rem 1rem;
    font-size: .9rem;
}

.aside.sticky-top {
    top: 6rem;
}

.aside.aside-share.sticky-top {
    top: 80px;
}

.main-header {
    padding: 4rem 6rem 2.5rem;
}

.profile-header {
    padding: 4rem 40px 2rem;
}

.add-post-btn, .btn-red {
    padding: .6rem 1rem !important;
    background-color: #ff5c6e !important;
    border-color: #ff5c6e !important;
}

.subscribers-count {
    border-color: transparent !important;
}

.profile-header.main-header.styled-banner.styled-colors:after,
.bottom-circle:after {
    top: auto;
    bottom: -337px;
    left: -176px;

}

.bottom-circle:after {

    background: #ff5c6e;
}


.bootbox .modal-dialog {
    overflow: hidden;
}

.about-media {
    position: relative;
    overflow: hidden;
}

.about-media .card-body-text {
    max-height: 150px;
    overflow: hidden;
}

.about-media:before, .about-media:after,
.post-award .card:before,
.bootbox .modal-dialog:before, .bootbox .modal-dialog:after,
.modal-body .modal-add-post:before,
.modal-body .modal-add-post:after,
.modal-body .modal-login:before,
.modal-body .modal-login:after,
.modal-body .modal-media-info:before,
.modal-body .modal-media-info:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
}

.modal-body .modal-media-info:after {
    background: #FF5C6E;
    width: 200px;
    height: 200px;
    right: -157px;
    top: 99px;
}

.modal-body .modal-media-info:before {
    background: #1A8DFF;
    right: 21px;
    bottom: -158px;
    width: 250px;
    height: 200px;
}

.modal-body .modal-login:before {
    background: #1A8DFF;
    left: -227px;
    bottom: 8px;
    width: 250px;
    height: 250px;
}

.modal-body .modal-login:after {
    background: #FF5C6E;
    width: 200px;
    height: 200px;
    right: 57px;
    top: -220px;
}


.modal-body .modal-add-post:before {
    background: #1A8DFF;
    left: -227px;
    bottom: 8px;
    width: 250px;
    height: 250px;
}


.modal-body .modal-add-post:after {
    background: #FF5C6E;
    width: 200px;
    height: 200px;
    right: 57px;
    top: -220px;
}


.bootbox .modal-dialog:after,
.about-media:after {
    background: #FF5C6E;
    right: -45px;
    bottom: -69px;
}

.bootbox .modal-dialog:before,
.about-media:before {
    background: #1A8DFF;
    right: 20px;
    width: 119px;
    top: -65px;
}


.modal-content {
    overflow: hidden;
}


@media (min-width: 768px) {
    .main-header h1,
    .main-header .h1 {
        font-size: 2.1rem;
        margin-bottom: 1rem;
    }


}

.main-header h1,
.main-header .h1 {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.card-header .h5 {
    font-size: 1rem;
    margin-bottom: .3rem;
    margin-top: .2rem;
}

.card-header .small {
    color: #888;
}

.card-text {
    margin-bottom: 1rem;

}

.card-text span {
    background-color: transparent !important;
}

.card-footer {
    background-color: transparent;
    margin-top: -1px;
}

.card-footer .btn-left-container .btn {
    margin-right: .5rem;
}

.comment-footer .btn span.label,
.card-footer .btn span.label {
    display: none;
}

.card-footer .btn .feather {

    margin-right: .5rem;
    margin-top: -.2rem;

}

.btn-post-share .feather {
    margin-right: 0 !important;
}


.card .btn-group, .card-header .h5, .card .tags-list {
    position: relative;
    z-index: 2 !important;
}

.tags-list {
    margin: 0;
}

.feather {
    width: 27px;
    height: 27px;

}

main {
    padding-top: 4.5rem;
    background-color: #f1f5f9;
}


@media (min-width: 1150px) {
    .menu-hide main {
        margin-left: 0;
    }

    .menu-hide .sidebar {
        margin-left: -18rem;
        transition: all ease .2s;
    }

    .menu-show .sidebar {
        margin-left: 0;
        background-color: #fff;
    }

    .menu-show .sidebar-bg {
        display: block;
    }
}

@media (min-width: 768px) {
    main {
        margin-left: 18rem;
    }
}

@media (max-width: 768px) {

    .inner-header {
        padding: 1.5rem 0 !important;
    }

    .inner-header.style4 .styled-img {
        background-size: auto 333%;
        width: 33%;
    }
}

/*
*
* contest
*
*/
.contest-header {
    margin-bottom: 1rem;
}

.contest-page .toolbar-admin {
    z-index: 2 !important;
    position: relative;
}


.contest-header .main-header {
    padding: 2.7rem 6rem 2.5rem;
    min-height: 320px;
}

.contest-header .btn-settings {
    bottom: auto;
    top: 2rem;
}

.contest-header .category {
    color: #fff;
    font-size: 1.2rem;
}

.content-container-small {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.content-container-small:after {
    content: '';
    position: absolute;

    background: linear-gradient(to top, #eff7ff, rgba(0, 0, 0, 0));
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.section-call-to-action {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .contest-thmb {
        height: 100%;
        min-height: 280px;
    }
}

.work-number {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.nav-tabs .feather {
    margin-right: .7rem;
}

.contest-container {
    padding-top: 2rem;
    margin-bottom: 3rem;
}

.contest-container .read-more-btn {
    border-bottom: 2px solid rgba(26, 141, 255, 0.4);
    padding-top: 2rem;
    margin-left: -2rem;
    position: relative;
}

.ql-editor p {
    margin-bottom: 1rem !important;
}

.readmore-js-section {
    position: relative;
}

.readmore-js-section.readmore-js-expanded > div {
    padding-bottom: 20px;
}

.readmore-js-section p {
    margin-bottom: 1rem;
    padding-bottom: 0;
    line-height: 1.4rem;
}

.contest-container .readmore-js-expanded {
    padding-bottom: 80px;
}

.posts-layout .spoiler {
    position: relative;
    cursor: pointer;
}

.spoiler:before {
    content: ' ';
    background-color: rgba(255, 255, 255, .5);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 20px;

}

.posts-layout .spoiler.active:after {
    display: none !important;
}

.spoiler.active:before,
.spoiler.active:after {
    display: none;
}

.contest-container .readmore-js-section:after {
    background-color: rgba(241, 245, 249, .5);
    background: -webkit-linear-gradient(to top, rgba(241, 245, 249, 1), rgba(241, 245, 249, 0));
    background: -o-linear-gradient(to top, rgba(241, 245, 249, 1), rgba(241, 245, 249, 0));
    background: -moz-linear-gradient(to top, rgba(241, 245, 249, 1), rgba(241, 245, 249, 0));
    background: linear-gradient(to top, rgba(241, 245, 249, 1), rgba(241, 245, 249, 0));


}

.contest-container .read-more-btn span {
    display: none;
}

.contest-container .read-more-btn:after {
    position: absolute;
    right: 20px;
    bottom: 10px;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(/images/up2.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    transform: rotate(-180deg);

}

.read-more-btn.less:after {
    transform: rotate(0deg) !important;
}

.contest-banner-active {
    width: 100%;
    height: 100%;
    background-color: #133960;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 160px;
    background-size: cover;
    margin-right: 1rem;
}


.contest-banner .main-header {
    padding: 4rem 4rem;
}

.contest-banner .main-header h2 {
    margin-bottom: 2rem;
    color: #000;
}

.contest-container h3 {
    margin-bottom: 1.2rem;
}

.partner-container {
    background-color: #f2f2f2 !important;
}

.contest-steps {
    margin-bottom: 2rem;
}

.contest-steps p {
    margin: 0;
}

.contest-step-block {

    padding: .9rem 2rem;
    margin-left: -2rem;
    border-radius: 10px;
}

.contest-step-block.active {
    background-color: #fff;
    box-shadow: 0 0 6px #c0cfdf;

}

.contest-step .step-title {
    font-weight: 600;
}

.contest-step .step-title strong {
    font-weight: 600;
    background-color: #5fafff;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 50% 50% .5rem 50%;
    margin-right: 1rem;
}

.contest-page-wrap {
    padding: 2rem 6rem;
}

.contest-step-block h3 {
    margin-bottom: 1.5rem;
}

.contest-step-block {
    font-weight: 700;
    color: #646668;
}

.contest-step-block .event-step-date {
    color: #133960;
}

.contest-step-block.active,
.contest-step-block.active .event-step-date {
    color: #1a8dff;
}

.contest-step-block.active .step-title strong {
    background-color: #1a8dff;
}


.text-contest-wrap {
    padding-left: 2rem;
}

.contest-menu .nav-link {
    border-bottom: 3px solid transparent !important;

}

.contest-banner-view .styled-img {
    background-image: none !important;
    border: 10px solid #fff;
    width: 350px !important;
    height: 350px !important;
    right: 7% !important;
    background-position: top center !important;
    background-size: 320px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    bottom: 25px !important;

}

.contest-banner-view .styled-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .contest-menu {
        overflow: hidden;
    }

    .contest-menu .feather {
        display: block;
        float: none;
        margin: 0 0 .5rem;
    }

    .contest-menu .nav-tabs {
        margin: 0;
    }

    .contest-menu .nav-tabs .nav-link.active {
        background-color: #fff !important;
    }

}

.contest-menu ul {
    float: none;
    width: 100%;
}

.contest-step-block.future {
    background-color: #fff;
}

.contest-step-block .contest-step {
    display: block;
}

.sticky-top.contest-menu {
    top: 60px;
}

.top-header {
    border-radius: 0 0 20px 20px !important;
}

.contest-place-wrap {
    padding: 1rem;
}


.content-video img {
    position: absolute;
    top: 0%;
    bottom: -17%;
}


.contest-place-wrap .content-video {
    margin: 0 -35px 0 0 !important;
}

.content-video a.video-play {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    display: block;
    padding-top: 56%;
    width: 100%;
}

.api-embeded {
    position: relative;
}

.api-embeded.youtube {
    position: relative;
    padding-bottom: 52.44%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.api-embeded iframe, .api-embeded object, .api-embeded embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-video a.video-play:before,
.show-modal {
    background-color: rgba(0, 123, 255, 0.5);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
    background-image: url(/images/play.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    border-radius: 50%;
}

.show-modal {
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    background-size: 15px;
}

.content-video a.video-play:before {
    content: '';
    width: 65px;
    height: 65px;


    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.content-video a:hover:before, .show-modal:hover {
    background-color: #007bff;
}

.contest-place-wrap .card-footer {
    width: 100%;
    border: none;
}

.contest-place {
    padding: 1rem 0 0 1rem;
}

.contest-place .btn-media-share span {
    display: none;
}

.contest-place .btn-media-share {
    width: 30px;
}

.contest-place .h3 {
    text-align: center;
}

.contest-place-wrap .card-body {
    padding: .8rem 1.25rem 0;
}

.contest-place:before {
    content: '';
    width: 140px;
    height: 100px;
    background-image: url(/images/union.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    margin-bottom: 1.5rem;
}

.place1 .contest-place:before {
    background-image: url(/images/awards.svg);
    background-position: 0 -20px;
    background-size: 140px;
}

.place2 .contest-place:before {
    background-image: url(/images/awards.svg);
    background-position: 0 -150px;
    background-size: 140px;
}

.place3 .contest-place:before {
    background-image: url(/images/awards.svg);
    background-position: 0 -290px;
    background-size: 140px;
}

.contest-place span {
    font-size: 2rem;
    color: #FF5C6E;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
}

.contest-place span.digit {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
}


.contest-about2 {
    padding-top: 2rem;
}

.contest-about2 .card {
    height: 100%;
}

.contest-about3 {
    margin-top: 2rem;
}

.contest-banner-container .category,
.banner-aside .category {
    color: #ff5c6e;
}

.contest-banner-container .h3 a {
    color: #222428;
}

.contest-banner-container {
    color: #646668;
}

.contest-desc {
    font-size: 1.1rem;
}

.comment-footer .comment-respond, .login-to-comments {
    color: #007bff;

}

.contest-about4 {
    padding: 5rem 1rem;
    color: #ffffff;
    background-color: #133960;
}

.contest-about5 {
    padding: 4rem 2rem;
    background-color: #ccc;
}


h1, h2 {
    color: #133960;
}

.specifics-card:before {
    content: '';
    width: 170px;
    height: 120px;
    background-image: url(/images/b2-4.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 0 center;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 0;
}

.specifics-card.specifics-card2:before {
    background-position: -160px center;
}

.specifics-card.specifics-card3:before {
    background-position: -330px center;
}

.specifics-ico {

    width: 90px;
    height: 90px;
    background-color: #1a8dff;
    border-radius: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-image: url(/images/icos-contest.svg);
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: -4px center;

}

.specifics-ico2 {
    background-color: #ff5c6e;
    background-position: center center;
}

.specifics-ico3 {
    background-position: -199px center;
}

@media (max-width: 768px) {
    .main-header.style5 {
        min-height: 260px;
    }

    .contest-about1, .contest-about2, .contest-about4, .contest-about5 {
        padding: 1.5rem 0;
    }

    .contest-about3 {
        padding: 1.5rem 1rem;
    }
}

.contest-status {
    margin-bottom: 1rem !important;
    line-height: normal;
}

.banner-aside .banner-thmb {
    background-color: #133960;
    position: absolute;

    box-shadow: 0 0 10px rgba(198, 221, 242, 1);
    border-radius: .45rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100px;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.category {
    margin-bottom: 10px;
    font-weight: 600;
}


.banner-aside .banner-title {
    min-height: 200px;
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
}

.banner-aside .banner-title .btn {
    margin-bottom: 0;

}

.partners-container {
    padding-top: 0;
}


.banner-aside .banner-aside-item {
    text-decoration: none !important;
}

.counter {
    max-width: 340px;
    margin-bottom: 2rem;
}

.counter .counter-col {
    margin-right: 3rem;
    border-top: 3px solid #007bff;
    padding-top: .5rem;
}

.counter .counter-col .h2 {
    color: #fff;
    margin: 0;
    font-size: 3.6rem;
    font-weight: 100;
}

.counter-col .small {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    color: #007bff;
}


/* content */

.carousel-control-next, .carousel-control-prev {
    width: 5rem;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: transparent !important;
}

.content-container {
    position: relative;
    z-index: 2;

}

.slick-prev {
    left: 20px;

}

.slick-prev:before {
    background-image: url(/images/arrow.svg);
}

.slick-next {
    right: 20px;
}

.slick-next:before {
    background-image: url(/images/arrow-right.svg);
}

.slick-prev, .slick-next {

    z-index: 5;

}

.slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 30px !important;
    height: 40px !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}

.content-video img {
    width: 100%;
}

.card .content-container .content-video,
.card.yt-player-container {
    position: relative;
    margin: 0 -1.25rem;
    width: auto;
    border-radius: 0 !important;

}

.card .content-container .content-video, .card.yt-player-container,
.card .content-gallery {

    margin-bottom: -1.25rem !important;

}

.carousel-indicators li {
    transition: all ease .4s;
}

.carousel-indicators .active {

}

.content-gallery {
    margin: 0 -1.25rem;
}

.content-gallery .gallery-photo a {
    background-color: #f7f7f7;
    display: block;
    height: 180px;
    margin: 2px !important;
    position: relative;
    overflow: hidden;
}

.content-gallery .gallery-photo a img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-items-1 .gallery-photo,
.gallery-items-1 .gallery-photo a img {
    width: 100%;
    position: static;
    left: 0;
    transform: none;
}

.gallery-items-1 .gallery-photo a {
    height: auto;
}

.gallery-items-2 .gallery-photo {
    width: 50%;
}


.gallery-items-2 .gallery-photo a {
    height: 240px;
}

.gallery-items-3 .gallery-photo {
    width: 50%;
}

.gallery-items-3 .gallery-photo:first-of-type {
    width: 100%;
}

.gallery-items-3 .gallery-photo:first-of-type a {
    height: 240px;
}

.gallery-items-4 .gallery-photo {
    width: 50%;
}

.gallery-items-4 .gallery-photo:first-of-type {
}

.gallery-items-4 .gallery-photo a {
    height: 200px;
}

.flow-filter {
    width: 33.33%;
}

.flow-filter .btn {
    width: 100%;
    box-shadow: 0 0 10px rgba(198, 221, 242, 1);
}

.flow-filter .form-control {
    color: #383838;
    margin-top: 3px;
    border: none;
    font-weight: 600;
}

.flow-filter ul {
    display: flex;
}

.flow-filter .two-filters li.list-inline-item {
    width: 50%;
}


.content-gallery .gallery-photo img {

    height: 100%;
    object-fit: cover;
}

.nav-tabs {
    border: none !important;
    font-weight: 500;
}

.flow-sorting-container.sticky-top {
    top: 4.5rem;
    background-color: #f1f5f9;
    z-index: 20;
}

.contest-post-list {
    padding: 0;
}


.contest-post-list .thanks-container {
    width: 100% !important;
}

.contest-post-list .posts-layout {

    padding: 1.5rem 1rem;

}

@media (min-width: 768px) {
    .contest-post-list .posts-layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;


    }

    .contest-post-list .post-item-container {
        width: 50%;
        padding: 0 15px;
    }

    .posts-layout {
        padding: 1.5rem 2.5rem;
        width: 100%;
    }

    .nav-tabs .nav-link {
        margin-right: 1em;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        padding: 1.5rem .3rem .6rem !important;
    }


    .flow-sorting-container {
        display: flex;
        flex-flow: row;
    }
}

.flow-filter {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 20px;
}

/* tabs */
.nav-tabs .nav-link {
    padding: 1rem 0;
    color: #495057;
    margin-right: 1rem;
}

.tab-content {
    padding-bottom: 3rem;
}

.tab-content h2 {
    margin-bottom: 2rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
    background-color: transparent !important;
    border: none !important;
    padding: .5rem .5rem .6rem !important;
    border-bottom: 3px solid transparent !important;

}

.flow-sorting:hover .nav-tabs .nav-link {
    border-bottom: 3px solid transparent !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .flow-sorting:hover .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #007bff !important;
    color: #007bff;
}

.nav.nav-pills {
    font-weight: bold;
}

.nav-tabs {
    flex-wrap: unset;
}

.nav-tabs .nav-item {
    white-space: nowrap;
}

.main-header h1 {
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .card .content-container .content-video {
        margin: 0 -1rem;
    }

    .carousel .main-header h1,
    .carousel .main-header .h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .carousel .main-header p {

        margin-bottom: 1.5rem;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    .main-header {
        padding: 2.5rem 3.5rem 3rem 20px
    }

    .carousel-control-next, .carousel-control-prev {
        width: 12%;
    }

    .main-header.style6 .styled-img {

        background-size: 270px;
        width: 270px;
    }

    .main-header.bottom-circle:after {

        left: -220px;

    }


}

/*
 * profile-header
 */
.profile-header .btn-media-like {
    background-color: #ffeff0 !important;
    color: #ff5c6e !important;
    border-color: #ffeff0 !important;
}

.profile-header .btn-media-like.active {
    background-color: #ff5c6e !important;
    color: #fff !important;
    border-color: #ff5c6e !important;


}

.btn-settings {
    position: absolute !important;
    bottom: 2rem;
    right: 2rem;
    z-index: 3;
}

.btn-settings .btn {
    width: 45px;
    margin-left: .5rem !important;
    height: 45px;
    padding: .5rem !important;
}

.btn-settings .feather {
    width: 30px;
    height: 30px;
}

.btn-settings .btn {
    border: none;
    border-radius: 50% !important;
    background-color: transparent !important;
}

.btn-settings .btn span {
    display: none;

}

.btn-settings .btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-settings .btn:active {
    background-color: rgba(0, 0, 0, 0.8);
}

.profile-header .profile-thmb {
    margin-bottom: 2rem;
    border: 8px solid #fff;
}

.profile-header .profile-thmb img {
    width: 100%;
}

.profile-header .profile-title h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.profile-header .bd-placeholder-img {
    width: 100px;
    height: 100px;
}

.profile-header .btn span.btn-title {
    margin: 0 .2rem;
}

.profile-header .btn {
    padding: .54rem 1.6rem;
}

.profile-header .subscribers-group .subscribers-count:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
}

.profile-header .profile-thmb {
    width: 100px;
    height: 100px;

}

.profile-header .profile-thmb {
    overflow: hidden;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .profile-header .bd-placeholder-img {
        width: 140px;
        height: 140px;
    }

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

    .profile-header .profile-thmb {
        width: 140px;
        height: 140px;
        margin-right: 30px;
        float: left;
        margin-bottom: 2rem;
    }

    .profile-header .profile-title {
        padding-left: 170px;

    }

    .profile-header .profile-title h1 {
        margin-top: 1rem;

    }

    .profile-header .btn span.btn-title {
        display: inline-block;
    }

    .profile-header .profile-thmb {
        width: 140px;
        float: left;
    }
}

/*
* Sidebar
*/

.sidebar {
    z-index: 21;
    position: fixed;
    top: 0;
    bottom: 0;
    /* margin-left: -16rem; */
    padding: 4.5rem 0 0; /* Height of navbar */

}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 6px #c0cfdf;
    height: 100%;
    width: 10px;
}


.sidebar-sticky {
    position: relative;
    top: 0;
    z-index: 3;
    height: calc(100vh - 67px);
    padding-top: 1rem;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky .nav {
    margin-bottom: 1rem;
}


.all-items {
    font-size: .85rem;
    color: #84baf0;
    text-decoration: none !important;
    position: absolute;
    top: 12px;
    right: 18px;
    font-weight: 600;
    border-bottom: 2px solid;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.sidebar .nav-link {
    font-weight: 600;
    color: #646669;
    border-radius: .4rem;
    font-size: 1.2rem;
    margin: 0 1rem !important;
    padding: .7rem 1rem .7rem 52px !important;
}

.sidebar .nav-link:hover {
    background-color: #e8f4ff;
}

.sidebar .nav-link:hover .feather {
    color: #1a8dff !important;
}

.sidebar .nav-link .feather, .user-menu .feather {
    margin-right: 1rem;
    color: #afd0f0;
}

.sidebar .nav-link .feather {
    margin-left: -42px;
}

.sidebar .nav-link.active {
    background-color: #e6f2ff;
}

.sidebar .nav-link.active .feather {
    color: #007bff !important;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Content
 */

[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

.btn-ico {
    border-radius: 50% !important;


}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

.social-container .btn.btn-ico {
    width: 45px;
    height: 45px;
    padding: .5rem !important;
    border-radius: 50% 50% 1rem 50% !important;
    background-color: #007bff;
    border: 1px solid #007bff;

}

.social-container-wrap {
    margin-left: 45%
}

.social-container {
    position: relative;
    overflow: hidden;
    padding: 3.7rem 0;
    color: #afd0f0;
}

.social-container .container-fluid {
    position: relative;
    z-index: 2;
}

.social-container:after, .social-container:before, .social-container .circle,
.form-container:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 1;
}

.form-container:before {
    background: #FF5C6E;
    left: 0;
    z-index: 1;
    top: -238px;
}

.social-container:before {
    background: #1A8DFF;
    left: 20px;
    top: -336px;
}

.social-container:after, .social-container .circle {
    background: #FF5C6E;
    right: -220px;
    bottom: -280px;
}

.social-container .circle {
    left: -165px;
    right: auto;
    bottom: -250px;
}

/* Buttons */


.btn-hover:hover {
    background-color: #eff7ff;
}

.dark-header .btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    background-color: #1a8dff;
    border: 1px solid #1a8dff;
    color: #fff;
}

.btn-outline-none {
    border-color: transparent;
}

.add-context-button.container-mobile {
    padding: 1.2rem 0;
}

.add-context-button .btn {
    padding: .6rem 1rem;
}

.add-context-button .btn .feather {
    width: 20px;
    height: 20px;
}

@media (max-width: 400px) {
    .is-authorized .navbar .authorized-only.add-context-button {
        display: none !important;
    }
}

.card-footer .btn span:first-of-type {
    margin-left: .4rem;
}

.card-footer .btn.active .ico-svg,
.comment-footer .btn-comment-like .feather,
.card-footer .btn.active .ico-svg {
    color: #007bff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    /*    color: #fff;
    background-color: #f2f2f2;
    border-color: #f2f2f2; */


}


.article-main-list {
    padding-top: 2rem;
    padding-bottom: 3rem;
}


/* articles */

.tag-link-container {
    position: relative;
    z-index: 2;
}


.tag-link-container-index .tag-link-active {
    font-weight: bold;
}

.tag-link-container-index-wrap {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .tag-link-container-index-wrap {
        overflow-x: scroll;
        overflow-y: hidden;

    }
}

.tag-link-container-index {
    min-width: 500px;
}

.tag-link-container-index:before {
    content: '#';
    font-weight: bold;
    color: #1a8dff;
    font-size: 1.2rem;
    border-right: 2px solid #c0cfdf;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}

.tag-link-container-index a, .tag-link-container-index .tag-link-active {
    margin-right: 1.4rem;
}

.tag-link-container-index a:before {
    content: '';
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {

    padding-right: 1rem;

}

@media (min-width: 768px) {
    .article-main-list > div.col-md-4:nth-child(1) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-main-list > div.col-md-4:nth-child(1) .tag-link-container {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .article-main-list > div.col-md-4:nth-child(1) .card {
        display: flex;
        flex-flow: row;
    }

    .article-main-list > div.col-md-4:nth-child(1) .article-img-top {
        height: 340px;
        width: 66.666%;
    }

    .article-main-list > div.col-md-4:nth-child(1) .card-body {
        width: 33.333%;
        padding: 1.4rem 1.8rem 1.8rem;
    }

    .article-main-list > div.col-md-4:nth-child(1) .article-title {
        font-size: 1.5rem;
    }

    .article-main-list > div.col-md-4:nth-child(3) {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .article-main-list > div.col-md-4:nth-child(3) .article-img-top {
        height: 190px;
    }
}

.article-tags .nav-pills {
    justify-content: center;
    font-size: 1rem;
}

.article-tags .nav-item {
    padding: .8rem;
}

.tags-main-container {

    margin-left: auto;
    margin-right: auto;
    padding: 3rem 2rem 8rem;
}

.tags-main-container .tags-list a:hover {
    background-color: #fff;
}

.tags-main-container .tags-list {
    font-size: 1.2rem;
}

.tags-main-container h1 {
    margin-bottom: 2rem !important;
    font-size: 2rem;
}

.tags-main-container li {
    margin-bottom: 1rem !important;
}

.my-articles li .actions .btn {

    background-color: #afd0f0;
    border-color: #afd0f0;
}

.my-articles li {
    padding: 1rem 6rem 1rem 1rem;
    margin-bottom: 1rem;

    position: relative;
    border-radius: 10px;
    background: #fff;
}

.my-articles a.stretched-link {
    color: #222428;
}

.my-articles li .actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.my-articles li .actions .btn {
    float: left;
    margin-left: .3rem;
    width: 35px;
    line-height: 32px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}

.article-meta {
    margin: 0;
    font-size: .9rem;
    color: #84baf0;
    font-weight: 600;
}

.article-meta span {
    margin-right: 1rem;
}

.bg-dark .article-meta {

    color: rgba(255, 255, 255, .6);
}

.article-meta span {
    display: inline-block !important;

}

.article-img-top {
    background-size: cover;
    height: 160px;
    background-position: center center;


}

.article-meta span:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: .4rem;

    background-position: center center;
    background-size: 18px;
}

.article-meta span.date:before {
    width: 0;
    margin: 0;
}

.article-title {
    padding-top: .5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.article-title a {
    color: #222428;
}

.article-meta {
    display: flex;
}

.view:before {
    background-image: url(/images/eye.svg);
}

@media (max-width: 768px) {
    .container-fluid {
        padding: 0 15px;
    }

    .social-container {
        padding: 3.7rem 1rem;
    }

    .tags-main-container {
        padding: 3rem 0 8rem;
    }

    .article-tops-main {
        margin-bottom: 1rem;
    }

    .article-tops .bg-dark {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .tags-main-container .btn {
        font-size: 1.4rem;
    }
}


.tag-link {

    color: #1a8dff;

    margin-right: .6rem;
}

.text-white a {
    color: #fff;
}

.no-shadow {
}

.single-wrap {
    padding: 2rem 0;
}

.single-wrap .author {
    padding-top: 1.7rem;
}

.single-wrap .author, .breadcrumb {
    font-weight: 600;
}

.single-wrap .author strong {
    font-weight: 400;
    color: #007bff;
}

.single-wrap.text-wrap {
    padding: 2rem;
}

.single-wrap h1 {
    color: #133960;
}

.single-wrap .article-meta {
    margin-bottom: 1rem;
}

.single-wrap .breadcrumb {
    margin-bottom: 2rem;
}


@media (min-width: 768px) {

    .single-wrap {

    }

}


.single-wrap h1 {
    margin-bottom: 2rem;
}

.single-page-wrap {
    padding: 3rem 0;
}

.single-page-wrap h2 {
    color: #007bff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.single-page-wrap h3 {
    color: #007bff;
}

.single-page-wrap ul, .single-page-wrap ol {
    margin-bottom: 2rem;
}

.single-page-wrap ul li, .single-page-wrap ol li {
    margin-bottom: .5rem;
}

/* .card {
	height: 100%;
} */

.kv-editable-inline .card {
    box-shadow: none !important;
}

.card h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.single-wrap {
    margin-bottom: 4rem;
}

.single-header {
    margin-bottom: 2rem;
}

.single-body h1 {
    font-size: 1.8rem;
}

.read-more {
    padding-bottom: 2rem;
}

.read-more .h3 {
    color: #133960;
    font-weight: 700;
    font-size: 1.5rem;
}

.last-news {
    border: 1px solid #ccc;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 1.15rem;
}

.last-news .date {
    display: block;
}

.last-news li {
    margin-bottom: 1rem;
}

.last-news li a {
}

.last-news ul {
    margin-bottom: 0;
}


/* media */
.card-body {
    padding: .3rem 1.25rem 1.25rem !important;
}

@media (max-width: 768px) {
    .card-body {
        padding: 1rem;
    }

    .card-header {
        padding: .75rem 1rem;
    }

    .thmb-media {
        width: 35px;
        height: 35px;
    }

    .flow .card {
        margin-left: 0;
    }

}


@media (max-width: 991px) {
    .navbar .btn {
        padding: .375rem .6rem;
    }
}

@media (min-width: 768px) {
    .aside-col {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 1150px) {

    .container-mobile {
        display: none !important;
    }

    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1150px) {
    .sidebar-btn {
        display: none;
    }

    .container-desctop {
        display: none !important;
    }

    main {
        transition: all ease .1s;
        margin-left: 0;
    }

    .left-nav {
        width: auto;
    }

    .sidebar {
        height: 100vh;
        width: 300px;
        left: -300px;
        transition: all ease .1s;
    }

    .sidebar.show {
        left: 0;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 23rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 22rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.sidebar-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    display: none;
}

.sidebar-sticky {

    padding-bottom: 6rem;

}


@media (max-width: 1150px) {
    .sidebar {
        height: 100vh !important;
        z-index: 1030;
        padding: 0; /* Height of navbar */
    }

    .sidebar-sticky {
        height: 100vh !important;
        padding-bottom: 6rem;

    }

    .collapcing .sidebar-bg, .collapse .sidebar-bg {
        display: block;
        opacity: 0;
    }

    .show .sidebar-bg {
        opacity: 1;
        transition: all ease .7s;
    }
}

.form-container {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 2rem 8rem;
}

.form-container-wide {
    max-width: 760px;
}

.form-container h1 {
    color: #133960;
    font-size: 2.3rem;
}

.form-container .form-container-wrap {
    position: relative;
    z-index: 2;
}

.help-block.help-block-error {
    color: #ff0000;
    font-size: .8rem;
    padding-top: .5rem;
}

.form-wrap {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
}

.form-wrap-footer {
    padding-top: 2rem;
}

.form-wrap-footer .offset-sm-4 {
    margin: 0 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}

.read-more-btn {
    font-weight: 600;
    cursor: pointer;
}


.form-wrap h3 {
    color: #007bff;
}

.edit-page .form-container {
    max-width: 1200px;
}

.edit-page .images-list .itemPhoto {
    width: 25%;
}

.settings-container {
    max-width: 1000px;
}

button:hover, a:hover {
    /*background-color: #f2f2f2;*/
}

.settings-menu {
    position: relative;
    z-index: 1;
}

.email-validation-container {
    padding-bottom: 1rem;
}

/*
* signin
*/


.big-ico {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.big-ico-good {
    line-height: 120px;
    color: #007bff;
    border: 2px solid #007bff;
}


/*
* editor
*/
.profile-avatar-wrap {
    position: relative;
}

.image-container-overlay {
    text-align: center;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.image-container-overlay .btn {
    margin-top: 0 !important;
}

.image-container-overlay h3 {
    margin-top: auto;
}

.remove-image {
    height: 30px;

    width: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 0;
    background-color: #ff5c6e;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    z-index: 8;
    position: absolute;
    display: none;
    background-image: url(/images/cancel.svg);
}

.profile-avatar:hover .remove-image {
    display: block;
}

.video-upload {
    display: none;


    margin-bottom: 1rem;
    border-radius: 4px;
}

.video-upload .video-upload-submit {
    display: none;
}

.video-upload.active {
    display: block;
}

@media (max-width: 768px) {
    .add-videos {
        margin-bottom: 1rem;
    }
}

.tokenfield.tokenfield-mode-tokens {
    min-height: 50px;
    padding: 9px 12px 0;
}

.tokenfield .tokenfield-set > ul > li {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.tokenfield .item-remove {
    font-size: 2rem;
    text-decoration: none;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    text-align: center;
    opacity: .5;
}

.tokenfield .item-remove:hover {
    background-color: transparent;
    opacity: 1;
}

.file-hide {
    position: relative;
    cursor: pointer !important;
    overflow: hidden;
}

.file-hide:hover .btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.file-hide input[type=file] {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}

.lang-tabs,
.nolabel label {
    display: none !important;
}

.bootstrap-select {
    border: none;
    border-radius: 5px;
}

.bootstrap-select .btn {
    border-radius: 0 !important;
}

.editor textarea {
    height: 7rem;
}

.editor .form-group {
    margin-bottom: .6rem;

    z-index: 2;
    position: relative;

}

.editor-footer {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .6rem;
    box-shadow: 0 0 7px rgba(198, 221, 242, 1);
    background-color: #fff;
}

.editor-footer .btn {
    font-size: .9rem;
    padding: .7rem 2.2rem;
}

.card-footer .feather {
    transition: all ease .6s;
}

.comment-footer .btn-comment-like,
.btn-group.card-footer .btn.btn-post-like,
.btn-group.card-footer .btn.btn-post-visit,
.btn-group.card-footer .btn.btn-post-share {
    padding: .4rem;
    margin: 0 .4rem !important;
    color: #757575;
    font-size: .71rem;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-post-share span {
    display: none;
}

.btn-group.card-footer .btn.btn-post-like:hover,
.btn-group.card-footer .btn.btn-post-visit:hover,
.btn-group.card-footer .btn.btn-post-share:hover {
    background-color: #f1f5f9 !important;
}

.btn-group.card-footer .btn-primary:not(:disabled):not(.disabled):active,
.btn-group.card-footer .btn-primary:not(:disabled):not(.disabled).active {

}

.social-share {
    list-style: none;
}

.social-share li {
    list-style: none;
    padding: 0 !important;
    margin: 0 10px;
}

.social-share li:before {
    display: none;
}

.social-share li a {
    display: block;
    padding: 10px;

    border-radius: 50%;
    text-decoration: none;

    font-size: 1.8em;
    width: 55px;
    height: 55px;
    line-height: 35px;
}

.social-share li a:hover {
    background-color: #FF5C6E;
    color: #fff;

}

.modal-header,
.popup-wrap {
    position: relative;
    z-index: 3;
}

.modal-content .social-share li {
    display: inline-block;
}

.modal-content .social-share {
    padding: 0;
    margin: 0;
    padding-bottom: 2rem;
    text-align: center;
}

.modal-footer {
    z-index: 2;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.modal-add-post {
    padding-bottom: 1rem;
}

.modal-footer .btn {
    width: 50%;
    margin: 0 .5rem;
}

.modal-footer {
    padding: 1rem 2rem 2rem;
    border: none;
}

.card-footer .feather {
    color: #afd0f0;

}

.btn-secondary {
    color: #fff;
    background-color: #c0cfdf;
    border-color: #c0cfdf;
}

.images-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding-bottom: 1rem;
    transition: all ease .3s;
}

.actions .photoEdit {
    background-image: url(/images/edit.svg);
}

.actions .photoCover {
    background-image: url(/images/cover.svg);
    background-size: 16px !important;
}

.actions .photoRemove {
    background-image: url(/images/cancel.svg);
}

.images-list.images-list-3 .itemPhoto:first-of-type {
    width: 100%;
    height: 300px;
}

.video-item {
    position: relative;
}

.itemPhoto .actions, .video-item .actions {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 8;
}

.images-list .itemPhoto:hover .actions {
    display: block;
}

.images-list .itemPhoto .img-wrap {
    margin: 4px;
    border-radius: .45rem;
    overflow: hidden;
}

.images-list .itemPhoto {
    border-radius: .5rem;
    overflow: hidden;
}


.actions .btn {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 2rem !important;
    padding: 0;
    margin-bottom: .4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    background-color: #000000;
    border-color: #000000;
}


.authorized-only {
    display: none !important;
}

.is-authorized .navbar .authorized-only {
    display: inline-block !important;
}

.is-authorized .left-nav .authorized-only {
    display: block !important;
}

.is-authorized .navbar .authorized-no, .is-authorized .left-nav .authorized-no {
    display: none !important;
}

.is-authorized .left-nav hr {
    margin: .7rem 1rem !important;
}

.images-container {
    display: none;
}

.full-edit .images-container, .full-edit .videos-container {
    display: block;
}

.user-menu .dropdown-item {
    max-width: 230px;
}

.user-menu .btn {
    margin: 0 !important;
    border-radius: 0 !important;
}

/*
*
* error
*
*/

.user-menu .feather {
    margin-right: .7rem;
}

.error-container {
    padding: 6rem 0;
}

.error-container h1 {
    font-size: 4rem;
}

/*
*
* admin
*
*/


.admin-nav {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    border-radius: 50%;
    z-index: 10000;
    display: none;
}


/*
*
* mobile
*
*/

.profile-header .profile-thmb {
    background-color: #e8f4ff;
}


@media (max-width: 576px) {

    /*  profile */
    .profile-header .profile-title h1 {
        font-size: 1.5rem;
    }

    .profile-header .btn-settings {
        top: 1rem;
        right: 1rem;
        bottom: auto;
    }

    .profile-header .profile-thmb {
        margin-bottom: 1rem;
    }

    .profile-header .bd-placeholder-img {
        width: 80px;
        height: 80px;
    }

    .profile-header .btn-settings .btn.btn-ico {
        line-height: 20px;
    }

    /*  media */
    .media-main-list .media-list-item .caption-wrap {
        padding: 0;
    }

    .media-main-list .thmb-media {
        width: 55px;
        height: 55px;
    }

    .media-main-list li.mb-5 {
        margin-bottom: 1rem !important;
    }

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

    .user-menu .dropdown-item {
        max-width: 180px;
    }
}

blockquote {

    padding: 3rem;
    position: relative;
    margin: 2rem 0;
    color: #007bff;
    font-weight: 600;
    font-size: 1.2rem;
    border: 2px solid #007bff;
    border-radius: 20px;
}

blockquote a {
    text-decoration: underline;
}

blockquote p {
    margin: 0;
}

.card-img-overlay {
    padding: 2rem;
}

.tags-main-container .btn {
    background-color: #fff;
}

/* shadows */
.flow .card:hover,
.tags-main-container .btn:hover,
.my-articles li:hover,
.media-main-list .media-list-item:hover {
    box-shadow: 0 0 15px #c0cfdf;
}


.jury strong {
    font-size: 1.3rem;
    color: #007bff;
}

.jury .jury-thmb {
    background-color: #ccc;
    height: 140px;
    width: 140px;
    border-radius: 50% 50% 50% 2.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.jury .jury-thmb img {
    max-width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

.jury {
    color: #909193;
}


/* accordion */

.accordion {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.accordion .accordion-item .accordion-header {
    font-size: 1.2rem;
    cursor: pointer;
    color: #1a8dff;
    border-top: 2px solid #c0cfdf;
    padding: .6rem 0;
    font-weight: 600;
}

.accordion .accordion-item .accordion-header:hover {
}

.accordion-body {
    padding-bottom: 2rem;
}

.accordion .accordion-item .accordion-header:after {
    content: '';
    width: 25px;
    height: 25px;
    float: right;

    border-radius: 50%;
    margin-right: 10px;
    margin-top: -1px;

    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: auto 18px;
    background-image: url(/images/plus-minus.svg);
    transform: rotate(180deg);
    transition: all ease .3s;

}

.accordion .accordion-item .accordion-header.collapsed:after {
    transform: rotate(0deg);
}


/* edit-page */

.menu-settings, .menu-settings .nav-item {
    display: block;
    width: 100%;
    font-weight: 600;
}

.menu-settings a {
    display: block;
    padding: .4rem .5rem;
    color: #666;
    border-radius: 3px;
}

.menu-settings a:hover {
    background-color: #fff;
    box-shadow: 0 0 2px #c0cfdf;
}

.settings-alert {
    background-color: #fff;
    padding: 1rem;
}

.anchor {
    position: absolute;
    top: -100px;
    width: 1px;
    height: 1px;
}

.settings-menu-col {
    top: 6rem;
    max-width: 230px;
}

.kv-grid-table thead {
    color: #96a6b8;
}

.form-row-container .form-group {
    display: flex;
}

.form-row-container label {
    width: 33.33%;
    color: #999;
}

.form-row-container .select2 {
    width: 100% !important;
}

.kv-editable, .kv-editable-value {
    display: block;
}

.kv-editable-form-inline .btn {

    font-size: 1rem;
    padding: .2rem;

}

.panel .kv-editable-form-inline {
    display: grid;

}

.kv-editable-form-inline .input-group {

    display: flex !important;
    flex-flow: row !important;

}

.kv-editable-form-inline .form-group {
    margin-left: auto;
}

.kv-editable-form-inline .kv-editable-parent,
.kv-editable-form-inline select {
    margin-left: 0;
    width: 100% !important;
}

.kv-editable-form-inline select {
    background-color: #e8f4ff;
}

.kv-editable-form-inline .card {
    box-shadow: none;
    padding: 0;
}

.kv-editable-reset {
    display: none;
}


.edit-section-title {
    font-size: 1.2em;
}

.tab-content {
    padding: 0 !important;
}

.edit-section {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .edit-page-menu .pull-left.edit-page-menu-buttons {
        display: none;


    }
}

#edit-sections-menu a:after {
    display: block;
    content: '';

    height: 22px;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    width: 22px;
    position: absolute;
    background-image: url(/images/settings.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: top center;
}

#edit-sections-menu a.active:after {

    background-image: url(/images/settings.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center -22px;
}

#edit-sections-menu a:after {
    top: 36px;
}


.publ-col-btn:hover:before {

    background-size: 22px auto;
    background-position: center -22px;
}

#edit-sections-menu {
    position: fixed;
    left: 0;

    z-index: 1;
    width: 150px;


    top: 100px;
    text-align: center;
}

#edit-sections-menu a span {
    display: none;
}

.lang-tabs, #website-tabs {
    padding-left: 10px;
    float: right;
}

.back-btn, .btn-delete {
    border: 3px solid transparent;

}

.post-delete {
    color: #ff0000 !important;
}

.form-col {
    margin: auto;
    max-width: 800px;
    min-height: 700px;

}


.edit-page .publ-col {
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    width: 400px;
    min-width: 360px;
    right: 0;
    padding: 20px;
    bottom: 0;
    top: 80px;
    z-index: 5;
}

.edit-page .publ-col {
    width: 360px;
    right: -360px;

}

.edit-page .publ-col.active {
    right: 0;
    background-color: #fff;
}

.publish-wrap {


}


.title-edit-page .label {
    float: left;
}

.publish-wrap .label {
    width: 25%;
    display: inline-block;
    color: #999;
    text-align: left !important;
}

.image-container {
    background-color: #fff;
}

.image-container img {
    max-width: 100%;
}

.add-image-btn .loader {
    position: absolute;

}

.profile-avatar {
    overflow: hidden;
    border-radius: .45rem;

}

.profile-avatar input[type=file] {
    opacity: 0;
    min-height: 160px;
    cursor: pointer !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
}

.load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    border-radius: 0;
}

.load:after {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

.add-image-btn input[type="file"] {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}

#edit-sections-menu a:before {
    display: block;
    border-radius: 50%;
    content: '';
    z-index: 10;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    background-color: #fff;
    width: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

}

#edit-sections-menu a {
    position: relative;
    padding: 10px 7px;
    text-decoration: none;
    display: block;
    width: auto;

}

.edit-page-menu .btn-ico {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: transparent;
    border-radius: 50% !important;
}

.crumps {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
}

.crumps a, .crumps span {
    display: inline-block;
    padding: 20px;
    margin-right: 5px;
}

.publish-settings {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    right: 25px;
    top: 25px;
    border-radius: 50%;
    line-height: 1em;
}

.publish-settings .btn-delete {
    font-size: 0;
    color: transparent;
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    line-height: 1em;
    background-image: url(/images/cancel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.images-list .itemPhoto {
    width: 50%;
    display: block;
    float: left;
    position: relative;

    box-sizing: border-box;
}


.gal-items-1 .itemPhoto {
    width: 100% !important;
}

@media screen and (max-width: 768px) {

    .images-list .itemPhoto {
        width: 50%;

    }
}

.itemPhoto .actions {
    top: 10px;
    right: 10px;
    display: none;
}

.img-responsive {
    width: 100%;
}

.itemPhotoid {
    position: absolute;
    top: 15px;
    display: none;
    left: 15px;
    background-color: #7a808e;
    color: #fff;
    padding: 3px 7px;
    font-size: 0.8em;
    border-radius: 20px;
}

.images-list .itemPhoto:hover {
    background-color: #cbdfe6;
}

.itemPhoto:hover .actions {
    display: block;
}


.youtube-card .card-text {
    max-height: 50px;
    overflow: hidden;
}


/* Settings */
.settings {
    margin: auto;
}

.clear:after {
    content: ' ';
    display: block;
    clear: both;
}

.settings .form-container:before {
    background: #FF5C6E;
    right: 60px;
    left: auto;
    top: -250px;
}


.panel-heading {
    background-color: #fff;
}

.panel-heading > .a, .panel-heading-wrap, .panel-heading span {
    display: block;
    padding: 12px 0;
    color: #3a3a3a;
    text-decoration: none;
    cursor: pointer;
}

.panel-heading label {
    float: left;
    color: #999;
    width: 120px;
    margin-top: 4px;
}

.panel-text-wrap {
    margin-right: 0;
    margin-left: 160px;
    background-color: #f1f5f9;
    min-height: 40px;
    padding: 10px;
    border-radius: .45rem;
}

.panel-collapse {
    background-color: #f1f5f9;
    margin: 0 -2rem;
}

.panel-collapse .form-control {
    background-color: #ffffff !important;
}

.panel-body {
    padding: 20px 30px 0;
}

.panel-footer {
    padding: 0 30px 20px 30px;
}

.settings .settings-header {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.settings-avatar {
    position: relative;
}

.settings-header .settings-avatar {
    margin-right: 2rem;
}

.settings-menu-col .settings-header .settings-avatar {
    margin-right: 0;
}

.settings-avatar .image-container {
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    width: 165px;
    height: 165px;
}


.settings-avatar .edit-section-title {
    display: none;
}

.settings-avatar .image-container {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
}

.settings-name {
    padding: 0 .5rem;
}

.settings #userSettingsForm h3 {
    color: #007bff;
    margin: 0;
    position: relative;
}

.settings-name h1 {
    font-size: 1.2rem;
}

.settings-name p, .settings-name a {
    color: #92a3b5;
}

.navbar-settings {
    padding-top: 0;
}


.btn-edit-article {
    float: right;
    width: 43px !important;
    height: 43px !important;
    color: #007bff;
    background-color: #ffffff;
    border-color: #ffffff;

}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    padding: 0.375rem 0.75rem !important;
}

.gotop.active {
    display: block;
}

.gotop {
    background-color: rgba(255, 255, 255, .8);
    cursor: pointer;
    display: none;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    background-image: url(/images/up.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    z-index: 5000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all ease .2s;
    box-shadow: 0 0 10px rgba(198, 221, 242, 1);
}


/* edit team list */

.team-list .form-control {
    border: 2px solid #c0cfdf;
    background-color: transparent;
}

.team-list .thmb {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    margin-right: 1rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
}

.team-list .btn.delete {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: .8rem;
}

.media-city {
    margin-bottom: .9rem !important;
    color: #818385;
}

.btn-settings .btn-media-share span {
    display: none !important;
}

.btn-settings .btn-media-share {
    padding: .55rem !important;
    margin-right: .5rem;
}

.btn-media-like .badge {
    display: none !important;
}

.tt-menu {
    width: auto !important;
    right: 0 !important;
}

.tt-scrollable-menu {
    width: 100%;
}

.tt-scrollable-menu .tt-menu {
    font-size: .9em !important;
    border-radius: 0 !important;
    padding: 0 !important;
    max-height: 240px !important;
}

.tt-menu .tt-suggestion {
    padding: 15px;
    overflow: hidden;
}

.tt-menu .tt-suggestion {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer !important;
    padding: 10px 10px !important;
}

.tt-menu .tt-suggestion:last-of-type {
    border-bottom: none;
}

.tt-menu .tt-suggestion:before {
    float: left;
    content: '';
    width: 22px;
    height: 22px;
    display: none;
    margin-right: 10px;
    z-index: 2;
    position: relative;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: 20px auto !important;
    background-position: center center;
}

.tt-menu .tt-suggestion.contest:before {
    background-color: #1a8dff;
}

.tt-menu .tt-suggestion.media:before {
    background-color: #ff5c6e;
}

.tt-menu .tt-suggestion.article:before {
    background-color: #777;
}

.tt-menu .tt-suggestion.tag:before {
    background-color: #000;
}


.tt-selectable span {
    float: right;
}

.tt-selectable span.title-tt-menu {
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag.tt-suggestion:before {
    background-image: url(/images/tt/tag.svg);
}

.tt-selectable span.subtitle-tt-menu {
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #CCCCCC;
    margin-left: 10px;
}


.media-main-list .media-list-item {
    padding: 1.2rem !important;
}

input:-internal-autofill-selected {
    background-color: #fff !important;

}

@media (min-width: 768px) {

}

@media (max-width: 768px) {
    .fixed-top {
        height: 4rem;

    }

    main {
        padding-top: 4rem;
    }

    .navbar-brand svg {
        width: 38px;
        height: 38px;
    }

    .form-container h1 {

        font-size: 1.6rem;
    }

    .form-container:before {

        left: -264px;

        top: -277px;
    }

    .auth-clients {

        padding: 0 -.5rem;
    }

    .auth-clients li {
        padding: 0 .5rem;
    }

    .breadcrumb {
        padding: 0.75rem 0;
    }

    .form-container {
        padding: 2rem 0 5rem;
    }

    .social-container-wrap {
        margin-left: 0;
    }

    .media-main-list .btn-container .btn {
        font-size: .8rem;
    }

    .flow-filter {
        width: 100%;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .media-sorting .flow-filter {
        width: 100%;
        padding-left: 0;
    }

    .flow-sorting, .tabs-x {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 0;
    }

    .flow-sorting-container {
        position: static !important;
        margin: 0 !important;

    }

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

    .social-container .circle {
        display: none;
    }

    .single-wrap {
        padding: .5rem 0;
    }

    .contest-page-wrap {
        padding: 1rem 1rem;
    }

    .contest-banner .main-header {
        padding: 2rem 2rem 8rem 2rem;
    }

    .single-wrap.text-wrap {
        padding: 2rem 0;
    }

    .sidebar .nav-link {

        padding: .5rem 1rem;
    }

    .fixed-top .left-nav {
        width: auto;
    }

    .styled-img {


    }

    .main-header {
        padding: 2rem 2rem 4rem 2rem;
    }

    .main-header-overlay {

        max-width: 100%;
    }

    .main-header-overlay .btn {
    }

    .contest-header .main-header {
        padding: 4.7rem 2rem 2.5rem;
    }
}

@media screen and (max-width: 576px) {
    .navbar-brand {
        padding: 3px;
        border-radius: 3px;
    }

    .navbar-brand svg {
        width: 34px;
        height: 34px;
    }

    .brand-title {
        background-size: contain;
        background-position: center;
        width: 68px;
    }

    .fixed-top .btn.btn-ico {
        padding: 3px!important;
        height: 40px;
        width: 40px;
    }

    .navbar.fixed-top .login-button .btn {
        font-size: 0.875rem;
    }
}


.search-container ::-webkit-input-placeholder {
    color: #84baf0;
}

.search-container ::-moz-placeholder {
    color: #84baf0;
}

/* Firefox 19+ */
.search-container :-moz-placeholder {
    color: #84baf0;
}

/* Firefox 18- */
.search-container :-ms-input-placeholder {
    color: #84baf0;
}

.ql-editor {
    padding: 0 !important;
    font-size: 1.1rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.table thead th {
    border-bottom: none;
}

.cbx, .cbx-container, .cbx-label {
    vertical-align: top;
}

@media (max-width: 768px) {

    .form-row-container .form-group {
        display: block;
    }

    .modal-body .modal-login:before {
        left: -237px !important;
        bottom: 42px !important;
    }

    .field-user-rememberme .modal label {

        width: 100px;
    }
}

.ql-container {
    min-height: 150px !important;
    height: auto !important;
}

.select2-selection {
    background-color: #eff7ff !important;
}

.table th, .table td {
    padding: 0.25rem;

}

.table-hover tbody tr:hover {
    background-color: rgb(241, 245, 249);
}

.kv-grid-bs4 .summary {
    font-size: .8rem;
    padding: .5rem 0;
}

.svg-inline--fa.fa-w-14 {
    color: #96a6b8;
}


.context-buttons .btn {
    background-color: #d8e9fb;
    width: 100%;
    margin-bottom: 1rem;
}

.context-buttons .btn:hover {
    background-color: #c0d9f5;
}

.modal-header {
    color: #133960;
}

@media (max-width: 768px) {
    .settings-menu-col {
        max-width: 1000px;
    }
}


@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {

        font-size: 1em;
    }

    .editor-footer .btn {

        padding: .6rem 1.2rem;
    }

}


@media screen and (max-width: 901px) {
    .settings-avatar .image-container {

        border: 5px solid #fff;
        width: 125px;
        height: 125px;
    }

    .profile-avatar {

        max-width: 130px;
    }

}

@media screen and (max-width: 768px) {

    .contest-step-block {
        padding: .9rem 1rem;
        margin-left: 0;

    }


    .card .content-container .content-video,
    .card.yt-player-container {

        margin: 0 -1rem;

    }


    .single-wrap h1 {
        font-size: 1.5rem;
    }

    .modal-add-post .btn {
        font-size: 0;
    }

    .flow-filter {

        padding-left: 20px;
        padding-right: 20px;
    }

    .main-header.style5 {
        padding-bottom: 100px;
    }

    .main-header.style5 .styled-img {

        top: auto;
        bottom: 0;
        background-size: 300px auto;
        background-position: top left;
        height: 30%;
        width: 300px;
    }

    .contest-banner-view .styled-img {
        width: 180px !important;
        height: 150px !important;
        background-size: 180px !important;
        background-image: none;
    }

    .main-header.style7 .styled-img {

        background-size: 240px;
        width: 240px;
    }

    .partners-list .row {
        margin-right: 0;
        margin-left: 0;
    }

    .main-header.style8 .styled-img {

        background-size: 280px;
        width: 280px;
    }


    .social-share li {

        margin: 0;
    }

    .settings-header h1 {

        margin-top: 1.5rem;
    }

    .settings-header {
        display: flex;
    }

    .profile-avatar {
        margin-right: 1rem;
    }

    .settings-menu-container .navbar-settings {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .navbar-settings .menu-settings {
        width: 600px;
    }

    .menu-settings .nav-item {
        display: inline-block;
        width: auto;

    }

}

.comment-footer .btn {
    font-size: .8rem;
}

.comment-footer .btn {
    margin-right: 10px !important;
}

.comment-footer .btn.btn-like {
    margin-right: 2rem !important;
}

.button-comment-like {
    top: 0 !important;
}

.comment-footer .comment-show-all-responds {
    float: right;
    margin-right: 0 !important;
}

.comment-footer .comment-show-all-responds:after {
    float: left;
    margin-right: .5rem;
}

.comment-footer .btn-group {
    width: 100%;
    display: block;
}

.responds-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.comments .caption {
    padding-left: 60px;
}

.comments .button-container button {
    border: none;
    padding: 8px 15px;
    border-radius: .4rem;
}

.comments .button-container .button-cancel {
    background-color: #e2ecf7;
}

.comments .reply-form-container, .comments .replies-list-container {
    padding-left: 60px;
}

.comment-text {
    padding: 1rem;
    background-color: #eff7ff;
    border-radius: .4rem;
}

.comments-list-item-wrap {
    margin-bottom: 10px;

}

.photo-gallery img {
    max-width: 100%;
}

.post-award {
    position: relative;
    display: none;
}

.post-award .post-award-ico {
    float: left;
    width: 40px;
    height: 65px;
    margin-right: 1.5rem;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    background-image: url(/images/union.svg);
}

.post-award .title {
    color: #ff5c6e;
    font-weight: bolder;
    margin-bottom: .2rem;
    font-size: 1.2rem;
}

.post-award .card {
    overflow: hidden;
}

.post-award .card:before {
    background: #1A8DFF;
    right: 20px;
    width: 119px;
    top: -65px;
}

.post-comments {
    padding: .4rem;
}

.post-comments:before {
    content: '';

    width: 27px;
    height: 27px;
    float: left;

    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25px;
    margin-right: .5rem;
    background-image: url(/images/comment.svg);
}

.videos-list .row {
    flex-wrap: nowrap;
}


.panel-footer .btn.clear {
    background-color: #d5e2ef;
    border: 1px solid #d5e2ef;
}

.highlight-addon ul {
    margin-bottom: 1rem;
}

.highlight-addon p {
    margin-bottom: 1rem;
}

.ytp-chrome-top-buttons {
    display: none !important;
}

.panel .kv-editable-form-inline {
    padding: 15px 5px;
}

.tag-badges {
    margin-bottom: .5rem;
    vertical-align: top;
}

.tag-badges .tag-badge {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tag-badges .tag-badge.badge-74 {
    background-image: url(/images/badges/gold-star.svg);
}

.tag-badges .tag-badge.badge-75 {
    background-image: url(/images/badges/silver-star.svg);
}

.tag-badges .tag-badge.badge-29 {
    background-image: url(/images/badges/bronze-star.svg);
}

.tag-badges .tag-badge.badge-29 {
    background-image: url(/images/badges/bronze-star.svg);
}

.tag-badges .tag-badge.badge-27 {
    background-image: url(/images/badges/ua-blog.svg);
}

.tag-badges .tag-badge.badge-30 {
    background-image: url(/images/badges/top.svg);
}

.tag-badges .tag-badge {
    vertical-align: top;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 0;
    margin-right: .5rem;
}

.media-main-list .tag-badges .tag-badge {
    width: 30px;
    height: 30px;
}

.main-header .tag-badges .tag-badge {
    width: 50px;
    height: 50px;
}

.tag-badges-list .tag-badges {
    display: inline;
}


.post-tags {
    position: relative;
    z-index: 2;

    font-size: .9rem;
    width: 100%;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

}

.readmore-js-toggle {

    z-index: 10;
    position: relative;
}

a.readmore-js-toggle {
    color: #9c9c9c;
    font-size: .9rem;
}

.bootbox .modal-body {
    padding-top: 2rem;
}


.pagination {
    justify-content: center;
    font-size: 1.3rem;
}

.pagination li {
    padding: .5rem;
}

.main-ad-slider {
    margin-bottom: 0 !important;
}


.btn-state {
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    background-color: #007bff !important;
}

.btn-state-play:before {

    border-width: 10px 0 10px 15px !important;
}

@media screen and (max-width: 768px) {

    .contest-banner-view .styled-img {
        display: none;
    }

    .main-ad-slider .slick-prev,
    .main-ad-slider .slick-next {
        display: none !important;
    }

    .yt-player-container iframe {
        height: 200px !important;
    }
}

.yt-player-container {
    overflow: hidden;
}

.yt-player-container img {
    margin-top: -5% !important;
    margin-bottom: -5% !important;
}

.ytp-chrome-top {
    display: none !important;
    opacity: 0 !important;
}

.aside-col .main-header {
    display: none;
}

.tooltip-inner {
    background-color: #1a8dff !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #1a8dff !important;
}

@media screen and (max-width: 768px) {
    .aside-col {
        display: none !important;
    }
}

.posts-layout .spoiler {
    max-height: 160px;
    overflow: hidden;
    line-height: 1.4rem;
}

.posts-layout .spoiler.long:after {
    content: 'Детальніше';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 3;
    font-size: .8rem;
    color: #0062cc;
}

.posts-layout .spoiler.active {
    max-height: 1000px;
}

@media screen and (max-width: 1000px) {
    .gallery-items-3 .gallery-photo:first-of-type a {
        height: 150px;
    }

    .content-gallery .gallery-photo a {
        height: 140px;
    }

    .gallery-items-2 .gallery-photo a {
        height: 140px !important;
    }

    .gallery-items-4 .gallery-photo a {
        height: 140px !important;
    }
}

.contest-page-wrap img {
    max-width: 100%;
}

.contest-page-wrap h2:first-of-type {
    margin-top: 0;
}

.contest-page-wrap h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.contest-page-wrap table p {
    margin: 0;
}

.contest-page-wrap table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 2rem;
    border: none !important;
}

.contest-page-wrap table td {
    padding: .5rem;
    border: 1px solid #007bff !important;
}

.sticker {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 0;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -5px;
    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
}

.sticker.s-1 {
    background-image: url(/images/stickers/s1.png);
}

.sticker.s-2 {
    background-image: url(/images/stickers/s2.png);
}

.sticker.s-3 {
    background-image: url(/images/stickers/s3.png);
}

.sticker.s-4 {
    background-image: url(/images/stickers/s4.png);
}

.sticker.s-5 {
    background-image: url(/images/stickers/s5.png);
}


.card-header .sticker {
    width: 90px;
    height: 20px;
    margin-left: 2px;
    margin-top: 0;
    background-size: 90px;
    border-radius: 2px;
}

.card-header .sticker.s-1 {
    background-image: url(/images/stickers/z1.png);
}

.card-header .sticker.s-2 {
    background-image: url(/images/stickers/z2.png);
}

.card-header .sticker.s-3 {
    background-image: url(/images/stickers/z3.png);
}

.card-header .sticker.s-4 {
    background-image: url(/images/stickers/z4.png);
}

.card-header .sticker.s-5 {
    background-image: url(/images/stickers/z5.png);
}


/* style-banner-3 */


.style-banner-3 {
    background-color: #fe5c6d;
    color: #fff;
}

.style-banner-3 .h1 {
    color: #fff !important;
}

.style-banner-3 .btn-banner-trigger {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1a8dff;
}

.style-banner-3.styled-colors:after {
    background: #1a8dff !important;
    left: -335px;
    top: -57px !important;
    width: 400px;
    height: 400px;
}

.style-banner-3 .styled-img {
    background-image: url(/images/b10.svg);
}

.style-banner-3.styled-colors:before {
    background: #133960 !important;
    right: -70px;
    top: -207px;
}


/* style-banner-4 */


.style-banner-4 {
    background-color: #1a8dff;
    color: #fff;
}
ol li { margin-bottom: 1rem; }
.style-banner-4 .h1 {
    color: #fff !important;
}

.style-banner-4 .btn-banner-trigger {
    background-color: #fff;
    border: 1px solid #fff;
    color: #133960;
}

.style-banner-4.styled-colors:after {
    background: #133960 !important;
    left: 146px !important;
    top: 307px !important;
    width: 400px;
    height: 400px;
}

.style-banner-4 .styled-img {
    background-image: url(/images/b4.svg);
}

.style-banner-4.styled-colors:before {
    background: #fe5c6d !important;
    right: -70px;
    top: -207px;
}


/* style-banner-4 */


.style-banner-5 {
    background-color: #fe5c6d;
    color: #fff;
}

.style-banner-5 .h1 {
    color: #fff !important;
}

.style-banner-5 .btn-banner-trigger {
    background-color: #fff;
    border: 1px solid #fff;
    color: #133960;
}

.style-banner-5.styled-colors:after {
    background: #133960 !important;

    width: 400px;
    height: 400px;
}

.style-banner-5 .styled-img {
    right: 0 !important;
    top: 0;
    bottom: 0;

    background-image: url(/images/b11.svg);
    background-position: left center !important;
    background-size: 550px !important;
    height: 100% !important;
    width: 43% !important;
}

.style-banner-5.styled-colors:before {

    display: none !important;
}

@media (max-width: 768px) {
    .style-banner-5 .styled-img {
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        background-position: center top !important;
        height: 135px !important;
        width: 100% !important;
    }
}

.project-header {
    background-color: #fff;
    width: 100%;


    background-size: cover;
    background-position: center center;
}

.photos-item-g3 .thmb {
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.photos-item-g3 h4 {
    color: #007bff;
}

.button-loader-container {
    position: relative;
}

.button-loader {
    position: absolute;
    top: 10px;
    padding: .35rem;
    background-color: #fff;
    border-radius: 5px;
    right: 1rem;
    left: 0;
    width: auto;
}

.path-svg {
    width: 100%;
}

.socials-btn .btn {
    width: 42px !important;
    height: 42px !important;
    color: #007bff;
    background-color: #d9ebfd;
    border-color: #d9ebfd;
}

option {
    white-space: normal !important;
}

.media-stat-180, .media-stat-39,
.media-180 .media-level,
.media-39 .media-level {
    display: none !important;
}


.contest-btn-top {
    padding-top: 0rem !important;
}


@media (max-width: 768px) {
    .contest-btn-top {
        padding-top: .7rem !important;
    }
}


.contest-btn-top .spinner {
    width: 1rem !important;
    height: 1rem !important;
    margin-right: 10px !important;
    margin-left: -10px !important;
}

.type-contest select.form-control {
    width: 100% !important;

}

.type-contest select.form-control option {
    width: 300px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.btn-yt {
    color: #fd1717;
}

.btn-yt:hover {
    background-color: #e6f2ff;
    color: #fd1717;
}


@media (max-width: 768px) {
    .main-header.styled-banner .styled-img {
        display: none;
    }

    .question {
        display: none !important;
    }

    .main-header {
        padding: 1.4rem;
    }

    .style4.main-header {
        padding: 1.4rem;
    }

    .small-nav {

        margin-left: 0;
    }
}

.nav-link.food-map {
    background-color: #fe5c6d;
    color: #272361;
    position: relative;
    text-align: center;
    margin-bottom: 10px !important;
    border: 1px solid transparent!important;
}

.nav-link.food-map:hover {
    background-color: #ff7d8b;
}

.nav-link.food-map:before {
    content: '';
    background-image: url(../map-images/g1.svg);
    background-position: center center;
    background-repeat: no-repeat;
}


.nav-link.food-map:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../map-images/g3.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px;
    position: absolute;
    left: 7px;
    top: 7px;
}