@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    color: #333;
    font-family: 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
}

.label {
    background-color: #e3e3e3;
    border: 1px solid #ffffff;
    color: #0c0c0c;
    padding: 5px;
    text-align: center;

}

.label.label-danger {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.label.label-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.label.label-success {
    background-color: #2e358d;
    border-color: #2e358d;
    color: #fff;

}

.label.label-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.sports-subtitle {
    font-style: italic;
    margin-top: 20px;
    text-align: right;
}


.ajax_loader {
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 1000000;
}

a {
    color: #2e358d;
    text-decoration: none;
}

.header-menu a {
    color: #333;
}

.itemPartial a {
    color: #545454;
    text-decoration: none;
}

.itemPartial a:hover {
    text-decoration: none;
}


.ajax_loader img {
    margin-top: 7px;
    width: 72%;
}

*:focus {
    outline: none;
}

.data-table-wrap .dataTables_length {
    float: left;
    margin-right: 10px;
}

.data-table-wrap div.dataTables_filter {
    float: right;
    margin-right: 5px;
}

.data-table-wrap .btn-group {
    float: right;
}

.data-table-wrap div.dataTables_info {
    float: right;
    margin-top: 10px;
}

.data-table-wrap div.dataTables_paginate {
    float: left;
    margin-top: 10px !important;
}

.modal-dialog {
    height: 95%;
    max-width: 1060px;
    width: 90%;
}

.modal-body {
    padding: 20px 0px 0;
}

@media (min-width: 1199px) {
    .container {
        max-width: 100%;
        width: 1140px;
    }
}

/* header */

.inner-cover {
    margin-bottom: 70px;
    width: 100%;
}

@media (max-width: 992px) {
    .inner-cover {
        margin-bottom: 40px;
    }
}

.inner-cover img {
    max-width: 100%;
}


.loggedCont {
    align-items: flex-end;
    display: flex;
    height: 93%;
    justify-content: flex-end;
    width: 100%;
}

.navbar-logo img {
    width: 130px;
}

.facebook-icon {
    background-image: url(../images/fb_desktop.png);
    background-repeat: no-repeat;
    bottom: 15px;
    height: 35px;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 5;
}

@media (max-width: 1024px) {
    .facebook-icon {
        background-image: url(../images/fb_mobile.png);
        float: right;
        height: 45px;
        margin-right: 20px;
        margin-top: 60px;
        position: relative;
    }
}


.submenu-wrap {
    margin-bottom: 40px;
}

.popup-wrap .content-wrap {
    margin: 0 15px;
}

.popup-wrap {
    margin: 0 25px;
}

.mt40 {
    margin-top: 40px;
}

.report-wrap {
    margin-bottom: 40px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: 20px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #2e358d;
    border-top: 0;
    color: #fff;
    padding-left: 35px;
}

.modal-content {
    height: 100%;
}

.modal-body {
    height: 100%;
}


a:hover {
    color: #2e358d;
}

.pagination > li.active a {
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #5a5a5a;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

}

.pagination > li > a, .pagination > li > span {
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #5a5a5a;
    font-weight: 700;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: none;
    color: #2e358d;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 12px 7px 12px;
}

.buttons-excel {
    color: #333;
}

.buttons-excel:hover {
    background: #fff;
    border-color: #2e358d;
    color: #2e358d;
}

.cp {
    cursor: pointer;
}

.logged-info {
    margin-top: 30px;
}

.logged-info h5 {
    font-weight: 100;
}

.btn-primary {
    background: #2e358d;
    border-color: #2e358d;
    color: #fff !important;
}

.btn-primary:hover {
    background: #2e358d;
    border-color: #2e358d;
    color: #fff !important;
    opacity: 0.8;
}


/* Nestable */
.dd {
    display: block;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
}

.dd-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.dd-handle:hover {
    background: #fff;
    color: #2ea8e5;
}

.dd-item > button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 1;
    margin: 9px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}

.dd-item > button:before {
    color: #aaa;
    content: '+';
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/* Nestable Extras */
.nestable-lists {
    border: 0;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}

#nestable-menu {
    margin: 20px 0;
    padding: 0;
}

#nestable-output,
#nestable2-output {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75em;
    height: 7em;
    line-height: 1.333333em;
    padding: 5px;
    width: 100%;
}

#nestable2 .dd-handle {
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
    border: 1px solid #999;
    color: #fff;
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    top: 0;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/* Nestable Draggable Handles */
.dd3-content {
    background: #f9f9f9;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 2px 10px 2px 40px;
    text-decoration: none;
}

.dd3-content:hover {
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 30px;
}

.dd3-handle:before {
    color: #fff;
    content: '≡';
    display: block;
    font-size: 25px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 8px;
    width: 100%;
}


.dd3-handle:hover {
    background: #ddd;
}

.dd-right-items {
    float: right;
}

