html,
body {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    /*color: #585858;*/
    color: #000000;
}

a {
    color: #ffa200;
    text-decoration: underline;
}

a:hover {
    color: #ffa200;
    text-decoration: none;
}

strong {
    font-weight: initial;
    /*font-weight: normal;*/
}

hr {
    border-top: 1px solid #e2e1ed;
}

img {
    max-width: 100%;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-weight: inherit;
    font-style: italic;
}

h1,
.h1-title,
.h1__title {
    margin: 0;
    padding: 0;
    /*font-size: 30px;*/
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000000;
}
h1.expo__name {
    margin-bottom: 15px;
}
h2,
.h2-title,
.h2-like,
.h2__title {
    margin: 0;
    padding: 0;
    /*font-size: 28px;*/
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #242424;
}
h3,
.h3-title,
.h3-like,
.h3__title {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h4,
.h4-title,
.h4-like,
.h4__title {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
@media(max-width: 767px) {
    h1,
    .h1-title,
    .h1__title {
        /*margin: 0;
        padding: 0;
        font-weight: normal;*/
    }
    h2,
    .h2-title,
    .h2-like,
    .h2__title {
        /*margin: 0;
        padding: 0;
        font-weight: normal;*/
    }
    h3,
    .h3-title,
    .h3-like,
    .h3__title {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
    h4,
    .h4-title,
    .h4-like,
    .h4__title {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
}
#topMenu {
    position: relative;
    z-index: 5;
}
@media(max-width: 991px) {
    #topMenu .container {
        padding: 0;
    }
    #topMenu .col-lg-12,
    #topMenu .col-md-12,
    #topMenu .col-sm-12,
    #topMenu .col-xs-12 {
        padding: 0;
    }
    #topMenu .row {
        margin: 0;
    }
}
.all-page {
    position: relative;
    z-index: 5;
}

/* BTNs
a.avanturisty__btn,
.avanturisty__btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #383838;
    background: rgba(255,192,0,1);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 25px;
    line-height: 1.1;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a.avanturisty__btn:hover,
.avanturisty__btn:hover {
    color: #383838;
    background: rgba(255,192,0,1);
}
.avanturisty__btn .fa {
    margin-left: 25px;
    font-size: 0.85em;
}
a.avanturisty__btn--red,
.avanturisty__btn--red,
a.avanturisty__btn--red:hover,
.avanturisty__btn--red:hover {
    background: rgba(237,47,61,1);
    color: #ffffff;
}
.avanturisty__btn--border-red,
.avanturisty__btn--border-red:hover {
    background: rgba(255,255,255,0);
    border: 2px solid #ed2f3d;
    color: #ed2f3d;
}
.avanturisty__btn--border-yellow,
.avanturisty__btn--border-yellow:hover {
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,192,0,1);
    color: rgba(255,192,0,1);
}
.avanturisty__btn--large,
.avanturisty__btn--large:hover {
    font-size: 17px;
    padding: 10px 25px;
    border-width: 4px;
}
.avanturisty__btn--middle,
.avanturisty__btn--middle:hover {
    padding: 15px 25px;
}
.avanturisty__btn--w100,
a.avanturisty__btn--w100 {
    display: block;
    width: 100%;
    text-align: center;
}
a.avanturisty__btn--blue,
.avanturisty__btn--blue,
a.avanturisty__btn--blue:hover,
.avanturisty__btn--blue:hover {
    background: rgba(127,184,213,1);
    color: #ffffff;
}
a.avanturisty__btn--blue-light,
.avanturisty__btn--blue-light,
a.avanturisty__btn--blue-light:hover,
.avanturisty__btn--blue-light:hover {
    background: rgba(127,184,213,1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 25px;
}
.avanturisty__btn--color-text,
a.avanturisty__btn--color-text,
.avanturisty__btn--color-text:hover,
a.avanturisty__btn--color-text:hover {
    color: #5c5c5c;
}
a.avanturisty__btn--radius2,
.avanturisty__btn--radius2 {
    border-radius: 2px;
}
#redForm a.avanturisty__btn,
#redForm .avanturisty__btn {
    background: rgba(237,47,61,1);
    color: #ffffff;
}
#redForm .avanturisty__btn:hover,
#redForm .avanturisty__btn:hover {
    background: rgba(237,47,61,1);
    color: #ffffff;
}
/* BTNs */

/* HEADER */
header {
    font-family: 'Noto Serif', serif;
}
.header-bg {

}
@media(min-width: 768px) {
    .header-bg-home {
        background: none !important;
    }
}
.header-bg-firstpage {
    background: none !important;
}
.header-img {
    text-align: center;
}
.header-img img {
    max-width: 100%;
    margin: 0 auto;
}
.header-top {
    background: rgba(58,58,58,1);
    /*margin-bottom: 20px;*/
    /*border: 1px solid red;*/
}
@media(min-width: 768px) {
    .header-top-home {
        border: 1px solid red;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
}
.header-top-wrapper {
    padding: 10px 0 10px;
}
.header-top-wrapper a {
    text-decoration: none;
}
.header-table {
    display: table;
    width: 100%;
}
.header-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.1;
    text-align: left;
    /*border: 1px solid red;*/
}

@media (min-width: 992px) {
    .header-td:last-child {
        padding-right: 0;
        /*border: 1px solid red;*/
    }
}

.header-td--logo {
    width: 1px;
}

.header-langs {
    display: inline-block;
    /*border: 1px solid #b9a5cd;*/
    /*width: 60px;
    height: 30px;
    padding: 7px 12px 5px 12px;*/
    cursor: pointer;
    position: relative;
    color: #2f2482;
}
.header-langs .dropdown-toggle {
    border: 1px solid #b9a5cd;
    width: 60px;
    height: 30px;
    padding: 7px 12px 5px 12px;
}
.header-langs-dropdown {
    min-width: auto;
    left: 0;
    right: 0;
    border: 1px solid #b9a5cd;
}
.header-langs-dropdown > li > a {
    display: block;
    padding: 0;
    color: #2f2482;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
}
.header-langs--mobile {
    vertical-align: top;
    margin-top: 17px;
    float: right;
}
.header-langs--mobile .dropdown-toggle {
    border: 1px solid #b9a5cd;
    width: 44px;
    height: 34px;
    padding: 9px 0 5px 8px;
}
@media(max-width: 380px) {
    .header-langs--mobile {
        vertical-align: top;
        margin-top: 12px;
        float: right;
    }
}
@media(max-width: 350px) {
    .header-langs--mobile {
        vertical-align: top;
        margin-top: 5px;
        float: right;
    }
}
.header-langs--inline {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 25px 0;
}
.header-langs--inline a {
    color: #3a3a3a;
    text-decoration: none;
}
.header-langs--inline a::after {
    content: ' | ';
    color: #cdcdcd;
}
.header-langs--inline a:last-child::after {
    content: '';
}
.header-langs--inline a.active {
    color: #ffa200;
}
.header-langs--inline a:hover {
    color: #ffa200;
    text-decoration: none;
}
@media(min-width: 992px) {
    .header-langs--inline {
        padding-top: 100px;
        text-align: right;
    }
}
.header-langs--inline--mobile {
    float: right;
    padding: 12px 0;
}
.header-langs--inline--mobile a {
    color: #fafafa;
}
.header__tree__fantom {
    width: 115px;
    /*margin-left: 15px;*/
}
.header__tree {
    position: absolute;
    /*float: left;*/
    /*left: 8px;*/
    left: 18px;
    right: 0;
    /*bottom: -25px;*/
    bottom: -35px;
    /*text-align: right;*/
}
.logo {
    text-align: left;
}
.logo img {
    /*width: 100%;*/
    max-width: 100px;
}
@media(max-width: 991px) {
    .header-table {
        display: block;
    }
    .header-td {
        display: block;
        text-align: left;
        padding: 0;
    }
}
.header__table {
    display: table;
    width: 100%;
}
.header__td {
    display: table-cell;
    /*vertical-align: bottom;*/
    vertical-align: middle;
    /*border: 1px solid red;*/
}
.header__td--left-side {
    text-align: left;
    max-width: 250px;
}
.header__td--right-side {
    text-align: right;
    color: #ffffff;
    /*border: 1px solid red;*/
}
.header__logo img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.header__right {
    display: inline-block;
    text-align: left;
}
.header__top {
    display: inline-block;
    text-align: right;
    /*border: 2px solid red;*/
}
.header__contacts {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    text-align: right;
    z-index: 2;
    /*margin-bottom: 100px;*/
    /*border: 1px solid red;*/
}
.header__top--inline {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
}
.header__bottom--inline {
    display: inline-block;
    vertical-align: bottom;
}
.header-menu__icons {
    float: left;
}
.header-menu__icons i {
    display: inline-block;
    color: #ffffff;
}
.header-menu__icons a {
    color: #ffffff;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 31px;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
}
.post-menu {
    margin-left: 10px;
    margin-top: 10px;
}
.post-menu__item {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin: 5px 10px;
}
.post-menu__item--active {
    color: #ffa200;
}
/* MENU */

