.bg-gradient {
    background: rgba(41, 74, 239, 1);
    background: -moz-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 74, 239, 1)), color-stop(28%, rgba(53, 68, 237, 0.9)), color-stop(69%, rgba(118, 42, 225, 0.76)), color-stop(100%, rgba(128, 39, 224, 0.65)));
    background: -webkit-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: linear-gradient(to right, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294aef', endColorstr='#8027e0', GradientType=1);
    color: #fff !important;
}

.bg-gradient-orange {
    background: linear-gradient(135deg, #fcdf8a 0%, #f38381 100%);
}

.font-white {
    color: #fff !important;
}

.panel-borderless, .panel-borderless .panel-heading, .panel-borderless .panel-body {
    border: 0px !important;
    box-shadow: -1px 1px 0px #eee;
}

.btn-purple-2, .btn-purple-2:hover, .btn-pruple-2:focus {
    background: rgba(41, 74, 239, 1);
    background: -moz-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 74, 239, 1)), color-stop(28%, rgba(53, 68, 237, 0.9)), color-stop(69%, rgba(118, 42, 225, 0.76)), color-stop(100%, rgba(128, 39, 224, 0.65)));
    background: -webkit-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: linear-gradient(to right, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294aef', endColorstr='#8027e0', GradientType=1);
    color: #fff !important;
    color: #fff;
    border: 0px;
}

.btn-purple-2:hover {
    color: #eee;
}

.btn-purple, .btn-purple:focus {
    background: #4568DC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #B06AB3, #4568DC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B06AB3, #4568DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 0px;
}

.btn-purple:hover {
    color: #eee;
}

.top_header_bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    padding: 3px 0;
}

.top_header_bar .user_head > li > a {
    font-size: 12px;
}

.top_header_bar .user_head > li:hover > a {
    color: #ddd;
}

.alert {
    font-size: 13px;
}


/* ===========================================================
 * TILES
 * -==========================================================
*/
.tiles {
    margin-left: -10px;
    text-align: center !important;
}

.tiles:before, .tiles:after {
    display: table;
    content: " ";
}

.tiles:after {
    clear: both;
}

.tiles .tile {
    display: block;
    letter-spacing: 0.02em;
    float: none;
    display: inline-block;
    height: 155px;
    width: 190px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 10px 10px;
    background: #642B73;
    font-weight: bold;

    background: rgba(41, 74, 239, 1);
    background: -moz-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 74, 239, 1)), color-stop(28%, rgba(53, 68, 237, 0.9)), color-stop(69%, rgba(118, 42, 225, 0.76)), color-stop(100%, rgba(128, 39, 224, 0.65)));
    background: -webkit-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    background: linear-gradient(to right, rgba(41, 74, 239, 1) 0%, rgba(53, 68, 237, 1) 28%, rgba(118, 42, 225, 1) 69%, rgba(128, 39, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294aef', endColorstr='#8027e0', GradientType=1);
    color: #fff !important;
}

.tiles .tile:after, .tiles .tile:before {
    content: "";
    float: right;
}

.tiles .tile.double {
    width: 280px !important;
}

.tiles .tile.double-down {
    height: 280px !important;
}

.tiles .tile.double-down i {
    margin-top: 95px;
}

.tiles .tile:hover {
    border-color: #aaa !important;
}

.tiles .tile:active, .tiles .tile.selected {
    border-color: #ccc !important;
}

.tiles .tile.selected .corner:after {
    content: "";
    display: inline-block;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #ccc;
    position: absolute;
    top: -3px;
    left: -3px;
}

.tiles .tile.selected .check:after {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
}

.tiles .tile.icon {
    padding: 0;
}

.tiles .tile.image .tile-body {
    padding: 0 !important;
}

.tiles .tile.image .tile-body > img {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
}

.tiles .tile.image .tile-body h3 {
    display: inline-block;
}

.tiles .tile .tile-body {
    height: 100%;
    vertical-align: top;
    padding: 1px 2px;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    color: #ffffff;
    margin-bottom: 10px;
}

.tiles .tile .tile-body p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    color: #ffffff;
    line-height: 20px;
    overflow: hidden;
}

.tiles .tile .tile-body p:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tiles .tile .tile-body p:active {
    color: rgba(0, 0, 0, 0.4);
}

.tiles .tile .tile-body p:hover {
    color: #ffffff;
}

.tiles .tile .tile-body img {
    float: right;
    margin-left: 10px;
}

.tiles .tile .tile-body img.pull-right {
    float: left !important;
    margin-right: 10px;
    margin-left: 0px;
}