.dd-left-items {
    float: left;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-content-item {
    float: left;
    line-height: 33px;
    padding: 0 10px;
}

.dd-left-items .dd-content-item:first-child {
    padding-left: 0;
}

.dd-right-items .dd-content-item:last-child {
    padding-right: 0;
}

.dd-list .table-publish {
    margin-top: 8px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}


@media (max-width: 1024px) {
    .logged_info {
        display: none;
    }

}

footer {
    background-color: #2e358d;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 20px 0;
}

.front-page footer {
    margin-top: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.8;
}

.list {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 300;
    justify-content: space-between;
    list-style: none;
    margin-top: 40px;
    padding: 0;
}

.list li {
    float: left;
    margin-right: 40px;
}

iframe .inner-cover {
    display: none !important;;
}

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

.margin-top-lg {
    margin-top: 40px;
}

.margin-bottom-lg {
    margin-bottom: 40px;
}

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

.sidebar h1 {
    margin-bottom: 40px;
    margin-top: -5px;
}

@media (max-width: 1199px) {
    .sidebar h1 {
        font-size: 30px;
    }
}


.search-form .input-group {
    margin-bottom: 20px;
}

.search-form .input-group,
.search-form input {
    width: 100%;
}

.search-form input {
    border-radius: 5px !important;
}

.search-form2 .btn {
    float: left;
    width: calc(50% - 2px);
}

.search-form2 .btn-info {
    margin-right: 2px;
}

@media (max-width: 991px) {
    .search-form2 {
        margin-bottom: 40px;
    }
}

.newsPartial h2 {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
}

.news .btn-more {
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.news-wrap {
    margin-bottom: 40px;
}

.btn-info {
    background-color: #AEAEAE;
    border: none;
    color: #fff !important;
    transition: all 0.2s linear;
    width: 160px;
}

.btn-default {
    background: #ddd;
    color: #333;
}

.btn-danger {
    border: none;
    color: #fff !important;;
}

.btn-info2 {
    background-color: #f2f2f2;
    color: #333;
}

.btn-info:hover {
    background-color: #AEAEAE;
    color: #fff !important;
    opacity: 0.8;

}

.btn {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 22px;
    text-transform: uppercase;
}


.newsEntry .content p {
    font-size: 16px;
    line-height: 1.5;
}

.add-news-wrap textarea {
    min-height: 150px;
}

.error-str {
    color: #a94442;
}

.mce-tinymce {
    border: 1px #ddd solid !important;
}

/*news*/

.itemPartial {
    margin-bottom: 15px;
}

.itemPartial h2 {
    font-size: 13px;
    font-weight: 700;
    height: 28px;
    line-height: 14px;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.itemPartial .date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 5px 0;
}

.itemPartial .img {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s linear;
}

.itemPartial .img img {
    max-width: 100%;
    width: 100%
}

.itemPartial a:hover div {
    color: #545454;
}

.newsPartial h2 {
    font-size: 19px;
    font-weight: 900;
    height: 40px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
}

.newsPartial .excerpt {
    font-size: 15px;
    font-weight: 600;
    height: 54px;
    line-height: 18px;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.is-mobile .wow {
    visibility: visible;
}

.img.effect-apollo {
    background: #2E4E7F;
}

.img.effect-apollo img {
    opacity: 0.95;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.img.effect-apollo .info {
    color: white;
    font-weight: 700;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 20px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
}

@media (max-width: 991px) {
    .img.effect-apollo .info {
    }
}

.img.effect-apollo .info .name {
    font-size: 19px;
    font-weight: 900;
    line-height: 20px;
    padding: 0 10px;
}

@media (max-width: 1198px) {
    .img.effect-apollo .info {
        top: 10px;
    }

    .img.effect-apollo .info .name {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .img.effect-apollo .info {
        top: 25%;
    }

    .img.effect-apollo .info .name {
        font-size: 16px;
    }
}

.img.effect-apollo figcaption::before {
    background: rgba(255, 255, 255, 0.2);
    content: '';
    height: 150%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    width: 150%;
}

.img.effect-apollo img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.img.effect-apollo .info {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.img.effect-apollo:hover .info {
    opacity: 0.7;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.img.effect-apollo .info .date, .img.effect-apollo .info .name {
    color: white;
}

.img.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

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

.sidebar .more-wrap {
    bottom: 60px;
    position: absolute;
}

.fwb {
    font-weight: 800;
}

.gallery-inner-page .date {
    display: block;
}

@media (max-width: 992px) {
    .sidebar .archive li {
        float: left;
        margin-right: 20px;
    }
}

.sidebar .archive h2 {
    font-size: 14px;
    font-weight: 800;
    line-height: 12px;
    margin-bottom: 15px;
}

.sidebar .archive ul {
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .archive {
        margin-bottom: 20px;
    }
}

.newsEntry h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px;
}

.newsEntry .date {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
}


/*Sponsors*/

.sponsors {
    font-weight: 600;
}

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

.sponsors img {
    margin-left: 30px;
}


@media (max-width: 550px) {
    .sponsors .sponsor {
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .sponsors img {
        margin-left: 10px;
    }

    .sponsors img:first-of-type {
        margin-left: 0;
    }
}

.menu-item-115, .menu-item-117 {
    display: none;
}


.user {
    display: inline-flex;
    float: right;
    height: 30px;
    margin-top: 35px;
}

@media (max-width: 1024px) {
    .user {
        display: none;
    }
}

.user input[type=email],
.user input[type=password] {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    margin-right: 10px;
    padding: 10px 10px 7px 10px;
    width: 170px;
}

@media screen and (max-width: 1199px) {
    .user input[type=email],
    .user input[type=password] {
        width: auto;
    }
}

.user .login {
    background-color: #2e358d;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    outline: none;
    width: 120px;
}

.login-title {
    align-items: center;
    color: #545454;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    padding-top: 6px;
}

/*SLIDER*/

.home-arrow-down {
    cursor: pointer;
    width: 50px;
}

.index-cover {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.index-cover .link--mallki.animTitle {
    color: transparent;
    -webkit-transition: none;
    transition: none;
}

.index-cover .link--mallki::before {
    background: #fff;
    content: '';
    height: 6px;
    left: 0;
    margin: -3px 0 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
}

.index-cover .link--mallki.animTitle::before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.index-cover .link--mallki span {
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -29px;
    top: 0;
    width: 100%;
}

.index-cover .link--mallki span::before {
    color: #fff;
    content: attr(data-letters);
    left: 0;
    position: absolute;
    text-shadow: 0 0 15px rgba(117, 31, 180, 0.25);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    width: 100%;
}

.index-cover .link--mallki span:nth-child(2) {
    text-indent: 0;
    top: 50%;
}

.index-cover .link--mallki span:first-child::before {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.index-cover .link--mallki span:nth-child(2)::before {
    bottom: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.index-cover .link--mallki.animTitle span::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.index-cover canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.index-cover img {
    max-width: 100%;
}

@media (min-width: 1921px) {
    .index-cover img {
        width: 100%;
    }
}

.index-cover img.overlay {
    animation-duration: 1s;
    position: absolute;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.index-cover img.overlay.overlay-1 {
    animation-name: overlay-1;
    bottom: 0;
    left: 0;
}

.index-cover img.overlay.overlay-2 {
    animation-name: overlay-2;
    left: -4%;
    top: 0;
}

.index-cover img.overlay.overlay-3 {
    animation-name: overlay-3;
    bottom: 40%;
    left: 0;
}

.index-cover img.overlay.overlay-4 {
    animation-name: overlay-4;
    right: 0;
    top: 0;
}

.index-cover img.overlay.overlay-5 {
    animation-name: overlay-5;
    bottom: 0;
    right: 5%;
}

.index-cover img.overlay.overlay-6 {
    animation-name: overlay-6;
    right: 0;
    top: 0;
}

@keyframes overlay-1 {
    from {
        left: -20%;
        bottom: -50%;
    }
    to {
        left: 0;
        bottom: 0;
    }
}

@keyframes overlay-2 {
    from {
        left: 15%;
        top: -50%;
    }
    to {
        left: -4%;
        top: 0;
    }
}

@keyframes overlay-3 {
    from {
        left: -40%;
        bottom: -60%;
    }
    to {
        left: 0;
        bottom: 40%;
    }
}

@keyframes overlay-4 {
    from {
        right: -50%;
        top: -100%;
    }
    to {
        right: 0;
        top: 0;
    }
}

@keyframes overlay-5 {
    from {
        right: 45%;
        bottom: -100%;
    }
    to {
        right: 5%;
        bottom: 0;
    }
}

@keyframes overlay-6 {
    from {
        right: -25%;
        top: -50%;
    }
    to {
        right: 0;
        top: 0;
    }
}

.index-cover body {
    background: #0b1d2a;
}

.index-cover #scrollArrow {
    -webkit-animation-delay: 5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrow;
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

@keyframes arrow {
    0% {
        opacity: 0;
        bottom: 40px;
    }
    40% {
        opacity: 1;
        bottom: 30px;
    }
    80% {
        opacity: 0;
        bottom: 30px;
    }
    100% {
        opacity: 0;
        bottom: 20px;
    }
}

.cover-section .carousel-cell {
    height: auto;
    width: 100%;
}

.cover-section .carousel-cell img {
    height: auto;
    width: 100%;
}

.cover-section .flickity-page-dots .dot.is-selected {
    background: #2e358d;
    box-shadow: none;
}

.cover-section .flickity-page-dots {
    bottom: 50px;
}

@media (max-width: 550px) {
    .cover-section .flickity-page-dots {
        bottom: 10px;
    }
}

.cover-section .flickity-page-dots .dot {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: inset 2px 2px 1px 0px black;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 8px;
    width: 20px;
}

/*PAGE 404*/

.maintenance {
    background: url('../images/logo.jpg') no-repeat center top;
    font-size: 25px;
    margin-top: 110px;
    padding-top: 200px;
    text-align: center;
}

/*FRONT VIDEO CAROUSEL*/

.videos {
    background: -webkit-radial-gradient(#98d93f, #5cc44a);
    background: radial-gradient(#98d93f, #5cc44a);
}

.videos .name {
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.videos .video-wrap {
    background: url("../../assets/images/video-bg.png") no-repeat top left;
    background-size: contain;
    padding: 40px 0;
    text-align: center;
}

.video-wrap-carousel {
}

.video-wrap h2 {
    color: #fff;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .videos .video-wrap {
        background-size: cover;
    }

    .videos .video-wrap-carousel {
        padding: 20px 60px;
    }
}


.videos .carousel-cell {
    transform: scale(0.7, 0.7);
    transition: all 0.5s linear;
}

.videos .carousel-cell.is-selected {
    transform: scale(1.1, 1.1);
    transition: all 0.5s linear;
}

.videos .carousel-cell {
    width: 20%;
}

@media (max-width: 1000px) {
    .videos .carousel-cell {
        width: 33%;
    }
}

@media (max-width: 769px) {
    .videos .carousel-cell {
        width: 80%;
    }
}

.videos .nav-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.videos .nav-container .btn-more {
    margin: 0 45px;
}

@media (min-width: 1365px) {
    .videos .nav-container .btn-more {
        margin: 0 45px;
    }
}

@media (min-width: 1679px) {
    .videos .nav-container .btn-more {
        margin: 0 80px;
    }
}

@media (min-width: 1919px) {
    .videos .nav-container .btn-more {
        margin: 0 105px;
    }
}

.videos .nav-container .videoPrev {
    margin-right: 5px;
}

.videos .nav-container svg {
    cursor: pointer;
}

.videos .nav-container svg path {
    fill: #fff;
    transition: all .2s linear;
}

.videos .nav-container svg:hover path {
    fill: #2e358d;
    transition: all .2s linear;
}

.videos.content {
    background: none;
    padding: 0;
}

.videos.content .tv3 {
    margin-bottom: 50px;
}

.videos.content .tv3 .video-img {
    height: 135px;
}

.videos.content .tv3 a {
    color: #545454;
    font-size: 13px;
}

.videos.content .tv3 a .date {
    margin-top: 5px;
}

.videos.content .tv3 a .title {
    font-weight: bold;
    transition: all 0.2s linear;
}

.videos.content .tv3 a:hover .title {
    color: #2e358d;
}

.videos h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

@media (max-width: 1199px) {
    .videos h1 {
        margin: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .videos h1 {
        font-size: 30px;
    }
}

.gallery-title {
    margin-bottom: 40px;
}

/*Video*/

.videoPartial {
    position: relative;
}

.videoPartial.videoIndexPartial {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.videoPartial .btn-play {
    height: 65px;
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 65px;
}

.videoPartial .btn-play::before {
    background: #2e358d;
    border-radius: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 65px;
    left: 50%;
    opacity: .85;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
    width: 65px;
    z-index: 100;
}

.videoPartial .btn-play::after {
    border-bottom: 13px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 13px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
    width: 0;
    z-index: 100;
}

.videoPartial:hover .btn-play::before {
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.5);
    height: 75px;
    width: 75px;
}

.videoPartial:hover .btn-play::after {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #ffffff;
    border-top: 20px solid transparent;
}

/*FAQ*/

.faq {

}

.faq .element {
    background-image: url(../images/closed-faq.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
    transition: all 0.3s ease-out;
}

.faq .inner-collapse {
    background: rgb(242, 242, 242);
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
}

.faq .outer-collapse {
    padding-left: 40px;
}


.faq .element.active {
    background-image: url("../images/open-faq.png");
}

.faq .element:hover {
    color: #2e358d;
}

a.btn-more, button.btn-more {
    background-color: #AEAEAE;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    letter-spacing: 0.7px;
    line-height: 34px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: all 0.2s linear;
}

a.btn-more:hover, button.btn-more:hover {
    background-color: #2e358d;
    color: #fff;
    padding-right: 10px;
}

.front-video .btn-info {
    display: inline-block;
    margin: 20px 40px 0;
}

.facebook .container2 {
    background: -webkit-radial-gradient(#6bbbe4, #5685bc);
    background: radial-gradient(#6bbbe4, #5685bc);
}

.facebook .fb-container {
    align-items: center;
    background-image: url(../images/banner-cover2.png);
    background-size: cover;
    height: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

.facebook .fb-container .row {
    height: 100%;
}

@media (max-width: 1000px) {
    .facebook .fb-container .row {
        text-align: center;
    }
}

.facebook .plugin-container {
    background-color: #fff;
    box-shadow: 11px 11px 32px rgba(51, 92, 153, 0.75);
    height: 66px;
    position: relative;
    width: calc(100% - 33px);
}

@media (min-width: 1199px) {
    .facebook .plugin-container {
        width: calc(100% - 59px);
    }
}

.facebook .plugin-container::after {
    background-image: url(../images/container-arrow.png);
    content: '';
    height: 66px;
    position: absolute;
    right: -30px;
    top: 0;
    width: 59px;
}

.facebook .border-remove {
    height: 66px;
    overflow: hidden;
    width: 290px;
}

@media (max-width: 360px) {
    .facebook .border-remove {
        width: 270px;
    }
}

.facebook .border-remove > div {
    margin: -1px;
}

.facebook .border-remove > div > span > iframe {
    margin-top: -1px;
}

.facebook .follow-us {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 900;
    margin-left: 40px;
    position: relative;
    text-shadow: 9px 9px 10px rgba(41, 80, 137, 0.27);
}

@media (max-width: 1199px) {
    .facebook .follow-us {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .facebook .follow-us {
        font-size: 30px;
        line-height: 44px;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

.facebook .fb-arrow {
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-name: toRight;
    position: absolute;
    right: 3px;
    top: -9px;
}

@media (max-width: 1199px) {
    .facebook .fb-arrow {
        top: -19px;
    }
}

@media (max-width: 991px) {
    .facebook .fb-arrow {
        -webkit-animation-name: none;
        margin-bottom: -50px;
        margin-left: -29px;
        position: relative;
        transform: rotate(90deg);
    }
}

@keyframes toRight {
    0% {
        right: 20px;
    }
    20% {
        right: 15px;
    }
    40% {
        right: 10px;
    }
    80% {
        right: 8px;
    }
    100% {
        opacity: 0;
        right: 5px;
    }
}

@media (max-width: 768px) {
    .facebook .container {
        padding-left: 0;
        padding-right: 0;
    }

    .facebook .fb-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

section {
    margin-bottom: 40px;
}

section.front-news, section.front-gallery {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    section {
        margin-bottom: 40px;
    }

    section.front-news, section.front-gallery {
        margin-bottom: 40px;
    }
}

.gallery h1.large {
    margin: 150px 0 119px 0;
}

.gallery img {
    max-width: 100%;
}

.gallery .gallery-info {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.gallery .gallery-info .info {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: -200px;
    color: #545454;
    padding: 10px;
    position: absolute;
    transition: .5s ease;
    width: 100%;
}

.gallery .gallery-info .info .date {
    font-size: 13px;
    font-weight: 700;
}

.gallery .gallery-info .info .name {
    font-size: 15px;
    font-weight: 300;
    padding: 0 10px;
}

.gallery .gallery-info:hover .info {
    bottom: 0;
}

.index-cover .author {
    color: #ffffff;
    display: none;
    font-size: 30px;
    font-weight: 900;
    left: 30%;
    line-height: 60px;
    opacity: 0.9;
    position: absolute;
    text-shadow: 0 0 11px rgba(117, 31, 180, 0.13);
    text-transform: uppercase;
    top: 35%;
}

@media (max-width: 1200px) {
    .index-cover .author {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .index-cover .author {
        top: 65%;

    }
}

@media (max-width: 700px) {
    .index-cover .author {
        font-size: 15px;
    }
}

@media (max-width: 550px) {
    .index-cover .author {
        font-size: 1px;
        visibility: hidden;

    }
}

.index-cover {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .index-cover {
        margin-bottom: 40px;
    }
}

.partners-wrap img {
    margin: 20px;
}

.newsEntry .owl-carousel {
    margin-top: 20px;
}

.newsEntry .owl-dots {
    margin-bottom: 20px;
}

.singleImg {
    margin-bottom: 20px;
    width: 100%;
}

.innerImgList {
    margin-bottom: 20px;
}

.contactsList img {
    width: 150px;
}

.contact-item-2 img {
    width: 100px;
}

.contact-item {
    border-bottom: 1px #d2d2d2 solid;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.contact-name-wrap {
    margin-top: 20px;
}

.contact-name-wrap2 {
    margin-top: 40px;
}

.logged-user {
    margin-left: 180px;
    padding-top: 25px;
    text-align: right;
}

.logged-user-info {
    float: right;
    font-size: 14px;
    text-align: right;
}

.municipality-users-wrap {
    margin-top: 40px;
}

.table-responsive .table td, .table-responsive .table th {
    border-top: 0;
}

table.dataTable thead .sorting:after {
    bottom: 13px !important;
    content: "\f106" !important;
    font-family: 'FontAwesome' !important;
}

table.dataTable thead .sorting_desc:after {
    bottom: 13px !important;
    content: "\f107" !important;
    font-family: 'FontAwesome' !important;
}

table.dataTable thead .sorting_asc:after {
    bottom: 13px !important;
    content: "\f106" !important;
    font-family: 'FontAwesome' !important;
}

.table-responsive {
    margin-top: 20px;
}

.modal-header {
    min-height: 66px;
}

.modal-header .close {
    position: absolute;
    right: 20px;
}

.badge {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
}

.row-footer {
    margin: 0;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_info {
    margin-top: 0;
}

.sep {
    margin: 80px 0;
}

.page-title {
    margin-bottom: 40px;
}

.footer-menu {
    float: left;
}

.simple-page {
    line-height: 1.5;
    margin-bottom: 50px;
}

.simple-page h1 {
    margin-bottom: 40px;
}

.simple-page h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
}

.simple-page table {
    width: 100%;
}

.simple-page table td, .simple-page table th {
    border-bottom: 1px #f2f2f2 solid;
    padding: 10px;
}

.cookie_bar .button2 {
    display: inline-block;
    min-width: auto;
    padding: 15px 40px;
    text-align: center;
}

.cookie_bar {
    background: #f3f3ee;
    bottom: 0;
    -moz-box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
    box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
    font-size: 15px;
    height: 100px;
    line-height: 24px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.cookie_bar > .cookie_bar_text > span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.cookie_bar > .cookie_bar_text > span > span {
    display: inline-block;
    width: calc(100% - 436px);
}

.cookie_bar > .cookie_bar_text {
    display: table;
    margin: 0 auto;
    width: 90%;
}

.lang-ru .cookie_bar > .cookie_bar_text {
    width: 85%;
}

.cookie_bar_actions {
    position: absolute;
    right: 85px;
    top: 26px;

}

.cookie_bar_actions > a {
    margin-right: 10px;
}

.cookie_bar_actions .BTN {
    font-size: 14px;
    min-width: 145px;
    padding: 7px 15px;
}

.cookie_bar_actions .BTN--gray {
    background: #cecece
}

.cookie_bar_actions .BTN--gray:hover {
    background: #e1e1e1
}

@media (max-width: 1300px) {
    .cookie_bar {
        height: auto;

    }

    .cookie_bar_actions > a {
        margin: 5px 10px;
    }

    .cookie_bar_actions {
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
        width: 100%;
    }

    .cookie_bar > .cookie_bar_text > span > span {
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .cookie_bar > .cookie_bar_text > span > span {
        text-align: left;
    }

    .cookie_bar_actions {
        text-align: left;
    }

    .cookie_bar_actions > a {
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;

    }
}

@media (max-width: 600px) {
    .res_table {
        overflow: auto;
        padding: 0;
    }
}

.button2 {
    background: #2e358d;
    border: 1px #2e358d solid;
    border-radius: 25px;
    color: #fff;
    padding: 15px 25px;
}

.button2:hover {
    background: #fff;
    border: 1px #2e358d solid;
    color: #2e358d;
    text-decoration: none;
}

.table-striped {
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 14px;
}

.table-striped th {
    border-bottom: 1px #f2f2f2 solid;
    padding: 10px;
}

.table-striped tbody td {
    border-bottom: 1px #f2f2f2 solid;
    padding: 20px;
}

.table thead th {
    border-bottom: 1px #f2f2f2 solid;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-hover tbody tr:hover {
    background: #f2f2f2;
}

.table td, .table th {
    vertical-align: middle;
}

.content-mh {
    min-height: 400px;
}

@media (max-width: 600px) {
    .content-mh {
        min-height: auto;
    }
}

.sports_table label {
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.sports_table input {
    height: auto;
    width: auto;
}

.selected-sport {
    background: rgba(36, 214, 9, 0.18) !important;
}

.styled-checkbox {
    opacity: 0;
    position: absolute;
}

.styled-checkbox + label {
    cursor: pointer;
    padding: 0;
    position: relative;
}

.styled-checkbox + label:before {
    background: rgba(73, 177, 54, 0.19);
    content: '';
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: text-top;
    width: 20px;
}

.styled-checkbox:hover + label:before {
    background: #2e358d;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #2e358d;
}

.styled-checkbox:disabled + label {
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    background: #ddd;
    box-shadow: none;
}

.styled-checkbox:checked + label:after {
    background: #f2f2f2;
    box-shadow: 2px 0 0 #f2f2f2, 4px 0 0 #f2f2f2, 4px -2px 0 #f2f2f2, 4px -4px 0 #f2f2f2, 4px -6px 0 #f2f2f2, 4px -8px 0 #f2f2f2;
    content: '';
    height: 2px;
    left: 5px;
    position: absolute;
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
}

.mobile-only {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-only {
        display: block;
    }
}

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
    background: #f2f2f2;
    color: #333333;
    position: relative;
}

.bootstrap-datetimepicker-widget .next span {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2e358d;
    border-top: 6px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
}

.bootstrap-datetimepicker-widget .prev span {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #2e358d;
    border-top: 6px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
}

.save-member-wrap .fa-calendar {
    margin: 8px 5px 0 0;
}

.badge-success {
    background: none;
    border: 1px solid #2e358d;
    color: #2e358d;
}

.badge-danger2 {
    background: none;
    border: 1px solid #dc3545;
    color: #dc3545;

}

.btn-default:hover {
    background: #fff;
    border-color: #ddd;
    color: #333;
}

.add-contact {
    position: relative;
}

.add-contact a {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
}

.btn-small {
    padding: 0 10px;
}

.contact_input_str {
    opacity: 0.5;
    padding-left: 20px;
}

.contact_input_button {
    margin-left: 10px;
}

.contact_input {
    line-height: 25px;
    padding: 0 10px;
    width: 200px;
}

.btn-fixed {
    height: 50px;
    margin-left: 35px;
}

.content .offer__video {
    height: 0;
    margin-bottom: 60px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.content .offer__video iframe {
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-social {
    font-size: 26px;
    position: absolute;
    right: 30px;
    top: 120px;
    z-index: 10;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .header-social {
        font-size: 30px;
        margin-right: 80px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 33px;
        z-index: 10;
    }

    .login-menu ul li {
        background: #f2f2f2;
    }
}

.copyright {
    float: right;
}

.footer-menu2 a {
    display: inline-block;
    padding: 20px;
}

.footer-menu2 a:first-child img {
    width: 200px;
}

.footer-menu2 a:nth-child(2) img {
    width: 50px;
}

.footer-menu2 a:last-child img {
    width: 80px;
}


.footer-menu2 {
    margin-top: 20px;
    text-align: center;
}

.newsEntry .content img {
    height: auto !important;
    margin-bottom: 20px;
    max-width: 100%;
}

.index-cover .main-image {
    background: url('../images/cover2.png') center center;
    background-size: cover;
    height: 170px;
    width: 100%;
}

.itemPartial .img h2 {
    bottom: 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
}

@media (max-width: 768px) {
    h1, .newsEntry h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .header-social {
        font-size: 25px;
        margin-right: 65px;
    }

    .facebook-icon {
        margin-top: 50px;
    }

    .header-social {
        top: 30px;
    }

    h1, .newsEntry h1 {
        font-size: 25px;
    }

    .gallery-title {
        margin-bottom: 20px;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    .footer-menu {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .videos h1 {
        font-size: 30px;
    }

    .hide-item-4, .hide-item-5 {
        display: none;
    }

    .faq .outer-collapse {
        padding-left: 20px;
    }
}


.header-social a {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.social-icon {
    display: inline-block;
    padding: 0 10px;
}

.instagram {
    padding: 10px;
}

.instagram span {
    color: #365899;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-left: 9px;
    margin-top: 11px;
}

.instagram i {
    float: left;
    font-size: 50px;
}

.instagram span:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .facebook .plugin-container {
        margin-bottom: 20px;
    }

    .fb-container {
        padding: 20px;
    }
}

.gallery-wrap {
    background: red;
    background: url("../images/gallery-bg.png");
    background-size: 100%;
    margin-bottom: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
}


body {
    background: #CCDDF1;
}

/* header */
.height-fix {
    height: 75px; /* header height */
    margin-bottom: 40px;
}

.height-fix-logged {
    height: 150px; /* header height */
}

.front-page .height-fix {
    margin-bottom: 0px;
}

.section-header {
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
    padding-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.header-menu a.empty {
    color: #333;
}

.main-menu {
    float: right;
    margin-top: 8px;
}

.logged-menu {
    background: #2e358d;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}


.logged-menu .header-menu > ul > li > a {
    color: #fff;
}

.header-menu {
    transition: all 0.5s ease-in-out;
}

.main-menu .header-menu {
    margin-bottom: 15px;
}

.header-menu > ul {
    margin: 0;
    padding: 0;
}

.header-menu > ul > li {
    display: inline-block;
}

.header-menu > ul > li.first-level > a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    max-width: 200px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

.first-level {
    position: relative;
}

.first-level:hover > a {
    opacity: 0.8;
}

.first-level-login {
    border: 1px #fff solid;
}

.header-menu > ul > li.first-level-login > a {
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}

.first-level-login:hover {
    background: #fff;
}

.header-menu > ul > li.first-level-login:hover > a {
    color: #2e358d;
    opacity: 1;
}

.submenu:before {
    border-color: transparent transparent #f2f2f2 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: '';
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    top: -11px;
    width: 0;
}

.submenu {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .03);
    left: -40px;
    margin: 0 auto;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    top: 40px;
    transition: visibility 0.2s, opacity 0.2s ease-in-out;
    visibility: hidden;
    width: 150px;
    z-index: 10;
}

.submenu li {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.1s linear;
}

.first-level:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.burger-menu {
    display: none;
    float: right;
    margin-top: 18px;
}

@media (max-width: 992px) {
    .burger-menu {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .header-menu.opened {
        display: block;
    }

    .section-header {
        padding-top: 10px;
    }

    .logged-menu {
        padding: 0;
    }

    .height-fix-logged {
        height: 125px;
    }

    .main-menu {
        float: none;
        text-align: center;
    }

    .header-menu > ul > li {
        display: block;
        width: 100%;
    }

    .logged-menu {
        font-size: 16px;
    }

    .submenu {
        border: none;
        box-shadow: none;
        left: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        visibility: visible;
    }

    .submenu:before {
        display: none;
    }

    .submenu li a {
        font-size: 16px;
    }

    .header-menu > ul > li.first-level > a {
        font-size: 16px;
    }

    .fa-angle-down {
        display: none;
    }
}

#nav-icon3 {
    cursor: pointer;
    height: 24px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 24px;
}

#nav-icon3 span {
    background: #2e358d;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    left: 50%;
    top: 6px;
    width: 0%;
}

#nav-icon3.open span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    left: 50%;
    top: 12px;
    width: 0;
}

/* front page */
.hero-image img {
    width: 100%;
}

.hero-image {
    background-image: url("../images/header-4.png");
    background-position: center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 40px;
}

@media (max-width: 1000px) {
    .hero-image {
        background-image: url("../images/header-mob.png");
        height: 120px;
    }
}

/* other */
.header-menu a.login-btn {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 22px;
    text-transform: uppercase;
    background: #2e358d;
    color: #fff;
    border-radius: 4px;
}

.header-menu a.login-btn:hover {
    opacity: 0.8;
}

.my-data {
    margin-bottom: 40px;
}


.list-item-title {
    bottom: 0;
    font-weight: bold;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: #282728;
}

.gallery-wrap .list-item-title {
    background: rgba(46, 53, 141, 0.9);
    color: #CCDCF1;
}

.img-holder {
    background-position: center top;
    background-size: cover;
    font-size: 14px;
    height: 160px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.img-holder-lg {
    height: 340px;
}

.home-page-news-wrap h2, .home-partners-wrap h2 {
    margin-bottom: 20px;
}

.home-partners-wrap {
    margin: 60px 0 0;
    padding: 40px 0;
    text-align: center;
}


@media (max-width: 414px) {
    .img-holder, .img-holder-lg {
        height: 250px;
    }

    .list-item-title {
        padding: 15px 10px;
    }
}

.slider-wrap {
    padding: 20px 0;
}

.owl-prev, .owl-next {
    background: #fff !important;
    border: 0 solid black;
    border-radius: 25px !important;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
    display: block !important;
    height: 50px;
    outline: none !important;
    position: absolute;
    top: 40%;
    width: 50px;
}

.video-wrap .owl-prev, .video-wrap .owl-next {
    top: 15%;
}

@media (max-width: 414px) {
    .video-wrap .owl-prev, .video-wrap .owl-next {
        top: 12%;
    }
}

.owl-prev span, .owl-next span {
    font-size: 25px;
}

.owl-prev {
    margin-left: -60px !important;
}


.owl-next {
    right: -63px;
}

.owl-prev i, .owl-next i {
    color: #ccc;
    transform: scale(1, 6);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #2e358d;
}

.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.more-news {
    margin: 20px 0 40px;
    text-align: center;
}

.more-galleries {
    margin: 20px 0 20px;
    text-align: center;
}

.video-wrap a:hover .video-item img {
    opacity: 0.8;
}

.video-wrap a:hover {
    text-decoration: none;
}

.img-holder:hover {
    opacity: 0.8;
}

.home-partners-wrap a {
    display: inline-block;
}

.euloto {
    margin-bottom: 20px;
    margin-top: 40px;
}

.lrp {
    margin-top: 25px;
}

.lrp img {
    max-width: 200px;
}

.home-partners-wrap h2 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .home-partners-wrap h2 {
        margin-top: 60px;
    }
}

.home-partners-wrap2 {
    background: #fff;
}

@media (max-width: 992px) {

}


.new-item {
    margin-bottom: 40px;
}

.new-item a {
    color: #333;
}

.new-item .excerpt {
    font-size: 14px;
}

.new-item a:hover {
    text-decoration: none !important;
}

.new-item a:hover h2 {
    color: #2e358d;
}

.new-item .date {
    font-size: 12px;
    margin: 10px 0 5px;
}

.new-item .img {
    background-color: #fff;
    background-size: cover;
    height: 140px;
    width: 100%;
}

.new-item h2 {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 414px) {
    .new-item .img {
        height: 200px;
    }
}

.table.dataTable, .table-striped {
    background: #fff;
}