@media (min-width: 992px) {
    .navbar__lime {
        float: none;
        /*width: 100%;*/
        /*text-align: center;*/
    }
    /*.navbar__lime.navbar-collapse.collapse {
        display: table !important;
        width: 100%;
    }*/
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default {
    background: transparent;
    border: none;
    min-height: auto;
}

.navbar-default .navbar-nav > li {
    padding: 0 10px;
    /*border: 1px solid transparent;*/
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li {
        padding: 0 10px;
        /*border: 1px solid transparent;*/
        /*border: 1px solid blue;*/
        display: table-cell;
        float: none;
    }
    .navbar-default .navbar-nav > li.navbar-nav__item--last {
        /*border: 1px solid blue;*/
        padding-right: 0;
    }
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fdfdfd;
    /*padding: 10px 0;*/
    padding: 5px 0;
    margin: 0;
    /*border: 1px solid transparent;*/
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.1;
    cursor: pointer;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffa200;
    /*border-bottom: 1px solid #ff3d2e;*/
}
@media(min-width: 992px) {
    .navbar-default .navbar-nav > li.dropdown:hover {
        background-color: rgba(243,244,245,1);
        border: 1px solid #e1e0ec;
    }
    .navbar-default .navbar-nav > li.dropdown:hover > a {
        color: #161366;
        border: 1px solid transparent;
    }
}
.navbar-default .navbar-nav > .active > a {
    color: #ffa200;
    background: none;
    /*border-bottom: 1px solid #ff3d2e;*/
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffa200;
    background: none;
    /*border-bottom: 1px solid #ff3d2e;*/
}
.navbar-brand {
    /*float: none;*/
    height: auto;
    padding: 0;
    display: inline-block;
    /*vertical-align: middle;*/
    /*margin-right: 15px;*/
    margin-right: 0;
}
.navbar-brand img {
    width: 100%;
    max-width: 100px;
}
.main-menu-wrapper {
    text-align: right;
}

.main-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .main-menu {
        display: table !important;
        /*table-layout: fixed;*/
        width: 100%;
        /*border: 1px solid red;*/
    }
}