.tiles .tile .tile-body > .content {
    display: inline-block;
}

.tiles .tile .tile-body > i {
    margin-top: 17px;
    display: block;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
}

.tiles .tile .tile-body h1,
.tiles .tile .tile-body h2,
.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4,
.tiles .tile .tile-body h5,
.tiles .tile .tile-body h6,
.tiles .tile .tile-body p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.tiles .tile .tile-body h1:hover,
.tiles .tile .tile-body h2:hover,
.tiles .tile .tile-body h3:hover,
.tiles .tile .tile-body h4:hover,
.tiles .tile .tile-body h5:hover,
.tiles .tile .tile-body h6:hover,
.tiles .tile .tile-body p:hover {
    color: #ffffff;
}

.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4 {
    margin-bottom: 5px;
}

.tiles .tile .tile-object {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 30px;
    background-color: #faf9f9 !important;
    color: #000 !important;
    *zoom: 1;
}

.tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
    display: table;
    content: "";
}

.tiles .tile .tile-object:after {
    clear: both;
}

.tiles .tile .tile-object > .name {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
}

.tiles .tile .tile-object > .name > i {
    vertical-align: middle;
    display: block;
    font-size: 24px;
    height: 18px;
    width: 24px;
}

.tiles .tile .tile-object > .number {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 14px;
    margin-bottom: 8px;
    margin-left: 10px;
}

/* Header menu */
@media screen and (min-width: 1024px) and (max-width: 1239px) {
    .main_menu li a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 767px) {
    .bottom_header.fixed-header {
        height: 100px !important;
    }
}

@media screen and (min-width: 1024px) {
    .bottom_header.fixed-header {
        height: 110px !important;
    }
}

@media only screen and (min-width: 768px) {
    .mmenu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .mmenu .dropdown .dropdown-menu {
        width: 100%;
    }
}

.mmenu .dropdown .dropdown-menu {
    margin-top: 0;
}

.mmenu .dropdown i {
    display: inline-block;
    margin-right: 5px;
}

.main_menu > li.dropdown:hover .dropdown-menu {
    padding: 8px !important;
}

.main_menu .dropdown .dropdown-menu a {
    display: block;
}

.profile_page {
    background-color: #f0f0f0
}

.profile_page .block_desCourse, .profile_page .badges_container, .profile_page .training_list_block {
    background-color: #fff;
    margin-bottom: 20px;
}

.profile_page .badges_container, .profile_page .training_list_block, .profile_page, .profile_page .block_desCourse {
    padding-top: 30px;
    padding-bottom: 30px;
}

.profile_page {
    padding-top: 0!important;
}

.profile_page .st2_title {
    margin-top: 0;
}

.profile_page .block_top_profile {
    margin-bottom: 8px;
}

.profile_page .no_badges {
    font-style: italic;
}

.contributors_page .contributors_wrap {
    padding: 30px 0;
}

.form_st2 .select2-selection.select2-selection--single, .s {
    border-radius: 30px;
    box-shadow: none;
    border: none;
    color: #444;
    height: 45px;
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #f6f6f6;
}

.form_st2 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 7px;
    top: 9px;
}

.form_st2 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 19px;
}

.gray_box {
    background-color: #f6f6f6;
    padding: 12px 6px 6px 6px;
}
.volunteers-statistics {
    padding: 2rem;
    padding-bottom: 4rem;
}

.volunteers-statistics {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #28338e;
    color: white;

}

.volunteers-statistics h3 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .volunteers-statistics .volunteers-statistic-item {
        margin-top: 2rem;

    }
}

.volunteers-statistics p {
    margin-top: 10px;
    font-size: 18px;
    color: #A7D400;
}

.parsley-required {
    color: #a94442;
    font-size: 14px;
}

.parsley-error {
    border: 1px solid #a94442 !important;
}

.volunteer-review-item {
    margin-top: 15px;
}

.volunteer-review-item .col-md-6 {
    font-size: 16px;
    font-weight: bold;
}

.volunteer-review-body hr {
    /*border-top: 1px solid #d8d8d8;*/
}

tags.tagify {
    padding-right: 10px !important;
}

.comm_txt .more-reviews {
    padding-right: 8px;
    padding-top: 2px;
}

.comm_txt .more-reviews i {
    color: #fd7406;
}
@media (min-width: 576px) {
    .comm_tBody .row-reviews {
        /*width: 50%;*/
    }

}
.comm_tBody .row-reviews .col-text {
    font-weight: bold;
    font-size: 13px;
}

pre{
    direction: ltr;
}