@media(max-width: 991px) {
    .main-menu-wrapper {
        text-align: left;
    }
    .main-menu {
        display: block;
    }
}
@media(min-width: 992px) {
    .navbar-default .navbar-nav > .open > a {
        position: relative;
    }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffa200;
    background-color: rgba(255,192,0,1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffa200;
    background: none;
    /*border: 1px solid transparent;*/
    /*border-bottom: 1px solid #ff3d2e;*/
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
@media(max-width: 991px) {
    .navbar-collapse {
        background: rgba(0,0,0,0);
        margin-top: 10px;
    }
}
.navbar__lime .navbar-nav > li > .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.navbar__lime .navbar-nav > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar__lime .navbar-nav > li:nth-last-child(2) > .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar__lime .dropdown-submenu {
    position: relative;
}
@media(min-width: 992px) {
    .navbar__lime .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: 0;
        border-radius: 0;
        padding: 0;
    }
    .navbar__lime .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
.navbar__lime .navbar-nav > li > .dropdown-menu .dropdown-menu__wrapper {
    margin-top: 12px;
    background-color: rgba(115,95,161,1);
    border: none;
    border: 1px solid #ede9f3;
    border-bottom: none;
    border-top: none;
    padding: 0;
}
.navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper {
    margin-top: 0;
    background-color: rgba(115,95,161,1);
    border: none;
    border: 1px solid #8170ab;
    border-bottom: none;
    border-top: none;
    padding: 0;
}
.navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a {
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    clear: both;
    line-height: 1.1;
    color: #ffffff;
    border-bottom: 1px solid #ede9f3;
    white-space: nowrap;
}
@media(max-width: 991px) {
    .navbar__lime .dropdown-submenu > .dropdown-menu {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        margin-left: 0;
        border-radius: 0;
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper {
        border: none;
    }
    .navbar__lime .open > a,
    .navbar__lime .open > a:hover,
    .navbar__lime .open > a:focus {
        border-color: #ede9f3;
        background: none;
        cursor: pointer;
    }
    .navbar__lime .open-mobile > a,
    .navbar__lime .open-mobile > a:hover,
    .navbar__lime .open-mobile > a:focus {
        background: none;
        cursor: pointer;
    }
    .open-mobile > .dropdown-menu {
        display: block;
    }
    .navbar-nav .open-mobile .dropdown-menu {
        float: none;
        width: auto;
    }
}

.dropdown-toggle-level2 {
    position: relative;
}
.dropdown-toggle-level2 .fa-chevron-right {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 8px;
    margin-top: -4px;
}
.dropdown-toggle-level2 .fa-chevron-down {
    display: none;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 12px;
    margin-top: -6px;
}
.dropdown-toggle-level2 .fa-chevron-up {
    display: none;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 12px;
    margin-top: -6px;
}
@media (min-width: 992px) {
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a:hover,
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a:focus {
        color: #ffffff;
        background: rgba(87,78,146,1);
    }
    .navbar__lime .dropdown:hover > .dropdown-menu {
        display: block;
        z-index: 2;
        margin-top: -11px;
        margin-left: -1px;
    }
    .navbar__lime .dropdown:hover > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: rgba(115,95,161,1);
        border-top: 0;
        margin-left: -12px;
        margin-bottom: -2px;
        z-index: 1;
    }
}
.top-menu {
    /*background: rgba(255,255,255,1);*/
    /*background: rgba(58,58,58,1);*/
}
@media(max-width: 991px) {
    .top-menu {
        /*background: rgba(255,255,255,1);*/
        /*background: rgba(58,58,58,1);*/
    }
    .dropdown-toggle-level2 .fa-chevron-down {
        display: inline-block;
    }
    .dropdown-submenu.open .dropdown-toggle-level2 .fa-chevron-down {
        display: none;
    }
    .dropdown-submenu.open .dropdown-toggle-level2 .fa-chevron-up {
        display: inline-block;
    }
    .dropdown-submenu.open-mobile .dropdown-toggle-level2 .fa-chevron-down {
        display: none;
    }
    .dropdown-submenu.open-mobile .dropdown-toggle-level2 .fa-chevron-up {
        display: inline-block;
    }
    /*.navbar__lime .dropdown-submenu:hover .dropdown-toggle-level2 .fa-chevron-down {
        display: none;
    }
    .navbar__lime .dropdown-submenu:hover .dropdown-toggle-level2 .fa-chevron-up {
        display: inline-block;
    }*/
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > .active > a.dropdown-toggle-level2 {
        color: #ffad00;
        /*background: rgba(243,244,245,1);*/
        /*border-color: transparent;*/
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > .active > a.dropdown-toggle-level2 > span {
        color: #ffad00;
        border-color: transparent;
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > .active > a.dropdown-toggle-level3 {
        color: #ffad00;
        background: rgba(243,244,245,1);
        /*border-color: transparent;*/
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > .active > a.dropdown-toggle-level3 > span {
        color: #ffad00;
        border-color: transparent;
    }
}
@media (min-width: 768px) {
    .top-menu {
        z-index: 9;
        width: 100%;
        /*background: rgba(255,255,255,1);*/
        /*background: rgba(58,58,58,1);*/
    }
}
@media (min-width: 768px) {
    .top-menu .navbar {
        margin-bottom: 0;
    }
}
@media(max-width: 991px) {
    .dropdown-menu .dropdown-menu__wrapper > li > a {
        white-space: normal;
    }
    .header-bg-firstpage .top-menu {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
    }
}
.navbar-toggle {
    float: left;
    margin: 0;
    margin-left: 25px;
    padding: 0;
}
.navbar-default .navbar-toggle {
    /*border-color: #b9a5cd;*/
    border: none;
}
.navbar-default .navbar-toggle .lnr {
    font-size: 38px;
    color: #fafafa;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #b9a5cd;
}
/*@media(max-width: 380px) {
    .navbar-toggle {
        margin-top: 12px;
    }
}
@media(max-width: 350px) {
    .navbar-toggle {
        margin-top: 5px;
    }
}*/
@media(max-width: 1200px) {
    .dropdown-menu {
    }
    .navbar-default .navbar-nav > li {
        padding: 0 8px;
    }
    .navbar-default .navbar-nav > li > a {
    }
}
@media(max-width: 1140px) {
    .navbar-default .navbar-nav > li {
        padding: 0 8px;
    }
    .navbar-default .navbar-nav > li > a {
    }
}
@media(max-width: 1040px) {
    .navbar-default .navbar-nav > li {
        padding: 0 8px;
    }
    .navbar-default .navbar-nav > li > a {
    }
}
@media(max-width: 991px) {
    .header-top-wrapper {
        padding-bottom: 0;
    }
    .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
        /*padding-bottom: 15px;*/
        padding-bottom: 10px;
    }
    .main-menu {
        /*border-bottom: 1px solid #c4b5d6;*/
        border-bottom: 1px solid #fafafa;
    }
    .navbar-default .navbar-nav > li {
        padding: 0;
        border: none;
    }
    .navbar-default .navbar-nav > li:hover {
        border: none;
    }
    .navbar-default .navbar-nav > li.active:hover {
        border: none;
    }
    .navbar-default .navbar-nav > li:hover a {
        border-bottom: none;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 25px;
        border-top: 1px solid #fafafa;
        border-bottom: none;
        text-align: center;
    }
    .navbar-default .navbar-nav > .active > a {
        border-bottom: none;
    }
    .navbar-default .navbar-nav > li > a > span {
        display: inline-block;
        padding: 5px 0;
        line-height: 1.1;
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #ffad00;
        background: none;
        border-bottom: none;
    }
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffad00;
        background: none;
        border-bottom: none;
    }
    .navbar-default .navbar-nav > li > a:hover span,
    .navbar-default .navbar-nav > li > a:focus span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }
    .navbar-default .navbar-nav > .active > a span,
    .navbar-default .navbar-nav > .active > a:hover span,
    .navbar-default .navbar-nav > .active > a:focus span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #ffad00;
        background: none;
        border-bottom: none;
        /*border-top: 1px solid #c4b5d6;*/
    }
    .navbar-default .navbar-nav > .open-mobile > a,
    .navbar-default .navbar-nav > .open-mobile > a:hover,
    .navbar-default .navbar-nav > .open-mobile > a:focus {
        color: #ffad00;
        background: none;
        border-bottom: none;
        /*border-top: 1px solid #c4b5d6;*/
    }
    .navbar-default .navbar-nav > .open > a span,
    .navbar-default .navbar-nav > .open > a:hover span,
    .navbar-default .navbar-nav > .open > a:focus span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }
    .navbar-default .navbar-nav > .open-mobile > a span,
    .navbar-default .navbar-nav > .open-mobile > a:hover span,
    .navbar-default .navbar-nav > .open-mobile > a:focus span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }
    .navbar-nav .open .dropdown-menu {
        position: relative;
    }
    .navbar-nav .open-mobile .dropdown-menu {
        position: relative;
    }
    .navbar-nav > li > .dropdown-menu .dropdown-menu__wrapper {
        background-color: transparent;
    }
    .navbar-nav > li > .dropdown-menu {
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu__wrapper {
        background: none;
        border: none;
        margin: 0;
    }
    .navbar-default .navbar-nav .open-mobile .dropdown-menu .dropdown-menu__wrapper {
        background: none;
        border: none;
        margin: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu__wrapper > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.1;
    }
    .navbar-default .navbar-nav .open-mobile .dropdown-menu .dropdown-menu__wrapper > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.1;
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a {
        font-size: 16px;
        color: ##fdfdfd;
        display: block;
        text-align: center;
        padding: 8px 25px;
        line-height: 1.1;
        border-top: 1px solid #ede9f3;
        border-bottom: none;
        background: none;
        /*white-space: nowrap;*/
        white-space: normal;
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a span {
        font-family: 'Open Sans', sans-serif;
        color: #fdfdfd;
        /*display: inline-block;*/
        display: block;
        padding: 5px 0;
        line-height: 1.1;
        /*border-bottom: 1px solid transparent;*/
        margin-left: 0;
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > .active > a span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }
    .navbar__lime .dropdown-menu .dropdown-menu__wrapper > li > a:hover span {
        color: #ffad00;
        background: none;
        /*border-bottom: 1px solid #ff3d2e;*/
    }
    .navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper {
        background: none;
    }
    .navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper > li > a span {
        display: inline-block;
        padding: 5px 0;
        line-height: 1.1;
        border-bottom: 1px solid transparent;
        margin-left: 50px;
    }
    .navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper > li > a:hover {
        background: rgba(243,244,245,1);
        color: #161366;
    }
    .navbar__lime .navbar-nav li.dropdown-submenu > .dropdown-menu .dropdown-menu__wrapper > li > a:hover span {
        color: #161366;
    }
}
@media(max-width: 767px) {
    .navbar-toggle {
    }
}

/*[data-toggle="dropdown"] {
    pointer-events: none;
}

[data-toggle="dropdown"] .fa-chevron-down {
    pointer-events: all;
}*/

.dropdown-toggle-level1 {
    position: relative;
}
/*.dropdown-toggle-level1 .fa-chevron-down {*/
.navbar-default .navbar-nav > li > a.toggle-dropdown--down {
    position: absolute;
    /*top: 50%;*/
    top: 24px;
    right: 25px;
    font-size: 12px;
    margin-top: -6px;

    padding: 0;
    border: none;
}
/*.dropdown-toggle-level1 .fa-chevron-up {*/
.navbar-default .navbar-nav > li > a.toggle-dropdown--up {
    display: none;
    position: absolute;
    /*top: 50%;*/
    top: 24px;
    right: 25px;
    font-size: 12px;
    margin-top: -6px;

    padding: 0;
    border: none;
}
@media (max-width: 991px) {
    /*.dropdown.open-mobile > .dropdown-toggle-level1 .fa-chevron-down {*/
    .navbar-default .navbar-nav > li.dropdown.open-mobile > a.toggle-dropdown--down {
        display: none;
    }
    /*.dropdown.open-mobile > .dropdown-toggle-level1 .fa-chevron-up {*/
    .navbar-default .navbar-nav > li.dropdown.open-mobile > a.toggle-dropdown--up {
        display: inline-block;
    }
}

/*.dropdown.open > .dropdown-toggle-level1 .fa-chevron-down {*/
.navbar-default .navbar-nav > li.dropdown.open > a.toggle-dropdown--down {
    display: none;
}

/*.dropdown.open > .dropdown-toggle-level1 .fa-chevron-up {*/
.navbar-default .navbar-nav > li.dropdown.open > a.toggle-dropdown--up {
    display: inline-block;
}

/* end MENU */

/* end HEADER */

/* HTML */
.html-block__bg {
    /*padding: 50px 0 40px;*/
    color: #000000;
    margin-bottom: 15px;
}
.html-block {
    /*font-weight: 300;
    font-size: 18px;*/
    color: #000000;
    line-height: 1.7;
}
.html-block strong,
.html-block b {
    font-weight: bold;
}
/*.html-block ul {
    list-style-type: none;
}
.html-block li {
    margin-bottom: 5px;
}
.html-block li:before {
    font-family: 'FontAwesome';
    content: '\f138';
    margin: -10px 5px 0 15px;
    font-size: 0.85em;
    color: #ffcc00;
}*/
.html__text {
    font-size: 14px;
    font-weight: 300;
    color: #646363;
}
.html__text a {
    color: #4186e0;
    font-weight: normal;
}
.html__text b,
.html__text strong {
    font-weight: bold;
    color: #242424;
}
.html__text li {
    margin-left: 15px;
}
.html__text-border {
    padding: 25px;
    border: 1px solid #e1e0ec;
    margin: 15px auto;
}
/*@media(max-width: 768px) {
    .html-block__bg {
        padding: 30px 0 20px;
    }
}*/
.html-table {
    border-spacing: 3px;
    border-collapse: separate;
}
.html-table td,
.html-table th {
    border: 1px solid #e2e1ed !important;
    padding: 15px 20px !important;
}
.html-table th {
    background: rgba(243,244,245,1);
    color: #574e92;
    font-weight: 500;
    font-size: 14px;
}
.html-table td {
    font-weight: 300;
    color: #646363;
}
.html-bg-text {
    border: 1px solid #e2e1ed;
    padding: 25px 35px 15px;
    background: rgba(243,244,245,1);
    color: #574e92;
    margin-bottom: 25px;
}
.html-border-left-text {
    border-left: 1px solid #e2e1ed;
    padding-left: 35px;
    margin-bottom: 25px;
}
/* STYLE TEXT */

/* end STYLE TEXT*/

/* end HTML */
/* ABOUT HTML */
.about__bg {
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.about__inner {
    background: rgba(255,255,255,1);
    padding: 50px 50px 35px;
}
@media(max-width: 767px) {
    .about__inner {
        padding: 15px;
    }
}
.about-block {
    /*max-height: 350px;*/
    overflow-y: auto;
}
/* end ABOUT HTML */

/* TAG CLOUD */

.tag-cloud__wrapper {
    margin: 15px auto;
}

/* end TAG CLOUD */

/* LAST NEWS (NEWS) */

.news__bg {
}

.last-news__td--right {
    text-align: right;
}

@media (min-width: 600px) {
    .last-news__table {
        display: table;
    }

    .last-news__td {
        display: table-cell;
        vertical-align: middle;
    }

    .last-news__td--right {
        padding-right: 15px;
    }

    .last-news__td--left {
        padding-left: 15px;
    }
}

.last-news__wrapper {
    margin-bottom: 25px;
}

.last-news__item__wrapper .last-news__item {
    /*margin-bottom: 90px;*/
    margin-bottom: 45px;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 45px;
}
/*.last-news__item__wrapper:first-child .last-news__item {
    border-top: none;
    padding-top: 0;
}*/
.last-news__item:hover {
}
.last-news__dt,
.news__dt {
    font-size: 14px;
    color: #574e92;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 15px;
}
.last-news__dt span,
.news__dt span {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.last-news-side__item {
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
}
.last-news-side__item:first-child {
    padding: 20px 0;
    border-top: 1px solid #cdcdcd;
}
.last-news-side__name a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}
.last-news-side__name a:hover {
    color: #ffa200;
    text-decoration: none;
}
.last-news__image {
    position: relative;
}
.news__image img,
.last-news__image img {
    max-width: 100%;
}
.news__anons {
}
@media(max-width: 767px) {
    /*.last-news__item {
        max-width: 380px;
    }*/
    .last-news__image {
        margin-bottom: 40px;
    }
}

/* ONE && LAST NEWS */

.one-news__wrapper {
    border-top: 1px solid #3a3a3a;
    padding-top: 25px;
}

.one-news__image {
    position: relative;
    margin-bottom: 40px;
}
.one-news__image img {
    max-width: 100%;
}

.last-news__info--noimage {
    margin-top: 30px;
}

.last-news__name,
.one-news__name {
    font-size: 28px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 30px;
}

.last-news__name a,
.one-news__name a {
    color: #000000;
    text-decoration: none;
}

.last-news__name a:hover,
.one-news__name a:hover {
    /*color: #000000;
    text-decoration: none;*/
}

.last-news__name--noimage {
    margin-bottom: 0;
}

.one-news__dt {
    font-size: 12px;
    color: #666679;
    margin-bottom: 15px;
}
.last-news__text,
.one-news__text {
    color: #000000;
    line-height: 1.7;
}
.last-news__more,
.one-news__more,
.all-news__more {
    font-style: italic;
    margin-top: 30px;
}
.last-news__more a,
.one-news__more a,
.all-news__more a {
    color: #82bf36;
    text-decoration: none;
}
.one-news__heading {
    position: absolute;
    right: 10px;
    /*bottom: -25px;*/
    bottom: -15px;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 18px;*/
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    /*padding: 12px 20px;*/
    /*padding: 8px 20px;*/
    /*padding: 3px 20px;*/
    padding: 0 20px;
    min-width: 160px;
    text-decoration: none;
    /*line-height: 1.4;*/
    line-height: 30px;
}

.last-news__heading {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    max-width: 160px;
}

@media (max-width: 599px) {
    .last-news__heading {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 10px;
    }
}

/* end ONE && LAST NEWS */

/* end LAST NEWS (NEWS) */

/* PHOTOS */

.photos__filter {
    margin: 30px auto 50px;
}

.photos__item {
    margin-bottom: 30px;
}

.one-photos__item {
    margin-bottom: 10px;
}

/*.one-photos__title-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.one-photos__title {
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 1.1;
    margin: 10px auto 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid red;*/
}

.photos__top {
    display: block;
    position: relative;
}

.photos__top-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
}

.photos__overlay {
    display: none;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 1;
    /*text-align: center;*/
}

.photos__name-wrapper {
    display: table;
}

.photos__name-left,
.photos__name-right {
    display: table-cell;
    vertical-align: top;
}

.photos__name-left {
    width: 80px;
    padding-right: 10px;
    padding-top: 3px;
}

.photos__name-right {
    padding-left: 10px;
}

.photos__list-icon {
    font-size: 14px;
    color: #848484;
}

.photos__list-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed2f3d;
    margin-bottom: 10px;
    line-height: 1.1;
}

.photos__list-image {
    margin-bottom: 15px;
}

.photos__name a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    line-height: 1.1;
}

.photos__name a:hover {
    color: #4186e0;
    text-decoration: underline;
}

.one-video__overlay {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 1;
    /*text-align: center;*/
}

.comment__overlay {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 15px;
}
.photos__overlay-icon {
    font-size: 30px;
}

.one-video__overlay-icon {
    position: relative;
    color: #ed2f3d;
    height: 30px;
    width: 30px;
    font-size: 60px;
    background: #ffffff;
}

.one-video__overlay-icon .fab {
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    margin-top: -15px;
    margin-left: -15px;
}

.comment__overlay-icon {
    font-size: 16px;
    text-transform: none;
    text-decoration: underline;
}

.comment__overlay-icon i {
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
}

.comment__video-image {
    border-radius: 5px;
    overflow: hidden;
}

.photos__overlay-text {
    margin-top: 10px;
}

.photos__top:hover .photos__overlay {
    display: flex;
}

.photos__top:hover .photos__top-icon {
    opacity: 0;
}

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

/*.one-photos__wrapper .owl-controls {
    margin: 0;
    display: none;
}
.photos__thumb {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
.photos__thumb img {
    max-width: 100%;
}*/
#one-photos__thumbs .owl-prev,
#one-photos__thumbs .owl-next {
    background: rgba(0,0,0,0.5);
    padding: 0;
    margin: 0;
    border-radius: 0;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #e1e0ec;
}
/*#one-photos__thumbs .owl-prev .lnr {
    display: inline-block;
    margin-left: -2px;
}
#one-photos__thumbs .owl-next .lnr {
    display: inline-block;
    margin-right: -2px;
}*/
#one-photos__thumbs .owl-prev:hover,
#one-photos__thumbs .owl-next:hover {
    background: rgba(0,0,0,0.5);
    color: #e1e0ec;
}
#one-photos__thumbs .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    /*margin-left: 15px;*/
}
#one-photos__thumbs .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    /*margin-right: 15px;*/

}
#one-photos__wrapper .owl-prev,
#one-photos__wrapper .owl-next {
    background: rgba(0,0,0,0.5);
    padding: 0;
    margin: 0;
    border-radius: 0;
    vertical-align: middle;
    display: inline-block;
    /*width: 30px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;*/
    width: 50px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    color: #e1e0ec;
}
#one-photos__wrapper .owl-prev .lnr {
    display: inline-block;
    margin-left: -5px;
}
#one-photos__wrapper .owl-next .lnr {
    display: inline-block;
    margin-right: -5px;
}
#one-photos__wrapper .owl-prev:hover,
#one-photos__wrapper .owl-next:hover {
    background: rgba(0,0,0,0.5);
    color: #e1e0ec;
}
#one-photos__wrapper .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    /*margin-top: -25px;*/
    margin-top: -50px;
}
#one-photos__wrapper .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    /*margin-top: -25px;*/
    margin-top: -50px;

}

/* end PHOTOS */

/* PHOTO ALBUM */

.photo-album__title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.photo-album__files__item {
    margin-bottom: 30px;
}

/* end PHOTO ALBUM */

/* COMPLEX ITEMS */

.complex-items__bg {
    background: rgba(243,244,245,1);
}
.complex-items__list {
    display: table;
    width: 100%;
    table-layout: fixed;
    /*margin-bottom: 20px;*/
}
.complex-items__row {
    display: table-row;
}
.complex-items__td {
    display: table-cell;
    vertical-align: middle;
    background: rgba(243,244,245,1);
    /*padding: 20px;*/
    border: 1px solid #e1e0ec;
    border-right: none;
    text-align: center;
    text-decoration: none;
}
.complex-items__td:last-child {
    border-right: 1px solid #e1e0ec;
}
@media(max-width: 1099px) {
    .complex-items__bg {
        text-align: center;
    }
    .complex-items__list,
    .complex-items__row,
    .complex-items__td {
        display: inline-block;
    }
    .complex-items__td {
        margin: 0 10px 20px;
    }
}
.complex-items__item-wrapper {
    position: relative;
    padding: 20px;
    z-index: 1;
    /*border: 1px solid red;*/
}
.complex-items__td:hover {
    position: relative;
    /*box-shadow: 0 0 5px rgba(64,122,155,0.35);*/
    box-shadow: inset 0 0 5px 2px rgba(64,122,155,0.35);
    /*border-color: transparent;*/
    z-index: 9;
}
.complex-items__item {
    display: table;
    margin: 0 auto;
}
.complex-items__image,
.complex-items__info {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.complex-items__image img {
    max-width: 100%;
    min-width: 55px;
    margin: 0 auto;
}
.complex-items__title {
    line-height: 1.1;
    text-align: left;
    font-size: 15px;
    color: #161366;
    text-decoration: none;
}
.complex-items__title a {
    font-size: 15px;
    color: #161366;
    text-decoration: none;
}
/* end COMPLEX ITEMS */
/* CONTENT */
.content-header {
}
.content-body {
    margin-top: 15px;
}
@media(min-width: 992px) {
    .content-body {
        margin-top: 50px;
    }
    .content-body__right {
        border-left: 3px solid #3a3a3a;
        padding-left: 30px;
    }
    .content-body__left {
        /*border-left: 3px solid #3a3a3a;*/
        padding-right: 30px;
    }
}
@media(max-width: 991px) {
    .content-body__right {
        margin-top: 25px;
    }
}
.content-text {
    color: #000000;
    line-height: 1.7;
    /*margin-top: 40px;*/
}

/* end CONTENT */

/* CONTACTS */
.contact__list {
    display: table;
}
.contact__item {
    display: table-row;
}
.contact__item-left,
.contact__item-right {
    display: table-cell;
    padding: 10px;
    color: #000000;
}
.contact__item-left {
    font-weight: bold;
    width: 65px;
}
.contact__cat-title {
    font-size: 28px;
    font-weight: 500;
    color: #574e92;
    margin-bottom: 15px;
}
.contact__cat-list {
    margin-bottom: 70px;
}
/* end CONTACTS */
/* LAST TEAM */
.last-team__item {
    max-width: 380px;
    margin: 0 auto 30px;
    border: 1px solid #e2e1ed;
    text-align: center;
}
.last-team__image img {
    width: 100%;
}
.last-team__name-wrapper {
    margin-bottom: 15px;
    padding: 25px 25px 0;
}
.last-team__position {
    /*margin-bottom: 25px;*/
    padding: 0 15px 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #646363;
}
.last-team__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #242424;
}
/* end LAST TEAM */
/* GALLERY
.gallery__list {
    padding: 0 15px;
}
#Gallery .owl-prev,
#Gallery .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 33px;
    width: 30px;
    height: 30px;
    background: rgba(228,228,228,1);
    border-radius: 50%;
    color: #ffffff;
}
#Gallery .owl-prev .lnr {
    display: inline-block;
    margin-left: -2px;
}
#Gallery .owl-next .lnr {
    display: inline-block;
    margin-right: -2px;
}
#Gallery .owl-prev:hover,
#Gallery .owl-next:hover {
    background: rgba(195,195,195,1);
    color: #ffffff;
}
#Gallery .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-left: -25px;
}
#Gallery .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    margin-right: -25px;

}
/* end GALLERY */

/* EXPO
.calendar__filter {
    text-align: right;
    margin-bottom: 15px;
}
.expo__select.bootstrap-select:not(.input-group-btn),
.expo__select.bootstrap-select[class*="col-"] {
    display: inline-block;
    width: auto !important;
}
.calendar__filter .bootstrap-select > .dropdown-toggle {
    width: auto;
    min-width: 150px;
    border-radius: 0;
    border: 1px solid #e1e0ec;
    padding: 5px 15px 5px 15px;
    color: #2f2482 !important;
    font-size: 14px;
    text-transform: lowercase;
}
.calendar__filter .bootstrap-select .dropdown-toggle .caret {
    right: 15px;
    margin-top: -3px;
    color: #2f2482;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.calendar__filter .btn-default:hover,
.calendar__filter .btn-default:focus,
.calendar__filter .btn-default.focus,
.calendar__filter .btn-default:active,
.calendar__filter .btn-default.active,
.calendar__filter .open > .dropdown-toggle.btn-default {
    background: none;
}
.calendar__filter .dropdown-menu {
    border: 1px solid #e1e0ec;
    border-radius: 0;
    box-shadow: none;
    min-width: 148px !important;
}
.calendar__filter .dropdown-menu > .disabled > a,
.calendar__filter .dropdown-menu > .disabled > a:hover,
.calendar__filter .dropdown-menu > .disabled > a:focus {
    color: #242424;
}
.calendar__filter .dropdown-menu > li > a {
    color: #242424;
    font-size: 14px;
    white-space: nowrap;
    text-transform: lowercase;
}
.calendar__filter .dropdown-menu > .active > a,
.calendar__filter .dropdown-menu > .active > a:hover,
.calendar__filter .dropdown-menu > .active > a:focus {
    color: #2f2482;
    background: none;
    outline: 0;
}
.calendar__filter .dropdown-menu > li > a {
    padding: 0 15px;
}
.calendar__filter .bootstrap-select .dropdown-toggle:focus,
.calendar__filter .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.calendar__filter .dropdown-menu > li:hover > a > span,
.calendar__filter .dropdown-menu > .active > a > span{
    text-decoration: underline;
    color: #4186e0;
}
.calendar__filter-title {
    display: inline-block;
    margin-right: 10px;
}
.last-expo__month-title-wrapper {
    border-bottom: 7px solid #574e92;
    margin-bottom: 15px;
}
.last-expo__month-title {
    display: inline-block;
    min-width: 220px;
    background: rgba(87,78,146,1);
    font-size: 24px;
    height: 45px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.last-expo__month-title-corner {
    position: absolute;
    top: 0;
    right: 0;
	width: 0;
	height: 0;
	border-bottom: 45px solid rgba(87,78,146,1);
	border-right: 35px solid transparent;
    margin-right: -35px;
}
.last-expo__month-title a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}
.last-expo__month-title span {
    margin-right: 10px;
    vertical-align: middle;
    padding-top: 5px;
}
.last-expo__item {
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e1e0ec;
}
.last-expo__item:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.35);
}
.last-expo__item--one:hover {
    box-shadow: none;
}
.last-expo__image {
    border: 1px solid #e3e2ed;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.last-expo__image img {
    width: 100%;
}
@media(max-width: 767px) {
    .last-expo__image {
        margin-bottom: 15px;
    }
}
.last-expo__date {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    color: #574e92;
    margin-bottom: 10px;
}
.last-expo__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
}
.last-expo__name a {
    color: #242424;
    text-decoration: none;
}
.last-expo__name a:hover {
    color: #4186e0;
    text-decoration: underline;
}
.last-expo__sponsor {
    font-size: 13px;
    font-weight: 300;
    color: #242424;
}
.last-expo__sponsor span {
    font-weight: 400;
}
.expo__sponsor {
    font-size: 14px;
    color: #242424;
}
.expo__sponsor span {
    font-weight: bold;
}
.expo__time {
    font-weight: 500;
    margin-bottom: 10px;
}
.last-expo__item-additional {
    margin-top: 20px;
}
.last-expo__item-table-additional {
    display: table;
    width: 100%;
}
.last-expo__image-wrapper-additional {
    display: table-cell;
    vertical-align: top;
    width: 90px;
    padding-right: 15px;
}
.last-expo__name-additional-info {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}
.last-expo__image-additional img {
    max-width: 100%;
}
.last-expo__image-additional {
    border: 1px solid #e3e2ed;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.last-expo__name-additional {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
}
.last-expo__name-additional a {
    color: #242424;
    text-decoration: none;
}
.last-expo__name-additional a:hover {
    color: #4186e0;
    text-decoration: underline;
}
/* end EXPO */
/* GOOGLE MAP */
.feedback-googlemap__map {
    width: 100%;
    min-height: 650px;
    position: relative;
    z-index: 0;
}
/* end GOOGLE MAP */
/* FORM */

.form-cat__item {
    display: table;
    width: 100%;
    color: #000000;
    text-decoration: none;
    height: 75px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
    margin-bottom: 15px;
    background: rgba(255,173,0,1);
}

/*.form-cat__item--noactive {
    background-color: rgb(232,230,231) !important;
}*/

.form-cat__item:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

/*.form-cat__item:hover.form-cat__item--noactive {
    background: none;
}*/

.form-cat__item__icon {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    font-size: 36px;
    color: #000000;
    text-align: center;
    background: rgba(255,255,255,0.28);
    /*border: 1px solid red;*/
}
.form-cat__item__icon .lnr-chevron-left {
    display: none;
}

/*.form-cat__item--active .form-cat__item__icon .lnr-chevron-left {
    display: block;
}

.form-cat__item--active .form-cat__item__icon .lnr-chevron-right {
    display: none;
}*/

.form-cat__item__name {
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    /*width: 100%;*/
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    padding: 0 30px;
}
@media(max-width: 1199px) and (min-width: 992px) {
    .form-cat__item__name {
        padding: 5px 20px;
    }
}
.form__required {
    color: #ff0000;
}
.form__input {
    border: 1px solid #888888;
    color: #000000;
    padding: 5px 10px;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.form__textarea {
    border: 1px solid #888888;
    color: #000000;
    padding: 5px 10px;
    height: 115px;
    width: 100%;
    margin-bottom: 15px;
}
.form__label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}
.form__btn__wrapper {
    margin-top: 45px;
    margin-bottom: 15px;
}
.form__btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 25px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    background: rgba(58,58,58,1);
    cursor: pointer;
}
.form__btn:hover {
    background: rgba(255,173,0,1);
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
}
/* end FORM */
/* FEEDBACK */
.feedbackForm {
    width: 100%;
}
@media (max-width: 600px) {
    .feedbackForm {
        width: auto;
    }
}
.order-form {
    /*max-width: 300px;*/
    margin: 0 auto;
    background: rgba(255,255,255,1);
    padding: 35px 15px 40px;
    border-top: 7px solid #a1a7b0;
}
.feedback__title {
    font-size: 1.75em;
    line-height: 1.1;
    margin-bottom: 15px;
}
.feedback__welcome-message {
    color: #959494;
    font-size: 1.125em;
    line-height: 1.1;
    margin-bottom: 15px;
}
.order-form-btn {
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255,192,0,1);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 25px 22px;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.order-form-btn2 {
    margin-top: 0px;
}
/*.order-form-btn:hover {
}*/
.order-form-btn .fa {
    font-size: 0.85em;
    margin-left: 5px;
}
.add-form-input input {
    border: 1px solid #888888;
    color: #000000;
    padding: 5px 10px;
    height: 45px;
    width: 100%;
}
.add-form-textarea textarea {
    border: 1px solid #e4e4e4;
    color: #5b5b5b;
    padding: 5px 10px;
    height: 75px;
    width: 100%;
}
/* end FEEDBACK */

/* BANNERS */
/*.col-banner {
    text-align: center;
    margin-bottom: 30px;
}
.col-banner img {
    max-width: 100%;
}*/
/*.col-banner-img1 {
    flex: 1.3344;
}
.col-banner-img2 {
    flex: 1.3345;
}*/
.col-banner-img1 img,
.col-banner-img2 img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.pics_in_a_row {
    display: flex;
}
.pics_in_a_row {
    margin: 25px 0;
}

.pics_in_a_row > div:not(:last-child) {
    margin-right: 2%;
}
@media(max-width: 599px) {
    .pics_in_a_row {
        display: block;
    }
    .pics_in_a_row {
        margin: 0;
    }

    .pics_in_a_row > div:not(:last-child) {
        margin-right: 0;
    }
    .col-banner-img1 img,
    .col-banner-img2 img {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    .col-banner-img1,
    .col-banner-img2 {
        text-align: center;
        margin-bottom: 15px;
    }
}
.last-banner-left__bg {
    border: 1px solid #e1e0ec;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}
.last-banner-left__item {
    margin: 0 auto 15px;
    text-align: center;
}
.last-banner-left__image img {
    max-width: 100%;
}
.last-banner-footer__image img {
    max-width: 100%;
}
.last-banner-footer__bg {
    text-align: center;
    margin-bottom: 25px;
}
/* end BANNERS */

/* FOOTER FORM */
.footer-form__bg {
    /*background: url('../data/footer-form__bg.jpg') no-repeat center center;*/
    background-image: url('../data/footer-form__bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /*background-size: cover;*/
    padding: 60px 0 180px;
}
.footer-form__title {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4;
}
.footer-form__title-color {
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    background: rgba(255,192,0,1);
    padding: 10px 15px;
}
.footer-form__subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.footer-form__input input {
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    color: #707070;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    height: 45px;
    width: 100%;
}
.footer-form__label {
    margin-bottom: 3px;
    font-weight: 300;
}
/* end FOOTER FORM */

/* RIGHT FORM */
.right-form__bg {
    background: rgba(242,242,242,1);
}
.right-form__title {
    /*font-family: 'Basil';*/
    font-size: 18px;
    color: #000000;
    background: rgba(241,195,48,1);
    padding: 30px 0px;
}
.right-form {
    padding: 20px;
}
.right-form__image {
    margin-bottom: 20px;
}
.right-form__image img {
    width: 100%;
}
.right-form__input input {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 5px 10px;
    height: 40px;
    box-shadow: none;
    width: 100%;
    text-align: center;
}
/* end RIGHT FORM */

/* FOOTER */
footer {
    font-family: 'Open Sans', sans-serif;
    background: rgba(58,58,58,1);
    padding: 35px 0 35px;
    color: #b2b1b1;
    margin-top: 75px;
}
@media(max-width: 991px) {
    footer {
        margin-top: 15px;
    }
}
.footer__copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #7c7c7c;
    /*margin-bottom: 10px;*/
}
.footer__copy a {
    color: #7c7c7c;
    text-decoration: none;
}
.footer__copy a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}
@media(max-width: 991px) {
    .footer__copy {
        text-align: center;
        margin-top: 30px;
    }
    .footer__item__contacts {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .footer__copy {
        text-align: center;
        margin-top: 10px;
    }
}
.footer-table {
    display: table;
    width: 100%;
}
.footer-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.1;
}
.footer__item__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #b2b1b1;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}
@media(max-width: 767px) {
    .footer__item__title {
        margin-bottom: 10px;
        text-align: center;
    }
}
.footer__menu {
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 991px) {
    .footer__menu {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .footer__menu {
        text-align: center;
        margin-bottom: 10px;
    }
}
.footer__menu__item a {
    font-size: 14px;
    font-weight: 300;
    color: #b2b1b1;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer__menu__item {
        text-align: center;
        display: inline-block;
        margin: 5px;
    }
}
.footer__menu__item a:hover {
    color: #fefefe;
    text-decoration: none;
}
.footer__address {
    font-size: 14px;
    font-weight: 300;
}
.footer__phone {
    font-size: 18px;
    font-weight: 300;
}
.footer__link {
    /*margin-top: 20px;*/
    margin-top: 9px;
}
.footer__link a {
    text-decoration: none;
}
@media(max-width: 767px) {
    .footer__link {
        margin-top: 5px;
        margin-bottom: 25px;
    }
}
/*.footer__dev {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: right;
}
.footer__dev a {
    color: #a7a3c6;
    text-decoration: underline;
}
@media(max-width: 767px) {
    .footer__dev {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px;
        text-align: left;
    }
}*/
/* end FOOTER */

/* PATH */

/*.path__wrapper {
    background: rgba(87,78,146,1);
}

.path__title {
    background: rgba(116,95,162,1);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 15px;
    text-align: center;
}*/

.path {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 10px;
}

.path a {
    text-decoration: none;
}

@media(max-width: 991px) {
    /*.path__title {
        font-size: 13px;
        padding: 15px 15px;
    }*/
}

@media(max-width: 767px) {
    /*.path__title {
        margin: 10px auto;
        text-align: center;
        font-size: 17px;
        padding: 15px 30px;
    }*/

    .path {
        margin-bottom: 10px;
        padding: 0;
    }
}

.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 15px;
    list-style: none;
    background: none;
    border-radius: 0;
    font-size: 12px;
    color: #ffa200;
}

.breadcrumb a {
    /*color: #666679;*/
    color: #000000;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    padding: 0 0 0 0;
    /*color: #666679;*/
    color: #000000;
    content: "\f105";
}

/* end PATH */

/* PAGINATION */
.pagination {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    float: none;
    padding: 5px 7px;
    text-decoration: none;
    background: transparent;
    color: #000000;
    border: none;
    /*height: 40px;*/
    /*min-width: 40px;*/
    border-radius: 0 !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #ffa200;
    background: none;
    text-decoration: none;
}
.pagination .lnr-chevron-left,
.pagination .lnr-chevron-right {
    font-size: 0.85em;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    text-decoration: none;
    background: none;
    border: none;
    color: #ffa200;
    text-decoration: none;
}
/* end PAGINATION */

/* POP UP FORM */
.os-form__bg {
    width: 100%;
    max-width: 600px;
    background: rgba(255,255,255,1);
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.os-form__image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}
.os-form__image-add-question {
    background-image: url('../data/forms_bg/add-question-bg.jpg');
}
.os-form__image-add-comment {
    background-image: url('../data/forms_bg/add-comment-bg.jpg');
}
.os-form__image-contact-boss {
    background-image: url('../data/forms_bg/contact-boss-bg.jpg');
}
.os-form {
    padding: 30px 50px;
}
/*.os-btn {
    display: inline-block;
    cursor: pointer;
    font-size: 1.4em;
    border: 2px solid #ffffff;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px auto;
    background: rgba(87,123,175,1);
}*/
.os-title {
    color: #282828;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    margin-top: 30px;
}
/*.os-message {
    color: #ffffff;
    font-size: 1.14em;
    font-weight: 300;
    text-align: center;
}*/
.os-form input,
.os-form textarea {
    border: 1px solid #e4e4e4;
    color: #5b5b5b;
    padding: 5px 10px;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.os-form textarea {
    height: 100px;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}
/*.callme-textarea {
    margin:5px auto;
}
.callme-textarea textarea {
    background:rgba(255,255,255,1);
    font-size:0.75em;
    color:#585757;
    width:100%;
    padding:10px;
    height:50px;
    border:1px solid rgba(0,0,0,0.1);
    line-height:22px;
    border-radius:5px;
}*/
/* end POP UP FORM */

/* FORM */
.custom-select-wrapper {
    position:relative;
}
.custom-select-wrapper:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #3e3e3e;
}
.custom-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*height: 32px;*/
    padding: 5px 10px 5px 5px;
    border: 1px solid rgba(0,0,0,0.08);
    background:rgba(255,255,255,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position:relative;
    cursor:pointer;
}
.order-btn {
    display: inline-block;
    padding: 3px 10px 5px;
    border-radius: 5px;
    margin: 10px auto 25px;
    cursor: pointer;
    font-size: 1.25em;
    color: #ffffff;
    background: #1e5799;
    background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 100%);
    background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 100%);
    background: linear-gradient(to bottom,  #1e5799 0%,#207cca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 );
}
.order-btn:hover {
    background: #207cca;
    background: -moz-linear-gradient(top,  #207cca 0%, #1e5799 95%);
    background: -webkit-linear-gradient(top,  #207cca 0%,#1e5799 95%);
    background: linear-gradient(to bottom,  #207cca 0%,#1e5799 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#1e5799',GradientType=0 );
}
/* end FORM */
/* SITEMAP */
.sitemap__item {
    margin: 5px 0;
}
/* end SITEMAP */
/* FAQ */
.faq__box {
    /*margin-bottom: 25px;*/
}
.faq__title {
    /*background: rgba(34,171,253,1);
    color: #ffffff;
    padding: 10px;
    line-height: 1.1;*/
    cursor: pointer;
}
.faq__description {
    /*border: 1px solid #22abfd;
    padding: 10px;*/
    display: none;
}
.faq__box.faq__open .faq__description {
    display: block;
}
.faq__hide {
    display: none;
}
.faq__box.faq__open .faq__hide {
    display: block;
}
.faq__box.faq__open .faq__show {
    display: none;
}
/* end FAQ */
/* LIMENET CONFIG */
.lime-scrollbar--violet .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.lime-scrollbar--violet:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(87,78,146,1);
}
.lime-scrollbar--violet .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(222,192,252,1);
}
.nopadding,
.no-padding,
.no__padding {
    padding: 0 !important;
}
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}
.link__more {
    font-size: 13px;
    text-transform: uppercase;
    color: #4186e0;
}
.link__more a,
a.link__more {
    color: #4186e0;
    text-decoration: none;
}
.link__more a:hover,
a.link__more:hover {
    color: #4186e0;
    text-decoration: underline;
}
.link__btn-wrapper {
    margin-bottom: 15px;
}
.link__btn {
    display: table;
    width: 100%;
}
/*.link__btn img,*/
.link__btn span {
    display: table-cell;
    background: rgba(87,78,146,1);
    padding: 15px;
    border-right: 1px solid #ffffff;
}
.link__btn-image {
    width: 62px;
}
.link__btn,
.link__btn:hover {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
.link__btn:hover span {
    background: rgba(146,114,177,1);
}
.link__btn--inline {
    display: inline-block;
    width: auto;
}
.link__btn--blue span {
    border: 2px solid #2e89db;
    background: rgba(46,137,219,0);
    color: #2e89db;
}
.link__btn--blue span.link__btn-title,
.link__btn--blue span.link__btn-image {
    padding: 10px 18px;
}
.link__btn--blue span.link__btn-title {
    padding: 10px 25px;
    border-left: none;
    line-height: 32px;
}
.link__btn--blue span.link__btn-image {
    border-right: 1px solid #2e89db;
    text-align: center;
    line-height: 32px;
}
.link__btn--blue:hover,
.link__btn--blue:hover span.link__btn-image,
.link__btn--blue:hover span.link__btn-title {
    background: rgba(46,137,219,1);
    color: #ffffff;
}
.link__btn--blue:hover span.link__btn-image {
    border-right: 1px solid  #ffffff;
}
.link__btn--blue .lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    /*vertical-align: -0.05em;*/
}
.link__btn--blue .lnr {
    color: #2e89db;
    font-size: 24px;
    margin-bottom: -5px;
}
.link__btn--blue:hover .lnr {
    color: #ffffff;
    font-size: 24px;
}

.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl20 {padding-left:20px}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.dnone {display: none;}
.opacity0 {opacity: 0;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
    width:100%;
}
.banner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
}
.error_div {
    background: #ff0000;
    color: #ffffff;
    padding: 10px;
}
.error_div p {
    margin: 0;
}
.error_txt {
    color: #ff0000;
}
.ok_div {
    background: #88c856;
    color: #ffffff;
    padding: 10px;
}
.no-padding {
    padding: 0 !important;
}
@media(min-width: 768px) {
    .row-centered {
        text-align:center;
    }
    .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -2px;
        vertical-align: top;
    }
    .col-centered-middle {
        display: inline-block;
        float: none;
        margin-right: -2px;
        vertical-align: middle;
    }
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
*/
.container-padding10 .col-xs-1,
.container-padding10 .col-sm-1,
.container-padding10 .col-md-1,
.container-padding10 .col-lg-1,
.container-padding10 .col-xs-2,
.container-padding10 .col-sm-2,
.container-padding10 .col-md-2,
.container-padding10 .col-lg-2,
.container-padding10 .col-xs-3,
.container-padding10 .col-sm-3,
.container-padding10 .col-md-3,
.container-padding10 .col-lg-3,
.container-padding10 .col-xs-4,
.container-padding10 .col-sm-4,
.container-padding10 .col-md-4,
.container-padding10 .col-lg-4,
.container-padding10 .col-xs-5,
.container-padding10 .col-sm-5,
.container-padding10 .col-md-5,
.container-padding10 .col-lg-5,
.container-padding10 .col-xs-6,
.container-padding10 .col-sm-6,
.container-padding10 .col-md-6,
.container-padding10 .col-lg-6,
.container-padding10 .col-xs-7,
.container-padding10 .col-sm-7,
.container-padding10 .col-md-7,
.container-padding10 .col-lg-7,
.container-padding10 .col-xs-8,
.container-padding10 .col-sm-8,
.container-padding10 .col-md-8,
.container-padding10 .col-lg-8,
.container-padding10 .col-xs-9,
.container-padding10 .col-sm-9,
.container-padding10 .col-md-9,
.container-padding10 .col-lg-9,
.container-padding10 .col-xs-10,
.container-padding10 .col-sm-10,
.container-padding10 .col-md-10,
.container-padding10 .col-lg-10,
.container-padding10 .col-xs-11,
.container-padding10 .col-sm-11,
.container-padding10 .col-md-11,
.container-padding10 .col-lg-11,
.container-padding10 .col-xs-12,
.container-padding10 .col-sm-12,
.container-padding10 .col-md-12,
.container-padding10 .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.container-padding10 .row {
    margin-right: -10px;
    margin-left: -10px;
}
.container-padding5 .col-xs-1,
.container-padding5 .col-sm-1,
.container-padding5 .col-md-1,
.container-padding5 .col-lg-1,
.container-padding5 .col-xs-2,
.container-padding5 .col-sm-2,
.container-padding5 .col-md-2,
.container-padding5 .col-lg-2,
.container-padding5 .col-xs-3,
.container-padding5 .col-sm-3,
.container-padding5 .col-md-3,
.container-padding5 .col-lg-3,
.container-padding5 .col-xs-4,
.container-padding5 .col-sm-4,
.container-padding5 .col-md-4,
.container-padding5 .col-lg-4,
.container-padding5 .col-xs-5,
.container-padding5 .col-sm-5,
.container-padding5 .col-md-5,
.container-padding5 .col-lg-5,
.container-padding5 .col-xs-6,
.container-padding5 .col-sm-6,
.container-padding5 .col-md-6,
.container-padding5 .col-lg-6,
.container-padding5 .col-xs-7,
.container-padding5 .col-sm-7,
.container-padding5 .col-md-7,
.container-padding5 .col-lg-7,
.container-padding5 .col-xs-8,
.container-padding5 .col-sm-8,
.container-padding5 .col-md-8,
.container-padding5 .col-lg-8,
.container-padding5 .col-xs-9,
.container-padding5 .col-sm-9,
.container-padding5 .col-md-9,
.container-padding5 .col-lg-9,
.container-padding5 .col-xs-10,
.container-padding5 .col-sm-10,
.container-padding5 .col-md-10,
.container-padding5 .col-lg-10,
.container-padding5 .col-xs-11,
.container-padding5 .col-sm-11,
.container-padding5 .col-md-11,
.container-padding5 .col-lg-11,
.container-padding5 .col-xs-12,
.container-padding5 .col-sm-12,
.container-padding5 .col-md-12,
.container-padding5 .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.container-padding5 .row {
    margin-right: -5px;
    margin-left: -5px;
}
label {
    font-weight: normal;
}
/* columns of same height styles */
.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    border: 1px solid red;
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (max-width: 599px) {
    .html__col {
        display: block;
        width: 100%;
        float: none;
    }
}

/*end LIMENET CONFIG*/
/*ANIMATE*/
.animated-hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2.0s;
    -webkit-animation-duration: 2.0s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes fadeIn {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    opacity: 1;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}
/*end ANIMATE*/
